﻿/*=============== Banner Section =================*/
a{
    text-decoration:none;
}

html,body{
    width:100%;
    overflow-x:hidden;
}


.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 =================*/
.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: 40px;
    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;
    }

.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(../../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(../../images/bg-back.jpeg);
    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;
}

.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: 700;
    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(../images/about-and.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;
}
@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: 22px;
    }
    .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: 25px;
    }
    .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
    }
}


