/* Webfont (bundled): Arimo (Helvetica-like, free) */
@font-face{
    font-family: "Arimo";
    src: url("../fonts/arimo/arimo-latin-400-normal.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Arimo";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Helvetica (system) fallbacks */
@font-face{    src: url("../fonts/arimo/arimo-latin-700-normal.woff2") format("woff2");

    font-family: "Helvetica Neue";
    src: local("Helvetica Neue"), local("HelveticaNeue");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Bold"), local("HelveticaNeue-Bold");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Helvetica";
    src: local("Helvetica");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: "Helvetica";
    src: local("Helvetica-Bold"), local("Helvetica Bold");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html{
    scroll-behavior: smooth;
}
body{
 font-family: "Arimo", "Helvetica Neue", Helvetica, Arial, sans-serif;
 font-weight: 400;
 position: relative;
 color: #232020;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}
a{
    display: inline-block;
    transition: all ease .6s;
}
a:hover{
    text-decoration: none;
}
small{
    display: inline-block;
}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}
/* header start */
header {
    padding: 0px 0;
}
header .header_left{
    max-width: 255px;
}
header .header_left span {
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 2.5px;
    margin-top: 3px;
}
header .header_left a{}
header .header_left a img {
    
}
header .header_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}
header .header_right{
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-call-btn{
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #f6b819;
    background: #ffffff;
    color: #18305e;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    gap: 4px;
    max-width: 100%;
}
.header-call-btn .contact-row{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 6px;
    line-height: 1.3;
}
.header-call-btn .label{
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .14em;
    white-space: nowrap;
}
.header-call-btn .number{
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    white-space: nowrap;
    overflow-wrap: anywhere;
}
.header-call-ug,
.header-call-pg,
.header-call-wa{
    background: #ffffff;
    color: #18305e;
}
.header-call-wa .label i{
    margin-right: 4px;
    font-size: 14px;
    color: #0a7c47;
}
.header-qr-btn{
    border: none;
    background: #ffffff;
    color: #18305e;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.16);
    cursor: pointer;
}
.header-qr-btn i{
    font-size: 18px;
}
@media (max-width: 767.98px) {
    header .header_inner{
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    header .header_right{
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: stretch;
    }
    .header-call-btn{
        width: 100%;
        padding: 10px;
        align-items: flex-start;
    }
    .header-call-btn .contact-row{
        flex-wrap: wrap;
        gap: 4px 6px;
        white-space: normal;
    }
    .header-call-btn .label{
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: .1em;
    }
    .header-call-btn .number{
        font-size: 12px;
        white-space: normal;
        word-break: break-word;
    }
    .header-call-address{
        grid-column: 1 / -1;
    }
    .header-qr-btn{
        display: none;
    }
}
/* header end */
.banner {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url(../img/banner/desktop.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #18305e;
    height: 100vh;
    color: #fff;
    padding-top: 10px;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.banner .row {
    width: 100%;
    height: 100%;
    /* align-items: flex-end; */
}
.banner .col-lg-4#desktopform {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
}
.banner .banner_left {
    position: relative;
    margin-left: -45px;
    margin-right:30px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
}
.banner .banner_left .media{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.banner .banner_left .media .media_img {
    margin-right: -20px;
    max-width: 350px;
    position: relative;
}
.banner .banner_left .media-body{
    text-align: center;
    width: 100%;
}
.banner .banner_left .media-body .med_inner{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-end;
}
.banner .banner_left .media-body a {
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}
.banner .media-body h6 {
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0px;
    padding-bottom: 8px;
}
.banner .media-body h6::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 240px;
    background: #cc8889;
    height: 2px;
}
.banner .media-body h6 i {
    font-size: 18px;
    margin-right: 5px;
}

.banner .media-body h4 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    text-align: end;
}

.banner .banner_left .media-body .box p:last-child{
    margin-bottom: 0;
}
.banner .banner_left .media-body .box p {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.banner .banner_left .media-body .box p i {
    position: absolute;
    left: 0;
    top: 2px;
}
.banner .banner_left .media-body .box {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #172e5b;
    background: #fff;
    padding: 10px 60px 10px 40px;
    display: inline-block;
    max-width: 530px;
    text-align: center;
}
.banner .banner_left .media-body h5 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}
.banner .banner_left .media-body h5 span{
    font-size: 17.6px;
    font-weight: 500;
    color: white;
}
.banner .banner_left .media-body img{}


.banner_right{
    position: relative;
    height: 100%;
   width: 411px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.banner_right .npf_wgts {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}
.banner_right .npf_wgts iframe {
    width: 100% !important;
    max-width: 100% !important;
    border: none;
    border-radius: 0;
    display: block;
}
.banner_right form {
    max-width: 320px;
    margin-left: auto;
    border-radius: 0;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-14%);
    box-shadow: 0px -20px 197px 0px rgb(0 0 0 / 30%);
    background: -moz-linear-gradient(90deg, rgba(17,45,96,1) 0%, rgba(30,69,132,1) 50%, rgba(39,84,154,1) 100%);
    background: -webkit-linear-gradient( 
90deg
 , rgba(17,45,96,1) 0%, rgba(30,69,132,1) 50%, rgba(39,84,154,1) 100%);
    background: linear-gradient( 
90deg
 , rgba(17,45,96,1) 0%, rgba(30,69,132,1) 50%, rgba(39,84,154,1) 100%);
}
.banner_right .iti {
    position: relative;
    display: block;
}
.banner_right form .form-group{}
.banner_right form .form-group input, .banner_right form .form-group select {
    background: #f9f9f9;
    border: none;
    height: calc(2.5em + .75rem + 2px);
    border-radius: 5px;
    font-size: 15px;
    border-radius: 0;
    width: 100%;
}
.banner_right form .form-group select{
        padding: .375rem .75rem;
}
.banner_right form .check_item {
    padding: 10px 0 10px 0;
}

.banner_right form .check_item .check_text {
    display: inline-block;
    position: relative;
    top: -7px;
    font-size: 12px;
    margin-left: 5px;
}
.banner_right form button {
    background: #01a4ef;
    display: block;
    padding: 11px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    border: none;
    border-radius: 0;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all ease .6s;
}
 .banner_right form button:hover{
/* background: #700505; */
color: #fff;
}
 .banner_right form button i{
    margin-left: 5px;
}
 .banner_right form p {
    font-size: 13px;
    margin-bottom: 0;
    color: #fff;
}
 .banner_right form .pcolor::placeholder {
    color: #493500;
 }
 .banner_right form p img {
    max-width: 20px;
    margin-right: 10px;
}
 .banner_right form h4{
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
}
.banner .banner_shap {
    position: absolute;
    left: 64.5%;
    width: 60px;
    top: 2px;
    margin: auto;
}
.banner .banner_shap img {
    transform: rotate( 
90deg
 );
}
 .banner_right .form-group {
    margin-bottom: 10px;
}
.banner_right .banner_p {
    font-size: 11px;
    color: #b9e9ff;
    text-align: left;
    margin-top: 10px;
}
/* banner end */
/* mobile form section start */
.mobile-form-section {
    display: none;
}
@media (max-width: 991.98px) {
    .mobile-form-section {
        display: block;
        background: #f9f9f9;
        padding: 40px 15px;
    }
    .mobile-form-section .container {
        max-width: 100%;
    }
    .mobile-form-section .banner_right {
        max-width: 100%;
        margin: 0 auto;
    }
    .mobile-form-section .banner_right form,
    .mobile-form-section .npf_wgts {
        max-width: 100%;
        width: 100%;
        position: static;
        transform: none;
        margin: 0;
        box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
        overflow: hidden;
    }
    .mobile-form-section .npf_wgts iframe {
        overflow: hidden !important;
        scrollbar-width: none !important; /* Firefox */
        -ms-overflow-style: none !important; /* IE and Edge */
    }
    .mobile-form-section .npf_wgts iframe::-webkit-scrollbar {
        display: none !important; /* Chrome, Safari, Opera */
    }
    .mobile-form-section {
        overflow: hidden;
    }
}
/* mobile form section end */
/* program start */
.program {
    padding: 150px 0 30px 0;
}
.program .common_line{}
.program .common_line span {
    background: rgb(251,251,251) 100%;
}
.program h3 {
    font-weight: 500;
    font-size: 25px;
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}
.program h3::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    width: 125px;
    height: 2px;
    background: #fff;
    margin: auto;
}
.program .program_inner{}
.program .item_body {
    background: #ffffff;
    color: #000;
    padding: 40px 35px;
    height: 100%;
}
.program .item_body .item{}
.program .item_body .item img{
    margin-bottom: 20px;
}
.program .item_body .item p {
    font-size: 15px;
}
/* program end */

/* architecture programmes start */
.arch-programmes {
    padding: 40px 0 70px;
}
.arch-programmes-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.arch-column {
    flex: 1 1 260px;
    max-width: 360px;
    background: #ffffff;
    border-radius: 0px;
    padding: 32px 28px;
    box-shadow: 0 0px 10px rgba(9, 24, 50, 0.06);
}
.arch-heading {
    font-size: 22px;
    font-weight: 700;
    color: #18305e;
    margin-bottom: 16px;
}
.arch-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.arch-list li strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111827;
}
.arch-list li span {
    display: block;
    font-size: 14px;
    color: #4b5563;
}
/* architecture programmes end */


.wrapper_bg{
    background: -moz-linear-gradient(180deg, rgba(255,255,255) 100%);
}

/* Highlights start */
.highlights {
    padding: 0px 0 80px 0;
}
.common_line{
    margin-bottom: 80px;
    position: relative;
}
.common_line::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1.22px;
    background: #18305e;
    top: 30px;
    left: 0;
}
.common_line h2 {
    font-size: 40px;
    color: #18305e;
    position: relative;
    font-weight: 400;
    margin-bottom: 20px;
}
.common_line h2 span {
    display: inline-block;
    background: rgb(251, 251, 251) 100%;
    z-index: 9;
    position: relative;
    padding-right: 10px;
}
.achievements .common_line h2 span{
        background: #fefaf8;
}
.testimonials .common_line h2 span{
        background: rgb(251, 251, 251) 100%;
}
.highlights .highlights_item{}
.highlights .highlights_item img{
    margin-bottom: 20px;
}
.highlights .highlights_item p{
    font-size: 16px;
    color: #232020;
    margin-bottom: 0;
}
.highlights .highlights_item p span{
    color: #be4648;
}
/* Highlights end */

/* testimonials start */
.testimonials {
    padding-bottom: 30px;
    position: relative;
    padding-top: 20px;
}
.testimonials .common_text {
    padding-bottom: 70px;
}
.testimonials .common_text h2::before{
    background: #f6b819;
}
.testimonials .slider_body{
    text-align: center;
}
.testimonials .slider_item{}

.testimonials p {
    margin-bottom: 0px;
    font-size: 18.55px;
    color: #232020;
    margin-top: 20px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #18305e;
    width: 35px;
    height: 4px !important;
    margin-right: 0;
    border-radius: 0;
    top: 2px;
}
.slick-dots li button:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #b9b6bf;
    content: '';
    opacity: 1;
}

.slick-dots li {
    width: 8px;
    height: 8px;
     border-radius: 50%;
    margin: 0 5px;
}
.slick-dots li.slick-active{
    width: 35px;
    height: 3px !important;
    border-radius: 4px;
}

.slick-dots {
    bottom: -80px;
}
/* testimonials end */
/* programmes start */
.programmes{
    padding: 80px 0;
    background: #262f5e;
    color: #fff;
}
.programmes .common_line{}
.programmes .common_line span{
    background: #262f5e;
    color: #fff;
}
.programmes .program_item {
    padding: 30px;
    border: 1px solid #51597e;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    height: 100%;
}
.programmes .program_item p{
    font-weight: 500;
    color: #e3eaff;
    font-size: 18px;
}
.programmes .program_item p span {
    font-weight: 300;
    color: #c9d6fb;
}
.programmes .row .col:nth-child(3) .program_item {
    border-right: 0;
}
.multiply{
        mix-blend-mode: multiply;
}
.programmes .row .col:last-child .program_item {}
.programmes .program_item img{
    margin-bottom: 20px;
}
.programmes .program_item img p{
    font-size: 16px;
    font-weight: 500;
    color: #c9d6fb;
}

/* programmes end */
/* recruiters start */
.recruiters{
    padding: 110px 0;
}
.recruiters .common_line{}
.recruiters .common_line h2 span{
    background: #fff;
}
.recruiters .recruiters_inner{
    max-width: 980px;
    margin: auto;
    text-align: center;
}
.recruiters .recruiters_inner img{
    padding: 0 5px;
}
/* recruiters end */

/* -- Recruiters Infinite Marquee --------------------------- */
.recruiters-section { overflow: hidden; }

.recruiters-section .section-sub {
    color: #6b7280;
    font-size: 1rem;
    margin-top: 8px;
}

.marquee-wrapper {
    margin-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Track */
.marquee-track {
    overflow: hidden;
}

.marquee-inner {
    display: flex;
    gap: 20px;
    width: max-content;
    will-change: transform;
}

/* Row 1 — scroll left */
.marquee-track[data-direction="left"] .marquee-inner {
    animation: marquee-left 35s linear infinite;
}

/* Row 2 — scroll right */
.marquee-track[data-direction="right"] .marquee-inner {
    animation: marquee-right 35s linear infinite;
}

/* Pause on hover */
.marquee-track:hover .marquee-inner {
    animation-play-state: paused;
}

@keyframes marquee-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

/* Logo card */
.logo-card {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1.5px solid #e8ecf0;
    /* border-radius: 14px; */
    padding: 14px 28px;
    width: 170px;
    height: 80px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
    cursor: pointer;
    /* transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease; */
}

.logo-card:hover {
    /* box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12); */
    /* transform: translateY(-4px) scale(1.03); */
    border-color: #c7d2fe;
}

.logo-card img {
    max-height: 46px;
    max-width: 120px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.35s ease;
}

.logo-card:hover img {
    transform: scale(1.08);
}
/* -- End Recruiters Marquee -------------------------------- */
/* why start */
.why {
    padding: 35px 0;
    background: #f7f8fc;
}
.why .common_line{}
.why .common_line h2{}
.why .common_line h2 span {
    
    color: #18305e;
}
.why-card-icon{
    background-color: #DAE7FF;
}
.why .why_inner{
    max-width: 1140px;
    margin: 0 auto;
    margin-top: 25px;
}
/* new card-based layout */
.why-card {
    background: #fbfbfb;
    border-radius: 5px;
    padding: 28px 24px;
    height: 100%;
    /* box-shadow: 0 6px 18px rgba(9, 24, 71, 0.05); */
    display: flex;
    /* flex-direction: column; */
    gap: 18px;
    /* transition: transform 0.2s ease, box-shadow 0.2s ease; */
}
.why-card:hover {
    /* transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(9, 24, 71, 0.08); */
}
.why-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    background: #DAE7FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why-card-icon img {
    max-width: 36px;
}
.why-card-body {
    flex: 1;
}
.why-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #111827;
}
.why-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #1d1e20;
}
/* why end */
/* map start */
.map {
    padding-top: 50px;
    padding-bottom: 80px;
}
.map img{
     max-width: 980px;
     margin: auto;
     display: block;
}

/* map end */



.campus {
    background: #18305e;
    padding-bottom: 110px;
    padding-top: 40px;
}
.campus .common_line h2 span {
    background: #18305e;
    color: #fff;
}
.campus .campus_inner{
    /* max-width: 1080px; */
    margin: auto;
}
.campus .campus-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 1fr;
    gap: 12px;
}
.campus .campus-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (max-width: 767.98px) {
    .campus .campus-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
.campus a {
    font-size: 20px;
    background: transparent;
    padding: 25px 78px;
    color: #facc15;
    border: 2px solid #facc15;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all ease .6s;
    margin-top: 100px;
}
.campus  a i{
    margin-left: 5px;
}
.campus a:hover{
    background: #facc15;
    color: #111827;
}
.map .common_line h2 span {
    background: rgb(251, 251, 251) 100%;
}

.iti__flag-box, .iti__country-name {
    margin-right: 6px;
    color: #000;
}




.achievements{
    padding: 60px 0;
}
.achievements .achievements_inner {
    max-width: 1060px;
    margin: auto;
}
.achievements .item {
    position: relative;
    background: -moz-linear-gradient(90deg, rgba(171,45,47,1) 0%, rgba(216,92,94,1) 100%);
    background: -webkit-linear-gradient( 
90deg
 , rgba(171,45,47,1) 0%, rgba(216,92,94,1) 100%);
    background: linear-gradient( 
90deg
 , rgba(171,45,47,1) 0%, rgba(216,92,94,1) 100%);
    margin-left: 75px;
    padding: 20px 40px 20px 100px;
    color: #fff;
    min-height: 110px;
    z-index: 9;
}
.achievements .item .box {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    padding: 20px;
    text-align: center;
    position: absolute;
    left: -72px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    background: #fff;
}
.achievements .item .box img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.achievements .item p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    right: 40px;
}
















.pre-loader {
    background-color: #262f5e;
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

















/* testimonials end */
footer {
    background-color: #0e2248;
    padding: 20px 0;
    color: #a6c5ff;
}
footer p span:last-child{
    font-weight: 700;
}
footer p{
    font-size: 14px;
}
footer p span:last-child{
    color: #01a4ef;
}



.wrapper {
    background: #18305e;
    padding-bottom: 120px;
    padding-top: 40px;
}
.wrapper .slider_video {
    max-width: 900px;
    margin: auto;
}

.slider_video .inner_item {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.slider_video .inner_item iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.slider_video .slick-slide img {
    display: block;
    max-width: 100%;
    padding: 0 10px;
}

.wrapper .common_line{}
.wrapper .common_line h2{}
.wrapper .common_line h2 span{
    background: #18305e;
    color: #fff;
}
.wrapper video {
    display: block;
    margin: auto;
    max-width: 100%;
}

/* .wrapper .video-full {
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.wrapper .video-full iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
} */

.wrapper .slick-dots li.slick-active button:before {
    background: #ffffff;
}

.wrapper .slick-dots li button:before {
    background: #5d6d8d;
}


/****************************************
  IMPORTANT 
*****************************************/

.scrollTop {
    position: fixed;
    right: 10%;
    bottom: 20px;
    background-color: transparent;
    padding: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}
.scrollTop i {
    -webkit-animation: mover2 .8s infinite  alternate;
    animation: mover2 .8s infinite  alternate;

}
@-webkit-keyframes mover2 {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-30px); }
}

.scrollTop a {
  font-size: 38px;
  color: #a02022;
}
.slick-slide img {
    display: block;
    max-width: 95%;
    margin: 0 10px;
    /* height: 96px; */
}



.button_link {
    margin-top: 80px;
}
.button_link a {
    font-size: 35px;
    color: #18305e;
    position: relative;
    font-weight: 400;
}


.fixed_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: rgb(38, 46, 94, .75);
    z-index: 999;
    padding: 10px 10px;
}
.fixed_footer ul{
    text-align: center;
}
.fixed_footer ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
.fixed_footer ul li:last-child{
    margin-right: 0;
}
.fixed_footer ul li a {
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    width: 160px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 0;
    font-size: 16px;
}

.item_body .col-lg-6,
.item_body .col-6{
        padding-right: 10px;
    padding-left: 10px;
    
}

.sec-programmes {
	padding: 6em 0;
	background: #f9f9f9;
	text-align: center;
}
.programmes-icon {
    height: 200px;
    text-align: center;
    box-shadow: 0px 0px 15px #e0e0e0d6;
    /* box-shadow: 0 8px 8px -6px rgb(0 0 0 / 20%); */
    padding: 15px;
    background: #f7f7f7;
    margin-bottom: 30px;
    transition: ease all 0.5s;
}
     .programmes-icon .icons-wrap {
    height:70px;
    width: 72px;
    margin: 0px auto;
    border: 2px solid transparent;
    border-radius: 50%;
    margin-bottom: 5px;
/*     display: flex; */
    justify-content: center;
    align-items: center;
    transition: ease all 0.5s;
}
     .icons-wrap:hover{
     
    height: 90px;
    width: 90px;
    margin: 0px auto;
    border: 2px solid #000;
    border-radius: 5%;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
/*     transition: ease all 0.5s; */

     }


.map{
display:none;
}

/* WhatsApp QR modal */
.whatsapp-qr-modal{
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}
.whatsapp-qr-modal.is-open{
    display: flex;
}
.whatsapp-qr-backdrop{
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
}
.whatsapp-qr-dialog{
    position: relative;
    background: #ffffff;
    padding: 20px 24px 24px;
    border-radius: 16px;
    max-width: 320px;
    width: 90%;
    text-align: center;
    z-index: 1;
}
.whatsapp-qr-dialog h4{
    font-size: 18px;
    margin-bottom: 8px;
    color: #18305e;
}
.whatsapp-qr-dialog p{
    font-size: 13px;
    color: #4b5563;
    margin-bottom: 0;
}
.whatsapp-qr-dialog img{
    max-width: 220px;
    margin: 10px auto 8px;
    display: block;
}
.qr-close-btn{
    position: absolute;
    top: 8px;
    right: 10px;
    border: none;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #4b5563;
}


/*Extra small devices (portrait phones, less than 320px)*/
@media  (max-width: 320px){
.banner .banner_left .media .media_img {
    max-width: 160px !important;
    margin-bottom: -10px !important;
}
.banner .media-body h6 {
    font-size: 14px !important;
}
.banner .banner_left .media-body a {
    font-size: 18px !important;
}
.banner .media-body h6::after {
    width: 145px !important;
}
.banner .media-body h4, .med_inner h4 {
    font-size: 26px !important;
}
.banner .banner_left .media-body h5 {
    font-size: 14px!important;
    margin-top: 10px!important;
}
.banner .banner_left .media-body .box {
    padding: 10px 10px 10px 15px!important;
}
.program{
     padding: 60px 0 30px 0;
}




	
	
}
/*Extra small devices (portrait phones, less than 360px)*/
@media (min-width: 350px) and (max-width: 365px){
    .banner .banner_left .media .media_img {
    margin-right: -15px !important;
    max-width: 185px !important;
    margin-bottom: -15px !important;
}
.banner .banner_left .media-body a {
    font-size: 20px !important;
}
.banner .media-body h4, .med_inner h4 {
    font-size: 30px !important;
}   

.program{
     padding: 60px 0 30px 0;
}





}
@media  (max-width: 360px){
.why .why_inner .media .media-body p {
    font-size: 12px !important;
}	
.program_item p {
    font-size: 16px !important;
}	
.programmes .program_item {
    padding: 15px 10px !important;
}	


header .header_left span {
    font-size: 9.6px !important;
}

.program .program_top h4 {
    font-size: 17px !important;
}
.program .item h4 {
    font-size: 26px!important
}
.program .item p {
    font-size: 11px!important;
}
.program .item_body .item img {
    max-width: 45px !important;
}

.program{
     padding: 60px 0 30px 0;
}


.fixed_footer ul li a {
    width: 145px;
}
.banner .banner_left .media-body .box p {
    line-height: 23px!important;
    font-size: 15px!important;
}










	
}
/*Extra small devices (portrait phones, less than 375px)*/
@media (min-width: 365px) and (max-width: 378px){
    .banner .banner_left .media-body .box p {
    line-height: 22px !important;
    font-size: 15px !important;
}
.program{
     padding: 60px 0 30px 0;
}

.banner .banner_left .media-body .box {
    max-width: 100% !important;
    width: 100% !important;
}

}
@media  (max-width: 375px){
.why_2 .media-body p {
    font-size: 16px !important;
}	
.program{
     padding: 60px 0 30px 0;
}
	
	
	
	
	
}
/*Extra small devices (portrait phones, less than 414px)*/
@media (min-width: 380px) and (max-width: 415px){
    .banner .banner_left .media-body .box {
    max-width: 100% !important;
    width: 100% !important;
}
.banner .banner_left .media-body h5 {
    font-size: 17px !important;
}
.banner .media-body h4, .med_inner h4 {
    font-size: 34px !important;
}
.program{
     padding: 60px 0 30px 0;
}




}
@media  (max-width: 414px){
	
	
.program{
     padding: 60px 0 30px 0;
}
	
	
	
	
	
}
 /*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
.map img {
    max-width: 90%;
}
.banner {
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.45) 100%), url(../img/banner/mobile.jpeg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #18305e !important;
    overflow: visible;
    height: auto !important;
    min-height: 240px !important;
    max-height: none !important;
    display: flex !important;
    align-items: flex-start !important;
    padding: 8px 0 10px !important;
    position: relative;
}
.banner .container {
    padding: 0 10px 15px 10px;
    width: 100%;
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.banner .banner_shap {
    display: none !important;
}
.banner .row {
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.banner .col-lg-4#desktopform {
    display: none !important;
}
.banner .col-lg-8 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.banner .banner_left {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 0;
}
.banner .banner_left .media {
    display: flex !important;
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: center;
    overflow: visible !important;
}
.banner .banner_left .media-body {
    text-align: center;
    width: 100% !important;
    align-self: flex-start;
    padding-bottom: 0;
}
.banner .banner_left .media-body .med_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    max-width: 100%;
}
.banner .banner_left .media-body h5 {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 12px !important;
}
.banner .banner_left .media-body h5 img {
    width: 15px !important;
    height: 15px !important;
}
.banner .banner_left .media-body br {
    display: none;
}
.banner .banner_left .media-body h4 {
    margin-bottom: 5px;
    font-size: 20px !important;
    line-height: 1.2;
}
.banner .banner_left .media-body .box {
    margin-bottom: 0;
    font-size: 11px !important;
    padding: 5px 10px 5px 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1.3;
}
/* Separate form section for mobile */
.mobile-form-section {
    display: block;
    background: #f9f9f9;
    padding: 40px 15px;
}
.mobile-form-section .container {
    max-width: 100%;
}
.mobile-form-section .banner_right {
    max-width: 100%;
    margin: 0 auto;
}
.mobile-form-section .banner_right form,
.mobile-form-section .npf_wgts {
    max-width: 100%;
    width: 100%;
    position: static;
    transform: none;
    margin: 0;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
}
@media (min-width: 576px) {
    .mobile-form-section {
        display: none;
    }
}

.program{
     padding: 60px 0 30px 0;
}

.banner .media-body h4, .med_inner h4 {
    font-size: 30px;
    margin-bottom: 15px;
}

.banner_right .banner_shap {
    display: none;
}

.banner_right form {
    max-width: 480px;
    padding: 25px;
    position: static;
    margin: 0 0 auto;
    transform: none;
    box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 1%);
}
.recruiters .recruiters_inner {
    max-width: 90%;
    margin: auto;
    text-align: center;
}
.programmes .row .col:nth-child(3) .program_item {
	border-right: 0;
}
.programmes .row .col:nth-child(6) .program_item {
	border-right: 0;
}
.programmes .row .col:nth-child(9) .program_item {
	border-right: 0;
}
.programmes .row .col:nth-child(5) .program_item {
    border-right: 1px solid #51597e;
}
.programmes .row .col:nth-child(11) .program_item {
    border-bottom: 1px solid #51597e;
    border-left: 1px solid #51597e;
}
.programmes .row .col:nth-child(12) .program_item {
    border-bottom: 1px solid #51597e;
    border-right: 0;
}
.why .why_inner .item {
    margin-bottom: 0;
    height: 100%;
    padding: 30px 15px;
}
.why .why_inner .media .media-body p {
    margin-bottom: 0;
    font-size: 13px;
}
.button_link {
    margin-top: 50px;
}
.button_link a {
    font-size: 25px;
}

.singleimg {
    background: #fbfbfb;
}
.why .common_line h2 span {
    background: #fbfbfb;
}
.recruiters .common_line h2 span {
    background: #fdf5f1 !important;
}
.recruiters_2 .common_line h2 span {
    background: #fcfbfa !important;
}
.map .common_line h2 span {
    background: #fbfbfb !important;
    display: inline;
}
 .map .common_line::before {
    height: 2.22px;
    top: 40px;
}
.map {
    padding-bottom: 60px;
}
.testimonials .slider_item {
    margin: 0 5px;
}
.testimonials .slick-slide img {
    display: block;
    max-width: 100%;
    height: 50px;
}	
.why .why_inner .media {
    display: block;
    text-align: left;
}
.why .why_inner .media .img_item {
    width: 100%;
    margin-bottom: 15px;
}
.campus a {
    font-size: 16px;
    padding: 12px 60px;
    margin-top: 80px;
}
.banner .banner_left {
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.programmes .container{
	padding-right: 0;
    padding-left: 0;
}
.programmes .common_line {
    margin: 0 0px 0 15px;
    margin-bottom: 50px;
}
.common_line {
    margin-right: -15px;
    margin-bottom: 50px;
}
.banner .banner_left .media .media_img {
    margin-right: -15px;
    max-width: 201px;
    margin-left: -15px;
    margin-bottom: -40px;
}
.banner .banner_left .media-body {
    position: relative;
}
.banner .banner_left .media-body a {
    font-size: 20px;
    margin-bottom: 20px;
}
.banner .media-body h6 {
    font-size: 16px;
    margin-bottom: 5px;
}
.banner .media-body h6 i {
    font-size: 15px;
}
.banner .banner_left .media-body h5 span {
    font-size:10px;
}
.highlights .highlights_item img {
    margin-bottom: 15px;
    max-width: 75px;
}
.highlights .highlights_item p {
    font-size: 14px;
}
.common_line h2 {
    font-size: 35px;
}
.common_line::before {
    height: 2.22px;
    top: 25px;
}
.testimonials p {
    font-size: 12px;
}
.programmes .program_item {
    padding: 35px 15px;
}
.programmes .program_item img {
    margin-bottom: 15px;
    max-width: 70px;
}
.program_item p {
    font-size: 13px;
    font-weight: 400;
}
.recruiters_3 .common_line h2 span {
    display: inline;
}
.recruiters_3 .common_line::before {
    height: 2.22px;
    top: 45px;
}
.campus {
    padding-bottom: 60px;
    padding-top: 25px;
}

.programmes .common_line span {

    display: inline;
}
.programmes .common_line::before {
    left: 130px;
}
.programmes {
    overflow: hidden;
    padding: 80px 30px;
}
header .header_left {
    max-width: 200px !important;
    padding-left: 0;
}
.testimonials {
    padding-bottom:20px;
}
.recruiters {
    padding: 80px 0;
}
footer p {
    font-size: 12px;
}
.programmes .program_item {
    border: 0;
    border-bottom: 1px solid #51597e;
}
.programmes .row .col:last-child .program_item {
    border-bottom: 0;
}
.banner .media-body h6::after {
    left: 0;
    height: 1px;
    width: 160px;
    background: #ffffff;
}
.banner .banner_left .media-body p {
    font-size: 16px;
    padding: 8px 10px;
    font-weight: 500;
    position: relative;
}
.banner .banner_left .media-body h5 {
    font-size: 15px;
    margin-top: 10px;
}
footer {
    padding: 20px 0 20px 0;
}

.program .program_top h4 {
    font-size: 16px;
}
.program .item h4 {
    font-size: 28px;
}
.program .item p {
    font-size: 13px;
}
.why_2 .why_2_inner {
    padding-left: 40px;
}
.why_2 .media-body p {
    font-size: 18px;
}
.program .item_body .item img {
    margin-bottom: 15px;
    max-width: 50px;
}


.testimonials .common_line h2 span {
    background: #fbfbfb;
}
.highlights .common_line h2 span {
    background: #fbfbfb;

}
.program .item {
    max-width: 290px;
    margin: auto;
}
.program .program_top {
    margin-bottom: 30px;
}
.banner .banner_shap {
    position: absolute;
    left: auto;
    width: 40px;
    top: 2px;
    margin: auto;
    right: 0;
}

footer {
    color: #ffffff;
}
footer p span:last-child {
    color: #ffffff;
}
.achievements .item .box {
    width: 110px;
    height: 110px;
}

.achievements .item .box img {
    max-width: 60%;
}
.achievements .item {
    margin-left: 75px;
    padding: 20px 20px 20px 55px;
    min-height: auto;

}
.achievements .item p {
    position: static;
    transform: none;
    font-size: 14px;
}
.program .item_body {
    padding: 30px 25px;
}
.banner .banner_left .media-body .box p {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.banner .banner_left .media-body .box {
    padding: 10px 10px 10px 25px;
}
.banner .banner_left .media-body .box p i {
    font-size: 14px;
    top: 4px;
}
.program h3 {
    font-size: 20px;
    line-height: 1.4;
}






}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
.map img {
    max-width: 80%;
}
.banner .container {
    padding: 0 10px 15px 10px;
    width: 100%;
}
.banner .media-body h6 {
    font-size: 18px;
}
.banner .banner_left .media-body a {
    font-size: 26px;
}
.banner {
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.45) 100%), url(../img/banner/mobile.jpeg) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #18305e !important;
    overflow: visible !important;
    height: auto !important;
    min-height: 240px !important;
    max-height: none !important;
    display: flex !important;
    align-items: flex-start !important;
    padding: 8px 0 10px !important;
    position: relative;
}
.banner .container {
    padding: 0 10px 15px 10px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.banner .banner_shap {
    display: none !important;
}
.banner .row {
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.banner .col-lg-4#desktopform {
    display: none !important;
}
.banner .col-lg-8 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0;
    height: auto;
    display: flex;
    align-items: flex-start;
}
.banner .banner_left {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center;
    margin-bottom: 0;
    height: auto;
    display: flex;
    align-items: flex-start;
    padding-top: 0;
    width: 100%;
}
.banner .banner_left .media {
    overflow: visible !important;
    display: flex !important;
    width: 100%;
    height: auto;
    align-items: flex-start;
    justify-content: center;
}
.banner .banner_left .media-body {
    align-self: flex-start;
    position: relative;
    text-align: center;
    width: 100% !important;
    padding-bottom: 0;
}
.banner .banner_left .media-body .med_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100% !important;
    max-width: 100%;
}
.banner .banner_left .media-body h5 {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 13px !important;
}
.banner .banner_left .media-body h5 img {
    width: 16px !important;
    height: 16px !important;
}
.banner .banner_left .media-body br {
    display: none;
}
.banner .banner_left .media-body h4 {
    margin-bottom: 5px;
    font-size: 22px !important;
    line-height: 1.2;
}
.banner .banner_left .media-body .box {
    margin-bottom: 0;
    font-size: 12px !important;
    padding: 5px 10px 5px 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1.3;
}
/* Separate form section for mobile */
.mobile-form-section {
    display: block;
    background: #f9f9f9;
    padding: 40px 15px;
}
.mobile-form-section .container {
    max-width: 100%;
}
.mobile-form-section .banner_right {
    max-width: 100%;
    margin: 0 auto;
}
.mobile-form-section .banner_right form,
.mobile-form-section .npf_wgts {
    max-width: 100%;
    width: 100%;
    position: static;
    transform: none;
    margin: 0;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
}
.banner .media-body h4, .med_inner h4 {
    font-size: 42px;
    margin-bottom: 30px;
}
.banner_right .banner_shap {
    display: none;
}

.banner_right form {
    max-width: 480px;
    padding: 25px;
    position: static;
    margin: 0 0 auto;
    transform: none;
    box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 1%);
}
.programmes .row .col:nth-child(3) .program_item {
	border-right: 0;
}
.programmes .row .col:nth-child(6) .program_item {
	border-right: 0;
}
.programmes .row .col:nth-child(9) .program_item {
	border-right: 0;
}
.programmes .row .col:nth-child(5) .program_item {
    border-right: 1px solid #51597e;
}
.programmes .row .col:nth-child(11) .program_item {
    border-bottom: 1px solid #51597e;
    border-left: 1px solid #51597e;
}
.programmes .row .col:nth-child(12) .program_item {
    border-bottom: 1px solid #51597e;
    border-right: 0;
}
.why .why_inner .item {
    margin-bottom: 0;
    height: 100%;
}

.singleimg {
    background: #fbfbfb;
}
.why .common_line h2 span {
    background: #fbfbfb;
}
.recruiters .common_line h2 span {
    background: #fbfbfb !important;
}
.recruiters_2 .common_line h2 span {
    background: #fcfbfa !important;
}
 .map .common_line h2 span{
    background: #fbfbfb !important;
}
.map {
    padding-bottom: 60px;
}
.testimonials .slider_item {
    margin: 0 15px;
}
.testimonials .slick-slide img {
    display: block;
    max-width: 100%;
}	
.why .why_inner .media {
    display: block;
    text-align: left;
}
.why .why_inner .media .img_item {
    width: 100%;
    margin-bottom: 15px;
}
.campus a {
    font-size: 18px;
    padding: 18px 60px;
    margin-top: 80px;
}
.banner .banner_left {
    position: relative;
    margin-left: -100px;
}
.programmes .container{
	padding-right: 0;
    padding-left: 0;
}
.programmes .common_line {
    margin: 0 0px 0 15px;
}
.common_line {
    margin-right: -15px;
}
.banner .banner_left {
    margin-left: 0;
    margin-right: 15px;
}
.banner .banner_left .media .media_img {
    margin-right: -10px;
    max-width: 260px;
    margin-bottom: -40px;
}
.programmes .program_item {
    border: 0;
    border-bottom: 1px solid #51597e;
}
.programmes .row .col:last-child .program_item {
    border-bottom: 0;
}
.banner .media-body h6::after {
    left: 0;
    width: 215px;
}
.banner .banner_left .media-body p {
    font-size: 16px;

}
header .header_left {
    max-width: 255px;
    padding-left: 20px;
}
.program{
     padding: 60px 0 30px 0;
}

footer {
    padding: 20px 0 70px 0;
}
.why_2 .why_2_inner {
    padding-left: 60px;
}

.banner .banner_shap {
    position: absolute;
    left: auto;
    width: 40px;
    top: 2px;
    margin: auto;
    right: 0;
}

.banner .banner_left .media-body h5 {
    font-size: 20px;
    margin-bottom: 15px;
}












	
	
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.map img {
    max-width: 80%;
}
.banner .container{
    padding: 0 10px 15px 10px;
    width: 100%;
}
.banner {
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.45) 100%), url(../img/banner/mobile.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #18305e;
    overflow: visible;
    height: auto;
    min-height: 280px;
    display: flex;
    align-items: flex-end;
    padding: 0 0 16px;
    position: relative;
}
.banner .banner_shap {
    display: none;
}
.banner .row {
    margin: 0;
    width: 100%;
}
.banner .col-lg-4#desktopform {
    display: none !important;
}
.banner .col-lg-8 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.banner .banner_left {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0;
    height: auto;
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 0;
}
.banner .banner_left .media {
    overflow: visible;
    display: block;
    width: 100%;
    height: auto;
}
.banner .banner_left .media-body {
    align-self: flex-start;
    text-align: center;
    width: 100%;
    padding-bottom: 0;
}
.banner .banner_left .media-body .med_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.banner .banner_left .media-body h5 {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 14px !important;
}
.banner .banner_left .media-body h5 img {
    width: 18px !important;
    height: 18px !important;
}
.banner .banner_left .media-body br {
    display: none;
}
.banner .banner_left .media-body h4 {
    margin-bottom: 5px;
    font-size: 24px !important;
    line-height: 1.2;
}
.banner .banner_left .media-body .box {
    margin-bottom: 0;
    font-size: 13px !important;
    padding: 6px 10px 6px 10px !important;
    max-width: 100% !important;
    width: 100% !important;
    line-height: 1.3;
}
/* Separate form section for mobile */
.mobile-form-section {
    display: block;
    background: #f9f9f9;
    padding: 40px 15px;
}
.mobile-form-section .container {
    max-width: 100%;
}
.mobile-form-section .banner_right {
    max-width: 100%;
    margin: 0 auto;
}
.mobile-form-section .banner_right form,
.mobile-form-section .npf_wgts {
    max-width: 100%;
    width: 100%;
    position: static;
    transform: none;
    margin: 0;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 10%);
}
.banner .media-body h4, .med_inner h4 {
    font-size: 50px;
    margin-bottom: 40px;
}
.banner_right .banner_shap {
    display: none;
}

.banner_right form {
    max-width: 480px;
    padding: 25px;
    position: static;
    margin: 0 0 auto;
    transform: none;
    box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 1%);
    margin: 0 15px;
}
.why .why_inner .item {
    margin-bottom: 0;
    height: 100%;
}

.singleimg {
    background: #fbfbfb;
}
.why .common_line h2 span {
    background: #fdfaf7;
}
.recruiters .common_line h2 span {
    background: #fdf5f1 !important;
}
.recruiters_2 .common_line h2 span {
    background: #fcfbfa !important;
}
 .map .common_line h2 span{
    background: #fbfbfb !important;
}
.map {
     padding-bottom: 60px;
}
.program{
     padding: 60px 0 30px 0;
}


.why .why_inner .media {
    display: block;
    text-align: left;
}
.why .why_inner .media .img_item {
    width: 100%;
    margin-bottom: 15px;
}
.iti__country-list {
    width: 320px;
}


.banner .banner_left {
    margin-left: 0;
    margin-right: -15px;
}
.banner .banner_left .media .media_img {
    margin-right: 0;
    max-width: 300px;
}
.programmes .program_item {
    border: 0;
    border-bottom: 1px solid #51597e;
}
.programmes .row .col:last-child .program_item {
    border-bottom: 0;
}
.banner .media-body h6::after {
    left: 0;
}
footer {
    padding: 20px 0 70px 0;
}
.why_2 .why_2_inner {
    padding-left: 60px;
}

.banner .banner_shap {
    position: absolute;
    left: auto;
    width: 40px;
    top: 2px;
    margin: auto;
    right: 0;
}



.achievements .item p {
    position: static;
    transform: none;
}
.program .common_line span {
    background: #fbfbfb;
}
.common_line h2 span {
    background: #fbfbfb;
}
.testimonials .common_line h2 span {
    background: #fbfbfb;
}
.achievements .common_line h2 span {
    background: #fbfbfb;
}
.why .common_line h2 span {
    background: #fbfbfb;
}
.map .common_line h2 span {
    background: #fbfbfb !important;
}




}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
.banner .banner_left .media-body p {
    font-size: 18px;
}
.banner .banner_left .media-body h4 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 32px;
}
.banner_right .banner_shap {
    left: -50px;
}
.banner .banner_left .media-body h5 {
    font-size: 16px;
}
.banner .banner_left .media-body h5 span {
    font-size: 15.6px;
}
.programmes .program_item {
    padding: 20px;
}
.iti__country-list {
    width: 320px;
}
.program .item_body .item p {
    font-size: 14px;
}
.program .item_body .item img {
    margin-bottom: 15px;
    max-width: 55px;
}
.banner .banner_shap {
    position: absolute;
    left:auto;
    right: 0;
    width: 60px;
    top: 2px;
    margin: auto;
}
.banner .banner_left .media-body .box {
    padding: 10px 20px 10px 40px;
    max-width: 325px;
}
.banner .banner_left .media-body .box p {
    font-size: 18px;
}

.program{
     padding: 60px 0 30px 0;
}





}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) and (max-width: 1439.98px) {
.iti__country-list {
    width: 320px;
}
	
.program{
     padding: 60px 0 30px 0;
}
	
	
	
}



/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 1440px) and (max-width: 1699.98px){
    .iti__country-list {
    width: 320px;
}
.program{
     padding: 60px 0 30px 0;
}


}





/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 1700px) and (max-width: 2099.98px){
.iti__country-list {
    width: 320px;
}
	
.program{
     padding: 60px 0 30px 0;
}
	
	
	
	
}



/*// Extra large devices (large desktops, 1440px and up)*/
@media (min-width: 2100px){
.iti__country-list {
    width: 320px;
}
.program{
     padding: 60px 0 30px 0;
}
	
	
}

/* section - 2 (About + Stats) */
.about2{
    padding: 70px 0;
    background: #ffffff;
}
.about2__content{
    padding-right: 30px;
}
.about2__kicker{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #8a95a6;
}
.about2__title{
    font-size: 38px;
    line-height: 1.15;
    color: #0b1b33;
    margin-bottom: 10px;
}
.about2__text{
    color: #5b6777;
    font-size: 15.5px;
    line-height: 1.85;
    max-width: 62ch;
}
.about2__cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 22px;
    border-radius: 0;
    background: #8b1d22;
    border: 2px solid #8b1d22;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}
.about2__cta:hover{
    background: #74161a;
    border-color: #74161a;
    color: #ffffff;
}
.about2__stats{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.about2__stat{
    background: #f5f8ff;
    border: 1px solid rgba(11, 27, 51, 0.08);
    border-radius: 0;
    padding: 18px 18px 16px 18px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}
.about2__statTop{
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.about2__statNumber{
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    color: #0b1b33;
    letter-spacing: -0.02em;
}
.about2__statNumber--accent{
    color: #8b1d22;
}
.about2__statLabel{
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #8190a5;
}
@media (max-width: 991.98px){
    .about2{
        padding: 55px 0;
    }
    .about2__content{
        padding-right: 0;
        margin-bottom: 18px;
    }
    .about2__title{
        font-size: 30px;
    }
}
@media (max-width: 575.98px){
    .about2{
        padding: 45px 0;
    }
    .about2__stats{
        gap: 12px;
    }
    .about2__stat{
        padding: 16px 14px 14px 14px;
        border-radius: 0;
    }
    .about2__statNumber{
        font-size: 34px;
    }
}

/* section - 3 (UG programmes slider) */
.ug-courses{
    position: relative;
    padding: 78px 0;
    margin: 90px;
    color: #ffffff;
    overflow: hidden;
    background: #0b1b33;
}
.ug-courses__bg{
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(139, 29, 34, 0.88) 0%, rgba(139, 29, 34, 0.62) 45%, rgba(24, 48, 94, 0.42) 100%),
        url("../img/banner/desktop.jpeg");
    background-size: cover;
    background-position: center;
    filter: saturate(1.05) contrast(1.05);
    transform: scale(1.02);
}
.ug-courses__bg--pg{
    background:
        linear-gradient(90deg, rgba(24, 48, 94, 0.90) 0%, rgba(24, 48, 94, 0.62) 45%, rgba(139, 29, 34, 0.42) 100%),
        url("../img/banner/desktop.jpeg");
}
.ug-courses__bg::after{
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(900px 520px at 15% 20%, rgba(246, 184, 25, 0.16), transparent 55%);
}
.ug-courses .container,
.ug-courses .row{
    position: relative;
    z-index: 2;
}
.ug-courses__title{
    font-size: 52px;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #ffffff;
}
.ug-courses__desc{
    color: rgba(255,255,255,0.86);
    font-size: 14px;
    line-height: 1.7;
    max-width: 44ch;
}
.ug-courses__cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 16px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.92);
    color: #0b1b33;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
}
.ug-courses__rail{
    position: relative;
    padding-left: 10px;
}
.ug-courses__track .slick-slide{
    padding: 0 10px;
}
.ug-card{
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    height: 150px;
    padding: 18px 16px;
    background: rgba(255,255,255,0.14);
    border: 1px solid rgba(255,255,255,0.22);
    color: #ffffff;
    text-decoration: none;
    backdrop-filter: blur(6px);
}
.ug-card__icon{
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.22);
}
.ug-card__icon i{
    font-size: 18px;
    color: rgba(255,255,255,0.95);
}
.ug-card__label{
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(255,255,255,0.92);
}
.ug-courses__nav{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
}
.ug-courses__arrow{
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255,255,255,0.65);
    background: rgba(255,255,255,0.92);
    color: #8b1d22;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ug-courses__arrow i{
    font-size: 14px;
}
@media (max-width: 991.98px){
    .ug-courses{
        padding: 58px 0;
    }
    .ug-courses__title{
        font-size: 38px;
    }
    .ug-courses__rail{
        padding-left: 0;
        margin-top: 18px;
    }
}
@media (max-width: 575.98px){
    .ug-courses__title{
        font-size: 34px;
    }
    .ug-card{
        height: 140px;
    }
}

/* section - 6 (Campus life mosaic) */
.life-mosaic{
    padding: 78px 0;
    background: #ffffff;
    color: #0b1b33;
}
.life-mosaic__head{
    margin-bottom: 22px;
}
.life-mosaic__kicker{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #8a95a6;
}
.life-mosaic__title{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #0b1b33;
}
.life-mosaic__grid{
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    grid-auto-rows: 220px;
    gap: 14px;
}
.life-mosaic__tile,
.life-mosaic__media{
    border-radius: 0;
    overflow: hidden;
}
.life-mosaic__tile{
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.life-mosaic__tileTitle{
    font-size: 34px;
    line-height: 1.05;
    margin-bottom: 10px;
    font-weight: 700;
}
.life-mosaic__tileText{
    font-size: 13px;
    line-height: 1.7;
    opacity: 0.95;
    max-width: 42ch;
}
.life-mosaic__tile--red{
    background: #8b1d22;
    color: #ffffff;
}
.life-mosaic__tile--navy{
    background: #07163a;
    color: #ffffff;
}
.life-mosaic__tile--blue{
    background: #18305e;
    color: #ffffff;
}
.life-mosaic__media{
    position: relative;
    background: #0b1b33;
}
.life-mosaic__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.life-mosaic__media::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 27, 51, 0.10), rgba(11, 27, 51, 0.35));
    pointer-events: none;
}
.life-mosaic__media--wide{
    grid-column: 1 / span 2;
    grid-row: 3;
    min-height: 240px;
}
.life-mosaic__ctaRow{
    margin-top: 18px;
    display: flex;
    justify-content: flex-start;
}
.life-mosaic__cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 18px;
    background: #f6b819;
    border: 2px solid #f6b819;
    color: #0b1b33;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
}
.life-mosaic__cta:hover{
    background: #e3aa0f;
    border-color: #e3aa0f;
    color: #0b1b33;
}
@media (max-width: 991.98px){
    .life-mosaic{
        padding: 58px 0;
    }
    .life-mosaic__title{
        font-size: 34px;
    }
    .life-mosaic__grid{
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }
    .life-mosaic__tile{
        padding: 22px 18px;
    }
    .life-mosaic__tileTitle{
        font-size: 30px;
    }
    .life-mosaic__media{
        height: 260px;
    }
    .life-mosaic__media--wide{
        grid-column: auto;
        grid-row: auto;
        height: 240px;
        min-height: 0;
    }
}

/* section - 7 (Stats strip counters) */
.stats-strip{
    padding: 34px 0;
    background: #fbfbfb;
}
.stats-strip__inner{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: center;
}
.stats-strip__item{
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 0;
    border-left: 1px solid rgba(11, 27, 51, 0.10);
}
.stats-strip__item:first-child{
    border-left: none;
}
.stats-strip__value{
    font-size: 40px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #18305e;
    line-height: 1;
    min-width: 80px;
}
.stats-strip__label{
    font-size: 12px;
    font-weight: 600;
    color: rgba(11, 27, 51, 0.70);
    line-height: 1.25;
    max-width: 18ch;
}
@media (max-width: 991.98px){
    .stats-strip__inner{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .stats-strip__item{
        border-left: none;
        padding: 12px 0;
    }
    .stats-strip__value{
        font-size: 34px;
        min-width: 74px;
    }
}
@media (max-width: 575.98px){
    .stats-strip{
        padding: 28px 0;
    }
    .stats-strip__inner{
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .stats-strip__item{
        justify-content: flex-start;
        padding: 10px 0;
    }
}

/* generic primary CTA button (about section) */
.btn-primary-cta{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0 20px;
    background: #f6b819;
    border: 2px solid #f6b819;
    color: #0b1b33;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}
.btn-primary-cta:hover{
    background: #e3aa0f;
    border-color: #e3aa0f;
    color: #0b1b33;
}

/* section - 8 (How to apply) */
.apply-steps{
    padding: 78px 0;
    background: #ffffff;
    color: #0b1b33;
}
.apply-steps__head{
    margin-bottom: 22px;
}
.apply-steps__kicker{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #8a95a6;
}
.apply-steps__title{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #0b1b33;
}
.apply-steps__list{
    position: relative;
    border: 1px solid rgba(11, 27, 51, 0.10);
    background: #fbfbfb;
}
.apply-steps__list::before{
    content: "";
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 38px;
    width: 2px;
    background: rgba(24, 48, 94, 0.18);
}
.apply-step + .apply-step{
    border-top: 1px solid rgba(11, 27, 51, 0.10);
}
.apply-step__btn{
    width: 100%;
    border: none;
    background: transparent;
    padding: 16px 18px;
    display: grid;
    grid-template-columns: 48px 1fr 28px;
    align-items: center;
    gap: 14px;
    text-align: left;
    cursor: pointer;
}
.apply-step__num{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #18305e;
    color: #ffffff;
    font-weight: 800;
    font-size: 14px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 6px #fbfbfb;
}
.apply-step__num::after{
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    background: #f6b819;
}
.apply-step__title{
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #0b1b33;
    line-height: 1.25;
}
.apply-step__subtitle{
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: rgba(11, 27, 51, 0.62);
    margin-top: 4px;
}
.apply-step__chev{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: rgba(11, 27, 51, 0.65);
}
.apply-step__btn[aria-expanded="true"] .apply-step__num{
    background: #8b1d22;
}
.apply-step__btn[aria-expanded="true"] .apply-step__chev{
    transform: rotate(180deg);
}
.apply-step__body{
    padding: 0 18px 18px 80px;
    color: rgba(11, 27, 51, 0.78);
    font-size: 13px;
    line-height: 1.75;
}
.apply-step__bullets{
    padding-left: 18px;
}
.apply-step__bullets li{
    margin: 6px 0;
}
.apply-notes{
    border: 1px solid rgba(11, 27, 51, 0.10);
    background: #ffffff;
    padding: 18px 18px 16px 18px;
}
.apply-notes__title{
    font-size: 14px;
    font-weight: 800;
    color: #0b1b33;
    margin-bottom: 12px;
}
.apply-notes__list{
    margin: 0;
    padding-left: 18px;
    color: rgba(11, 27, 51, 0.75);
    font-size: 13px;
    line-height: 1.75;
}
.apply-notes__cta{
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    background: #f6b819;
    border: 2px solid #f6b819;
    color: #0b1b33;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none;
}
.apply-notes__cta:hover{
    background: #e3aa0f;
    border-color: #e3aa0f;
    color: #0b1b33;
}
@media (max-width: 991.98px){
    .apply-steps{
        padding: 58px 0;
    }
    .apply-steps__title{
        font-size: 34px;
    }
    .apply-step__body{
        padding-left: 18px;
        padding-top: 0;
    }
    .apply-step__btn{
        grid-template-columns: 44px 1fr 28px;
        padding: 14px 14px;
    }
}

/* section - 9 (Why Crescent cards) */
.why-crescent{
    padding: 78px 0;
    background: #ffffff;
}
.why-crescent__head{
    margin-bottom: 18px;
}
.why-crescent__kicker{
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #8a95a6;
}
.why-crescent__title{
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #0b1b33;
}
.why-crescent__grid{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 18px;
}
.why-card2{
    background: #fbfbfb;
    border: 1px solid rgba(11, 27, 51, 0.10);
    padding: 18px 18px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    min-height: 92px;
}
.why-card2__icon{
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(24, 48, 94, 0.10);
    border: 1px solid rgba(24, 48, 94, 0.12);
    color: #18305e;
    flex: 0 0 auto;
}
.why-card2__icon i{
    font-size: 18px;
}
.why-card2__text{
    font-size: 13px;
    line-height: 1.65;
    color: rgba(11, 27, 51, 0.78);
    font-weight: 600;
}
.why-card2--wide{
    grid-column: span 2;
}
@media (max-width: 991.98px){
    .why-crescent{
        padding: 58px 0;
    }
    .why-crescent__title{
        font-size: 34px;
    }
    .why-crescent__grid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .why-card2--wide{
        grid-column: span 2;
    }
}
@media (max-width: 575.98px){
    .why-crescent__grid{
        grid-template-columns: 1fr;
    }
    .why-card2--wide{
        grid-column: auto;
    }
}


.footer-brand img {
    height: 60px !important;
    width: auto;
    margin-bottom: 16px;
}











