@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..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;
}

section {
    padding: 60px 0;
}

p,
li {
    font-size: 20px;
    line-height: 1.3;
}

:root {
    --yellow: #fccf3f;
    --blue: #00b1ac;
}

h2 {
    font-size: 60px;
    line-height: 1.1;
    color: #000;
    font-weight: 500;
}

h2 span {
    color: var(--blue);
    font-weight: 800;
}

h1 {
    font-size: 120px;
    padding-bottom: 10px;
    line-height: 1;
    font-weight: 800;
    color: var(--blue);
}

.container {
    max-width: 100%;
    padding: 0 250px;
}

html,
body {
    font-family: "Montserrat", sans-serif;
}


/* banner section css start */

.banner {
    height: 100vh;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.logo {
    position: absolute;
    top: 20px;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 70px;
    align-items: center;
}

.banner .banAll {
    display: flex;
    align-items: center;
}

.banCon {
    width: 50%;
}

.banCon h2 {
    font-size: 50px;
    position: relative;
}

.banCon h6 {
    font-size: 30px;
    padding: 60px 0 10px;
    font-weight: 600;
}

.banCon h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    background: var(--blue);
    width: 230px;
    height: 5px;
}

.banner .banAll figure {
    width: 40%;
}

.banner .banAll figure img {
    width: 100%;
}

.banCon a {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
    background-color: var(--blue);
    z-index: 1;
    padding: 5px 40px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    border: 2px solid var(--green);
    border-radius: 50px;
    width: fit-content;
}

.logo img {
    width: 200px;
}

.banCon a:hover::after {
    width: 0;
}

.banner>figure {
    position: absolute;
    z-index: -1;
}


/* banner section css end */


/* recruitment section css start */

.recruCon {
    background: var(--blue);
    padding: 50px;
    color: #fff;
    display: flex;
    border-radius: 0 60px;
}

.recruCon .rec {
    width: 33.33%;
    text-align: center;
    position: relative;
}

.recruCon .rec h3 {
    font-size: 90px;
    font-weight: 800;
}

.recruCon .rec h5 {
    font-size: 35px;
}

.recruCon .rec::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 5px;
    height: 100%;
}

.recruCon .rec:nth-child(1)::after {
    display: none;
}

.recru {
    margin-top: -100px;
    padding-top: 0;
}


/* recruitment section css end */


/* ambition section css start */

.ambition .heading {
    text-align: center;
    padding-bottom: 20px;
}

.ambition .heading h2 {
    padding-bottom: 20px;
}

.ambiCon {
    background: #fff;
    box-shadow: 0px 0px 30px 5px #0000001f;
    margin: 15px 0px 0px;
    padding: 0 0 50px;
    border-radius: 0 50px;
    height: 100%;
}

.ambiCon figure {
    border-radius: 0 50px;
    overflow: hidden;
}

.ambiCon figcaption {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding-top: 25px;
}

.swiper-slide {
    height: auto;
}

.ambi {
    padding: 45px 0 80px;
}

.swiper-pagination-bullet-active {
    /* width: 30px;
    border-radius: 10px; */
    background: var(--blue);
}

.tySfgf1 .mySwiper2 {
    padding-bottom: 50px;
}

.tySfgf1,
.tySfgf2 {
    width: 50%;
}

.ambition {
    position: relative;
}

.ambition>figure {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    text-align: end;
}


/* ambition section css end */


/* typical section css start */

.typCon {
    display: flex;
    align-items: center;
    padding: 0 50px;
    position: relative;
    margin-top: -70px;
}

.typical {
    position: relative;
}

.typical>figure {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.typical>figure img {
    width: 65%;
}

.typCon h4 {
    font-size: 30px;
    padding-bottom: 20px;
}

.typCon h4 span {
    font-weight: 800;
}

.mySwiper img {
    border-radius: 0 50px;
}

.typical .heading {
    padding: 0 50px 0px;
    position: relative;
    z-index: 99;
}

.typCon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 60%;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 44px 0px #00000047;
    border-radius: 0 50px;
    transform: translate(0, -50%);
}

.typical .heading h2 {
    padding-bottom: 40px;
}


/* typical section css end */


/* research section css start */

.research {
    background: #b8fffb;
    text-align: center;
}

.research .heading {
    padding-bottom: 40px;
}

.research .heading h2 {
    padding-bottom: 20px;
}

.resCon {
    background: var(--blue);
    padding: 40px;
    height: 100%;
    color: #fff;
    border-radius: 0 50px;
    transition: all 0.5s;
}

.resCon:hover {
    border-radius: 0;
}

.resCon h3 {
    font-size: 50px;
    font-weight: 800;
    padding-bottom: 10px;
}

.research .row {
    gap: 40px 0;
    --bs-gutter-x: 40px;
}


/* research section css end */

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #000000;
}

th {
    border-bottom: 1px solid #000;
}

td,
th {
    border-right: 1px solid #000000;
    text-align: center;
    padding: 8px;
    font-size: 20px;
}

.scholarship>figure {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.scholarship .container {
    position: relative;
    z-index: 1;
}

.scholarship>figure img {
    width: 100%;
}

.scholarship {
    background: #f7f8fa;
    position: relative;
    overflow: hidden;
}

.scholarship .col-lg-12 {
    background: #fff;
    padding: 50px;
    border-radius: 0 50px;
}

.scholarship .heading {
    text-align: center;
    padding-bottom: 50px;
}


/* collaborations section css start */

.colaCon {
    background: #dfeff4;
    padding: 50px 30px;
    font-family: 'Javanese Text';
}

.colaCon p {
    font-size: 30px;
}

.cola {
    background-image: url('../img/hand.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s;
}

.cola:hover {
    background-position: 100% 100%;
}

.gloCon figure img {
    aspect-ratio: 3 / 2;
    width: 260px;
    object-fit: contain;
}

.global {
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.excellence {
    background: #b8fffb;
    text-align: center;
}

.excellence .heading {
    padding-bottom: 50px;
}

.excellence figure {
    margin-bottom: 22px;
}

.excellence figure img {
    aspect-ratio: 3/1;
    object-fit: contain;
    width: 210px;
}

.excellence figcaption {
    font-size: 20px;
    font-weight: 600;
}

.excellence p {
    padding: 70px 0 0;
    font-weight: 700;
}


/* collaborations section css end */


/* form css */

.form-sec {
    position: fixed;
    top: 0%;
    right: 0px;
    width: 360px;
    background: var(--yellow);
    padding: 30px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
}

.form-sec .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    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: #000000;
}

.adm-txt h4 {
    font-size: 23px;
    color: #000000;
}

.adm-txt {
    color: #000000;
    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: "";
    background-image: url(form-icon.png);
    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 #000000;
    /* 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 #000000;
    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: #000000;
    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(--yellow);
}

.topenq .btn:first-child:active {
    background: var(--yellow);
    color: #000;
}

.topenq a {
    border: none;
    color: #000000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background: var(--yellow);
    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;
        background-color: var(--yellow);
        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;
    }
}