@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=MonteCarlo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Average&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: 'Montserrat';
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

* {
    border: medium none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Product Sans'; */
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
}

textarea {
    resize: none;
}

.btn-one {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #1D3667;
    border-radius: 6px;
    padding: 12px 40px;
    transform: scale(1.0);
    transition: all ease .3s;
}

.btn-one:hover {
    color: #fff;
    opacity: 0.9;
    transform: scale(0.95);

}

.btn-two {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    background: #000;
    border-radius: 6px;
    padding: 12px 40px;
    transform: scale(1.0);
    transition: all ease .3s;
}

.btn-two:hover {
    color: #fff;
    opacity: 0.9;
    transform: scale(0.95);

}

.color-blue {
    color: #1F99C9;
}

.color-dark-blue {
    color: #254481;
}

.color-yellow {
    color: #FABE18;
}


/*header starts*/
header.header {
    position: relative;
    padding: 35px 35px 0;
}

header.header .header-content {
    background: #F0F0F0;
    width: 100%;
    padding: 10px 25px;
    border-radius: 15px 15px 0 0;
}

/*header ends*/


/* banner section start  */
section.banner-section {
    position: relative;
    padding: 0px 35px 0;
}

section.banner-section .banner-box {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 15px 0;
}

section.banner-section .banner-content {
    padding-left: 15px;
}

section.banner-section h1 {
    font-size: 42px;
    color: #fff;
    font-family: 'Average';
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 30px;
}

section.banner-section h1 span {
    font-size: 36px;
    display: block;
}

section.banner-section .banner-content p {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    opacity: 0.8;
    margin: 20px 0;
}

section.banner-section .banner-content img {
    width: 200px;
    display: block;
}

section.banner-section .banner-content h2 {
    font-size: 28px;
    text-align: center;
    background: hsl(0deg 0% 100% / 60%);
    padding: 10px;
    border-radius: 8px;
    margin-top: 30px;
}

/* banner section end */

/* stats section start  */

section.stats-section {
    position: relative;
    padding: 30px 35px;
    background: #000;
}

section.stats-section .row>div {
    max-width: 20%;
    flex: 0 0 20%;
}

section.stats-section .stat-box h3 {
    display: flex;
    color: #fff;
    font-weight: 700;
    align-items: start;
    margin: 0;
}

section.stats-section .stat-box h3 .fnt-one {
    display: block;
    font-size: 48px;
    margin-right: 10px;
    margin-top: -10px;
}

section.stats-section .stat-box h3 .fnt-two {
    font-size: 18px;
    text-transform: uppercase;
}

section.stats-section .stat-box h3 .fnt-two span {
    display: block;
}


/* stats section end */

/* partnership section start  */

section.partnership-section {
    position: relative;
    background: #fff;
    padding: 60px 0;
}

section.partnership-section h2 {
    font-size: 44px;
    background: -webkit-linear-gradient(0deg, #1D3667, #3A6BCD, #1D3667);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-family: 'Average';
    font-weight: 500;
    margin-bottom: 20px;
}

section.partnership-section p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 26px;
}


/* partnership section end */

/* program section start  */

section.program-section {
    position: relative;
    padding: 80px 60px 60px;
    overflow: hidden;
}

section.program-section .program-box {
    position: relative;
    padding: 60px 25px;
    background: linear-gradient(45deg, #1B3361, #294E95, #1B3361);
    border-radius: 12px;
}

section.program-section .prog-img {
    width: 85%;
    margin-left: auto;
    margin-top: -140px;
    position: relative;
    z-index: 1;
}

section.program-section .prog-content {
    position: relative;
    padding: 20px;
    background: #1F99C9;
    height: 100%;
    width: 100%;
}

section.program-section .prog-content:before {
    content: "";
    position: absolute;
    left: -25%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1f99c9;
    z-index: 0;
}

section.program-section .prog-content:after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 50%;
    height: 100%;
    background: #1f99c9;
    z-index: 0;
}

section.program-section .prog-content h2 {
    font-size: 18px;
    text-align: left;
    color: #1f99c9;
    position: relative;
    background: #ffffffc7;
    padding: 12px 20px;
    width: fit-content;
    border-radius: 10px;
    margin-top: 20px;
    z-index: 1;
}

section.program-section .prog-content h3 {
    font-size: 44px;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 56px;
    color: #fff;
    text-shadow: 0px 3.62963px 3.62963px rgba(0, 0, 0, 0.25);
    margin-top: 15px;
    z-index: 1;
}

section.program-section .prog-content p {
    font-size: 18px;
    color: #fff;
    position: relative;
    font-weight: 500;
    z-index: 1;
}

section.program-section .prgram-icon img {
    width: 55px;
    display: block;
    margin: 30px;
}

section.program-section .prog-head {
    margin-left: 50px;
}

section.program-section .prog-head h3 {
    font-size: 46px;
    font-family: 'Average';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

section.program-section .prog-head p {
    font-size: 18px;
    font-family: 'Average';
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

section.program-section .prog-duration {
    padding: 10px 0px 10px 15px;
    border-left: 4px solid #1F99C9;
    height: 100%;
}

section.program-section .prog-duration h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

section.program-section .prog-duration ul {
    list-style: disc;
    padding-left: 15px;
    margin: 0;
}

section.program-section .prog-duration ul li {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 20px;
    margin-top: 10px;
}

section.program-section .program-specialization {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
}

section.program-section .prog-spec h3 {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    font-family: 'Average';
    text-transform: uppercase;
}

section.program-section .prog-spec ul {
    list-style: disc;
}

section.program-section .prog-spec ul {
    list-style: disc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}

section.program-section .prog-spec ul li {
    width: 30%;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    margin: 5px 0;
}

/* program section end */


/*why choose section starts*/
section.choose-section {
    position: relative;
    padding: 60px 0 0;
}

section.choose-section h2 {
    font-size: 42px;
    color: #1D3667;
    font-weight: 500;
    font-family: 'Average';
    text-transform: uppercase;
    margin-bottom: 20px;
}

section.choose-section h2 span {
    display: block;
    font-size: 34px;
}

section.choose-section .owl-box h3 {
    font-size: 18px;
    font-weight: 700;
}

section.choose-section .owl-box p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 20px;
}

section.choose-section .owl-box {
    margin: 15px 0;
}

section.choose-section .carousel-inner {
    width: 90%;
}

section.choose-section .next-prev-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

section.choose-section .next-prev-icon a {
    position: relative;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 0;
    color: #000;
    margin: 5px;
    font-size: 20px;
}

section.choose-section .next-prev-icon a:hover {
    background: #fff;
    color: #000;
}

section.choose-section .carousel-indicators {
    position: relative;
    display: block;
    margin: 0;
}

section.choose-section .carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #FFF;
    margin: 5px auto;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #000;
}

section.choose-section .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background: #1f99c9;
    margin: 5px auto;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #1f99c9;
}

@media (max-width:991px) {

    section.choose-section .next-prev-icon {
        right: 20px;
    }
}


section.choose-section .carousel-control-next:focus,
section.choose-section .carousel-control-prev:focus {
    color: #000 !important;
}

section.choose-section .carousel.vert>.carousel-inner {
    -webkit-transition: .6s ease-in-out top;
    -o-transition: .6s ease-in-out top;
    transition: .6s ease-in-out top;
}

section.choose-section .vert .carousel-item-next.carousel-item-left,
section.choose-section .vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

section.choose-section .vert .carousel-item-next,
section.choose-section .vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

section.choose-section .vert .carousel-item-prev,
section.choose-section .vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}


/*why choose section ends*/


/*research section starts*/
section.research-section {
    position: relative;
    padding: 60px 0 0;
    background: #F5F5F5;
}

section.research-section .research-head h2 {
    font-size: 34px;
    color: #1D3667;
    font-weight: 500;
    font-family: 'Average';
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 25px;
}

section.research-section .research-head p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

section.research-section h3 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
}

section.research-section .research-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.research-section .research-content ul li {
    font-size: 14px;
    width: 48%;
    margin-bottom: 20px;
    font-weight: 500;
}

section.research-section .res-content {
    padding: 15px;
    position: relative;
    background: linear-gradient(90deg, #1D3667 0%, #3A6BCD 29.97%, #1D3667 64.83%);
    margin-top: -220px;
}

section.research-section .research-img {
    position: relative;
    z-index: 1;
}

section.research-section .res-img {
    margin-top: -200px;
    width: 20%;
}

section.research-section .res-content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    border-right: 2px solid #fff;
    padding: 10px;
    margin-right: 0;
    width: 30%;
    text-align: right;
}

section.research-section .res-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.research-section .res-box p {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    width: 70%;
    margin: 0;
    font-weight: 500;
}

section.research-section .res-content:before {
    content: "";
    position: absolute;
    left: -80px;
    height: 100%;
    width: 80px;
    background: linear-gradient(90deg, #1D3667 0% 15%, #ffffff00 15% 20%, #1D3667 20% 55%, #ffffff00 55% 60%, #1D3671 60% 95%, #ffffff00 95% 100%);
    top: 0;
}


/*research section ends*/


/* campus section start  */

section.campus-section {
    position: relative;
    background: #f5f5f5;
    padding: 0px 0px 40px;
}


section.campus-section .campus-box {
    background: #fff;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 4px 200px 0px hsl(0deg 0% 0% / 15%);
    overflow: hidden;
}

section.campus-section .campus-box h2 {
    font-size: 36px;
    font-weight: 500;
    color: #27477c;
    text-transform: uppercase;
    font-family: "Average", serif;
    margin-top: 20px;
}

section.campus-section .campus-content {
    padding: 20px 20px;
    position: relative;
    margin-left: -35%;
}

section.campus-section .campus-content p {
    font-size: 20px;
    color: hsl(0deg 0% 0% / 60%);
    font-weight: 500;
}

section.campus-section .campus-dv h3 {
    font-size: 18px;
    color: #1D3667;
    font-weight: 700;
}

section.campus-section .campus-content .campus-dv p {
    font-size: 14px;
    color: hsl(0deg 0% 0% / 60%);
    font-weight: 500;
}

section.campus-section .campuse-box-des {
    position: relative;
    padding: 30px;
    background: #1F99C9;
    box-shadow: 0px 4px 160px 0px hsl(0deg 0% 0% / 50%);
}

section.campus-section .camp-box h4 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    font-family: "Average", serif;
    margin: 0;
}

section.campus-section .camp-list ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

section.campus-section .camp-list ul li {
    width: 33.33%;
    padding: 0 15px;
    font-size: 14px;
    color: #fff;
    position: relative;
    font-weight: 500;
    line-height: 24px;
    margin: 10px 0;
}

section.campus-section .camp-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 4px;
    background: #FABE18;
    height: 25px;
}


/* campus section end */


/*testimonial section start*/

section.testimonial-section {
    position: relative;
    padding: 60px 0;
}

section.testimonial-section .row>div {
    max-width: 26.66%;
    flex: 0 0 26.66%;
}

section.testimonial-section .row>div:first-child {
    max-width: 10%;
    flex: 0 0 10%;
    padding: 0;
}

section.testimonial-section .row>div:last-child {
    max-width: 10%;
    flex: 0 0 10%;
    padding: 0;
}

section.testimonial-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

section.testimonial-section p {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

/*testimonial section end*/


/*admissions process section starts*/

section.admission-section {
    position: relative;
    padding-bottom: 60px;
}

section.admission-section>div {
    padding: 50px 15px 75px;
    box-shadow: 0px 4px 200px 0px hsl(0deg 0% 0% / 20%);
    border-radius: 12px;
}

section.admission-section h2 {
    font-size: 38px;
    color: #17345A;
    font-family: 'Average';
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

section.admission-section p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    text-align: center;
}

section.admission-section h3 {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    line-height: normal;
}

section.admission-section .step-item {
    position: relative;
    text-align: left;
}

section.admission-section .step-icon {
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    background: #28a745;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
}

section.admission-section .step-item::after {
    content: '';
    position: absolute;
    top: 13px;
    left: 30px;
    width: 100%;
    border-top: 2px dashed #ccc;
    z-index: 0;
}

section.admission-section .col:last-child .step-item::after {
    display: none;
}

section.admission-section .apply-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
}


/*admissions process section ends*/

/* cta section start  */

section.cta-section {
    background-color: #fff;
    padding: 40px 0;
    font-family: 'Arial', sans-serif;
}

section.cta-section .small-text {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

section.cta-section .main-heading {
    font-size: 28px;
    font-weight: 700;
    color: #2f477a;
    margin-bottom: 5px;
}

section.cta-section .sub-heading {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}

section.cta-section .divider {
    border-top: 0;
    margin: 15px 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #ccc, transparent);
}

section.cta-section .session-text {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: 0.6;
}

section.cta-section .apply-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

section.cta-section .apply-btn:hover {
    background-color: #333;
    color: #fff;
}

section.cta-section .contact-block .label {
    font-size: 18px;
    color: #000;
    margin-bottom: 2px;
}

section.cta-section .contact-block .value {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}


/* cta section end  */

/* footer section start  */

footer.footer-bottom {
    background-color: #e9e9e9;
    padding: 15px 0;
}

footer.footer-bottom .footer-logo img {
    width: 200px;
}

footer.footer-bottom .copyright-text {
    font-size: 14px;
    color: #000;
    margin: 0;
    font-weight: 500;
}

@media (max-width: 767px) {
    footer.footer-bottom .footer-logo img {
        max-height: auto;
    }

    footer.footer-bottom .copyright-text {
        font-size: 13px;
    }
}

/* footer section end */

/* call button start  */

.CallButton {
    position: fixed;
    bottom: 85px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #17345A;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}

/* Apply Now  button end  */


/* form css starts */

section.banner-section .banner_form_panel {
    height: auto;
    background: #fff;
    padding: 15px 5px 5px;
    position: relative;
    z-index: 9;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0px 4px 80px 0px #0000004a;
}

section.banner-section .banner_form_panel h2 {
    font-size: 24px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

section.banner-section #ctpl-submit-btn {
    background: #1d3667;
    display: block;
    width: 100% !important;
    padding: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #1d3667;
    transform: scale(1);
    transition: all ease .3s
}

section.banner-section #ctpl-submit-btn:hover {
    background: #ce0004;
    display: block;
    width: 100% !important;
    padding: 10px;
    color: #fff;
    font-weight: 700;
    border-color: #ce0004;
    transform: scale(0.9);
}

section.banner-section .banner_form_panel label {
    color: #000 !important;
    margin-bottom: 5px;
}

section.banner-section #ctpl-terms-cont {
    display: flex;
    align-items: self-start;
    padding: 0;
    line-height: normal;
}

section.banner-section #ctpl-terms-cont input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
}

@media (max-width:1299px) {
    section.banner-section .banner_form_panel {
        padding: 15px 0px 5px;
    }

}


/* form css end */

@media (max-width:1399px) {

    section.banner-section h1 {
        font-size: 36px;
        margin-top: 0;
    }

    section.banner-section h1 span {
        font-size: 28px;
    }

    section.banner-section .banner-content h2 {
        font-size: 22px;
    }

    section.banner-section .banner-content p {
        font-size: 16px;
    }

    section.stats-section .stat-box h3 .fnt-two {
        font-size: 16px;
        text-transform: uppercase;
    }

    section.stats-section .stat-box h3 .fnt-one {
        display: block;
        font-size: 40px;
        margin-right: 5px;
        margin-top: -6px;
    }

    section.partnership-section h2 {
        font-size: 38px;
    }

    section.program-section .prog-img {
        width: 100%;
    }

    section.program-section .prog-head h3 {
        font-size: 38px;
    }

    section.research-section .research-head h2 {
        font-size: 28px;
    }

    section.research-section .res-content {
        margin-top: -140px;
    }

    section.research-section .res-img {
        margin-top: -110px;
    }

    section.campus-section .campus-content .campus-dv p {
        margin: 0;
    }

    section.cta-section .contact-block .value {
        font-size: 18px;
    }


    section.admission-section h3 {
        font-size: 14px;
    }
}

@media (max-width:1299px) {
    section.stats-section .stat-box h3 .fnt-one {
        font-size: 34px;
        margin-top: -3px;
    }

    section.stats-section .stat-box h3 .fnt-two {
        font-size: 14px;
    }

    section.partnership-section h2 {
        font-size: 34px;
    }

    section.partnership-section p {
        font-size: 14px;
        line-height: 20px;
    }

    section.program-section .prog-content {
        padding: 10px 0;
    }

    section.program-section .prog-content h3 {
        font-size: 34px;
        line-height: normal;
    }

    section.program-section .prog-content:before {
        left: -32%;
    }

    section.program-section .prog-head h3 {
        font-size: 32px;
    }

    section.program-section .prog-spec h3 {
        font-size: 20px;
    }

    section.choose-section h2 {
        font-size: 38px;
    }

    section.choose-section h2 span {
        font-size: 26px;
    }

    section.choose-section .choose-content {
        margin-left: -25%;
    }

    section.choose-section .choose-img,
    section.choose-section .choose-img img {
        height: 100%;
    }

    section.research-section .research-head h2 {
        font-size: 26px;
    }

    section.cta-section .contact-block .value {
        font-size: 16px;
    }
}

@media (max-width:1199px) {
    section.program-section .prog-content h3 {
        font-size: 30px;
        line-height: normal;
    }

    section.program-section .prog-content p {
        font-size: 16px;
    }

    section.program-section .program-box {
        padding: 40px 25px;
    }

    section.program-section .prog-img {
        margin-top: -110px;
    }

    section.stats-section .row>div {
        padding: 0 5px;
    }

    section.program-section .prog-head {
        margin-left: 26px;
    }

    section.campus-section .campus-content {
        margin-left: 0;
    }
}

@media (max-width:1099px) {
    section.stats-section .stat-box h3 .fnt-two {
        font-size: 12px;
    }

    section.stats-section .stat-box h3 .fnt-one {
        margin-top: -6px;
    }

    section.partnership-section h2 {
        font-size: 28px;
    }

    section.program-section .prog-content h2 {
        font-size: 16px;
        padding: 10px 20px;
        margin-top: 10px;
    }

    section.program-section .prog-content p {
        font-size: 14px;
    }

    section.program-section .prog-content h3 {
        font-size: 24px;
    }

    section.research-section .res-img {
        margin-top: auto;
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
    }

    section.research-section .res-content {
        margin-top: 120px;
    }


}

@media (max-width:1023.98px) {

    section.banner-section h1 {
        font-size: 30px;
    }


}


@media (max-width: 991.98px) {

    section.banner-section h1 br {
        display: none;
    }

    section.banner-section h1 {
        font-size: 26px;
    }

    section.banner-section h1 span {
        font-size: 20px;
    }

    section.banner-section .banner-content p {
        font-size: 14px;
    }

    section.banner-section .banner-content img {
        width: 100px;
    }

    section.banner-section .banner-content h2 {
        font-size: 20px;
        margin: 0 0 30px;
    }

    section.stats-section .row>div {
        max-width: 33.33%;
        flex: 0 0 33.33%;
    }

    section.partnership-section h2 {
        font-size: 22px;
    }

    section.program-section .prog-content:after {
        right: -25%;
    }

    section.program-section .prgram-icon img {
        margin: 30px 0;
    }

    section.program-section .prog-head {
        margin-left: 0;
    }

    section.program-section .prog-spec ul li {
        width: 100%;
        font-size: 14px;
    }

    section.program-section .prog-spec ul {
        padding-left: 25px;
    }

    section.choose-section h2 {
        font-size: 30px;
    }

    section.choose-section h2 span {
        font-size: 22px;
    }

    section.choose-section .choose-content {
        margin-left: 0;
        padding: 20px;
    }

    section.research-section .res-img {
        width: 10%;
    }

    section.research-section .res-content {
        margin-top: 0;
    }

    section.research-section .res-content:before {
        display: none;
    }

    section.campus-section {
        padding: 40px 20px 40px;
    }

    section.testimonial-section .row>div {
        max-width: 100%;
        flex: 0 0 100%;
    }

    section.testimonial-section .row>div:last-child {
        max-width: 10%;
        flex: 0 0 10%;
        margin-left: auto;
    }

    section.admission-section h2 {
        font-size: 32px;
    }

    section.admission-section h3 {
        font-size: 12px;
    }


}

@media (max-width: 767px) {


    header.header {
        position: relative;
        padding: 15px 0px 0;
    }

    section.banner-section {
        padding: 0px 0px 0;
    }

    section.banner-section .banner-box {
        padding: 40px 15px 0;
    }

    section.banner-section .banner_form_panel h2 {
        font-size: 18px;
    }

    section.banner-section .banner_form_panel .ctpl-btn,
    section.banner-section .banner_form_panel .ctpl-select {
        font-size: 14px;
    }

    section.banner-section .banner_form_panel .ctpl-form-control {
        font-size: 14px;
    }

    section.banner-section .banner_form_panel label {
        font-size: 12px;
    }

    section.banner-section .banner-content {
        padding: 0 0;
    }

    section.banner-section .banner-content h2 {
        font-size: 16px;
    }

    section.stats-section .row>div {
        max-width: 50%;
        flex: 0 0 50%;
        height: 50px;
        display: flex;
        align-items: center;
    }

    section.program-section {
        padding: 60px 0px 0px;
    }

    section.program-section .prgram-icon img {
        margin: 15px 0;
        width: 35px;
    }


    section.program-section .prog-head h3 {
        font-size: 24px;
    }

    section.program-section .prog-head p {
        font-size: 14px;
    }

    section.program-section .program-box {
        padding: 40px 15px;
    }

    section.program-section .prog-spec ul {
        padding-left: 15px;
    }

    section.program-section .prg-icon {
        width: 60px;
        margin-left: auto;
    }

    section.choose-section h2 {
        font-size: 24px;
    }

    section.choose-section h2 span {
        font-size: 20px;
    }


    section.choose-section .owl-box h3 {
        font-size: 16px;
    }

    section.choose-section .next-prev-icon {
        right: -10px;
    }

    section.research-section .research-content ul li {
        width: 100%;
    }

    section.research-section .res-box * {
        width: 100% !important;
    }

    section.research-section .res-content h4 {
        border-right: 0px solid #fff;
        border-bottom: 2px solid #fff;
        text-align: left;
    }

    section.campus-section {
        padding: 40px 0px 40px;
    }


    section.stats-section {
        padding: 30px 15px;
    }

    section.stats-section .stat-box h3 .fnt-one {
        font-size: 28px;
    }

    section.stats-section .row>div:nth-child(odd) {
        border-right: 1px solid #fff;
    }

    section.campus-section .campus-box h2 {
        font-size: 24px;
    }

    section.campus-section .campus-content p {
        font-size: 16px;
    }

    section.campus-section .campus-dv h3 {
        font-size: 16px;
    }

    section.campus-section .camp-box h4 {
        font-size: 24px;
    }

    section.campus-section .camp-list ul li {
        width: 100%;
        margin: 5px 0;
    }

    section.campus-section .camp-list ul {
        margin-top: 20px;
    }

    section.testimonial-section p {
        font-size: 12px;
    }

    section.testimonial-section h3 {
        font-size: 16px;
    }

    section.admission-section h2 {
        font-size: 24px;
        text-align: left;
    }

    section.admission-section p {
        font-size: 18px;
        text-align: left;
    }

    section.admission-section>div {
        padding: 50px 15px 15px;
    }

    section.admission-section .col {
        flex: 0 0 100%;
    }

    section.cta-section .main-heading {
        font-size: 22px;
    }

    section.cta-section .sub-heading {
        font-size: 14px;
    }

    section.cta-section .contact-block {
        margin-top: 20px;
    }


    section.admission-section .step-icon {
        float: left;
        margin-right: 15px;
    }

    section.admission-section h3 {
        text-align: left;
        margin-bottom: 45px !important;
    }

    section.admission-section .step-item::after {
        content: '';
        position: absolute;
        top: 0;
        left: 14px;
        width: 12px;
        border-left: 2px dashed #ccc;
        z-index: 0;
        height: 100px;
    }
}