/* Homepage specific styling goes here. Excluded on all subpages */
/* For most builds, this stylesheet should be wiped and started fresh */


/* PRELOADER */
/* .preloader-outer {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 100vh;
	background: #fff;
	-webkit-transition: opacity 600ms ease-out;
	-moz-transition: opacity 600ms ease-out;
	-ms-transition: opacity 600ms ease-out;
	-o-transition: opacity 600ms ease-out;
	transition: opacity 600ms ease-out;
}

.preloader-outer.active {
	visibility: visible !important;
}

.preloader-outer.preloader-remove {
	opacity: 0;
	pointer-events: none;
}

.preloader-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.preloader-inner p {
	margin-bottom: 15px;
}

.preloader-inner p:last-of-type {
	margin: 0;
}

.preloader-part {
	display: none;
	margin: 20px;
}

.preloader-part-left.active {
	display: block;
	-webkit-animation: fadeInRight 800ms ease-out;
	animation: fadeInRight 800ms ease-out;
}

.preloader-part-right.active {
	display: block;
	-webkit-animation: fadeInLeft 500ms ease-out;
	animation: fadeInLeft 500ms ease-out;
} */





/*HOME-badges-css*/
 
.module.module-badges-a {
	padding: 45px 0;
} 
 
 #slider-badges-a .slick-track {
	display: flex;
	justify-content: center;
	align-items: center;
}

#slider-badges-a .slick-slide .module-badges-a-single {
	text-align: center;
}
 
#slider-badges-a .slick-slide .module-badges-a-single img {
	margin: 0 auto;
}



/*HOME-Section-About-css*/  
 .module.module-intro-a.section-about {
	background-size: cover;
	background-position: center;
	position: relative;
}
  
.module.module-intro-a.section-about::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
	z-index: 0;
}
.module.module-intro-a.section-about .module-intro-content.row-narrow {
	position: relative;
	z-index: 1;
}

.about-title {
	letter-spacing: -1.5px;
	font-size: 50px;
	margin-bottom: 0;
	color: #063b52;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 55px;
	text-align: center;
}

.about-title b {
	font-weight: 600;
}

.about-sub-title{
	letter-spacing: -1.5px;
	font-size: 50px;
	margin-bottom: 0;
	color: #063b52;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 0;
	line-height: 55px;
	text-align: center;
}
.about-third-title {
	text-align: center;
	font-size: 29px;
	line-height: 36px;
	margin-top: 20px;
	letter-spacing: 0;
}

.about-text {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

.module.module-intro-a.section-trust {
	background: #063b52;
	position: relative;
}
 
.aboutBtn.button {
	min-width: 200px !important;
	display: inline-block;
}
  




@media screen and (min-width: 280px) and (max-width: 767px) {
	
.about-title {
	letter-spacing: -1.2px;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
}	

.about-sub-title {
	letter-spacing: -1.2px;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
}	

 .module.module-intro-a.section-about {
	padding: 50px 15px;
}
.about-third-title {
	font-size: 25px;
	line-height: 36px;
	padding: 0 15px;
}	
	
.aboutBtn.button {
	min-width: 220px !important;
	max-width: inherit;
	display: inline-block;
}	
	
	
	
	
	
}





@media screen and (min-width: 600px) and (max-width: 767px) {}



@media screen and (min-width: 767px) and (max-width: 1024px) {
	
.about-title {
	letter-spacing: -1.5px;
	font-size: 45px; 
}	
.about-sub-title {
	letter-spacing: -1.5px;
	font-size: 45px;
 
}	

.about-third-title {
	font-size: 22px;
	line-height: 25px;
 
}
	
	
	
	
}





@media screen and (min-width: 980px) and (max-width: 1024px) {}








@media screen and (min-width: 1024px) and (max-width: 1279px) {}



@media screen and (min-width: 1366px) and (max-width: 1890px) {}





@media screen and (min-width: 1900px) and (max-width: 12000px) {
.module.module-intro-a.section-about {
	padding: 150px 0;
}	
.about-title {
	letter-spacing: -1.8px;
	font-size: 60px;
	line-height: 66px;
 
}	
.about-sub-title {
	letter-spacing: -1.8px;
	font-size: 60px;
	line-height: 70px;
}	
.about-third-title {
	font-size: 36px;
	line-height: 53px;
	margin-top: 20px;
	letter-spacing: 0;
}
.about-text {
	max-width: 1100px;
	margin-bottom: 50px;
}
.about-text p {
	line-height: 35px;
}




	
}




 

@media screen and (min-width:2560px) and (max-width: 12000px) {}