/*@import url('https://fonts.googleapis.com/css2?family=*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* --------------------------
Default Code 
-----------------------------*/

*body{
    background-color: #f8f8f9;
}
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
     margin: 1%; 
    float: left;
}

.col_sm44 {
    width: 69%;
    margin: 1%;
    float: left;
}

.col_sm5 {
    width: 18%;
    margin: 1%;
    float: left;
}
.col_sm6 {
    width: 14%;
    margin: 1%;
    float: left;
}

/*.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}*/

.col_sm8 {
    width: 58%;
    float: left;
    margin: 1%;
}

.col_sm88 {
    width: 38%;
    float: left;
    margin: 1%;
}
.col_sm9 {
    width: 66%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 27%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 93%;
    margin: 0 auto;
}

.top2 {
    width: 85%;
    margin: 0 auto;
}

.logo {
    width: 315px;
    float: left;
    /* margin: 1%; */
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 1%;
}


.fix_nav {
    position: absolute;
    z-index: 9999;
    background: transparent;
}

.img {
    width: 100%;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}

.ftr-bdr{
    background-color: #e53935;
}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
	width: 45px;
	height: 45px;
	position: fixed;
	display: flex;
	right: 1%;
	bottom: 2.5%;
	transition-duration: 1s;
	font-size: 20px;
	cursor: pointer;
	color: #fff;
	z-index: 9999;
background-color: #e13833;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}

.top_arrow:hover {
	background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/
.footer li{
    list-style: none;
}
.bg_clr21 {
position: relative;
    overflow: hidden;
    background: #1c3575;
}

.ftr_txt h3 {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #fff;
}

.ftr_txt p {
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	font-weight: 400;
	margin: 0px;
	text-align: left;
}

.ftr_txt ul {
    margin-left: 0px;
    padding: 0;
    flex-wrap: wrap;
}

.ftr_txt ul li {
    list-style: none;
    width: 50%;
}

.ftr_txt a {
    font-family: "Mulish", sans-serif;
    color: #fff;
    text-decoration: none;
    line-height: 180%;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 7px;
    display: inline-block;
    transition: all 0.3s linear;
}

.ftr_txt_flex {
    display: flex;
    gap: 26px;
    justify-content: center;
}



.ftr_txt a:hover {
    color: #e53935;
    transition: all 0.3s ease;

}

.ftr_txt_right {
    text-align: right;
}

.ftr_txt_pad {
    padding-right: 60px;
}

.txt-cnter {
    text-align: center !important;
}

.ftr-btm p {
    color: #fff;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: left;


}

.ftr_txt_right p {
    color: #fff;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: right;
}

.ftr_txt_right p a {
    color: #fff;
    font-size: 16px;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: right;
}

.col_sm4_1 {
    width: 23%;
    margin: 1%;
    float: left;
}




/*------------------------------------------
Main Code 
------------------------------------------*/


/*nav*/

.nav{
    background-color: #1a4ca1 ;
}
.flex {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-around;
}

.navbar {
    background-color: #e13833;
    padding: 25px;
}

.navbar p{
    font-size: 18px;
    font-weight: 300;
    color: #fff;
     font-family: "Open Sans", sans-serif;
}

.navbar i{
    color: #fff;
}
.navbar a{
     color: rgba(255 255 255 / 80%);
     font-size: 18px;
     font-weight: 400;
}

.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    background-color: #1a4ca1;
    padding: 9px;
}

.address{
    display: flex;
    gap: 15px;
}

.address i{
    color:#e13833;
}

.email{
    display: flex;
    gap: 15px;
}
.address p{
     font-size: 16px;
    font-weight: 400;
    color: rgba(255 255 255 / 80%);
    font-family: "Open Sans", sans-serif; 
}

.email i{
    color:#e13833;
}

.email p{
     font-size: 16px;
    font-weight: 400;
    color: rgba(255 255 255 / 80%);
     font-family: "Open Sans", sans-serif; 
}

.social-links {
    display: flex;
    gap: 31px;
    align-items: center;
}

.social-links a {
    color: #253976;
    border-radius: 50%;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.fa-envelope , .fa-phone{
    color: #fff;
}
/*nav end*/


/*banner*/

.banner {
background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    width: 95%;
    margin: 0% auto;
    height: 616px;
    display: flex;
    align-items: center;
}


.banner-text h6{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    background-color: #153888;
}

.banner-text h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 47px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin: 2% 0;
    padding: 0;
}


.banner-text p {
    max-width: 671px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 16px;
    border-left: 2px solid #fff;
    opacity: 0.8;
    font-size: 18px;
    font-weight: 400;
}

.banner-btn a {
    padding: 10px 18px;
    background: #fff;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Icon */
.banner-btn i {
    border-radius: 50%;
    padding: 10px;
    background-color: #e53935;
    color: #fff;
    transition: all 0.3s ease;
}

/* Hover */
.banner-btn:hover a {
    background-color: #e53935;
    color: #fff;
}

.banner-btn:hover i {
    background-color: #fff;
    color: #e53935;
}

.banner-btn-1 a {
    padding: 10px 18px;
    border-radius: 30px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.banner-btn-1 i {
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
    color: #000;
    transition: all 0.3s ease;
}

.banner-btn-1:hover a {
    background-color: #e53935;
    border-color: #e53935;
}

.banner-btn-1:hover i {
    color: #e53935;
}



.button{
    display: flex;
    gap: 38px;
    margin-top: 32px;
}

.banner-flex{
    display: flex;
    align-items: center;
}

.banner-image img{
    position: relative;
    top: 18px;
}


.inner-banner {
background-image: url(../images/inner-page-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    width: 95%;
    margin: 0% auto;
    height: 40vh;
    display: flex;
    align-items: center;
        position: relative;
}

.inner-banner .shape2 {
    position: absolute;
    bottom: -6px;
    left: 0;
}

.inner-banner h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 47px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    text-align: center;
}


/*about us*/

.shape-global{
        position: absolute;
    right: 0;
    top: 0;
    width: 11%;
}

.about-us{
    position: relative;
}

.about-bg {
    position: relative;
    background-image: url(../images/vector.png);
    background-repeat: no-repeat;
}
.about-img-1 img {
    border-radius: 30px;
    width: 50%;
}

.about-img-2 img {
    border-radius: 30px;
    position: absolute;
    width: 50%;
    top: 44%;
    left: 38%;
    z-index: 9;
}

.pdg{
        padding: 70px 0 70px 0;
}

.pdg2{
        padding: 70px 0 0px 0;
}

.about-text h6 {
font-size: 18px;
    font-weight: 500;
    color: #0048b4;
    font-family: "Open Sans", sans-serif;
    padding: 8px 16px;
    border-radius: 100px;
    background-color: #f8f8f8;
    width: fit-content;
}

.about-text h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
}

.about-text span{
    color: red;
}


.about-text p {
    color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
}

.about-text h5 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 4px;
     font-family: "Open Sans", sans-serif;
    opacity: 0.7;
}

.about-heading-flex{
    display: flex;
    align-items: center;
}

.about-border{
    border-top: 1px solid rgba(203, 204, 207, 0.24);
}

.about-text-2 {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-top: 2%;
}


.about-text-3 h3 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif;
}

.list {
    line-height: 180%;
    margin: 0;
    padding: 0;
}

.list li {
    list-style: none;
    color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
}

.list i{
    color: #253976;
    margin-right: 8px;
    opacity: 1;
}

.about-btn{
    margin-top: 5%;
}

.about-btn i {
    border-radius: 50%;
    padding: 10px;
    background-color: #e13833;
    color: #fff;
    margin-left: 19px;
}

.about-btn a{
    color:#100e0e;
    text-decoration:none;
    font-weight:500;
    background:#ffffff;
    border-radius:41px;
    width:fit-content;
    padding:15px 20px;
    position:relative;
    font-family:"Open Sans", sans-serif;
    border:1px solid #c9c9c9;
    margin-top:30px;
    transition: all .35s ease;
}

/* HOVER */
.about-btn a:hover{
    background:#0A2540;
    color:#fff;
    border-color:#0A2540;
    transform:translateY(-4px);
    box-shadow:0 12px 30px rgba(0,0,0,.15);
}

.about-flex{
    display: flex;
    align-items: start;
}



.shape img {
    position: absolute;
    width: 19%;
    left: 66%;
    top: 0;
    z-index: 99;
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Smooth top-bottom floating animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}
.shape-1 img {
position: absolute;
    width: 34%;
    z-index: 9;
    top: 86%;
    left: 0;
    animation: floatTopBottom 4s ease-in-out infinite;
}

/* Top to Bottom animation */
@keyframes floatTopBottom {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}


/*service*/

.main-text{
    text-align: center;
    margin-top: 36px;
}

.main-text p{
    font-size: 18px;
    font-weight: 500;
    color: #0048b4;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 140%;
    border-radius: 100px;
    display: inline-block;
    background-color: #f8f8f9;
}

.main-text h2{
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 53px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.services-flex{
    display: flex;
    flex-wrap: wrap;
}

.service-sub h2{
font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 2% 3%;
}

.service-sub p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    padding: 2% 3%;
}

.service-sub{
    border-radius: 16px;
    background-color: #f8f8f9;
}

.service-sub img{
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;

}

.service-sub-btn {
margin-top: 3%;
    padding: 5% 3%;
    border-top: 1px solid rgba(203, 204, 207, 0.24);
}

.service-sub-btn a{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    color: #000;
    transition: all 0.5s ease-in-out;
}


.service-sub:hover .service-sub-btn a{
    color: #e13833;
}



/*end*/


/*service section*/

.service-bg {
    background-image: url(../images/service-bg.jpg);
    background-size: cover;
       background-repeat: no-repeat;
    border-radius: 20px;
    width: 95%;
    margin: 1% auto;
}



.service-sub-text h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    background-color: #0e3d97;
}

.service-sub-text h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 53px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    animation: fadeInOutUp 3s ease-in-out infinite;
}

/* Keyframes */
@keyframes fadeInOutUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    30% {
        opacity: 1;
        transform: translateY(0);
    }

    70% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}




.service-sub-text p {
    max-width: 671px;
    color: #cbcccf;
    padding-left: 0px;
    opacity: 0.8;
}


.service-btn {
    padding: 9px 13px;
    /*background: #ffffff;*/
    border-radius: 30px;
    width: fit-content;
    padding: 8px 14px 13px 28px;
    position: relative;
    z-index: 1;
    font-family: "Open Sans", sans-serif;
    border: 1px solid #c9c9c9;
    margin-top: 40px;

}

.service-btn i {
    border-radius: 47%;
    padding: 10px;
    background-color: #e13833;
    color: #fff;
}

.service-btn a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.service-list {
    display: flex;
    align-items: center;
    gap: 35px;
}

.list-1{
    margin-top: 31px;
    line-height: 156%;
   
}

.list-1 li {
    max-width: 671px;
    color: #ffff;
    padding-left: 0px;
    opacity: 0.8;
    font-size: 18px;
    list-style: none;
    width: 500;
    font-weight: 500;
}

.list-1 i {
    color: #ffff;
    gap: 10px;
    margin-right: 8px;
}



.service-sub-img img {
    width: 90%;
    animation: clockWiseRotate 20s linear infinite;
    transform-origin: center center;
}

@keyframes clockWiseRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.service-sub-img h6 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    background-color: #0e3d97;
    top: 350px;
    left: 200px;
}
/*end*/



.process{
    padding:100px 0;
    background:#f7f9fc;
    text-align:center;
}

.process-heading span{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 140%;
    border-radius: 100px;
    display: inline-block;
    background-color: #253976;
    padding: 8px 30px;

}

.process-heading h2{
    color: #000;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.process-wrapper{
    margin-top:70px;
    display:flex;
    justify-content:space-between;
    position:relative;
}

/* connector line */
.process-wrapper::before{
    content:'';
    position:absolute;
    top:30px;
    left:8%;
    width:84%;
    height:4px;
    background:#253976;
    z-index:0;
}

.process-step{
    width: 16%;
    position: relative;
    z-index: 1;
    background: #253976;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin: -1% 1%;
    box-shadow: 0 6px 20px #25397685;
    padding: 8px;
}

.process-step h2{
color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;
    margin-top: 3px;

}

.process-step h3{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}




@media(max-width:900px){

.process-wrapper{
    flex-direction:column;
    align-items:center;
}

.process-wrapper::before{
    display:none;
}

.process-step{
    width:100%;
    margin-bottom:40px;
}

}

.process-step{
    transition:.3s;
}

.process-step:hover{
    transform: translateY(-8px);
    background: #e13833;
}



/*achivements*/
.achivement {
    text-align: center;
}

.achivement h6 {
    font-size: 18px;
    font-weight: 500;
    color: #0048b4;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 1;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
    position: relative;
    background-color: #f8f8f9;
}
.achivement h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
}

.achivement p{
font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    line-height: 140%;
    color: #ffffff;
    padding: 15px 12%;
}

.achivement-bg {
    background-image: url(../images/achivement-bg.jpg);
    background-size: cover;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
    border-radius: 20px;
    width: 95%;
    margin: 0% auto;
    position: relative;
}

.shape2{
    position: absolute;
    bottom: -12px;
}

.achivement-sub h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 192%;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}

.achivement-sub h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.bar-flex{
    display: flex;
}
.achivement-sub{
border-right: 1px solid rgba(203, 204, 207, 0.24);
    margin: 0;
    border-top: 1px solid rgba(203, 204, 207, 0.24);
    width: 25%;
    height: 33vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 2%;
    padding-bottom: 68px;
}

.achivement-sub h2 {
    font-size: 51px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    line-height: 192%;
    color: #ffffff;
    -webkit-text-stroke: 2px #ffffff;
    transition: all 0.4s ease-in-out;
    transition:.3s;
}

.achivement-sub h2.counting{
    transform:scale(1.15);
    text-shadow:0 0 20px rgba(255,255,255,.5);
}


.achivement-sub h2:hover {
    /* Still white */
    color: #ffffff;
    -webkit-text-stroke-width: 3px;

    /* Glow effect */
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.6),
        0 0 20px rgba(255, 255, 255, 0.4);

    /* Subtle lift */
    transform: translateY(-6px) scale(1.06);
}


.achivement-sub .img-box{
        width: 83px;
}

 /*end*/


 /* ============================= */
/* WHY US SECTION */
/* ============================= */

.whyus-section {
    background-image: url(../images/achivement-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    padding: 60px 0;
}

/* Decorative Shape */
.whyus-shape {
    position: absolute;
    bottom: -12px;
}

/* Grid Layout */
.whyus-grid {
    display: flex;
    justify-content: space-between;
}

.whyus-header h2{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* Individual Item */
.whyus-item {
    width: 33.33%;
    height: 33vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(203, 204, 207, 0.24);
    border-top: 1px solid rgba(203, 204, 207, 0.24);
    margin-top: 2%;
    padding-bottom: 68px;
    transition: all 0.3s ease-in-out;
}

/* Remove last border */
.whyus-item:last-child {
    border-right: none;
}

/* Icon */
.whyus-icon {
    width: 83px;
    margin-bottom: 20px;
}

.whyus-icon img {
    width: 100%;
}

/* Heading */
.whyus-item h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

/* Optional Large Number Style (If Used) */
.whyus-item h2 {
    font-size: 51px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    line-height: 192%;
    color: #ffffff;
    -webkit-text-stroke: 2px #ffffff;
    transition: 0.3s;
}

/* Counting animation */
.whyus-item h2.counting {
    transform: scale(1.15);
    text-shadow: 0 0 20px rgba(255,255,255,.5);
}

/* Hover effect */
.whyus-item h2:hover {
    color: #ffffff;
    -webkit-text-stroke-width: 3px;
    text-shadow:
        0 0 10px rgba(255, 255, 255, 0.6),
        0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-6px) scale(1.06);
}




/*why choose us*/
.why-choose-us{
    background-image: url(../images/bg-shape.png);
}
.why-choose {
    text-align: center;
    margin-top: 36px;
}

.why-choose h6 {
font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 140%;
    border-radius: 100px;
    display: inline-block;
    background-color: #253976;
    padding: 8px 30px;
}
.why-choose h2 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.why-choose-sub h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 14px;
}


.why-choose-sub{
    text-align: center;
    border-radius: 10px;
}

.why-flex {
    display: flex;
    justify-content: center;
    margin: 1% auto;
}



.why-choose-sub img {
    width: 30%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.why-choose-sub:hover img {
    transform: scale(1.2);
}


.why-choose-sub2 h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 14px;
}


.why-choose-sub2{
    text-align: center;
    border-radius: 10px;
}


.why-choose-sub2 img {
    width: 20%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.why-choose-sub2:hover img {
    transform: scale(1.2);
}

/*end*/



/*service section*/
.service-section {
    text-align: center;
    margin-top: 36px;
}

.service-section h6 {
font-size: 18px;
    font-weight: 500;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    line-height: 140%;
    border-radius: 100px;
    display: inline-block;
    background-color: #253976;
    padding: 8px 30px;
}
.service-section h2 {
color: #000;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}


.section-img{
    overflow:hidden; /* VERY IMPORTANT */
    border-radius:30px;
}

.section-img img{
    width:100%;
    border-radius:30px;
    transition: transform .7s cubic-bezier(.16,.75,.47,1);
}

/* Hover */
.section-img:hover img{
    transform:scale(1.06);
}

.service-flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 28px;
}

.bg-color {
    background-color: #fff;
    width: 100%;
    height: 242px;
    border-radius: 30px;
    margin: 1%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.section-text h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    line-height: 186%;
}

.section-text h2:hover{
    color: #0f4399;
    border-bottom: 2px solid #0f4399;
}

.section-text p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-family: "Open Sans", sans-serif;
    margin-top: 7px;
}





.read-btn {
    border: 1px solid #ddd;
    padding: 5px 11px;
    border-radius: 28px;
    font-weight: 600;
    width: fit-content;
}

.read-btn a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.read-btn:hover {
    background-color: #e53935;
    color: #fff;
}

.read-btn i{
    background:#e53935;
    width:32px;
    height:32px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
}
.read-btn :hover i {
    background-color: #fff;
    color: #000;
}







/* ============================= */
/* DESTINATION SECTION */
/* ============================= */

.destination-section{
position: relative;
    padding: 80px 5% 10px;
    background:#fff; /* bottom color */
}

/* TOP HALF BLUE */
.destination-section::before{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: #253976;
    z-index: 0;
}


/* Header */

.destination-header{
    text-align:center;
    margin-bottom:60px;
    position: relative;
}

.destination-header .tag{
    display:inline-block;
    background:#fff;
    padding:8px 26px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.destination-header h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
}

/* GRID */

.destination-container{
    display:grid;
    grid-template-columns: repeat(6, 1fr);
    gap:24px;
    margin-top:0; /* smooth overlap */
}

/* CARD */

.destination-card{
    background:#f8f8f9;
    border-radius:16px;
    overflow:hidden;
    transition:.35s ease;
    cursor:pointer;
    position:relative;
}

/* Lift on hover */
.destination-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}

/* IMAGE */

.destination-card img{
    width:100%;
    height:190px;
    object-fit:cover;
    transition:transform .7s cubic-bezier(.16,.75,.47,1);
}

/* Smooth luxury zoom */
.destination-card:hover img{
    transform:scale(1.07);
}

/* TEXT */

.destination-text{
    padding:18px;
    text-align:center;
    min-height: 20vh;
}

.destination-text h3{
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 2% 3%;

    color: #000 !important;
}

.destination-text p{
color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
}

/* Soft overlay (premium look) */

.destination-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.04);
    opacity:0;
    transition:.4s;
}

.destination-card:hover::after{
    opacity:1;
}


/* ============================= */
/* UK SERVICES SECTION */
/* ============================= */

.uk-services-section{
    position: relative;
    padding: 80px 5% 10px;
    background:#fff; /* bottom color */
}

/* TOP HALF BLUE */
.uk-services-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: #253976;
    z-index: 0;
}


/* Header */

.uk-services-header{
    text-align:center;
    margin-bottom:60px;
    position: relative;
}

.uk-services-header .tag{
    display:inline-block;
    background:#fff;
    padding:8px 26px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.uk-services-header h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
}


/* GRID */

.uk-services-container{
    display:grid;
    grid-template-columns: repeat(5, 1fr);
    gap:24px;
    margin-top:0; /* smooth overlap */
}


/* CARD */

.uk-service-card{
    background:#f8f8f9;
    border-radius:16px;
    overflow:hidden;
    transition:.35s ease;
    cursor:pointer;
    position:relative;
}

/* Lift on hover */
.uk-service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}


/* IMAGE */

.uk-service-card img{
    width:100%;
    height:190px;
    object-fit:cover;
    transition:transform .7s cubic-bezier(.16,.75,.47,1);
}

/* Smooth luxury zoom */
.uk-service-card:hover img{
    transform:scale(1.07);
}


/* TEXT */

.uk-service-text{
    padding:18px;
    text-align:center;
    min-height: 12vh;
}

.uk-service-text h3{
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 2% 3%;
}

.uk-service-text p{
    color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
}


/* Soft overlay (premium look) */

.uk-service-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.04);
    opacity:0;
    transition:.4s;
}

.uk-service-card:hover::after{
    opacity:1;
}


/* ============================= */
/* STUDY SERVICES SECTION */
/* ============================= */

.study-services-section{
    position: relative;
    padding: 80px 5% 10px;
    background:#fff; /* bottom color */
}

/* TOP HALF BLUE */
.study-services-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: #253976;
    z-index: 0;
}


/* Header */

.study-services-header{
    text-align:center;
    margin-bottom:60px;
    position: relative;
}

.study-services-header .tag{
    display:inline-block;
    background:#fff;
    padding:8px 26px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.study-services-header h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
}


/* GRID */

.study-services-container{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:24px;
    margin-top:0; /* smooth overlap */
}


/* CARD */

.study-service-card{
    background:#f8f8f9;
    border-radius:16px;
    overflow:hidden;
    transition:.35s ease;
    cursor:pointer;
    position:relative;
}

/* Lift on hover */
.study-service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}


/* IMAGE */

.study-service-card img{
    width:100%;
    height:190px;
    object-fit:cover;
    transition:transform .7s cubic-bezier(.16,.75,.47,1);
}

/* Smooth luxury zoom */
.study-service-card:hover img{
    transform:scale(1.07);
}


/* TEXT */

.study-service-text{
    padding:18px;
    text-align:center;
    min-height: 12vh;
}

.study-service-text h3{
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 2% 3%;
}

.study-service-text p{
    color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
}


/* Soft overlay (premium look) */

.study-service-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.04);
    opacity:0;
    transition:.4s;
}

.study-service-card:hover::after{
    opacity:1;
}


/* ============================= */
/* SUPPORT SERVICES SECTION */
/* ============================= */

.support-services-section{
    position: relative;
    padding: 80px 5% 10px;
    background:#fff; /* bottom color */
}

/* TOP HALF BLUE */
.support-services-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: #253976;
    z-index: 0;
}


/* Header */

.support-services-header{
    text-align:center;
    margin-bottom:60px;
    position: relative;
}

.support-services-header .tag{
    display:inline-block;
    background:#fff;
    padding:8px 26px;
    border-radius:50px;
    font-weight:600;
    margin-bottom:20px;
}

.support-services-header h2{
    color:#fff;
    font-size:38px;
    font-weight:700;
    text-transform:uppercase;
}


/* GRID */

.support-services-container{
    display:grid;
    grid-template-columns: repeat(4, 1fr);
    gap:24px;
    margin-top:0; /* smooth overlap */
}


/* CARD */

.support-service-card{
    background:#f8f8f9;
    border-radius:16px;
    overflow:hidden;
    transition:.35s ease;
    cursor:pointer;
    position:relative;
}

/* Lift on hover */
.support-service-card:hover{
    transform:translateY(-12px);
    box-shadow:0 25px 50px rgba(0,0,0,.12);
}


/* IMAGE */

.support-service-card img{
    width:100%;
    height:190px;
    object-fit:cover;
    transition:transform .7s cubic-bezier(.16,.75,.47,1);
}

/* Smooth luxury zoom */
.support-service-card:hover img{
    transform:scale(1.07);
}


/* TEXT */

.support-service-text{
    padding:18px;
    text-align:center;
    min-height: 12vh;
}

.support-service-text h3{
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    padding: 2% 3%;
}

.support-service-text p{
    color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
}


/* Soft overlay (premium look) */

.support-service-card::after{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.04);
    opacity:0;
    transition:.4s;
}

.support-service-card:hover::after{
    opacity:1;
}


.services h2{
color: #000;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}


.services h2{
color: #000;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.services p{
        color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.support-services-section p{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 14px;
}

.box1{
    background: #f7f7f7;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: left;
}

.box1 h2{
    color: #000;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.box1 p{
    color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
    text-align: left;
}


.box2{
    background: #f7f7f7;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: end;
}

.box2 h2{
    color: #000;
    text-transform: uppercase;
    margin-bottom: 11px;
    font-size: 25px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
text-align: end;
}

.box2 p{
    color: #000;
    padding-left: 0px;
    opacity: 0.7;
    font-size: 18px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
text-align: end;
}

.box1 img{
        border-radius: 10px;
}

.box2 img{
        border-radius: 10px;
}

.contact-box{
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-box{
    background: #f8f8f9;
    padding: 11px;
    border-radius: 12px;
}

.contact-box-sub{
    width: 13%;
}

.contact-box-sub{
    padding: 17px;
    width: 13%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.contact-box-text h2{
        font-size: 18px;
font-weight: 700;
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    margin-top: 14px;
}

.contact-box-text p{
    color: #000;
    padding-left: 0px;
    font-size: 17px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 14px;
}

.contact-box-text a{
        color: #000;
    padding-left: 0px;
    font-size: 17px;
    line-height: 140%;
    font-family: "Open Sans", sans-serif;
}

.background-grey{
    background: #f8f8f9;
    padding: 19px;
    border-radius: 15px;
    margin: 0 1%;
}

.background-grey h2{
        font-size: 25px;
    font-weight: 700;
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin: 1% 0;
}


/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Box */
.popup-content {
    background: #fff;
    width: 90%;
    max-width: 33%;
    padding: 44px;
    border-radius: 10px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.popup-content h2{
        text-align: left;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    font-family: "Montserrat", sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
}

/* Close Button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    cursor: pointer;
}

/* Form Styling */
.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn-submit {
    width: 100%;
    padding: 12px;
    background: #0056d2;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-submit:hover {
    background: #003f9a;
}

body.no-scroll {
    overflow: hidden;
}


/* Animation */
@keyframes fadeIn {
    from { transform: translateY(-20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}


/* ============================= */
/* RESPONSIVE */
/* ============================= */

@media(max-width:1400px){
    .destination-container{
        grid-template-columns: repeat(3,1fr);
    }

    nav {
    gap: 24px !important;
}
}

@media (max-width:1300px){
        nav a {
        font-size: 12px !important;
    }
}

@media(max-width:900px){
    .destination-container{
        grid-template-columns: repeat(2,1fr);
        margin-top:-120px;
    }
}

@media(max-width:500px){
    .destination-container{
        grid-template-columns: 1fr;
        margin-top:-80px;
    }

    .destination-header h2{
        font-size:28px;
    }
}



.testimonial-section{
    padding:80px 20px;
  background-color: #fff;
    text-align:center;
}

.testimonial-heading{
    color: #000;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 35px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.testimonial-card{
    background:#f8f8f8;
    padding:35px 25px;
    border-radius:18px;
    max-width:100%;
    margin:auto;
    transition:.4s;
}

.testimonial-card h3{
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 140%;

}

.testimonial-card:hover{
    transform:translateY(-10px);
}

.student-img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    margin-bottom:15px;
}

.university{
    color:#e13833;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.testimonial-text{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    font-family: "Open Sans", sans-serif;
    padding: 2% 3%;
    color:#555;
}

.col_sm4_4{
    width: 16%;
    margin: 1%;
    float: left;
}

.clientSwiper{
    padding: 40px 0;
}

.swiper-slide{
    display:flex;
    justify-content:center;
    align-items:center;
}

.client-img{
    width: 100%;
    border-radius:12px;
    transition:.35s ease;
    border: 1px solid #ccc;
}

.client-sub img{
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 5px 1px #ccc;
}

.client-sub h2{
        font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    margin-top: 14px;
}

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) { 
    .logo {
    width: 239px;
    }
}

@media only screen and (max-width :1500px) {
    .apply-btn a {
    font-size: 15px;
    }
}

@media only screen and (max-width :1400px) {
    .col_sm4 {
    width: 32%;
    }
 }

@media only screen and (max-width :1300px) { 
    .col_sm5 {
    width: 48%;
}

}



@media only screen and (max-width :1200px) {
        .col_sm4 {
        width: 55%;
    }

    .banner-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.col_sm2 {
    width: 98%;
}

.banner {
    height: fit-content;
}

.about-flex {
    flex-wrap: wrap;
}

.about-img-2 img {
    width: 33%;
        top: 37%;
    left: 45%;
}

.shape-1 img {
    width: 21%;
    top: 57%;
    left: 85%;
}


}

@media screen and (max-width: 1100px) {
    .contact-box{
    width: 98% !important;
    }

    .contact-box-sub {
    width: 7%;
    }

    .process-step {
    width: 31%;
    }

.process-wrapper {
    flex-wrap: wrap;
}

.process-wrapper::before {
    display: none;
}

.process-step {
    margin-bottom: 3%;
}

.why-flex {
    flex-wrap: wrap;
}

.col_sm6 {
    width: 31%;

}

}

@media only screen and (max-width :1000px) {}


@media only screen and (max-width:960px) {


    .support-services-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .uk-services-container{
        grid-template-columns: repeat(3, 1fr);
    }

    .study-services-container {
    grid-template-columns: repeat(2, 1fr);
    }

    .bar-flex {
    flex-wrap: wrap;
}
.achivement-sub {
    width: 50%;
}

.ftr_txt_right p {
    text-align: left;
}

}

@media only screen and (max-width:800px) {
        .contact-box-sub {
        width: 10%;
    }

    .box2 {
    flex-wrap: wrap;
}

    .box1 {
    flex-wrap: wrap;
}

    .col_sm4 {
        width: 98%;
    }

        .col_sm44 {
        width: 98%;
    }

    .box1 h2 {
    text-align: center;
}

    .box1 p {
    text-align: center;
}

    .box2 h2 {
    text-align: center;
}

    .box2 p {
    text-align: center;
}


        .process-step {
        width: 98%;
    }
    .destination-header {
        margin-bottom: 148px;
    }
}


@media only screen and (max-width : 700px){}

@media only screen and (max-width:600px) {
        .support-services-container {
        grid-template-columns: repeat(1, 1fr);
    }

        .uk-services-container{
    grid-template-columns: repeat(1, 1fr);
    }

        .study-services-container {
    grid-template-columns: repeat(1, 1fr);
    }


        .col_sm6 {
        width: 48%;
    }
    .shape2 {
    display: none;
    }
}

@media only screen and (max-width:500px) {
        .contact-box-sub {
        width: 15%;
    }

    .contact-box-text{
        width: 75%;
    }

        .contact-box-sub {
        width: 18%;
    }

        .col_sm5 {
        width: 98%;
    }

    .about-img-1 img {
    border-radius: 30px;
    width: 78%;
    }

        .about-img-2 img {
        width: 50%;
        }
        .shape img {
    width: 31%;
        }
        .col_sm6 {
        width: 98%;
    }

    .why-choose-sub img {
    width: 22%;

    }

        .achivement-sub {
        width: 100%;
    }

    .button {
    flex-wrap: wrap;
}

.banner-text h1 {
    font-size: 38px;
}
    
}


@media only screen and (max-width:400px) {}

@media only screen and (max-width:360px) {
    .contact-box-text a {
    font-size: 14px;
    }
}
