/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

.footer-box.col-1{
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
body .fp-title-with-line .vcex-heading{
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px;
}
body .fp-title-with-line h2::before{
	display: none !important;
}
body .fp-title-with-line h2 span{
	position: relative;
	background-color: transparent !important;
	border-color: inherit;
}
body .fp-title-with-line h2{
	border-bottom-width: 0 !important;
}
body .fp-title-with-line h2 span::before, body .fp-title-with-line h2 span::after{
	position: absolute;
	content: '';
	display: block;
	width: 50vw;
	border-bottom: 2px solid;
	border-color: inherit;
	top: 50%;
	margin-top: -1px;
	visibility: visible !important;
}
body .fp-title-with-line h2 span::before{
	right: 100%;
}
body .fp-title-with-line h2 span::after{
	left: 100%;
}
.img_full .wpb_wrapper, .img_full .wpb_wrapper *{
	height: 100% !important;
}
.wpb_single_image img{
	border-radius: 5px;
	overflow: hidden;
}
.fp-section-tab{
	margin-top: 50px !important;
}
.fp-section-tab .fp-title-with-line{
	margin-top: 50px !important;
}
.fp-section-tab .vc_tta-tabs-list li a:hover, .fp-section-tab .vc_tta-tabs-list li.vc_active a{
	text-decoration: none !important;
}
@media (min-width: 969px){
	.img_full .wpb_wrapper{
		position: relative;
	}
	.img_full .wpb_wrapper img{
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		object-position: center;
		object-fit: cover;
	}
	.img_full figure, .img_full .vc_single_image-wrapper{
		position: static !important;
	}
}
/* #site-header, body, .boxed-main-layout, .footer-has-reveal #main, #footer-bottom{
	background-color: #f8f3da !important;
}
#footer, #sidr-main, .sidr-class-dropdown-menu ul{
	background-color: #004d52 !important;
}
:root{
	--wpex-btn-bg : #004d52 !important;
	--wpex-hover-btn-bg : #004d52 !important;
} */