    @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    h1,
    h2,
    h3,
    h5,
    h4,
    h6,
    p,
    ul,
    li,
    figure {
        margin: 0;
        line-height: 1.2;
    }
    
    a {
        color: #000;
    }
    
    body {
        background-color: #ddeff2;
    }
    
    section {
        padding: 60px 0;
    }
    
    p,
    li {
        font-size: 20px;
        line-height: 1.3;
        color: #6d6d6d;
    }
    
     :root {
        --red: #9d0b01;
        --yellow: #f7b916;
        --blue: #00769c;
    }
    
    h2 {
        font-size: 55px;
        line-height: 1.1;
        font-weight: 800;
        color: var(--blue);
    }
    
    h3 {
        font-size: 35px;
    }
    
    h1 span {
        color: var(--yellow);
    }
    
    h1 {
        font-size: 80px;
        padding-bottom: 25px;
        line-height: 1;
        font-weight: 800;
    }
    
    .container {
        max-width: 100%;
        padding: 0 160px;
        position: relative;
    }
    
    html,
    body {
        font-family: "Poppins", serif;
    }
    /* banner section css start */
    
    .banner {
        height: 100vh;
        background: linear-gradient(80deg, rgb(0 0 0 / 82%) 10%, rgb(0 0 0 / 0%) 100%), url(../img/banner.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        color: #ffffff;
        padding-top: 0;
    }
    
    .logo {
        padding: 20px 50px 50px;
    }
    
    .logo img {
        width: 210px;
    }
    
    .banAll h2 {
        font-size: 40px;
        border: 2px solid var(--yellow);
        width: fit-content;
        padding: 10px 20px;
        text-transform: capitalize;
        font-weight: 500;
        color: #fff;
    }
    
    .banner .container {
        position: relative;
        z-index: 1;
    }
    /* banner section css end */
    /* spacial section start */
    
    .scaCon {
        background: #fff;
    }
    
    .scaCon .head {
        background: var(--yellow);
        padding: 10px 20px;
        color: #fff;
        text-align: center;
        display: flex;
        justify-content: space-between;
    }
    
    .scaCon .head p::after {
        content: "";
        position: absolute;
        left: -27px;
        top: 0;
        height: 100%;
        width: 2px;
        background: var(--blue);
    }
    
    .scaCon .head p:first-child::after {
        display: none;
    }
    
    .scaCon .head p {
        color: var(--blue);
        font-size: 30px;
        font-weight: 700;
        position: relative;
    }
    
    .scaCon .real {
        padding: 50px 0;
        display: flex;
        border-bottom: 10px solid #c6e2e8;
        width: 90%;
        margin: auto;
    }
    
    .scaCon .real .rlCon {
        width: 25%;
        text-align: center;
    }
    
    .scaCon .real .rlCon h3 {
        font-size: 80px;
        color: var(--blue);
        font-weight: 800;
    }
    
    .scaCon .real .rlCon h6 {
        font-size: 20px;
    }
    
    .scaCon .real .rlCon:nth-child(2) {
        border-left: 2px solid #bedee5;
        border-right: 2px solid #bedee5;
    }
    
    .scaCon .real .rlCon:nth-child(3) {
        border-right: 2px solid #bedee5;
    }
    
    .scaCon .real .rlCon h3 span {
        font-size: 60px;
    }
    
    .spacial {
        padding: 0;
    }
    /* spacial section end */
    /* apollo section css start */
    
    .spacial {
        padding: 0;
        margin-top: -289px;
    }
    
    .apollo {
        padding-top: 0;
    }
    
    .apollo .heading {
        margin: 0 160px;
        background: #fff;
        padding: 50px 50px 100px;
        text-align: center;
    }
    
    .apollo .container {
        padding: 0 100px;
    }
    
    .apollo .heading h3 {
        padding: 20px;
    }
    
    .apollo .heading p {
        width: 75%;
        margin: auto;
    }
    
    .apollo figure img {
        width: 100%;
    }
    
    .apollo .row {
        --bs-gutter-x: 60px;
    }
    
    .apollo .row .col-lg-2 {
        margin-top: -100px;
    }
    /* apollo section css end */
    /* edge section css start */
    
    .edAll {
        display: flex;
        flex-wrap: wrap;
    }
    
    .edAll .edCon {
        width: 50%;
        display: flex;
        align-items: center;
    }
    
    .edAll .edCon figure {
        width: 13%;
    }
    
    .edAll .edCon h5 {
        width: 92%;
        font-size: 25px;
    }
    
    .edAll .edCon h5 span {
        font-weight: 800;
    }
    
    .edAll .edCon:nth-child(1),
    .edAll .edCon:nth-child(2) {
        border-bottom: 2px solid var(--blue);
        margin-bottom: 50px;
        padding-bottom: 50px;
    }
    
    .edge .heading {
        padding-bottom: 50px;
        text-align: center;
    }
    /* edge section css end */
    /* explore section css start */
    
    .explore .heading {
        text-align: center;
        padding-bottom: 50px;
    }
    
    .exNav .nav .nav-link {
        width: 20%;
        border: none;
        background: var(--blue);
        color: #fff;
        font-size: 23px;
        text-align: left;
        padding: 15px 40px;
        line-height: 1.2;
        transition: all 0.5s;
        position: relative;
    }
    
    .exNav .nav {
        gap: 20px;
        flex-wrap: nowrap;
    }
    
    .exNav .nav .nav-link:nth-child(even) {
        background: #0faed2;
    }
    
    .exNav .nav .nav-link.active {
        font-weight: 700;
    }
    
    .exCon {
        display: flex;
    }
    
    .exCon figure {
        width: 40%;
        height: 100%;
    }
    
    .exCon .uls {
        width: 60%;
        padding-left: 30px;
    }
    
    .exCon .uls h3 {
        font-size: 35px;
        font-weight: 700;
        color: var(--blue);
        position: sticky;
        top: 0;
        background: #fff;
    }
    
    .exCon .uls ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }
    
    .exTab {
        padding: 50px;
        background: #fff;
        margin-top: 20px;
    }
    
    .uls {
        overflow-y: auto;
    }
    /* width */
    
    .uls::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
    
    .uls::-webkit-scrollbar-track {
        background: #dedede;
    }
    /* Handle */
    
    .uls::-webkit-scrollbar-thumb {
        background: #0faed2;
    }
    /* Handle on hover */
    
    .uls::-webkit-scrollbar-thumb:hover {
        background: #0c95b4;
    }
    
    .exNav .nav .nav-link::after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: -27px;
        transform: translate(-50%, 0);
        width: 0;
        height: 7px;
        background: var(--blue);
        transition: all 0.5s;
    }
    
    .exNav .nav .nav-link.active::after {
        width: 85%;
    }
    
    .exNav .nav .nav-link:nth-child(even)::after {
        background: #0faed2;
    }
    /* explore section css end */
    /* group section start */
    
    .grAll {
        display: flex;
        flex-wrap: wrap;
        /* gap: 50px 0; */
    }
    
    .grAll .grCon {
        text-align: center;
        width: 50%;
        position: relative;
    }
    
    .grAll .grCon h4 {
        color: var(--blue);
        font-size: 130px;
        font-weight: 800;
        line-height: 1;
    }
    
    .grAll .grCon h4 span {
        font-size: 60px;
    }
    
    .grAll .grCon p {
        font-size: 25px;
    }
    
    .grAll .grCon:nth-child(2),
    .grAll .grCon:nth-child(4) {
        border-left: 2px solid #fff;
    }
    
    .grAll .grCon:nth-child(2)::after,
    .grAll .grCon:nth-child(1)::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -50px;
        width: 100%;
        height: 2px;
        background: #fff;
    }
    
    .grAll .grCon:nth-child(2),
    .grAll .grCon:nth-child(1) {
        margin-bottom: 100px;
    }
    
    .group .heading h2 {
        padding-top: 20px;
    }
    /* group section end */
    /* route section start */
    
    .route {
        background: linear-gradient(80deg, rgb(0 0 0 / 25%) 10%, rgb(0 0 0 / 25%) 100%), url(../img/deg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        height: 100vh;
        padding-bottom: 0;
        background-attachment: fixed;
        place-content: center;
    }
    /*.route h2 {
        color: #fff;
    }
    
    .route h3 {
        background: var(--yellow);
        text-align: center;
        padding: 10px 30px;
        color: var(--blue);
        font-weight: 700;
        width: fit-content;
        margin: 0 auto;
    } */
    
    .route .heading {
        background-color: #00769c;
        height: 100%;
        padding: 50px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        color: #fff;
    }
    
    .route .heading h2 {
        font-size: 42px;
        color: #fff;
    }
    
    .route .heading h2 br {
        display: none;
    }
    /* .route .container,
    .route .container .heading {
        height: 100%;
    } */
    /* route section end */
    /* scholar section css start */
    
    .scholar .heading {
        background: var(--blue);
        display: flex;
        align-items: center;
        padding: 0 60px;
        justify-content: center;
        gap: 130px;
    }
    
    .scholar .heading .hedL .upto {
        display: flex;
        color: #fff;
    }
    
    .scholar .heading .hedL .upto h4 {
        font-size: 180px;
        font-weight: 700;
        color: var(--yellow);
        line-height: 1;
    }
    
    .indArrow {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 10px;
        top: 45px;
        gap: 10px;
        z-index: 999;
    }
    
    .indArrow svg {
        width: 20px;
    }
    
    .voices .col-lg-12 {
        position: relative;
    }
    
    .indArrow .swiper-button-next1 {
        border-left: 2px solid #00769c;
        padding-left: 10px;
    }
    
    .scholar .heading .hedL .upto h3 {
        padding-top: 58px;
        font-size: 50px;
        white-space: nowrap;
    }
    
    .scholar .heading .hedL h5 {
        font-size: 31px;
        color: #fff;
        padding: 0px 0 50px;
    }
    
    .scholar .heading .hedL a {
        background: var(--yellow);
        padding: 10px 25px;
        color: var(--blue);
        text-decoration: none;
        font-size: 30px;
        display: inline-block;
        text-transform: uppercase;
        font-weight: 800;
        transition: all 0.5s;
    }
    
    .scholar .heading .hedL a:hover {
        scale: 1.1;
    }
    
    .scholar {
        padding-top: 0;
    }
    /* scholar section css end */
    /* facilities section start */
    
    .facilities .heading {
        text-align: center;
        padding-bottom: 160px;
    }
    
    .facilities .heading h3 {
        padding: 0px 0 20px;
    }
    
    .facilities .navN {
        background: #fff;
        padding: 50px;
        width: 450px;
        position: relative;
        margin-left: 70px;
    }
    
    .facilities .nav {
        flex-direction: column;
    }
    
    .facilities .nav .nav-link {
        color: #000000;
        font-size: 25px;
        text-align: left;
        padding: 0 0 10px;
        border-bottom: 2px solid #e0e0e0;
        border-radius: 0;
        width: 100%;
        margin-bottom: 10px;
        transition: all 0.5s;
        position: relative;
    }
    
    .facilities .nav .nav-link.active {
        background: transparent;
        color: var(--blue);
        font-weight: 600;
        border-width: 0;
    }
    
    .facilities .nav .nav-link::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background: var(--blue);
        transition: all 1s;
    }
    
    .facilities .nav .nav-link.active::after {
        width: 100%;
    }
    
    .facilities .tab-pane figure {
        margin-top: -650px;
    }
    /* facilities section end */
    /* accreditations section start */
    
    .acc .heading {
        text-align: center;
        padding-bottom: 50px;
    }
    
    .accCon figure {
        text-align: center;
        padding-bottom: 20px;
    }
    
    .accCon {
        text-align: center;
    }
    
    .accCon figure img {
        aspect-ratio: 2/1;
        object-fit: contain;
        width: 230px;
    }
    
    .acc .row::after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        width: 95%;
        height: 2px;
        background: var(--blue);
        transform: translate(-50%, 0);
    }
    
    .acc .row {
        position: relative;
        padding-bottom: 60px;
    }
    /* accreditations section end */
    /* global css start */
    
    .global .container {
        padding: 0;
    }
    
    .global .container .row {
        --bs-gutter-x: 0;
    }
    
    .global .heading {
        text-align: center;
        padding-bottom: 50px;
    }
    
    .gloCon {
        position: relative;
    }
    
    .gloCon figcaption {
        position: absolute;
        bottom: 35px;
        left: 50%;
        font-size: 30px;
        transform: translate(-50%, 0);
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        z-index: 1;
    }
    
    .gloCon::after {
        background: #000000;
        background: linear-gradient(180deg, rgb(0 0 0 / 4%) 0%, rgb(0 0 0 / 78%) 100%);
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
    }
    /* global css end */
    /* hired section start */
    
    .hired .heading {
        text-align: center;
        padding-bottom: 50px;
    }
    
    .hired figure {
        text-align: center;
    }
    
    .hired figure img {
        aspect-ratio: 2/1;
        object-fit: contain;
        width: 270px;
    }
    
    .hired .row {
        gap: 60px 0;
        position: relative;
        padding-bottom: 70px;
    }
    
    .hired .row::after {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 0;
        width: 85%;
        height: 2px;
        background: #fff;
        transform: translate(-50%, 0);
    }
    /* hired section end */
    /* voice section css start */
    
    .voCon p {
        background: #fff;
        padding: 50px;
    }
    
    .voCon {
        position: relative;
    }
    
    .voCon figure {
        width: 80px;
        height: 80px;
        background: var(--blue);
        border-radius: 50%;
        position: relative;
        top: 30px;
        left: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .voCon figure img {
        filter: invert(1);
        width: 75%;
        height: auto;
    }
    
    .voCon .voi {
        padding: 20px 50px;
    }
    
    .voCon .voi h4 {
        font-size: 35px;
        font-weight: 800;
    }
    
    .voCon .voi {
        color: var(--blue);
    }
    
    .voCon .voi h6 {
        font-size: 20px;
        padding-top: 10px;
    }
    
    .voices .heading {
        padding-bottom: 30px;
    }
    /* voice section css end */
    /* campus section css start */
    
    footer {
        background: #fff;
        padding: 30px;
    }
    
    section.beyond {
        padding-bottom: 0;
    }
    
    .beyond .heading {
        text-align: center;
        padding-bottom: 50px;
    }
    /* campus section css end */
    /* form css */
    
    .form-sec {
        position: fixed;
        top: 3%;
        right: 0px;
        width: 360px;
        background: var(--blue);
        padding: 0px;
        z-index: 9;
        transition: .3s all;
        z-index: 9999;
        border-radius: 0;
    }
    
    .form-sec .close {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #ffffff;
        font-size: 21px;
        background: transparent;
        border: none;
        cursor: pointer;
    }
    
    .slide-righta.form-sec {
        transform: translatex(120%);
        transition: .3s all;
    }
    
    .hides.form-sec {
        transform: translatex(120%);
        transition: .3s all;
    }
    
    .adm-txt h3 {
        font-size: 27px;
        color: #ffffff;
    }
    
    .adm-txt h4 {
        font-size: 23px;
        color: #ffffff;
    }
    
    .adm-txt {
        color: #ffffff;
        text-align: center;
        margin-bottom: 12px;
        line-height: 30px;
    }
    
    .form-group {
        margin-bottom: 1rem;
        width: 100%;
    }
    
    .form-sec .form-group {
        position: relative;
        padding-left: 20px;
        background: #ffffff;
        border-radius: 0;
        margin-bottom: 21px;
    }
    
    .form-sec .form-group::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 40px;
        background-position: -3px -11px;
        top: 7px;
        left: 4px;
    }
    
    .form-sec .form-group.email::before {
        background-position: -3px -57px;
        width: 30px;
    }
    
    .form-sec .form-group.Mobile::before {
        background-position: -4px -103px;
    }
    
    .form-sec .form-group.State::before {
        background-position: 1px -161px;
        top: 5px;
        height: 25px;
        width: 33px;
        background-size: 30px;
    }
    
    .form-sec .form-group.City::before {
        background-position: -3px -242px;
        top: 5px;
        height: 21px;
    }
    /* .checkbox-label input:checked~.checkmark {
    background-color: #fff;
} */
    
    .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 14px;
        width: 14px;
        border: solid 1px #ffffff;
        /* background: black;
    background-color: black; */
        border-radius: 0;
    }
    
    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    
    .checkbox-label .checkmark::after {
        left: 4px;
        top: 1px;
        width: 4px;
        height: 8px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    
    .checkbox-label input:checked~.checkmark:after {
        display: block;
    }
    
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    
    .checkbox-label {
        display: block;
        position: relative;
        padding-left: 20px;
        margin-bottom: -1px;
        cursor: pointer;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        color: #ffffff;
        line-height: 19px;
    }
    
    .sbt {
        border: solid 1px var(--form-submit-button);
        border-radius: 0;
        padding: 8px 20px;
        color: #000;
        font-weight: bold;
        /* text-transform: uppercase; */
        margin: 14px auto 0;
        width: 100%;
        display: inherit;
        font-size: 20px;
        background-color: #fff;
    }
    
    .input {
        border: none;
        padding: 0;
        height: 30px;
        width: 100%;
        border-radius: 0;
        font-size: 13px;
        color: #000000;
        background: rgb(255 255 255);
        outline: 0;
        font-weight: 600;
    }
    
     ::placeholder {
        color: #000000;
    }
    
    .form-sec.show.slide {
        right: 40px;
    }
    
    .form-sec.show {
        position: fixed;
        right: -940px;
        left: auto;
        transition: all 0.5s;
        z-index: 99;
        top: 48%;
        margin-top: -203px;
    }
    
    .topenq1.mobile {
        display: none;
    }
    
    .topenq {
        right: 0px;
        transform: rotate(90deg) translatey(-39px);
    }
    
    .topenq {
        position: fixed;
        top: 49%;
        right: -55px;
        transform: rotate(90deg);
        overflow: hidden;
        z-index: 300;
        background-color: var(--enquiry-button-background-color);
        color: #fff;
        outline: none;
        z-index: 999;
    }
    
    .topenq a:hover {
        outline: none;
        color: #000000;
        border: none;
        background: var(--red);
    }
    
    .topenq .btn:first-child:active {
        background: var(--red);
        color: #000;
    }
    
    .topenq a {
        border: none;
        color: #ffffff;
        font-size: 20px;
        padding: 13px 21px;
        z-index: 999999999;
        position: relative;
        display: inline-block;
        background: var(--red);
        text-decoration: none;
    }
    
    .error {
        color: #ff0000;
        font-size: 12px;
        margin-left: 4px;
        position: absolute;
        bottom: -15px;
        left: 0px;
        line-height: 11px;
        font-family: 'Gothamlight';
    }
    
    @media (max-width: 576px) {
        .form-sec {
            width: 92.4% !important;
            padding: 20px;
            position: static;
            transform: none;
            transform: initial;
            margin: 5px auto 0;
        }
        .form-sec .close {
            display: none;
        }
        .slide-righta .form-sec {
            right: 0;
            display: none;
        }
        .topenq {
            position: fixed;
            top: auto;
            top: initial;
            width: 100%;
            right: auto;
            right: initial;
            transform: none;
            transform: initial;
            overflow: hidden;
            z-index: 300;
            bottom: 0;
        }
        .topenq1.mobile {
            display: block;
            visibility: hidden;
        }
        .topenq.desktop {
            display: none;
        }
        .topenq1 {
            position: fixed;
            top: auto;
            top: initial;
            width: 100%;
            right: auto;
            right: initial;
            transform: none;
            transform: initial;
            overflow: hidden;
            z-index: 300;
            bottom: 0;
            z-index: 9999;
            background: #e31937;
        }
        .special_item:focus-visible {
            outline: none;
        }
        .topenq1.mobile a {
            display: block;
            text-align: center;
            background-color: var(--red);
            padding: 15px;
            transition: all 0.3s ease;
            color: #000000;
            font-size: 16px;
            text-decoration: none;
        }
        .slide-righta.active .side-slide-form-wrap {
            display: block;
        }
        .admission {
            margin-top: 0rem;
        }
    }
    /* popup */
    /* Overlay */
    
    .modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s ease;
        backdrop-filter: blur(3px);
        z-index: 9999;
    }
    /* Active state (fade-in) */
    
    .modal-overlay.show {
        opacity: 1;
        visibility: visible;
    }
    /* Modal Box */
    
    .modal-box {
        background: #fff;
        width: 90%;
        max-width: 650px;
        padding: 0px 20px 20px;
        border-radius: 12px;
        transform: translateY(-30px);
        transition: transform .3s ease;
    }
    
    .modal-overlay.show .modal-box {
        transform: translateY(0);
    }
    /* Close Button */
    
    .close-btn {
        font-size: 30px;
        float: right;
        cursor: pointer;
        color: #000;
    }
    
    .spCon {
        cursor: pointer;
    }
    
    .nav-arrow {
        display: none;
    }