* {
    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;
}

html,
body {
    font-family: 'Gotham';
}

section {
    padding: 60px 0;
}

p,
li {
    font-size: 22px;
    line-height: 1.3;
}

 :root {
    --red: #df203a;
}

h2 {
    font-size: 55px;
    line-height: 1.1;
    font-weight: 400;
}

h2 span {
    font-weight: 800;
}

h3 {
    font-size: 40px;
}

h1 {
    font-size: 73px;
    padding-bottom: 25px;
    line-height: 1;
    font-weight: 800;
    color: var(--red);
    text-transform: uppercase;
}

.container {
    max-width: 100%;
    padding: 0 160px;
    position: relative;
}


/* banner section css start */

.banner {
    background-color: #f1f2f2;
    padding: 20px 0 0;
    position: relative;
}
.banAll p span {
    color: #df203a;
    font-weight: 700;
}

.logo {
    padding: 0 50px 50px;
}

.banAll a {
    background: var(--red);
    padding: 10px 20px;
    display: inline-block;
    border-radius: 10px;
    font-size: 38px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.banAll h4 {
    padding: 40px 0 10px;
}

.banAll h3 {
    font-weight: 400;
    padding-bottom: 5px;
}

.banner p br {
    /* display: none; */
}

.acc-header {
  touch-action: manipulation;
}

.banner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65vw;
    height: 90%;
    /* background: var(--red); */
    /* border-radius: 190px 0px 0 0; */
    background-image: url(../img/curv.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%); */
}


/* .banner::before {
    content: "";
    position: absolute;
    right: 703px;
    top: 87px;
    width: 60px;
    height: 60px;
    background: #df203a;
    border-radius: 26%;
    z-index: 1;
} */

.banner figure {
    position: relative;
    z-index: 1;
}

.high {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-left: 70px;
    display: none;
}

.high .hiCon {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.high .hiCon::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 7vw;
    height: 5px;
}

.high .hiCon:last-child::after {
    display: none;
}

.high .hiCon:last-child {
    margin: 0;
    padding: 0;
}

.banner .row {
    align-items: center;
}


/* banner section css end */


/* edge section css start */

section.here {
    background-color: var(--red);
    color: #fff;
    padding-bottom: 245px;
}

.here h2 {
    font-weight: bold;
}

.here p {
    font-size: 25px;
}

section.hereCon {
    padding-top: 0;
    margin-top: -180px;
}

.hre {
    text-align: center;
    background-color: #fff;
    padding: 20px 20px 80px;
    border-bottom: 7px solid #e6e7e8;
    transition: all 0.5s;
}

.hre p {
    font-size: 20px;
    padding: 5px 0 30px;
}

.hre h5 {
    font-size: 25px;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--red);
}

.hreSlider .swiper-slide:nth-child(even) .hre {
    margin-top: 80px;
}

.hreSlider .swiper-slide:nth-child(even) .hre:hover {
    margin-top: 90px;
}

.hreSlider .swiper-slide .hre:hover {
    margin-top: 10px;
}


/* edge section css end */


/* global section css start */
.global {
    padding-top: 0;
}

.global .gloCon figure img {
    width: 200px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.global .gloCon figure:last-child {
    padding-top: 30px;
}

.global .gloCon figure {
    display: flex;
    align-items: center;
    justify-content: center;
}

.global .heading {
    text-align: center;
    padding-bottom: 60px;
}

.indArrow {
    display: flex;
    justify-content: end;
    margin-right: 90px;
    position: relative;
    z-index: 99;
    gap: 5px;
    padding-top: 12px;
}

.indArrow svg {
    width: 30px;
    fill: #fff;
    border: 2px solid #fff;
    transition: all 0.5s;
}

.indArrow svg:hover {
    background: #fff;
    fill: #000;
}


/* global section css end */


/* programme section css start */

.programme .heading {
    text-align: center;
    padding-bottom: 50px;
    border-bottom: 1px solid var(--red);
    width: fit-content;
    margin: 0 auto 50px;
}

.programme .heading h2 {
    padding-bottom: 10px;
}

.progTab {
    display: flex;
}

.progTab .progNav {
    width: 30%;
    background: var(--red);
    padding: 50px 0;
    border-radius: 20px;
}

.progTab .progNav .nav {
    flex-direction: column;
    gap: 20px;
}

.progTab .progNav .nav button {
    background: transparent;
    color: #fff;
    font-size: 25px;
    text-align: left;
    width: 94%;
    position: relative;
    height: 100%;
    padding: 10px 50px;
    z-index: 1;
}


/* width */

.allUl::-webkit-scrollbar {
    width: 10px;
}


/* Track */

.allUl::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

.allUl::-webkit-scrollbar-thumb {
    background: var(--red);
}


/* Handle on hover */

.allUl::-webkit-scrollbar-thumb:hover {
    background: #ff5353;
}

.progTab .progNav .nav button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 0;
    height: 100%;
    transition: all 0.5s;
    border-radius: 0 90px 90px 0;
}

.progTab .progNav .nav button.active::after {
    width: 100%;
}

.prCon {
    padding-left: 50px;
}

.progCon figure {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-left: 50px;
}

.progCon {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.progCon figure img {
    width: 100%;
    height: 100%;
}

.prCon ul {
    display: flex;
    gap: 5px;
    padding-top: 13px;
    padding-left: 21px;
    flex-wrap: wrap;
}

.prCon h3 {
    padding-top: 25px;
    font-size: 30px;
    position: sticky;
    top: 0;
    background: #fff;
}

.allUl.diff ul li {
    font-size: 30px;
    font-weight: 500;
}

.ulDif {
    flex-direction: column !important;
}

.ulDif li {
    width: 100% !important;
}

.allUl {
    padding-left: 9px;
    /* height: 260px; */
    overflow: auto;
    margin-bottom: 40px;
}

.prCon ul li {
    width: 49%;
}


/* programme section css end */


/* land section css start */

.land {
    background: #ebebec;
    padding-bottom: 0;
}

.land .heading {
    text-align: center;
}

.lanAll {
    display: flex;
    padding: 50px 0;
}

.lanAll .lanCon {
    width: 25%;
    text-align: center;
    border-right: 1px solid var(--red);
}

.lanAll .lanCon p {
    text-transform: uppercase;
}

.lanAll .lanCon h3 {
    color: var(--red);
    font-weight: 800;
    font-size: 65px;
}

.lanAll .lanCon h3 span {
    font-size: 35px;
}

.lanAll .lanCon:last-child {
    border: none;
}

.slParent {
    background: #fff;
    padding: 40px 0;
    box-shadow: 0px 0px 25px 0px #0000002b;
}

.gloCon figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 140px;
}

.gloCon figure {
    text-align: center;
}


/* land section css end */


/* infrastructure section start */

.infrastructure .heading {
    text-align: center;
    padding-bottom: 50px;
}

.infrastructure .heading h2 {
    padding-bottom: 10px;
}

.infraSlider {
    display: flex;
    gap: 10px;
    min-height: 410px;
}

.infraSlider .item.active {
    width: 40%;
}

.infraSlider .item {
    width: 12%;
    transition: all 0.5s;
}

.infraSlider .item .inCon {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.infraSlider .item .inCon figcaption {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 1;
    color: #fff;
    padding: 0 15px;
    width: 100%;
    word-wrap: break-word;
}

.infraSlider .item .inCon figure,
.infraSlider .item .inCon figure img {
    height: 100%;
    object-fit: cover;
}

.infraSlider .item .inCon figure {
    position: relative;
}

.infraSlider .item .inCon figure::after {
    content: "";
    position: absolute;
    background: #000000;
    background: linear-gradient(180deg, rgb(0 0 0 / 15%) 0%, rgb(0 0 0 / 55%) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.infraSlider .item.active .inCon figcaption h4 {
    font-size: 30px;
}

.infraSlider .item .inCon figcaption h4 {
    font-size: 18px;
    transition: all 0.5s;
}

.infraSlider .item .inCon figcaption p {
    font-size: 20px;
    padding-top: 5px;
    display: none;
    transition: all 0.5s;
}

.infraSlider .item.active .inCon figcaption p {
    display: block;
    width: 70%;
}


/* infrastructure section end */


/* lab section css start start */

.labs .heading {
    text-align: center;
    padding-bottom: 50px;
}

.labSwiper .thumbCon {
    color: #000;
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    background: #606060;
    padding: 20px 30px;
    color: #fff;
    transition: all 0.5s;
    text-align: left;
}

.labSwiper .swiper-slide-thumb-active .thumbCon h3 {
    font-weight: bold;
}

.labSwiper .thumbCon h3 {
    font-size: 25px;
    font-weight: 400;
}

.labSwiper .swiper-slide {
    height: auto;
    display: flex;
}

.labCon {
    display: flex;
}

.labCon .labtext {
    background: var(--red);
    width: 25%;
    padding: 50px;
    color: #fff;
}

.labCon .labtext ul {
    padding: 0;
    list-style: none;
}

.labCon figure {
    width: 75%;
}

.labCon .labtext ul li {
    font-size: 25px;
}


/* .labSwiper .swiper-slide-thumb-active .thumbCon {
    background: var(--red);
} */

.labSwiper .swiper-slide {
    pointer-events: none;
}

.labs .indArrow {
    justify-content: space-between;
    margin: 0;
}

.labs .indArrow svg {
    fill: #000000;
    border: 2px solid #000000;
}

.labs .indArrow svg:hover {
    background: #000;
    fill: #fff;
}


/* lab section css start end */


/* group section css start */

.group .heading {
    text-align: center;
    padding-bottom: 50px;
}

.group .heading p {
    padding-top: 15px;
}

.group .mdLogo {
    display: flex;
    background: #fff;
    box-shadow: 0px 0px 25px 0px #00000045;
    padding: 30px;
}

.group .mdLogo figure {
    width: 25%;
    text-align: center;
    place-content: center;
    border-right: 2px solid #d7d7d7;
}

.group .mdLogo figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 200px;
}

.group .mdLogo figure:last-child {
    border: none;
}


/* group section css end */


/* take section css start */

.take .heading h2 {
    text-align: center;
}

.take .heading a {
    display: flex;
    text-decoration: none;
    background: var(--red);
    color: #fff;
    padding: 10px 40px;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    width: fit-content;
    margin: 30px auto;
}

footer {
    background: #000;
    padding: 25px;
    color: #fff;
}


/* take section css end */


/* form css */

.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: #000;
    padding: 30px;
    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: #ffffff;
    border: none;
    background: #000;
}

.topenq .btn:first-child:active {
    background: #000;
    color: #ffffff;
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background: #000;
    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: visible;
    }
    .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: #ffffff;
        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;
}
.dot-para {
  position: relative;
  padding-left: 20px;
}
.dot-para::before {
    content: "•";
     position: absolute;
     left: -2px;
    top: 25px;
    padding-left: 0px;
}