﻿
.dez-separator-outer {
    padding-top: 5px;
    padding-left: 2px;
    overflow: hidden;
}

.dez-separator {
    display: inline-block;
    height: 3px;
    width: 20px;
    margin-bottom: 10px;
    position: relative;
}

.bg-orange {
    background-color: #b0080e;
}

.dez-separator[class*="style-"]:before {
    left: auto;
    right: 30px;
}

.dez-separator[class*="style-"]:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 30px;
    width: 70px;
    height: 1px;
    background: #cecece;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dez-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 70px;
    height: 1px;
    background: #cecece;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.imgGallery {
    width: 95%;
    border-radius: 4px;
    margin: 10px;
    padding: 5px;
    box-shadow: 4px 4px 10px #bcbcbc;
    display: inline-block;
    transition: 1s;
}

    .imgGallery > img {
        width: 100%;
        display: inline-block;
    }

    .imgGallery:hover {
        background-color: #b0080e;
    }

.primary-bg {
    background: #012465;
}

.sec-spacer {
    padding: 40px 0;
}

.rs-events {
    margin-bottom: 50px;
}

@media screen and (min-width:1200px) {
    .rs-events .container {
        width: 1140px;
    }
}


.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #222483;
    margin-bottom: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-title {
    position: relative;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.section-title.style2 span, .section-title.style2 h2 {
    color: #fff;
}

.testimonial-wrap {
    position: relative;
}

.testimonial-slider-one {
    position: relative;
    padding-bottom: 25px;
}

.swiper-container-pointer-events {
    touch-action: pan-y;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.testimonial-slider-one .swiper-slide {
    padding-top: 100px;
    background: transparent;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.testimonial-item {
    text-align: center;
    padding: 80px 10px 25px;
    background: #b0080e;
    height: 233px;
}

    .testimonial-item .client-img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }

        .testimonial-item .client-img img {
            border-radius: 20px;
            max-height: 150px;
        }

    .testimonial-item .client-name {
        margin: 15px 0 -10px;
    }

        .testimonial-item .client-name h5 {
            color: #fff;
        }

    .testimonial-item .client-quote {
        margin: 20px auto 0px;
    }

.client-quote {
    padding: 0 0 15px;
}

.testimonial-item .client-quote p {
    color: #fff;
    margin: 0;
}

@media only screen and (min-width: 1200px) {
    .testimonial-item .client-quote {
        max-width: 80%;
    }
}

.hdng-stl {
    background-color: #dc9d00;
    width: 100px;
    height: 1px;
    display: block;
    margin: 10px auto 0;
}

.arrow-hover {
    overflow: hidden;
}

.tns-outer {
    padding: 0 !important;
    position: relative;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}

.tns-ovh {
    overflow: hidden;
}

#tns1-iw {
    margin: 0px -29px 0px 1px;
}

#tns1-iw {
    margin: 0px -29px 0px 1px;
}

#tns1 > .tns-item {
    font-size: 15px;
}

.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}

.whats-different {
    position: relative;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #143973;
}

    .whats-different .container {
        position: relative;
        z-index: 3;
    }

    .whats-different .heading {
        text-align: center;
        margin-bottom: 34px;
        color: #fff;
    }

.heading {
    font-weight: 700;
    font-size: 42px;
    line-height: 44px;
    font-family: 'Aleo', sans-serif;
}

.whats-different .different-cards {
    margin-top: 15px;
    margin-bottom: -150px;
}

.video__popup__holder {
    position: relative;
}

.different-cards .image img {
    border-radius: 20px;
}

.whats-different .different-cards .content {
    position: relative;
    background-color: #222483;
    color: #fff;
    padding: 60px 30px;
    border-radius: 20px;
    height: 270px;
}

.whats-different .different-cards .icon {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #222483;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whats-different .different-cards .title {
    font-weight: 600;
    font-size: 34px;
    line-height: 24px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 20px !important;
    font-family: "Aleo", serif;
}

.whats-different .different-cards .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
    text-align: justify;
}

.whats-different .different-cards:hover .content,
.whats-different .different-cards:hover .icon {
    background-color: #a52828;
}

.read-mores {
    position: absolute;
    bottom: -14rem;
    left: 36rem;
}

.whatsapp-flex {
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 9999;
}

    .whatsapp-flex a i {
        font-size: 37px;
        color: #fff;
        background-color: #2eb700;
        padding: 8px 11px;
        border-radius: 50%;
    }

.colchang_ccc {
    background: #bef9f645;
    /*margin: 20px  0;*/
}

.goku_vegeta-min {
    width: 100%;
    margin: auto;
}

.ex_mg_tb {
    margin: 50px auto !important;
}

.goku_vegeta_box {
    position: relative;
    margin: auto;
    padding: 60px 0;
    overflow: hidden;
}

.rynbox_sm {
    position: absolute;
    top: 0;
    width: 61%;
    height: 400px;
    bottom: 0;
    object-fit: cover;
    object-position: top;
}

.nd_txs_lf {
    text-align: right;
}

.goku_vegeta_in {
    width: 43%;
    padding: 20px 30px;
    background: #fff;
    position: relative;
    min-height: 276px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%) !important;
}

.dot_aws_1 .owl-nav .owl-next, .owl-next, .rynbox_2, .vis_in, .whsec_l .shod_line {
    right: 0;
}

.dot_aws_1 .owl-nav .owl-prev, .owl-prev, .rynbox_1, .whsec_2 .shod_line {
    left: 0;
}

.goku_in, .hsc_min1 .hscp-rt, .hsc_min2 .hscp-lt, .mf_r, .right-sec, .sta_r, .std_dmix_l .std_dmix2, .std_dmix_r .std_dmix1, .topmenu_right, .whsec_2 .whsecsty_1 {
    float: right;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-left: 2px dashed #353535;
    background: 0 0 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.mCSB_scrollTools .mCSB_draggerRail {
    margin: 2px auto 0 6.8px !important;
}

.head-infra {
    text-align: center;
    font-size: 28px;
    color: #115d94;
    font-weight: 600;
    margin: 0;
    padding: 22px 0 0 0;
}

.para-gys {
    font-size: 20px;
    color: #aa1a2f;
}

.new-sec-act {
    margin-top: -19px;
    padding-top: 24px !important;
}

.nns-s {
    padding: 20px;
}

.nn-s {
    margin-bottom: 30px;
    margin-top: 20px;
}

#active-n {
    border-right: 5px solid #bb2226 !important;
}

.txt-jus {
    text-align: justify;
}

.filter-button {
    width: 195px;
    font-size: 18px;
    border: 2px solid #c40804;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    margin: 5px 5px 21px 5px;
    margin-bottom: 30px;
    background: transparent;
    display: inline-block;
    background-color: #c40804;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 60%);
}

.filter-btn {
    margin-left: 45%;
}

.abtsection .innerAbtCntnt {
    background: #fff;
    padding: 30px;
    border-radius: 1px;
    box-shadow: 0 5px 24px 3px rgb(44 32 32 / 79%);
}

.visionMissionTxt h3 {
    position: relative;
    transition: all 0.4s ease 0s;
    text-align: left;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

    .visionMissionTxt h3:before {
        width: 28px;
        height: 5px;
        display: block;
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        /* margin-left: -14px; */
        background-color: #b80000;
    }

    .visionMissionTxt h3:after {
        width: 100px;
        height: 1px;
        display: block;
        content: "";
        position: relative;
        margin-top: 10px;
        left: 0;
        margin-left: 0;
        background-color: #b80000;
    }

.addmissiontxt ul li {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.addmissiontxt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: justify;
}

.innerEnqForm .innerEnqImg img {
    max-width: 100%;
    height: 468px;
    object-fit: cover;
}

.innerAbtCntnt .contactHead {
    position: relative;
    padding: 0;
    margin: 0;
    font-size: 25px;
    color: #080808;
    transition: all 0.4s ease 0s;
    text-align: center;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
}

.margin-tp {
    margin-top: 30px;
}


  

    .innerEnqForm .main-form {
        width: 100%;
        padding-left: 20px;
        border: 1px solid #ccc;
    }

@media screen and (max-width:425px) {
    .innerEnqForm .innerEnqImg img {
        height: 250px;
    }
}

label {
    color: #000;
    display: inline-block;
    font-size: 15px;
    line-height: 31px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292d30;
    background-clip: padding-box;
    border: 1px solid #80808091;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.submit-btnn {
    padding: 5px 11px;
    font-size: 16px;
    color: #fff;
    background-color: #b0080e !important;
    border: none;
    border-radius: 4px;
    font-weight: 400;
}

.upper-logo {
    display: flex;
    align-items: center;
}

.upper-logo img {
    height: 115px;
    width: 125px;
}

.upper-logo h1 {
    font-size: 35px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.upper-logo p {
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

#fix-rig {
    top: 44%;
    right: -60px;
    font-size: 16px;
    background: rgb(239, 239, 239);
    color: rgb(0, 64, 128);
    padding: 8px 13px 10px;
    transform: rotate(-90deg);
    box-shadow: rgb(0 12 105 / 44%) 0px 2px 15px 0px;
    z-index: 999 !important;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

    #fix-rig span {
        margin-right: 7px;
        background: rgb(0, 64, 128);
        height: 21px;
        border-radius: 5px;
        width: 21px;
    }

    #fix-rig img {
        animation-name: equ_right_call;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-delay: 5s;
        width: 13px;
    }

@keyframes equ_right_call {
    0%, 20%, 26%, 32%, 38%, 44%, 50%, 56%, 62%, 68%, 74%, 80% {
        transform: rotate(0deg);
    }

    23%, 35%, 47%, 59%, 71% {
        transform: rotate(15deg);
    }

    29%, 41%, 53%, 65%, 77% {
        transform: rotate(-15deg);
    }
}

.ani-pio {
    width: 250px;
    top: 37.5%;
    right: -250px;
    transition: all 0.5s ease 0.1s;
    box-shadow: rgb(0 12 105 / 17%) 0px 0px 20px 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.z-1 {
    z-index: 999 !important;
}

.ani-pio .closebtn {
    position: absolute;
    top: 0px;
    right: 14px;
    font-size: 28px;
    cursor: pointer;
    line-height: 1.2em;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fix-contact .fix-indian .fix-indian-left p, .fix-contact .fix-internatioanl .fix-international-left p {
    font-size: 11px;
    margin: 0px;
}

.fix-indian-left a, .fix-international-left a {
    color: #000;
    font-weight: 700;
}

.fix-indian {
    margin-bottom: 10px;
}

.fix-indian-right i, .fix-international-right i {
    background: #1a519e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
}


#fix-rig2 {
    bottom: 0px;
    right: 0px;
    z-index: 999;
    font-size: 17px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    width: 320px;
    box-shadow: rgb(112 112 112 / 40%) 0px 0px 5px 0px;
}

.bottom-enquiry .card {
    background-color: #cc0000;
}

.bottom-enquiry .card-header {
    cursor: pointer;
}

.card-header > .heading-equiry-pop > i {
    cursor: pointer;
    transition: all 0.9s ease 0s;
}

.card-header > .heading-equiry-pop.collapsed > i {
    transform: rotate(177deg);
    transition: all 0.9s ease 0s;
}

.form-label {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0;
}

.fw-semibold a {
    color: #000;
    font-weight: 900;
    font-size: 16px;
}

.phone-b-pop span {
    color: #000;
    font-size: 12px;
}

.pos-form-details {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    padding: 15px !important;
}

.read_btn {
    font-size: 14px;
    padding: 5px 25px;
    color: #fff;
    background-color: #cc0000;
    font-weight: 500;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%) !important;
    margin-top: 10px;
    border-color: #cc0000;
}

.read_btn:hover {
    color: #fff;
}

.text-justify {
    text-align: justify;
}

.home-social {
    padding: 100px 30px 50px;
}

    .home-social > .fsElementContent {
        position: relative;
        margin: 0 auto;
        max-width: 1180px;
    }

.principr_msg_main {
    display: flex;
    column-gap: 50px;
}

.princpl_img {
    width: 40%;
    text-align: center;
    position: relative;
}

.inner-photto {
    height: 370px;
    width: 345px;
    background: #fff;
    box-shadow: 0px 0px 5px;
    transform: rotate(-7deg);
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.outer-photo {
    border: 5px solid #fff;
    border-radius: 5px;
    transform: rotate(7deg);
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 5px;
    object-fit: fill;
}

.principr_msg_main .sec-content {
    width: 60%;
}

.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 1;
    color: #dd1e12;
}

.mb-25 {
    margin-bottom: 25px !important;
}

span.titleborder {
    display: table;
    width: 100%;
}

.fs_style_36 {
    text-decoration: none;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    color: #2c2a29;
    transition: .3s;
    margin: 0 30px 30px 0;
    padding-right: 70px;
    overflow: hidden;
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}

    .fs_style_36:hover {
        color: #000;
    }

.section-p {
    padding: 50px 0;
}

.sec-programs .bg-white {
    background: #F1F1F1 !important;
}

.sec-programs .nav-tabs {
    border-bottom: 0;
    display: block;
}

    .sec-programs .nav-tabs .nav-item {
        border-bottom: 1px solid transparent;
        width: 100%;
    }

    .sec-programs .nav-tabs .nav-link {
        background: #cc0000;
        color: #fff;
        border-radius: 0;
        font-size: 16px;
        text-transform: uppercase;
    }

    .sec-programs .nav-tabs .nav-item.active {
        border-radius: 0;
        border-color: transparent;
    }

    .sec-programs .nav-tabs .nav-link {
        padding: 16px 20px;
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

        .sec-programs .nav-tabs .nav-link.active {
            background: #F1F1F1;
            color: #000;
        }


.sec-programs .tab-content h3 {
    font-weight: 1000;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}

    .sec-programs .tab-content h3 span {
        font-weight: 400 !important;
    }

.sec-programs .tab-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.pro-list {
    margin: 0;
    padding-left: 15px;
}

.sec-programs .tab-content p {
    font-size: 17px;
    text-align: justify;
}

.pro-list li {
    list-style: square !important;
    line-height: 30px;
}

    .pro-list li a {
        font-size: 16px;
        color: #fff;
    }

.content-img img {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.fp-section {
    background-image: url(../../assets/images/bg/explore-bg.jpg);
    background-color: #b5b2b2;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding-top: 5.5em;
    padding-bottom: 5.5em;
}

.main-heading {
    font-size: 25px;
    padding-bottom: 15px;
    text-align: center;
    color: #002c39;
    font-weight: 700;
    position: relative;
}

.lineclass {
    padding: 0 0 0 15px;
}


    .lineclass::before {
        content: "";
        position: absolute;
        width: 5px;
        background: #000;
        height: 40px;
        animation: none;
        height: 30px;
        top: -3px;
    }

.main-heading .sub-heading {
    font-size: 25px;
    font-weight: 600;
    line-height: 26.82px;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    ;
    position: relative;
    display: inline-block;
    color: #7b7b7b;
    margin-top: -5px;
    padding: 0 0 0 15px;
}

.my-custom-school-updates .nav-fill .nav-item, .my-custom-school-updates .custom-tab > .custom-tab {
    margin-right: 10px;
    flex: 1 1 auto;
    text-align: center;
}

.my-custom-school-updates .nav-tabs .nav-item .custom-tab, .my-custom-school-updates .nav-tabs .custom-tab {
    border-radius: 5px;
    color: #000;
    padding: 15px;
    border: 1px solid #cc0000;
    font-size: 18px;
    font-weight: 700;
}

    .my-custom-school-updates .nav-tabs .nav-item.show .custom-tab, .my-custom-school-updates .nav-tabs .custom-tab.active {
        background-color: #cc0000;
        border-radius: 5px;
        color: #fff;
        padding: 15px;
        border: 1px solid #cc0000;
    }

.my-custom-school-updates .nav-fill .nav-item .custom-tab, .my-custom-school-updates .nav-justified .nav-item .custom-tab {
    width: 100% !important;
    margin: 5px;
}

.my-custom-school-updates .tab-pane1 {
    display: none;
}

    .my-custom-school-updates .tab-pane1.active {
        display: block;
    }

.bg-blue {
    background: #1a2d59;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.side-space {
    padding-right: 40px;
    padding-left: 40px;
}

.common-heading {
    font-size: 35px;
    color: #fff;
    text-transform: capitalize;
    line-height: 26px;
    font-weight: 500;
}

.sub-heading-para {
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    width: 865px;
}

.side-space-160 {
    padding-right: 40px;
    padding-left: 40px;
}

.box-overlay {
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    z-index: 5;
}

.box-overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99;
    transform: translateX(0);
    transition: transform 2s ease;
}

.box-overlay.transparent::before {
    transform: translateX(100%);
}

.addition-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    border-radius: 0;
}

    .addition-card img {
        width: 100%;
        height: 440px;
        object-fit: cover;
    }

.bg-white {
    background: #fff;
}

.overlay {
    position: absolute;
    bottom: -27%;
    left: 0;
    width: 100%;
    height: 40%;
    background: #fff;
    color: white;
    transition: bottom 0.5s ease;
    text-align: left;
    padding: 15px;
}

    .overlay .description {
        margin-top: 0px;
    }

.description h3 {
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 24px;
    font-family: poppins;
    margin-bottom: 0;
    font-weight: 500;
}

.opacity-text {
    opacity: 0;
}

.box-info-btn {
    position: relative;
    display: inline-block;
    padding: 10px 0px;
    color: black;
    background-color: #ffffff00;
    text-decoration: none;
    overflow: hidden;
    transition: background-color 0.4s;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: start;
}

    .box-info-btn span {
        position: relative;
        z-index: 1;
    }

    .box-info-btn::after {
        background-color: #333;
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

.addition-card:hover .overlay {
    bottom: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.9;
}

.addition-card:hover .opacity-text {
    opacity: 1;
}

.bg-yellow {
    background: #ffc700;
}

.bg-red {
    background: #ce373b;
}

.bg-gray {
    background: #a9abae;
}

.box-info-btn:hover {
    color: #000;
}

    .box-info-btn:hover:after {
        right: 0;
        left: auto;
        width: 0;
    }

.bg-red .box-info-btn::after {
    background-color: #fff;
}

.modal-close {
    text-align: end;
    display: flex;
    justify-content: end;
}

.btn-close-popup, .btn-close-popup:hover {
    background: #333;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;
    top: 20px;
    z-index: 1;
    left: 20px;
    border: 2px solid #fff;
    opacity: 1;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 26px;
    color: #fff;
    transition: all 0.3s linear;
}

.parent-trust {
    padding: 50px 0;
    background: url(../../assets/images/bg/bg-3.jpg) top center no-repeat;
    background-size: cover;
}

.topper-heding {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.heading-blue {
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.web-section-sub-title {
    text-align: center;
    margin-bottom: 40px;
}

.mb-15 {
    margin-bottom: 15px;
}

.gfuhiuh_tri {
    height: 300px;
}

.sc-image-card {
    position: relative;
    padding: 0 12px;
    height: 300px;
}

.sc-image-card img {
    box-shadow: rgba(0,0,0,.19) 0px 10px 20px, rgba(0,0,0,.23) 0px 6px 6px;
    display: block;
    margin: 0 auto;
    border: 3px solid #cc0000;
    height: 230px !important;
}

.sc-image-card.aa-card .details {
    bottom: -10%;
}

.sc-image-card .details {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    padding: 8px 10px;
    box-shadow: rgba(50,50,93,.25) 0px 50px 100px -20px, rgba(0,0,0,.3) 0px 30px 60px -30px, rgba(10,37,64,.35) 0px -2px 6px 0px inset;
    text-align: center;
    background: #fff;
    border-radius: 50px;
}

.PhotoGalleryArea{
    padding: 50px 0;
    background: url(../../assets/images/bg/Facilities-background.png);
    width: 100%;
}

.PhotoGalleryArea .heading2 {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 43px;
    color: #fff;
    position: relative;
               
}

.galleryInner {
    background: #11994d;
    padding: 20px 0;
    border-radius: 20px;
}

.ButtonD1 {
    background: #363075;
    line-height: 35px;
    display: inline-block;
    padding: 0 6px 3px 25px;
    border-radius: 25px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .ButtonD1:hover {
        color: #fff;
    }

.gimgCover img {
    height: 200px;
    width: 100%;
    border-radius: 5px;
}

.galler_heading {
    font-size: 19px;
    font-weight: 700;
    color: #f3efef;
    margin-top: 10px;
    text-align:center;
}

.Grydate {
    color: #fff;
}

.why-section {
    padding: 70px 0 !important;
    background:#f8f9fa;
}
.custom-container{
    padding:0 50px;
}
.info-form-section .content-block {
    position: relative;
    margin-bottom: 30px;
}

.sec-title h2 {
    position: relative;
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
    color: #000;
}

.sec-title h2:after {
    background: #024024;
    content: '';
    display: block;
    height: 4px;
    width: 52px;
    margin-top: 10px;
    margin: 10px auto 0 auto;
}

.info-form-section .content-block {
    position: relative;
    margin-bottom: 30px;
}

.sec-title .sub-title {
    font-size: 16px;
    color: #024024;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
}

.sec-title .sub-title:before {
    background: url(../../assets/images/shape-3.png) left top no-repeat;
    position: absolute;
    content: '';
    height: 3px;
    width: 63px;
    bottom: 0;
    left: 0;
}

.content-block .sec-title p{
    font-size:20px;
}

.info-form-section .list {
    position: relative;
    margin-bottom: 30px;
    padding-left:0;
}

.info-form-section .list li {
    float: left;
    width: 50%;
}

.info-form-section .list li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 30px;
    font-size: 17px;
}

.info-form-section .list li:before {
    background: url(../../assets/images/icon-1.png) left top no-repeat;
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
}
.crcTile {
    height: 100%;
    min-height: 330px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
}
.crcTileImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform: scale(1);
    transition: all 2s ease;
}

.crcTestim {
    background: linear-gradient(135deg, #3383FA 0%, #134080 70%);
    border-radius: 10px;
    padding: 30px;
    height: 330px;
}

.crcTestimLogo {
    width: 70px;
    height: 70px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
}
.crcTestimLogo img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    object-position: center;
}

.crcTestim p{
    color: #fff;
    font-size: 18px;
    text-align: justify;
}
.crcTile:hover .crcTileImg {
    transform: scale(1.2);
}

.titleFont{
    color:#fff;
}
.crcSection .owl-theme .owl-dots{
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
}
.download-img{
    height:32px !important;
    width:32px !important;
}
.box:hover .download-img {
    opacity: 1;
    filter:initial;
    transform:none;
}
.box1 {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    background: #efefef;
}
.overlay-main {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(0 0 0 /50%);
    z-index: 9999999;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay-main-content {
    z-index: 999;
}

.close-button {
    text-align: right;
}

    .close-button i {
        position: relative;
        top: 0;
        right: 0;
        color: #000;
        background: #fff;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        border: 2px solid #000;
        cursor: pointer;
    }

.img-and-content {
    background-color: #fff;
    border-radius:5px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 0px 11px 0px #ccc;
    text-decoration: none !important;
}

    .img-and-content img {
        width: 550px;
        height: 450px;
       
        padding: 0;
        
    }

span.content__popup {
    width: 290px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-right: 10px;
}

.img-and-content .text-popup {
    font-size: 14px;
    font-family: 'Glory', sans-serif;
    text-align: center;
    margin-bottom: 0;
    margin-right: 10px;
    letter-spacing: 0px;
    font-style: normal;
    color: #000;
    line-height: 22px;
}

.see_morew__btn {
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 2px 10px 3px 10px;
    font-weight: 600;
    text-shadow: 0 0 black;
    font-size: 12px;
    font-style: italic;
    width: auto;
    margin-top: 4px !important;
    margin: 0 auto;
    font-family: 'Glory', sans-serif;
    color: #000;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
    transition: ease all 500ms;
}

span.see_morew__btn:hover {
    color: green;
    transition: ease all 500ms;
}

.topheadingpopup {
    font-family: 'Glory', sans-serif;
    font-weight: 500;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}

@media screen and (max-width:767px) {
    span.content__popup {
        width: 220px;
    }

    .topheadingpopup {
        font-size: 14px;
        line-height: 18px;
    }

    .img-and-content .text-popup {
        font-size: 13px;
        margin-right: 0px;
        line-height: 18px;
    }

    .see_morew__btn {
        font-size: 11px;
    }

    .img-and-content img {
        width: 320px;
        height: 320px;
    }
}
@media screen and (max-width:900px){
    .PhotoGalleryArea .heading2{
        font-size: 26px;
    }
}

@media screen and (max-width:767px) {
    .hero-item img {
        height: 230px !important;
    }

    #main-content h4, h5 {
        font-size: 20px;
    }

    .innerEnqForm {
        flex-direction: column;
    }

        .innerEnqForm .innerEnqImg {
            width: 100%;
        }

        .innerEnqForm .main-form {
            width: 100%;
            margin-top: 10px;
        }

    .visionMissionTxt ul li {
        text-align: justify;
    }

    .button-submit {
        margin-top: 20px;
    }

    .goku_vegeta_box {
        display: flex;
        flex-direction: column;
    }

    .rynbox_sm {
        width: 100%;
    }

    .goku_vegeta_in {
        width: 100%;
        margin-top: 13rem;
    }

    .whats-different .different-cards {
        margin-bottom: 0;
    }

    .whats-different .different-cards .text {
        font-size: 15px;
    }

    .topperImgs {
        text-align: center;
        margin-bottom: 1rem;
    }

    .topperImgs img {
        height: 180px;
    }

    .res-table {
        overflow-x: scroll;
        display: block;
    }
    #fix-rig2{
        display:none;
    }
   .inner-about{
       padding: 31px 13px;
   }
    .add-enquiry ul{
        display: block; 
        column-count: 2;
    }
    .add-enquiry ul a{
        font-size: 11px;
    }
    .admi-content h1{
        font-size: 27px;
    }
    .inner-about h2{
        font-size: 21px;
    }
    .about-carousal img{
        height: 230px;
        margin-top:10px;
    }
    .side-space{
        padding-right: 10px;
        padding-left: 10px;
    }
    .common-heading{
        font-size: 25px;
    }
    .sub-heading-para{
        width:100%;
        font-size: 15px;
        text-align: justify;
        line-height: 26px;
    }
    .side-space-160 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .principr_msg_main {
        column-gap: 0px;
        flex-direction: column;
    }
    .home-social{
        padding: 50px 15px 0px;
    }
    .princpl_img{
        width:100%;
    }
    .inner-photto{
        height: 353px;
        width: 90%;
        margin-bottom: 35px;
    }
    .principr_msg_main .sec-content {
        width: 100%;
    }
    .title{
        font-size: 30px;
    }
    .fp-tableCell h2{
        font-size: 20px;
    }
    .btn-close-popup, .btn-close-popup:hover{
        left:0;
    }
    .sec-programs .tab-content p{
        padding-left:6px;
    }
    .fs_style_36{
        padding-left: 6px;
    }
    .main-heading .sub-heading{
        font-size: 19px;
    }
    .fp-section{
       padding-top: 1.5em;
       padding-bottom: 3.5em;
    }
    .lineclass{
        display:none;
    }
    .textimonial-details p:first-child{
        text-align:justify;
    }
    .fw-bold.mb-3{
        margin-top:30px;
    }
    .custom-slider{
                height:200px;
            }
    .sc-image-card img{
        width:75% !important;
    }
    .mt-custom-top{
        margin-top:30px;
    }
    
    .quick-link ul{
        display: block;
        column-count: 2;
        padding:0;
    }
    .quick-link ul li a{
        font-size: 15px;
    }
    .quick-link ul li a i{
                display:inline-block;
            }
    .bottom-content{
        padding-left:0;
    }
    .bottom-content p {
    font-size: 17px;
    margin-bottom: 15px;
}
    .header .btn-book-a-table, #navbar{
    display: none;
}
    a.header-logo {
    top: 53%;
    left: 37px;
    padding: 0px 12px;
    width: 105px;
    height: 87px;
}
    .header-logo img {
    height: 80px;
}
    .header-logo-mob i {
    font-size: 30px;
    color: #fff;
    padding-right: 10px;
    display: block;
}
    .flex-custom-reverse , .flexColumn{
        flex-direction:column-reverse;
    }
    .aboutsec{
        padding:40px 0;
    }
    .img_box img{
        margin-bottom:15px;
        height: 250px !important;
    }
    .pageBanner .bannerTitle {
        font-size: 28px;
        line-height: 31px;
        color: #fff;
        font-family: var(--body-font);
        margin: 45px 0 15px;
    }
    .process-box{
        margin-bottom:15px;
    }
    .scroll-table{
        width:100%;
        overflow-x:scroll;
    }
    .parent-say-img {
        width: 100%;
        float: none;
        margin-left: 0px; 
        margin-bottom:15px;
    }
    .header-mid strong{
        width:200px;
    }
    .top-header ul#menu-sub-header-menu{
        text-align:center;
        padding: 0;
    }
    .top-header ul#menu-sub-header-menu li:first-child{
        display:none;
    }
    
    .exam-img{
        width:100%;
    }
    .sticky-icon{
        display:none !important;
    }
    .custom-table-scroll{
        width:100%;
        overflow-x:scroll;
    }
    .rightsidemove{
        display:none;
    }
    .mobile-responsive-menu .logo img{
        height:50px
    }
    .mobile-responsive-menu .logo h1{
            font-size: 14px;
            margin: 0;
            line-height: 0;
    }
    .mobile-responsive-menu .logo p{
        text-align: center;
        margin-top: 4px;
    }
    .custom-container{
        padding:0;
    }
    .sec-title h2{
        font-size:24px;
    }
    .custom-padding-why{
        padding:0 15px;
    }
    .content-block .sec-title p{
        font-size:18px;
    }
    .heading-blue{
        font-size:30px;
    }
    .web-section-sub-title{
        font-size:18px;
        margin-bottom:20px !important;
    }
    .custom-border{
        border:none !important;
    }
    .crcTile{
        display:none;
    }
    .lower-text h3{
        font-size:18px;
    }
}



/*=============== Banner Section =================*/
a{
    text-decoration:none;
}

html,body{
    width:100%;
    overflow-x:hidden;
}
.logo img{
        height: 90px;
}

.upper-details{
    width:60%;
}

.upper-details h1{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0;
}




.upper-details p{
    text-align: center;
    font-weight: 700;
    margin: 0;
}

.banner-section .carousel-banner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.banner-section .owl-theme .owl-nav {
    margin-top: 0;
}


.carousel-banner .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    border: none !important;
    color: #fff !important;
    background: #e54437 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 20px;
}

.carousel-banner .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border: none !important;
    color: #fff !important;
    background: #e54437 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    right: 20px;
}



@media screen and (max-width:786px) {
    .banner-section .carousel-banner img {
        height: 250px;
    }
}

/*=============== Notice Section =================*/

.notice-left {
    background: #0b3b8f;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
}

.notice-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
}

    .notice-title i {
        font-size: 20px;
    }

.notice-right {
    background: #f57c00;
    color: #fff;
    padding: 15px;
    position: relative;
}

.notice-content {
    line-height: 1;
    padding-top: 4px;
}

.news-text {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
}
/*=============== About Us =================*/
.nv-bg {
    background-color: #26136C;
}

.cr-new {
    background: #DB2115;
    color: #fff;
    padding: 10px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    text-align: center;
    margin-top:13px;
}

.maq {
    color:#fff;
    margin-top:25px
}


.about-Us {
    padding: 50px 0;
}

.learing_img img {
    height: 470px;
    width: 100%;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-radius: 18px 18px 18px 18px;
    box-shadow: 2.5px 4.33px 21px 0px rgb(2 2 2 / 10%);
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.learing_img img:hover{
    transform:scale(1.05);
}

.text-purple {
    font-weight: 700;
    font-size: 36px;
    color: #0b3b8f;
}


.about-Us p {
    text-align: justify;
}
/*=============== Event Section =================*/
.event-section {
    padding: 70px 0px 70px 0px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
}

    .event-section::before {
        content: '';
        inset: 0;
        position: absolute;
        background-image: url(../../images/edu-pattern-1.png);
        background-position: center center;
        background-repeat: repeat;
        background-size: 18% auto;
        opacity: 0.09;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

.main-heading {
    text-align: center;
}

    .main-heading h1 {
        font-family: "Sanomat Web", Sans-serif;
        font-size: 31px;
        font-weight: 700;
        color: #3F497F;
        margin-bottom: 0;
    }

    .main-heading h2 {
        font-family: "Sanomat Web", Sans-serif;
        font-size: 35px;
        font-weight: 700;
        color: #3F497F;
        position: relative;
    }

        .main-heading h2::before {
            content: '';
            left: 5px;
            position: absolute;
            width: 31%;
            height: 2px;
            background: #3F497F;
            top: 50%;
        }

        .main-heading h2::after {
            content: '';
            right: 5px;
            position: absolute;
            width: 31%;
            height: 2px;
            background: #3F497F;
            top: 50%;
        }

.program-section {
    display: flex;
    gap: 20px;
    padding: 20px;
    flex-wrap: wrap;
}

.program-card {
    position: relative;
    flex: 1;
    min-width: 280px;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

    .program-card:hover {
        transform: translateY(-8px);
    }

    .program-card img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: top;
    }

.program-section .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #000;
    background: rgb(255 255 255 / 88%);
}

    .program-section .overlay h3 {
        margin: 0;
        font-size: 19px;
        font-weight: 700;
    }

    .program-section .overlay p {
        margin: 0px 0 0;
        font-size: 17px;
        color: #333;
    }


/*====================== faccilities ======================*/

.facilities {
    -webkit-mask-image: url(../../assets/images/Testimonial-section-BG.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: bottom center;
    background-color: #89BF47;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 80px;
    z-index: 3;
    position: relative;
}

    .facilities .program-section {
        padding: 10px;
    }

.background-overlay {
    background-image: url(../../assets/images/building.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.15;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset: 0;
    position: absolute;
    z-index: -1;
}

.pl-0{
    padding-left:0 !important;
}

.facilities .main-heading h2 {
    font-size: 35px;
}

    .facilities .main-heading h2::before {
        background: #fff;
        width: 29%;
    }

    .facilities .main-heading h2::after {
        background: #fff;
        width: 29%;
    }


.facilities-card {
    position: relative;
    flex: 1;
    min-width: 280px;
    height: 300px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
    border: 2px solid #fff;
}

    .facilities-card:hover {
        transform: translateY(-8px);
    }

    .facilities-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .facilities-card .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        color: #000;
        background: rgb(255 255 255 / 88%);
    }

        .facilities-card .overlay h3 {
            margin: 0;
            font-size: 19px;
            font-weight: 700;
            text-align: center;
            text-transform: uppercase;
        }

    .facilities-card.Second {
        height: 360px;
    }

    .facilities-card.three {
        height: 340px;
    }

    .facilities-card.Second {
        height: 360px;
    }

    .facilities-card.Five {
        height: 390px;
        margin-top: -60px;
    }

    .facilities-card.Six {
        height: 328px;
    }

    .facilities-card.Seven {
        height: 340px;
        margin-top: -15px;
    }

    .facilities-card.Eight {
        height: 384px;
        margin-top: -60px;
    }

.Read-more-Button {
    background-color: transparent;
    font-family: "Guardian Sans", Sans-serif;
    font-size: 22px;
    font-weight: 500;
    background-image: linear-gradient(90deg, #FE9727 0%, #BD1E20 100%);
    box-shadow: 0px 5px 10px 0px rgb(191 33 32 / 35%);
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    outline: 2px solid rgb(255, 255, 255, 0.5);
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    text-decoration: none;
}

    .Read-more-Button:hover {
        color: #fff;
    }

.main-event .main-heading h2::before {
    width: 34%;
}

.main-event .main-heading h2::after {
    width: 34%;
}


/* ================ Event Section ================*/

.homepageGallery {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.gallery-homepage {
    height: 480px;
    background: #004372;
    padding: 90px 20px 30px 30px;
    -webkit-clip-path: polygon(0 2%,100% 0,100% 100%,0 98%);
    clip-path: polygon(0 2%,100% 0,100% 100%,0 98%);
    margin-right: 10px;
    border-right: 10px solid #003860;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

h1.sub-heading {
    font-size: 31px;
    line-height: 50px;
    text-transform: capitalize;
    margin-bottom: 16px;
    font-weight: 700;
    position: relative;
    z-index: 9;
    text-align: start;
}


.gallery-homepage p.main-text {
    font-weight: 400;
}

p.main-text {
    font-size: 16.5px;
    line-height: 32px;
    margin-bottom: 12px;
    letter-spacing: .3px;
}

.gallery-homepage i.las.la-photo-video {
    position: absolute;
    top: -6px;
    font-size: 160px;
    opacity: .1;
    right: 5px;
    color: #fff;
}

a.explore-video-link {
    font-size: 17px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}



.gallery-section-box {
    border: 4px solid #cb4963;
    position: relative;
    overflow: hidden;
}

    .gallery-section-box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9;
        background: #000;
        opacity: .1;
    }

    .gallery-section-box h2 {
        position: absolute;
        top: 18px;
        left: 18px;
        z-index: 9;
        font-size: 26px;
        margin-bottom: 0;
        text-align: center;
        background: rgba(186,35,31,.9);
        color: #fffec7;
        padding: 5px;
        border: 1.8px solid #fffec7;
        border-radius: 4px;
        font-weight: 500;
        line-height: 1.4;
    }

        .gallery-section-box h2 small {
            font-size: 42%;
            text-transform: uppercase;
            color: #fff;
        }

    .gallery-section-box img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        transition: .6s ease-in-out;
        transform: scale(1);
    }

.gallery-section-box-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 20px;
    width: 100%;
    z-index: 99;
    background: linear-gradient(0deg,rgba(0,0,0,.8),transparent);
    transition: .6s ease-in-out;
}

.event-section-inner-box h1 {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px #000;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Roboto Serif",serif;
    position: relative;
    text-align: center;
}

    .event-section-inner-box h1:before {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 4px;
        width: 100%;
        height: 1px;
        background: #ddd;
    }

    .event-section-inner-box h1:after {
        content: "";
        position: absolute;
        top: -6px;
        left: 4px;
        width: 100%;
        height: 1px;
        background: #ddd;
    }

.event-section-inner-box:hover .gallery-section-box img {
    transform: scale(1.2);
}

/*============= infrastructure ===================*/

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}


.text-content {
    padding-right: 2%;
}

.sec-contents .text-content h2 {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
}

.infra-icon {
    padding: 0;
    margin: 5px 0;
}

    .infra-icon li {
        transition: .4s;
        border-radius: 40px;
        border: 3px solid #fff0;
        width: 23%;
    }

    .infra-icon li {
        padding: 7px 0;
    }

    .infra-icon li, .usp-icon li {
        position: relative;
        text-align: center;
        cursor: pointer;
    }

        .infra-icon li i {
            background-position: -79px -16px;
            font-size: 40px;
            color: #fff;
        }

        .infra-icon li p, .usp-icon li p {
            font-size: 14px;
            color: #fff;
            padding: 10px 0;
            line-height: 17px;
            text-align: center;
            font-family: BerlinFont;
            text-transform: uppercase;
            margin-bottom: 0;
        }

.sec-contents .text-content h2 span {
    font-size: 19px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.infra-icon li {
    display: inline-block;
}

.blk-main2 {
    width: 100%;
}

    .blk-main2 .img-blk {
        background: #fdf4ed;
        box-shadow: 0 9px 16px 1px rgb(0 0 0 / 75%);
        border-radius: 15px;
    }

.infra-img img {
    border-radius: 15px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}


.img-blk {
    display: none;
}

    .img-blk.active {
        display: block;
    }

.infra-icon li.infr-btn {
    cursor: pointer;
    transition: border 0.3s ease;
}

    .infra-icon li.infr-btn.active {
        border: 3px solid #fff;
    }


    .infra-icon li.infr-btn:hover {
        border: 3px solid #fff;
    }

.infra .btn.btn-link {
    background: #df3457;
    color: #fff;
    padding: 10px 32px;
    border-radius: 30px;
}

.btn.btn-link1 {
    background-color: transparent;
    color: #fff;
    padding: 10px 32px;
    border-radius: 30px;
    border: 2px solid #fff;
    margin-top: 15px;
}


/*================== Admission Enquiry ==============*/

.footer-floting-btns {
    position: fixed;
    right: 5px;
    bottom: 40px;
    z-index: 100;
}

.admission-eq-btn {
    margin-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.admin-text {
    position: relative;
    background-color: #BD1E20;
    margin-right: 10px;
    padding: 4px 10px;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    border-radius: 6px;
    color: #000;
    box-shadow: -1px 3px 10px 1px rgb(32 33 36 / 12%);
}

.admin-text a{
    text-decoration:none
}

    .admin-text::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #BD1E20;
        position: absolute;
        top: 10px;
        right: -6px;
    }

.addmin-icon {
    width: 48px;
    height: 48px;
    line-height: 44px;
    background-color: #BD1E20;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 25%);
    animation: pulse 2s infinite;
    position: relative;
}

    .addmin-icon img {
        width: 18px;
        filter: brightness(0) invert(1);
    }

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0,0,0, 0);
    }
}



.whatsapp-flex {
    position: fixed;
    left: 30px;
    bottom: 40px;
    z-index: 9999;
}

.whatsapp-flex a i {
    font-size: 37px;
    color: #fff;
    background-color: #2eb700;
    padding: 8px 11px;
    border-radius: 50%;
}
/*============= Counter =====================*/

.fun-facts-section {
    position: relative;
    padding: 75px 0px 35px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #26136C;
}

.fun-facts-section .column {
    position: relative;
    margin-bottom: 40px;
    padding: 0px 35px;
}

.fun-facts-section .column .inner {
    position: relative;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    padding: 15px 15px 15px;
    border: 1px solid #DB2115;
}

.fun-facts-section .column .icon-box {
    position: absolute;
    width: 68px;
    height: 68px;
    left: -34px;
    top: 50%;
    margin-top: -34px;
    line-height: 58px;
    font-size: 26px;
    color: #ffffff;
    border-radius: 50%;
    border: 4px solid #DB2115;
    background-color: #DB2115;
}
.fun-facts-section .column .icon-box svg {
    height: 40px;
    fill: #fffefe;
}
.fun-facts-section .column .content {
    position: relative;
}

.fun-facts-section .count-outer {
    position: relative;
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Dosis', sans-serif;
}

.fun-facts-section .column .counter-title {
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #ffffff;
}


#learner {
    position: relative;
    background: #f0f0f0;
    padding: 60px 0 50px;
}

.floatIcons {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.floatIcons .icons {
    position: absolute;
    transition: all .5s;
}
#learner .floatIcons .icons.bgRcurve {
    top: 0;
    left: 0;
}

.floatIcons .icons {
    width: 30px;
}

#learner .floatIcons .icons.bgRcurve {
    width: 65px;
}

#learner .floatIcons .icons.bgRcurve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#learner .floatIcons .icons.smCurve {
    bottom: -160px;
    right: -10px;
}

#learner .floatIcons .icons.yellowDot {
    top: 5%;
    right: 20px;
    animation: flying 6s linear infinite;
}

#learner .floatIcons .icons.plus {
    width: 13px;
    top: 35px;
    left: 40%;
    animation: rotation 6s linear infinite;
}

#learner .floatIcons .icons.gCircle {
    bottom: 15%;
    left: 4%;
    animation: flying 6s linear infinite;
}

#learner .floatIcons .icons.plusRed {
    bottom: -5%;
    left: 2%;
    animation: rotation 6s linear infinite;
    width: 16px;
}

#learner .floatIcons .icons.grennround {
    bottom: -7%;
    left: 12%;
    animation: rotation 6s linear infinite;
    width: 32px;
}

#learner .floatIcons .icons.halfcir {
    bottom: -2%;
    left: 40%;
    animation: vibrate 6s linear infinite;
    width: 40px;
}

#learner .rflx {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

#learner .rflx>* {
    padding: 10px;
}

#learner .rflx .lftbx {
    width: 460px;
    margin-bottom: 0;
}

#learner .rflx .lftbx .gemsBx {
    padding: 30px;
    border-radius: 30px;
    position: relative;
    background: #442857;
}

.mainHead {
    position: relative;
}

#learner .rflx .lftbx .gemsBx .mainHead {
    margin-bottom: 10px;
}

.mainHead .mainTitle {
    position: relative;
    font-family: "IvyMode",sans-serif;
    color: #fff;
    font-size: 34px;
    margin-bottom: 10px;
}

.mainHead .mainTitle span {
    padding-right: 5px;
    font-weight: 500;
}

#learner .rflx .lftbx .gemsBx .mainHead .mainTitle span {
    color: #ffcd38;
}

#learner .rflx .lftbx .gemsBx  p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #fff;
    text-align:justify;
}

#learner .rflx .rtBx {
    display: flex;
    align-items: center;
    padding-left: 30px;
    width: calc(100% - 460px);
}

#learner .rflx .rtBx .profilBx {
    width: 100%;
    margin: auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 670px;
}

#learner .rflx .rtBx .profilBx ul {
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}

#learner .rflx .rtBx .profilBx ul {
    position: absolute;
    top: 0;
    left: 0;
}

#learner .rflx .rtBx .profilBx ul li {
    width: 50%;
    transition: all .5s;
}

#learner .rflx .rtBx .profilBx ul li .learnBox {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    background: #006681;
    border-radius: 80px;
    padding: 8px;
    margin-bottom: 15px;
    max-width: 320px;
    flex-direction: row-reverse;
    text-align: right;
    transition: all .5s;
    filter: drop-shadow(7px 7px 16px rgba(0, 0, 0, 0.45));
}

#learner .rflx .rtBx .profilBx ul li .learnBox {
    max-width: 230px;
}

#learner .rflx .rtBx .profilBx ul li .learnBox {
    --tbtm: 0px;
    --lft: 60px;
    margin-bottom: 90px;
}

#learner .rflx .rtBx .profilBx ul li:nth-child(6n-5) .learnBox {
    background: #006681;
    top: -16px;
    left: 30px;
    margin-bottom: 54px;
}

#learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp {
    border-radius: 50%;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    filter: drop-shadow(2.8px 2.8px 6px rgba(0, 0, 0, 0.45));
}

#learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #006681;
    transition: all .5s;
    filter: drop-shadow(2.8px 2.8px 4px rgba(0, 0, 0, 0.45));
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

#learner .rflx .rtBx .profilBx ul li:nth-child(6n-5) .learnBox .iconWrp .icon {
    background: #006681;
}

#learner .rflx .rtBx .profilBx ul li .learnBox .iconWrp .icon img {
    transition: all .5s;
    max-width: 25px;
    margin: auto;
}


#learner .rflx .rtBx .profilBx ul li .learnBox .infoBx {
    width: calc(100% - 50px);
    padding: 0 15px;
}

#learner .rflx .rtBx .profilBx ul li .learnBox .infoBx .txt {
    color: #fff;
    font-weight: 600;
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.35));
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines);
    line-clamp: var(--lines);
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    --lines: 4;
}

#learner .rflx .rtBx .profilBx ul li:nth-child(even) .learnBox {
    margin-left: auto;
    flex-direction: row;
    text-align: left;
}

#learner .rflx .rtBx .profilBx ul li:nth-child(6n-4) .learnBox {
    background: #ffb90b;
    top: -16px;
    right: 60px;
    margin-bottom:54px;
}

#learner .rflx .rtBx .profilBx ul li:nth-child(6n-2) .learnBox {
    background: #ff8d2a;
    right: -40px;
    top: 0px;
}

#learner .rflx .rtBx .profilBx ul li:nth-child(6n-1) .learnBox {
    background: #10be81;
    left: 33px;
    bottom: 14px;
}

#learner .rflx .rtBx .profilBx ul li:nth-child(6n) .learnBox {
    background: #f14258;
    right: 60px;
    bottom: 20px;
}

#learner .rflx .rtBx .profilBx .outerCircl {
    --wd: 380px;
}

#learner .rflx .rtBx .profilBx .outerCircl {
    width: var(--wd);
    height: var(--wd);
    overflow: hidden;
    margin: auto;
    border-radius: 50%;
    background: url(../images/outerCircle.svg) no-repeat;
    background-size: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    --wd: 310px;
}

#learner .rflx .rtBx .profilBx .outerCircl::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/line.svg) no-repeat;
    height: 100%;
    z-index: 0;
    width: 290px;
    background-size: 325px;
}

#learner .rflx .rtBx .profilBx .outerCircl::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: #f0f0f0;
    width: calc(var(--wd) - 50px);
    height: calc(var(--wd) - 50px);
    border-radius: 50%;
    z-index: -1;
}


#learner .rflx .rtBx .profilBx .outerCircl::before {
    width: 283px;
    background-size: 323px;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle {
    margin: auto;
    border-radius: 50%;
    background: url(../images/inerCircle.svg) no-repeat;
    background-size: 100%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    z-index: 1;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle {
    width: 190px;
    height: 190px;
}



#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc {
    border-radius: 50%;
    background: linear-gradient(90deg, #FFFFFF 0%, #F4F4F4 49%, #E5E5E5 100%);
    box-shadow: 5.72px 5.72px 13.08px 0px rgb(0 0 0 / 45%);
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc {
    width: 165px;
    height: 165px;
}



#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc .innershadCirc {
    background: linear-gradient(180deg, #FFFFFF 0.01%, #F4F4F4 49.01%, #E5E5E5 100.01%);
    box-shadow: 6.07px 6.07px 13.88px 0px rgb(0 0 0 / 45%);
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc .innershadCirc {
    width: 140px;
    height: 140px;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc .innershadCirc .titleWrap {
    text-align: center;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc .innershadCirc .titleWrap .logo {
    margin: auto;
    margin-bottom: 8px;
    width: 90px;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc .innershadCirc .titleWrap .logo {
    font-size: 21px;
    margin-bottom: 0;
    font-weight: 700;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc .innershadCirc .titleWrap .logo img {
    transition: all .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#learner .rflx .rtBx .profilBx .outerCircl .innerCircle .outrshadCirc .innershadCirc .titleWrap .name {
    color: #252525;
    font-size: 21px;
    font-weight: 700;
}


#learner .rflx .rtBx .profilBx ul li:nth-child(6n-3) .learnBox {
    background: #00a9b9;
    left: -50px;
    top: 0px;
}

/*=============== footer ====================*/

footer.main_footer {
    padding: 40px 35px 10px 35px;
    height: 100%;
    background-image: url(../../images/icon/dot.svg);
    background-position: 50%;
    background-repeat: repeat;
    background-size: 30px auto;
    background-attachment: fixed;
        position: relative;
    margin-top: 70px;   
}

.footer_logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 43%;
}

.lo {
    width: 100%;
    text-align:center;
}

.lo img {
    max-width: 110px;
    margin-bottom:10px;
}

.social h3 {
    font-size: 20px;
    font-weight: 700;
}

.link_footer {
    border-left: 2px solid #305CCD;
    width: 100%;
    height:100%;
}

.link_footer ul {
    margin: 0;
    padding: 0;
}

.link_footer ul li {
    list-style: none;
    padding: 15px 0 0 20px;
}

.link_footer ul li a {
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: baseline;
}
.link_footer ul li a:hover{
    text-decoration:none;
}

.link_footer ul li a:focus{
    text-decoration:none;
}

.copy {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.copy p {
    font-size: 17px;
    margin-bottom: 0;
    color: #ffff;
    font-weight: 600;
    text-align: center;
    background: #004372;
    padding: 10px 0;
}

.copy p a{
    color:#fff;
}


.link_footer h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #305CCD;
    padding-left: 20px;
}

.color_o {
    border-left: 2px solid #F2B7D2!important;
}

.color_o h3 {
    color: #e5277e!important
}

.color_n {
    border-left: 2px solid #F0AC7F!important;
    margin-top: -150px;
}

.color_n h3 {
    color: #F0AC7F!important;
}

.quick-question {
    position: fixed;
    top: 40%;
    border-radius: 4px;
    right: 0;
    color: #333;
    z-index: 999;
}

.quick-question a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 5px 0px;
    display: block;
    font-weight: bold;
    color: #222;
}

.quick-question a img {
    width: 200px;
}

.sidebar_pos {
    position: fixed;
    top: 70%;
    left: -10px;
    z-index: 99999;
    transform: translateY(-100%) rotate(-90deg);
    transform-origin: left top;
}


.sidebar_pos a {
    color: #f3f3f3 !important;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 0px;
    z-index: 9999999;
    display: flex;
    text-transform: uppercase;
    margin-top: 10px;
    background: linear-gradient(90deg, rgb(243 105 32) 0%, rgb(243 105 32) 35%, rgb(13 54 103) 100%);
    text-decoration:none;
}

.sidebar_pos a svg{
    width:20px;
    fill:#fff;
}

.sidebar_pos a:hover{
    text-decoration:none;
}

.sidebar_pos a:focus{
    text-decoration:none;
}


.calToAction .container {
    padding: 20px 30px;
    background: #004372;
    position: absolute;
    border-radius: 60px;
    box-shadow: 10px 10px 0 #c2d1dc;
    top: -90px;
    left: 0;
    right: 0;
}

.visit-media i {
    font-size: 64px;
    color: #fff;
    vertical-align: middle;
    float: left;
}

.visit-media .visit-content {
    line-height: normal;
    padding-left: 72px;
    padding-top: 4px;
    vertical-align: middle;
}

.calToAction h2, .calToAction p {
    color: #fff;
}

.calToAction h2 {
    margin-bottom: 2px;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.calToAction p {
    margin-bottom: 0;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.calToAction a {
    font-size: 19.5px;
    background: #fff;
    color: #000;
    margin-left: 12px;
    border-radius: 40px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
    cursor: pointer;
    padding: 5px 20px 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.calToAction a.custom-btn1 {
    background: #fbfcb2;
}
/*================== gallery =================*/

.gallery-section{
    background: #E7F5FE;
    padding: 70px 0;
}

.main-top-topic .main-tt {
    position: relative;
    font-size: 36px;
    font-weight: 700;
}

.main-top-topic .main-tt:after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    background: #e54437;
    margin: 15px auto;
}

.gallery-section .cource-item {
    box-shadow: 0px 3px 6px #f9f2f229;
    border-radius: 8px;
    border: 2px solid #fff;
}

.gallery-section .cource-item .cource-img {
    position: relative;
}

.gallery-section .cource-img img {
    width: 100%;
    transition: all 0.3s ease 0s;
    border-radius: 8px;
}

.gallery-section .cource-item .cource-img img {
    min-height: 313px;
    height: 313px;
}


a.image-link.image-link-title {
    background: rgb(10 0 116 / 90%);
    padding: 3px 20px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid#fff;
}


.cource-item .cource-img .image-link {
    position: absolute;
    top: 10px;
    left: 10px;
    transform: none;
    color: #fff;
    z-index: 11;
}

.cource-item .cource-img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    transition: 0.4s;
    transform: scaleY(0);
}

.cource-item:hover .cource-img:after {
    transform: scaleY(1);
}




.Gallery-carousel .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    border: none !important;
    color: #fff !important;
    background: #e54437 !important;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    left: -10px;
}

.Gallery-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border: none !important;
    color: #fff !important;
    background: #e54437 !important;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    right: -10px;
}


/*=============== topper ====================*/

.title-area {
    margin-bottom: 40px;
}

.sec-subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 700;
    font-family: var(--title-font);
    line-height: 1;
    margin-top: -0.1em;
    margin-bottom: 25px;
}

.title-area .sec-title {
    font-size: 45px;
    text-transform: capitalize;
}

.class-style2 {
    background: rgba(255, 255, 255);
    border-radius: 30px;
    margin-bottom: 30px;
    padding: 35px 25px 34px 25px;
    box-shadow: 0px 4px 20px 0px rgb(0 0 0 / 15%);
    transition: all ease 0.4s;
}

.class-style2 .class-img {
    position: relative;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
}

.achievers-sec {
    width: 170px;
}

.class-style2 .class-img .img {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.class-style2 .class-img .img::before {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    border: 3px dashed #fff;
    border-radius: inherit;
    display: block;
    z-index: 1;
    pointer-events: none;
    animation: rotate 45s infinite linear;
    transition: all ease 0.4s;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.class-style2 .class-img .img img {
    width: 100%;
    transform: scale(1);
    transition: all ease 0.4s;
}

.class-style2:hover .class-img .img img {
    transform: scale(1.15);
}

.class-style2 .class-title {
    margin: -0.2em 0 23px 0;
    text-transform: capitalize;
    font-size: 22px;
}

.class-style2 p {
    margin: 0 0 1px 0;
    color: #000;
    line-height: 1.75;
}

.class-style2:hover .class-img .img:before {
    border-color: #e54437;
}


.Topper-Carousel .owl-nav .owl-prev {
    width: 45px;
    height: 45px;
    border: none !important;
    color: #fff !important;
    background: #e54437 !important;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    left: -10px;
}

.Topper-Carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    border: none !important;
    color: #fff !important;
    background: #e54437 !important;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 1;
    right: -10px;
}


/*=================*/
.mw-blue {
    background: transparent linear-gradient(225deg, #FFFFFF 0%, #F3F8FD 34%, #C9E1F7 100%)0%0%no-repeat padding-box
}

.mw-orange {
    background: transparent linear-gradient(135deg, #FFFFFF 0%, #FFF2EE 34%, #FFDCD3 100%)0%0%no-repeat padding-box
}

table th{
        background-color: #26136C !important;
        color:#fff;
        font-size:18px;
        text-align:center;
}

table td{
    font-size:18px;
}


.filter-button {
    width: 239px;
    font-size: 17px;
    border: 2px solid #26136C;
    padding: 5px 6px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    background: transparent;
    display: inline-block;
    background-color: #26136C;
    cursor: pointer;
    border-radius: 30px;
}

    .filter-button:hover,
    .filter-button:focus,
    .filter-button.active {
        background-color: #26136C;
    }



.filter {
    margin-bottom: 20px;
    margin-top: 5px;
}

.visitor-counter{
    margin-bottom:0;
    text-align:center;
    font-size: 20px;
    font-weight: 700;
}




.counter-bg {
    background: url(../../assets/images/building.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background-attachment: fixed;
    padding:50px 0;
    z-index: 1;
}

.counter-bg::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.7);
    z-index: -1;
}

.animate-spin-slow {
    animation: spin 30s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.bg-webSecondaryLight {
    background-color: #DB2115;
    width: 100%;
    height: 100%;
    border-radius: 70px;
}

.rounded-full {
    border-radius: 9999px;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.h-220 {
    height: 220px;
}

.w-220 {
    width: 220px;
}

.counter-bg .counter-box-img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 12px;
    filter: invert(87%) sepia(96%) saturate(3716%) hue-rotate(327deg) brightness(100%) contrast(99%);
}

.animate-spin-reverse {
    animation: spin-reverse 30s linear infinite;
}

@keyframes spin-reverse {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.justify-center {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.rounded-full h4 {
    color: white;
    font-size: 30px;
}

.zindex9 {
    z-index: 9;
}


.justify-center {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.bg-webPrimary {
    background-color: #26136C;
}

.relative {
    position: relative;
;
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

.custom-coma-none{
    display:none;
}

.custom-ul li{
    list-style: decimal;
    font-size: 17px !important;
}



@media screen and (max-width:425px) {
    .filter-button {
        width: 100%;
        font-size: 16px;
        padding: 3px 6px;
        text-align: center;
        margin-bottom: 27px;
        display: inline-block;
    }
}

@media screen and (max-width:900px) {
    .admin-text {
        display: none;
    }
    .mobile-none{
         display: none;
    }
    .tr {
        transform: none;
    }
    .breadcrumb > li {
        transform: none;
    }
    .custom-padding-none{
        padding-left:0;
        padding-right:0;
    }
    .breadcrumb {
        justify-content: center;
    }
    .br-left{
        border-left:none;
    }

    .logo-name > p{
       padding: 2px 3px;
       width: 90%;
    }
    .count-icon{
        top: 6px;
    }

    .cont>a {
        position: initial !important;
    }
    .navbar{
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        justify-content:right;
    }
    .whatsapp-flex{
        left: 5px;
        bottom:20px;
    }

    .footer-floting-btns{
        bottom:20px;
        right: 13px;
    }
    .text-purple{
        font-size: 20px;
    }
    .event-section{
            padding: 40px 0px 40px 0px;
    }
    .px-5{
        padding-right: 15px!important;
        padding-left: 15px!important;
    }
    .main-heading h1 {
        font-size: 26px;
    }
    .main-heading h2 {
        font-size: 23px;
    }
    .main-heading h2::before{
        content:none;
    }

    .main-heading h2::after{
        content:none;
    }
    .program-section{
        padding:0;
    }
    .calToAction a.custom-btn1 {
        margin-top: 10px;
    }
    footer.main_footer{
       padding: 136px 0px 20px 0px;
    }
    .link_footer ul li {
        padding: 15px 0 0 9px;
    }
    .link_footer ul li a {
        font-size: 16px;
    }
    .link_footer h3 {
        padding-left: 9px;
        margin-top: 15px;
    }
    .custom-footer-padding{
        padding-left: 9px !important;
    }
    .Gallery-carousel .owl-nav .owl-prev{
        left: 0;
    }
    .Gallery-carousel .owl-nav .owl-next{
        right: 0;
    }

    .Topper-Carousel .owl-nav .owl-prev{
        left: 0;
    }
    .Topper-Carousel .owl-nav .owl-next{
        right: 0;
    }
    .space-extra-bottom{
        padding: 40px 0 !important;
    }
    .title-area .sec-title {
        font-size: 35px;
    }
    .fun-facts-section .column{
         padding-right: 8px;
    }
    .fun-facts-section .column .inner {
        max-width: 295px;
    }
    .gallery-homepage {
        height: 330px;
        padding: 70px 20px 30px 30px;
        margin-bottom: 10px;
        margin-right: 0px;
    }
    .facilities {
        padding: 40px 0px;
    }
    .facilities .main-heading h2 {
        font-size: 23px;
    }
    .infra-icon li {
        width: 32.2%;
    }
    .my-5 {
        margin-top: 0rem!important;
       margin-bottom: 2rem!important;
    }
    .Read-more-Button{
        font-size: 17px;
    }

    #learner {
        padding: 60px 0 0px;
    }

    #learner .rflx .lftbx {
        width: 100%;
    }
    #learner .rflx .rtBx{
        width:100%;
    }
    #learner .rflx .rtBx .profilBx ul {
        position: initial;
        padding-left: 0;
    }
    #learner .rflx .rtBx .profilBx .outerCircl{
        display: none;
    }
    #learner .rflx .rtBx .profilBx ul li {
        width: 100%;
    }
    #learner .rflx .rtBx .profilBx ul li .learnBox{
         position: initial;
         max-width: 100%;
    }
    #learner .rflx .rtBx{
        padding-left: 10px;
    }
    #learner .rflx .rtBx .profilBx ul li .learnBox{
        margin-bottom:15px !important;
    }
    .section-title h2 {
        font-size: 22px;
    }
    .p-3{
        padding: 0rem!important;
    }
    .mx-3{
        margin-right: 0rem!important;
        margin-left: 0rem!important;
    }
    .abt-im{
        height: auto;
        margin-bottom: 10px;
    }
    .custom-font{
        font-size: 18px;
        font-weight: 700;
    }
    .calToAction a{
        font-size: 16.5px;
    }
    .calToAction h2 {
        margin-bottom: 2px;
        font-size: 24px;
    }
    .visit-media i {
        font-size: 58px;
    }
    .px-3 {
        padding-right: 0rem!important;
        padding-left: 0rem!important;
    }
    .viss h2{
        font-size: 22px;
    }
    .contact-add li span{
        font-size: 17px;
    }
    .contact-add li span i {
        font-size: 17px;
        padding-right: 4px;
    }
    .contact-add li b {
        font-family: 'Spectral', serif;
        font-weight: 500;
        color: #000;
        font-size: 18px;
    }

    .new-display {
        display: flex;
        justify-content: center;
        margin-bottom: 45px;
    }
    .dropdown-content{
        width:80%;
    }
    .custom-flex-reverse{
        flex-direction:column-reverse;
    }
    .kd-pera{
        padding: 10px 0px;
    }
    .visitor-counter{
        margin-top:15px;
    }
    .custom-coma-none{
        display:initial;
    }
    .custom-mobile-block{
        display:block
    }
    .custom-mobile-none{
        display:none;
    }

    .custom-background{
            background: #DB2115;
    }
    .custom-justify-center{
        justify-content:center;
    }
    .topphdetails .phonetxt h4 a{
        color:#fff;
    }
    .principal-info span{
        font-size:15px;
    }
    .visionMissionTxt h3{
        font-size: 18px;
    }
    .abtsection .innerAbtCntnt{
        padding: 30px 15px;
    }
    .filter-btn{
        margin-left:0;
    }
    .custom-mobile-bottom{
        margin-bottom:10px;
    }
}


