html {
    overflow-x: hidden;
    scroll-behavior: smooth
}

body {
    font-family: "Gotham";
    overflow-x: hidden;
}


/*banner-sec css strt here */

.banner-sec {
    background: url(../img/new-bnr.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 100vh;
    margin: 10px 20px;
    border-radius: 20px;
}

.logo {
    padding: 16px 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img:last-child {
    /* border-left: 2px solid #cccccc; */
    margin-left: 10px;
    padding-left: 20px;
}

.banner-sec .row .col-lg-7 {
    padding-left: 60px;
}

.logo img {
    width: 250px;
}

.logo-img {
    width: 100%;
    height: auto;
    padding: 30px 60px;
}

.banner-sec h1 {
    font-size: 130px;
    font-weight: 800;
    line-height: .89;
    text-transform: uppercase;
    font-family: "Gotham";
    margin: 0;
    position: relative;
    background-image: linear-gradient(to right, #e01736, #000);
    color: transparent;
    background-clip: text;
    padding-top: 26px;
}

.banner-sec h1:before {
    content: " ";
    position: absolute;
    top: 22px;
    left: 0;
    width: 90px;
    height: 5px;
    background-color: #b2b2b2;
}

.banner-sec p {
    font-size: 28px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000;
    font-family: "Gotham";
    margin: 0;
    padding: 0;
    margin-top: 70px;
}

.banner-sec p span {
    font-weight: 700;
}

.banner-sec h5 {
    font-size: 26px;
    line-height: 1;
    color: #000000;
    font-family: "Gotham";
    font-weight: 400;
}

.banner-sec h5 span {
    font-weight: 600;
}

.bnr-btn a {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Gotham";
    text-decoration: none;
    background: #fff;
    border-radius: 5px;
    padding: 12px 18px;
    color: #e01736;
    /* background-image: linear-gradient(to right, #e01736, #000);
    color: transparent;
    background-clip: text;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;*/
}

.bnr-btn {
    margin-top: 40px;
}

.bnr-right img {
    width: 62%;
}

.bnr-right {
    position: absolute;
    top: 19%;
    right: 9%;
}

.your p {
    max-width: 200px;
    line-height: 1.2;
    font-size: 20px;
    text-align: center;
    color: #000000;
    font-family: "Gotham";
    background: #fff;
    padding: 16px;
    border-radius: 12px;
}

.banner-sec .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0px;
    left: -78%;
    right: 0;
    width: 100%;
    margin: 0 auto;
}

.banner-sec .your {
    position: absolute;
    bottom: 26%;
    left: 53%;
}


/* form css */

.form-sec {
    position: fixed;
    top: 19%;
    right: 0px;
    width: 360px;
    background: #e21837;
    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: #713f2d;
    color: #fff;
    outline: none;
    z-index: 999;
    border-radius: 5px;
}

.topenq a:hover {
    outline: none;
    color: #ffffff;
    background-color: #e21837;
    border: none;
}

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

.topenq a {
    border: none;
    color: #ffffff;
    background-color: #e21837;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    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: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
        margin-top: 34px;
    }
    .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;
    }
    .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;
        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;
    }
}


/* pwr 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:first-child {
    width: 80%;
}

.infraSlider .item {
    width: 20%;
    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: 32px;
}

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

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


/* .infraSlider .item.active .inCon figcaption h4 {
        font-size: 32px !important;
        position: absolute;
        top: -36%;
        left: 14px;
    } */

.infraSlider .item.active .inCon figcaption p {
    display: block;
    width: 100%;
    font-size: 26px;
}

.pwr .container {
    width: 1150px;
}

.indArrow {
    display: flex;
    margin-top: 30px;
    gap: 15px;
}

.pwr .indArrow {
    justify-content: center;
    margin-top: 60px;
}

.indArrow svg {
    width: 40px;
    padding: 5px;
    fill: #000000;
}

.indArrow .same {
    position: relative;
}

.swiper-backface-hidden .swiper-slide {
    width: 100% !important;
}

.head-box h2 {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Gotham";
    text-align: center;
    color: #000;
    font-weight: 500;
}

.head-box h2 span {
    color: #e21837;
    font-size: 52px;
    font-weight: 700;
}

.head-box p {
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-family: "Gotham";
    text-align: center;
}

.pwr {
    padding: 60px 0;
    position: relative;
}

.indArrow .swiper-button-prev4 {
    position: absolute;
    left: 4%;
    top: 52%;
}

.indArrow .swiper-button-next4 {
    position: absolute;
    right: 4%;
    top: 52%;
}


/* pwr section end */


/*mu-box css strt here */

.mu-box {
    background: #e21837;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
}

.mu-box img {
    width: 50px;
}

.mu-box p {
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: bold;
    font-family: "Gotham";
    margin-top: 20px;
}

.mu-edge .head-box p {
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    margin-top: 30px;
}

.mu-blackBg {
    background-color: #000 !important;
}

.mu-greyBg {
    background-color: #bababa !important;
}

.black {
    color: #000 !important;
}

.mu-edge .row>div {
    margin-bottom: 30px;
}

.card-wrapper {
    display: flex;
    gap: 16px;
}


/* base card */

.card {
    height: 100%;
    padding: 20px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


/* width control */

.small {
    width: 25%;
}

.large {
    width: 300px;
}


/* colors */


/* global-sec css strt here */

.global-sec {
    position: relative;
    margin-top: 90px;
}

.global-sec .container {
    background: url(../img/red-global.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 380px 0 100px;
}

.global-sec .head-box h2 {
    color: #fff;
}

.global-sec .head-box h2 span {
    color: #fff;
}

.global-sec .head-box p {
    color: #fff;
    padding: 0 50px;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
}

.global-box {
    text-align: center;
}

.global-box p {
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: bold;
    font-family: "Gotham";
    text-align: center;
    width: 200px;
    margin: 10px auto;
}

.global-sec .row>div:not(:last-child) {
    border-right: 2px solid #000;
}

.earth-img {
    position: absolute;
    top: -35%;
    left: 34%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: flex;
}

.earth-img img {
    width: 400px;
}


/*think-boa css strt here */

.think-box {
    position: relative;
}

.think-box img {
    position: relative;
}

.think-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 14px;
    position: relative;
}

.think-box:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 14px;
    background-color: #000;
    opacity: .6;
}

.thin-txt h4 span {
    font-size: 26px;
    font-weight: 600;
}

.thin-txt h4 {
    font-size: 16px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
}

.thin-txt {
    position: absolute;
    bottom: 10px;
    left: 14px;
    z-index: 9;
}

.think-bigger {
    padding: 60px 0;
}

.think-hover img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}

.think-hover-cont {
    background: #e21837;
    border-radius: 0 0 14px 14px;
    padding: 30px 20px;
}

.think-hover-cont p {
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 500;
    font-family: "Gotham";
}

.think-hover-cont h4 {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    color: #fff;
}

.think-bigger .head-box.text-center {
    margin-bottom: 40px;
}

.main-things {
    position: relative;
    transition: all ease-in .5s;
}

.think-hover {
    display: none;
    transition: all ease-in .5s;
}

.main-things .think-hover {
    display: none;
    transition: all ease-in .5s;
}

.think-hover {
    display: none;
    top: 0;
    left: 0;
}

.main-things:hover .think-hover {
    display: block;
    transition: all ease-in .5s;
}

.main-things:hover .think-box {
    display: none;
    transition: all ease-in .5s;
}


/*mentorship css strt here */

.mentorship {
    position: relative;
}

.mentor-left .head-box {
    text-align: left;
}

.mentor-left .head-box h2 {
    text-align: left;
}

.mentor-left .head-box p {
    text-align: left;
    font-size: 22px;
    line-height: 1.4;
    color: #000000;
    font-family: "Gotham";
    margin-top: 30px;
}

.use-name h2 {
    font-size: 48px;
    line-height: 1.1;
    color: #e21837;
    font-weight: 800;
    font-family: "Gotham";
    position: relative;
    padding-bottom: 10px;
}

.use-name h2:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #000;
    width: 300px;
    height: 2px;
}

.use-name p {
    font-size: 18px;
    line-height: 1.1;
    color: #000000;
    font-weight: 500;
    font-family: "Gotham";
    margin-top: 20px;
}

.anand-img img {
    width: 100%;
}

.mentor-title {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    z-index: -1;
}


/* group section css start */

.group .container {
    background: #e8e8e8;
    border-radius: 20px;
    padding: 50px;
}

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

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

.group .mdLogo {
    display: flex;
    background: transparent;
    margin-top: 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 */

.fac-box {
    background: #e21837;
    border-radius: 20px;
}

.fac-box img {
    /* width: 100%; */
    min-height: 300px;
    height: 300px;
    object-fit: cover;
    /* padding: 0 30px; */
    /* border-radius: 20px; */
    margin-top: -70px;
}

.faculty-sec .row {
    flex-wrap: nowrap;
}

.faculty-sec .col-lg-4:nth-child(2) .fac-image img {
    width: 360px;
    height: 400px;
}

.fac-image {
    text-align: center;
    background: #fff;
    border-radius: 14px;
    width: 100%;
}

.fac-box {
    background: #e21837;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    margin-top: 50px;
    height: 100%;
}

.fac-txt p {
    font-size: 16px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 300;
    font-family: "Gotham";
}

.fac-txt h4 {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Gotham";
    font-weight: 800;
}

.fac-txt {
    margin-top: 20px;
}

.fac-txt p {
    font-size: 18px;
}

.black-bg {
    background-color: #000;
}

.grey-bg {
    background-color: #bababa;
}

.faculty-sec .col-lg-4:nth-child(2) .fac-box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-end;
}

.faculty-sec .col-lg-4:nth-child(2) .fac-image {
    margin-top: 60px;
}

.faculty-sec {
    padding: 60px 0;
}

.feel-one h2 {
    font-size: 55px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #e21837;
    font-weight: 600;
    font-family: "Gotham";
}

.feel-one img {
    width: 100%;
}

.feel-like {
    padding: 10px 0 60px;
    position: relative;
}

.black-font {
    color: #000 !important;
}

.copy-right p {
    font-size: 22px;
    line-height: 1.2;
    color: #e21837;
    font-family: "Gotham";
    text-align: center;
}

.eli-cont {
    width: 200px;
    height: 130px;
    place-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    padding: 10px 14px;
    border-radius: 10px;
}

.eli-cont p {
    font-size: 18px;
    margin-top: 0 !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.eli-cont p span {
    font-weight: 800;
}

.bnr-slider {
    position: absolute;
    bottom: 30px;
    left: 60%;
}

.bnr-slider .swiper-wrapper {
    position: relative;
    width: 400px;
}

.swiper-pagination-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    background-color: grey;
}

.swiper-pagination-bullet-active {
    background-color: #e21837 !important;
}

.banner-sec .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 4px;
}

.feel-like .indArrow {
    display: flex;
    margin-top: 30px;
    gap: 15px;
    position: absolute;
    right: 70px;
    bottom: 42%;
    z-index: 99;
}

.feel-like .indArrow {
    display: none;
}

.faculty-sec .indArrow {
    display: flex;
    margin-top: 80px;
    gap: 15px;
    align-items: anchor-center;
    justify-content: center;
}

.ex-para {
    color: #fff;
    text-align: center;
    margin-top: 28px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 40px;
    background: #e31838;
    padding-bottom: 30px;
}

.group a {
    font-size: 16px;
    color: #df2039;
    text-decoration: none;
    font-weight: 700;
}

.ad-more {
    text-align: end;
    align-items: end;
    margin-top: 20px;
}

.faculty-sec .row .swiper-slide {
    display: flex;
    justify-content: space-around;
}

.feel-like h2 {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: "Gotham";
    text-align: center;
    color: #000;
    font-weight: 500;
}

.feel-like h2 span {
    color: #e21837;
    font-size: 52px;
    font-weight: 700;
}

.global-sec .row>div:nth-child(3) {
    border: none;
}

.pwSlider .row {
    padding: 30px;
    color: white;
    /* background-color: #e21837; */
    line-height: 22px;
}

.pwr {
    background-color: #e21837;
}

.pwr .white {
    color: white;
}

.pwr h2 {
    color: white;
}

.pwr p {
    color: white;
}

.pwr .text-center {
    border-bottom: 6px solid white;
}

.pwr .col-md-6 {
    padding-top: 20px;
}