/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.btn-wrapper{
	display:flex;
}

.home-slider .et_pb_container{
	margin:0!important;
}
.h1-heading{
	font-size: calc(35px + (70 - 35) * ((100vw - 300px) / (1600 - 300)));
	font-weight:600;
	line-height:1em;
}
.home-slider .h2-heading{
	font-size:32px!important;
	color:#18a555!important;
}
.h3-heading{
	font-weight: 200;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.3em;
}

.banner-btn{
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 1.5em;
	background:#18a555;
	border: 1px solid #18a555;
	padding: 10px 20px;
	margin: 20px 20px 20px 0px;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	min-width: 200px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-family: 'Jaldi', sans-serif;
	box-shadow: 2px 2px 2px #2e3136;
	border-radius:5px;
	font-weight:600;
}
.white-btn{
	background:#fff;
	border: 1px solid #fff;
	color:#18a555;
}
.testimonial-slider .et_pb_container{
	height:auto!important;
}
.testimonial-slider .et_pb_slide_description{
	padding:7% 8% 10%!important;
}



/*Quform*/
.fancybox-overlay-fixed{
	z-index:999999;
}
 input[type="text"], input[type="email"], textarea{
	background:#f7f7f7!important;
	color: #333333!important;
	font-family: 'Jaldi', sans-serif;
	font-weight: 500 !important;
	font-size: 15px;
	padding: 0px 5px;
}
.quform-2 input[type="text"], .quform-2 input[type="email"], .quform-2 textarea{
	background:rgba(255, 255, 255, 0.86)!important;
	color: #333333!important;
	font-family: 'Jaldi', sans-serif;
	font-weight: 500 !important;
	font-size: 15px;
	padding: 14px;
	border-radius: 5px;
}

select , option{
	font-family: 'Jaldi', sans-serif;
	font-weight: 500 !important;
	font-size: 15px;	
}
.quform-field-text, .quform-field-email, .quform-field-textarea{
	border: none!important;
	color:#333333!important;
}
.quform .quform-field-textarea{
	height:100px!important;
}
.quform-button-submit{
	width:100%;
}
.quform-submit{
	width:100%;
	background: #18a555;
    border: 2px solid #18a555;
    border-radius: 3px;
    padding: 10px 20px;
    font-family: 'Jaldi', sans-serif;
    color: #fff;
    font-size: 18px;
}
.quform-form-title , .quform-form-description ,.quform-label-text{
	color:#fff!important;
	text-align:center!important;
	line-height: 1.5em!important;
}
.quform-spacer {
    padding: 2px 0px!important;
}
.fancybox-skin{
	/*background: #2e3136;*/
	box-shadow: 0px 0px 12px white !important;
}
.fancybox-overlay-fixed{
	z-index:99999;
}
.fancybox-opened {
    z-index: 999999;
}
.mfp-bg{
	background:#0000006b;
}
.quform-magnific-popup .mfp-content .quform{
	background: rgba(68, 68, 68, 0.91) !important;
	box-shadow: 0px 0px 10px #9d9d9dcc;
}
.quform-element-submit{
	margin:3px 0px!important;
}

/*End of Quform*/


/*Blurb-tabs*/
#blurb-tabs .et_pb_column{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}
#blurb-tabs .tab-title{
	width:25%;
}
#blurb-tabs .tab-title{
	transition:all .3s ease-in-out;
}
#blurb-tabs .tab-title:hover{
	cursor:pointer;
	background:#222;
}
#blurb-tabs .tab-title.active-tab{
	background:#d9dfe2;
}
#blurb-tabs .tab-title.active-tab .et_pb_blurb_container h4 a{
	color:#fff;
}
#blurb-tabs .tab-title.active-tab .et-pb-icon{
	color:#666!important;
}


@media (max-width:767px){
	#blurb-tabs .tab-title{
		width:50%;
	}
	#blurb-tabs .tab-title .et_pb_main_blurb_image{
		margin-bottom:10px;
	}
}
@media (max-width:479px){
	#blurb-tabs .tab-title{
		width:100%;
	}
	#blurb-tabs .tab-title .et_pb_main_blurb_image{
		margin-bottom:0px;
	}
}

.tab-content{
	display:none;
}
.tab-open{
	display:block;
}


/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 	.quform-1 {
    	width: 100%;
	}
	.home-slider .et_pb_container{
		height:85vh!important;
	}
	.testimonial-slider .et_pb_slide_description{
		padding:0px 0px 70px !important;
	}
	.testimonial-slider .et_pb_slide{
		padding:0px;
	}
}
#top-header .container{
	display:flex;
}
#top-header .banner-btn{
	margin:0px;
	padding: 6px 12px;
	font-weight:500;
}
#et-info-email{
	display:none;
}
#et-info {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.top-header-wrapper{
	display: flex;
	width: 50%;
	align-items: center;
	width:50%;
}

.top-header-wrapper h3{
	font-weight: 700;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Jaldi',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
}



/*** Responsive Small laptops Only ***/
@media all and (min-width: 980px) and (max-width: 1250px) {
	#main-header .container{
		width:95%;
	}
 	#top-menu li {
    	padding-right: 15px!important;
    	font-size: 12px!important;
	}
	#top-menu li a {
    	font-size: 12px!important;
	}
	#logo {
    	max-height: 65%!important;
	}
}
@media all and (min-width: 1251px) and (max-width: 1400px) {
	#main-header .container{
		width:90%;
		max-width:90%;
	}
}


/********   MOBILE STYLES   *********/

.mobile_menu_bar::before{
	color:#fff!important;
}

/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
	#logo{
		max-height:90px!important;
		margin-top:20px;
		
	}
	.et_pb_svg_logo #logo {
    	height: 90px !important;
	}
	#top-header .container{
		display:none;
	}
	#main-header .et_mobile_menu{
		background-color:#fff!important;
	}
	.et_mobile_menu li a{
		color:#333!important;
	}
	.et_mobile_menu{
		border-color:#18a555!important;
	}
	.footer-blurb .et_pb_blurb_content{
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.footer-blurb .et_pb_main_blurb_image{
		margin-bottom:10px;
	}
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
 
}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
	.home-slider .et_pb_container {
		height: 85vh !important;
		min-height: auto !important;
	}
	.et_mobile_menu{
		border-color:#18a555!important;
	}
	
}

/*Full height map*/
.fullheight_map {
    position: relative;	
}

.fullheight_map .et_pb_map_container {
    min-height: 100vh;
}

.fullheight_map .et_pb_map {
    height: 100%;
    position: absolute !important;
}

.testimonial-title{
	font-size:22px;
	font-weight:600;
	line-height:2em;
}