:root {
  --font-DM-Sans: "DM Sans", serif;
}
body{
    overflow-x: hidden;
}
header{
    position: relative;
    z-index: 999;
}

.bg-dark-blue {
    background-color: #001A3B;
    padding: 20px 0px;
}
.top-bar-info{
    width: auto;
}
.top-bar-info a{
    color: #fff;
    text-decoration: none;
    font-family: var(--font-DM-Sans);
    margin-left: 15px;
    font-size: 14px;
    transition: all ease-in .2s;
}
.top-bar-info a:hover {
    color: #92B43C;
}
.logo img{
    width: 220px;
}
.navbar-nav a{
    color: #000;
    font-family: var(--font-DM-Sans);
    font-weight: 500;
}
.navbar-nav {
    width: 100%;
    justify-content: space-evenly;
    gap: 10px;
}
.navbar-nav a{
    font-size: 16px;
}
.c-btn {
    background-color: #92B43C;
    color: #fff;
    padding: 10px 8px 10px 14px;
    border-radius: 50px;
    font-size: 14px;
    font-family: var(--font-DM-Sans);
    font-weight: 500;
    text-decoration: none;
    transition: all ease-in .2s;
    display: inline-block;
}
.c-btn i{
    background-color: #fff;
    padding: 6px 8px;
    margin-left: 5px;
    border-radius: 50px;
    color: #000;
    font-size: 10px;
    bottom: 1px;
    position: relative;
    transition: all ease-in .2s;
}
.c-btn:hover {
    background-color: #001A3B;
}
.c-btn:hover, .c-btn:hover i{
    color: #fff;
}
.c-btn:hover i{
    background-color: #92B43C;
}
nav .dropdown-menus {
   position: absolute;
   left: 10px;
   padding-left: 0px;
   box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
   padding: 10px;
   width: 230px;
   transform: translateY(20px);
   opacity: 0;
   visibility: hidden;
   transition: all ease-in .2s;
   background-color: #fff;
}
nav .dropdown-menus li{
    list-style-type: none;
    /* margin-bottom: 5px; */
}
nav .dropdown-menus li a{
    font-size: 14px;
}
nav .dropdown-menus .dropdown-item{
    transition: all ease-in .2s;
    padding: 7px;
}
nav .dropdown-item:hover {
    background-color: #92B43C;
    color: #fff;
}
nav .nav-item.position-relative:hover .dropdown-menus{
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
.nav-link i{
    font-size: 12px;
}
.mobile-btn {
    position: absolute;
    top: 65px;
    right: 9%;
    /* width: 100%; */
    width: fit-content;
    text-align: end;
}
.mobile-btn i{
    font-size: 35px;
}
.mobile-btn {
    display: none;
}
nav.navbar.active-navbar, .hassub.active-navbar{
    display: block;
}
.hassub.active-navbar{
    box-shadow: none;
    top: -6px;
    width: 100%;
    padding: 0px;
}
h2{
    font-family: var(--font-DM-Sans);
}
.carousel-item, .about-bg, .canada-bg, .singapore-bg {
    position: relative;
}
.carousel-item::before, .about-bg::before, .canada-bg::before, .singapore-bg::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,26,59);
    background: linear-gradient(90deg, rgba(0,26,59,0.8379726890756303) 0%, rgba(255,255,255,0) 79%);
    content: '';
}
.carousel-caption{
    width: 100%;
    text-align: left;
    right: inherit;
    left: inherit;
    top: 26%;
}
.carousel-caption h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 600;
}
.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100px !important;
    background-clip: none !important;
    border-bottom:  0px !important;
    border-top: 0px !important;
    transition: all ease-in .2s !important;
}
.carousel-indicators button.active {
    width: 55px !important;
}
.carousel-indicators {
    gap: 3px;
}
.mobby-img{
    display: none;
}
section{
    padding: 90px 0px;
}
.slider-section {
    padding: 0px;
}
.carousel-indicators{
    bottom: 30px;
}
.common-title {
    color: #001A3B;
    font-family: var(--font-DM-Sans);
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
}
.about-content h2{
    font-size: 14px;
    font-family: var(--font-DM-Sans);
    color: #000;
    line-height: 22px;
}
.about-content h4{
    font-size: 15px;
    font-family: var(--font-DM-Sans);
    color: #92B43C;
    line-height: 26px;
}
.common-txt, .about-content ul li {
    font-size: 16px;
    font-family: var(--font-DM-Sans);
    color: #000;
    font-weight: 400;
    line-height: 24px;
}
.about-content ul li {
    font-weight: 500;
}
.about-img img{
    width: 95%;
}
.about-content h3{
    padding: 10px 0px;
}
.about-content h4{
    padding-bottom: 10px;
}
.about-content ul li{
   list-style-type: none;
   position: relative;
   padding-left: 20px;
}
.about-content ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
.about-content ul li::before{
    position: absolute;
    left: 0px;
    top: 0px;
    content: "\f134";
    font-family: bootstrap-icons !important;
    font-size: 14px;
    color: #92B43C;
    font-weight: 500;
}
.company-list {
    padding-left: 0px;
}
.about-content a{
    margin-top: 10px;
    display: inline-block;
}
.service-section {
    background-color: #F7F7F7;
}
.service-section .text-center p, .why-choose-us p{
    width: 60%;
    margin: 0 auto;
    padding-top: 10px;
}
.srv-crd {
    background-color: #001A3B;
    padding: 20px;
}
.srv-crd h3, .crt-cnt h3, .b-crd h3{
    color: #fff;
    font-family: var(--font-DM-Sans);
    font-size: 20px;
    line-height: 30px;
    margin-top: 12px;
    min-height: 65px;
}
.srv-crd p, .crt-cnt p{
    color: #fff;
    font-family: var(--font-DM-Sans);
    font-size: 15px;
    line-height: 26px;
    margin: 15px 0px 10px 0px;
}
.s-icon{
    width: fit-content;
    background-color: #fff;
    padding: 15px;
    border-radius: 100px;
    transition: all ease-in .2s;
}
.s-icon img{
    width: 35px;
 }

.service-section .row p{
    font-weight: 300;
    min-height: 185px;
}
.srv-crd {
    transition: all ease-in .2s;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.srv-crd:hover {
    background-color: #92B43C;
}
.srv-crd:hover .s-icon{
    transform: scaleX(-1);
}
.study-broad {
    background-color: #fff;
}
.study-broad .crd-1, .study-broad .crd-2, .study-broad .crd-3, .study-broad .crd-4, .study-broad .crd-5, .study-broad .crd-6, .study-broad .crd-7, .study-broad .crd-8, .study-broad .crd-9, .study-broad .crd-10, .study-broad .crd-11, .study-broad .crd-12, .study-broad .crd-13, .study-broad .crd-14, .study-broad .crd-15, .study-broad .crd-16, .study-broad .crd-17, .study-broad .crd-18{
    background-image: url('../img/student-speaks/arun-uk.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 450px;
    position: relative;
    overflow: hidden;
    padding: 25px;
}
.study-broad .crd-2 {
    background-image: url('../img/student-speaks/sunil-u.jpg');
}
.study-broad .crd-3 {
    background-image: url('../img/student-speaks/kiranraj-uk.jpg');
}
.study-broad .crd-4 {
    background-image: url('../img/student-speaks/maxwell.jpg');
}
.study-broad .crd-5 {
    background-image: url('../img/student-speaks/sujima.jpg');
}
.study-broad .crd-6 {
    background-image: url('../img/student-speaks/srujan-img.jpg');
}
.study-broad .crd-7 {
    background-image: url('../img/student-speaks/maajitha-img.jpg');
}
.study-broad .crd-8 {
    background-image: url('../img/student-speaks/rekha.jpg');
}
.study-broad .crd-9 {
    background-image: url('../img/student-speaks/rajalakshmi-img.jpg');
}
.study-broad .crd-10 {
    background-image: url('../img/student-speaks/prathiba.jpg');
}
.study-broad .crd-11 {
    background-image: url('../img/student-speaks/rose.jpg');
}
.study-broad .crd-12 {
    background-image: url('../img/student-speaks/mahadevan-img.jpg');
}
.study-broad .crd-13 {
    background-image: url('../img/student-speaks/aus-stu-img.jpg');
}
.study-broad .crd-14 {
    background-image: url('../img/student-speaks/nz-stu-img.jpg');
}
.study-broad .crd-15 {
    background-image: url('../img/student-speaks/prabhu.jpg');
}
.study-broad .crd-16 {
    background-image: url('../img/student-speaks/ahish.jpg');
}
.study-broad .crd-17 {
    background-image: url('../img/shanmugapriya-img.jpg');
}
.study-broad .crd-18 {
    background-image: url('../img/birmingham.jpg');
}
.study-broad .common-txt {
    width: 60%;
    margin: 0 auto;
    padding-top: 10px;
}
.des {
    font-size: 14px;
    display: inline-block;
    position: relative;
    top: -6px;
    font-weight: 200;
    font-style: italic;
}
.short-des .des{
    position: inherit !important;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
}
.crt-cnt h3{ 
   min-height: auto;
}
.item.crd-1::after, .item.crd-2::after, .item.crd-3::after, .item.crd-4::after, .item.crd-5::after, .item.crd-6::after, .item.crd-7::after, .item.crd-8::after, .item.crd-9::after, .item.crd-10::after, .item.crd-11::after, .item.crd-12::after, .item.crd-13::after, .item.crd-14::after, .item.crd-15::after, .item.crd-16::after, .item.crd-17::after, .item.crd-18::after{
    position: absolute;
    content: '';
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.8463760504201681) 0%, rgba(255,255,255,0) 100%);
}
.crt-cnt {
    position: absolute;
    /* bottom: -35px; */
    bottom: 0px;
    z-index: 2;
    padding: 0px 0px;
    left: 0px;
    padding: 0px 25px;
    transition: all ease-in .4s;
}
/* .item.crd-1:hover .crt-cnt, .item.crd-2:hover .crt-cnt, .item.crd-3:hover .crt-cnt, .item.crd-4:hover .crt-cnt, .item.crd-5:hover .crt-cnt, .item.crd-6:hover .crt-cnt, .item.crd-7:hover .crt-cnt, .item.crd-8:hover .crt-cnt, .item.crd-9:hover .crt-cnt, .item.crd-10:hover .crt-cnt, .item.crd-11:hover .crt-cnt, .item.crd-12:hover .crt-cnt, .item.crd-13:hover .crt-cnt, .item.crd-14:hover .crt-cnt, .item.crd-15:hover .crt-cnt, .item.crd-16:hover .crt-cnt, .item.crd-17:hover .crt-cnt, .item.crd-18:hover .crt-cnt{
    bottom: 30px;
} */
/* .crt-cnt p{
    margin-top: 35px;
} */
.crt-cnt p{
    margin: 0px 0px 15px 0px !important;
}
.crt-cnt h3 {
    margin-bottom: 5px;
}
.owl-nav {
    display: none;
}
.owl-carousel button.owl-dot {
    background-color: #92B43C;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin-left: 10px;
    margin-top: 20px;
    opacity: 0.5;
    transition: all ease-in .2s;
}
.owl-carousel button.owl-dot.active{
    width: 40px;
    opacity: 1;
}
.owl-dots{
    text-align: center;
    margin-top: 20px;
}
.wtt{
    color: #fff;
}
.why-choose-us {
    background-color: #001A3B;
}
.why-crd {
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 25px;
    transition: all ease-in .2s;
}
.why-crd img{
    width: 50px;
    
}
.why-crd h3{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    font-family: var(--font-DM-Sans);
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 0px;
}
.why-crd:hover{
    transform: translateY(-5px);
}
.why-crd:hover img{ 
    animation: topdwon 0.5s;
}
.ctry-img, .ctry-img-1, .ctry-img-2, .ctry-img-3, .ctry-img-4, .ctry-img-5, .ctry-img-6, .ctry-img-7, .ctry-img-8, .ctry-img-9{
    background-image: url('../img/germany-c-img.jpg');
    /* padding: 50px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ctry-img-1 {
    background-image: url('../img/crty-frn-img.jpg');  
}
.ctry-img-2 {
    background-image: url('../img/switzerland-ctry-img.jpg');  
}
.ctry-img-3 {
    background-image: url('../img/netherland-crty-img.jpg');  
}
.ctry-img-4 {
    background-image: url('../img/poland-ctry-img.jpg');  
}
.ctry-img-5 {
    background-image: url('../img/spain-ctry-img.jpg');  
}
.ctry-img-6 {
    background-image: url('../img/swedan-ctry-img.jpg');  
}
.ctry-img-7 {
    background-image: url('../img/finland-ctry-img.jpg');  
}
.ctry-img-8 {
    background-image: url('../img/italy-ctry-img.jpg');  
}
.ctry-img-9 {
    background-image: url('../img/malta-ctry-img.jpg');  
}

@keyframes topdwon{
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}


.register-now {
    position: relative;
    background-color: #F7F7F7; 
}
.register-now::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background-image: url('../img/home-cta-img.jpg');
    background-repeat: no-repeat;
    background-size: 52%;
    width: 100%;
    height: 100%;
    background-position: left center;
}
.reg-info {
    padding-top: 40px;
    padding-right: calc((100vw - 1140px) / 2);
    padding-bottom: 20px;
    position: relative;
    padding-left: 50px;
}
.sub-tit {
    color: #001A3B;
    font-family: var(--font-DM-Sans);
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    margin: 15px 0px;
}
.form-cnt {
    width: 80%;
}
.reg-info input, .reg-info select, textarea{
    padding: 15px 20px;
    border-radius: 100px;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 14px;
    font-family: var(--font-DM-Sans);
    outline: none;
    color: #838383;
}
textarea {
    min-height: 100px;
    resize: none;
    border-radius: 10px;
}
/* .reg-info .row .col-lg-12, .reg-info .row .col-lg-6{
    padding: 0px;
} */
 input[type="submit"]{
    background-color: #92B43C;
    color: #fff;
    font-size: 16px;
    padding: 8px 25px !important;
    width: fit-content;
    margin-top: 10px;
    transition: all ease-in .2s;
 }
 input[type="submit"]:hover{
    background-color: #001A3B;
 }
.mobbys-img {
    display: none;
}
.flags {
    padding: 50px 0px;
}
.cc .owl-dots {
    display: none;
}
footer {
    background-color: #001A3B;
    padding: 50px 0px 0px 0px;
}
.nav-links li a{
    list-style-type: none;
    background-color: #fff;
    color: #000;
    border-radius: 100px;
    padding: 4px 7px 2px 7px;
}
footer li {
    list-style: none;
}
.nav-links {
    display: flex;
    gap: 10px;
    padding: 0px;
    margin-top: 30px;
}
.nav-links li a{
    transition: all ease-in .3s;
}

.nav-links li a{ 
    color: #000;
}

.nav-links li:hover a{
    background-color: #92B43C;
    color: #fff;
}
.quick-links{
    padding: 0px;
}
.quick-links li a, .ft-rs, .ft-rs a, footer a, footer p{
    font-size: 16px;
    color: #fff;
    font-family: var(--font-DM-Sans);
    font-weight: 300;
    line-height: 24px;
    text-decoration: none;
    margin-bottom: 12px;
    display: inline-block;
}
footer h2{
    font-size: 20px;
    color: #fff;
    font-family: var(--font-DM-Sans);
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}
.ft-rs {
    display: flex;
    gap: 8px;
}
.bg-greeen{
    background-color: #92B43C;
    padding: 10px;
}
footer a, .b-bar{
    transition: all ease-in .2s;
}
footer a:hover {
    color: #92B43C;
}
.b-bar:hover {
    color: #001A3B;
}
.testimonials .item, .ss .item{
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #fff;
    margin-right: 20px;
    position: relative;
}
.testimonials .owl-stage-outer{
   padding: 10px;
}
.testimonials .t-crd img, .ss .t-crd img{
    position: absolute;
    top: 2px;
    right: 0px;
    width: 60px !important;
}
.t-crd p{
    padding-top: 30px;
    margin-bottom: 0px;
    font-family: var(--font-DM-Sans);
    font-size: 14px;
    line-height: 24px;
    overflow-y: auto;
}
.ss .item .t-crd p, .tsm .item .t-crd p{
    height: 160px;
    padding-top: 0px !important;
}
.item ::-webkit-scrollbar {
    width: 5px;
    background: #001a3b6b;
    border-radius: 50px;
    height: 10px;
  }
  .tsm .item p{
    overflow: auto;
    padding-right: 10px;
  }
.testimonials .item .d-flex, .ss .item .d-flex {
    gap: 10px;
    margin-top: 25px;
}
.profile-cnt h3{
    font-size: 15px;
    font-family: var(--font-DM-Sans);
}
.profile-cnt p{
    font-size: 11px;
    font-family: var(--font-DM-Sans);
    margin-bottom: 0px;
}
.profile img{
    border-radius: 100px;
    width: 60px !important;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.about-bg {
    background-image: url('../img/bnr/about-us-bnr.jpg');
    background-position: center center;
    background-size: cover;
}
.student-speaks{
    background-image: url('../img/bnr/student-speaks-bnr.jpg');
    background-position: center center;
    background-size: cover;
}
.canada-bg {
    background-image: url('../img/bnr/canada-bnr.jpg');
    background-position: top center;
    background-size: cover;
}
.singapore-bg {
    background-image: url('../img/bnr/singapore-bnr.jpg');
    background-position: center center;
    background-size: cover;
}
.aus-bg {
    background-image: url('../img/bnr/aus-bnr.jpg');
    background-position: center center;
    background-size: cover;
}
.germany-bg {
    background-image: url('../img/bnr/germany-bnr.jpg');
    background-position: bottom center;
    background-size: cover;
}
.contact-us-bgg {
    background-image: url('../img/bnr/contact-us-bg.jpg');
    background-position: center center;
}
.ireland-bg {
    background-image: url('../img/bnr/ireland-bnr.jpg');
    background-position: bottom center;
    background-size: cover;
}
.uk-bg {
    background-image: url('../img/bnr/uk-bnr.jpg');
    background-position: bottom center;
    background-size: cover;
}
.france-bg {
    background-image: url('../img/bnr/france-bnr.jpg');
    background-position: bottom center;
    background-size: cover;
}
.zerland-bg {
    background-image: url('../img/bnr/newzerland-bnr.jpg');
    background-position: bottom center;
    background-size: cover;
}
.usa-bg {
    background-image: url('../img/bnr/usa-bnr.jpg');
    background-position: center center;
    background-size: cover;
}
.e-bg {
    background-image: url('../img/bnr/europe-bnr.jpg');
    background-position: center center;
    background-size: cover;
}
.aus-bg, .germany-bg, .ireland-bg, .uk-bg, .france-bg, .zerland-bg, .usa-bg, .e-bg{
    position: relative;
}
.aus-bg::before, .germany-bg::before, .ireland-bg::before, .uk-bg::before, .france-bg::before, .zerland-bg::before, .usa-bg::before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0,26,59);
    background: linear-gradient(90deg, rgba(0,26,59,0.8379726890756303) 0%, rgba(255,255,255,0) 79%);
    content: '';
}
.about-bg h1, .top-tit h1{
    color: #fff;
    font-family: var(--font-DM-Sans);
    font-size: 30px;
    line-height: 38px;
    position: relative;
    z-index: 2;
}
.about-bg ul, .top-tit ul{
    position: relative;
    z-index: 1;
}
.breadcrums {
    display: flex;
    gap: 10px;
    padding-left: 0px;
}
.breadcrums li{
    list-style-type: none;
    color: #fff;
    font-family: var(--font-DM-Sans);
}
.breadcrums li a{
    text-decoration: none;
    color: #fff;
}
.bg-gray {
    background-color: #f7f7f7;
}
.abt-lst li::before{
    display: none;
}
.abt-lst {
    justify-content: center;
}
.abt-lst li {
    padding-left: 0px !important;
    /* padding: 5px 20px !important; */
    border-radius: 50px;
    font-size: 15px !important;
    transition: all ease .2s;
}
.abt-lst li:nth-child(odd) a{
    background-color: #92B43C;
    color: #fff;
    border: 1px solid #92B43C;
    padding: 5px 18px;
    border-radius: 100px;
}
.abt-lst li:nth-child(even) a{
    background-color: #001A3B;
    color: #fff;
    border: 1px solid #001A3B;
    padding: 5px 18px;
    border-radius: 100px;
}
.abt-lst li:hover:nth-child(odd) a{
    border: 1px solid #001A3B;
}
.abt-lst li:hover:nth-child(even) a{
    border: 1px solid #92B43C;
}
.abt-lst li a{
    text-decoration: none;
    color: #fff;
    margin-top: 0px !important;
}
.abt-lst{
    margin: 20px 0px !important; 
}
.ss .item {
    margin-right: 0px !important;
    margin-bottom: 20px;
    text-align: left;
}
.get-in-touch h2{
    font-family: var(--font-DM-Sans);
    margin-bottom: 26px;
    font-weight: 600;
}
.get-in-touch p, .get-in-touch a, .get-in-touch i{
    font-family: var(--font-DM-Sans);
   color: #000;
}
.get-in-touch h3 {
    font-size: 20px;
    color: #000;
    font-family: var(--font-DM-Sans);
}
.get-in-touch i{
    font-size: 16px;
    background-color: #001A3B;
    border-radius: 100px;
    padding: 10px 14px;
    color: #fff;
    display: inline-block;
    margin-top: 1px;
    transition: all ease-in .2s;
}
.get-in-touch .nav-links li a{
    padding: inherit !important;
}
.get-in-touch .ft-rs{
    gap: 15px
}
.get-in-touch .ft-rs a, .contact-info input[type="submit"]{
    transition: all ease-in .2s;
}
.get-in-touch .ft-rs a:hover {
    color: #92B43C;
}
li{
    list-style-type: none;
}
.get-in-touch .nav-links {
    margin-top: 15px;
}
.get-in-touch li:hover i, .contact-info input[type="submit"]{
    background-color: #92B43C !important;
}
.contact-form {
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
.contact-info .reg-info{
    padding: 35px !important;
}
.contact-info .form-cnt{
    width: 100%;
}
.contact-info .reg-info input, .contact-info textarea{
    background-color: #f7f7f7;
}
.contact-info input[type="submit"]:hover {
    background-color: #001A3B !important;
    text-align: center;
}
.map iframe {
    border-top: 3px solid #92B43C;
}
.b-crd h3 {
    color: #000;
    min-height: inherit;
    margin-bottom: 15px;
    font-weight: 600;
}
.int-links {
    color: #92B43C;
    text-decoration: none;
    font-weight: 600;
}
.b-crd {
    background-color: #fff;
    /* box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15); */
    padding: 25px;
    position: relative;
    margin-bottom: 20px;
    transition: all ease-in .3s;
    overflow: hidden;
}
.b-crd::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 2px;
    width: 4px;
    height: 28%;
    background-color: #92B43C;
    transition: all ease-in .3s;
}
.b-crd:hover::before { 
    height: 100%;
    background-color: #001A3B;
}
.bg-greys{
    background-color: #f7f7f7;
}
.b-crd p{
    min-height: 190px;
    font-family: var(--font-DM-Sans);
    font-size: 15px;
}
.icon-side{
    background-color: #92B43C;
    position: absolute;
    right: -24px;
    bottom: -20px;
    padding: 12px 30px 30px 12px;
    border-radius: 25px;
    transition: all ease-in .3s;
}
.b-crd img{
    width: 35px;
    transition: all ease-in .3s;
}
.b-crd:hover .icon-side{
    background-color: #001A3B;
}
.b-crd:hover img{
    transform: scaleX(-1);
}
p{
    font-family: var(--font-DM-Sans);
    color: #000;
    font-size: 16px;
}
.smll {
    font-size: 22px;
}
.tables-design {
    background-color: #fff;
}
.tables-design table, .tables-design td, .tables-design tr {
    border: 1px solid #0000002e;
    border-collapse: collapse;
    padding: 10px;
    font-family: var(--font-DM-Sans);
    font-size: 16px;
}
.tables-design td {
    padding: 18px;
}
.tbl {
    background-color: #001A3B;
}
.tables-design table tr:nth-child(odd) {
    background-color: #92b43c3b;
}
.list-universities ul{
    display: flex;
    gap: 10px;
    font-family: var(--font-DM-Sans);
     width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.list-universities li a{
    border: 1px solid #92B43C;
    padding: 8px 22px;
    border-radius: 100px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    transition: all ease-in .2s;
}
.list-universities li a:hover {
    background-color: #92B43C;
    color: #fff;
}
.list-universities li:hover {
    color: #fff;
}
.list-universities hr {
    margin: 60px 0px;
}
.navbar-nav .nav-link {
    transition: all ease-in .3s;
}
.blues li a{
    border: 1px solid #001A3B;
}
.list-universities .blues li a:hover {
    background-color: #001A3B;
    color: #fff;
}
.navbar-nav .nav-link:hover {
   color: #92B43C;
}
.logo-crd {
    border-radius: 100px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    border: 1px solid #92B43C;
    width: fit-content;
    transition: all ease-in .2s;
}
.logo-crd img{
    width: 65px;
    transition: all ease-in .2s;
}

.logo-crd:hover img{
    transform: scale(1.09);
}
.logo-crd:hover {
    border: 1px solid #001A3B;
}
.text-centers {
    text-align: -webkit-center;
}
.u-crd {
    background-color: #92B43C;
    padding: 20px;
    transition: all ease-in .3s;
}
.u-crd:hover {
    background-color: #001A3B;
}
.u-crd h3, .u-crd p {
    color: #fff;  
}
.u-crd::before{
    display: none;
}
.bg-grays {
    background-color: #92b43c52;
}
header .bg-white .container .col-lg-2.p-0{
    text-align: end;
}
.bold-cnt{
    font-family: var(--font-DM-Sans);
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 0px;
    text-align: justify;
    text-transform: uppercase;
}
.position-relatives {
    position: relative;
}
/* .quick-links li:nth-child(3){
    display: none;
} */
.whatsapp_float {
    position: fixed;
    padding: 10px 10px;
    bottom: 55px;
    right: 8px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    line-height: 0px;
}
.whatsapp_float:hover {
    color: #fff !important;
}
.navbar-expand-lg {
    justify-content: end !important;
}
.tsm .item .t-crd img{
    width: 40px !important;
}
.review-img img{
    width: 100px !important;
    margin-bottom: 15px;
}
.tsm .item .d-flex{
    margin-top: 10px !important;
}
.tsm .item {
    background-color: #f7f7f7;
}
.footer-logo+.nav-links {
    display: none;
}
.stu-crd{
    padding: 15px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1)
}
.short-des {
    margin-top: 15px;
}
.short-des h3{
    font-family: var(--font-DM-Sans);
    font-size: 18px;
}
.short-des p{
    font-family: var(--font-DM-Sans);
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 5px;
}
.call-us .whatsapp_float{
    right: 10px;
    background-color: #93b53e;
    border: 1px solid #fff;
    bottom: 10px;
}
.back-top .whatsapp_float{ 
    bottom: 100px;
    background-color: #001A3B;
    border: 1px solid #fff;
    transition: all ease-in .3s;
    right: 10px;
    opacity: 0;
}
.flags .owl-stage-outer, .flags .owl-stage, .why-choose-us .owl-stage-outer, .flags .owl-stage{
    height: 80px !important;
}
.singapore-flag-b img{
    border: 1px solid #000;
}
.about-section {
    padding-top: 70px;
}
.abt-us-spc {
    margin-bottom: 30px;
}
.country-crd {
    background-color: #fff;
    padding: 0px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    overflow: hidden;
}

.country-crd h3{
    font-family: var(--font-DM-Sans);
    margin-bottom: 15px;
}
.country-crd p{
    font-family: var(--font-DM-Sans);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.ft-rs{
    margin-bottom: 25px;
}
.ctry-cnt {
    padding: 20px 20px 20px 5px;
}
.ctry-cnt.r-c{
    padding: 20px 5px 20px 20px;
}
.ctry-img img, .ctry-img-1 img, .ctry-img-2 img, .ctry-img-3 img, .ctry-img-4 img, .ctry-img-5 img, .ctry-img-6 img, .ctry-img-7 img, .ctry-img-8 img, .ctry-img-9 img{
    display: none;
}
.top-ctry .col-lg-10{
    margin-bottom: 15px;
}
.company-list.abtls li a{
    text-decoration: none;
    color: #000;
    transition: all ease-in .2s;
    margin-top: 0px;
}
.company-list.abtls li a:hover {
    color: #92B43C;
}
.thns-tit{
    font-size: 50px !important;
}

/* ========  Responsive  ======= */
@media(min-width: 1400px){
    .navbar-nav {
        gap: 5px;
    }
    .flags .owl-stage-outer, .flags .owl-stage, .why-choose-us .owl-stage-outer, .flags .owl-stage{
        height: 120px!important;
    }
}

@media(min-width: 1600px){
    .srv-crd p, .crt-cnt p{
        font-size: 16px;
    }
    .srv-crd h3, .crt-cnt h3, .b-crd h3{
        font-size: 21px;
        min-height: auto;
    }
    .common-txt, .about-content ul li{
        font-size: 18px;
        line-height: 26px;
    }
    .crt-cnt p{
        margin-top: 35px;
    }
    .why-crd h3{ 
        font-size: 20px;
    }
    .reg-info {
        padding-right: calc((100vw - 1320px) / 2);
    }
    .carousel-caption{
        top: 35%;
    }
    .crt-cnt {
        bottom: 0px;
    }
}

@media(max-width: 1200px){
    .navbar-nav a {
        font-size: 14px;
    }
    .c-btn {
        font-size: 12px;
    }
    section, .about-section{
        padding: 60px 0px;
    }
    .logo img{
        width: 200px;
    }
}
@media(max-width: 999px){
    .flags .owl-stage-outer, .flags .owl-stage, .why-choose-us .owl-stage-outer, .flags .owl-stage{
        height: auto !important;
    }
}
@media(max-width: 991px){
    .flex-sm-row-reverses {
        flex-direction: column-reverse;
    }
    .ctry-cnt {
        padding: 20px 20px 20px 20px;
    }
    .ctry-img, .ctry-img-1, .ctry-img-2, .ctry-img-3, .ctry-img-4, .ctry-img-5, .ctry-img-6, .ctry-img-7, .ctry-img-8, .ctry-img-9{
        background-image: none;
    }
    .ctry-img img, .ctry-img-1 img, .ctry-img-2 img, .ctry-img-3 img, .ctry-img-4 img, .ctry-img-5 img, .ctry-img-6 img, .ctry-img-7 img, .ctry-img-8 img, .ctry-img-9 img{
        display: block;
    }
    .mobile-btn {
        display: block;
    }
    nav.navbar{
        display: none;
    }
    .navbar-nav{
        box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 10px !important;
        position: absolute;
        top: 5px;
    }
    nav .nvbr{
        width: 100%;
        display: block;
    }
    header .col-lg-7 {
        position: absolute;
    }
    nav .nav-item, .hassub.active-navbar li{
        border-bottom: 1px solid #e5e5e5;
    }
    nav .nav-link {
       /* padding: 12px 10px; */
       padding: 8px 5px;
    }
    ul.navbar-nav .nav-item:last-child, .dropdown-menus.hassub.active-navbar li:last-child{
        border: 0px;
    }
    .top-bnt  {
        display: none;
    }
    nav .dropdown-menus{
        position: relative;
    }
    nav .dropdown-menus{
      display: none;
    }
    nav .dropdown-menus{
        transform: inherit;
        opacity: 1;
        visibility: visible;
    }
    .hassub.active-navbar li {
        padding: 5px;
    }
    .carousel-caption {
        top: 25%;
    }
    .carousel-caption h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .logo img{
        width: 180px;
    }
    .c-btn {
        padding: 10px 7px 10px 15px;
        font-size: 14px;
    }
    section, .about-section{
        padding: 40px 0px;
    }
    .service-section .text-center p, .why-choose-us p{
        width: 100%;
        padding: 10px;
    }
    .about-content {
        margin-top: 20px;
    }
    .register-now::before {
        background-image: none;
    }
    /* .carousel-item {
        width: auto;
    } */
    .mobbys-img {
        display: block;
    }
    .reg-info, .form-cnt {
        text-align: center;
        margin: 0 auto;
    }
    .uk-cnt h2{
        margin-top: 20px;
    }
    .navbar {
        padding: 0px;
    }
    .mobby-none {
        display: none;
    }
    .bold-cnt {
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
    }
}
@media(max-width: 768px){
    .carousel-item::before {
        background: linear-gradient(360deg, rgba(0, 26, 59, 0.8379726890756303) 20%, rgba(255, 255, 255, 0) 100%);
    }
    .mobile-btn{
        right: 0px;
    }
    .carousel-caption h2 {
        font-size: 30px;
        line-height: 38px;
        padding: 0px 10px;
    }
    .mobby-img{
        display: block;
    }
    .dessky-img {
        display: none;
    }
    .carousel-caption {
        bottom: 80px;
        text-align: center;
        top: inherit;
        left: 0px;
    }
    .carousel-caption br{
        display: none;
    }
    .carousel-indicators{
        bottom: 40px;
    }
    .service-section .row p{
        min-height: auto;
    }
    .srv-crd h3{
        margin-top: 10px;
        min-height: 30px;
    }
    .srv-crd h3 br {
        display: none;
    }
    .reg-info{
        padding: 20px !important;
    }
    .form-cnt, .study-broad .common-txt {
        width: 100%;
    }
    footer {
        padding: 40px 0px 0px 0px;
    }
    .bg-greeen p, .bg-greeen a {
        font-size: 12px;
    }
    .common-title{
        font-size: 22px;
        line-height: 30px;
    }
    .abt-us-spc {
        margin-bottom: 25px;
    }
    .whatsapp_float{
        font-size: 15px;
    }
    .call-us .whatsapp_float {
        right: 6px;
    }
    .thns-tit{
    font-size: 25px !important;
}
}



