@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;
}

section {
    padding: 60px 0;
}

p,
li {
    font-size: 25px;
}


html,
body {
    font-family: "Montserrat", sans-serif;
}

:root {
    --yellow: #fdcf38;
}

h2 {
    font-size: 60px;
    text-transform: uppercase;
}

h2 span {
    font-weight: bold;
}

/* h1 {
    font-size: 435px;
    font-weight: bold;
    line-height: 0.7;
    display: flex;
    align-items: end;
    justify-content: center;
} */


/* banner section css start */
.banner {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    padding-bottom: 80px;
}


.banner-con h4 {
    font-size: 47px;
}

.banner-con h4 span {
    text-transform: uppercase;
    font-weight: bold;
}

.banner-con h1 {
    font-size: 180px;
    font-weight: bold;
    color: var(--yellow);
    line-height: 1;
    margin-left: -10px;
    padding-bottom: 20px;
}

.banner-con h3 {
    font-size: 41px;
}

.banner-con .fullTime {
    display: flex;
}

.banner-con .fullTime h5 {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    font-size: 33px;
}

.banner-con .fullTime h5:last-child {
    background: var(--yellow);
}

.banner-con .fullTime {
    margin-top: 10px;
}

.container {
    max-width: 100%;
    padding: 0 175px;
}

.logo {
    position: absolute;
    top: 60px;
    left: 60px;

}



/* banner section css end */


/* industry section start */
.indArrows {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 10px;
}

.indArrows .slick-arrow {
    cursor: pointer;
}

.indArrows .slick-arrow:hover svg {
    color: #000;
}

.indArrows .slick-arrow svg {
    width: 60px;
    height: 60px;
    color: #c8cacc;
    transition: all 0.5s;
}

.industry .heading {
    display: flex;
    gap: 90px;
}

.industry .heading h2 {
    margin-top: -8px;
    position: relative;
    padding-bottom: 15px;
}

.heading h2 {
    position: relative;
    padding-bottom: 15px;
    width: fit-content;
    margin: auto;
}

.heading h2::after {
    position: absolute;
    content: "";
    left: 0;
    height: 9px;
    background-color: var(--yellow);
    width: 230px;
    bottom: 0;
}

.heading h2.hcenter::after {
    transform: translate(-50%, 0%);
    left: 50%;
    bottom: 0;
}

.industry .heading {
    padding-bottom: 60px;
}


.indusSlider figure {
    position: relative;
}

.indusSlider figure figcaption {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
}

.indusSlider .slick-list {
    margin: 0 -20px;
}

.indusSlider .slick-slide {
    margin: 0 20px;
}

.indusSlider figure img {
    width: 100%;
}

.indusSlider .slick-slide.slick-current figure {
    scale: 1;
}

.indusSlider .slick-slide.slick-current figure figcaption p {
    font-weight: bold;
}

.indusSlider .slick-slide figure {
    scale: 0.9;
    transition: all 0.5s;
}

/* industry section end */


/* placement section start */
.placeCon:hover, .stayCon:hover{
    box-shadow: unset;
}
.placeCon {
    border-radius: 50%;
    width: 330px;
    height: 330px;
    background-color: var(--yellow);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    box-shadow: 0px -6px 0px 2px #000;
    text-align: center;
    transition: all 0.5s;
}

.placements .heading {
    padding-bottom: 80px;
}

.placeCon h3 {
    font-size: 90px;
    display: flex;
    gap: 0;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

.placeCon h3 span {
    rotate: 90deg;
    display: flex;
    font-size: 30px;
    margin-left: -15px;
    align-items: end;
    height: 31px;
}

.placements .row .col-lg-3:nth-child(4) h3 span {
    background: var(--yellow);
    margin-left: -22px;
    font-size: 24px;
}


.placements .row .col-lg-3:nth-child(3) h3 span {
    background: var(--yellow);
    margin-left: -23px;
}

/* placement section end */


/* recruitment section css start */
section.recruit {
    background-color: #e2e3e4;
    padding-bottom: 100px;
}

section.recruit .heading h2::after {
    background-color: #000;
}

.Image_rec img {
    width: 230px;
    margin: auto;
    aspect-ratio: 2;
    object-fit: contain;
}

.slider_recruiter {
    background-color: #fff;
}

.recruitsl {
    margin-top: -100px;
}

/* recruitment section css end */


/* stay section css start */
.stay .heading h2 {
    margin-bottom: 35px;
}

span {
    font-weight: bold;
}

.stayCon {
    background-color: var(--yellow);
    height: 100%;
    padding: 50px;
    text-align: center;
    box-shadow: 3px 4px 0px 2px;
    transition: all 0.5s;
}

.stay .row {
    gap: 24px 0;
    margin-top: 60px;
}

.stayCon h5 {
    font-size: 27px;
}

.stay .col-lg-12 p {
    padding-top: 20px;
}


/* stay section css end */

/* partner section css start */
.tab_img .item {
    display: none;
}

.tab_img .item:first-child {
    display: block;
}


.list_tab {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}

.list_tab .fix_class {
    width: 31%;
}

.list_tab .fix_class figure img {
    width: 170px;
    aspect-ratio: 2;
    object-fit: contain;
}

.list_tab .fix_class figure {
    background: #fff;
    padding: 32px;
    scale: 0.9;
    transition: all 0.5s;
}

section.where {
    background: #e2e3e4;
}

section.where .heading {
    padding-bottom: 50px;
}

section.where .heading h2 {
    margin-bottom: 30px;
}

.list_tab .fix_class.active1 figure {
    scale: 1.1;
}

/* partner section css end */


/* ready section css start */
.ready .heading {
    padding-bottom: 30px;
}

.ready .heading h2 {
    margin-bottom: 25px;
}

.readyCon {
    margin: auto;
    display: flex;
    width: fit-content;
    position: relative;
    gap: 90px;
}

.readyCon::after {
    content: "";
    left: 51%;
    bottom: 0;
    transform: translate(-50%, 0%);
    height: 100%;
    width: 2px;
    background-color: #000;
    position: absolute;
}

.readyCon h6 {
    font-size: 30px;
    font-weight: bold;
}

.ready figure {
    text-align: center;
    margin-top: 70px;
}

.success .nav .nav-link::after {
    bottom: -2px;
    background-color: var(--yellow);
    left: 0;
    width: 0;
    height: 2px;
    content:
        "";
    position: absolute;
    transition: all 0.5s;
}

.success .nav .nav-link.active::after {
    width: 100%;
}

/* ready section css end */

/* success section css start */
.success {
    background-color: #e2e3e4;
}

.success .nav .nav-link {
    font-size: 35px;
    text-align: left;
    border-bottom: 2px solid #000;
    border-radius: 0;
    padding-left: 0;
    color: #000;
    position: relative;
}

.success .nav .nav-link.active {
    font-weight: bold;
    background-color: transparent;
}

.success .heading h2 {
    margin: inherit;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.suCon {
    background-color: var(--yellow);
    padding: 50px;
    position: relative;
    text-align: justify;
    margin-left: 110px;
}

.suCon figure:nth-child(3) {
    top: -20px;
    left: -40px;
}

.suCon figure {
    position: absolute;
}

.suCon figure img {
    width: 70px;
    transition: all 0.5s;
}

.suCon figure:nth-child(4) {
    right: 30px;
    bottom: -15px;
}

.suCon h4:nth-child(2) {
    position: absolute;
    bottom: 149px;
    left: -239px;
    rotate: 270deg;
    font-size: 85px;
    color: #dbdbdb;
    text-transform: uppercase;
    font-weight: bold;
}



.suCon:hover figure img {
    scale: 1.1;
}

/* success section css end */

/* eligibility section css start */
.eligibility .heading h2 {
    margin: inherit;
    margin-bottom: 35px;
}

.eligibility ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

section.eligibilityCri {
    background-color: #e2e3e4;
}

section.eligibilityCri .eliCon h5 {
    font-size: 35px;
    font-weight: bold;
}

section.eligibilityCri .eliCon ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 35px;
}

.twoSec {
    position: relative;
}

.twoSec>figure {
    position: absolute;
    right: 0;
    bottom: 0;
}

.twoSec>figure img {
    max-width: 77%;
}

/* eligibility section css end */

/* awards section start */
.awards_content {
    text-align: center;
}

.awards_content img {
    margin: auto;
}

.awards_content .awords_img img {
    width: 200px;
    aspect-ratio: 2;
    object-fit: contain;
}

.awards_content .awords_img {
    margin-bottom: 20px;
}

.awards_content p {
    font-size: 20px;
}

.heding_top_award {
    padding-bottom: 50px;
}

.awards {
    background-color: #f4f5f5;
}

/* awards section end */

/* footer css start */
footer {
    text-align: center;
    /* padding: 30px; */
}

footer p {
    padding: 40px;
    position: relative;
    width: fit-content;
    margin: auto;
}

footer p::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: var(--yellow);
    bottom: 0;
    width: 100%;
    height: 7px;
}

/* footer css end */


/* form css */
.form-sec {
    position: fixed;
    top: 5cap;
    right: 0px;
    width: 360px;
    background: var(--yellow);
    padding: 13px 24px 20px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
    height: 580px;
}

.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: #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: #fff;
    border: none;
    background: var(--yellow);
}

.topenq a {
    border: none;
    color: #000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--yellow);
    text-decoration: none;
}

.error {
    color: #000000;
    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: 1rem;
        margin-bottom: 1rem;
        height: 580px;
    }

    .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: rgb(0, 0, 0);
        font-size: 16px;
        text-decoration: none;
    }

    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }

    .admission {
        margin-top: 0rem;
    }
}