* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 45px;
    text-transform: uppercase;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 35px;
}

h5 {
    font-size: 30px;
}

h6 {
    font-size: 28px;
}

p {
    font-size: 22px;
    line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure,
p {
    margin: 0;
}

a {
    text-align: none;
}

section {
    padding: 50px 0;
}

body {
    font-family: "Poppins", serif;
}


/* header section start */

header {
    background: url(../images/header-image1.webp) center no-repeat;
    padding: 20px 50px;
    background-size: cover;
    height: 100vh;
    position: relative;
}

header::before {
    background-color: rgba(30, 29, 30, 0.7);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.logo-sec img {
    width: 150px;
}

.banner-sec {
    color: #fff;
    padding-top: 40px;
}

.banner-sec h4 {
    color: #efb21a;
    font-size: 33px;
    font-weight: 700;
    border-bottom: 2px solid #efb21a;
    width: fit-content;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.banner-sec,
.logo-sec {
    position: relative;
}

.banner-img-sec {
    position: absolute;
    bottom: 0;
    display: none;
}

.banner-img-sec figure {
    height: 700px;
}

.banner-img-sec img {
    width: 100%;
    height: 100%;
}

h1 {
    color: #efb21a;
    text-transform: uppercase;
    line-height: 1;
}

h1,
.banner-sec h5,
.num-sec h4 {
    font-weight: 800;
}

.banner-sec h6 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: 2px solid #efb21a;
    width: fit-content;
    padding-bottom: 15px;
    margin-top: 10px;
}

.banner-sec h5 {
    font-size: 33px;
}


/* header section end */


/* num section start */

h2 {
    margin-bottom: 30px;
}

.num-txt-sec {
    display: flex;
    background: #fff;
    margin-top: -50px;
    position: relative;
    justify-content: space-evenly;
    padding: 50px 50px;
}

.num-sec {
    justify-items: center;
}

.num-sec h4 {
    font-size: 65px;
    line-height: 0.8;
}

.num-sec h4,
.num-sec p {
    color: #238096;
}

.num-sec span {
    font-size: 30px;
}

.num-sec p {
    text-transform: uppercase;
    font-weight: 600;
}


/* num section end */


/* management section start */

.management {
    position: relative;
    padding-bottom: 80px;
}

.management-slider .slick-slide.slick-current {
    width: 390px !important;
}

.management .row .col-lg-12 {
    padding-bottom: 40px;
}

.management-slider .slick-track {
    display: flex;
    align-items: end;
}

.management-slider .manag-sec figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-slider .manag-sec figure {
    position: relative;
}

.management-slider .manag-sec figure::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.management-slider .slick-slide .manag-sec figure {
    height: 300px;
}

.management-slider .slick-slide.slick-current .manag-sec figure {
    height: 403px;
}

.management-slider .slick-slide {
    margin: 0 10px;
}

.management-slider {
    margin-top: -120px;
}

.management-sec p {
    width: 45%;
    /* text-align: justify; */
}

.manag-sec figcaption {
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 20px 30px 20px 50px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    z-index: 99;
}

.manag-sec,
.lead-img-sec figure {
    clip-path: polygon(0 0, 88% 0, 100% 13%, 100% 67%, 100% 100%, 13% 100%, 0% 88%, 0% 30%);
}

.manag-arrows,
.global-arrows,
.std-arrows {
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin-top: 20px;
    gap: 5px;
}

.manag-arrows span {
    color: #808080;
}

.manag-arrows span:hover,
.global-arrows span {
    color: #0a8096;
}


/* management section end */


/* lead section start */

.lead-img-sec {
    position: relative;
}

.lead-img-sec figure {
    height: 430px;
    position: relative;
}

.lead-img-sec figure::before {
    content: '';
    position: absolute;
    background: #0a0807;
    background: linear-gradient(185deg, rgba(10, 8, 7, 0) 35%, rgb(10, 8, 7) 100%);
    width: 100%;
    height: 100%;
}

.lead-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .lead-txt-sec p {
    text-align: justify;
} */

.lead-img-sec figcaption {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 90px;
}

.lead-img-sec h3 {
    font-size: 30px;
    font-weight: 700;
}

.lead-img-sec h5 {
    font-size: 22px;
    font-weight: 600;
}


/* lead section end */


/* elevate section start */

.elevate {
    background: #e9e9e9;
    clip-path: polygon(5% 0, 100% 0, 100% 94%, 96% 100%, 0 100%, 0% 60%, 0 9%);
    padding-bottom: 100px;
}

.elevate-box-sec {
    background: #0a8096;
    display: flex;
    justify-content: center;
    color: #fff;
    gap: 50px;
    position: relative;
    margin-top: 50px;
}

.elevate-box-sec:before,
.elevate-box-sec:after {
    content: '';
    background: #ececec;
    position: absolute;
}

.elevate-box-sec:before {
    left: -32px;
    top: -10px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #ececec;
    transform: rotate(-45deg);
}

.elevate-box-sec:after {
    right: -32px;
    bottom: -10px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #ececec;
    transform: rotate(-45deg);
}

.elevate-img-sec img {
    width: 550px;
}

.elevate-img-sec {
    position: relative;
    bottom: -50px;
}

.elevate-txt {
    margin-top: 50px;
}

.elevate-txt li {
    font-size: 22px;
    margin-bottom: 10px;
}


/* elevate section end */


/* global section start */

.global-img-sec,
.global-img-sec figure {
    position: relative;
}

.global-img-sec figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(185deg, rgba(10, 8, 7, 0) 35%, rgb(10, 8, 7) 100%);
}

.global-img-sec figcaption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    z-index: 1;
}

.global-arrows span {
    border: 1px solid;
    padding: 0 5px;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
}

.global-arrows span:hover {
    background: #0a8096;
    color: #fff;
}

.global-img-sec {
    padding-right: 20px;
    clip-path: polygon(0 0, 80% 0%, 100% 15%, 100% 100%, 0 100%, 0 28%);
}


/* .global-slider .slick-slide.slick-current + .slick-slide.slick-active .global-img-sec figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(7, 79, 89, .8);
} */


/* global section end */


/* bright section start */

.bright-box {
    display: flex;
    border: 10px solid #efb21a;
    padding: 50px 50px 0 0;
    position: relative;
    gap: 20px;
}

.bright-img,
.bright-txt-sec {
    flex: 1;
}

.bright-img figure {
    height: 450px;
}

.bright-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.bright-box:before {
    content: '';
    position: absolute;
    top: -76px;
    left: -76px;
    transform: rotate(-45deg);
    width: 150px;
    height: 150px;
    border-bottom: 13px solid #efb21a;
    background: #fff;
}

.bright-sec h2 {
    border-bottom: 5px solid #efb21a;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: fit-content;
}

.bright-txt li {
    font-size: 20px;
    font-weight: 600;
}

.bright-txt {
    margin-bottom: 20px;
}

.bright-txt ul {
    padding-left: 20px;
    margin-top: 20px;
}


/* bright section end */


/* success section start */

.success {
    position: relative;
}

.success-img figure {
    height: 600px;
}

.success-img img {
    height: 100%;
    width: 100%;
}

.success-sec {
    position: absolute;
    display: flex;
    top: 80px;
    gap: 100px;
}

.success-txt p {
    border-bottom: 2px solid #238096;
    padding-bottom: 5px;
    margin-bottom: 5px;
}


/* success section end */


/* accreditation section start */

.accreditation {
    position: relative;
}

.accred-img-sec {
    display: flex;
    padding: 50px 0;
}

.accr-sec figure img {
    width: 200px;
    aspect-ratio: 2;
    object-fit: contain;
}

.accr-sec {
    border-right: 2px solid #9d9d9d;
    padding-right: 30px;
    padding-left: 20px;
}

.accr-sec:last-child {
    border-right: none;
}

.accr-sec p {
    text-align: center;
    margin-top: 20px;
}

.acc-txt h3 {
    font-size: 245px;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f6f6f6;
    text-shadow: 10px 10px 3px #f6f6f6;
    font-weight: 800;
    position: absolute;
    bottom: -165px;
    z-index: 99;
}


/* accreditation section end */


/* placement section start */

.placement {
    position: relative;
    padding-top: 120px;
}

.placement-sec {
    position: absolute;
    color: #fff;
    bottom: 250px;
}


/* placement section end */


/* collaboration section start */

.colla-img {
    clip-path: polygon(0 0, 86% 0%, 100% 21%, 100% 100%, 0 100%, 0% 50%);
    margin-top: 50px;
}


/* collaboration section end */


/* beyond section start */

.beyond {
    background: #cbe5e9;
}

.beyond-sec {
    display: flex;
    gap: 10px;
}

.beyond-left-sec,
.beyond-middle-sec,
.beyond-right-sec {
    flex: 1;
}

.beyond-img figure img {
    width: 100%;
}

.beyond-middle-sec {
    background: #0a8096;
    padding: 50px;
    text-align: center;
    color: #fff;
    align-content: center;
}

.beyond-img:first-child {
    margin-bottom: 10px;
}


/* beyond section end */


/* students section start */

.students {
    padding-bottom: 120px;
}

.students-details-sec {
    display: flex;
    align-items: end;
    gap: 20px;
    padding-bottom: 100px;
}

.std-img {
    flex: 1;
    background: #efb21a;
    clip-path: polygon(20% 0, 75% 0%, 100% 0, 100% 100%, 0 100%, 0 28%);
}

.std-txt {
    flex: 1.5;
}

.std-txt p {
    background: #0a8096;
    padding: 50px 30px;
    color: #fff;
    margin-left: -274px;
    margin-bottom: -88px;
    clip-path: polygon(5% 0, 100% 0, 100% 94%, 96% 100%, 0 100%, 0% 60%, 0 9%);
    /* position: relative; */
    max-width: 860px;
}


/* .std-info p:before,
.std-info p:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 2px;
    background: red;
    left: 0;
    bottom: -7px;
} */

.std-icon::before {
    width: 100%;
    height: 2px;
    background: #000;
    bottom: -10px;
}

.std-icon::after {
    height: 20%;
    width: 2px;
    background: #000;
    left: 20px;
    bottom: 0;
}

.std-arrows {
    justify-content: initial;
    align-items: initial;
    margin-top: -100px;
    top: 0px;
    left: 196px;
    background: #efb21a;
    width: fit-content;
    padding: 10px;
    width: 62px;
    height: 57px;
}

.std-arrows span {
    color: #fff;
}

.std-arrows span:hover {
    color: #0a8096;
}


/* students section end */


/* footer section start */

.footer-sec p {
    border: 3px solid #0a8096;
    border-bottom: none;
    width: fit-content;
    margin: auto;
    padding: 20px 50px;
    position: relative;
}

.footer-sec p:before {
    content: '';
    position: absolute;
    top: -26px;
    left: -26px;
    transform: rotate(-45deg);
    width: 50px;
    height: 50px;
    border-bottom: 3px solid #0a8096;
    background: #fff;
}


/* footer section end */


/* form css start */

.form-sec {
    position: fixed;
    top: 7%;
    right: 0px;
    width: 360px;
    background: #efb21a;
    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: #000;
    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: #000;
}

.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: transparent;
    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;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #000;
    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: #000;
    line-height: 19px;
}

.sbt {
    border: solid 1px var(--form-submit-button);
    border-radius: 0;
    padding: 5px 20px;
    color: #098088;
    font-weight: bold;
    margin: 14px auto 0;
    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: transparent;
    outline: 0;
    font-weight: 600;
    border-bottom: 2px solid #ad7c10;
}

::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: #000;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--yellow);
    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: #efb21a;
        padding: 15px;
        transition: all 0.3s ease;
        color: #000;
        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 */