@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..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;
}

h1,
h2,
h3,
h5,
h4,
h6 {
    font-family: "Playfair", serif;
}

a {
    color: #000;
}

section {
    padding: 60px 0;
}

p,
li {
    font-size: 20px;
    line-height: 1.3;
    font-family: "Lato", sans-serif;
}

:root {
    --red: #e52a2e;
}

h2 {
    font-size: 55px;
    line-height: 1.1;
    color: #c59c55;
    font-weight: 900;
}

h3 {
    font-size: 40px;
}

h1 {
    font-size: 110px;
    padding-bottom: 10px;
    font-weight: 900;
    line-height: 1;
}

.container {
    max-width: 100%;
    padding: 0 250px;
}

html,
body {
    font-family: "Lato", sans-serif;
}


/* banner section css start */

.banner {
    background: #A0B9ED;
    background: linear-gradient(180deg, rgba(160, 185, 237, 1) 0%, rgba(209, 217, 228, 1) 70%);
    padding-top: 10px;
    height: 100vh;
    overflow: hidden;
}

.logo {
    padding: 0px 40px;
    padding-bottom: 50px;
}


/* .banner .banCon {
    text-align: center;
    width: 70%;
    margin: auto;
} */


/* .banner .banCon .banBtn {
    display: flex;
    justify-content: center;
    gap: 234px;
    align-items: center;
    padding-right: 106px;
} */

.banner .banCon .banBtn p {
    /* font-weight: 600; */
    padding: 20px 0;
}

.collaboration .row .col-lg-6:last-child br {
    display: none;
}

.collaboration .row .col-lg-6:last-child {
    width: 100%;
}

.banner .banCon .banBtn a {
    background: #fff;
    padding: 10px 20px;
    text-decoration: none;
    color: #c59c55;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    display: inline-block;
    /* margin-top: 10px; */
}

figure.back {
    margin-top: -95px;
}


/* banner section css end */


/* collaboration section css start */

.collaboration .colaL {
    background: #b5843b;
    padding: 50px 100px;
    height: 100%;
    color: #fff;
}

.colaL figure {
    margin-top: 25px;
}

.collaboration .row {
    --bs-gutter-x: 0;
}

.collaboration .row .col-lg-6:last-child .colaL {
    background: #c59c54;
    display: flex;
    align-items: center;
    gap: 40px;
}

.collaboration .colaL .cls {
    display: flex;
    gap: 0px;
    margin-top: 0;
    justify-content: space-between;
    width: 70%;
}

.collaboration .row .col-lg-6:last-child .colaL h3 {
    width: 30%;
}

.collaboration .colaL .cls h3 {
    position: relative;
    font-size: 30px;
}

.collaboration .colaL .cls h3:first-child:after {
    display: none;
}

.collaboration .colaL .cls h3::after {
    content: "";
    position: absolute;
    left: -42px;
    top: 50%;
    width: 2px;
    height: 85%;
    background: #b5843b;
    transform: translate(0, -50%);
}

.collaboration {
    padding: 0 0 0px;
    margin-top: -148px;
    position: relative;
    z-index: 1;
}


/* collaboration section css end */


/* study section css start */

.study {
    background: #2d3649;
    color: #fff;
    padding-top: 130px;
    margin-top: 0;
    position: relative;
    padding-bottom: 0;
}

.study>figure {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.study .row .col-lg-4:nth-child(3) .heading {
    border: 2px solid #b5843b;
    padding-bottom: 50px;
    border-top: 0;
    border-bottom: 0;
    height: 100%;
}

.study .row .col-lg-4:nth-child(4) .heading:first-child {
    border: 2px solid #b5843b;
    border-left: 0;
    padding: 50px 50px 50px 0px;
}

.study .heading {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.study .row .col-lg-4:nth-child(4) .heading:last-child {
    border-right: 2px solid #b5843b;
    padding: 50px 50px 50px 0px;
}

.study .row .col-lg-4:nth-child(4) {
    margin-top: -155px;
}

.study .row .col-lg-4:nth-child(1) .heading {
    padding-right: 0;
    padding-bottom: 200px;
    padding-left: 0;
}

.stCon h4:last-child {
    border-top: 2px solid #b5843b;
    padding-top: 25px;
    margin-top: 25px;
}

.stCon {
    background: #c59c54;
    padding: 50px;
    margin: -110px 0px 0 30px;
}

.study .row .col-lg-4:nth-child(1) .heading,
.study .row .col-lg-4:nth-child(2) .heading,
.study .row .col-lg-4:nth-child(3) .heading {
    padding-top: 50px;
}

.stCon h4 {
    font-family: 'Lato';
    font-size: 35px;
}

.study .row .col-lg-4:nth-child(5) {
    width: 24.333333%;
}

.study .row .col-lg-4:nth-child(6) {
    width: 42.33%;
}

.study .row .col-lg-4:nth-child(6) .heading {
    border: 2px solid #b5843b;
    border-left: 0;
    border-bottom: 0;
    padding: 50px;
    height: 100%;
}

.study .row {
    --bs-gutter-x: 0;
}

figure.order {
    bottom: -30px;
    transform: translate(-50%, 0);
    left: 47%;
    place-content: end;
}


/* study section css end */


/* industry section css start */

.industry .heading {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.industry .indAll {
    border-bottom: 2px solid #8a8e99;
    padding-bottom: 50px;
    margin-bottom: 50px;
    display: flex;
    gap: 50px;
}

.industry .indAll h4 {
    font-size: 35px;
    color: #c59c55;
    font-weight: 800;
    padding-bottom: 5px;
}

.industry .indAll .indCon {
    width: 50%;
}

.industry .row {
    --bs-gutter-x: 70px;
}

.industry {
    padding-top: 120px;
    position: relative;
}

.industry figure {
    position: absolute;
    bottom: 50px;
    left: 30%;
    transform: translate(-50%, 0);
}

.industry .col-lg-8 .indAll:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}


/* industry section css end */


/* advisory section css start */

.adSliders {
    display: flex;
    align-items: end;
    gap: 15px;
    margin: 0 60px;
}

.adSliders .item {
    width: 10%;
    position: relative;
}

.adSliders .item figure img {
    width: 100%;
}

.adSliders .item.active figcaption {
    left: 100%;
    opacity: 1;
    width: 70%;
}

.adSliders .item figcaption {
    position: absolute;
    left: 100%;
    top: 37%;
    opacity: 0;
    transform: translate(0, -50%);
    border-bottom: 2px solid #c59c55;
    padding: 25px;
}

.advisory .heading {
    position: absolute;
    padding: 40px;
    border: 2px solid #c59c55;
    width: 25%;
}

.adSliders .item.active {
    width: 40%;
}

.mtsc {
    display: flex;
    gap: 50px;
    align-items: center;
}

.mttext h4 {
    font-size: 35px;
    padding-bottom: 18px;
    font-family: 'Lato';
    font-weight: 600;
}

.work .heading {
    text-align: center;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wrCon {
    box-shadow: 7px 7px 0px 0px #c59c5596;
    background: #c59c55;
    color: #fff;
    text-align: center;
    padding: 30px;
    height: 100%;
    place-content: center;
}

.work .row {
    gap: 20px 0;
}

.wrCon h3 {
    font-size: 25px;
}

.mtsc .mtcd {
    width: 30%;
}

.mtsc .mttext {
    width: 70%;
    padding-bottom: 110px;
}

.mtsc .mttext p {
    font-size: 23px;
    line-height: 1.5;
}


/* advisory section css end */


/* supported section css start */

.supported {
    background-color: #fff2de;
}

.supported .heading {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 50px;
}

.suSlider .item {
    display: flex;
    align-items: center;
    gap: 50px;
    border-bottom: 2px solid #c59c55;
}

.suSlider .item .suCon h4 {
    color: #c59c55;
    font-weight: 800;
    font-size: 35px;
}

.suSlider .swiper-slide .item:last-child {
    margin-top: 70px;
}

.indArrow,
.success .thumb {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    gap: 10px;
}

.hero .thumb {
    display: flex;
    margin-top: 35px;
    gap: 10px;
}

.indArrow svg,
.success .thumb svg,
.hero .thumb svg {
    width: 30px;
    border: 2px solid #000;
    transition: all 0.5s;
}

.indArrow svg:hover,
.success .thumb svg:hover,
.hero .thumb svg:hover {
    border-color: #c59c55;
    background: #c59c55;
    fill: #fff;
}


/* supported section css end */


/* mentor section css start */

.mtSlider .item {
    position: relative;
    height: 100%;
    border-bottom: 3px solid #d3d3d3;
    padding-bottom: 50px;
}

.mtSlider .item .suCon h4 {
    font-size: 50px;
    color: #c59c55;
    font-weight: 800;
}

.mtSlider .item .suCon p {
    font-size: 25px;
}

.mtSlider .item .suCon {
    padding: 25px 0 0;
}


/* .mtSlider .item::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 0;
    height: 7px;
    background: #c59c55;
    transform: translate(-50%, 0);
    transition: all 0.5s;
} */

.mtSlider .item figure {
    background: #fff2de;
    padding: 50px 0 0;
}

.mtSlider .swiper-slide {
    height: auto;
}

.mtSlider .item figure img {
    width: 100%;
}

.meet .heading {
    text-align: center;
    padding-bottom: 40px;
}

.mtSlider .swiper-slide.swiper-slide-active .item::after {
    width: 100%;
}


/* mentor section css end */


/* learning section css start */

.learning .heading {
    text-align: center;
    padding-bottom: 100px;
}

.learning .heading h2 {
    padding-bottom: 15px;
}

.leaCon {
    border: 2px solid #c59c55;
    padding: 0 50px 50px;
    height: 100%;
    text-align: center;
    position: relative;
}

.leaCon figure {
    background: #c59c55;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: -30px auto 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}

.leaCon:hover figure {
    background: #2e364a;
}

.learning .row {
    --bs-gutter-x: 0;
    position: relative;
}

.learning .row .col-lg-3:nth-child(2) .leaCon {
    border-right: 0;
    border-left: 0;
}

.learning .row .col-lg-3:nth-child(3) .leaCon {
    border-right: 0;
}

.leaCon h4 {
    color: #c59c55;
    font-size: 31px;
    padding: 25px 0 5px;
    transition: all 0.2s;
}

.leaCon p {
    transition: all 0.2s;
}

.leaCon:hover h4,
.leaCon:hover p {
    color: #fff;
}

.learning .leaCon::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #c59c55;
    z-index: -1;
    transition: all 0.5s;
}

.leaCon:hover::after {
    height: 100%;
}


/* learning section css end */


/* marker section css start */

.marker {
    color: #fff;
    position: relative;
}

.marker .container,
.marker .container .row {
    padding: 0;
    --bs-gutter-x: 0;
    position: relative;
}

.marker .container .heading {
    padding: 0 250px;
    z-index: 2;
}

.marker .mrs {
    display: flex;
    align-items: end;
}

.marker .mrs .mrst {
    width: 40%;
    padding: 70px 0px 140px 250px;
    border: 2px solid #c59c55;
    border-left: 0;
    border-bottom: 0;
}

.marker .mrs figure {
    width: 60%;
    padding-right: 100px;
    position: relative;
    z-index: 99999;
    padding-top: 60px;
}

.marker .mrs .mrst h4 {
    font-size: 45px;
    color: #c59c55;
    font-weight: 800;
}

.marker>h2 {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    font-size: 35vw;
    color: #262d3f;
    text-transform: lowercase;
    z-index: 1;
}

.marker .mrs figure figcaption img {
    width: auto;
}

.marker .mrs figure figcaption {
    position: absolute;
    top: 47%;
    left: 64%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.marker .heading {
    position: absolute;
    top: 110px;
    /* z-index: 2; */
}

.marker .top {
    position: relative;
    background: #2e364a;
}

.marker .bootom {
    width: 50%;
    padding-left: 250px;
    margin-top: -60px;
    display: flex;
    align-items: end;
    gap: 20px;
}

.marker .bootom .thumb {
    width: 20%;
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
}

.marker .bootom .thumb svg {
    width: 30px;
    border: 2px solid #000;
    transition: all 0.5s;
}

.marker .bootom .thumb svg:hover {
    border-color: #c59c55;
    background: #c59c55;
    fill: #fff;
}

.mrb figure {
    background: #c59c55;
    padding-top: 20px;
    position: relative;
    margin-bottom: 20px;
}

.mrb figure::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    transform: translate(-50%, 0);
    width: 0;
    height: 5px;
    background: #2e364a;
    transition: all 0.5s;
}

.mrSwiper2 .swiper-slide-thumb-active .mrb figure::after {
    width: 100%;
}


/* .marker .top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2e364a;
    z-index: -1;
} */

.marker .mrs figure img {
    position: relative;
    width: 100%;
}

.marker .mrs figure::after {
    content: "";
    position: absolute;
    right: 140px;
    top: 0;
    height: 65%;
    width: 2px;
    background: #c59c55;
}

.marker .mrs figure::before {
    content: "";
    position: absolute;
    right: 140px;
    top: 65%;
    height: 2px;
    width: 60%;
    background: #c59c55;
    transform: translate(0%, -50%);
}


/* marker section css end */


/* success section css start */

.sucSwiper {
    border-bottom: 3px solid #c59c55;
    padding-bottom: 30px;
}

.sucSwiper .swiper-slide-thumb-active h4 {
    color: #c59c55;
}

.success {
    position: relative;
}

.success::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 50.5%;
    width: 170px;
    height: 300px;
    border: 2px solid #c59c55;
}

.success::after {
    content: "";
    position: absolute;
    right: 113px;
    top: 25.5%;
    width: 170px;
    height: 300px;
    border: 2px solid #c59c55;
}

.success .heading {
    text-align: center;
    padding-bottom: 40px;
}

.success .heading h2 {
    padding-bottom: 15px;
}

.scC h4 {
    text-align: center;
    padding: 20px 40px;
    font-weight: 800;
}


/* success section css end */


/* scholarships section css start */

.scholarships {
    background: #c59c55;
    color: #fff;
    position: relative;
    padding: 180px 0;
}

.scholarships h2 {
    color: #fff;
}

figure.law {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.scholarships .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.schlCon {
    border: 2px solid #fff;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.schlCon .scCn {
    display: flex;
    align-items: center;
    gap: 20px;
}

.schlCon .scCn h4 {
    font-size: 35px;
    font-weight: 800;
}


/* scholarships section css end */


/* hero section start */

.hrCon figure img {
    aspect-ratio: 2/1;
    object-fit: contain;
    width: 200px;
}

.hrCon figure:first-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #dfdfdf;
}

.hero .heading {
    padding-right: 100px;
}

.hero .heading h2 {
    padding-bottom: 13px;
}

footer p {
    border-top: 2px solid #dfdfdf;
    padding: 30px 0;
}


/* hero section end */


/* form css */

.form-sec {
    position: fixed;
    top: 15%;
    right: 0px;
    width: 360px;
    background: var(--red);
    padding: 30px;
    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: 22px;
    color: #ffffff;
}

.adm-txt h4 {
    font-size: 23px;
    color: #ffffff;
}

.adm-txt {
    color: #ffffff;
    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 #ffffff;
    /* 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: #ffffff;
    background-color: var(--red);
    border: none;
}

.topenq .btn:first-child:active {
    color: #000;
}

.topenq a {
    border: none;
    color: #ffffff;
    background-color: var(--red);
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.error {
    color: #ff0000;
    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;
    }
    .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;
        padding: 15px;
        transition: all 0.3s ease;
        color: #ffffff;
        font-size: 16px;
        text-decoration: none;
    }
    .slide-righta.active .side-slide-form-wrap {
        display: block;
    }
    .admission {
        margin-top: 0rem;
    }
}


/* update css start */

.mtSlider .item .quote figure {
    width: 10%;
    padding: 0;
    background: transparent;
}

.mtSlider .item .quote {
    display: flex;
    align-items: end;
    gap: 20px;
    margin-bottom: 50px;
}

.mtSlider .item .quote .line {
    width: 90%;
    height: 3px;
    background: #cbd3e4;
    margin-bottom: 10px;
}


/* update css end */