*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1 {
    font-size: 48px;
    line-height: 1;
    border-top: 4px solid #fff;
    padding-top: 10px;
    width: fit-content;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 33px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 26px;
}
p {
    font-size: 23px;
    line-height: 1.2;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, p, ul, li, figure {
    margin-bottom: 0;
}
section {
    padding: 50px 0;
}
.container {
    max-width: 1700px;
}

body {
    font-family: 'GothamBook'; 
}

h1, h2, h3 {
    font-family: 'GothamBold'; 
}

@font-face{ font-family: 'GothamBold'; 
    src: url('../fonts/GothamBold.ttf'); 
}
@font-face{ font-family: 'GothamBook'; 
    src: url('../fonts/GothamBook.ttf'); 
}
@font-face{ font-family: 'GothamLight'; 
    src: url('../fonts/GothamLight.ttf'); 
}
@font-face{ font-family: 'GothamMedium'; 
    src: url('../fonts/GothamMedium.ttf'); 
}

/* header section start */
.logo-sec {
    background: #fff;
    padding: 20px 30px;
}

.logo-sec img {
    max-width: 220px;
}
/* header section start */


/* banner section start */
.banner {
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
}

.banner-sec {
    background: rgba(111, 112, 114, 0.9);
    color: #fff;
    max-width: 700px;
    padding: 50px 20px 50px 100px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.banner-sec h1 small {
    font-size: 35px;
}

.banner-slid-sec {
    margin: 20px 0;
    width: 350px;
}

.banner-sli h5 {
    border: 2px solid #fff;
    border-radius: 30px;
    text-align: center;
    padding: 10px 40px;
    min-height: 80px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.banner-arrows {
    display: inline-block !important;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 1;
}
.banner-slid-sec button.slick-arrow {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    --fa: "\f04b";
    --fa--fa: "\f04b\f04b";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-size: 0;
    color: #fff;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.banner-slid-sec button.slick-next::before,
.banner-slid-sec button.slick-prev:before {
    content: var(--fa);
    font-size: 15px;
}
.banner-slid-sec button.slick-prev {
    transform: rotate(180deg);
    top: initial;
    bottom: 35px;
    left: 20px;
}
.banner-slid-sec button.slick-next {
    right: 20px;
}
.banner-arrows i#ban-prev,
.banner-arrows i#ban-next {
    position: absolute;
    top: 170px;
    left: 120px;
}
.banner-slid-sec button.slick-arrow[aria-disabled="true"]{
    opacity: .5;
    /* cursor: not-allowed; */
}

.apply-btn {
    position: absolute;
    bottom: -20px;
}

.apply-btn a {
    background: #e31937;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 30px;
    font-family: 'GothamBold'; 
}
/* banner section end */


/* form css */
.form-sec {
    position: fixed;
    top: 10%;
    right: 0px;
    width: 360px;
    background: #e31937;
    padding: 13px 24px 20px;
    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: 23px;
    color: #ffffff;
}

.adm-txt h4 {
    font-size: 23px;
    color: #fff;
}

.adm-txt {

    color: #000;
    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 #fff;
    /* 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: 40%;
    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: #f8e91e;
    border: none;
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #e31937;
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
    font-family: 'Gothamlight';
}

.enq {
    color: #fff;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .form-sec {
        width: 95%;
        padding: 20px;
        position: static;
        transform: none;
        transform: initial;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .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(--red);
        padding: 15px;
        transition: all 0.3s ease;
        color: white;
        font-size: 16px;
        text-decoration: none;
    }

    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }

    .admission {
        margin-top: 0rem;
    }
}

.hjghj {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.hjghj a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.7rem;
}
/* form css end */


/* stipend section start */
.stip-sec {
    background: #fff;
    box-shadow: 2px 5px 10px 5px #e2e2e2;
    border: 1px solid #e2e2e2;
    width: 50%;
    margin: 0 auto;
    margin: -40px auto 0;
    padding: 30px;
}

.stip-sec, 
.extra-icon-sec,
.legacy-img {
    transition: all 0.5s;
}

.stip-sec:hover,
.legacy-img:hover {
    scale: 1.2;
}

.extra-icon-sec:hover {
    scale: 1.1;
}

.stip-sec h2 strong,
.possible-sec h2 strong,
.find-sec h2 strong,
.specialization-sec h2 strong,
.faculty-sec h2 strong,
.legacy-sec h2 strong:last-child {
    color: #e31937;
    font-family: 'GothamBold'
}

.legacy-sec h2 strong:first-child,
.extraordinary-sec h2 strong {
    font-family: 'GothamBold'
}

.stip-sec h2 i {
    font-family: 'GothamMedium'
}

.possible-sec h2,
.extraordinary-sec h2,
.faculty-sec h2,
.legacy-sec h2,
.faculty-txt small {
    font-family: 'GothamLight'
}
/* stipend section end */


/* possible section start */
.possible {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.possible-sec {
    width: 38%;
}

.possible-sec,
.find-sec h2,
.specialization-sec h2,
.extraordinary-sec h2,
.faculty-sec h2,
.legacy-sec h2 {
    position: relative;
}

.possible-sec::after,
.find-sec h2::after,
.specialization-sec h2::after,
.extraordinary-sec h2::after,
.faculty-sec h2::after,
.legacy-sec h2::after {
    content: '';
    position: absolute;
    width: 170px;
    height: 3px;
    background: #e31937;
    bottom: -20px;
}

.possible-txt {
    background: #e31937;
    color: #fff;
    padding: 50px 70px 50px 50px;
    width: 56%;
}
/* possible section end */


/* find section start */
.find-sec h2,
.extraordinary-sec h2,
.faculty-sec h2 {
    margin-bottom: 50px;
}

.find-sec h2::after,
.specialization-sec h2::after,
.extraordinary-sec h2::after,
.faculty-sec h2::after,
.legacy-sec h2::after {
    left: 50%;
    transform: translateX(-50%);
}

.extraordinary-sec h2::after {
    background: #fff;
}
/* find section end */


/* specialization section start */
.specialization-tab-sec {
    margin-top: 100px;
}
.speci-tab-btn {
    width: 40%;
}
.speci-tab-cont {
    width: 60%;
    margin-left: 60px;
}

.speci-tab-btn .nav-pills .nav-link.active {
    background: #e31937 url(../images/arrow.png) no-repeat;
    color: #fff;
    background-position: 97%;
    background-size: 35px 25px;
    font-family: 'GothamBold';
}

.speci-tab-btn .nav-pills .nav-link {
    text-align: initial;
    font-size: 22px;
    color: #231f20;
    border-radius: 0;
    border: 1px solid #707070;
    padding: 15px 25px;
}

.spec-txt {
    display: flex;
    gap: 0 100px;
    font-size: 22px;
    padding: 30px 50px;
    box-shadow: 2px 5px 10px 5px #e2e2e2;
    border: 1px solid #e2e2e2;
    background: #fff;
}

.spec-txt li {
    margin-bottom: 10px;
}
/* specialization section end */


/* extraordinary section start */
.extraordinary {
    background: #e31937;
    color: #fff;
}

.extraordinary-sec {
    margin-bottom: 50px;
}

.extra-icon-sec {
    margin-top: 50px;
    position: relative;
}
.extra-icon {
    position: absolute;
    border: 10px solid #e31937;
    border-radius: 50%;
    left: -10px;
    top: -15px;
    width: 100px;
    height: 100px;
}

.extra-icon img,
.extra-txt {
    background: #fff;
}

.extra-icon figure {   
    width: 100%;
    height: 100%;
}

.extra-icon img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.extra-txt {
    color: #231f20;
    width: 95%;
    align-content: center;
    padding-left: 20px;
    border-radius: 40px;
    height: 70px;
    padding-left: 100px;
}
/* extraordinary section end */


/* faculty section start */
.faculty {
    padding-bottom: 200px;
}
.research {
    background: #e31937;
}

.faculty-slider-sec {
    margin-top: -150px;
    padding-right: 20px;
}

.faculty-img-sec {
    padding: 0 20px;
    border: 2px solid #fff;
    min-height: 480px;
}

.faculty-img img {
    width: 100%;
}

.faculty-slider-sec.slick-initialized.slick-slider .slick-slide {
    padding: 0 30px;
}

.faculty-txt {
    color: #fff;
}

.faculty-txt h5 {
    margin: 10px 0;
    font-family: 'GothamBold'
}

.faculty-txt small {
    font-size: 20px;
    line-height: 1.1;
    display: inline-block;
}

.faculty-slider-sec .slick-dots {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
    margin-top: 50px;
}

.faculty-slider-sec .slick-dots button {
    background: #e31937;
    border: 2px solid #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.faculty-slider-sec .slick-dots .slick-active button {
    background: #fff;
    border: 2px solid #fff;
}

.faculty-img figure {
    background: #797A7E;
}

.faculty-img figure img {
    width: 250px;
    aspect-ratio: 1/1;
    object-fit: contain;
}
/* faculty section end */


/* legacy section start */
.legacy-img-sec {
    border: 2px solid #eb6075;
    display: flex;
    padding: 50px;
    margin-top: 80px;
    box-shadow: 10px 10px 10px #dcdcdc;
}

.legacy-img {
    border-right: 2px solid #101010;
    width: 25%;
}

.legacy-img:last-child {
    border-right: 0;
}
/* legacy section end */