*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, ul, li, p, figure {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 65px;
    margin-top: 10px;
}
h2 {
    font-size: 55px;
}
p, li {
    font-size: 23px;
    line-height: 1.2;
}
.eco-gra h6,
.psych-sec h6 {
    font-size: 25px;
}

a, a:hover {
    text-decoration: none;
}
body {
    font-family: "Montserrat", sans-serif;
    background: #fff9ed;
    font-style: normal;
    color: var(--black);
}

section {
    padding: 80px 0;
}

:root {
    --black: #000;
    --white: #fff;
    --blue: #0085ba;
    --blue1: #3cabce;
    --darkblue: #07729c;
    --lightblue: #c0efff;
    --yellow: #fecc03;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

/* header css start */
header {
    background: var(--blue);
    position: relative;
    color: var(--white);
    height: 76vh;
}

.logo-sec {
    padding: 30px 30px 0;
}

h1, h2, .banner-sec h3,
.banner-sec a, .fr-num h4,
.esla-tab-sec .nav-link h3 {
    font-weight: 700;
}

h1 span {
    font-size: 45px;
    font-weight: 600;
}

.banner-sec {
    margin-top: 100px;
}

.banner-sec h3 {
    font-size: 35px;
    margin-top: 40px;
}

.banner-sec h3,
.banner-sec a {
    text-transform: uppercase;
}

.banner-sec a {
    background: var(--yellow);
    color: var(--black);
    border-radius: 10px;
    padding: 12px 30px;
    font-size: 25px;
    display: inline-block;
    margin-top: 10px;
}

.bn, .banner-img {
    position: absolute;
}

.bn {
    right: 0;
}
.bn img {
    height: 430px;
}

.banner-img {
    bottom: 0;
    right: 20%;
}

.banner-img img {
    width: 400px;
}
/* header css end */

/* four-num css start */
.four-num-sec,
.esla-box-sec,
.power-txt-sec,
.power-txt,
.eco-grad-box,
.psych-box-sec {
    display: flex;
} 

.fr-img img {
    width: 100%;
}

.four-num-sec {
    justify-content: center;
    bottom: 0;
    padding: 30px 50px 0;
    margin-top: -140px;
}

.four-num-sec::before {
    content: '';
    position: absolute;
    background: var(--blue);
    left: 20px;
    border-radius: 20px;
    bottom: 0;
}

.fr-num {
    border-right: 2px solid #d8d7d6;
    padding-right: 50px;
    margin-right: 50px;
}

.fr-num:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}

.fr-num h4 {
    font-size: 70px;
    color: var(--blue);
}

.fr-num h4 span {
    font-size: 50px;
}

.fr-num p {
    font-size: 20px;
    color: var(--black);
}

.fr-num h4,
.fr-num p,
.esla-sec,
.power-sec,
.lead-sec,
.eco-gra h6,
.psych-sec h6,
.scholarship-sec,
.excellence-sec {
    text-align: center;
}
/* four-num css end */

/* esla css start */
.curve {
    background: url(../images/bck1.webp) right no-repeat;
    background-size: cover;
}
h2 {
    color: var(--blue);
    margin-bottom: 20px;
}

h2 span {
    color: var(--black);
    font-weight: 700;
}

.banner-sec p, .fr-num p,  
.esla-box p, .esla-sec h5,
.scholar-tb td:nth-of-type(1) {
    font-weight: 500;
}

.banner-sec p {
    font-size: 25px;
}

.esla-sec h5 {
    font-size: 35px;
}

.esla-tab-sec,
.power-txt-sec {
    padding-top: 80px;
}

.esla-tab-sec .nav {
    justify-content: space-evenly;
}
.esla-tab-sec .nav-link {
    justify-content: space-evenly;
    background: transparent;
    border: 2px solid #79c2ce;
    padding: 20px 30px;
    border-radius: 50px 50px 0 0;
    color: var(--black);
}

.esla-tab-btn h3 {
    font-size: 35px;
}

.esla-tab-sec .nav-link.active {
    background: var(--blue1);
}

.esla-box-sec {
    gap: 20px;
    background: var(--lightblue);
    padding: 40px;
}

.esla-box,
.eco-box,
.psych-box {
    flex: 1;
}

.esla-box img {
    width: 100%;
    height: 270px;
    border-radius: 30px 0 0 0;
}

.esla-box p {
    font-size: 22px;
    background: var(--blue1);
    padding: 20px;
    color: var(--white);
    border-radius: 0 0 30px 0;
    min-height: 160px;
}
/* esla css end */

/* power css start */
.power {
    padding-bottom: 120px;
}
.power-txt-sec {
    flex-flow: row wrap;
    gap: 80px 45px;
}

.power-txt {
    flex-basis: 22%;
    gap: 15px;
}

.power-txt figure {
    width: 20%;
}
.power-txt figure img {
    width: 100%;
}
.power-txt p {
    width: 80%;
}
/* power css end */

/* empower css start */
.empower,
.excellence-sec h2 {
    position: relative;
}
.empower-img img {
    width: 100%;
}

.empower-sec {
    background: var(--darkblue);
    padding: 40px;
    border-radius: 30px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40%;
}

.empower-sec,
.empower-sec h2 {
    color: var(--white);
}

.empower-sec h2 {
    line-height: 1;
}

.empower-sec ul {
    margin-left: 20px;
}

.empower-sec li:first-child {
    margin-bottom: 20px;
}
/* empower css end */

/* lead css start */
.lead {
    background: url(../images/curve-bck1.webp) no-repeat;
    background-size: contain;
}

.eco-grad-box,
.psych-box-sec {
    gap: 20px;
}

.eco-box,
.psych-box {
    background: var(--blue1);
    color: var(--white);
    padding: 20px;
    border-radius: 20px;
}

.eco-box:nth-of-type(2),
.eco-box:nth-of-type(4),
.psych-box:nth-of-type(1),
.psych-box:nth-of-type(3),
.scholar-tb table tbody tr:first-child {
    background: var(--blue);
}

.eco-box figure,
.psych-box figure {
    text-align: right;
    margin-bottom: 15px;
}

.eco-gra h6, .psych-sec h6 {
    padding: 40px 0 30px;
}
/* lead css end */

/* scholarship css start */
.scholarship {
    background: url(../images/crv.webp) right -10px no-repeat;
    background-size: contain;
}
.scholar-tb {
    padding-top: 40px;
}

.scholar-tb table {
    width: 100%;
}

.scholar-tb table tr {
    height: 110px;
}

.scholar-tb table tr:first-child {
    height: auto;
}
.scholar-tb table tr:first-child th {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.scholar-tb table tr th:first-child {
    width: 20%;
    height: auto;
}
.scholar-tb table tr th:nth-child(2) {
    width: 45%;
}
.scholar-tb table tr th:last-child {
    width: 35%;
}

.scholar-tb table tr td {
    font-size: 21px;
    vertical-align: top;
}

.scholar-tb td, .scholar-tb th {
    border: 2px solid var(--black);
    text-align: left;
    padding: 15px 25px;
}
/* scholarship css end */


/* excellence css start */
.excellence,
footer {
    background: var(--lightblue);
}

.excellence-slider {
    padding-top: 30px;
}

.excell-sec img {
    width: 270px;
    aspect-ratio: 2 / 1;
    object-fit: contain;
}

.excell-sec figure img,
.excell-sec p,
footer p {
    margin: 0 auto;
    text-align: center;
}

.excellence-sec h2:after {
    content: '';
    position: absolute;
    width: 250px;
    height: 7px;
    background: var(--blue);
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.excell-sec p {
    margin-top: 10px;
}

.excell-sec p small {
    font-size: 22px;
    font-weight: 500;
    display: block;
}
/* excellence css end */

/* footer css start */
footer p {
    font-weight: 700;
    padding-bottom: 40px;
}
/* footer css end */

/* form css */
.form-sec {
    position: fixed;
    top: 20%;
    right: 0px;
    width: 320px;
    background: #b2b4b7;
    padding: 13px 24px 20px;
    z-index: 9;
    transition: .3s all;
    z-index: 9999;
    border-radius: 0;
    height: 450px;
}

.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: 21px;
    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;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 14px;
    width: 14px;
    border: solid 1px #fff;
    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;
    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;
    border: none;
    background: var(--yellow);
    color: #000;
}

.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: 600px;
    }
    .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;
    }
    .special_item:focus-visible {
        outline: none;
    }
    .topenq1.mobile a {
        display: block;
        text-align: center;
        background-color: var(--blue);
        padding: 15px;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}
/* form css end */