/* @import url('../fonts/stylesheet.css'); */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1,
h2,
h3,
h5,
h4,
h6,
p,
ul,
li,
figure {
    margin: 0;
    line-height: 1.2;
}

.editor-panel {
    background: #c81631;
    padding: 20px;
    text-align: center;
}

.editor-panel button {
    background: #fff;
    border: none;
    padding: 5px 20px;
    text-align: center;
    font-size: 16px;
}

section {
    padding: 60px 0;
}

h2 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Gotham Ultra';
}

h2 span {
    font-weight: 900;
}

p,
li {
    font-size: 25px;
    line-height: 1.3;
}

html,
body {
    font-family: 'Amplitude';
}

.container {
    max-width: 100%;
    padding: 0 300px;
}

:root {
    --red: #e31937;
    --blue: #072670;
    --yellow: #f9b000;
}


/* slider */

.program-slider {
    width: 100%;
    padding: 0px 50px 0 30vw;
    margin-left: auto;
    position: relative;
}

.program-card {
    margin: auto;
    background: #1599d6;
    color: #fff;
    padding: 100px;
    position: relative;
}

.figh {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 1;
}

.top-text {
    font-size: 25px;
    padding-bottom: 50px;
    line-height: 1.5;
}

.features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 40px;
}

.catArrow {
    display: flex;
    gap: 8px;
    position: absolute;
    left: 15%;
    top: 50%;
    transform: translate(-50%, 0%);
    flex-direction: column;
}

.catArrow svg {
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    transition: all 0.5s;
    background: #1599d6;
    fill: #fff;
}

.catArrow svg:hover {
    background: var(--yellow);
    color: #fff;
}

.feature {
    padding: 0 30px;
    position: relative;
}

.feature:nth-child(2)::after {
    content: "";
    position: absolute;
    left: -3vw;
    top: 0;
    width: 2px;
    height: 100%;
    background: #007ec7;
}

.feature:nth-child(2)::before {
    content: "";
    position: absolute;
    right: 4vw;
    top: 0;
    width: 2px;
    height: 100%;
    background: #007ec7;
}

.feature h2 {
    margin: 0;
    font-size: 75px;
    line-height: 15px;
}

.feature span {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Amplitude';
}

.feature p {
    margin-top: 8px;
    font-size: 26px;
    line-height: 1.3;
}

.divider {
    width: 100%;
    height: 2px;
    background: #007ec7;
    margin: 45px 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.swiper-button-next {
    background: #ffb000;
    color: #fff;
}

.swiper-button-prev {
    background: #1997d4;
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
    font-weight: bold;
}


/* banner section css start */

.banner {
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    color: #ffffff;
    padding: 0;
    position: relative;
    place-content: center;
    margin: 50px 50px 0;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.banCon h1 {
    font-size: 60px;
    line-height: 1;
    border-bottom: 2px solid #fff;
    width: fit-content;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.banCon h2 {
    font-size: 80px;
    text-transform: uppercase;
    color: var(--yellow);
    font-family: 'Gotham Ultra';
    line-height: 1;
}

.banCon h3 {
    font-size: 100px;
    font-weight: 900;
    background: #6080C4;
    background: linear-gradient(to right, #6080C4 3%, #0EA890 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    margin-top: -10px;
}

.banCon h4 {
    font-size: 30px;
    font-weight: 100;
}

.banCon {
    padding-top: 100px;
}


/* banner section css end */


/* career section css start */

.career {
    background: #eaeaea;
    width: 85%;
}

.career .heading p:nth-child(2) {
    padding-top: 20px;
}

.career .heading p {
    text-align: justify;
    padding-bottom: 10px;
}

.career .container {
    padding-right: 110px;
}

.career .heading h2 span {
    color: #009fe3;
}


/* career section css end */


/* timeline section css start */

.timeline .heading {
    padding-bottom: 70px;
    text-align: center;
    position: relative;
}


/* .timeline .heading::before {
    content: "";
    position: absolute;
    left: 54px;
    top: 28%;
    transform: translate(0, -50%);
    background: #bfbfbf;
    width: 15%;
    height: 7px;
    border-radius: 7px;
} */

.timeline .heading h2 span {
    color: #009fe3;
}

.timeline .text .figN .line {
    width: 55%;
    height: 7px;
    border-radius: 10px;
    background: #009fe3;
    position: absolute;
    right: -6.8vw;
}

.timeline .text .figN {
    display: flex;
    align-items: center;
    position: relative;
}

.timeline .text .figN figure {
    width: 45%;
    margin: auto;
    position: relative;
}

.timeline .text h4 {
    font-size: 22px;
    font-family: 'Gotham Ultra';
    text-align: center;
    position: relative;
    text-transform: uppercase;
    padding: 20px 0 10px;
    color: #009fe3;
}

.timeline .text {
    text-align: center;
    padding-bottom: 40px;
}

.timeline .row .col-lg-4:nth-child(3) .line,
.timeline .row .col-lg-4:nth-child(6) .line {
    display: none;
}

.timeline .text small {
    font-size: 20px;
    line-height: 1.2;
}

.timeline .text small span {
    font-weight: bold;
}

.timeline .text small sub {
    bottom: 4px;
    font-size: 12px;
}

.timeline .row .col-lg-4:nth-child(2) .line,
.timeline .row .col-lg-4:nth-child(4) .line {
    background: var(--yellow);
}

.timeline .row .col-lg-4:nth-child(4) .line {
    margin-top: -18px;
    right: -7vw;
}

.timeline .row .col-lg-4:nth-child(5) .line {
    right: -7vw;
}

.timeline .row {
    position: relative;
}

.timeline .row::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 4vw;
    width: 90px;
    height: 44.5%;
    border-right: 7px solid #0ea5e9;
    border-top: 7px solid #0ea5e9;
    border-bottom: 7px solid #0ea5e9;
    border-radius: 0 25px 25px 0;
}

.timeline .row .col-lg-4:nth-child(2) h4,
.timeline .row .col-lg-4:nth-child(5) h4 {
    color: var(--yellow);
}

.figN .curImg {
    position: absolute;
    left: 41px;
    top: -16px;
    transform: translate(0, -50%);
    width: 170px;
}


/* .timeline .row .col-lg-4:nth-child(1) figure::before {
    content: "";
    position: absolute;
    left: -62px;
    top: 50%;
    transform: translate(0%, -50%);
    background: #bfbfbf;
    height: 7px;
    width: 50px;
    border-radius: 5px;
}

.timeline .row .col-lg-4:nth-child(1) figure::after {
    content: "";
    position: absolute;
    left: -62px;
    top: 0%;
    background: #bfbfbf;
    height: 198px;
    width: 7px;
    border-radius: 5px;
    transform: translate(0, -58%);
} */


/* timeline section css end */


/* programme section css start */

.programme .heading h2 {
    color: #009fe3;
    padding-bottom: 50px;
    text-align: center;
}

.programme figure {
    border-bottom: 20px solid #009fe3;
}

.rghttable table tr {
    display: flex;
}

.rghttable table {
    width: 100%;
}

.rghttable table tr td {
    border-bottom: 2px solid #dc9d08;
    padding: 20px 20px 20px;
    margin-bottom: 10px;
    display: block;
    font-size: 20px;
    width: 70%;
    margin-left: 7%;
    line-height: 1.1;
    position: relative;
}

.rghttable {
    background: var(--yellow);
    padding: 50px 150px 50px 50px;
    height: 100%;
    margin-left: 40px;
}
.table-wrapper {
    height: 510px;
    overflow-y: auto;
}


.table-wrapper::-webkit-scrollbar {
    width: 5px;
}


.table-wrapper::-webkit-scrollbar-track {
    background: #dc9d08;
}


.table-wrapper::-webkit-scrollbar-thumb {
    background: #000000;
    }





.rghttable table tr td:nth-child(1) {
    width: 30%;
    margin-left: 0;
    font-weight: 900;
    text-transform: uppercase;
}

.rghttable table tr:nth-child(1) td {
    background: #000000;
    color: #fff;
    margin: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
}

.rghttable table tr:nth-child(1) td:nth-child(2) {
    padding-left: 7%;
}

.programme .container {
    padding-right: 0;
}

.programme .container .row {
    --bs-gutter-x: 0;
}

.rghttable table tr td:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -26px;
    top: 0;
    background: #dc9d08;
    width: 2px;
    height: 100%;
}

.rghttable table tr:nth-child(1) td::before {
    display: none;
}

.rghttable table tr:first-child {
    margin-bottom: 30px;
    position: sticky;
    top: 0;
    z-index: 1;
}


/* programme section css end */


/* industries section css start */

.industries .heading {
    text-align: center;
    padding-bottom: 50px;
}

.industries .container {
    padding: 0;
}

.industries .container .row {
    --bs-gutter-x: 0;
    position: relative;
}

.industries {
    position: relative;
}

.industries .col-lg-3 {
    position: absolute;
    top: 0;
    left: 0;
}

.industries .container .row .col-lg-3:nth-child(2) {
    left: 300px;
}

.industries .container .row .col-lg-3:nth-child(3) {
    right: 300px;
    left: unset;
    text-align: end;
}

.industries .textT h3 {
    font-size: 84px;
    font-weight: 900;
    display: flex;
    line-height: 1;
}

.industries .textT h3 span {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    top: 15px;
}

.industries .textT h3 sup {
    top: 27px;
    font-size: 35px;
    font-weight: 400;
}

.industries .textT {
    padding-bottom: 60px;
}

.industries .container .row .col-lg-3:nth-child(3) .textT h3 {
    justify-content: end;
}

.industries .heading h2 {
    padding-bottom: 30px;
}

.industries .heading h2 span {
    color: #009fe3;
}


/* industries section css end */


/* build section css start */

.build .heading {
    text-align: center;
    padding-bottom: 50px;
}

.build .heading p {
    padding: 10px 0 50px;
}

.build .heading h2 span {
    color: #009fe3;
}

.build .buiCon {
    background: #009fe3;
    padding: 50px;
    color: #fff;
    height: 100%;
}

.build .buiCon .fig {
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}

.build .buiCon .fig figure {
    width: 10%;
}

.build .buiCon .fig h4 {
    width: 90%;
    font-size: 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
}

.build .row {
    gap: 20px 0;
}

.build .row .col-lg-6:nth-child(2) .buiCon,
.build .row .col-lg-6:nth-child(3) .buiCon {
    color: #000;
    background: var(--yellow);
}

.build .row .col-lg-6:nth-child(2) .buiCon h4,
.build .row .col-lg-6:nth-child(3) .buiCon h4 {
    color: #000;
}


/* build section css end */


/* growth section css start */

.growth {
    background: #eaeaea;
}

.growth .heading h2 span {
    color: #009fe3;
}

.growth .heading h2 {
    padding-bottom: 35px;
}

.growth h3 {
    background: #009fe3;
    margin-bottom: 20px;
    padding: 25px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 35px;
    position: relative;
}

.growth .heading {
    padding-right: 140px;
}

.growth h3::after {
    content: "v";
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    z-index: 1;
}

.growth .col-lg-6 h3:last-child::after {
    display: none;
}


/* growth section css end */


/* who section css start */

.who .heading h2 {
    color: #009fe3;
    text-align: center;
    padding-bottom: 50px;
}

.who .whText h4 {
    font-size: 25px;
    margin-bottom: 100px;
    position: relative;
}

.who .whText h4::after {
    content: "";
    position: absolute;
    right: -70px;
    top: 69%;
    width: 80px;
    height: 30px;
    background-image: url(../img/curve.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(0, -50%);
}

.who .whText h4 span {
    font-weight: 900;
    font-size: 30px;
}

.whText {
    height: 100%;
}

.who figure {
    text-align: center;
}

.who figure {
    position: relative;
}

.who figure::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(100% - 150px);
    height: 15px;
    background: #00adee;
    transform: translate(-50%, 0);
}

.who .row .col-lg-3:nth-child(1) .whText h4:first-child {
    left: 130px;
}

.who .row .col-lg-3:nth-child(1) .whText h4:nth-child(3) {
    left: 10px;
}

.who .row .col-lg-3:nth-child(1) .whText {
    padding-top: 60px;
}

.who .row .col-lg-3:nth-child(3) .whText {
    place-content: center;
}

.who .row .col-lg-3:nth-child(3) .whText h4::after {
    right: unset;
    left: -90px;
    top: 24%;
}

.who .row .col-lg-3:nth-child(3) .whText h4:nth-child(1)::after {
    rotate: 140deg;
    left: -120px;
    top: 38%;
}

.who .row .col-lg-3:nth-child(3) .whText h4:nth-child(2)::after {
    rotate: -60deg;
    left: -75px;
    top: 56%;
}


/* who section css end */


/* make section start */

.makes .heading h2 {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 30px;
    padding-bottom: 50px;
}

.makes p {
    background: #00adee;
    padding: 80px 80px 120px;
    color: #fff;
}

.mls p {
    background: transparent;
    padding: 0;
    color: #000;
}

.makeSlider .mks h4 {
    font-weight: 900;
    font-size: 25px;
    color: #000;
}

.makeSlider .mks p {
    font-size: 20px;
}

.makeSlider .mks figure {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    transition: all 0.5s;
}

.makes .mls::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 78%;
    width: 100%;
    background: var(--yellow);
}

.makeSlider .mks {
    position: relative;
    height: 100%;
    padding: 50px 50px 20px;
}

.makeSlider .mks figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.makeSlider .swiper-slide {
    height: auto;
}

.makes .mls {
    padding: 50px;
    margin: -60px 5%;
    position: relative;
}

.makeSlider .swiper-slide-next figure {
    height: 100%;
}

.makeSlider .swiper-slide-next .mks {
    padding: 120px 50px 20px;
}

.makeSlider .swiper-slide-next h4,
.makeSlider .swiper-slide-next p {
    color: #fff;
}

.makeSlider .swiper-slide-next h4 {
    padding-bottom: 15px;
}

.makeSlider .swiper-slide-next .mks {
    place-content: end;
}

.mls .catArrow {
    position: relative;
    justify-content: center;
    display: flex;
    transform: unset;
    flex-direction: row;
    z-index: 99;
    left: 0;
    top: 0;
    padding-bottom: 20px;
}

.mls .catArrow svg {
    border-radius: 0;
    background: transparent;
    fill: #ffffff;
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
}

.mls .catArrow svg:hover {
    background: #fff;
    fill: #00abeb;
    border-color: #fff;
}


/* make section end */


/* asked section css start */

.asked h2 {
    color: #009fe3;
    padding-bottom: 20px;
}

.asked figure {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.asked .row {
    position: relative;
}

.asked .accordion-item .accordion-button {
    font-size: 25px;
    font-weight: 300;
    /* background: #009fe3; */
    padding: 20px;
    /* color: #fff; */
    border-bottom: 2px solid #e4e4e4;
    border-radius: 0;
    margin-bottom: 10px;
    font-family: 'Amplitude';
}


/* Remove Bootstrap default arrow */

.accordion-button::after {
    content: "+";
    background-image: none !important;
    width: 24px;
    height: 24px;
    font-size: 28px;
    font-weight: 300;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-left: auto;
    transform: none;
}


/* Change + to - when accordion is open */

.accordion-button:not(.collapsed)::after {
    content: "−";
    color: #fff;
    transform: none;
}

.asked .accordion-item {
    border: none;
}

.asked .accordion-item .accordion-header {
    padding: 0;
}

.asked .accordion-item .accordion-button:not(.collapsed) {
    background: #009fe3;
    color: #fff;
    font-weight: 900;
    border-radius: 0;
    border: none;
}

footer {
    margin: auto;
    width: 30%;
    height: 15px;
    background: #009fe3;
    margin-top: 50px;
}


/* asked section css end */


/* form css */

.form-sec {
    position: fixed;
    top: 27%;
    right: 0px;
    width: 360px;
    background: transparent;
    padding: 0;
    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: 27px;
    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: "";
    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: 49%;
    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(--blue);
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: var(--blue);
    text-decoration: none;
}

.error {
    color: #fdf8f8;
    font-size: 12px;
    margin-left: 4px;
    position: absolute;
    bottom: -15px;
    left: 0px;
    line-height: 11px;
}


@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;
    }
}

.bnr-btn a{
    display: inline-block;
    font-size: 18px;
    color: #fff;
    background-color: #1599d6;
    padding: 10px 24px;
    text-decoration: none;
    font-weight: 700;
      
}
.bnr-btn a:hover{
    background-color: #f9b000;
}
.bnr-btn{
    margin-top: 20px;
}