@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Questrial&display=swap');

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

p{
	font-weight: 400;
}

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

a:hover{
	color:#212b47;
	text-decoration: none;
}

/*TITLES CSS*/

h1,h2,h3,h4{
	font-family: "Nunito Sans", sans-serif;
  	font-optical-sizing: auto;
 	font-weight: 900;
  	font-style: normal;
  	font-variation-settings:
    "wdth" 100,
    "YTLC" 500;
}

 h1{
	font-weight: 900;
	font-size: 40px;
	text-transform: uppercase;
	line-height: 45px;
 }

 h2{
	text-transform:uppercase;
	font-weight: 900;
	font-size: 25px;
 }

h3{
	text-transform:uppercase;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
}

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

h5{
	text-transform:capitalize;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
}

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

.accent-text{
	color:#D4B242;
}

.accent-text-2{
	color:#CDB972;
	letter-spacing: 0.2px;
	font-weight: 500;
}

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

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

/*BUTTONS*/
.cta-button{
	/*background-color: #000;*/
	font-family: 'Open Sans', sans-serif;
	background-color:#0c8a3c !important;
	color: #fff;
	margin-top: 20px;
	padding: 13px 5px !important;
	border: 0px !important;
	border-radius: 150px !important;
	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: #0a5f2a !important;
	color:#fff;
}

/*FLOATING BUTTONS*/
.float-whatsapp{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:30px;
	color:#FFF;
	z-index:20;
	text-align:center;
}

#img-whatsapp{
	height:50px;
	text-shadow: 1px 1px 1px #999;
}


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

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

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

.image-title{
	background-color: #111; padding: 2px 15px; border-radius: 2px; font-size: 1.1em; color:#CDB972;
}

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

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


/***********************************************
**** TOP BAR & NAV BEGIN
***********************************************/
.sticky {
	/*Top Bar Background on Scroll */
	background-color:#111;
	box-shadow: rgba(110, 110, 110, 0.1) 0px 8px 15px 0px;
	
}

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


 #top-cta-container{
	background-color: #193588;
	padding: 8px 5px;
	font-size: 15px;
	font-weight: 600;
	color:#fff;
 }

 #navbar a{ 
	/*Contact Phone Number Color*/
	color:#fff;
	font-size:25px;
	font-weight:600;
	padding:2px 20px;
	border-radius:35px;
}
/***********************************************
**** TOP BAR & NAV END
***********************************************/


/***********************************************
**** FORM CSS BEGIN
***********************************************/
#main-form{
	background-color: #28282b;
	padding: 5% 10% 10% 10%;
	box-shadow: rgb(0, 0, 0) 0px 20px 30px -10px;

}

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

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

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

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

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

.form-button{
	background-color:#0c8a3c ;
	margin-top: 20px;
	letter-spacing: 1PX;
	padding: 15px 5px;
	border: 0px;
	border-radius: 5px;
	font-size: 18px;
	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: #0a5f2a;
}

#form-promo{
	margin: 0px; letter-spacing: 1px; color: #fff; text-align: center; background-color: #193588; padding: 8px; font-weight: 600;}
/***********************************************
**** FORM CSS END
***********************************************/


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

#main-container{
	background-color: #1a1a1a;
    background-image: url(../images/main-background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: right center;
	padding: 0px 0px 0px 0px;
	z-index: 0;
 	position: relative; 
}

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

/***********************************************
**** INTRO CONTAINER BEGIN 
***********************************************/
#intro-container{
	padding:100px 0px 80px 0px;
	background-image: url(../images/background.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	text-align: left;

 }

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

/***********************************************
**** BENEFITS CONTAINER BEGIN 
***********************************************/
#benefits-container{
	padding:25px 0px 35px 0px;
	background-color: #000;
	color: #ffffff;

 }

 .img-icon{
	max-width: 70px;
	padding-bottom: 10px;
 }
/***********************************************
**** BENEFITS CONTAINER END 
***********************************************/

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

.procedure-list{
	background-color: #ffffff;
	padding: 10px 20px 20px;
}
/***********************************************
**** ABOUT CONTAINER END 
***********************************************/

/***********************************************
**** TESTIMONIALS TEXT CONTAINER BEGIN 
***********************************************/
.testimonials{
	margin: 4%;
	padding: 20px;
	border: 1px solid #222222;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.50);
	background-image: url(../images/background.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	text-align: center;
	font-size: 16px;
}

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


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

/***********************************************
**** BEFORE AND AFTER CONTAINER BEGIN 
***********************************************/
#ba-container{
	padding: 80px 20px 80px 20px;
	background-image: url(../images/background-dark.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	background-color:#000000;
}

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

#slider-container{
	padding:20px 10px 25px 10px;
	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/background.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;

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


/***********************************************
**** TESTIMONIALS CONTAINER END 
***********************************************/

/***********************************************
**** LOCATION CONTAINER BEGIN 
***********************************************/
#location-container{
	padding:100px 0px 80px 0px;
	background-image: url(../images/background.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	text-align: left;

 }

/***********************************************
**** LOCATION CONTAINER END 
***********************************************/


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

#location-contact{
	color: #000;
	font-size: 15px;
	line-height: 20px;
}

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

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

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

.contact-icon{
	max-width: 40px;
	margin-top: -10px;
}

#mail-contact{
	font-size: 16px;
}
/***********************************************
**** 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:#f8f8f8;
	color:#111;	
	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:20px 0px 10px;
	background-color:#fff;
	font-size:16px;
	text-align:center;
	color: #111;
}

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

/***********************************************
**** 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;
		}

		h1{
			font-size: 35px;
		}

		.accent-text-2{
			font-size: 16px;
		}

		h2{
			font-size: 15px;
		 }

		.small-text{
			font-size: 12px;
		}
	/***********************************************
	**** GENERAL CSS END
	***********************************************/

	/***********************************************
	**** TOP BAR & NAV BEGIN
	***********************************************/
		#img-logo{
			height: 40px !important;
		}

		.call-us{
			padding-top: 25px;
		}

		#navbar a{
			font-size: 14px;
		}


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

	/***********************************************
	**** MAIN CONTAINER CSS BEGIN
	***********************************************/
		#text-container{
			margin-top: -1px;
		}

		#main-form{
			padding: 2%;
		}

		#image-container{
			padding: 0% 0%;
			background-image: none;
			background-color: none;
			text-align: right;
		}

		#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 
	***********************************************/
	#mail-contact{
		font-size: 14px;
	}

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


