@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Montserrat", sans-serif;
}

body {
    color: #d35c22;
}

.container {
    max-width: 1733px;
}

h1 {
    font-size: 55px;
    line-height: 1;
    color: #060606;
    font-weight: 600;
}

h1 span {
    color: #d35c22;
    font-weight: bolder;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 35px;
}

h2, h3, h4 {
    font-weight: bold;
}

p {
    font-size: 25px;
}

a {
    text-decoration: none;
}

section {
    padding: 50px 0;
}

figure {
    margin-bottom: 0;
}

/* header section start */
header {
    padding: 30px;
}
.header-sec img {
    max-width: 280px;
}
/* header section end */

/* banner section start */
.banner {
    background: url(../images/banner-bck.jpg) top center no-repeat;
    background-size: cover;
    height: calc(100vh - 100px);
    position: relative;
}

.banner-sec {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.bba-sec {
    background: #d35c22;
    padding: 10px;
    color: #fff;
    max-width: 240px;
    border-radius: 40px;
    text-align: center;
    margin: 20px 0;
}

.bba{
    position: relative;
}
.bba-arrows {
    display: inline-block !important;
    font-size: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    z-index: 1;
}
#bba-prev,
#bba-next{
    left: 10px;
    top: 16px;
}
#bba-next{
    left: 210px;
}

.bann-apply a {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.banner-img-sec {
    display: none;
}
/* banner section end */


/* form css */
.form-sec {
    position: fixed;
    top: 15%;
    right: 0px;
    width: 360px;
        background: #102783;
    padding: 10px 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: 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: #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 #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: #fff;
    font-weight: bold;
    /* text-transform: uppercase; */
    margin: 14px auto 0;
    width: 100%;
    display: inherit;
    font-size: 20px;
    background-color: #000;
}

.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;
    color: #f8e91e;
    border: none;
}

.topenq a {
    border: none;
    color: #ffffff;
    font-size: 20px;
    padding: 13px 21px;
    z-index: 999999999;
    position: relative;
    display: inline-block;
    background-color: #D85A15;
    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;
        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: #D85A15;
    }

    .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 */

/* institute section start */
.institute {
    background: #feedd8;
}

.institute-sec {
    padding: 0 150px;
}

.institute-sec p {
    border-top: 2px solid #000;   
    margin-bottom: 0;
    padding: 15px 0;
    font-weight: 700;
}

.institute-sec p:last-child {
    border-bottom: 2px solid #000;
}
/* institute section end */


/* about section start */
.about-txt p,
.program p,
.nurturing-sec p,
.nurture-txt p {
    color: #282828;
}

.about-img-sec figure {
    height: 600px;
}

.about-img-sec figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* about section end */


/* program section start */
.program,
.nurture-txt-sec,
.topRank {
    background: #fee6c7;
}

.program .col-lg-3 {
    margin-top: 50px;
}

.four-clmn-txt,
.about-section{
    text-align: center;
}
/* .four-clmn-txt p,
.about-section p{
    max-width: 900px;
    margin: 30px auto;
} */

.program-tab-sec {
    gap: 0 50px;
    margin-top: 50px;
}

.program-tab-sec .nav {
    background: #d35c22;
    width: 38%;
    padding: 30px 40px;
    margin-right: 50px;
    height: 400px;
    border-radius: 50px;
}

.program-tab-sec .tab-pane {
    color: #fff;
}

.program-tab-sec .tab-content {
    width: 60%;
    background: #d35c22;
    padding: 20px 30px;
    border-radius: 50px;
    height: 530px;
}

.four-clmn-img{   
   display: flex;
   gap:  0 40px;
}

.pro-img figure {
    width: 420px;
}

.pro-img figure img {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.program-tab-sec .nav-link.active {
    background: none;
    font-weight: bold;
}

.program-tab-sec .nav-link {
    color: #fff;
    font-size: 30px;
    text-align: initial;
    border-bottom: 3px solid #833915;
    border-radius: 0;
    padding-left: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.program-tab-sec button.nav-link i.fa-solid.fa-greater-than {
    font-weight: 400;
}

.program-tab-sec button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fr-clmn-icon ul, #text {
    font-size: 19px;
    list-style: none;
    padding-left: 10px;
}

.fr-clmn-icon li {
    margin-bottom: 2px;
}

.course-dtls li {
    list-style: disc;
}

.course-dtls {
    padding-left: 12px;
    margin-bottom: 10px;
}

#text {
    color: #fff;
    background: none;
    border: none;
}

.hidden-list {
    padding-left: 0;
    display: none;
}
/* program section end */


/* nurturing section start */
.nurture-txt-sec {
    padding: 30px 0;
    border-radius: 20px;
}

.nurture {
    position: relative;
}

.nurture-img-sec figure {
    position: absolute;
    top: 140px;
    left: 0px;
}

.nurture-img-sec figure img {
    width: 250px;
}

.nurture-img-sec figure:last-child {
    top: 50%;
    left: 90%;
}
/* nurturing section end */


/* key section start */
.key-box-sec {
    display: flex;
    justify-content: space-between;
    gap: 0 30px;
    margin-top: 50px;
}

.key-bd {
    flex: 1;
    border: 2px solid #000;
    border-radius: 30px;
}

.key-bd:nth-child(2),
.key-bd:nth-child(4) {
    border: 2px solid #d35c22;
}

.key-box {
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 50px 0;
    border-radius: 20px;
    margin: -8px 0 0 -8px;
    background: #d35c22;
    color: #fff;
}

.key-bd:nth-child(2) .key-box,
.key-bd:nth-child(4) .key-box {
    background: #000;
}

.key-box p {
    line-height: 1.2;
    margin-bottom: 0;
}
/* key section end */


/* top ranked section css start */
.tsArrows .slick-arrow {
    border: 2px solid #221f1f;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.tsArrows .slick-arrow::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #221f1f;
    width: 100%;
    height: 0px;
    border-radius: 0%;
    z-index: -1;
    transition: all 0.5s;
}

.tsArrows .slick-arrow svg {
    width: 35px;
}

.tsArrows .slick-arrow:hover::after {
    height: 100%;
}

.tsArrows .slick-arrow:hover svg {
    fill: white;
}

.tsArrows {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
}


.topSlider .item figure img {
    margin: auto;
    aspect-ratio: 2/1;
    /* width: 300px; */
    object-fit: scale-down;
}

.topSlider .item figure:first-child {
    min-height: 150px;
}

.topRank .heading {
    padding-bottom: 80px;
}

.topRank .container {
    position: relative;
}

.topRank .container>figure {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.topRank .container {
    height: 100%;
    padding-bottom: 80px;
}

section.topRank {
    padding-bottom: 0;
}

.topSlider.slick-initialized.slick-slider:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 3px;
    background: #ca6836;
    top: 100px;
    left: 5%;
}

.topSlider .slick-dots li {
    width: 15px;
    height: 15px;
    border: 1px solid  #d57c6b;
    background: #d57c6b;
    font-size: 0;
    border-radius: 50%;
    bottom: -20px;
}

.topSlider .slick-dots li {
    bottom: -30px;
}

.topSlider .slick-dots li button:before {
    color: transparent;
}

.topSlider .slick-dots li.slick-active {
    background: #c3452c;
    border: 1px solid #c3452c;
}
/* top ranked section css end */


/* video section start */
.video {
    position: relative;
}
.video-sec .slick-slide {
    display: block;
    margin: 0 50px;
}
.video-box {
    /* padding: 0 10px; */
    margin-top: 50px;
}

.video-box iframe {
    width: 100%;
    height: 340px;
}

.video-sec video {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 50px;  
}
.vd-arrows {
    font-size: 50px;
    color: #000;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    cursor: pointer;
}

.vd-arrows.slick-arrow.slick-disabled {
    color: #d57c6b;
}

#vd-prev {
    left: 90px;
}

#vd-next {
    right: 90px;
}
/* video section end */


/* footer section start */
footer {
    background: #000;
    color: #fff;
    padding: 30px 0;
}
/* footer section start */