
/*--------------------------------------------------stylesheet------------------------------------------------*/


.bulletin-board {
    position: relative;
    background-image: url('../img/about/notice-board.png');
    height: 750px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 150px 130px 0px 130px;
    /* display: flex; */
    /* justify-content: center; */
    background-position: center;
    /* margin: 80px 0px 0px; */
    background-color: #F9F7F5;
}

.bulletin-box {
    max-width: 900px;
    margin: auto;
    /* background: #fff; */
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0,0,0,.08); */
}

.board-left {
    /* width: 280px; */
    padding: 40px;
    flex-shrink: 0;
}

    .board-left h2 {
        color: #790a14;
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 30px;
        font-weight: 700;
        /* font-family: 'DM Sans'; */
    }

.board-bottom {
    display: flex;
    align-items: center;
    gap: 20px;
}

.view-all {
    color: #222;
    text-decoration: none;
    font-size: 16px;
}

.nav-btns {
    display: flex;
    gap: 10px;
    z-index: 1;
}

.notice-prev,
.notice-next {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #790a14;
    color: #fff;
    position: static !important;
    margin: 0 !important;
}

    .notice-prev:before,
    .notice-next:before {
        font-size: 18px;
    }

.yellow-line {
    width: 8px;
    height: 150px;
    background: #FFC600;
    border-radius: 20px;
}

.noticeSlider {
    width: 100%;
    padding: 40px;
}

.notice-item {
    padding: 0px 22px;
    border-right: 1px solid #ddd;
    min-height: 150px;
}

    .notice-item h3 {
        font-size: 16px;
        line-height: 26px;
        color: #121212;
        font-weight: 700;
        margin-bottom: 40px;
        font-family: "Plus Jakarta Sans", sans-serif;
    }

    .notice-item p {
        font-size: 18px;
        color: #555;
        font-style: italic;
    }

@media(max-width:991px) {

    .bulletin-box {
        /* flex-direction: column; */
    }

    .board-left {
        /* width: 100%; */
    }

    .yellow-line {
        width: 120px;
        height: 6px;
        margin: 20px 0;
    }

    .noticeSlider {
        padding: 20px;
    }

    .notice-item {
        border: none;
        padding: 20px;
    }

        .notice-item h3 {
            font-size: 22px;
        }

        .notice-item p {
            font-size: 16px;
        }
}

@media (max-width:576px){

.bulletin-board{
    padding:60px 25px 40px;
    background-size:100% auto;
    /* min-height:500px; */
}

.bulletin-box{
    display:flex;
    align-items:flex-start;
    margin-top: 92px;
}

.board-left{
    width:150px;
    padding:10px;
}

.board-left h2{
    font-size:18px;
    line-height:24px;
}

.yellow-line{
    width:4px;
    height:80px;
}

.noticeSlider{
    padding:10px;
}

.notice-item{
    padding:0 10px;
}

.notice-item h3{
    font-size:13px;
    line-height:20px;
    margin-bottom:15px;
}

.notice-item p{
    font-size:13px;
}

.notice-prev,
.notice-next{
    width:28px;
    height:28px;
}

.notice-prev:after,
.notice-next:after{
    font-size:12px;
}

.view-all{
    font-size:13px;
}

}
/*-----------------------------------------------------end----------------------------------------------------*/

/*------------------------------------------------------about school------------------------------------------*/
.about-school {
    position: relative;
    padding: 80px 0px 20px;
    overflow: hidden;
}

.about-school {
    display: block;
    /* text-align: center; */
    background: #f9f7f5 url(../img/about/aboutbg.jpg) no-repeat;
    background-position: 0 50px;
    background-size: 100%;
    width: 100%;
}

@media (min-width: 1200px ) and (max-width: 1399.8px){
    .about-school {
    background-size: auto;

}
}

.about-subtitle {
    display: inline-block;
    color: #b28a3c;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 12px;
}

.about-title {
    font-size: 44px;
    font-weight: 700;
    color: #790a14;
    margin-bottom: 12px;
}

.about-tagline {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.about-images {
    position: relative;
    min-height: 520px;
    gap: 24px;
    display: flex;
}

.img-small {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48%;
}

.img-large {
    position: absolute;
    right: -15px;
    top: 0;
    width: 52%;
}

    .img-small img,
    .img-large img {
        width: 100%;
        border-radius: 35px;
        object-fit: cover;
        /* box-shadow: 0 20px 60px rgba(0,0,0,.15); */
        box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 41%);
        padding: 3px;
    }

.img-small img {
    height: 350px;
}

.img-large img {
    height: 400px;
}

.video-box {
    position: absolute;
    left: 72%;
    bottom: 16px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 15px;
    /* background: #fff; */
    padding: 6px 10px;
    border-radius: 60px;
    /* box-shadow: 0 20px 40px rgba(0,0,0,.12); */
}

.video-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #790a14;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    flex: none;
}

    .video-btn:hover {
        color: #fff;
    }

.video-box h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #313131;
}

.video-box span {
    color: #777;
}

.about-content h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #23322d;
    margin-bottom: 25px;
}

.about-content p {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    margin-bottom: 30px;
}

.about-content {
    padding-left: 35px;
}

.about-list {
    list-style: none;
    padding: 0;
    margin: 0 0 35px;
}

    .about-list li {
        display: flex;
        align-items: center;
        gap: 14px;
        font-size: 16px;
        margin-bottom: 10px;
        color: #333;
        font-weight: 500;
    }

    .about-list i {
        color: #f4b400;
        font-size: 22px;
    }

.about-btn {
    display: inline-flex;
    align-items: center;
    background: #790a14;
    color: #fff;
    text-decoration: none;
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;
}

    .about-btn:hover {
        background: #083c2b;
        color: #fff;
        transform: translateY(-3px);
    }

.py-120 {
    padding: 120px 0;
}

@media(max-width:991px) {

    .about-images {
        min-height: auto;
    }

    .img-small,
    .img-large,
    .video-box {
        position: relative;
        width: 100%;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
        margin-bottom: 25px;
    }

        .img-small img,
        .img-large img {
            height: auto;
        }

    .about-content h2 {
        font-size: 36px;
    }

    .about-title {
        font-size: 38px;
    }
}

/*------------------------------------------------------end---------------------------------------------------*/

/*------------------------------------------------------school level------------------------------------------*/

.school-level-section {
    /* background: #fff; */
    position: relative;
    padding: 80px 0px 0px;
}

.section-heading span {
    color: #b8860b;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.section-heading h2 {
    font-size: 44px;
    font-weight: 700;
    color: #790a14;
    margin: 12px 0;
}

.section-heading p {
    color: #666;
    font-size: 17px;
    margin-bottom: 60px;
}

.school-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    height: 550px;
    box-shadow: 0 20px 50px rgba(0,0,0,.12);
    transition: .45s;
}

    .school-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .6s;
    }

    .school-card:hover img {
        transform: scale(1.08);
    }

    .school-card:hover {
        transform: translateY(-10px);
    }

.school-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, .88), rgb(0 0 0 / 7%), rgb(0 0 0 / 0%));
}

.school-content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 30px;
    text-align: center;
    /* z-index: 2; */
}

.school-badge {
    display: inline-block;
    background: #ffc107;
    color: #111;
    padding: 6px 24px;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 15px;
}

.school-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}

.school-content a {
    color: #ffd54f;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

    .school-content a i {
        margin-left: 8px;
    }

    .school-content a:hover {
        color: #fff;
    }

@media(max-width:991px) {

    .school-card {
        height: 520px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .school-content h3 {
        font-size: 30px;
    }
}
/*--------------------------------------------------------end------------------------------------------------*/
.building img {
    width: 100%;
    max-width: 100%;
}


/*--------------------------------------------------------school facility------------------------------------*/


.facility-section {
    padding: 80px 0px 0px;
    position: relative;
}

.facility-heading {
    max-width: 850px;
    margin: auto;
    margin-bottom: 60px;
    font-weight: 500;
}

    .facility-heading span {
        color: #bb8b32;
        font-size: 18px;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .facility-heading h2 {
        font-size: 44px;
        font-weight: 700;
        color: #790a14;
        margin-bottom: 20px;
    }

    .facility-heading p {
        color: #666;
        line-height: 30px;
        font-size: 16px;
    }

.facility-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    height: 350px;
}

    .facility-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .6s;
    }

    .facility-card:hover img {
        transform: scale(1.12);
    }

.facility-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 18px 15px;
    background: linear-gradient(to top,rgba(0,0,0,.85),rgba(0,0,0,.15),transparent);
}

    .facility-overlay h4 {
        color: #fff;
        font-size: 17px;
        margin-bottom: 4px;
        font-weight: 600;
    }

    .facility-overlay span {
        color: #ffd76d;
        font-size: 15px;
    }

.facility-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
}

.facility-prev,
.facility-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #790a14;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

    .facility-prev:hover,
    .facility-next:hover {
        background: #bb8b32;
    }

.facility-btn {
    background: linear-gradient(90deg, #cd0416, #790a14);
    color: #fff;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
}

    .facility-btn:hover {
        color: #fff;
        transform: translateY(-3px);
    }

    .facility-btn i {
        margin-left: 10px;
    }

.swiper {
    overflow: hidden;
}

@media(max-width:991px) {

    .facility-heading h2 {
        font-size: 32px;
    }

    .facility-card {
        height: 360px;
    }
}

@media(max-width:576px) {

    .facility-section {
        padding: 70px 0;
    }

    .facility-heading h2 {
        font-size: 28px;
    }

    .facility-overlay h4 {
        font-size: 22px;
    }

    .facility-bottom {
        gap: 15px;
    }

    .facility-btn {
        padding: 12px 25px;
        font-size: 15px;
    }
}

/*---------------------------------------------------------end------------------------------------------------*/


/*-----------------------------------------------------cv hero section-----------------------------------------*/

.cvHeroSection {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url("../img/about/school-building.png") center center/cover no-repeat;
    margin: 80px 0px 0px;
    z-index: 1;
}

.cvHeroOverlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(20,38,73,.93) 0%, rgba(20,38,73,.82) 45%, rgba(233,84,32,.72) 100%);
}

.cvHeroSection .container {
    position: relative;
    z-index: 5;
}

.cvHeroContent {
    max-width: 560px;
    color: #fff;
}

.cvHeroTitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 25px;
    color: #fff;
}

.cvHeroText {
    font-size: 16px;
    color: #f5f5f5;
    line-height: 26px;
    margin-bottom: 30px;
}

.cvHeroFeatureWrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.cvHeroFeatureItem {
    width: 95px;
    text-align: center;
}

.cvHeroFeatureIcon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 14px;
    transition: .35s;
}

    .cvHeroFeatureIcon i {
        color: #fff;
        font-size: 28px;
    }

.cvHeroFeatureItem:hover .cvHeroFeatureIcon {
    background: #ef5a29;
    border-color: #ef5a29;
}

.cvHeroFeatureItem h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.cvHeroButton {
    display: inline-block;
    background: linear-gradient(90deg, #cd0416, #790a14);
    color: #fff;
    text-decoration: none;
    padding: 12px 42px;
    border-radius: 40px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s;
}

    .cvHeroButton:hover {
        background: #fff;
        color: #ef5a29;
    }

.cvHeroImageBox {
    text-align: right;
    position: relative;
}

    .cvHeroImageBox img {
        max-width: 700px;
        width: 100%;
        position: relative;
        right: 50px;
        bottom: -85px;
    }

@media(max-width:991px) {

    .cvHeroSection {
        padding: 110px 0;
        min-height: auto;
        text-align: center;
    }

    .cvHeroContent {
        max-width: 100%;
    }

    .cvHeroTitle {
        font-size: 42px;
    }

    .cvHeroFeatureWrap {
        justify-content: center;
    }

    .cvHeroImageBox {
        text-align: center;
        margin-top: 60px;
    }

        .cvHeroImageBox img {
            max-width: 430px;
            right: 0;
            bottom: 0;
        }
}

@media(max-width:576px) {

    .cvHeroTitle {
        font-size: 24px;
    }

    .cvHeroText {
        font-size: 16px;
        line-height: 28px;
    }

    .cvHeroFeatureWrap {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
    }

    .cvHeroFeatureItem {
        width: auto;
    }
}
/*----------------------------------------------------------end------------------------------------------------*/



/*--------------------------------------------------------cvTestimonialArea-------------------------------------*/
.cvTestimonialArea {
    /* background: #fff; */
    padding: 80px 0px 0px;
    overflow: hidden;
    position: relative;
}

.cvTestimonialHeading {
    margin-bottom: 60px;
}

    .cvTestimonialHeading span {
        display: block;
        color: #bb8b32;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 3px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .cvTestimonialHeading h2 {
        font-size: 44px;
        color: #790a14;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .cvTestimonialHeading p {
        color: #222;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.cvTestimonialSlider {
    /* padding-bottom: 80px; */
}

.cvTestimonialCard {
    /* background: #fff; */
}

.cvTestimonialImage {
    overflow: hidden;
    border-radius: 35px;
    box-shadow: 0 20px 45px rgba(0,0,0,.08);
}

    .cvTestimonialImage img {
        width: 100%;
        display: block;
        border-radius: 35px;
    }

.cvTestimonialContent {
    padding-left: 30px;
}

.cvQuoteIcon {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #006b50;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.cvTestimonialContent p {
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    font-style: italic;
    margin-bottom: 22px;
}

.cvTestimonialInfo h4 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #1f2937;
    text-transform: uppercase;
}

.cvTestimonialInfo span {
    display: block;
    font-size: 16px;
    color: #790a14;
    font-weight: 700;
    text-transform: uppercase;
}

.cvTestimonialNav {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 26px;
}

.cvTestimonialPrev,
.cvTestimonialNext {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #790a14;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .4s;
    font-size: 16px;
}

    .cvTestimonialPrev:hover,
    .cvTestimonialNext:hover {
        background: #ff7b00;
        transform: translateY(-4px);
    }

.swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}

@media(max-width:991px) {

    .cvTestimonialContent {
        padding-left: 0;
        padding-top: 35px;
        text-align: center;
    }

    .cvQuoteIcon {
        margin: auto auto 25px;
    }

    .cvTestimonialHeading h2 {
        font-size: 42px;
    }

    .cvTestimonialContent p {
        font-size: 22px;
    }

    .cvTestimonialInfo h4 {
        font-size: 24px;
    }
}

@media(max-width:767px) {

    .cvTestimonialArea {
        padding: 70px 0;
    }

    .cvTestimonialHeading h2 {
        font-size: 28px;
    }

    .cvTestimonialHeading p {
        font-size: 16px;
    }

    .cvTestimonialImage {
        margin-bottom: 30px;
    }

    .cvTestimonialContent p {
        font-size: 18px;
        line-height: 1.8;
    }

    .cvTestimonialPrev,
    .cvTestimonialNext {
        width: 52px;
        height: 52px;
    }
}

/*----------------------------------------------------------end-------------------------------------------------*/
.footer-layout3 {
    position: relative;
    background: url("../img/about/school-building.png") center center/cover no-repeat;
    overflow: hidden;
    z-index: 1;
}

    .footer-layout3::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgb(20 38 73 / 91%) 0%, rgb(20 38 73 / 94%) 45%, #7a030ed9 100%);
        z-index: -1;
    }

    .footer-layout3 .container {
        position: relative;
        z-index: 2;
    }


/*-----------------------------------------------------------mega menu-----------------------------------------------*/
.cvMegaMenuItem {
    position: static !important;
}

    .cvMegaMenuItem > a {
        position: relative;
    }

.cvMegaDropdown {
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(20px);
    width: 100%;
    max-width: 100%;
    background: #790a14;
    padding: 50px 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 0px;
    box-shadow: 0 25px 70px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 99999;
}

.cvMegaMenuItem.active .cvMegaDropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    z-index: 99999;
}

/*.cvMegaMenuItem:hover .cvMegaDropdown {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}*/

.cvMegaLeft {
    width: 33%;
    padding-right: 50px;
    border-right: 1px solid #e2e2e2;
    margin-top: 50px;
}

    .cvMegaLeft h3 {
        font-size: 32px;
        color: #ffffff;
        margin-bottom: 12px;
        font-weight: 600;
    }

    .cvMegaLeft p {
        font-size: 15px;
        line-height: 26px;
        color: #ffffff;
    }

.cvMegaRight {
    width: 63%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.cvMegaColumn {
    width: 48%;
}

    .cvMegaColumn ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .cvMegaColumn li {
        margin-bottom: 8px;
        display: block !important;
    }

        .cvMegaColumn li:last-child {
            margin-bottom: 0;
        }

    .cvMegaColumn a {
        color: #ffffff;
        font-size: 13px;
        font-weight: 700;
        transition: .35s;
        display: inline-block;
    }

        .cvMegaColumn a:hover {
            color: #0b7d56;
            transform: translateX(8px);
        }

@media(max-width:1399px) {

    .cvMegaDropdown { /* width:1140px; */
    }
}

@media(max-width:1199px) {

    .cvMegaDropdown {
        display: none;
    }
}


.cvMenuIcon{
    width:50px;
    height:50px;
    display:flex !important;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    top: 5px;
}

.cvMenuIcon i{
    font-size: 32px;
    color: #ffffff;
    transition:.3s ease;
}

.cvMegaRow{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    gap:40px;
    width:100%;
}

.cvMegaColumn{
    flex:1;
    min-width:170px;
}

.cvMegaColumn h4{
    font-size: 20px;
    font-weight:700;
    color:#1d1d1d;
    margin-bottom:22px;
    line-height:1.2;
}

.cvMegaColumn ul{
    margin:0;
    padding:0;
    list-style:none;
}

.cvMegaColumn ul li:last-child{
    margin-bottom:0;
}

.cvMegaColumn ul li a:hover{
    color: #ffffff;
    padding-left:8px;
}

.cvMegaColumn ul li a::before{
    content:"";
    position:absolute;
    left:-12px;
    top:50%;
    width:0;
    height:2px;
    background: #ffffff;
    transform:translateY(-50%);
    transition:.35s;
}

.cvMegaColumn ul li a:hover::before{
    width:8px;
}

@media(max-width:1399px){

.cvMegaColumn{
    min-width:180px;
}

}

@media(max-width:1199px){

.cvMegaRow{
    gap:30px;
}

.cvMegaColumn{
    flex:0 0 calc(33.33% - 20px);
}

}

@media(max-width:991px){

.cvMegaColumn{
    flex:0 0 calc(50% - 20px);
}

}

@media(max-width:767px){

.cvMegaRow{
    display:block;
}

.cvMegaColumn{
    width:100%;
    margin-bottom:35px;
}

.cvMegaColumn:last-child{
    margin-bottom:0;
}

}


.cvMegaMenuItem > .arrow-down{
    display:flex;
    align-items:center;
    gap:8px;
    font-weight:600;
}

/*.cvMegaMenuItem > .arrow-down i{
    font-size:14px;
    transition:.3s ease;
}

.cvMegaMenuItem:hover > .arrow-down i{
    transform:rotate(180deg);
}*/

.cvMegaMenuItem > .arrow-down i {
    font-size: 14px;
    transition: transform 0.3s ease;
}


.cvMegaMenuItem.active > .arrow-down i {
    transform: rotate(180deg);
}
/*------------------------------------------------------------end-------------------------------------------------*/


@media (max-width: 767px) {
    .th-header {
        padding: 10px 0px;
    }
    .hero.hero-slider-layout .hero-slide {
    height: 700px;
}
    .bulletin-board {
    height: 500px;
    background-size: cover;
    padding: 10px;
}
.notice-item {
    min-height:0px;
}
.about-title {
    font-size: 28px;
}
.about-images {
    display: block;
}
.about-content h2 {
    font-size: 28px;
}
.about-content {
    padding-left: 0px;
}
.cvHeroSection {
    padding: 40px 0px 1px;
}
}




.cvStickyRegister{
    position:fixed;
    right:0;
    top: 30%;
    transform:translateY(-50%);
    z-index:9999;
}

.cvStickyRegister a{
    width: 42px;
    min-height:210px;
    background: #309aaa;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    text-decoration:none;
    border-radius:10px 0 0 10px;
    box-shadow:-5px 5px 18px rgba(0,0,0,.25);
    transition:.35s;
    overflow:hidden;
}


.cvStickyRegister i{
    font-size: 18px;
    margin-bottom:12px;
}

.cvStickyRegister span{
    writing-mode:vertical-rl;
    transform:rotate(180deg);
    font-size: 14px;
    font-weight:600;
    letter-spacing:.5px;
    line-height:1.2;
}


/*--------------------------------------------right menu----------------------------------------*/
.cvMegaMenuItem {
    position: static !important;
}

/*.cvMegaMenuItem::after {
    content: "";
    position: absolute;
    top: 50px;
    right: 95px;
    width: 60px;
    height: 60px;
    background: transparent;
    z-index: 99999;
    pointer-events: auto;
}


.cvMegaLayout {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw !important;
    height: 100vh !important;

    background: #790a14;

    display: flex !important;
    padding: 45px 60px !important;

    z-index: -1 !important;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-10px);
    transition:
        opacity .3s ease,
        transform .3s ease,
        visibility .3s ease;
}

.cvMegaMenuItem:hover .cvMegaLayout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.cvMegaLayout:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}*/

.cvMegaDropdown.cvMegaLayout {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateX(-50%) translateY(10px);

    transition: all 0.3s ease;
}

/* Click ke baad show */
.cvMegaMenuItem.active .cvMegaDropdown.cvMegaLayout {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateX(-50%) translateY(0);
}

.th-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2!important;
    overflow: visible !important;
}

.cvMegaVisual {
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 50px 20px 10px;
    margin-top: 30px;
}

.cvMegaVisual img {
    width: 500px;
    height: 500px;
    object-fit: contain;
    display: block;
}

.cvMegaSubArea {
    width: 35%;
    padding: 45px 45px;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 19px;
}

.cvMegaSubArea::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 1px;
    background: rgb(255 255 255 / 18%);
    height:100vh
}

.cvMegaSubArea::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0;
    width: 1px;
    background: rgb(255 255 255 / 18%);
    height:100vh
}

.cvSubPanel {
    display: none;
    width: 100%;
    flex-direction: column;
    gap: 3px;
    animation: cvSubFade .3s ease;
    height: 500px;
    overflow: auto;
}

.cvSubPanel.active {
    display: flex;
}

.cvSubPanel::-webkit-scrollbar {
    width: 4px;
}

.cvSubPanel::-webkit-scrollbar-track {
    background: transparent;
}

.cvSubPanel::-webkit-scrollbar-thumb {
    background: rgba(231, 179, 75, .75);
    border-radius: 20px;
}

.cvSubPanel::-webkit-scrollbar-thumb:hover {
    background: #e7b34b;
}


.cvSubDefault {
    align-items: center;
    justify-content: center;
}

.cvSubDefault p {
    color: #d7a74b;
    font-family: Georgia, serif;
    font-size: 22px;
    text-align: center;
}

.cvSubPanel a {
    color: #f7bd43;
    text-decoration: none;
    font-size: 13px;
    padding: 0px 0;
    transition: all .25s ease;
}

.cvSubPanel a:hover {
    color: #fff;

    padding-left: 8px;
}


.cvMegaMainMenu {
    width: 23%;
    padding: 30px 8px 15px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    margin-top: 30px;
    height: 500px;
    scrollbar-width: thin;
    scrollbar-color: rgba(231, 179, 75, .8) transparent;
}

.cvMegaMainMenu::-webkit-scrollbar {
    width: 4px;
}

.cvMegaMainMenu::-webkit-scrollbar-track {
    background: transparent;
}

.cvMegaMainMenu::-webkit-scrollbar-thumb {
    background: rgba(231, 179, 75, .75);
    border-radius: 20px;
}

.cvMegaMainMenu::-webkit-scrollbar-thumb:hover {
    background: #e7b34b;
}


.cvMegaMainMenu a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 15px;
    padding: 7px 0;
    line-height: 1.25;
    transition: all .25s ease;
}


.cvMegaMainMenu a:hover,
.cvMegaMainMenu a.active {
    color: #e5b44f !important;
    font-weight: 700;
    transform: translateX(-5px);
}


@keyframes cvSubFade {

    from {
        opacity: 0;
        transform: translateX(15px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }

}


.cvMegaLayout ul,
.cvMegaLayout .sub-menu,
.cvMegaLayout .cvMegaColumn {
    display: none !important;
}

/*----------------------------------------------end-------------------------------------------*/


/*-----------------------------------------------award section---------------------------------*/
.cv-award-section {
    position: relative;
    width: 100%;
    padding: 80px 40px 0px;
    overflow: hidden;
}

.cv-award-row {
    max-width: 1450px;
    margin: 0 auto;
}

.cv-award-heading {
    text-align: center;
    margin-bottom: 30px;
}

.cv-award-heading h2 {
    margin: 0;
    color: #790a14;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
}

.cv-heading-decoration {
    width: 245px;
    height: 25px;
    margin: 4px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.cv-heading-decoration::before,
.cv-heading-decoration::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 90px;
    height: 1px;
    background: #c59b4a;
}

.cv-heading-decoration::before {
    left: 0;
}

.cv-heading-decoration::after {
    right: 0;
}

.cv-heading-decoration span {
    width: 7px;
    height: 7px;
    border: 1px solid #c59b4a;
    transform: rotate(45deg);
}

.cv-heading-decoration i {
    width: 12px;
    height: 7px;
    border-bottom: 1px solid #c59b4a;
    border-radius: 50%;
    margin: 0 4px;
}

.cv-topper-year {
    margin-top: 4px;
    color: #0d315f;
    font-size: 15px;
    font-weight: 600;
}

.cv-achievement-box {
    position: relative;
    padding: 0 25px;
}

.cv-achievement-swiper {
    width: 100%;
    overflow: hidden;
}

.cv-achievement-card {
    position: relative;
    text-align: center;
}

.cv-achievement-image {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 14px;
}

.cv-achievement-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform .5s ease;
    border-radius: 14px;
}

.cv-achievement-card:hover .cv-achievement-image img {
    transform: scale(1.03);
}

.cv-achievement-card h3 {
    margin: 16px auto 0;
    max-width: 580px;
    color: #000000;
    /* font-family: Arial, sans-serif; */
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
}

.cv-new-badge {
    position: absolute;
    top: 267px;
    left: 30px;
    padding: 4px 10px;
    background: #ed3d0b;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 20px;
}

.cv-achievement-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
}

.cv-achieve-prev,
.cv-achieve-next,
.cv-topper-prev,
.cv-topper-next {
    width: 31px;
    height: 31px;
    border: 0;
    border-radius: 50%;
    background: #790a14;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
}

.cv-achieve-prev:hover,
.cv-achieve-next:hover,
.cv-topper-prev:hover,
.cv-topper-next:hover {
    background: #e5380b;
    transform: scale(1.08);
}

.cv-award-view-btn,
.cv-topper-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 9px 17px;
    border-radius: 7px;
    background: linear-gradient(90deg, #cd0416, #790a14);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
    transition: all .3s ease;
}

.cv-award-view-btn:hover,
.cv-topper-btn:hover {
    transform: translateY(-2px);
}


.cv-topper-box {
    position: relative;
    padding: 0 30px;
}

.cv-topper-swiper {
    width: 100%;
    overflow: hidden;
}

.cv-topper-card {
    text-align: center;
    position: relative;
}

.cv-class-label {
    margin-bottom: 15px;
    color: #790a14;
    font-size: 16px;
}

.cv-topper-image {
    width: 190px;
    height: 210px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid #8db6d8;
}

.cv-topper-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cv-topper-card h3 {
    margin: 12px 0 5px;
    color: #263b4b;
    font-size: 16px;
    font-weight: 600;
}

.cv-topper-percentage {
    color: #e5380b;

    font-size: 25px;
    font-weight: 500;

    line-height: 1.2;
}

.cv-topper-percentage small {
    font-size: 11px;
    font-weight: 500;
}

.cv-topper-btn {
    margin-top: 18px;
}

.cv-topper-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    top: 285px;
    pointer-events: none;
    z-index: 10;
}

.cv-topper-prev,
.cv-topper-next {
    pointer-events: auto;
}

.cv-topper-prev {
    margin-left: 0;
}

.cv-topper-next {
    margin-right: 0;
}

.cv-achievement-swiper .swiper-wrapper,
.cv-topper-swiper .swiper-wrapper {
    align-items: stretch;
}

.cv-achievement-swiper .swiper-slide,
.cv-topper-swiper .swiper-slide {
    font-weight: 600;
    height: auto;
}


@media (max-width: 991px) {

    .cv-award-section {
        padding: 55px 20px;
    }

    .cv-achievement-box,
    .cv-topper-box {
        padding: 0 10px;
    }

    .cv-topper-box {
        margin-top: 60px;
    }

    .cv-topper-controls {
        top: 285px;
    }

}


@media (max-width: 767px) {

    .cv-award-section {
        padding: 45px 12px;
    }

    .cv-award-heading h2 {
        font-size: 27px;
    }

    .cv-heading-decoration {
        width: 200px;
    }

    .cv-heading-decoration::before,
    .cv-heading-decoration::after {
        width: 65px;
    }

    .cv-achievement-image {
        height: 230px;
    }

    .cv-achievement-card h3 {
        font-size: 15px;
        padding: 0 10px;
    }

    .cv-new-badge {
        top: 217px;
        left: 20px;
    }

    .cv-topper-box {
        margin-top: 55px;
    }

    .cv-topper-image {
        width: 165px;
        height: 190px;
    }

    .cv-topper-controls {
        top: 270px;
    }

}

/*------------------------------------------------end-------------------------------------------*/


/*--------------------------------------------------video section--------------------------------*/
.cv-video-section {
    position: relative;
    padding: 80px 0 30px;
    overflow: hidden;
}


.cv-video-heading {
    position: relative;
    /* z-index: 2; */
    max-width: 720px;
    margin: 0 auto 55px;
}

.cv-video-heading span {
    display: inline-block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #b58a36;
}

.cv-video-heading h2 {
    margin: 0;
    color: #790a14;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
}

.cv-video-heading h2 strong {
    /* color: #b58a36; */
    /* font-weight: 500; */
}

.cv-video-heading p {
    max-width: 620px;
    margin: 15px auto 0;
    color: #665b56;
    font-size: 16px;
    line-height: 1.7;
}


.cv-video-card {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(181, 138, 54, 0.22);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(58, 25, 18, 0.08);
    transition: all 0.4s ease;
}

.cv-video-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(58, 25, 18, 0.14);
}

.cv-video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #21100c;
    overflow: hidden;
}

.cv-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.cv-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 62px;
    height: 62px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(181, 138, 54, 0.95);
    border: 3px solid rgba(255,255,255,0.9);
    border-radius: 50%;

    color: #fff;
    font-size: 30px;
    pointer-events: none;

    opacity: 0;
    transition: all 0.35s ease;
}

.cv-video-card:hover .cv-video-play {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.cv-video-play i {
    margin-left: 4px;
}



.cv-video-content {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    padding: 24px 25px 27px;
}

.cv-video-number {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #790a14;
    border-radius: 50%;
    color: #790a14;
    font-size: 13px;
    font-weight: 700;
}

.cv-video-content h3 {
    margin: 2px 0 7px;
    color: #3a1912;
    font-size: 22px;
    font-weight: 600;
}

.cv-video-content p {
    margin: 0;
    color: #706762;
    font-size: 14px;
    line-height: 1.6;
}


.cv-video-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #b58a36;
    z-index: 5;
    transition: width 0.45s ease;
}

.cv-video-card:hover::before {
    width: 100%;
}



@media (max-width: 991px) {

    .cv-video-section {
        padding: 75px 0;
    }

    .cv-video-heading {
        margin-bottom: 40px;
    }

    .cv-video-heading h2 {
        font-size: 38px;
    }

}

@media (max-width: 767px) {

    .cv-video-section {
        padding: 60px 0;
    }

    .cv-video-heading {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    .cv-video-heading span {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .cv-video-heading h2 {
        font-size: 32px;
    }

    .cv-video-heading p {
        font-size: 14px;
    }

    .cv-video-content {
        padding: 20px;
        gap: 13px;
    }

    .cv-video-number {
        width: 36px;
        height: 36px;
        font-size: 11px;
    }

    .cv-video-content h3 {
        font-size: 19px;
    }

    .cv-video-content p {
        font-size: 13px;
    }

}


@media (max-width: 480px) {

    .cv-video-heading h2 {
        font-size: 28px;
    }

    .cv-video-content {
        display: block;
    }

    .cv-video-number {
        margin-bottom: 12px;
    }

}



.cv-video-swiper {
    position: relative;
    width: 100%;
    padding: 0 5px 55px;
    overflow: hidden;
}

.cv-video-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.cv-video-swiper .cv-video-card {
    width: 100%;
}


/* Navigation */

.cv-video-prev,
.cv-video-next {
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: #881e08;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all .3s ease;
}

.cv-video-prev {
    left: 15px;
}

.cv-video-next {
    right: 15px;
}

.cv-video-prev:hover,
.cv-video-next:hover {
    background: #b58a36;
    transform: translateY(-50%) scale(1.08);
}


/* Pagination */

.cv-video-pagination {
    position: absolute;
    bottom: 10px !important;
    left: 0;
    width: 100%;
    text-align: center;
}

.cv-video-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    opacity: .4;
    margin: 0 4px !important;
}

.cv-video-pagination .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 10px;
    opacity: 1;
}

@media (max-width: 767px) {

    .cv-video-swiper {
        padding-left: 0;
        padding-right: 0;
    }

    .cv-video-prev {
        left: 8px;
    }

    .cv-video-next {
        right: 8px;
    }

}

/*--------------------------------------------------end-----------------------------------------*/


/*------------------------------------------------founder----------------------------------------*/

.cv-chairman-message {
    padding: 80px 0px;
    position:relative;
    /* overflow: hidden; */
}

.cv-chairman-row {
    --bs-gutter-x: 38px;
}

.cv-chairman-content {
    width: 100%;
    padding-right: 5px;
}

.cv-chairman-content p {
    margin: 0 0 12px;
    color: #152b48;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: .05px;
    text-align: left;
}

.cv-chairman-content p:last-of-type {
    margin-bottom: 12px;
}

.cv-chairman-signature {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-top: 4px;
    color: #152b48;
    font-size: 13px;
    line-height: 1.55;
}

.cv-chairman-signature strong {
    color: #071b35;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2px;
}

.cv-chairman-signature span {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.cv-chairman-image-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    position: sticky;
    top: 90px;
    z-index: 1;
}

.cv-chairman-image {
    width: 100%;
    max-width: 335px;
    height: 360px;
    object-fit: cover;
    object-position: center top;
    display: block;
    border-radius: 17px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .05);
}

@media (min-width: 1400px) {

    .cv-chairman-message {
        padding-top: 30px;
    }

    .cv-chairman-row {
        --bs-gutter-x: 50px;
    }

    .cv-chairman-content {
        padding-right: 15px;
    }

    .cv-chairman-content p {
        font-size: 13px;
        line-height: 1.72;
        margin-bottom: 26px;
    }

    .cv-chairman-image {
        max-width: 335px;
        height: 360px;
    }
}

@media (max-width: 991px) {

    .cv-chairman-message {
        padding: 45px 0 55px;
    }

    .cv-chairman-content {
        padding-right: 0;
    }

    .cv-chairman-content p {
        font-size: 13px;
        line-height: 1.75;
    }

    .cv-chairman-image-wrap {
        justify-content: center;
        margin-top: 20px;
    }

    .cv-chairman-image {
        width: 100%;
        max-width: 360px;
        height: 380px;
    }
}

@media (max-width: 575px) {

    .cv-chairman-message {
        padding: 35px 0 45px;
    }

    .cv-chairman-row {
        --bs-gutter-x: 20px;
    }

    .cv-chairman-content p {
        font-size: 12.5px;
        line-height: 1.75;
        margin-bottom: 22px;
        text-align: left;
    }

    .cv-chairman-image-wrap {
        margin-top: 30px;
    }

    .cv-chairman-image {
        max-width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 15px;
    }

    .cv-chairman-signature {
        font-size: 12.5px;
    }

    .cv-chairman-signature strong {
        font-size: 12.5px;
    }
}
/*--------------------------------------------------end-----------------------------------------*/

/*-------------------------------------------------principle message-----------------------------*/
.cv-principal-message {
    position: relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}

.cv-principal-heading {
    margin-bottom: 30px;
}

.cv-principal-heading h2 {
    margin: 0;
    color: #162b46;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
}

.cv-principal-row {
    --bs-gutter-x: 38px;
}

.cv-principal-image-box {
    width: 100%;
    padding-top: 2px;
}

.cv-principal-image {
    width: 100%;
    max-width: 255px;
    height: 255px;
    display: block;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}

.cv-principal-content {
    width: 100%;
    padding-left: 5px;
}

.cv-principal-content p {
    margin: 0 0 12px;
    color: #172b43;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: .05px;
}

.cv-principal-content p strong {
    color: #101f35;
    font-weight: 600;
}

.cv-principal-opening {
    margin-top: 0 !important;
}

.cv-principal-signature {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
    color: #172b43;
    font-size: 13px;
    line-height: 1.65;
}

.cv-principal-signature .cv-regards {
    margin-bottom: 4px;
}

.cv-principal-signature strong {
    color: #0d1d32;
    font-size: 13px;
    font-weight: 700;
}

.cv-principal-signature span {
    display: block;
}

@media (min-width: 1400px) {

    .cv-principal-message {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .cv-principal-message .container {
        max-width: 1200px;
    }

    .cv-principal-heading h2 {
        font-size: 29px;
    }

    .cv-principal-row {
        --bs-gutter-x: 45px;
    }

    .cv-principal-content p {
        font-size: 13px;
        line-height: 1.75;
    }

    .cv-principal-image {
        max-width: 270px;
        height: 270px;
    }
}


@media (max-width: 991px) {

    .cv-principal-message {
        padding: 50px 0 60px;
    }

    .cv-principal-heading {
        margin-bottom: 28px;
    }

    .cv-principal-heading h2 {
        font-size: 26px;
    }

    .cv-principal-image {
        max-width: 220px;
        height: 220px;
    }

    .cv-principal-content {
        padding-left: 0;
    }

    .cv-principal-content p {
        font-size: 13px;
        line-height: 1.75;
        margin-bottom: 17px;
    }
}


@media (max-width: 767px) {

    .cv-principal-message {
        padding: 40px 0 50px;
    }

    .cv-principal-heading {
        margin-bottom: 25px;
        text-align: center;
    }

    .cv-principal-heading h2 {
        font-size: 24px;
    }

    .cv-principal-image-box {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    .cv-principal-image {
        width: 220px;
        max-width: 220px;
        height: 220px;
    }

    .cv-principal-content {
        padding: 0;
    }

    .cv-principal-content p {
        font-size: 12.5px;
        line-height: 1.75;
        margin-bottom: 18px;
    }

    .cv-principal-signature {
        margin-top: 20px;
        font-size: 12.5px;
    }
}


@media (max-width: 480px) {

    .cv-principal-message {
        padding: 35px 0 45px;
    }

    .cv-principal-heading h2 {
        font-size: 22px;
    }

    .cv-principal-image {
        width: 190px;
        height: 190px;
    }

    .cv-principal-content p {
        font-size: 12px;
        line-height: 1.7;
    }
}

/*-------------------------------------------------end------------------------------------------*/

/*----------------------------------------------philosphy----------------------------------------*/

.cv-philosophy-section {
    padding: 80px 0px 0px;
    position:relative;
    /* overflow:hidden; */
}

.cv-philosophy-heading {
    margin-bottom: 25px;
}

.cv-philosophy-heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #0d1b2a;
}

.cv-philosophy-heading span {
    display: block;
    width: 100px;
    height: 4px;
    margin-top: 12px;
    background: #4b2018;
    border-radius: 0;
}

.cv-philosophy-content {
    width: 100%;
}

.cv-philosophy-content > p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 400;
    color: #111827;
    text-align: left;
}

.cv-philosophy-content strong {
    font-weight: 700;
    color: #111827;
}

.cv-philosophy-divider {
    width: 100%;
    height: 1px;
    background: #d5d5d5;
    margin: 22px 0 18px;
}

.cv-pillar-heading {
    margin-bottom: 25px;
}

.cv-pillar-heading h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
}

.cv-pillar-item {
    margin-bottom: 7px;
}

.cv-pillar-item h4 {
    margin: 0 0 3px;
    padding-left: 0;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    color: #111827;
}

.cv-pillar-item p {
    margin: 0 0 2px;
    font-size: 16px;
    line-height: 1.65;
    color: #111827;
}

.cv-divider-bottom {
    margin-top: 20px;
    margin-bottom: 0;
}



@media (min-width: 1400px) {

    .cv-philosophy-section {
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .cv-philosophy-heading h2 {
        font-size: 30px;
    }

    .cv-philosophy-content > p,
    .cv-pillar-item p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {

    .cv-philosophy-section {
        padding: 45px 0 50px;
    }

    .cv-philosophy-heading h2 {
        font-size: 27px;
    }

    .cv-pillar-heading h3 {
        font-size: 24px;
    }

    .cv-philosophy-content > p,
    .cv-pillar-item p {
        font-size: 15px;
        line-height: 1.7;
    }
}



@media (max-width: 767px) {

    .cv-philosophy-section {
        padding: 35px 0 40px;
    }

    .cv-philosophy-heading {
        margin-bottom: 20px;
    }

    .cv-philosophy-heading h2 {
        font-size: 24px;
    }

    .cv-philosophy-heading span {
        width: 80px;
        height: 4px;
        margin-top: 10px;
    }

    .cv-philosophy-content > p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 16px;
    }

    .cv-philosophy-divider {
        margin: 20px 0 18px;
    }

    .cv-pillar-heading {
        margin-bottom: 18px;
    }

    .cv-pillar-heading h3 {
        font-size: 22px;
    }

    .cv-pillar-item {
        margin-bottom: 15px;
    }

    .cv-pillar-item h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .cv-pillar-item p {
        font-size: 14px;
        line-height: 1.7;
    }
}


@media (max-width: 480px) {

    .cv-philosophy-section {
        padding: 30px 0 35px;
    }

    .cv-philosophy-heading h2 {
        font-size: 21px;
    }

    .cv-pillar-heading h3 {
        font-size: 20px;
    }

    .cv-philosophy-content > p,
    .cv-pillar-item p {
        font-size: 13.5px;
    }
}
/*-------------------------------------------------end-------------------------------------------*/


/*----------------------------------------------------cvp section--------------------------------*/
.cvp-section {
    position: relative;
    overflow: hidden;
    padding: 80px 0px;
    /* background:
        radial-gradient(circle at 10% 20%, rgba(244, 190, 70, .10), transparent 28%),
        radial-gradient(circle at 90% 35%, rgba(46, 170, 160, .10), transparent 30%),
        #faf8f3; */
}


.cvp-heading {
    max-width: 850px;
    margin: 0 auto 70px;
}

.cvp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border: 1px solid rgba(121, 10, 20, .15);
    border-radius: 50px;
    color: #790a14;
    background: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.cvp-eyebrow i {
    font-size: 15px;
    color: #c7962c;
}

.cvp-heading h2 {
    margin: 20px 0 15px;
    font-size: 40px;
    line-height: 1.12;
    font-weight: 700;
    color: #790a14;
}

.cvp-heading h2 span {
    color: #790a14;
    /* font-style: italic; */
}

.cvp-heading-line {
    width: 80px;
    height: 3px;
    margin: 20px auto;
    background: linear-gradient(
        90deg,
        #c7962c,
        #790a14
    );
    border-radius: 10px;
}

.cvp-heading p {
    max-width: 720px;
    margin: auto;
    color: #686868;
    font-size: 16px;
    line-height: 1.8;
}

.cvp-vision-area {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    align-items: center;
    gap: 45px;
    max-width: 1250px;
    margin: auto;
}


.cvp-column {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cvp-left {
    align-items: flex-end;
}

.cvp-right {
    align-items: flex-start;
}

.cvp-pillar-card {
    position: relative;
    width: 100%;
    max-width: 430px;
    min-height: 155px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 16px;
    background: rgba(255,255,255,.92);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 22px;
    box-shadow:
        0 15px 45px rgba(0,0,0,.07);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.cvp-pillar-card:hover {
    transform: translateY(-8px);
    box-shadow:
        0 25px 55px rgba(0,0,0,.12);
}

.cvp-left .cvp-pillar-card::after {
    content: "";
    position: absolute;
    right: -125px;
    width: 125px;
    height: 1px;
    background: #d7c49b;
}

.cvp-right .cvp-pillar-card::after {
    content: "";
    position: absolute;
    left: -121px;
    width: 121px;
    height: 1px;
    background: #d7c49b;
}

.cvp-icon {
    flex: 0 0 65px;
    width: 60px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 30px;
    background: #f7f1e5;
}

.cvp-pillar-card span {
    display: block;
    margin-bottom: 3px;
    color: #790a14;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.cvp-pillar-card h3 {
    margin: 0 0 8px;
    color: #272727;
    font-size: 21px;
    font-weight: 700;
}

.cvp-pillar-card p {
    margin: 0;
    color: #333;
    font-size: 13px;
    line-height: 23px;
}

.pillar-yellow {
    border-top: 3px solid #e1ad32;
}

.pillar-yellow .cvp-icon {
    color: #b9840b;
    background: #fff5d9;
}

.pillar-blue {
    border-top: 3px solid #5363ae;
}

.pillar-blue .cvp-icon {
    color: #45559d;
    background: #eef0ff;
}

.pillar-green {
    border-top: 3px solid #39aaa0;
}

.pillar-green .cvp-icon {
    color: #238d84;
    background: #e5f8f5;
}

.pillar-orange {
    border-top: 3px solid #e56b42;
}

.pillar-orange .cvp-icon {
    color: #d4552b;
    background: #fff0e9;
}


.cvp-center {
    position: relative;
    min-height: 415px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cvp-center-glow {
    position: absolute;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(201,155,48,.20),
            rgba(201,155,48,.04) 55%,
            transparent 70%
        );

    filter: blur(3px);
}


.cvp-child-circle {
    position: relative;
    /* z-index: 3; */
    width: 375px;
    height: 375px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    background:
        linear-gradient(
            145deg,
            #fff,
            #f3ead9
        );
    border: 10px solid rgba(255,255,255,.9);
    box-shadow:
        0 25px 60px rgba(87,57,20,.14);
    overflow: hidden;
}

.cvp-child-circle img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: relative;
    /* z-index: 4; */
    margin-bottom: 63px;
}


.cvp-orbit {
    position: absolute;
    border: 1px dashed rgba(121,10,20,.25);
    border-radius: 50%;
}

.orbit-one {
    width: 400px;
    height: 400px;
}

.orbit-two {
    width: 500px;
    height: 500px;
    border-color: rgba(199,150,44,.18);
}


.cvp-center-label {
    position: relative;
    z-index: 5;

    margin-top: 25px;
    text-align: center;
}

.cvp-center-label span {
    display: block;

    color: #999;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
}

.cvp-center-label strong {
    display: block;

    margin-top: 5px;

    color: #790a14;
    font-size: 22px;
}

.cvp-circle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.cvp-circle-one {
    width: 12px;
    height: 12px;
    top: 5%;
    left: 37%;
    background: #d8a735;
}

.cvp-circle-two {
    width: 8px;
    height: 8px;
    bottom: 5%;
    right: 37%;
    background: #790a14;
}

.cvp-bottom {
    position: relative;

    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 70px;

    max-width: 1120px;
    margin: 100px auto 0;

    padding: 55px 60px;

    background: #fff;

    border-radius: 25px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.06);
}


.cvp-bottom::before {
    content: "";

    position: absolute;
    top: 45px;
    bottom: 45px;
    left: 350px;

    width: 1px;

    background: #e8dfd0;
}


.cvp-bottom-title span {
    display: inline-block;

    margin-bottom: 12px;

    color: #c7962c;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cvp-bottom-title h2 {
    margin: 0;

    color: #790a14;
    font-size: 32px;
    line-height: 1.25;
}


.cvp-bottom-content {
    padding-left: 20px;
}

.cvp-bottom-content p {
    margin-bottom: 18px;

    color: #666;
    font-size: 14px;
    line-height: 1.85;
}

.cvp-bottom-content p:last-child {
    margin-bottom: 0;
}

.cvp-bottom-content strong {
    color: #790a14;
}


@media (max-width: 991px) {

    .cvp-section {
        padding: 75px 0;
    }

    .cvp-heading {
        margin-bottom: 50px;
    }

    .cvp-heading h2 {
        font-size: 42px;
    }

    .cvp-vision-area {
        grid-template-columns: 1fr 1fr;
        gap: 25px;
    }

    .cvp-center {
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 390px;
    }

    .cvp-left {
        grid-column: 1;
        grid-row: 2;
    }

    .cvp-right {
        grid-column: 2;
        grid-row: 2;
    }

    .cvp-left .cvp-pillar-card::after,
    .cvp-right .cvp-pillar-card::after {
        display: none;
    }

    .cvp-pillar-card {
        max-width: 100%;
    }

    .cvp-bottom {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 40px;
    }

    .cvp-bottom::before {
        display: none;
    }

    .cvp-bottom-content {
        padding-left: 0;
    }
}

@media (max-width: 767px) {

    .cvp-section {
        padding: 60px 0;
    }

    .cvp-heading {
        margin-bottom: 40px;
    }

    .cvp-eyebrow {
        font-size: 10px;
        letter-spacing: 1.3px;
    }

    .cvp-heading h2 {
        font-size: 34px;
    }

    .cvp-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .cvp-vision-area {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .cvp-center {
        order: 1;
        min-height: 350px;
        width: 100%;
    }

    .cvp-left {
        order: 2;
        width: 100%;
    }

    .cvp-right {
        order: 3;
        width: 100%;
    }

    .cvp-pillar-card {
        max-width: 100%;
        min-height: auto;
        padding: 20px;
        border-radius: 18px;
    }

    .cvp-icon {
        flex: 0 0 55px;
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .cvp-pillar-card h3 {
        font-size: 18px;
    }

    .cvp-pillar-card p {
        font-size: 12px;
    }

    .cvp-child-circle {
        width: 245px;
        height: 245px;
    }

    .orbit-one {
        width: 285px;
        height: 285px;
    }

    .orbit-two {
        width: 325px;
        height: 325px;
    }

    .cvp-center-glow {
        width: 270px;
        height: 270px;
    }

    .cvp-bottom {
        margin-top: 65px;
        padding: 30px 22px;
        border-radius: 20px;
    }

    .cvp-bottom-title h2 {
        font-size: 27px;
    }

    .cvp-bottom-content p {
        font-size: 13px;
        line-height: 1.75;
    }
}


@media (max-width: 400px) {

    .cvp-heading h2 {
        font-size: 30px;
    }

    .cvp-child-circle {
        width: 220px;
        height: 220px;
    }

    .orbit-one {
        width: 260px;
        height: 260px;
    }

    .orbit-two {
        width: 295px;
        height: 295px;
    }
}

/*--------------------------------------------------end------------------------------------------*/

/*------------------------------------------------vision mission---------------------------------*/
.cv-vision-mission {
    position: relative;
    padding: 80px 0px;
    /* overflow: hidden; */
}


.cv-section-heading {
    margin-bottom: 42px;
}

.cv-section-heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #171717;
}

.cv-section-heading span {
    display: block;
    width: 84px;
    height: 4px;
    margin-top: 12px;
    background: #6d2119;
}


.cv-vm-row {
    position: relative;
    display: grid;
    align-items: center;
    gap: 45px;
    margin-bottom: 58px;
}

.cv-vm-row:last-child {
    margin-bottom: 0;
}


.cv-vm-content {
    min-width: 0;
}

.cv-vm-content h3 {
    margin: 0 0 18px;
    font-size: 25px;
    line-height: 1.25;
    font-weight: 700;
    color: #171717;
}

.cv-vm-content p {
    margin: 0;
    color: #242424;
    font-size: 14px;
    line-height: 1.85;
    text-align: justify;
}

.cv-vm-content strong {
    font-weight: 700;
    color: #111;
}

.cv-vision-row {
    grid-template-columns: 350px minmax(0, 1fr);
    padding: 12px 0 38px;
}

.cv-vision-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv-vision-image img {
    width: 355px;
    max-height: 250px;
    object-fit: contain;
    border-radius: 12px;
}

.cv-mission-row {
    grid-template-columns: minmax(0, 1fr) 350px;
    padding: 5px 0 35px;
}

.cv-mission-row .cv-vm-content {
    padding-right: 15px;
}

.cv-vm-side-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv-vm-side-image img {
    width: 355px;
    max-height: 250px;
    object-fit: contain;
    border-radius: 12px;
}

.cv-emblem-row {
    grid-template-columns: 215px minmax(0, 1fr);
    padding: 10px 0 40px;
}

.cv-emblem-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv-emblem-image img {
    width: 150px;
    max-height: 190px;
    object-fit: contain;
}

.cv-smile-row {
    grid-template-columns: minmax(0, 1fr) 350px;
    padding-top: 5px;
}

.cv-smile-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cv-smile-image img {
    width: 260px;
    max-height: 250px;
    object-fit: contain;
    border-radius: 15px;
    /* box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12); */
    overflow: hidden;
}

.cv-vision-row,
.cv-mission-row,
.cv-emblem-row {
    border-bottom: 1px solid #e7e7e7;
}

.cv-vm-image img,
.cv-vm-side-image img,
.cv-smile-image img {
    transition: all .35s ease;
}

.cv-vm-row:hover .cv-vm-image img,
.cv-vm-row:hover .cv-vm-side-image img {
    transform: translateY(-5px);
}

.cv-smile-row:hover .cv-smile-image img {
    transform: translateY(-5px);
}

@media (max-width: 991.98px) {

    .cv-vision-mission {
        padding: 55px 0 65px;
    }

    .cv-section-heading {
        margin-bottom: 35px;
    }

    .cv-section-heading h2 {
        font-size: 28px;
    }

    .cv-vm-row {
        gap: 30px;
        margin-bottom: 45px;
    }

    .cv-vision-row,
    .cv-emblem-row {
        grid-template-columns: 160px minmax(0, 1fr);
    }

    .cv-mission-row,
    .cv-smile-row {
        grid-template-columns: minmax(0, 1fr) 160px;
    }

    .cv-vision-image img {
        width: 145px;
    }

    .cv-emblem-image img {
        width: 120px;
    }

    .cv-vm-side-image img {
        width: 120px;
    }

    .cv-smile-image img {
        width: 145px;
        height: 145px;
    }

    .cv-vm-content h3 {
        font-size: 23px;
    }

    .cv-vm-content p {
        font-size: 13.5px;
        line-height: 1.75;
    }
}



@media (max-width: 767.98px) {

    .cv-vision-mission {
        padding: 45px 0 50px;
    }

    .cv-section-heading {
        margin-bottom: 30px;
    }

    .cv-section-heading h2 {
        font-size: 25px;
    }

    .cv-section-heading span {
        width: 70px;
        height: 3px;
    }

    .cv-vm-row,
    .cv-vision-row,
    .cv-mission-row,
    .cv-emblem-row,
    .cv-smile-row {
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin-bottom: 40px;
        padding: 0 0 35px;
        text-align: left;
    }


    .cv-mission-row {
        flex-direction: column-reverse;
    }

    .cv-smile-row {
        flex-direction: column;
    }

    .cv-vm-image,
    .cv-vm-side-image,
    .cv-smile-image {
        width: 100%;
    }

    .cv-vision-image img {
        /* width: 150px; */
        /* max-height: 160px; */
    }

    .cv-vm-side-image img {
        width: 100%;
        /* max-height: 160px; */
    }

    .cv-emblem-image img {
        width: 120px;
        max-height: 160px;
    }

    .cv-smile-image img {
        width: 170px;
        height: 170px;
    }

    .cv-vm-content {
        width: 100%;
        padding: 0 !important;
    }

    .cv-vm-content h3 {
        font-size: 23px;
        margin-bottom: 14px;
    }

    .cv-vm-content p {
        font-size: 13.5px;
        line-height: 1.8;
        text-align: left;
    }
}

@media (max-width: 575.98px) {

    .cv-vision-mission {
        padding: 38px 0 45px;
    }

    .cv-section-heading h2 {
        font-size: 23px;
    }

    .cv-vm-content h3 {
        font-size: 21px;
    }

    .cv-vm-content p {
        font-size: 13px;
        line-height: 1.75;
    }

    .cv-vision-image img {
        width: 100%;
    }

    .cv-smile-image img {
        width: 100%;
        height: auto;
        /* object-fit: fill; */
    }
}
/*--------------------------------------------------end------------------------------------------*/


/*-----------------------------------------------leadersahip-------------------------------------*/
.leadership-section {
    position:relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}


.leadership-header {
    margin-bottom: 25px;
}

.leadership-header h2 {
    margin: 0;
    font-size: 31px;
    line-height: 1.25;
    font-weight: 700;
    color: #242424;
}

.heading-line {
    display: block;
    width: 100px;
    height: 5px;
    background: #57332b;
    margin: 12px 0 22px;
}

.leadership-header p {
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
    text-align: justify;
}


.leadership-content-block {
    padding: 5px 0px 20px;
}

.guru-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 18px;
}

.guru-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
}

.content-text {
    padding-top: 4px;
}

.content-text h4,
.cvp-block h4,
.content-section h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    color: #172f4b;
    margin: 0 0 13px;
}

.content-text p,
.cvp-block p,
.content-section p {
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    text-align: justify;
}


.cvp-block {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 20px 0;
    margin-bottom: 18px;
}

.cvp-block h4 {
    margin-bottom: 12px;
}

.content-section {
    margin-bottom: 22px;
}

.content-section h4 {
    margin-bottom: 12px;
}

.content-section p strong {
    color: #172f4b;
}


.cvp-graphic {
    position: relative;
    width: 100%;
    max-width: 510px;
    height: 330px;
    margin: 10px auto 0;
}

.cvp-petal {
    position: absolute;
    width: 210px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.petal-yellow {
    left: 55px;
    top: 5px;
    background: #f5c235;
    border-radius: 10px 100px 10px 100px;
    transform: rotate(5deg);
}

.petal-green {
    right: 35px;
    top: 5px;
    background: #42c4b3;
    border-radius: 100px 10px 100px 10px;
    transform: rotate(-5deg);
}

.petal-blue {
    left: 0;
    top: 110px;
    background: #4b54a5;
    border-radius: 100px 10px 100px 10px;
    transform: rotate(-5deg);
}

.petal-red {
    right: 0;
    top: 110px;
    background: #ed624c;
    border-radius: 10px 100px 10px 100px;
    transform: rotate(5deg);
}

.cvp-student {
    position: absolute;
    /* z-index: 10; */
    left: 50%;
    top: 102px;
    width: 120px;
    height: 190px;
    transform: translateX(-50%);
}

.student-head {
    position: absolute;
    width: 55px;
    height: 55px;
    background: #c8794f;
    border-radius: 50%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 3;
}

.student-head::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 27px;
    background: #27212a;
    border-radius: 50% 50% 30% 30%;
    top: -4px;
    left: -3px;
}

.student-head::after {
    content: "• ᴗ •";
    position: absolute;
    color: #222;
    font-size: 14px;
    font-weight: bold;
    left: 11px;
    top: 22px;
    letter-spacing: 2px;
}


.student-body {
    position: absolute;
    width: 82px;
    height: 70px;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
    background: #f5f5f5;
    border-radius: 25px 25px 15px 15px;
}


.student-body span {
    position: absolute;
    width: 18px;
    height: 50px;
    background: #c8794f;
    top: 25px;
   border-radius: 20px;
}

.student-body span:first-child {
    left: -12px;
    transform: rotate(35deg);
}

.student-body span:last-child {
    right: -12px;
    transform: rotate(-35deg);
}

.student-legs {
    position: absolute;
    width: 100px;
    height: 60px;
    left: 50%;
    top: 105px;
    transform: translateX(-50%);
}

.student-legs i {
    position: absolute;
    width: 48px;
    height: 28px;
    background: #7c91bd;
    border-radius: 50%;
    bottom: 0;
}

.student-legs i:first-child {
    left: 0;
    transform: rotate(15deg);
}

.student-legs i:last-child {
    right: 0;
    transform: rotate(-15deg);
}

@media (max-width: 1199px) {

    .leadership-section {
        padding: 45px 0 60px;
    }

    .leadership-header h2 {
        font-size: 28px;
    }

    .cvp-graphic {
        transform: scale(.9);
        transform-origin: center top;
    }

    .content-text p,
    .cvp-block p,
    .content-section p {
        font-size: 15px;
    }
}


@media (max-width: 991px) {

    .leadership-section {
        padding: 40px 0 50px;
    }

    .leadership-header h2 {
        font-size: 26px;
    }

    .leadership-content-block {
        padding-left: 0;
        padding-right: 0;
    }

    .guru-image {
        max-width: 350px;
        margin: 0 auto;
        height: 300px;
    }

    .content-text {
        padding-top: 0;
    }

    .cvp-graphic {
        margin: 25px auto 0;
        transform: scale(.85);
    }
}


@media (max-width: 767px) {

    .leadership-section {
        padding: 35px 15px 45px;
    }

    .leadership-header h2 {
        font-size: 23px;
    }

    .leadership-header p,
    .content-text p,
    .cvp-block p,
    .content-section p {
        font-size: 14.5px;
        line-height: 1.7;
        text-align: left;
    }

    .heading-line {
        width: 75px;
        height: 4px;
    }

    .guru-image {
        height: 280px;
    }

    .cvp-graphic {
        transform: scale(.72);
        transform-origin: top center;
        margin-bottom: -70px;
    }
}


@media (max-width: 480px) {

    .leadership-section {
        padding: 30px 12px 40px;
    }

    .leadership-header h2 {
        font-size: 21px;
    }

    .content-text h4,
    .cvp-block h4,
    .content-section h4 {
        font-size: 17px;
    }

    .guru-image {
        height: 250px;
        border-radius: 14px;
    }

    .cvp-graphic {
        transform: scale(.55);
        margin-bottom: -120px;
    }
}
/*---------------------------------------------------end-----------------------------------------*/

/*-----------------------------------------------vice principal message--------------------------*/
.vice-principal-section {
    position:relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}

.vp-header {
    width: 100%;
    margin-bottom: 20px;
}

.vp-header h1 {
    margin: 0;
    max-width: 1250px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #142f4b;
}

.vp-heading-line {
    display: block;
    width: 100px;
    height: 4px;
    margin-top: 12px;
    background: #583127;
}

.vp-intro {
    width: 100%;
}

.vp-intro p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    color: #151515;
}

.vp-divider {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin: 14px 0 17px;
}


.vp-message h2 {
    margin: 0 0 27px;
    font-size: 25px;
    line-height: 1.3;
   font-weight: 700;
    color: #142f4b;
}

.message-content {
    width: 100%;
}

.message-content p {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
    color: #151515;
}

.message-content .greeting {
    margin-bottom: 18px;
}


.message-content strong {
    font-weight: 700;
    color: #111111;
}


.vp-signature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 8px;
}

.vp-signature .warm-regards {
    margin-bottom: 13px;
}

.vp-signature strong {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 2px;
}

.vp-signature span {
    display: block;
    font-size: 15.5px;
    line-height: 1.7;
}


@media (min-width: 1600px) {

    .vice-principal-section {
        padding-left: 4%;
        padding-right: 4%;
    }

    .vp-header h1 {
        font-size: 31px;
    }

    .vp-intro p,
    .message-content p,
    .vp-signature span {
        font-size: 16px;
    }
}


@media (max-width: 991px) {

    .vice-principal-section {
        padding: 35px 30px 55px;
    }

    .vp-header h1 {
        font-size: 27px;
    }

    .vp-message h2 {
        font-size: 23px;
    }

    .vp-intro p,
    .message-content p,
    .vp-signature span {
        font-size: 15px;
        line-height: 1.7;
    }
}


@media (max-width: 767px) {

    .vice-principal-section {
        padding: 30px 18px 45px;
    }

    .vp-header {
        margin-bottom: 18px;
    }

    .vp-header h1 {
        font-size: 23px;
        line-height: 1.35;
    }

    .vp-heading-line {
        width: 80px;
        height: 4px;
        margin-top: 10px;
    }

    .vp-intro p,
    .message-content p {
        font-size: 14px;
        line-height: 1.7;

        text-align: left;
    }

    .vp-divider {
        margin: 18px 0 20px;
    }

    .vp-message h2 {
        font-size: 21px;
        margin-bottom: 22px;
    }

    .message-content p {
        margin-bottom: 16px;
    }

    .vp-signature span {
        font-size: 14px;
    }
}


@media (max-width: 480px) {

    .vice-principal-section {
        padding: 25px 15px 40px;
    }

    .vp-header h1 {
        font-size: 21px;
    }

    .vp-message h2 {
        font-size: 19px;
    }

    .vp-intro p,
    .message-content p,
    .vp-signature span {
        font-size: 13.5px;
    }

    .vp-heading-line {
        width: 70px;
    }
}
/*----------------------------------------------------end----------------------------------------*/


/*----------------------------------------------------HOD-----------------------------------------*/
.hod-section {
    position:relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}


.hod-header {
    margin-bottom: 28px;
}

.hod-header h1 {
    margin: 0;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
    color: #1f1f1f;
}

.hod-heading-line {
    display: block;
    width: 100px;
    height: 4px;
    margin: 11px 0 20px;
    background: #573129;
}

.hod-header p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    text-align: justify;
}

.hod-header strong {
    color: #152e48;
}



.hod-item {
    width: 100%;
    padding: 20px 10px;
    margin-bottom: 4px;
}


.hod-content {
    padding: 0 15px 0 0;
}

.right-content {
    padding: 0 0 0 15px;
}

.hod-content h2 {
    margin: 0 0 12px;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 700;
    color: #172f4b;
}

.hod-content h5 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    color: #111;
}

.hod-content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    text-align: justify;
    color: #171717;
}

.hod-image {
    width: 220px;
    height: 260px;
    margin-left: auto;
    overflow: hidden;
    border-radius: 14px;
    background: #eef4fa;
}

.left-image {
    margin-left: 0;
    margin-right: auto;
}

.hod-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}


.hod-image {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.hod-image:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 25px rgba(23, 47, 75, 0.15);
}



.collaborative-section {
    border-top: 1px solid #d9d9d9;
    margin-top: 5px;
    padding-top: 20px;
}

.collaborative-section h2 {
    margin: 0 0 14px;
    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
    color: #172f4b;
}

.collaborative-section p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    text-align: justify;
}


@media (min-width: 1400px) {

    .hod-section {
        padding-top: 50px;
    }

    .hod-header h1 {
        font-size: 31px;
    }

    .hod-header p {
        font-size: 15.5px;
    }

    .hod-content h2 {
        font-size: 22px;
    }

    .hod-content p,
    .collaborative-section p {
        font-size: 14.5px;
    }

    .hod-image {
        width: 150px;
        height: 150px;
    }
}



@media (max-width: 991px) {

    .hod-section {
        padding: 40px 20px 55px;
    }

    .hod-header h1 {
        font-size: 27px;
    }

    .hod-header p {
        font-size: 14px;
        text-align: left;
    }

    .hod-item {
        padding: 20px 0;
    }

    .hod-content {
        padding: 0;
    }

    .right-content {
        padding: 0;
    }

    .hod-content h2 {
        font-size: 20px;
    }

    .hod-content p {
        font-size: 13.5px;
        text-align: left;
    }

    .hod-image {
        width: 135px;
        height: 135px;
    }
}


@media (max-width: 767px) {

    .hod-section {
        padding: 30px 15px 45px;
    }

    .hod-header {
        margin-bottom: 15px;
    }

    .hod-header h1 {
        font-size: 23px;
        line-height: 1.35;
    }

    .hod-heading-line {
        width: 80px;
        height: 4px;
        margin: 9px 0 16px;
    }

    .hod-header p {
        font-size: 13.5px;
        line-height: 1.7;
    }

    .hod-item {
        padding: 22px 0;
        border-bottom: 1px solid #eeeeee;
    }

    .hod-content {
        margin-bottom: 18px;
    }

    .hod-content h2 {
        font-size: 19px;
        margin-bottom: 9px;
    }

    .hod-content h5 {
        font-size: 13px;
        margin-bottom: 7px;
    }

    .hod-content p {
        font-size: 13px;
        line-height: 1.7;
        text-align: left;
    }

    .hod-image,
    .left-image {
        width: 145px;
        height: 145px;

        margin: 0 auto;
    }

    .collaborative-section {
        margin-top: 15px;
        padding-top: 20px;
    }

    .collaborative-section h2 {
        font-size: 18px;
    }

    .collaborative-section p {
        font-size: 13px;
        line-height: 1.7;
        text-align: left;
    }
}



@media (max-width: 480px) {

    .hod-section {
        padding: 25px 12px 40px;
    }

    .hod-header h1 {
        font-size: 21px;
    }

    .hod-header p {
        font-size: 12.8px;
    }

    .hod-content h2 {
        font-size: 18px;
    }

    .hod-content h5 {
        font-size: 12.5px;
    }

    .hod-content p {
        font-size: 12.5px;
    }

    .hod-image,
    .left-image {
        width: 100%;
        height: 100%;
    }

    .collaborative-section h2 {
        font-size: 17px;
    }

    .collaborative-section p {
        font-size: 12.5px;
    }
}

/*----------------------------------------------------end-----------------------------------------*/


/*-------------------------------------------------management committee---------------------------*/
.vmc-section {
    position:relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}

.vmc-heading {
    margin-bottom: 22px;
}

.vmc-heading h2 {
    margin: 0;
    color: #111111;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.vmc-heading span {
    display: block;
    width: 100px;
    height: 4px;
    background: #4b2a22;
    margin-top: 12px;
}


.vmc-description {
    width: 100%;
    margin-bottom: 12px;
}

.vmc-description p {
    margin: 0;
    color: #111111;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
}

.vmc-table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
}

.vmc-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    border: 1px solid #333333;
    table-layout: fixed;
}


.vmc-table th:nth-child(1) {
    width: 19%;
}

.vmc-table th:nth-child(2) {
    width: 18%;
}

.vmc-table th:nth-child(3) {
    width: 30%;
}

.vmc-table th:nth-child(4) {
    width: 33%;
}

.vmc-table thead th {
    /* background: #ffffff; */
    color: #111111;
    border: 1px solid #333333;
    padding: 5px 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    vertical-align: middle;
    text-align: left;
}

.vmc-table tbody td {
    border: 1px solid #333333;
    padding: 5px 4px;
    color: #303030;
    /* background: #ffffff; */
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    vertical-align: middle;
    text-align: left;
}

.vmc-table .category-cell {
    font-weight: 700;
    color: #333333;
    vertical-align: middle;
}


.vmc-table tbody tr {
    transition: background 0.2s ease;
}

.vmc-table tbody tr:hover td {
    background: #faf8f7;
}


@media (max-width: 991px) {

    .vmc-section {
        padding: 30px 20px;
    }

    .vmc-heading h2 {
        font-size: 28px;
    }

    .vmc-description p {
        font-size: 15px;
    }

    .vmc-table {
        min-width: 850px;
    }

}


@media (max-width: 767px) {

    .vmc-section {
        padding: 25px 15px 30px;
    }

    .vmc-heading {
        margin-bottom: 18px;
    }

    .vmc-heading h2 {
        font-size: 25px;
    }

    .vmc-heading span {
        width: 80px;
        height: 3px;
        margin-top: 9px;
    }

    .vmc-description {
        margin-bottom: 15px;
    }

    .vmc-description p {
        font-size: 14px;
        line-height: 1.6;
    }

    .vmc-table {
        min-width: 850px;
    }

    .vmc-table thead th,
    .vmc-table tbody td {
        font-size: 13px;
        padding: 6px 5px;
    }

    .vmc-table-wrapper {
        -webkit-overflow-scrolling: touch;
    }
}


@media (max-width: 480px) {

    .vmc-section {
        padding: 22px 12px 25px;
    }

    .vmc-heading h2 {
        font-size: 22px;
    }

    .vmc-description p {
        font-size: 13.5px;
    }
}
/*---------------------------------------------------end-------------------------------------------*/


/*-------------------------------------------------leadership section------------------------------*/

.leadership-section {
   position:relative;
   padding: 80px 0px;
   /* overflow:hidden; */
}

.leadership-heading {
    margin-bottom: 20px;
}

.leadership-heading h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 700;
    color: #111111;
}

.leadership-heading span {
    display: block;
    width: 100px;
    height: 4px;
    background: #4b2922;
    margin-top: 10px;
}

.leader-row {
    display: flex;
    align-items: center;
    width: 100%;
}


.leader-image {
    flex: 0 0 266px;
    width: 266px;
}

.leader-image img {
    display: block;
    width: 197px;
    height: 246px;
    object-fit: contain;
    border-radius: 14px;
}

.leader-content {
    flex: 1;
}

.leader-content h3 {
    margin: 0px 0 16px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #111111;
}

.leader-content h5 {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
}

.leader-content p {
    margin: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 26px;
    color: #111111;
    text-align: left;
}


.leader-row-one {
    gap: 38px;
    margin-bottom: 2px;
}

.leader-row-one .leader-content {
    padding-top: 3px;
}



.leader-row-two {
    gap: 35px;
    margin-top: 0;
}

.leader-row-two .leader-content {
    padding-right: 10px;
}

.leader-row-two .leader-image {
    display: flex;
    justify-content: flex-end;
}

.leader-row-two .leader-image img {
    width: 197px;
    height: 245px;
}



.leadership-final {
    width: 100%;
    margin-top: 5px;
}

.leadership-final h3 {
    margin: 0 0 25px;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 700;
    color: #111111;
}

.leadership-final p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.7;
    color: #111111;
}


@media (min-width: 1400px) {

    .leadership-section {
        padding-left: 30px;
        padding-right: 30px;
    }

    .leader-image {
        flex-basis: 300px;
    }

    .leader-image img {
        width: 266px;
        height: 246px;
    }

    .leader-row-one {
        gap: 24px;
    }

    .leader-row-two {
        gap: 24px;
    }
}


@media (max-width: 991px) {

    .leadership-section {
        padding: 30px 20px;
    }

    .leadership-heading h2 {
        font-size: 28px;
    }

    .leader-row {
        gap: 25px;
    }

    .leader-image {
        flex: 0 0 220px;
    }

    .leader-image img {
        width: 210px;
        height: 220px;
    }

    .leader-row-two .leader-image img {
        width: 210px;
        height: 220px;
    }

    .leader-content h3 {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .leader-content p,
    .leadership-final p {
        font-size: 15px;
        line-height: 1.6;
    }

    .leadership-final h3 {
        font-size: 21px;
    }
}


@media (max-width: 767px) {

    .leadership-section {
        padding: 25px 15px 35px;
    }

    .leadership-heading {
        margin-bottom: 25px;
    }

    .leadership-heading h2 {
        font-size: 25px;
        line-height: 1.3;
    }

    .leadership-heading span {
        width: 80px;
        height: 3px;
        margin-top: 9px;
    }


    .leader-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .leader-row-one {
        margin-bottom: 40px;
    }

    .leader-row-two {
        flex-direction: column-reverse;
        margin-bottom: 35px;
    }

    .leader-image,
    .leader-row-two .leader-image {
        width: 100%;
        flex: auto;
        display: flex;
        justify-content: center;
    }

    .leader-image img,
    .leader-row-two .leader-image img {
        width: 100%;
        max-width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 18px;
    }


    .leader-content {
        width: 100%;
        padding: 0 !important;
    }

    .leader-content h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .leader-content h5 {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .leader-content p {
        font-size: 14px;
        line-height: 1.65;
        text-align: left;
    }


    /* Final */

    .leadership-final {
        margin-top: 0;
    }

    .leadership-final h3 {
        font-size: 21px;
        margin-bottom: 18px;
    }

    .leadership-final p {
        font-size: 14px;
        line-height: 1.65;
    }
}

@media (max-width: 480px) {

    .leadership-section {
        padding: 22px 12px 30px;
    }

    .leadership-heading h2 {
        font-size: 22px;
    }

    .leader-image img,
    .leader-row-two .leader-image img {
        max-width: 100%;
        height: 100%;
    }

    .leader-content h3 {
        font-size: 23px;
    }

    .leader-content p,
    .leadership-final p {
        font-size: 13.5px;
    }

    .leadership-final h3 {
        font-size: 20px;
    }
}
/*----------------------------------------------------end-------------------------------------------*/

/*---------------------------------------------------our faculty-------------------------------------*/
.faculty-area {
    padding: 80px 0px;
    position:relative;
    /* overflow:hidden; */
    --faculty-dark: #18232d;
    --faculty-brown: #4b2922;
    --faculty-brown-light: #7b5045;
    --faculty-text: #222;
}


.faculty-main-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 35px;
}

.title-badge {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 12px;
    background: linear-gradient(
        135deg,
        #4b2922,
        #7b5045
    );

    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 8px 22px rgba(75, 41, 34, .20);
}

.faculty-main-title small {
    display: block;
    margin-bottom: 3px;
    color: #7b5045;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.faculty-main-title h2 {
    margin: 0;
    color: var(--faculty-dark);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.faculty-department {
    margin-top: 90px;
}

.department-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
    text-align: center;
}

.department-title h2 {
    position: relative;
    margin: 0;
    color: var(--faculty-dark);
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
}

.department-title h2::after {
    content: "";
    display: block;
    width: 68px;
    height: 3px;
    margin: 12px auto 0;
    border-radius: 20px;
    background: linear-gradient(
        90deg,
        #4b2922,
        #8a5a4c
    );
}

.department-title > span {
    display: none;
}

.faculty-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    box-shadow:
        0 7px 25px rgba(20, 30, 40, .09);

    transition:
        transform .4s ease,
        box-shadow .4s ease;
}

.faculty-card:hover {
    transform: translateY(-7px);
    box-shadow:
        0 18px 40px rgba(20, 30, 40, .18);
}

.faculty-photo {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #edf0f2;
}

.faculty-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition:
        transform .65s cubic-bezier(.2,.7,.2,1),
        filter .4s ease;
}

.faculty-card:hover .faculty-photo img {
    transform: scale(1.07);
    filter: saturate(1.06);
}

.faculty-gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
   height: 62%;
    background:
        linear-gradient(
            to top,
            rgba(8, 14, 21, .96) 0%,
            rgba(8, 14, 21, .82) 28%,
            rgba(8, 14, 21, .38) 65%,
            transparent 100%
        );

    z-index: 1;

    transition: height .4s ease;
}

.faculty-card:hover .faculty-gradient {
    height: 70%;
}


.faculty-details {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 20px 10px 18px;
    color: #fff;
}

.faculty-details h3 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.faculty-details span {
    display: block;
    color: rgba(255,255,255,.90);
    font-size: 11.5px;
    font-weight: 600;
    line-height: 1.45;
}

.faculty-details p {
    margin: 5px 0 0;
    color: rgba(255,255,255,.70);
    font-size: 11px;
    line-height: 1.45;
}

.faculty-card::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 18px;
    width: 34px;
    height: 3px;
    border-radius: 50px;
    background: #fff;
    opacity: 0;
    transform: translateY(-8px);
    transition: .3s ease;
    z-index: 4;
}

.faculty-card:hover::after {
    opacity: 1;
    transform: translateY(0);
}



@media (min-width: 1400px) {

    .faculty-area {
        padding-left: 40px;
        padding-right: 40px;
    }

    .faculty-details h3 {
        font-size: 20px;
    }

}


@media (max-width: 1199px) {

    .faculty-area {
        padding: 60px 20px 75px;
    }

    .faculty-main-title h2 {
        font-size: 31px;
    }

    .department-title h2 {
        font-size: 27px;
    }

    .faculty-details {
        padding: 18px 16px;
    }

    .faculty-details h3 {
        font-size: 18px;
    }

}


@media (max-width: 991px) {

    .faculty-area {
        padding: 50px 18px 65px;
    }

    .faculty-department {
        margin-top: 70px;
    }

    .faculty-main-title h2 {
        font-size: 28px;
    }

    .department-title {
        margin-bottom: 32px;
    }

    .department-title h2 {
        font-size: 25px;
    }

}


@media (max-width: 767px) {

    .faculty-area {
        padding: 40px 14px 50px;
    }

    .faculty-main-title {
        gap: 12px;
        margin-bottom: 28px;
    }

    .title-badge {
        width: 42px;
        height: 42px;
        border-radius: 10px;
    }

    .faculty-main-title small {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .faculty-main-title h2 {
        font-size: 24px;
    }

    .faculty-department {
        margin-top: 58px;
    }

    .department-title {
        margin-bottom: 28px;
        padding: 0 5px;
    }

    .department-title h2 {
        font-size: 22px;
    }

    .department-title h2::after {
        width: 55px;
        height: 3px;
        margin-top: 9px;
    }

    .faculty-photo {
        aspect-ratio: 4 / 5;
    }

    .faculty-details {
        padding: 19px 17px 17px;
    }

    .faculty-details h3 {
        font-size: 18px;
    }

}



@media (max-width: 480px) {

    .faculty-area {
        padding-left: 12px;
        padding-right: 12px;
    }

    .faculty-main-title h2 {
        font-size: 22px;
    }

    .faculty-department {
        margin-top: 50px;
    }

    .department-title h2 {
        font-size: 20px;
    }

    .faculty-details h3 {
        font-size: 17px;
    }

    .faculty-details span {
        font-size: 11px;
    }

    .faculty-details p {
        font-size: 10.5px;
    }

}
/*----------------------------------------------------end--------------------------------------------*/

/*--------------------------------------------------pta section--------------------------------------*/
.pta-section {
    position:relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}

.pta-heading {
    margin-bottom: 18px;
}

.pta-heading h1 {
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.pta-heading span {
    display: block;
    width: 75px;
    height: 4px;
    margin-top: 8px;
}


.pta-intro {
    margin-bottom: 10px;
}

.pta-intro p {
    margin: 0 0 8px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
    text-align: justify;
}

.pta-intro strong {
    font-weight: 700;
}

.pta-table-wrapper {
    width: 100%;
    margin-top: 8px;
}

.pta-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #222;
    table-layout: fixed;
}

.pta-table thead th {
    color: #111;
    border: 1px solid #222 !important;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
}



.pta-table tbody td {
    border: 1px solid #222 !important;
    padding: 6px 8px;
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    text-align: center;
    vertical-align: middle;
}



.pta-table th:nth-child(1),
.pta-table td:nth-child(1) {
    width: 7%;
}

.pta-table th:nth-child(2),
.pta-table td:nth-child(2) {
    width: 28%;
}

.pta-table th:nth-child(3),
.pta-table td:nth-child(3) {
    width: 23%;
}

.pta-table th:nth-child(4),
.pta-table td:nth-child(4) {
    width: 42%;
}


.pta-table tbody tr {
    transition: background 0.2s ease;
}

.pta-table tbody tr:hover td {
    background: #faf8f6;
}


@media (max-width: 991px) {

    .pta-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pta-heading h1 {
        font-size: 22px;
    }

    .pta-intro p {
        font-size: 13px;
    }

    .pta-table {
        min-width: 800px;
    }

    .pta-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .pta-table thead th,
    .pta-table tbody td {
        font-size: 12px;
    }
}


@media (max-width: 767px) {

    .pta-section {
        padding: 0 15px 40px;
    }

    .pta-heading {
        margin-bottom: 15px;
    }

    .pta-heading h1 {
        font-size: 21px;
    }

    .pta-heading span {
        width: 65px;
        height: 3px;
    }

    .pta-intro p {
        font-size: 12px;
        line-height: 1.6;
        text-align: left;
    }

    .pta-table {
        min-width: 760px;
    }

    .pta-table thead th {
        font-size: 12px;
        padding: 6px;
    }

    .pta-table tbody td {
        font-size: 11px;
        padding: 7px 6px;
    }
}


@media (max-width: 575px) {

    .pta-section {
        padding: 0 12px 30px;
    }

    .pta-heading h1 {
        font-size: 20px;
    }

    .pta-intro p {
        font-size: 12px;
        line-height: 1.55;
    }

    .pta-table-wrapper {
        margin-top: 12px;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .pta-table {
        min-width: 720px;
    }
}

/*-----------------------------------------------------end-------------------------------------------*/

/*----------------------------------------------------alumini section--------------------------------*/
.alumni-section {
    position:relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}

.alumni-title {
    margin-bottom: 35px;
}

.alumni-title h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.alumni-title span {
    display: block;
    width: 66px;
    height: 4px;
    margin-top: 7px;
    background: #563a30;
}

.alumni-item {
    width: 100%;
    margin-bottom: 55px;
}

.alumni-item:last-child {
    margin-bottom: 0;
}

.alumni-image {
    width: 100%;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alumni-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.alumni-content {
    padding: 0 25px;
}

.alumni-content h3 {
    margin: 0 0 17px;
    font-size: 20px;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
}

.alumni-content p {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 1.55;
    color: #111;
    text-align: justify;
}

.alumni-content p:last-child {
    margin-bottom: 0;
}


@media (min-width: 992px) {

    .alumni-item .row {
        min-height: 190px;
    }

    .alumni-item:nth-of-type(even) .alumni-content {
        padding-left: 25px;
        padding-right: 35px;
    }

    .alumni-item:nth-of-type(odd) .alumni-content {
        padding-left: 35px;
        padding-right: 25px;
    }

}



@media (max-width: 991px) {

    .alumni-section {
        padding-bottom: 55px;
    }

    .alumni-title {
        margin-bottom: 30px;
    }

    .alumni-item {
        margin-bottom: 45px;
    }

    .alumni-image {
        height: 180px;
    }

    .alumni-content {
        padding: 0 15px;
    }

    .alumni-content h3 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .alumni-content p {
        font-size: 12px;
    }

}

@media (max-width: 767px) {

    .alumni-title {
        margin-bottom: 30px;
    }

    .alumni-title h2 {
        font-size: 21px;
    }

    .alumni-title span {
        width: 60px;
        height: 3px;
    }

    .alumni-item {
        margin-bottom: 45px;
    }

    .alumni-image {
        height: 200px;
        margin-bottom: 20px;
    }

    .alumni-content {
        padding: 0;
    }

    .alumni-content h3 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .alumni-content p {
        font-size: 12px;
        line-height: 1.6;
        text-align: left;
    }

}

@media (max-width: 575px) {

    .alumni-section {
        padding-bottom: 40px;
    }

    .alumni-title h2 {
        font-size: 20px;
    }

    .alumni-item {
        margin-bottom: 40px;
    }

    .alumni-image {
        height: 180px;
    }

    .alumni-content h3 {
        font-size: 18px;
    }

    .alumni-content p {
        font-size: 12px;
    }

}
/*-----------------------------------------------------end--------------------------------------------*/

/*----------------------------------------------------workshop or seminar-----------------------------*/
.workshop-section {
    position:relative;
    /* overflow:hidden; */
    padding: 80px 0px;
}

.workshop-title {
    margin-bottom: 30px;
}

.workshop-title h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}

.workshop-title span {
    display: block;
    width: 66px;
    height: 4px;
    background: #55382e;
    margin-top: 7px;
}

.workshop-image {
    width: 100%;
    height: 155px;
    overflow: hidden;
    border-radius: 14px;
}

.workshop-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.workshop-intro {
    margin-top: 12px;
}

.workshop-intro .row {
    /* align-items: center; */
}

.workshop-content {
    padding-left: 14px;
    padding-right: 14px;
}

.workshop-intro .workshop-content {
    padding-left: 0;
}


.workshop-content p,
.workshop-text p,
.workshop-last-text p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 25px;
    color: #111;
    text-align: justify;
}

.workshop-content p:last-child,
.workshop-text p:last-child {
    margin-bottom: 0;
}

.workshop-divider {
    width: 100%;
    height: 1px;
    background: #cfcfcf;
    margin: 14px 0 11px;
}

.workshop-subtitle {
    margin: 0 0 9px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
}


/* =========================================
   WORKSHOP BLOCK
========================================= */

.workshop-block {
    width: 100%;
}

.workshop-text {
    width: 100%;
}


.workshop-row {
    margin-top: 30px;
}

.workshop-row .row {
    --bs-gutter-x: 18px;
    --bs-gutter-y: 10px;
}

.workshop-row .workshop-image {
    height: 230px;
}



.workshop-image-right {
    margin-left: auto;
}

.workshop-final {
    margin-top: 9px;
}

.workshop-final h3 {
    margin: 0 0 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #111;
}

.workshop-final h3 + p {
    margin-bottom: 10px;
}

.workshop-last-text {
    margin-top: 7px;
}

.workshop-last-text p {
    margin-bottom: 0;
}


.workshop-section strong {
    font-weight: 700;
}

.workshop-section em {
    font-style: italic;
}


@media (min-width: 1200px) {

    .workshop-section {
        padding-left: 25px;
        padding-right: 25px;
    }

    .workshop-image {
        height: 230px;
    }

    .workshop-content {
        padding-left: 0;
        padding-right: 8px;
    }

    .workshop-row .workshop-content {
        padding-left: 0;
        padding-right: 5px;
    }
}


@media (max-width: 991px) {

    .workshop-section {
        padding: 0 20px 45px;
    }

    .workshop-title h2 {
        font-size: 20px;
    }

    .workshop-image {
        height: 170px;
    }

    .workshop-row .workshop-image {
        height: 170px;
    }

    .workshop-content {
        padding: 0;
    }

    .workshop-content p,
    .workshop-text p,
    .workshop-last-text p {
        font-size: 11.5px;
        line-height: 1.6;
    }
}


@media (max-width: 767px) {

    .workshop-section {
        padding: 0 15px 40px;
    }

    .workshop-title {
        margin-bottom: 20px;
    }

    .workshop-title h2 {
        font-size: 19px;
    }

    .workshop-title span {
        width: 60px;
        height: 3px;
    }

    .workshop-image,
    .workshop-row .workshop-image {
        height: 210px;
        margin-bottom: 12px;
    }

    .workshop-content {
        padding: 0;
    }

    .workshop-content p,
    .workshop-text p,
    .workshop-last-text p {
        font-size: 12px;
        line-height: 1.65;
        text-align: left;
    }

    .workshop-subtitle {
        font-size: 12px;
    }

    .workshop-divider {
        margin: 18px 0 14px;
    }

    .workshop-row {
        margin-top: 18px;
    }

    .workshop-row .row {
        display: flex;
    }

    .workshop-row .col-lg-3,
    .workshop-row .col-lg-4,
    .workshop-row .col-lg-8,
    .workshop-row .col-lg-9 {
        width: 100%;
    }
}

@media (max-width: 575px) {

    .workshop-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .workshop-image,
    .workshop-row .workshop-image {
        height: 190px;
        border-radius: 12px;
    }

    .workshop-title h2 {
        font-size: 18px;
    }

    .workshop-content p,
    .workshop-text p,
    .workshop-last-text p {
        font-size: 11.5px;
        line-height: 1.65;
    }

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

/*------------------------------------------------------end--------------------------------------------*/


/*-----------------------------------------------------academic section--------------------------------*/
.academic-section {
    position:relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}

.academic-title {
    margin-bottom: 14px;
}

.academic-title h2 {
    margin: 0;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.academic-title span {
    display: block;
    width: 66px;
    height: 3px;
    margin-top: 7px;
    background: #56392f;
}

.academic-content {
    width: 100%;
}

.academic-content h1 {
    margin: 0 0 15px;
    color: #111;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.academic-content > p {
    margin: 0 0 8px;
    color: #111;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}


.academic-content h3 {
    margin: 12px 0 12px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.topper-list {
    margin-bottom: 2px;
}

.topper-list p {
    margin: 0 0 3px;
    color: #111;
    font-size: 14px;
    line-height: 25px;
}

.topper-list strong {
    font-weight: 700;
}

.result-block {
    width: 100%;
    margin-top: 10px;
}

.result-block h4 {
    margin: 15px 0 15px;
    color: #111;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}


.academic-table {
    width: 100%;
    margin: 0;
    border: 1px solid #555;
    border-collapse: collapse;
    table-layout: fixed;
    /* background: #fff; */
}

.academic-table thead th {
    border: 0;
    border-right: 0;
    padding: 6px 8px;
    /* background: #fff; */
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ddd;
    border-bottom-color: #ddd;
}

.academic-table tbody td {
    border: 0;
    padding: 5px 8px;
    background: transparent;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ddd;
}


.academic-table th:nth-child(1),
.academic-table td:nth-child(1) {
    width: 19%;
    border-bottom-color: #ddd !important;
}

.academic-table th:nth-child(2),
.academic-table td:nth-child(2) {
    width: 40%;
    border-bottom-color: #ddd !important;
}

.academic-table th:nth-child(3),
.academic-table td:nth-child(3) {
    width: 41%;
    border-bottom-color: #ddd !important;
}

.academic-table-x th:nth-child(1),
.academic-table-x td:nth-child(1) {
    width: 11%;
}

.academic-table-x th:nth-child(2),
.academic-table-x td:nth-child(2) {
    width: 66%;
}

.academic-table-x th:nth-child(3),
.academic-table-x td:nth-child(3) {
    width: 23%;
}


.academic-table tbody tr:hover td {
    background: #faf9f7;
}


.academic-final {
    width: 100%;
}

.academic-final h3 {
    margin-top: 14px;
    margin-bottom: 15px;
    font-size: 18px;
}

.academic-final p {
    margin: 0 0 8px;
    color: #111;
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
}

.academic-final .final-message {
    margin-bottom: 0;
    font-weight: 700;
}


@media (max-width: 991px) {

    .academic-section {
        padding: 0 25px 45px;
    }

    .academic-content h1 {
        font-size: 22px;
    }

    .academic-content h3 {
        font-size: 17px;
    }

    .result-block h4 {
        font-size: 15px;
    }

    .academic-table {
        min-width: 650px;
    }

    .academic-table-wrapper {
        overflow-x: auto;
    }
}


@media (max-width: 767px) {

    .academic-section {
        padding: 0 15px 40px;
    }

    .academic-title {
        margin-bottom: 18px;
    }

    .academic-title h2 {
        font-size: 19px;
    }

    .academic-title span {
        width: 60px;
        height: 3px;
    }

    .academic-content h1 {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 12px;
    }

    .academic-content h3 {
        font-size: 17px;
    }

    .academic-content > p,
    .topper-list p,
    .academic-final p {
        font-size: 11.5px;
        line-height: 1.6;
        text-align: left;
    }

    .result-block {
        margin-top: 14px;
    }

    .result-block h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .table-responsive {
        border: 0;
    }

    .academic-table {
        min-width: 650px;
    }

    .academic-table thead th,
    .academic-table tbody td {
        font-size: 10.5px;
        padding: 6px;
    }

    .academic-final h3 {
        font-size: 17px;
    }
}

@media (max-width: 575px) {

    .academic-section {
        padding: 0 12px 35px;
    }

    .academic-title h2 {
        font-size: 18px;
    }

    .academic-content h1 {
        font-size: 19px;
    }

    .academic-content h3 {
        font-size: 16px;
    }

    .result-block h4 {
        font-size: 14px;
    }

    .academic-table {
        min-width: 620px;
    }
}
/*------------------------------------------------------end----------------------------------------------*/

/*--------------------------------------------------pre primary section-----------------------------------*/
.pre-primary-section {
    position:relative;
    padding: 80px 0px;
    /* overflow:hidden; */
}

.pre-primary-heading {
    margin-bottom: 20px;
}

.pre-primary-heading h2 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.pre-primary-heading span {
    display: block;
    width: 66px;
    height: 3px;
    margin-top: 8px;
    background: #56392f;
    border-radius: 2px;
}

.pre-primary-intro {
    padding-bottom: 13px;
    border-bottom: 1px solid #d8d8d8;
}

.pre-primary-intro h1 {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.pre-primary-intro p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: #222;
    text-align: justify;
}


.pre-primary-row {
    padding: 8px 0;
}

.pre-primary-row .row {
    --bs-gutter-x: 25px;
    --bs-gutter-y: 20px;
}

.pre-primary-content {
    padding: 0 4px;
}

.pre-primary-content h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}

.pre-primary-content p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.55;
    color: #222;
    text-align: justify;
}

.pre-primary-content p:last-child {
    margin-bottom: 0;
}

.pre-primary-content strong {
    font-weight: 700;
}

.pre-primary-image {
    width: 100%;
    height: 125px;
    overflow: hidden;
    border-radius: 13px;
    background: #f4f4f4;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
}

.pre-primary-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.pre-primary-image:hover img {
    transform: scale(1.04);
}

.image-small-left {
    width: auto;
    height: 125px;
    margin-left: 10px;
}


.parent-engagement {
    padding-bottom: 13px;
    border-bottom: 1px solid #d8d8d8;
}


.subjects-section {
    padding-top: 10px;
}

.subjects-section h3 {
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    color: #111;
}

.subjects-section h3 span {
    font-weight: 700;
}

.subjects-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 300px));
    gap: 6px 35px;
    max-width: 650px;
}

.subject-item {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 28px;
    padding: 3px 8px;
    border-bottom: 1px solid #eeeeee;
}

.subject-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    /* flex: 0 0 23px; */
    border-radius: 50%;
    background: #56392f;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
}

.subject-item strong {
    font-size: 15px;
    font-weight: 600;
    color: #222;
}

@media (min-width: 1200px) {

    .pre-primary-section {
        padding-bottom: 75px;
    }

    .pre-primary-content {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pre-primary-image {
        height: 250px;
    }

    .image-small-left {
        width: auto;
        height: 250px;
    }
}



@media (max-width: 991px) {

    .pre-primary-section {
        padding-bottom: 55px;
    }

    .pre-primary-heading h2 {
        font-size: 20px;
    }

    .pre-primary-intro h1 {
        font-size: 19px;
    }

    .pre-primary-content h3 {
        font-size: 16px;
    }

    .pre-primary-content p {
        font-size: 11px;
    }

    .pre-primary-image {
        height: 145px;
    }

    .image-small-left {
        width: 145px;
        height: 145px;
        margin-left: 0;
    }
}

@media (max-width: 767px) {

    .pre-primary-section {
        padding: 40px 0px;
    }

    .pre-primary-heading {
        margin-bottom: 18px;
    }

    .pre-primary-heading h2 {
        font-size: 19px;
    }

    .pre-primary-intro {
        padding-bottom: 15px;
    }

    .pre-primary-intro h1 {
        font-size: 19px;
        line-height: 1.4;
    }

    .pre-primary-intro p {
        font-size: 11.5px;
        line-height: 1.65;
        text-align: left;
    }

    .pre-primary-row {
        padding: 18px 0;
    }

    .pre-primary-content {
        padding: 0;
    }

    .pre-primary-content h3 {
        font-size: 17px;
        margin-bottom: 9px;
    }

    .pre-primary-content p {
        font-size: 11.5px;
        line-height: 1.65;
        text-align: left;
    }

    .pre-primary-image,
    .image-small-left {
        width: 100%;
        height: 210px;
        margin: 0;
        border-radius: 12px;
    }

    .subjects-section {
        padding-top: 16px;
    }

    .subjects-section h3 {
        font-size: 14px;
    }

    .subjects-list {
        grid-template-columns: 1fr;
        gap: 5px;
        max-width: 100%;
    }

    .subject-item {
        min-height: 30px;
    }
}


@media (max-width: 575px) {

    .pre-primary-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .pre-primary-heading h2 {
        font-size: 18px;
    }

    .pre-primary-intro h1 {
        font-size: 18px;
    }

    .pre-primary-content h3 {
        font-size: 16px;
    }

    .pre-primary-image,
    .image-small-left {
        height: 190px;
    }

    .pre-primary-content p,
    .pre-primary-intro p {
        font-size: 11px;
    }
}

/*------------------------------------------------------end-----------------------------------------------*/


/*-----------------------------------------------------curicullam-----------------------------------------*/

.curriculum-section {
   position:relative;
   padding:0px 0px 80px;
}


.curriculum-title {
    margin-bottom: 17px;
}

.curriculum-title h2 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.curriculum-title span {
    display: block;
    width: 65px;
    height: 3px;
    margin-top: 7px;
    background: #56392f;
    border-radius: 1px;
}


.curriculum-table-wrap {
    width: 100%;
    overflow-x: auto;
}


.curriculum-table {
    width: 100%;
    min-width: 750px;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

.curriculum-table thead th {
    height: 30px;
    padding: 5px 7px;
    border: 1px solid #222;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    vertical-align: middle;
}

.curriculum-table tbody td {
    height: 29px;
    padding: 5px 7px;
    border: 1px solid #222;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.25;
    vertical-align: middle;
}



.curriculum-table th:first-child,
.curriculum-table td:first-child {
    width: 13%;
}

.curriculum-table th:nth-child(2) {
    width: 28%;
}

.curriculum-table th:nth-child(3) {
    width: 35%;
}

.curriculum-table th:nth-child(4) {
    width: 24%;
}


.curriculum-table tbody tr:nth-child(-n+10) td:not(:first-child) {
    /* text-align: center; */
}


.curriculum-table tbody tr:nth-child(11) td:nth-child(3),
.curriculum-table tbody tr:nth-child(11) td:nth-child(4),
.curriculum-table tbody tr:nth-child(12) td:nth-child(3),
.curriculum-table tbody tr:nth-child(12) td:nth-child(4) {
    text-align: left;
}


.curriculum-table tbody tr:hover td {
    background: #fafafa;
}


@media (max-width: 991px) {

    .curriculum-section {
        padding: 0 18px 45px;
    }

    .curriculum-title h2 {
        font-size: 18px;
    }

    .curriculum-table {
        min-width: 700px;
    }

    .curriculum-table thead th,
    .curriculum-table tbody td {
        font-size: 10px;
    }
}

@media (max-width: 767px) {

    .curriculum-section {
        padding: 0 15px 40px;
    }

    .curriculum-title {
        margin-bottom: 15px;
    }

    .curriculum-title h2 {
        font-size: 17px;
    }

    .curriculum-title span {
        width: 58px;
        height: 3px;
    }


    .curriculum-table {
        min-width: 680px;
    }

    .curriculum-table thead th {
        height: 32px;
        padding: 6px;
        font-size: 10px;
    }

    .curriculum-table tbody td {
        height: 30px;
        padding: 6px;
        font-size: 10px;
    }
}

@media (max-width: 575px) {

    .curriculum-section {
        padding-left: 12px;
        padding-right: 12px;
    }

    .curriculum-title h2 {
        font-size: 16px;
    }

    .curriculum-table {
        min-width: 650px;
    }
}

.middle-feature-heading h3{
    margin: 15px 0 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #111;
}
/*---------------------------------------------------------end--------------------------------------------*/

/*----------------------------------------------------CBSE Discloser---------------------------------------*/

        .cbse-disclosure {
            padding: 80px 0px;
            position:relative;
            /* overflow:hidden; */
        }

        .disclosure-title {
            margin-bottom: 25px;
        }

        .disclosure-title h1 {
            margin: 0;
            font-size: 30px;
            line-height: 1.3;
            font-weight: 700;
            color: #111;
        }

        .disclosure-title span {
            display: block;
            width: 80px;
            height: 4px;
            margin-top: 10px;
            background: #4b281f;
        }

        .disclosure-section {
            margin-bottom: 0;
        }

        .disclosure-section-title {
            margin: 15px 0 15px;
            font-size: 20px;
            line-height: 1.25;
            font-weight: 700;
            color: #111;
        }

        .disclosure-table-wrap {
            width: 100%;
            overflow-x: auto;
            margin-bottom: 0;
        }

        .disclosure-table {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #344154;
            margin: 0;
            table-layout: fixed;
        }

        .disclosure-table th,
        .disclosure-table td {
            border: 1px solid #344154;
            padding: 4px 5px;
            font-size: 14px;
            line-height: 1.35;
            color: #000;
            vertical-align: middle;
            text-align: left;
            font-weight: 400;
        }

        .disclosure-table th {
            font-weight: 600;
            text-transform: uppercase;
        }

        .general-table th:nth-child(1),
        .general-table td:nth-child(1) {
            width: 68px;
        }

        .general-table th:nth-child(2),
        .general-table td:nth-child(2) {
            width: 39%;
        }

        .general-table th:nth-child(3),
        .general-table td:nth-child(3) {
            width: auto;
        }



        .documents-table th:first-child,
        .documents-table td:first-child {
            width: 105px;
        }

        .documents-table th:nth-child(2),
        .documents-table td:nth-child(2) {
            width: auto;
        }

        .documents-table th:last-child,
        .documents-table td:last-child {
            width: 240px;
        }


        .academics-table th:first-child,
        .academics-table td:first-child {
            width: 120px;
        }

        .academics-table th:nth-child(2),
        .academics-table td:nth-child(2) {
            width: auto;
        }

        .academics-table th:last-child,
        .academics-table td:last-child {
            width: 270px;
        }

        .result-title {
            margin: 15px 0 15px;
            font-size: 20px;
            line-height: 1.3;
            font-weight: 700;
            color: #111;
        }

        .result-table th,
        .result-table td {
            text-align: left;
        }

        .result-table th:first-child,
        .result-table td:first-child {
            width: 16%;
        }

        .result-table th:nth-child(2),
        .result-table td:nth-child(2) {
            width: 16%;
        }

        .result-table th:nth-child(3),
        .result-table td:nth-child(3) {
            width: 30%;
        }

        .result-table th:nth-child(4),
        .result-table td:nth-child(4) {
            width: 20%;
        }

        .result-table th:last-child,
        .result-table td:last-child {
            width: 18%;
        }


        .staff-table th:first-child,
        .staff-table td:first-child {
            width: 23%;
        }

        .staff-table th:nth-child(2),
        .staff-table td:nth-child(2) {
            width: 43%;
        }

        .staff-table th:last-child,
        .staff-table td:last-child {
            width: 34%;
        }


        .disclosure-link {
            color: #003c91;
            text-decoration: none;
            transition: all 0.2s ease;
        }

        .disclosure-link:hover {
            color: #4b281f;
            text-decoration: underline;
        }


        .section-block {
            margin-bottom: 0;
        }

        .section-block + .section-block {
            margin-top: 0;
        }


        @media (max-width: 767px) {

            .cbse-disclosure {
                padding: 40px 0px;
            }

            .cbse-disclosure .container {
                max-width: 100%;
            }

            .disclosure-title h1 {
                font-size: 21px;
            }

            .disclosure-section-title {
                font-size: 21px;
            }

            .result-title {
                font-size: 17px;
            }

            .disclosure-table-wrap {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
            }

            .disclosure-table {
                min-width: 700px;
            }

            .general-table {
                min-width: 750px;
            }

            .documents-table {
                min-width: 750px;
            }

            .academics-table {
                min-width: 750px;
            }

            .result-table {
                min-width: 700px;
            }

            .staff-table {
                min-width: 650px;
            }

            .disclosure-table th,
            .disclosure-table td {
                font-size: 10px;
                padding: 5px;
            }

        }
/*---------------------------------------------------------end---------------------------------------------*/

/*---------------------------------------------------------house system-----------------------------------*/
.house-system-section {
    padding: 80px 0px;
    position:relative;
    /* overflow:hidden; */
}

.house-heading {
    margin-bottom: 30px;
}

.house-heading h2 {
    margin: 0;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
    color: #151515;
}

.house-heading span {
    display: block;
    width: 82px;
    height: 3px;
    margin-top: 10px;
    background: #49291f;
}
.house-intro {
    padding-bottom: 20px;
}

.house-intro-content {
    padding-right: 25px;
}

.house-intro-content p,
.house-content p,
.house-conclusion p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.75;
    color: #151515;
}

.house-row {
    padding: 14px 0;
    border-top: 1px solid #d5d5d5;
}

.house-row:last-of-type {
    border-bottom: 1px solid #d5d5d5;
}


.house-content {
    /* padding: 0 15px; */
}

.house-content h3 {
    margin: 0 0 15px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #171717;
}

.house-tagline {
    font-style: italic;
    margin-bottom: 14px !important;
}


.house-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.house-image img {
    width: auto;
    height: 250px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}

.house-intro-image img {
    width: auto;
    height: 250px;
}

.house-conclusion {
    padding-top: 12px;
}

.house-conclusion p {
    margin: 0;
}


@media (max-width: 991px) {

    .house-system-section {
        padding: 0 0 25px;
    }

    .house-heading h2 {
        font-size: 25px;
    }

    .house-content h3 {
        font-size: 22px;
    }

    .house-image img,
    .house-intro-image img {
        width: 170px;
        height: 170px;
    }

    .house-intro-content {
        padding-right: 10px;
    }

    .house-content {
        padding: 0 10px;
    }

}


@media (max-width: 767px) {

    .house-system-section {
        padding: 40px 0px;
    }

    .house-heading {
        margin-bottom: 22px;
    }

    .house-heading h2 {
        font-size: 23px;
    }

    .house-heading span {
        width: 70px;
    }

    .house-intro {
        padding-bottom: 20px;
    }

    .house-intro-content {
        padding: 0;
    }

    .house-intro-image {
        margin-top: 15px;
    }

    .house-row {
        padding: 22px 0;
    }

    .house-content {
        padding: 0;
    }

    .house-content h3 {
        margin-top: 18px;
        margin-bottom: 12px;
        font-size: 21px;
    }

    .house-content p,
    .house-intro-content p,
    .house-conclusion p {
        font-size: 13px;
        line-height: 1.7;
    }

    .house-image img,
    .house-intro-image img {
        width: 100%;
        height: 100%;
    }

    .house-row .row {
        text-align: left;
    }

    .house-conclusion {
        padding-top: 15px;
    }

}

/*----------------------------------------------------------end---------------------------------------------*/


/*---------------------------------------------------------outbound section---------------------------------*/

.outbound-intro {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
}

.outbound-intro p {
    margin-bottom: 0;
    font-size: 15px;
}


.outbound-purpose {
    padding: 18px 0;
}

.outbound-purpose .house-image img {
    width: auto;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.outbound-purpose .house-content {
    padding-left: 15px;
}

.outbound-purpose .house-content h3 {
    margin-bottom: 12px;
}

.outbound-list {
    margin: 8px 0 0;
    padding-left: 20px;
}

.outbound-list li {
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 14px;
}

.outbound-list li::marker {
    color: #4b2b21;
}


.outbound-key-heading {
    border-top: 1px solid #d5d5d5;
    padding: 25px 0 10px;
}

.outbound-key-heading h3 {
    margin: 0;
    font-size: 26px;
    color: #000;
}


.outbound-activity {
    border-bottom: 1px solid #d5d5d5;
    padding: 14px 0;
}

.outbound-activity h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #000;
}

.outbound-activity p {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 15px;
}

.outbound-image-row {
    padding: 14px 0;
}

.outbound-image-row .house-image img {
    width: auto;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
}

.outbound-image-row .outbound-activity {
    padding: 12px 0;
}


.outbound-impact {
    padding-top: 10px;
}

.outbound-impact h3 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #000;
}

.outbound-impact p {
    line-height: 1.7;
    margin-bottom: 0;
}



@media (max-width: 991px) {

    .outbound-purpose .house-image img,
    .outbound-image-row .house-image img {
        width: 100%;
        max-width: 280px;
    }

    .outbound-purpose .house-content {
        padding-left: 0;
    }

}


@media (max-width: 767px) {

    .outbound-section {
        padding: 20px 10px 30px;
    }

    .outbound-purpose {
        padding: 20px 0;
    }

    .outbound-purpose .house-image,
    .outbound-image-row .house-image {
        margin-bottom: 18px;
    }

    .outbound-purpose .house-image img,
    .outbound-image-row .house-image img {
        width: 100%;
        max-width: 100%;
        height: 210px;
    }

    .outbound-purpose .house-content {
        padding: 0;
    }

    .outbound-list {
        padding-left: 18px;
    }

    .outbound-list li {
        font-size: 13px;
        line-height: 1.7;
    }

    .outbound-activity h4 {
        font-size: 17px;
    }

    .outbound-activity p,
    .outbound-impact p,
    .outbound-intro p {
        font-size: 13px;
        line-height: 1.7;
    }

}

/*----------------------------------------------------------end---------------------------------------------*/

/*---------------------------------------------------------team building------------------------------------*/

.house-activities-section {
    padding: 80px 0px;
    position:relative;
    /* overflow:hidden; */
}

.activities-heading {
    margin-bottom: 25px;
}

.activities-heading h2 {
    margin: 0;
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}

.activities-heading span {
    display: block;
    width: 80px;
    height: 4px;
    background: #4b2b21;
    margin-top: 10px;
}


.activities-intro {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 15px;
    margin-bottom: 0;
}

.activities-intro h3 {
    font-size: 22px;
    margin: 0 0 25px;
    font-weight: 700;
    color: #000;
}

.activities-intro p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

.activities-label {
    padding: 14px 0 0;
}

.activities-label span {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.activity-row {
    padding: 20px 0;
    border-bottom: 1px solid #cfcfcf;
}

.activity-content {
    padding: 0;
}

.activity-content h3 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 22px;
    color: #111;
}

.activity-content p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 3px;
    color: #111;
}

.activity-content p:last-child {
    margin-bottom: 0;
}

.activity-content strong {
    font-weight: 700;
}

.activity-image {
    width: 100%;
    display: flex;
    justify-content: center;
}

.activity-image img {
    width: auto;
    height: 240px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
}


.activity-image-left .activity-image {
    justify-content: flex-start;
}

.activity-image-left .activity-image img {
    width: auto;
}


.implementation-section {
    padding: 25px 0 0;
}

.implementation-section h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.implementation-section p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0 0 3px;
}

.implementation-section strong {
    font-weight: 700;
}



@media (max-width: 991px) {

    .house-activities-section {
        padding: 25px 0 40px;
    }

    .activities-heading h2 {
        font-size: 24px;
    }

    .activity-content h3 {
        font-size: 17px;
    }

    .activity-image img,
    .activity-image-left .activity-image img {
        width: 230px;
        height: 160px;
    }

}


@media (max-width: 767px) {

    .house-activities-section {
        padding: 40px 0px;
    }

    .house-activities-section .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .activities-heading {
        margin-bottom: 20px;
    }

    .activities-heading h2 {
        font-size: 21px;
    }

    .activities-heading span {
        width: 65px;
        height: 3px;
    }

    .activities-intro h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .activities-intro p,
    .activity-content p,
    .implementation-section p {
        font-size: 13px;
        line-height: 1.65;
    }

    .activity-row {
        padding: 18px 0;
    }

    .activity-content h3 {
        font-size: 17px;
        margin-bottom: 15px;
    }

    .activity-image {
        margin-top: 18px;
        justify-content: flex-start;
    }

    .activity-image img,
    .activity-image-left .activity-image img {
        width: 100%;
        /* max-width: 300px; */
        height: 100%;
    }

    .implementation-section {
        padding-top: 20px;
    }

    .implementation-section h3 {
        font-size: 18px;
        margin-bottom: 18px;
    }

}
/*-----------------------------------------------------------end---------------------------------------------*/

.house-content ul {
    margin: 10px 0 18px;
    padding-left: 15px;
}

.house-content ul li {
    margin-bottom: 7px;
    line-height: 1.7;
    color: #000;
    font-size: 14px;
}

.house-content h3 {
    margin-bottom: 25px;
}




.admission-banner {
    width: 100%;
    margin: 0 auto 40px;
    /* text-align: center; */
}

.admission-banner img {
    width: 100%;
    max-width: 850px;
    height: auto;
    display: inline-block;
    border-radius: 14px;
}

.house-content h3 {
    margin-top: 35px;
    margin-bottom: 25px;
}

.house-content p {
    line-height: 1.8;
    margin-bottom: 12px;
}

.admission-link {
    margin-top: 20px;
}

.admission-link a {
    color: #1c5e67;
    text-decoration: none;
    font-weight: 600;
}

.admission-link a:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .admission-banner {
        margin-bottom: 25px;
    }

    .house-content h3 {
        font-size: 22px;
        margin-top: 25px;
    }

    .house-content p {
        font-size: 14px;
        line-height: 1.7;
        margin: 8px 0px;
    }
     .house-content p strong {
        font-size: 18px;
        line-height: 1.7;
    }
}


.registration-info {
    padding-left: 0px;
}

.tentative-title {
    margin-top: 22px;
    margin-bottom: 10px;
}

.registration-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.registration-table {
    width: 100%;
    border-collapse: collapse;
}

.registration-table th,
.registration-table td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    vertical-align: middle;
}

.registration-table th {
    text-align: left;
}

.registration-table td {
    text-align: center;
}

.registration-note {
    margin-top: 5px;
}

@media (max-width: 767px) {

    .registration-info {
        padding-left: 0;
    }

    .registration-table {
        min-width: 650px;
    }

    .registration-table-wrap {
        overflow-x: auto;
    }
}


/*---------------------------------------------------------Video Gallery--------------------------------------*/

.video-gallery-section {
    padding: 60px 0;
    position: relative;
}

.video-gallery-grid {
    margin: 0;
}

.video-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* background: #000; */
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
}

.video-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.video-image {
    width: 100%;
    height: 214px;
    overflow: hidden;
    background: #000;
}

.video-image iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 1200px) and (max-width: 1399.8px){
    .video-image {
    height: 145px;

}
}
@media (max-width: 991px) {

    .video-gallery-section {
        padding: 55px 0;
    }

    .video-card {
        border-radius: 12px;
    }
}

@media (max-width: 767px) {

    .video-gallery-section {
        padding: 40px 0;
    }

    .video-gallery-grid {
        --bs-gutter-y: 20px;
    }

    .video-card {
        border-radius: 10px;
    }
}


.video-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.video-pagination button {
    width: 42px;
    height: 42px;
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-pagination button:hover {
    background: #1c5e67;
    color: #fff;
    border-color: #1c5e67;
}

.video-pagination button.active {
    background: #1c5e67;
    color: #fff;
    border-color: #1c5e67;
}

.video-pagination button.prev-next {
    width: auto;
    padding: 0 18px;
}

/*----------------------------------------------------------end------------------------------------------------*/


/*----------------------------------------------------------Photo Gallery--------------------------------------*/
.gallery-category-section {
    padding: 80px 0;
    position:relative;
    /* overflow:hidden; */
}

.gallery-category-card {
    display: block;
    position: relative;
    text-decoration: none;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    transition: all 0.4s ease;
}

.gallery-category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.14);
}

.gallery-category-image {
    width: 100%;
    height: 230px;
    overflow: hidden;
    background: #eee;
}

.gallery-category-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.gallery-category-card:hover .gallery-category-image img {
    transform: scale(1.07);
}

.gallery-category-title {
    padding: 16px 18px;
    background: #fff;
    border-top: 1px solid #eee;
}

.gallery-category-title h3 {
    margin: 0;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.gallery-category-card:hover .gallery-category-title h3 {
    color: #1c5e67;
}

@media (max-width: 991px) {

    .gallery-category-section {
        padding: 55px 0;
    }

    .gallery-category-image {
        height: 250px;
    }

    .gallery-category-title {
        padding: 14px 16px;
    }

    .gallery-category-title h3 {
        font-size: 16px;
    }
}


@media (max-width: 767px) {

    .gallery-category-section {
        padding: 40px 0;
    }

    .gallery-category-image {
        height: 240px;
    }

    .gallery-category-card {
        border-radius: 8px;
    }

    .gallery-category-title h3 {
        font-size: 15px;
    }
}

@media (max-width: 480px) {

    .gallery-category-image {
        height: 220px;
    }
}


.gallery-category-title {
    min-height: 65px;
    padding: 12px 14px 12px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
}

.gallery-category-title h3 {
    margin: 0;
    color: #222;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}


.view-more-btn {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 13px;
    color: #fff;
    background: #790a14;
    border: 1px solid #790a14;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.view-more-btn i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.gallery-category-card:hover .view-more-btn {
    background: #ff9400;
    border-color: #ff9400;
    color: #fff;
}

.gallery-category-card:hover .view-more-btn i {
    transform: translateX(3px);
}

@media (max-width: 991px) {

    .gallery-category-title h3 {
        font-size: 16px;
    }

    .view-more-btn {
        padding: 8px 11px;
        font-size: 11px;
    }
}

@media (max-width: 767px) {

    .gallery-category-title {
        min-height: 62px;
        padding: 11px 12px 11px 15px;
    }

    .gallery-category-title h3 {
        font-size: 15px;
    }

    .view-more-btn {
        padding: 8px 10px;
        font-size: 10px;
    }
}

/*-----------------------------------------------------------end-----------------------------------------------*/

/*-------------------------------------------------------job opening-------------------------------------------*/


.career-section {
    padding: 80px 0;
    position:relative;
    overflow:hidden;
}

.career-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.career-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #790a14;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.career-heading h2 {
    margin: 0 0 15px;
    color: #790a14;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.career-heading h2 span {
    /* color: #1c5e67; */
}

.career-heading p {
    max-width: 620px;
    margin: auto;
    color: #687477;
    font-size: 16px;
    line-height: 1.7;
}


.career-card {
    position: relative;
    height: 100%;
    padding: 24px 24px 30px;
    background: #fff;
    border: 1px solid #e5edef;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(20, 60, 65, 0.06);
    transition: all 0.4s ease;
}



.career-card:hover {
    transform: translateY(-8px);
    border-color: rgba(28, 94, 103, 0.2);
    box-shadow: 0 20px 50px rgba(20, 60, 65, 0.12);
}

.career-card:hover::before {
    transform: scaleX(1);
}


.career-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.career-number {
    color: #f7cfd3;
    font-size: 42px;
    font-weight: 800;
    line-height: 1;
}

.career-icon {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ffeff0;
    color: #790a14;
    font-size: 21px;
    transition: all 0.4s ease;
}

.career-card:hover .career-icon {
    background: #790a14;
    color: #fff;
    /* transform: rotate(-5deg); */
}


.career-card h3 {
    min-height: 26px;
    margin: 0 0 14px;
    color: #17272b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}


.career-qualification {
    min-height: 50px;
    margin: 0 0 17px;
    color: #333;
    font-size: 14px;
    line-height: 1.7;
}


.career-actions {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: auto;
    justify-content: space-between;
}

.apply-btn,
.details-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.apply-btn {
    background: #790a14;
    color: #fff;
    border: 1px solid #790a14;
    margin-top: 0px;
}

.apply-btn:hover {
    background: #143f45;
    border-color: #143f45;
    color: #fff;
    transform: translateY(-2px);
}

.details-btn {
    gap: 7px;
    background: transparent;
    color: #790a14;
    border: 1px solid #790a14;
}

.details-btn:hover {
    background: #edf7f8;
    border-color: #1c5e67;
    color: #1c5e67;
}

.details-btn i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.details-btn:hover i {
    transform: translateX(4px);
}


@media (max-width: 991px) {

    .career-section {
        padding: 70px 0;
    }

    .career-heading {
        margin-bottom: 40px;
    }

    .career-heading h2 {
        font-size: 36px;
    }

    .career-card {
        padding: 25px;
    }

    .career-card h3 {
        font-size: 19px;
    }
}


@media (max-width: 767px) {

    .career-section {
        padding: 50px 0;
    }

    .career-heading {
        margin-bottom: 30px;
    }

    .career-heading h2 {
        font-size: 30px;
    }

    .career-heading p {
        font-size: 14px;
    }

    .career-card {
        padding: 23px;
        border-radius: 12px;
    }

    .career-number {
        font-size: 34px;
    }

    .career-icon {
        width: 48px;
        height: 48px;
        font-size: 18px;
    }

    .career-card h3 {
        min-height: auto;
        font-size: 18px;
    }

    .career-qualification {
        min-height: auto;
        font-size: 13px;
    }
}


@media (max-width: 480px) {

    .career-heading h2 {
        font-size: 27px;
    }

    .career-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .apply-btn,
    .details-btn {
        width: 100%;
    }
}
/*----------------------------------------------------------end------------------------------------------------*/


/*-------------------------------------------------------career-----------------------------------------------*/

.career-application-section {
    padding: 80px 0;
    position:relative;
    overflow:hidden;
}


.career-application-card {
    max-width: 1100px;
    margin: 0 auto;
    padding: 45px;
    background: #fff;
    border: 1px solid #e3edef;
    border-radius: 18px;
    box-shadow: 0 15px 50px rgba(20, 60, 65, 0.08);
}


.application-header {
    margin-bottom: 30px;
}

.application-label {
    display: inline-block;
    margin-bottom: 10px;
    color: #790a14;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.application-header h2 {
    margin: 0 0 10px;
    color: #17272b;
    font-size: 34px;
    font-weight: 700;
}

.application-header p {
    margin: 0;
    color: #6b797b;
    font-size: 15px;
    line-height: 1.7;
}


.application-notice {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 35px;
    padding: 16px 18px;
    background: #fff7e6;
    border-left: 4px solid #e2a321;
    border-radius: 6px;
    color: #333;
}

.application-notice > i {
    margin-top: 2px;
    color: #d49300;
    font-size: 17px;
}

.application-notice strong {
    color: #17272b;
}

.application-notice span {
    color: #e12626;
    font-weight: 600;
}



.form-group {
    position: relative;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #26383b;
    font-size: 14px;
    font-weight: 600;
}

.form-group label span {
    color: #e33434;
}


.form-control,
.form-select {
    min-height: 50px;
    padding: 12px 15px;
    color: #b0b0b0;
    background-color: #fff;
    border: 1px solid #d7e1e3;
    border-radius: 7px;
    font-size: 14px;
    box-shadow: none;
    transition: all 0.3s ease;
    line-height: 26px !important;
}

.form-control::placeholder {
    color: #a0abad;
}

.form-control:focus,
.form-select:focus {
    border-color: #1c5e67;
    box-shadow: 0 0 0 3px rgba(28, 94, 103, 0.08);
}

textarea.form-control {
    min-height: 130px;
    resize: vertical;
}



.custom-file-upload {
    position: relative;
}

.custom-file-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.custom-file-upload label {
    min-height: 50px;
    margin: 0;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #d7e1e3;
    border-radius: 7px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-file-upload label:hover {
    border-color: #1c5e67;
    background: #f7fbfc;
}

.file-icon {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    background: #edf7f8;
    color: #1c5e67;
}

.file-text {
    color: #26383b;
    font-size: 13px;
    font-weight: 600;
}

.file-name {
    margin-left: auto;
    color: #9aa5a7;
    font-size: 11px;
}

.captcha-box {
    min-height: 50px;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #17272b;
    border-radius: 7px;
}

#captchaText {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 4px;
    text-decoration: line-through;
}

.captcha-refresh {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.captcha-refresh:hover {
    background: #1c5e67;
}



.application-submit {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #edf1f2;
}

.career-submit-btn {
    min-height: 48px;
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid #790a14;
    border-radius: 7px;
    background: #790a14;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.career-submit-btn:hover {
    background: #143f45;
    border-color: #143f45;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(28, 94, 103, 0.2);
}

.career-submit-btn i {
    font-size: 11px;
    transition: transform 0.3s ease;
}

.career-submit-btn:hover i {
    transform: translateX(4px);
}



@media (max-width: 991px) {

    .career-application-section {
        padding: 65px 0;
    }

    .career-application-card {
        padding: 35px;
    }

    .application-header h2 {
        font-size: 30px;
    }
}


@media (max-width: 767px) {

    .career-application-section {
        padding: 45px 0;
    }

    .career-application-card {
        padding: 25px 20px;
        border-radius: 12px;
    }

    .application-header h2 {
        font-size: 27px;
    }

    .application-header p {
        font-size: 14px;
    }

    .application-notice {
        font-size: 13px;
    }

    .file-name {
        display: none;
    }

    .career-submit-btn {
        width: 100%;
    }
}


@media (max-width: 480px) {

    .career-application-card {
        padding: 22px 16px;
    }

    .application-header h2 {
        font-size: 24px;
    }

    .application-notice {
        padding: 13px;
    }

    .application-notice span {
        display: block;
        margin-top: 3px;
    }
}
/*---------------------------------------------------------end-------------------------------------------------*/

.video-content {
    padding: 10px 10px 16px;
}

.video-content p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
}

.video-content p:first-child {
    font-weight: 600;
    color: #000000;
}

.video-content p:nth-child(2) {
    color: #000000;
    font-weight: 600;
}

.video-content p:last-child {
    color: #790a14;
    margin-bottom: 0;
    font-weight: 600;
}


/*---------------------------------------------------right sticky button-------------------------------*/

.right-library-tabs {
    position: fixed;
    top: 50%;
    right: 0;
    width: 70px;
    height: 100vh;
    z-index: 9999;
    pointer-events: none;
}

.library-tab {
    position: absolute;
    right: 0;
    width: 42px;
    height: 100px;
    background: #ff8100;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    pointer-events: auto;
    transition: all 0.3s ease;
    border-radius: 10px 0 0 10px;
}

.library-tab span {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.e-library {
    top: 12px;
}

.v-library {
    top: 30%;
    transform: translateY(-50%);
}

.library-tab:hover {
    color: #fff;
}

@media (max-width: 767px) {

    .right-library-tabs {
        width: 50px;
    }

    .library-tab {
        width: 45px;
        height: 95px;
    }

    .library-tab span {
        font-size: 16px;
    }

    .library-tab:hover {
        width: 50px;
    }
}

/*-----------------------------------------------------end---------------------------------------------*/

/*-----------------------------------------------------e library---------------------------------------*/

.library-page {
    position:relative;
    padding: 80px 0px;
    overflow:hidden;
}

.library-page .container-fluid {
    max-width: 1400px;
    margin: 0 auto;
}

.library-card {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 18px rgba(48, 25, 20, 0.08);
}

.library-card-title {
    min-height: 54px;
    padding: 15px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #790a14;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

.library-card-title.small-title {
    min-height: 48px;
    font-size: 17px;
}

.library-list {
    width: 100%;
    padding: 0;
    margin: 0;
}

.library-row,
.library-link {
    min-height: 42px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    color: #24150f;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        padding-left 0.25s ease;
}

.library-row:nth-child(odd),
.library-link:nth-child(odd) {
    background: #f1c1c1;
}

.library-row:nth-child(even),
.library-link:nth-child(even) {
    background: #e7a191;
}

.library-link:hover {
    background: #431d15 !important;
    color: #fff;

    padding-left: 21px;
}

.library-row:last-child,
.library-link:last-child {
    border-bottom: 0;
}

.library-row span:last-child {
    min-width: 40px;
    text-align: right;
}

.library-section-title {
    padding: 25px 0 20px;
    text-align: center;
}

.library-section-title h2 {
    margin: 0;
    color: #790a14;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.3;
}

.library-section-title span {
    width: 75px;
    height: 3px;
    display: block;
    margin: 10px auto 0;
    background: #790a14;
}

.audio-title {
    padding-top: 35px;
    padding-bottom: 28px;
}

.audio-table {
    width: 100%;
    overflow: hidden;

    border: 1px solid #d7dce0;
    background: #f7f7f7;
}

.audio-row {
    width: 100%;

    min-height: 54px;

    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;

    color: #222;
    text-decoration: none;

    border-bottom: 1px solid #d7dce0;

    transition: all 0.25s ease;
}

.audio-row:last-child {
    border-bottom: 0;
}

.audio-row > div {
    min-height: 54px;

    display: flex;
    align-items: center;

    padding: 9px 12px;

    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;

    border-right: 1px solid #d7dce0;
}

.audio-row > span {
    min-height: 54px;

    display: flex;
    align-items: center;

    padding: 9px 12px;

    font-family: Arial, sans-serif;
    font-size: 13px;

    color: #431d15;
}

.audio-row small {
    font-size: 12px;
}

.audio-row:hover {
    background: #431d15;
    color: #fff;
}

.audio-row:hover > span {
    color: #fff;
}

.library-page .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

@media (max-width: 991px) {

    .library-page {
        padding: 30px 15px 50px;
    }

    .library-card-title {
        font-size: 17px;
    }

    .library-section-title h2 {
        font-size: 23px;
    }

    .audio-row {
        grid-template-columns: 52% 48%;
    }

}

@media (max-width: 767px) {

    .library-page {
        padding: 25px 12px 45px;
    }

    .library-card {
        margin-bottom: 18px;
    }

    .library-card-title {
        min-height: 50px;
        padding: 13px 12px;
        font-size: 16px;
    }

    .library-link,
    .library-row {
        min-height: 44px;
        padding: 10px 13px;

        font-size: 14px;
    }

    .library-section-title {
        padding: 25px 0 18px;
    }

    .library-section-title h2 {
        font-size: 21px;
    }

    .audio-row {
        grid-template-columns: 1fr;
    }

    .audio-row > div {
        border-right: 0;
        border-bottom: 1px solid #d7dce0;
    }

    .audio-row > span {
        min-height: 42px;
    }

}


@media (max-width: 480px) {

    .library-page {
        padding-left: 8px;
        padding-right: 8px;
    }

    .library-card-title {
        font-size: 15px;
    }

    .library-link,
    .library-row {
        font-size: 13px;
    }

    .library-section-title h2 {
        font-size: 19px;
    }

}

/*-------------------------------------------------------end-------------------------------------------*/

.cvMegaClose {
    position: absolute;
    top: 80px;
    right: 84px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #790a14;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer !important;
    z-index: 1;
    transition: all 0.3s ease;
}

.cvMegaClose:hover {
    background: #FFF;
    transform: rotate(90deg);
}

.cvMegaDropdown.cvMegaLayout {
    padding-top: 60px;
}




.page-gallery{
	padding: 80px 0px;
}

.page-gallery-box .photo-gallery{
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.page-gallery-box .photo-gallery a{
	cursor: pointer;
}

.page-gallery-box .photo-gallery figure{
	display: block;
	border-radius: 20px;
}

.page-gallery-box .photo-gallery img{
    width: 100%;
    aspect-ratio: 1 / 0.81;
	object-fit: cover;
	border-radius: 20px;
}




.e-magazine-menu > .sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.e-magazine-menu.active > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.e-magazine-toggle i {
    margin-left: 6px;
    font-size: 11px;
    transition: transform 0.3s ease;
}

.e-magazine-menu.active > .e-magazine-toggle i {
    transform: rotate(180deg);
}

.visitor-counter{
    text-align: center;
    line-height: 25px;
}

.visitor-counter span{
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}





