@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;800&family=Poppins:wght@400;500;600;800&display=swap');

/***********************************************
**** GENERAL CSS BEGIN
***********************************************/
body{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:28px;
	font-weight: 400;
	color:#111;
	background-color:#FFF;
}

p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

/*LINKS CSS*/
a{
	color:#004d98;	
	font-family: 'Open Sans', sans-serif;
}

a:hover{
	color:#1a2f5a;
	text-decoration: none;
}

/*TITLES CSS*/
h1,h2,h3,h4,h5{
	font-family: 'Poppins', sans-serif;
}

 h1{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 45px;
 }

h3{
	padding-top: 18px;
	text-transform:uppercase;
	font-size: 18px;
	padding-bottom: 10px;
}

h4{
	text-transform:capitalize;
	font-size: 16px;
	font-weight: 400;
}

/*TEXT*/
.small-text{
	font-size: 13px;
	letter-spacing: 0.5px;
	line-height: 18px;
}

.accent-text{
	color:#2b4e94;
}

.accent-text-dark{
	color:#111;
}

.accent-text-2{
	color:#fca400;
}

.underline{
	background-color: #fcf7af; border-radius: 5px;
}

.sub-title{
	padding: 5px 10px;
	border-bottom: 2px solid #95c138;
	color: #000;
	border-radius: 2px;
}

/* CURVES */
#curveUpColor path,
#curveDownColor path {
	fill: #024485;
	stroke: #024485;
}
	

/*BUTTONS*/
.cta-button{
	/*background-color: #000;*/
	font-family: 'Open Sans', sans-serif;
	background-color:#ff3300 !important;
	color: #fff;
	margin-top: 20px;
	padding: 13px 5px !important;
	border: 0px !important;
	border-radius: 150px !important;
	border-color: #ff3300;
	font-size: 20px;
	font-weight: 600;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 10px 5px -1px;
}

.cta-button:hover{
	background-color: #d32000 !important;
	color:#fff;
}

/*DEVICE VISIBILITY*/
.mobile{
		display:none;
	}
.pc{
		display:inline;
}

/*IMAGES*/
.img-full{
	max-width:100%;
	text-align:center;
}

#img-logo{
	height:55px;
	padding-bottom:0px;
}

/*LISTS*/
.list-icon{
	font-size: 20px;
	color:#76bdff;
	
}

.list-item{
	border: 1px solid #ccc;
	padding: 20px;
}
/***********************************************
**** GENERAL CSS END
***********************************************/


/***********************************************
**** TOP BAR & NAV BEGIN
***********************************************/
.sticky {
	/*Top Bar Background on Scroll */
	background-color:#fff;
	border-bottom: 1px solid #f8f8f8;
	box-shadow: rgba(17, 12, 46, 0.10) 0px 8px 15px 0px;
}

 #phone-top{
	font-size: 22px;
	font-weight: 600;
 }


/***********************************************
**** TOP BAR & NAV END
***********************************************/


/***********************************************
**** FORM CSS BEGIN
***********************************************/
#main-form{
	background-color: #0435af;
	padding: 13px 40px 30px 40px;
	box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;
	margin-top: -25px;

}

input[type=text], input[type=tel], input[type=email]{
	padding: 5px 10px;
	border-radius: 2px;
	border: 0px;
}

input[type=text]:focus {
	border: 3px solid #555;
}

input[type=submit]{
	width: 100%;
	border-radius: 2px;
}

::placeholder {
	color: #000;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}

.form-group{
	margin-bottom: 8px;
}

.form-button{
	/*background-color: #000;*/
	font-family: 'Open Sans', sans-serif;
	background-color:#ff3300 ;
	margin-top: 20px;
	padding: 15px 5px;
	border: 0px;
	border-radius: 150px;
	font-size: 20px;
	font-weight: 600;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 10px 5px -1px;
}

.form-button:hover{
	background-color: #ff4800;
}
/***********************************************
**** FORM CSS END
***********************************************/


/***********************************************
**** MAIN CONTAINET CSS BEGIN
***********************************************/

#main-container{
	background-color: #e0e4ee;
	background-image: url(../images/back.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	text-align: center;
	padding: 50px 0px 0px 0px;
	z-index: 0;
 	position: relative; 
}

#main-text{
	padding: 1.2% 6% 10% 6%;
}

/***********************************************
**** MAIN CONTAINER END 
***********************************************/

/***********************************************
**** INTRO CONTAINER BEGIN 
***********************************************/
#intro-container{
	padding:50px 0px 0px 0px;
	background-color: #024485;
	color: #ffffff;
	margin-top: -1%;
	z-index: 1;
 	position: relative; 
 }

/***********************************************
**** INTRO CONTAINER END 
***********************************************/

/***********************************************
**** BENEFITS CONTAINER BEGIN 
***********************************************/
#benefits-container{
	padding:50px 0px 25px 0px;
	background-color: #fff;
	margin-top: -1%;
	z-index: 1;
 	position: relative; 
	background-image: url(../images/background2.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;
 }

 .img-icon{
	padding-bottom: 10px;
 }

 .benefits-item{
	padding: 10px 15px;
 }
/***********************************************
**** BENEFITS CONTAINER END 
***********************************************/

/***********************************************
**** ABOUT CONTAINER END 
***********************************************/
#about-container{
	padding: 80px 20px 80px 20px;
	background-color: #f8f8f8;
	background-image: url(../images/background2.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;
}

/***********************************************
**** TESTIMONIALS TEXT CONTAINER BEGIN 
***********************************************/
.testimonials{
	margin: 5%;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.50);
}

/***********************************************
**** TESTIMONIALS TEXT CONTAINER BEGIN 
***********************************************/

/***********************************************
**** ABOUT CONTAINER END 
***********************************************/

/***********************************************
**** SERVICES CONTAINER BEGIN 
***********************************************/
#services-container{
	padding:80px 20px 120px 20px;
	background-color: #fff;
	color: #000;
	/* background-image: url(../images/background2.png); */
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;

 }

 .img-icon-service{
	padding-bottom: 0px;
	background-color: #fff;
	border-radius: 250px;
 }

 .services-item{
	padding: 15px 20px 15px 15px;
	border-radius: 2px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
 }

 .item-green{
	background-color: #89c64c;
 }

 .item-white{
	background-color: #f2f2f2;
 }

 .item-blue{
	background-color: #669edd;
 }

 .item-orange{
	background-color: #f6ad4f;
 }
/***********************************************
**** BENEFITS CONTAINER END 
***********************************************/

/***********************************************
**** PROCEDURES CONTAINER BEGIN 
***********************************************/
#procedures-container{
	padding:80px 20px 100px 20px;
	background-color: #081a30;
	color: #ffffff;
	margin-top: -1%;

 }

 

/***********************************************
**** PROCEDURES CONTAINER END 
***********************************************/

/***********************************************
**** CTA CONTAINER BEGIN 
***********************************************/
#CTA-container{
	padding:50px 20px;
	background-color:#005ac3;
}
	
/***********************************************
**** CTA CONTAINER END 
***********************************************/

/***********************************************
**** BEFORE AND AFTER CONTAINER BEGIN 
***********************************************/
#ba-container{
	padding: 80px 20px 80px 20px;
}

#ba-imgs{background-color:transparent; padding:20px 15px 15px 15px; margin-top:-70px; z-index:3;}
	 
.img-txt{
	max-width:98%;
	padding:5px;
}

#slider-container{
	padding:20px 30px 25px 30px;
	z-index:2;
}

/***********************************************
**** BEFORE AND AFTER CONTAINER END 
***********************************************/

/***********************************************
**** TESTIMONIALS CONTAINER BEGIN 
***********************************************/

#testimonials-containter{
	padding:80px 0px 80px 0px;
	background-color:#fff;
	margin-top:-8px;
	background-image: url(../images/background2.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;
}
	
.testimonial-reel {
	margin-bottom: 4rem !important;
	/*margin-top: 4rem;*/
  }
  .testimonial-reel .box {
	position: relative;
	margin-bottom: 30px;
  }
  .testimonial-reel .box .image {
	margin: 0 auto -45px;
	text-align: center;
  }
  .testimonial-reel .box .image img {
	height: 130px;
	margin: 0 auto;
  }
  .testimonial-reel .box .test-component {
	background-color: #fff;
	padding: 1rem 2.5rem;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	min-height: 200px;
  }
  .testimonial-reel .box .test-title {
	color: rgb(156, 156, 156);
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
  }
  .testimonial-reel .box .test-content {
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
  }
  .testimonial-reel .slick-slide {
	transition: opacity 0.3s;
	padding-left: 1rem;
	padding-right: 1rem;
  }
  .testimonial-reel .slick-slide.slick-cloned {
	transition: opacity 0.3s;
  }
  .testimonial-reel .slick-slide.slick-current.slick-active {
	opacity: 1;
	transition: opacity 0.3s;
	
  }

  .quote{
	max-height: 50px;
	margin-top: -110px;
  }


/***********************************************
**** TESTIMONIALS CONTAINER END 
***********************************************/
/***********************************************
**** AS SEEN CONTAINER BEGIN 
***********************************************/
#as-seen-container{
	padding: 10px 20px 60px 20px;
	
}

.as-icon{
	max-width: 200px;
}
/***********************************************
**** AS SEEN CONTAINER END 
***********************************************/

/***********************************************
**** CONTACT CONTAINER BEGIN 
***********************************************/
#contact-container{
	padding:30px 20px;
	text-align:left;
	background-color: #ccc;
	color: #fff;
}

#location-contact{
	color: #000;
}

#contact-info{
	padding:20px;
	margin-bottom:20px;
	font-size:18px;
	border-radius: 5px;
}

#contact-info a{
	font-size:18px;
	color:#003663;
	font-weight: 600;
}

#phone-contact{
	font-size:18px;
}

.contact-icon{
	max-width: 70px;
	margin-top: -10px;
}
/***********************************************
**** CONTACT CONTAINER END 
***********************************************/



/***********************************************
**** THANK YOU PAGE BEGIN 
***********************************************/
/*THANKYOU PAGE*/
#thank-you{
	text-align:center;
	max-width:80%;
	padding-top:100px;
	margin:auto;
	min-height:600px;
}

/***********************************************
**** THANK YOU PAGE  END 
***********************************************/


/***********************************************
**** FOOTER CONTAINER BEGIN 
***********************************************/
#footer-container{
	/*Footer Container Colors*/
	background-color:#404040;
	color:#FFF;	
	text-align:center;
	font-size:16px;
	padding: 50px 20px 20px 20px;
	line-height:23px;
}

#footer-container a{
	/*Footer Container Links*/
	color:#FFFFFF;
}

.icon-footer{
	height:15px;
	padding:0px 3px;
}

#footer-addventure
{
	padding:10px;
	background-color:#2e455f;
	font-size:16px;
	text-align:center;
}

#footer-addventure a{
	color:#475565;
}

/***********************************************
**** FOOTER CONTAINER END 
***********************************************/



/***********************************************
**** RESPONSIVE CSS BEGIN 
***********************************************/
/* On screens that are 700px or less*/
@media screen and (max-width: 1400px) {
	
}

/*MOBILE CSS*/

/* On screens that are 95px or less*/
@media screen and (max-width: 950px) {
	/***********************************************
	**** GENERAL CSS BEGIN
	***********************************************/

		/*DEVICE VISIBILITY*/
		.mobile{
			display:inline;
		}
		.pc{
			display:none;
		}
	
		/*FLOATING BUTTONS*/
		.float-whatsapp{
			bottom:95px;
		}
		
		.float-fbmessenger{
			bottom:145px;
		}
	
	/***********************************************
	**** GENERAL CSS END
	***********************************************/

	/***********************************************
	**** TOP BAR & NAV BEGIN
	***********************************************/
		#phone-top{
			font-size: 18px;
		}

		#img-logo{
			height: 45px;
		}
	/***********************************************
	**** TOP BAR & NAV END
	***********************************************/

	/***********************************************
	**** MAIN CONTAINER CSS BEGIN
	***********************************************/
		#text-container{
			margin-top: -1px;
		}
		#promo-img{
			max-width: 350px;
			z-index: 2;
			position: relative;
		}

		#main-form{
			padding: 5%;
			margin-top: -30px;
		}

		#image-container{
			background-image: none;
			background-color: rgba(250,247,243,0.30);
		}

		#main-form{
			padding: 10%;
			max-width: 100%;
		}
	/***********************************************
	**** MAIN CONTAINER CSS END
	***********************************************/
		/***********************************************
	**** BENEFITS CONTAINER BEGIN 
	***********************************************/
		#benefits-container{
			margin: top -2px;
		}

		.benefits-item{
			padding: 2% 5%;
		 }
	/***********************************************
	**** BENEFITS CONTAINER END 
	***********************************************/
	

}
 
/***********************************************
**** RESPONSIVE CSS END 
***********************************************/

.wrapper {
	display: flex;
	justify-content: space-between;
  }
  .card {
	flex: 1;
	height: 100%;
	border: 0px;
  }
  .description {
	overflow: hidden;
	transition: all 0.5s ease-in-out;
  }
  .button {
	display: block;
	margin-top: 1rem;
	color: #f6ad4f;
	font-size: 14px;
	cursor: pointer;
  }
  