* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
figure {
    margin: 0;
    line-height: 1.2;
}

.banner2 {
    display: none;
}

a {
    color: #000;
}

section {
    padding: 60px 0;
}

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

:root {
    --blue: #002470;
    --yellow: #ffb83d;
}

h2 span {
    /* font-size: 70px;
    line-height: 1.1; */
    font-weight: bold;
}

h2 {
    font-weight: 400;
    font-size: 60px;
    color: var(--blue);
}

h1 {
    font-size: 60px;
    padding-bottom: 10px;
    font-weight: 400;
    font-family: 'Lora';
}

h1 span {
    font-weight: bold;
}

.container {
    max-width: 100%;
    padding: 0 200px;
}

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


/* banner section css start */

.banner {
    height: auto;
    padding: 220px 0 0;
    position: relative;
    background-image: url(../img/banner2.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
}

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

.place-box p {
    margin: auto;
}

.placement-sec h2 {
    padding-bottom: 10px;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 70px;
    align-items: center;
}

.banCon h1 {
    font-size: 300px;
    color: var(--yellow);
    font-weight: bold;
    line-height: 0.8;
}

.banCon {
    color: #fff;
    position: relative;
}

.banCon h3 {
    font-size: 50px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.banCon h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 2px;
    background-color: #7f7f7f;
}

.banCon h6 {
    font-size: 70px;
    position: relative;
    font-weight: 900;
}

.gr {
    border: 10px solid var(--yellow);
    border-bottom: 0;
    padding: 50px;
    margin-top: -20px;
}

.gr h4 {
    font-weight: 100;
    padding: 0 0 20px;
}

.gr h4 span {
    font-weight: 900;
}

.gloCon h6 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    padding: 0 20px;
}

.banSlider .swiper-slide-next h6 {
    border-left: 2px solid #d3d3d3;
    border-right: 2px solid #d3d3d3;
}

.month {
    padding-top: 0;
}

.month .banSli {
    padding: 60px 60px 20px;
    border: 10px solid var(--yellow);
    border-top: 0;
}

.banSlider {
    padding-bottom: 50px;
}

.swiper-pagination-bullet {
    background: transparent;
    border: 2px solid var(--yellow);
    opacity: 0;
}

.swiper-pagination-bullet-active {
    background: var(--yellow);
}

.banCon figure {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* banner section css end */


/* graduate section css start */

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

.graduate .heading h6 {
    font-size: 30px;
    font-weight: 700;
    padding: 20px 0 50px;
}

.graduate .heading h2:nth-child(3) {
    font-weight: 900;
}

ul.number-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    justify-content: center;
    gap: 20px;
    counter-reset: mycounter;
}

ul.number-list li {
    width: 32%;
    background: #e1ecff;
    padding: 50px;
    text-align: left;
    counter-increment: mycounter;
    position: relative;
}

.number-list li::before {
    content: counter(mycounter);
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: bold;
    font-size: 80px;
    color: #cdddf3;
}

ul.number-list li h3 {
    font-size: 30px;
    padding-bottom: 13px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    color: var(--blue);
    position: relative;
}

ul.number-list li p {
    font-size: 25px;
}

.graduate a {
    border: 2px solid #ffb83d;
    display: inline-block;
    text-decoration: none;
    padding: 10px 30px;
    font-size: 25px;
    margin-top: 50px;
}

.graduate {
    text-align: center;
}


/* graduate section css end */


/* work section css start */

.slider-nav .slick-list {
    margin: 0 -20px;
}

.slider-nav .slick-list .slick-slide {
    margin: 0 20px;
}

.slider-nav h4 {
    font-size: 30px;
    text-align: center;
    padding: 50px;
    color: #fff;
}

ul.slick-dots {
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    gap: 3px;
    margin-top: 20px;
}

ul.slick-dots button {
    border: 2px solid var(--blue);
    color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

ul.slick-dots .slick-active button {
    background: var(--blue);
}

.slider-nav .slick-current h4 {
    box-shadow: 0px 20px 50px 0px #00000069;
    background: var(--yellow);
    /* padding: 50px; */
    margin-bottom: 70px;
    font-weight: 900;
    color: #000;
}

.slider-nav {
    margin-top: -160px;
}

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

.subject .heading h6 {
    font-size: 27px;
    padding-top: 10px;
}

.subject {
    position: relative;
    color: #fff;
}

.subject::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--blue);
    width: 100%;
    height: 60%;
    z-index: -1;
}

.subject .heading h2 {
    color: #fff;
}

.technic {
    display: flex;
    gap: 0 60px;
    justify-content: center;
    border-bottom: 2px solid #c3c3c3;
    padding-bottom: 40px;
    margin-bottom: 40px;
    align-items: center;
}

.technic figure {
    text-align: center;
    height: fit-content;
}

.technic figure img {
    aspect-ratio: 3/1;
    object-fit: contain;
}

.subject h5 {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    padding: 70px 0 20px;
}

.technic1 {
    display: flex;
}

.technic1 h3 {
    color: #000;
}

.technic1 .tec {
    width: 25%;
    text-align: center;
}

.technic1 .tec figure {
    min-height: 85px;
}

.choose .row {
    margin-top: -50px;
}


/* work section css end */


/* choose section css start */

.chCon {
    display: flex;
    gap: 15px;
    /* flex-wrap: wrap; */
    justify-content: center;
    margin-bottom: 15px;
}

.chCon .item {
    width: 32.6%;
    position: relative;
}

.chCon .item figcaption {
    position: absolute;
    left: 40px;
    bottom: 30px;
    color: #fff;
    font-size: 30px;
    text-align: left;
    line-height: 1.1;
    font-weight: 900;
    z-index: 1;
}

.chCon .item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    /* background: #00000061; */
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(0deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 33%) 30%);
}

.chCon .item .item {
    width: 100%;
    height: 50%;
}

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

.choose .row .col-lg-12 .chCon:nth-child(2) .item:nth-child(2),
.choose .row .col-lg-12 .chCon:nth-child(2) .item:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.choose .row .col-lg-12 .chCon:nth-child(2) .item:nth-child(2)::after,
.choose .row .col-lg-12 .chCon:nth-child(2) .item:nth-child(3)::after {
    display: none;
}

.choose .row .col-lg-12 .chCon:nth-child(2) .item:nth-child(2) .item::after,
.choose .row .col-lg-12 .chCon:nth-child(2) .item:nth-child(3) .item::after {
    display: block;
}

.choose .row .col-lg-12 .chCon:nth-child(1) .item:nth-child(1) {
    width: 50%;
}

.choose .row .col-lg-12 .chCon:nth-child(1) .item:nth-child(2),
.choose .row .col-lg-12 .chCon:nth-child(1) .item:nth-child(3) {
    width: 24%;
}


/* choose section css end */


/* learn section css start */

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

.learn .heading h6 {
    font-size: 30px;
    padding: 20px 0;
}

.learn figure {
    background: #002470;
    text-align: center;
    padding: 40px 0 0;
}

.learn .lnc {
    border: 5px solid var(--yellow);
    padding: 120px 30px 20px;
    text-align: center;
    margin: -100px auto auto;
    width: 80%;
    min-height: 280px;
}

.learn .lnc h4 {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 5px;
}

.learn .lnc p {
    font-size: 25px;
}

.learn .row {
    justify-content: center;
    gap: 80px 0;
    --bs-gutter-x: 80px;
}


/* learn section css end */


/* global-exposure css str here */

.global-exposure {
    background: url(../img/global-expoBg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.blue-btn {
    display: inline-block;
    background-color: #002470;
    font-size: 22px;
    color: #fff;
    padding: 14px 25px;
    font-weight: 700;
    text-decoration: none;
}

.global-btn {
    margin: 40px 0 60px 0;
}

.glo-box p {
    font-size: 20px;
    line-height: 1.1;
    color: #002470;
    font-family: "Amplitude";
    text-align: center;
}

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

* mentorship section css start */ .mentorship .heading {
    text-align: center;
    padding-bottom: 60px;
}

.mentorship .menCon h4 {
    font-weight: 700;
    padding-top: 5px;
    font-size: 20px;
    text-align: center;
}

.mentorship figure {
    border-bottom: 3px solid #002470;
}

.mentorship .menCon p {
    padding-top: 0px;
    font-size: 14px;
    text-align: center;
}

.mentorship .heading h2 {
    padding-bottom: 15px;
}

.mentSli .swiper-slide {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 60px;
}

.mentorship .heading {
    margin-bottom: 40px;
}

.mentorship figure {
    height: 265px;
}

.mentorship figure img {
    height: 100%;
    object-fit: cover;
}

.meet-btn {
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #000;
    padding: 10px 30px;
    border: 4px solid #ffb83d;
    text-decoration: none;
}

.menti-btn {
    margin-top: 20px;
    border-bottom: 2px solid #cbcbcb;
    padding-bottom: 100px;
}


/* mentorship section css end */


/* placement-sec css strt here */

.placement-sec h2,
.mentorship .heading h2 {
    font-weight: 900;
}

.mentorship p,
.global-exposure p,
.placement-sec p {
    font-size: 30px;
}

.place-box h2 {
    font-size: 94px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    font-family: "Lora";
}

.place-box h2 span {
    font-size: 34px;
}

.place-box p {
    font-size: 24px;
    line-height: 1.1;
    color: #000000;
    font-family: "Flama Trial";
    border-bottom: 3px solid #002470;
    width: fit-content;
    padding-bottom: 7px;
}

.mbaSli {
    margin-top: 50px;
    padding-bottom: 70px;
}

.placement-sec .swiper-pagination-bullet {
    border-color: var(--blue);
}

.placement-sec .swiper-pagination-bullet-active {
    background: var(--blue);
}


/* mba-changes css strt here */

.mba-changes {
    background: url(../img/mba-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0;
}

.mba-changes h3 {
    font-size: 42px;
    line-height: 1;
    color: #ffffff;
    font-family: "Amplitude";
    padding-bottom: 60px;
}

.mba-changes h3 span {
    color: #ffb83d;
    font-weight: 900;
}

span.dif {
    font-size: 60px;
}

.mba-changes h4 {
    font-size: 42px;
    line-height: 1.1;
    color: #ffffff;
    font-family: "Amplitude";
    position: relative;
    padding-bottom: 10px;
}

.mba-changes h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 150px;
    height: 4px;
    background-color: #353535;
}

.mba-changes h4 span {
    font-weight: 900;
}

.mba-changes h5 {
    font-size: 62px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffb83d;
    font-family: "Amplitude";
    font-weight: 800;
    margin-top: 20px;
}

.mba-boy img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.mba-btm {
    padding: 40px 40px;
    margin-top: 40px;
}

.mba-changes .row {
    position: relative;
    align-items: center;
    margin-top: -180px;
}

.mba-boy {
    z-index: 99;
    position: relative;
}

.mba-btm::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    border: 10px solid #ffb83d;
    width: 100%;
    height: 60%;
    transform: translate(0, -50%);
}

footer p {
    border-bottom: 5px solid var(--blue);
    margin: auto;
    width: fit-content;
    padding: 20px 20px 10px;
}


/* form css */

.form-sec {
    position: fixed;
    top: 19%;
    right: 0px;
    width: 360px;
    background: var(--blue);
    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;
    background-color: var(--blue);
    border: none;
}

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

.topenq a {
    border: none;
    color: #ffffff;
    background-color: var(--blue);
    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;
    }
    .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;
    }
}