html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 576px) { /* Bootstrap's "sm" breakpoint or smaller */
    .navbar-brand .logo {
        margin: -10px;
    }
}

@media (max-width: 576px) {
    .position-relative {
        height: 300px;
        
    }
}

@media screen and (max-width: 576px) {
    .footer {
        bottom: -415px !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 255px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    /*font-size: 30px;*/
    color: #0F52B0;
}

p {
    font-weight: normal;
    font-size:17px;
}

strong {
    font-weight: 600;
    color: #000;
}
/* hero */
.hero {
   /* background: url(../img/hero-img1.jpg) no-repeat;*/
    background-size: cover;
    height: 760px;
}

.hero-text-wrap {
    position: absolute;
    top: 7%;
    left: 29%;
    padding-top: 30px;
}

.head1 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

.head2 {
    font-size: 60px;
    line-height: 65px;
    font-weight: 400;
    text-align: center;
    padding: 70px 0;
    position: relative;
}

.head1 span {
    color: #fff ;
}

.head2 span {
    display: block;
}

.head2::before, .head2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 56px;
    /*background: url(../img/left-quote.png) no-repeat left;*/
    height: 150px;
    width: 150px;
    background-size: 100%;
}

.head2::after {
    left: auto;
    right: 90px;
   /* background: url(../img/right-quote.png) no-repeat right;*/
    top: auto;
    bottom: 0;
    background-size: 100%;
}
/* section.hero
{ position: relative;top: -100px;} */
.hero .text1 {
    width: 52%;
    text-align: center;  
    margin: 0 auto 0 12%;
}

    .hero .text1 .big-text {
        font-size: 22px;
        font-style: italic;
        font-weight: 400;
        display: block;
    }
/* top-bar */
.top-bar {
    padding: 5px 0;
    position: relative;
    z-index: 9;
    background: #1a4c90 !important;
    border-bottom: 1px solid #fbf2e9;
}

.top-left-menu, .top-right-menu {
    display: flex;
    align-items: center;
    height: 100%;
}

    .top-left-menu a {
        color: #fff !important;
        font-size: 12px;
        text-decoration: none;
        padding-right: 8px;
        border-right: 1px solid #000;
        display: inline-block;
        margin-right: 8px;
        font-weight: 600;
    }

        .top-left-menu a:last-child {
            padding-right: 0;
            margin-right: 0;
            border-right: none;
        }

        .top-left-menu a img {
            width: 12px;
            color:#fff;
        }

.top-right-menu {
    justify-content: end;
}

    .top-right-menu a {
        text-decoration: none;
        display: inline-block;
        margin-left: 5px;
    }

        .top-right-menu a img {
            width: 20px;
        }
/* header */


    .header.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
    }

        .header.sticky .navbar-nav .nav-link.active {
            color: #375787;
            
        }

.logo {
    width: 130px;
}

.collapse.navbar-collapse {
    justify-content: end;
}

.nav-link {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #2d1904;
    position: relative;
    padding: 0 0 5px !important;
}

.navbar-nav .nav-link.active, .footer-list li a {
    position: relative;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #375787;
    
}

    .nav-link::before, .dropdown-item::before, .navbar-nav .nav-link.active::before, .footer-list li a::before {
        left: 0;
        content: "";
        position: absolute;
        transition: transform 0.5s ease;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #b15f0a;
        /* background: #a57c52; */
        transform: scaleX(0);
    }


li.nav-item {
    margin-left: 15px;
}

    li.nav-item:hover a::before,
    .dropdown-item:hover::before, .navbar-nav li.nav-item .nav-link.active::before, .footer-list li:hover a::before {
        transform: scaleX(1);
    }

/* About section */
.about-section {
    /*    background: url(../img/about-bg.svg) no-repeat;*/
    background-color: #ffefcb73;
    background-size: cover;
    padding-bottom: 60px;
    background-attachment: fixed;
}

.section-head h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 300;
}

.subhead {
    font-size: 20px;
}

.section-head {
    padding: 50px 0 30px;
}

.about-section .text-wrap {
    padding-right: 60px;
}

.about-section .img-wrap {
    padding-left: 60px;
}

    .about-section .img-wrap img {
        border: 5px solid #e9f0f4;
        border-radius: 20px;
    }

.about-section .text-wrap p {
    margin-bottom: 20px;
    font-size: 17px;
}
/* programs-section */
.programs-section, .news-section {
    background: #ffffff;
    padding-bottom: 40px;
}

.icon-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    box-shadow: 0px 8px 10px -8px #000;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

    .icon-wrap img {
        width: 70%;
    }

.head5 {
    font-size: 16px;
    font-weight: 400;
}

.programs-section .text-wrap {
    text-align: center;
    padding: 0 30px;
    font-size: 13px;
}
/* admissions-section */
.admissions-section {
    padding: 40px 0;
}

    .admissions-section .text-wrap {
        background: url(../img/call-to-action-bg.svg) no-repeat center;
        height: 412px;
        border-radius: 67%;
        width: 80%;
        overflow: hidden;
        background-size: cover;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin: 0 auto;
        padding: 0 150px;
        color: #fff;
        position: relative;
    }

        .admissions-section .text-wrap::before {
            position: absolute;
            top: 0;
            width: 100%;
            content: "";
            background: rgb(0 0 0 / 75%);
            height: 100%;
        }

        .admissions-section .text-wrap p {
            text-align: center;
        }

.custom-btn {
    padding: 15px 45px;
    border-radius: 30px;
    color: #fff;
    background: linear-gradient(44deg, #123463 5%, #17c9ff);
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border: none;
}

.call-to-action {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .call-to-action h3 {
        margin-bottom: 30px;
        font-size: 45px;
        font-weight: 300;
    }

    .call-to-action h5.head5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .call-to-action p {
        margin-bottom: 40px;
    }
/* news-section */
.news-section {
    padding-bottom: 60px;
}

    .news-section .section-head p {
        text-align: center;
    }

    .news-section .img-wrap {
        position: relative;
        margin-bottom: 10px;
    }

.news-date-bx {
    width: 50px;
    height: 50px;
    background: #ff8d17;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #fff;
    position: absolute;
    flex-direction: column;
    line-height: 12px;
    top: -30px;
    left: -15px;
}

    .news-date-bx .date-sapn {
        font-size: 20px;
        line-height: 20px;
    }

    .news-date-bx .month-sapn {
        font-size: 10px;
    }

.news-section .text-wrap a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px;
}

.news-section .text-wrap p {
    font-size: 12px;
    line-height: 16px;
}

.news-section .text-wrap {
    white-space: normal !important;
    background: #fff;
    box-shadow: 2px 2px 5px -3px rgb(0 0 0 / 22%);
    transition: all ease-in-out 0.5s;
}

    .news-section .text-wrap:hover {
        box-shadow: none;
    }

.enquiry-section .subhead {
    text-align: center;
    margin-bottom: 60px;
}

/* footer */
.footer {
    background: #1a4c90;
    color: #fff;
    padding: 30px 0 0;
}

    .footer p {
        font-size: 14px;
        line-height: 18px;
        margin-top: 15px;
    }

.footer-list {
    padding-left: 0;
    list-style: none;
}

ul.footer-list li {
    line-height: 27px;
}

    ul.footer-list li a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
    }
.footer-list li a::before {
    background: white;
}

.footer .top-right-menu {
    justify-content: start;
}

    .footer .top-right-menu a img {
        width: auto;
    }

.footer-list li a img {
    width: 15px;
    filter: brightness(0) invert(1);
}
.text-muted {
    --bs-text-opacity: 1;
    color: #ffffff !important;
}


.copyright-text {
    background: #12315c;
    padding: 6px 0;
}

    .copyright-text p {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 10px;
    }

.footer-list li a {
    padding-bottom: 5px;
}

.footer-box {
    margin-bottom: 15px;
}

.footer-head {
    font-size: 20px;
   
}

.footer-logo {
    padding-right: 45px;
}
/* about page css */
.page-banner {
    height: 200px;
    background: url(../img/classroom.jpg) no-repeat bottom;
    background-attachment: fixed;
    background-size: 100%;
}

.inner-header {
    position: static;
    background: #fff;
}

    .inner-header .navbar-nav .nav-link.active, .inner-header .navbar-nav .nav-link.show {
        color: #b15f0a;
    }

.page-content {
    padding: 40px 0;
}

.page-banner .section-head {
    height: 100%;
    background: rgb(26 25 23 / 81%);
    display: flex;
    align-items: center;
    justify-content: center;
    
}

    .page-banner .section-head h3 {
        text-transform: uppercase;
        position: relative;
       
    }

        .page-banner .section-head h3 span {
            display: inline-block;
            padding: 8px 40px;
            color: #fff;
            border: 1px solid #fff;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 30px;
        }

.custom-img-box {
    position: relative;
    z-index: 1;
}

    .custom-img-box::before, .custom-img-box::after {
        position: absolute;
        border-radius: 20px;
        width: 100%;
        height: 100%;
        content: "";
        background: #ffffff;
        left: -20px;
        top: -20px;
        z-index: -1;
        box-shadow: -3px 0px 9px -9px #000;
    }

    .custom-img-box::after {
        top: auto;
        bottom: -20px;
        left: auto;
        right: -20px;
        box-shadow: 3px 0px 9px -9px #000;
    }

    .custom-img-box img {
        border-radius: 20px;
    }

.text-box-left {
    padding-right: 60px;
}

.vission-mission {
    padding: 60px 0;
    background: #fffbf2;
    margin: 20px 0 0px;
}

.text-box-right {
    padding-left: 40px;
}

.vission-mission .text-wrap {
    padding-left: 30px;
    border-left: 5px solid #123463;
}

.quote-txt {
    /* border-left: 8px solid #c3c1bf;
    font-style: italic;
    background: #e9e9e9;
    color: #2e1804;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 24px;
    box-shadow: 6px 6px 7px -8px #838383;
    margin-bottom: 25px; */
    border-left: 8px solid #3c3c3b;
    font-style: italic;
    background: #4a4a4a;
    color: #fff;
    padding: 20px 30px;
    font-size: 18px;
    line-height: 24px;
    box-shadow: 9px 9px 0px -1px #ababab;
    margin-bottom: 35px;
}

.custom-list li {
    margin-bottom: 10px;
}

.curriculum-list {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}

    .curriculum-list li {
        margin-bottom: 10px;
        padding: 15px 20px;
    }

    .curriculum-list li {
        /* background: #ffed6f; */
        background: #e6f2ff;
    }
        /* .curriculum-list li:nth-child(2){background: #ffe84f;} */
        .curriculum-list li:nth-child(even) {
            background: #f2f8ff;
        }

.enquiry-section {
    /* background: #fffbf2;  */
    /*margin-top:60px;*/
  /*background: url(../img/classroom.jpg) no-repeat center;*/
    background-attachment: fixed;
    background-size: cover;
}

.contact-form {
    background: #fec;
    box-shadow: 0px 0px 9px -7px #000;
}

    .contact-form .form-control {
        border-radius: 3px;
        margin-bottom: 10px;
        font-size: 13px;
    }

::placeholder {
    color: #eee;
}

.contact-image {
    text-align: center;
}

    .contact-image img {
        border-radius: 6rem;
        width: 5%;
        margin-top: -3%;
        transform: rotate(29deg);
        box-shadow: -1px -5px 10px -7px #000;
    }

.contact-form form {
    padding: 5%;
}


.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.custom-btn-wrap {
    display: flex;
    justify-content: end;
   
}

.overlay {
    /*background: rgb(255 255 255 / 91%);*/
    background-color: rgb(232, 232, 232);
    padding: 60px 0;
}
/* admissions page css */
.admissions .curriculum-list {
    display: block;
}

    .admissions .curriculum-list li {
        margin-bottom: 3px;
    }

.imp-dates-row .icon-wrap {
    margin: 0;
}

.date-wrap {
    background: #fff;
    border-top-left-radius: 37px;
    box-shadow: 2px 2px 4px -3px #000;
    border-bottom-left-radius: 37px;
    padding: 5px 5px;
    display: flex;
    align-items: center;
    width: 100%;
}

.imp-date {
    background: #ffff00;
    text-align: center;
    padding: 15px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    box-shadow: 10px 0px 9px -11px #000;
    display: inline-block;
}

.imp-text {
    padding-left: 15px;
    font-size: 16px;
    font-weight: 400;
}

.imp-dates-row {
    margin: 0 0 30px;
}

.text-left {
    text-align: left !important;
}

.btn-wrap {
    text-align: right;
    padding: 50px 0 20px;
}

.contact-form form.admission-enquiry-form {
    padding: 30px 20px;
}

.enquiry-section .contact-form form.admission-enquiry-form .subhead {
    margin-bottom: 15px;
    text-align: left;
}

.contact-form label {
    font-family: "Roboto", sans-serif;
    margin-bottom: 5px;
    font-weight: 400;
}

.border-right {
    border-right: 1px solid #e9f0f4;
    padding-right: 25px;
}

.pl-25 {
    padding-left: 25px;
}

@media(max-width: 480px) {
    .head1 {
        font-size: 28px;
        font-weight: 300;
        margin-bottom: 20px;
        color: #fff;
        text-align: center;
    }

    .hero-text-wrap {
        position: static;
        padding-top: 30px;
        background: rgb(0 0 0 / 59%);
        padding-bottom: 35px;
    }

    .head2::before, .head2::after {
        height: 57px;
        width: 57px;
    }

    .head2 {
        font-size: 35px;
        line-height: 38px;
        font-weight: 400;
        text-align: center;
        padding: 70px 0;
        position: relative;
        color: #fff;
    }

    .hero .text1 {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        color: #fff;
    }

    .hero {
        height: auto;
    }

    /*.section-head h3 {
        font-size: 30px;
    }*/

    .about-section .text-wrap {
        text-align: center;
        padding-right: 0;
    }

        .about-section .text-wrap p {
            margin-bottom: 20px;
            font-size: 14px;
        }

    .about-section .img-wrap {
        padding-left: 0;
    }

    .admissions-section .text-wrap {
        height: auto;
        border-radius: 6%;
        width: 100%;
        padding: 40px 15px;
    }

    .call-to-action h3 {
        font-size: 36px;
        line-height: 38px;
    }

    .section-head {
        padding: 50px 20px 30px;
    }

    .news-section .text-wrap {
        margin-bottom: 40px;
    }

    .top-bar {
        display: none;
    }

    .header {
        position: static;
    }

    .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #123463
    }

        .navbar-nav .nav-link.show::before, .navbar-nav .nav-link.active::before {
            display: none;
        }
}