html { 
	overflow-x: hidden;
}
body {
	font-family: 'Inter', sans-serif;

	 
}

 

a {
	text-decoration: none;
	cursor: pointer;
}

section {
	padding: 60px 0;
}

.container {
	max-width: 1235px;
} 

.reg-nav {
    /* background-color: #fff; */
    padding: 0;
    position: relative;
    position: absolute;
    z-index: 10;
    width: 100%;
}

 

.reg-nav .navbar-brand {
	font-weight: 700;
	font-size: 22px;
	line-height: 134.5%;
	color: #184D47;
}
 

.reg-nav .btn.btn-book {
	background: #EA2628;
	border-radius: 10px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px; 
	padding: 18px; 
	color: #FFFFFF !important;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.reg-nav .btn.btn-book:hover {
	background: #fff; 
	color: #EA2628 !important; 
	box-shadow: 0 12px 24px -6px rgba(143, 66, 236, .2);
    transform: translateY(-1px);
}
 
 
.reg-nav hr {
    width: 50%;
    height: 2px;
    border: 0;
    margin: 0;
    background: linear-gradient(90.01deg, rgba(185, 185, 185, 0.41) 49.99%, rgba(154, 154, 154, 0) 88.77%);
}
 

.banner-form-sec {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.banner-form-sec::after {
	content: '';
	position: absolute;
	left: 0%;
	top: 0;
	height: 100%;
	width: 100%;
	
background: linear-gradient(80.46deg, #39415B -11.12%, rgba(89, 89, 89, 0) 75.12%);
	z-index: 0;
}


 

 
.banner-cap {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.banner-cap h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px; 
	letter-spacing: 0.02em;
	text-transform: capitalize;
	
	color: #FFFFFF;
	margin-bottom: 20px;
	mix-blend-mode: normal;
}

 
 

.banner-cap a {
	background: #EA2628;
	border-radius: 10px;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px; 
	color: #FFFFFF;
	padding: 16px 40px;
	display: inline-block;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.banner-cap a:hover {
	background: #fff; 
	color: #EA2628 !important; 
	box-shadow: 0 12px 24px -6px rgba(143, 66, 236, .2);
    transform: translateY(-1px);
}

.sec-title {
	text-align: center;
}
.sec-title span  {
	text-align: center;
	font-weight: 600;
font-size: 12px;
line-height: 15px;
text-align: center;

color: #232A45;
}

.sec-title h3  {
	text-align: center;
	font-weight: 300;
font-size: 48px;
line-height: 50px;
text-align: center; 
color: #232A45;
margin: 15px 0 45px;
}
.sec-title h3 b  { 
	font-weight: 500; 
}

.dest-list{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	padding: 12px;
	margin: 0 7px ;
}

.flag-cntr {
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: -48px;
    background: #fff;
	margin-bottom: 10px;
}
.flag-cntr img{  
	width: 100%;
	height: 100%;
	object-fit: contain; 
}
.dest-list h4{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px; 
	color: #39415B;
	text-align: center;
}
.dest-img{
	border-radius: 20px;
	height: 204px;
	width: 100%;
	object-fit: cover;
}
.dest-list p{
	font-weight: 300;
	font-size: 14px;
	line-height: 17px;
	text-align: center; 
	color: #39415B; 
	margin-bottom: 30px;
	min-height: 130px;
}

.dest-list h5{
	font-weight: 600;
	font-size: 12px;
	line-height: 15px; 
	color: #39415B;
}

.dest-list h5 img{
	margin-right: 5px;
}


.dest-list a{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px; 
	display: block;
	color: #D61D23 !important;
	text-align: center;
	margin-top: 30px;
}
.dest-list a:hover{
	text-decoration: underline !important;
}

.slider-nav .slick-arrow{
	position: absolute;
	width: 40px;
	height: 40.18px; 
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	border: 0;
	z-index: 1;
}
.slider-nav .slick-arrow.slick-prev{
 left: -10px;
 top:50%;
}

.slider-nav .slick-arrow.slick-next{
	right: -10px;
	top: 50%;
}

.home-sec-3 img{
	margin: 0 -75px 220px;
}
.home-sec-3 img.img-1{
	position: relative;
	bottom: -220px;
}
.home-sec-3 span{
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	display: flex;
	align-items: center; 
	color: #39415B;
}
.home-sec-3 h3{
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	display: flex;
	align-items: center;
	margin: 15px 0;
	color: #232A45;
}
.home-sec-3 p{
	font-weight: 300;
	font-size: 14px;
	line-height: 28px; 
	color: #373737;
	margin-bottom: 20px;
	
}
.cound-list{
    margin-top: 40px;
}

.cound-list h4{
	font-weight: 600;
	font-size: 50px;
	line-height: 61px;
	display: flex;
	align-items: center; 
	color: #F73138;
	margin-bottom: 10px;
}

.cound-list h5{
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	
	color: #232A45;
}


.course-list{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.11);
	border-radius: 20px;
	padding: 20px;
	margin: 0 12px;
}


.course-list img{
	height: 332.27px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px 20px 0px 0px;
	margin-bottom: 20px;
}

.course-list h4{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px; 
	color: #39415B;
}

.course-list p{
	font-weight: 300;
	font-size: 14px;
	line-height: 17px; 
	color: #39415B;
	
}

.course-list a{
	font-weight: 500;
	font-size: 14px;
	line-height: 17px; 
	color: #D61D23 !important;
	
}
.course-list a svg{
	position: relative;
	right: 0;
	transition: transform 0.3s ease-out;
}
.course-list a:hover svg{ 
	transform: translateX(4px);
}


.slider-course .slick-arrow{
	position: absolute;
	width: 40px;
	height: 40.18px; 
	background: #FFFFFF;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	border: 0;
	z-index: 1;
}
.slider-course .slick-arrow.slick-prev{
 left: -10px;
 top:50%;
}

.slider-course .slick-arrow.slick-next{
	right: -10px;
	top: 50%;
}

.test-list{
	margin: 50px 25px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10.4px rgba(0, 0, 0, 0.23); 
	padding: 10px 0;
	min-height: 199px;
}

.test-flg{
	margin: 0 25px;
	text-align: center;
}

.text-flg-img{
	width: 46px;
	height: 46px;  
	border: 1px solid #FFFFFF;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
	overflow: hidden;
}

.text-flg-img img{
	width: 100%;
	height: 100%;   
	object-fit: contain;
}

.test-flg p{
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	margin:8px 0 0;
	color: #39415B;
}


.test-text{
	padding: 0 18px;
}

.test-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    max-height: 110px;
    color: #232A45;
    overflow: hidden;
    display: inline-block;
}

.test-text h5{
	font-weight: 800;
	font-size: 12px;
	line-height: 16px; 
	color: #000000;
}
.test-text h5 span{
	font-weight: 400;
	font-size: 9.6px;
	line-height: 13px; 
	color: #505050;
	padding-left: 5px;
	border-left: 1px solid #000;
	margin-left: 5px;
}

 .test-img{
	margin: -50px 0;
	box-shadow:0px 1.6px 6.2px rgba(0, 0, 0, 0.25);
 }

 .test-img img{
	 display: block;
 }

.slider-test .slick-dots{
	padding: 0;
	margin: 60px 0 0;
	text-align: center;
	list-style-type: none;
}
.slider-test .slick-dots li{
	display: inline;
	margin: 0 7px;
}
.slider-test .slick-dots li button{
	font-size: 0;
	border: 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #FB8B8F;
}
.slider-test .slick-dots li.slick-active button{ 
	background: #F73138;
}
.form_cntr{
	border: 1px solid #CDCDCD;
	border-radius: 20px;
	padding: 45px 75px;
}
.form_cntr h2{
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 50px;
	color: #39415B;
	margin-left: 25px;
}
 
.form_cntr a{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px; 
	color: #39415B;
	display: inline-block;
	margin-left: 25px;
}
.form_cntr a svg{
	width: 24px;
	height: 18px; 
}
 
.form_cntr a svg:hover path{ 
	fill: #D61D23;
}
.form_cntr .btn {
    border: 1px solid rgba(57, 65, 91, 1);
    border-radius: 16px;
    padding: 23px 20px;
    display: block;
    text-align: left;
	margin: 50px 0;
}


.form_cntr ul{
	margin: 200px 0 0;
	padding: 0;
	list-style-type: none;
}
.form_cntr ul li{
	display: inline;
}
.form_cntr ul li a{
	margin: 7px 0;
}
.form-left-cntr{
	margin-right: 100px;
}

.home-sec-form .form-control{
	border: 1px solid rgba(57, 65, 91, 0.68);
	border-radius: 10px;
	font-weight: 300;
	font-size: 20px;
	line-height: 24px;
	padding: 20px 35px;
	color: #C9C9C9;
	margin-bottom: 22px;
} 


.form_cntr form .btn{
	background: #EA2628;
	border-radius: 9px;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px; 
	text-align: center; 
	color: #FFFFFF;
	padding: 15px 20px;
	border: 0;
	margin: 0;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.form_cntr form .btn:hover {
	background: #fff; 
	color: #EA2628 !important; 
	box-shadow: 0 12px 24px -6px rgba(143, 66, 236, .2);
    transform: translateY(-1px);
}

footer {
 
	padding: 0 0 25px;
}

footer hr {
	opacity: .2;
	margin: 0 0 30px;
}
 

.foot-se-3 p {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #676767;
	margin: 0 10px 0 0;
	display: inline-block;
}

.foot-se-3-left a {
	font-weight: 400;
	font-size: 12px;
	line-height: 20px;
	color: #676767 !important;
	margin: 0 10px 0 0;
	display: inline-block;
}
.foot-se-3-left a:hover {
	 text-decoration: underline !important;
    color: #318161 !important;
	 
}

.foot-se-3-right {
	text-align: right;
}

.foot-se-3-right a {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #676767;
	margin: 0 0 0 10px;
	display: inline-block;
}
.foot-se-3-right a:hover {
	 color: #318161 !important;
}
 
 

.fixed-form{
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	background: #FFF;
	padding: 25px;
	box-shadow: -4px 4px 15px 0px rgba(0, 0, 0, 0.25);
	position: fixed;
	right: -450px;
	top:12%;
	z-index: 99;
	width: 440px;
	transition: all .3s;
}
.fixed-form.active{ 
	right: 5px; 
}

.fixed-form-cntr{ 
	padding: 25px;
	border-radius: 10px;
border: 1px dashed #989898;
position: relative;
/*height: 680px;*/
    overflow: auto;
}
.close-frm{
	position: absolute;
	right: 5px;
	top: 5px;
}

.fixed-form h4{
	color: #39415B;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

}
.fixed-form .form-control{  
	border-radius: 5px;
	border: 1px solid rgba(57, 65, 91, 0.68);
	color: #B6B6B6 !important; 
	font-size: 14px;
	font-style: normal;
	font-weight: 300; 
	line-height: 28px;
} 
.fixed-form .form-select{  
	border-radius: 5px;
	border: 1px solid rgba(57, 65, 91, 0.68);
	color: #B6B6B6 !important; 
	font-size: 14px;
	font-style: normal;
	font-weight: 300; 
	line-height: 28px;
} 
.fixed-form .btn{  
	border-radius: 9px;
	background: #EA2628;
	border-color: #EA2628;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
} 

.fixed-form .iti { 
    width: 100%;
}


 .fixed-form .error{
    font-size: 12px;
}

 .fixed-form .iti__flag-container { 
    height: 42px;
}

.home-sec-form .iti { 
    width: 100%;
    margin-bottom: 22px;
}
.home-sec-form label.error {
    font-size: 12px;
    top: -18px;
    position: relative;
}
.home-sec-form .iti label.error { 
     top: 0px;
}

.home-sec-form .iti__flag-container { 
    height: 66px;
}


 
.thanks-page{
    min-height:650px;
   height: 100vh;
    overflow: hidden; 
}  
.float-cntr {
    position: fixed;
    right: 0;
    bottom: 350px;
    z-index: 99;
}
.float-cntr p {
    display: none;
}
.float-cntr .whats {
    background: #25D366;
    backdrop-filter: blur(14px);
    padding: 15px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 20px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 10px;
}

.float-cntr .calls {
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    backdrop-filter: blur(14px);
    padding: 15px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 20px;
    line-height: 17px;
    color: #FFFFFF;
    text-decoration: none;
    width: 50px;
    display: block;
    height: 50px;
}







@media (max-width: 1600px) {
    
    .fixed-form.active { 
    top: 0;
}

}

@media (max-width: 1450px) {
 
    .fixed-form { 
    top: 12%; 
    padding: 15px;
    
}

.fixed-form-cntr {
    padding: 15px; 
    height: 600px;
}

.fixed-form h4 { 
    font-size: 16px; 
}

.fixed-form .form-control { 
    line-height: 24px;
}
}

@media (max-width: 1366px) {
    
.fixed-form.active {
    top: 0;
}

.fixed-form .form-control { 
    height: 30px;
}

.fixed-form .form-select { 
    line-height: 10px;
    height: 30px;
}

.fixed-form-cntr { 
    height: 510px;
}

}



@media (max-width: 1200px) {
 
	.reg-nav .btn.btn-book { 
		font-size: 14px; 
		padding: 12px 15px; 
	}

	.banner-cap a { 
		font-size: 18px;
		line-height: 18px; 
		padding: 15px 20px; 
	}
	.sec-title h3 { 
		font-size: 36px; 
	}
	.flag-cntr { 
		width: 75px;
		height: 75px; 
	}
	.home-sec-3 h3 { 
		font-size: 40px;
		line-height: 44px; 
	}

	.cound-list h4 { 
		font-size: 44px;
		line-height: 55px; 
	}
	.cound-list h5 { 
		font-size: 16px; 
	}

	.home-sec-form .form-control { 
		font-size: 16px; 
		padding: 15px 25px; 
	}
	.form_cntr form .btn { 
		font-size: 16px; 
		padding: 10px 15px; 
	}

}


@media (max-width: 1024px) {
	 
}

@media (max-width: 992px) {
	 

}

@media (max-width: 768px) {
 
	.banner-cap h1 { 
		font-size: 30px;
		line-height: 36px; 
	}

	.banner-cap a { 
		font-size: 16px;
		line-height: 29px; 
		padding: 10px 25px; 
	}
	.sec-title h3 { 
		font-size: 30px; 
	}

	.home-sec-3 img { 
		max-width: 250px;
	}



	.home-sec-3 h3 { 
		font-size: 30px;
		line-height: 36px; 
	}

.cound-list{
	text-align: center;
}


.cound-list h4 { 
    font-size: 30px;
    line-height: 36px;
    display: block;  
}
.cound-list h5 {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #232A45;
}

.test-flg { 
    display: none;
}

.form_cntr { 
    padding: 25px;
}

.form-left-cntr {
    margin-right: 0;
}
.form_cntr h2 { 
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px; 
}
.form_cntr .btn { 
    margin: 25px 0;
}
.form_cntr ul {
    margin: 10px 25px 25px;
    padding: 0;
    list-style-type: none;
}
.form-control { 
    font-size: 14px;
    line-height: 24px;
    padding: 10px 20px;
    color: #C9C9C9;
    margin-bottom: 22px;
}
.form_cntr form .btn { 
    font-size: 14px; 
    padding: 10px 20px; 
}
.foot-se-3 p { 
    text-align: center;
}






 .float-cntr{
            position: fixed;
            right: 0;
            bottom: 0;
            width: 100%;
            padding: 10px;
            z-index: 99;
            background: rgb(255 255 255 / 68%);
            backdrop-filter: blur(9px);
            text-align: center;
        }
    
        .float-cntr a {
            display: unset !important;
            float: left;
        }

        .float-cntr .whats {
            background: #25D366; 
            padding: 10px;
            border-radius: 7px;
            font-weight: 500;
            font-size: 20px;
            line-height: 17px;
            color: #fff;
            text-decoration: none;
            width: 50%;
            height: 40px;
            display: block;
            margin-bottom: 0; 
        }

        .float-cntr .calls {
            background: rgba(15, 45, 137, 0.684); 
            padding: 10px; 
            font-size: 20px;
            line-height: 17px;
            color: #fff;
            text-decoration: none;
            width: 50%;
            display: block;
            height: 40px; 
        }






}


@media (max-width: 550px) {

	.banner-form-sec img{
		height: 60vh;
		width: 100%;
		object-fit: cover;
		object-position: right;
	}

	section{
padding: 30px 15px;
	}
 
	.reg-nav .navbar-brand img{
		width: 150px;
	}
	.reg-nav .btn.btn-book { 
		font-size: 14px;
		line-height: 16px;
		padding: 12px; 
	}

 .fixed-form {
    width: 100%;
    top: 8%;
    height: 100%; 
    z-index: 99;
    border-radius: 0;
}
 .fixed-form.active {
    top: 0;
    right: 0;
}
	.fixed-form-cntr { 
    height: 100%;
    overflow: auto;
}
.form-control { 
    margin-bottom: 0;
}

.thanks-page{
    min-height:100vh;
   height: 100vh;
    overflow: hidden; 
}    
.thanks-page img {
    height: 100vh; 
}

}