*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, ul, li, figure {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 65px;
    color: var(--white);
}
h2 {
    font-size: 50px;
    text-align: center;
}
h3 {
    font-size: 40px;
}
p, li {
    font-size: 23px;
    line-height: 1.2;
}
a {
    text-decoration: none;
}
body {
    font-family: "Montserrat", sans-serif;
}

section {
    padding: 80px 0;
}

:root {
    --black: #000;
    --white: #fff;
    --blue: #0094db;
    --lightblue: #e1f7ff;
    --yellow: #ce892e;
    --gray: #606060;
}

.container {
    max-width: 100%;
    padding: 0 150px;
}

/* header css start */
header {
    background: url(../images/ban.jpg) center center no-repeat;
    background-size: cover;
    height: 100vh;
    padding: 30px;
}

.logo-sec img {
    width: 250px;
}

.banner-sec {
    padding-top: 180px;
}

.banner-sec h3,
.application-txt h5 {
    color: var(--blue);
    margin-bottom: 15px;
}

h1, .banner-sec h3 {
    line-height: 1.1;
}

h1, h2, .banner-sec h3,
.box-sec h4, .application-sec h5,
.power-txt h3, .query .left_con_q h6, 
.query .left_con_q a, .query .right_con_q .box_q p:hover,
.application-txt h5, footer p {
    font-weight: 700;
}

.banner-sec h3 {
    font-size: 50px;
}
/* header css end */

/* box css start */
.box {
    margin-top: -50px;
}

.box-slider, .power-slider {
    background: var(--blue);
    padding: 30px;
    color: var(--white);
}

.box-sec {
    margin: 0 auto;
    text-align: center;
}

.box-sec h4 {
    font-size: 80px;
}

.box-sec small {
    font-size: 40px;
    margin-left: 10px;
}

.box-sec small, .box-sec p {
    font-weight: 600;
}

.box-slider .slick-dots,
.power-slider .slick-dots,
.career-slider .slick-dots {
    display: flex;
    gap: 5px;   
    position: absolute;
    right: 0;
    top: -20px;
}

.career-slider .slick-dots {
    position: initial;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.box-slider li,
.power-slider li,
.career-slider li {
    font-size: 0;
}

.box-slider button,
.power-slider button,
.career-slider button {
    font-size: 0;
    background: var(--white);
    width: 50px;
    height: 4px;
    border: 1px solid var(--white);
}

.box-slider li.slick-active button,
.power-slider li.slick-active button {
    background: var(--blue);
    border: 1px solid var(--blue);
    width: 20px;
}

.career-slider button {
    background: var(--gray);
    border: 1px solid var(--gray);
}

.career-slider li.slick-active button {
    background: var(--yellow);
    border: 1px solid var(--yellow);
    width: 20px;
}
/* box css end */

/* seas css start */
.seas-sec p, .application-txt li,
.pwr p, .course-txt li,
.query-txt p, .query .right_con_q .box_q p {
    font-weight: 500; 
}

.seas-sec p,
.application-sec,
.entrance-sec table tbody th:last-child {
    text-align: center;
}
/* seas css end */

/* application start */
.application, .entrance,
.career {
    background: var(--lightblue);
}

.application-sec h5,
.application-txt h5,
.entrance-sec table thead th,
.power-txt h3 {
    font-size: 30px;
}

.application-txt h5 {
    position: relative;
    margin: 50px 0 30px;
}

.application-txt h5:after {
    content: '';
    position: absolute;
    right: 0;
    width: 72%;
    height: 1px;
    background: var(--blue);
    top: 50%;
    transform: translateY(-50%);
}

.application-txt ul {
    padding-left: 20px;
}

.application-txt li::marker,
.course-txt li::marker {
    color: var(--blue);
}

.application-txt li,
.course-txt li {
    margin-bottom: 15px;
    text-align: justify;
}

.course-txt li {
    text-align: initial;
}

.application-txt li:last-child,
.course-txt li:last-child {
    margin-bottom: 0;
}
/* application end */

/* entrance css start */
.entrance-sec table {
    width: 100%;
    border: 2px solid var(--blue);
}

.entrance-sec table thead th {
    text-align: center;
    padding: 10px;
    background: var(--blue);
    color: var(--white);
}

.entrance-sec table tbody th,
.entrance-sec table tbody td {
    padding: 15px 20px;
}

.entrance-sec table tbody th {
    font-size: 25px;
}

.entrance-sec table tbody td {
    font-size: 23px;
}

.entrance-sec table tbody .jee td {
    font-size: 20px;
    vertical-align: top;
}
/* entrance css end */

/* transform css start */
.transform {
    background: url(../images/transform-img.jpg) no-repeat;
    background-size: cover;
}

.transform-sec {
    background: var(--blue);
    color: var(--white);
    padding: 100px 70px;
}

.transform-sec h2 {
    text-align: left;
    margin-bottom: 50px;
    line-height: 1.1;
}

.transform-sec p {
    text-align: justify;
}
/* transform css end */

/* power css start */
.power {
    background: url(../images/power.jpg) no-repeat;
}

.power-sec {
    margin-top: 120px;
    margin-bottom: 50px;
}

.power-sec h2 {
    color: var(--white);
}

.power-slider {
    padding: 50px 30px;
}

.power-slider .slick-slide {
    padding: 0 30px;
}

.power-txt {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid var(--lightblue);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.power-txt img {
    width: 60px;
}
/* power css end */

/* course css start */
.course-txt-sec {
    display: flex;
    gap: 80px;
    margin-top: 50px;
    border-bottom: 2px solid #cccccc;
    padding-bottom: 80px;
}

.course-txt {
    flex: 1;
    padding-left: 20px;
}
/* course css end */

/* query css start */
.query-txt p {
    padding-top: 15px;
}

.query-txt {
    border-bottom: 1px solid var(--black);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.query-txt h2 {
    text-align: initial;
}

.query .left_con_q h6 {
    color: var(--blue);
    font-size: 30px;
    padding-bottom: 15px;
}

.query .left_con_q a {
    font-size: 20px;
    color: var(--black);
    border-bottom: 2px solid var(--black);
}

.query_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.query .right_con_q {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    width: 60%;
}

.query .left_con_q {
    width: 40%;
    padding-right: 190px;
}

.query .right_con_q .box_q {
    background: var(--lightblue);
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    position: relative;
    height: 320px;
    transition: all 0.3s ease-in;
    text-align: center;
}

.query .right_con_q .box_q:hover {
    background-color: var(--blue);
    color: #fff;
}

.query .right_con_q .box_q:hover .circle {
    background-color: var(--lightblue);
    /* box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.64); */
}

.query .right_con_q .box_q:hover svg {
    fill: var(--blue);
}

.query .circle {
    background: var(--blue);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -60px;
    transition: all 0.3s ease-in;
    -webkit-box-shadow: 0px 1px 7px 1px rgba(219, 219, 219, 0.64);
    -moz-box-shadow: 0px 1px 7px 1px rgba(219, 219, 219, 0.64);
    box-shadow: 0px 1px 7px 1px rgba(219, 219, 219, 0.64);
}

.query .circle .svg_c {
    background: #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 1px 7px 1px rgba(219, 219, 219, 0.49);
    -moz-box-shadow: 0px 1px 7px 1px rgba(219, 219, 219, 0.49);
    box-shadow: 0px 1px 7px 1px rgba(219, 219, 219, 0.49);
}

.query .circle .svg_c svg {
    width: 50px;
    transition: all 0.3s ease-in;
}
/* query css end */

/* career css start */
.career-slider, .experience-slider,
.achievements-slider {
    margin-top: 50px;
}

.career-img img, .achi-sec img {
    width: 200px;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.career-img img {
    margin: 0 auto;
}
/* career css end */

/* experience css start */
.experience, .experience-sec h2 {
    position: relative;
}

.experience:before {
    content: '';
    position: absolute;
    background: var(--lightblue);
    width: 100%;
    height: 85%;
    top: 0;
    left: 0;
}

.exper-arrows {
    cursor: pointer;
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
}

.ex-arr {
    font-size: 30px;
    font-weight: 900;
    width: 50px;
    height: 50px;
    border: 1px solid var(--white);
    color: var(--blue);
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--white);
}

.ex-arr:hover {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: var(--white);
}

.ex-arr#prev {
    position: absolute;
    left: 30px;
}

.ex-arr#next {
    position: absolute;
    right: 30px;
}
/* experience css end */

/* achievements css start */
.achi-sec {
    margin: 0 auto;
    text-align: center;
}
.achi-sec img {
    width: 170px;
    margin: 0 auto 15px;
    display: inline-block;
}
.achievements-slider .slick-slide {
    padding: 0 15px;
}
.steps {
    padding: 0;
}
/* achievements css end */

/* footer css start */
footer {
    padding: 20px 0 50px;
}
footer p {
    text-align: center;
}
/* footer css end */

/* form css */
.form-sec {
    position: fixed;
    top: 20%;
    right: 0px;
    width: 320px;
    background: var(--blue);
    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: #fff;
    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: #fff;
}

.adm-txt h4 {
    font-size: 21px;
    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;
}

.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-color: var(--yellow);
    color: #fff;
}

.topenq a {
    border: none;
    color: #fff;
    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: 0;
        margin-bottom: 1rem;
        height: 650px;
    }

    .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(--yellow);
        padding: 15px;
        transition: all 0.3s ease;
        color: #fff;
        font-size: 16px;
        font-weight: 800;
        text-decoration: none;
        border-radius: 0;
    }

    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }

    .admission {
        margin-top: 0rem;
    }
}
/* form css end */