*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1 {
    font-size: 80px;
    font-family: 'FlamaTrial-Black';
    color: #cc5a28;
}
h3 {
    font-size: 38px;
}
h4 {
    font-size: 34px;
}
h5 {
    font-size: 28px;
}
p {
    font-size: 21px;
    line-height: 1.2;
    /* font-family: 'Flama\ Regular'; */
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, figure, li {
    margin-bottom: 0;
}

h2 {
    font-size: 45px;
    color: #cd5a28;
    margin-bottom: 30px;
}

h2 strong {
    font-family: 'FlamaTrial-Black';
}

h3, h4 {
    font-family: 'FlamaTrial-Bold';
}

@font-face{ font-family: 'MyWebFont'; 
    src: url('../fonts/FlamaTrial-Semibold-BF64c1db8a032cb.otf'); 
}

@font-face{ font-family: 'flamatrial-basic'; 
    src: url('../fonts/FlamaTrial-Basic-BF64c1db8a1e7f6.otf'); 
}

@font-face {
    font-family: 'flama_ultracond_trialmedium';
    src: url('../fonts/FlamaTrial-Medium-BF64c1db89f0be1.otf');
}

@font-face {
    font-family: 'FlamaTrial-Bold';
    src: url('../fonts/FlamaTrial-Bold-BF64c1db88e5897.otf');
}
@font-face {
    font-family: 'FlamaTrial-Book';
    src: url('../fonts/FlamaTrial-Book-BF64c1db8923fcf.otf');
}
@font-face {
    font-family: 'FlamaTrial-Light';
    src: url('../fonts/FlamaTrial-Light-BF64c1db88dc70d.otf');
}
@font-face {
    font-family: 'FlamaTrial-Black';
    src: url('../fonts/FlamaTrial-Black-BF64c1db88e0379.otf');
}
@font-face {
    font-family: 'Flama\ Regular';
    src: url('../fonts/Flama\ Regular.otf');
}
@font-face {
    font-family: 'Amplitude-Bold';
    src: url('../fonts/Amplitude-Bold\ Regular.ttf');
}

body {
    font-family: 'FlamaTrial-Book';
}

.container {
    max-width: 1750px;
}

section {
    padding: 50px 0;
}

/* header section start */
header {
    padding: 30px; 
    background: url(../images/banner1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
}

.logo-sec img {
    max-width: 370px;
}

.banner-sec {    
    padding-top: 60px;
}

.banner-sec p {
    font-family: 'FlamaTrial-Book';
    font-size: 50px;
}

.banner-sec p strong {
    font-family: 'FlamaTrial-Bold';
}

.banner-img-sec,
.banner-txt {
    bottom: 0;
    left: 23%;
}

.banner-txt {
    text-transform: uppercase;
    margin-top: 50px;
}

.banner-txt h5,
.banner-txt a {
    font-size: 32px;
    font-family: 'FlamaTrial-Black';
}

.banner-txt h6 {
    font-size: 28px;
    font-family: 'FlamaTrial-Bold';
    text-transform: capitalize;
    margin: 10px 0;
}

.banner-txt h6 strong {
    font-family: 'FlamaTrial-Black';
}

.banner-txt a {
    display: inline-block;
    background: #cb5a28;
    color: #fff;
    font-size: 22px;
    padding: 5px 20px;
    margin-top: 10px;
}
/* header section end */

/* form css */
.form-sec {
    position: fixed;
    top: 22%;
    right: 0px;
    width: 360px;
    background: #654168;
    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: #ffffff;
    font-size: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
}

.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: 27px;
    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: #654168;
    border: 1px solid #fff;
    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 #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: #362c73;
    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: #fff;
    background: #654168;
    outline: 0;
    font-weight: 600;
}

::placeholder {
    color: #fff;
}

.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: #fff;
    background: #5ba6c2;
    border: none;
}

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

.error {
    color: #fdf8f8;
    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;
    }

    .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: #654168;
    }

    .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;
    }
}

.hjghj {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.hjghj a {
    text-decoration: none;
    color: #ffffff;
    font-size: 0.7rem;
}

/* form css end */

/* three-row section start */
.three-row-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.three-row-icon p {
    margin-top: 15px;
    font-family: 'Flama\ Regular';
}

.three-row-icon p,
.journey-box p,
.liberal-txt p,
.liberal-txt li,
.liberal-arts-txt p,
.programme-sec li {
    font-size: 23px;
}

.three-row-icon {
    border-right: 2px solid #000;
    padding-right: 10px;
    margin-right: 20px;
}

.three-row-icon:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.three-row-icon p strong {
    font-family: 'FlamaTrial-Bold';
}
/* three-row section end */

/* liberal section start */
.liberal {
    padding-top: 0;
    background: #f5f5f5;
}
.liberal-txt {
    padding-top: 50px;
}

.liberal-txt p { 
    margin: 5px 0 10px;
}

.liberal-txt p,
.programme-sec li {
    font-family: 'Flama\ Regular';   
}

.liberal-txt li {
    font-family: 'flama_ultracond_trialmedium';
}

.liberal-txt li:nth-of-type(2) {
    margin: 10px 0;
}

.liberal-txt li::marker {
    color: #cc5a28;
}
/* liberal section end */



/* programme section start */
.major-sec h2 {
    margin-bottom: 0;
}
/* programme section end */

/* liberal-arts section start */
.liberal-arts {
    background: #fef9f5;
}

.liberal-arts .row {
    align-items: flex-end;
}

.liberal-arts-txt p:nth-of-type(1) {
    margin-bottom: 60px;
}

.liberal-arts-txt p {
    z-index: 1;
}

.liberal-arts-img img {
    width: 300px;
}

.liberal-arts-txt,
.liberal-arts-txt p {
    position: relative;
}

.liberal-arts-num {
    position: absolute;
    bottom: 0;
}

.liberal-arts-num img {
    width: 70px;
}
/* liberal-arts section end */

/* school section start */
.lightSlider {
    padding-top: 0;
}

.ltSr .slick-list .slick-track .slick-slide.slick-current .item .ltsrCon {
    background: #b6b6b6;
    color: #fff;
}

.lightSlider .ltsrCon {
    background: #cc5a28;
    color: #000;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    min-height: 280px;
}

.lightSlider .ltsrCon h4 {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    line-height: 48px;
    font-size: 40px;
    font-family: 'Amplitude-bold';
}

.ltSr .slick-slide {
    margin: 0 10px;
}

.ltSr .slick-list {
    margin: 0 -10px;
}

.lightSlider .col-lg-9 {
    margin-left: -100px;
}

.lightSlider .ltsrCon p {
    text-align: left;
    line-height: 1.2;
}

.ltsArrows {
    position: absolute;
    right: 30%;
    top: 50%;
    transform: translateY(-50%);
}

.ltsArrows .slick-arrow {
    position: relative;
    border-radius: 50%;
    border: 2px solid #000;
    width: 45px;
    height: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
    margin-bottom: 5px;
}


.ltsArrows .slick-arrow:hover img {
    z-index: 1;
}

.highLight {
    padding: 0;
}

.ltsArrows .slick-arrow::after {
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    content: "";
    background: #b6b6b6;
    width: 100%;
    transition: all 0.5s;
}

.ltsArrows .slick-arrow:hover::after {
    height: 100%;
}

.ltsArrows img {
    width: 30px;
}

.lightSlider {
    position: relative;
}

.lightSlider .ltsrCon figure svg {
    fill: #fff;
}
/* school section end */

/* learning section start */
.learning {
    background: #fefbf9;
    padding-bottom: 100px;
}

.learning-slider .slick-arrow,
.journey-slider .slick-arrow,
.faculty-slider .slick-arrow {
    position: absolute;
    font-size: 0;
    border: none;
    width: 50px;
    height: 30px;
    bottom: -80px;
    background-size: 45px !important;
}

.faculty-slider .slick-arrow {
    bottom: -50px;
    background-size: 35px !important;
}
.learning-slider .slick-arrow {
    bottom: -50px;
}

.learning-slider .slick-arrow.slick-prev,
.journey-slider .slick-arrow.slick-prev,
.faculty-slider .slick-arrow.slick-prev {
    background: url(../images/arrow-prev1.png) no-repeat;
    left: 35%;
}

.faculty-slider .slick-arrow.slick-prev {
    left: 45%;
}

.learning-slider .slick-arrow.slick-next,
.journey-slider .slick-arrow.slick-next,
.faculty-slider .slick-arrow.slick-next {
    background: url(../images/arrow-nxt1.png) no-repeat;
    right: 55%;
}

.faculty-slider .slick-arrow.slick-next {
    right: 47%;
}

.learning-slider .slick-arrow.slick-disabled,
.journey-slider .slick-arrow.slick-disabled,
.faculty-slider .slick-arrow.slick-disabled {
    filter: grayscale(100%); 
}

.learning-sec {
    display: flex !important;
    gap: 0 50px;
}

.learning-sec figure,
.leaarning-txt {
    width: 100% !important;
}

.learning-txt p {
    margin-top: 20px;
    text-align: justify;
}
/* learning section end */

/* journey section start */
.journey {
    background: #fdf5ef;
    position: relative;
    padding-bottom: 80px;
}

.journey-box {
    border: 3px solid #cd5a28;
    text-align: center;
    padding: 50px 0;
    margin-right: 30px;
    margin-top: 30px;
    flex-basis: 46%;
}
 
.faculty-box,
.campus,
.journey-slider {
    position: relative;
}

.journey-box h6 {
    font-size: 80px;
    font-family: 'FlamaTrial-Black';
}

.journey-slider {
    z-index: 99;
}

.journey-txt,
.testimonial-text,
.campus-text {
    position: absolute;
    left: 0;
    bottom: -60px;
}

.journey-txt {
    bottom: -140px;
}

.journey-txt h6 {
    font-size: 435px;
    color: black;
    -webkit-text-fill-color: #fdf5ef;
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: #faecea;
}

.journey-slider {
    z-index: 1;
}

.journey-txt h6,
.testimonial-text h6 {
    font-family: 'Amplitude-Bold';
}
/* journey section end */

/* major section start */
.major-box-sec {
    display: flex;
    flex-flow: row wrap;
    padding-top: 50px;
}

.major-box {
    flex-basis: 33%;
    margin-bottom: 120px;
    position: relative;
}

.major-box h6 {
    font-size: 60px;
    font-family: 'FlamaTrial-Black';
}

.major-box h5 {
    border-bottom: 2px solid #000;
    width: fit-content;
    padding-bottom: 5px;
    margin-left: 30px;
    font-family: 'flama_ultracond_trialmedium';
}

.major-gry {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    background: #efefef;
    top: 45px;
    z-index: -1;
}

.major-gry::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #cd5a28;
    right: 0;
}

.major-gry.btm::before {
    bottom: 0;
    left: 0;
}
/* major section end */

/* testimonial section start */
.testimonial {
    position: relative;
}

.testimonial-sec {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    left: 13%;
}

.testimonial-text h6 {
    font-size: 310px;
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #f0f0f0;
    text-shadow: 15px -10px 6px #efefef;
}

.testimonial-text {
    bottom: -45px;
    z-index: -1;
} 

.test {
    display: none;
}

.testimnl-img img {
    position: absolute;
    left: 33%;
    top: -2px;
    width: 200px;
}
/* testimonial section end */

/* faculty section start */
.faculty {
    background: #fdf5ef;
}

.faculty-slider,
.journey-slider {
    display: flex;
    flex-flow: row wrap;
}

.faculty-box {
    flex-basis: 33%;
    padding-right: 25px;
    margin-top: 25px;
    height: 100%;
}

.faculty-txt small {
    font-size: 15px;
}

.faculty-box figure {
    background: #ededed;
}

.faculty-box figure img {
    /* min-height: 450px; */
    object-fit: cover;
    width: 100%;
}

.faculty-txt {
    background: #cd5a28;
    color: #fff;
    padding: 15px 10px;
    min-height: 145px;
}

.faculty-txt h5 {
    font-family: 'MyWebFont';
    margin-bottom: 5px;
}

.faculty-txt p {
    font-family: 'FlamaTrial-Book';
}
/* faculty section end */

/* campus section start */
.campus-life-sec h2 {
    text-transform: uppercase;
    font-size: 100px;
}

.campus-text h6 {
    font-size: 310px;
    color: black;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #cc5a28;
}
/* campus section end */

/* st-img section start */
.st-img-sec {
    display: flex;
    gap: 0 10px;
    margin-top: 10px;
}

.std {
    flex: 1;
}

.std.st1 {
    flex: 2;
}


.std img {
    min-height: 360px;
    object-fit: cover;
}
/* st-img section end */


/* footer section start */
footer {
    padding: 30px 0;
}

footer a {
    text-decoration: none;
    color: #fff;
    background: #654168;
    display: inline-block;
    padding: 10px 20px;
    font-size: 25px;
    font-family: 'FlamaTrial-Bold';
}
/* footer section end */


/* dream css start */
.dream {
    background: #e9e5e5;
}

.dream h2 {
    margin: 35px 0;
}

.dream-box-sec,
.dream-box,
.dream-txt {
    display: flex;
}

.dream-box-sec {
    gap: 20px;
}

.dream-box {
    align-items: center;
    padding: 10px 15px;
    border: 2px solid #d95c2d;
    flex: 1;
    gap: 10px;
}

.dream-img {
    width: 15%;
}

.dream-txt {
    width: 85%;
    gap: 5px;
    align-items: center;
}

.dream-txt p {
    font-size: 15px;
    font-family: 'FlamaTrial-Bold';
}

.dream-txt p strong {
    font-size: 38px;
}

.type-tab-btn {
    width: 40%;
    margin-right: 50px;
}

.type-tab-txt {
    width: 60%;
    border: 2px solid #d95c2d;
    padding: 30px 50px;
    align-content: center;
}

.type-tab-btn .nav-pills .nav-link {
    border-radius: 0;
    text-align: left;
}

.type-tab-btn .nav-pills .nav-link.active {
    background: transparent;    
    font-family: 'FlamaTrial-Bold';
}

.type-tab-btn .nav-pills .nav-link.active,
.type-tab-btn .nav-pills .nav-link {
    color: #231f20;
    border-bottom: 2px solid #a1a3a5;
    padding: 0 0 10px;
    margin-bottom: 10px;
    font-size: 28px;
}

.type-tab-btn .nav-pills .nav-link:last-child {
    border-bottom: none;
}

.type-acc-sec {
    display: none;
}
/* dream css end */