﻿@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.awards-text p {
    font-family: "Tinos", serif;
    font-size: 17px;
}

.header_area {
    background: #68246D;
    /*background: linear-gradient(90deg, rgb(45 61 140) 0%, rgb(46 99 201) 50%, rgb(45 61 140) 100%);*/
}


.pt-50 {
    padding-top: 50px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

a {
    text-decoration: none;
}

body {
    margin-top: 0;
}

.mian-logo > span {
    font-size: 1.35em;
}



hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}


.carousel-item {
    transition: transform 1s ease-in-out; /*height:450px*/
}

.carousel-caption {
    top: 48%;
    transform: translate(0, -50%);
    bottom: auto;
    left: 0;
    right: 0;
    width: 0;
    opacity: 0;
    overflow: hidden;
    text-align: left;
}

.carousel-item.active .carousel-caption {
    animation: widthSlide 3.5s 1;
    opacity: 1;
    z-index: 99;
    width: 100%;
}

@keyframes widthSlide {
    0% {
        width: 0%;
        opacity: 0;
    }

    50% {
        width: 100%;
        opacity: 1;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.btns-link .blink a {
    color: #000;
    font-size: 18px;
    animation: colorChange 1.5s infinite;
}

@keyframes colorChange {
    0% {
        color: #FB860A; 
    }
    50% {
        color: #68246D; 
    }
    100% {
        color: #FB860A; 
    }
}


.style-section .blink  {
    color: #000;
    font-size: 38px;
    animation: colorChange 1.5s infinite;
}

@keyframes colorChange {
    0% {
        color: #FB860A; 
    }
    50% {
        color: #68246D; 
    }
    100% {
        color: #FB860A; 
    }
}

.carousel-control-prev-icon, .carousel-control-next-icon, .swiper-button-next, .swiper-button-prev {
    background-color: #ee7752;
}

.carousel-caption h5 {
    font-size: 5em;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-stroke: 2px #E2FADB;
    color: #00000059;
    position: relative;
    width: fit-content;
    padding-right: 10px;
}

    .carousel-caption h5:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        bottom: -20px;
        opacity: 1;
    }

.carousel-item.active .carousel-caption h5:after {
    width: 10%;
    height: 4px;
    animation: titleCover 2.5s 1;
    opacity: 0;
}

@keyframes titleCover {
    0% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    20% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    30% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }

    55% {
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        opacity: 1;
    }

    95% {
        left: 0;
        right: 0;
        width: 10%;
    }

    100% {
        left: 0;
        right: 0;
        width: 10%;
        opacity: 0.5;
    }
}
/*.carousel-item > img { height: 100vh; object-fit: cover; transform: scale(1); } 
.carousel-item.active > img { transform: scale(4); animation: bgScale 200s 1; } 
@keyframes bgScale { 
    0% { transform: scale(1); } 
    100% { transform: scale(4); }
}*/
/*.carousel-item:before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgb(0 0 0 / 40%); z-index: 99; }*/
.carousel-caption p {
    font-size: 1.35em;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel-caption * {
    white-space: nowrap;
}

.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 9999;
}

    .carousel-indicators [data-bs-target] {
        width: 15px;
        height: 15px;
        border-radius: 100px;
        border: none;
    }

li.nav-item > a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: white;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
    transition: 0.3s all ease-in-out;
}

li.nav-item > a.active:after, li.nav-item > a:hover:after {
    bottom: 0;
    opacity: 0.8;
}

li.nav-item > a {
    position: relative;
}

@media screen and (max-width: 991px) {
    .carousel-caption h5 {
        font-size: 3.5em;
    }

    .carousel-caption p {
        font-size: 1em;
        font-weight: 900;
        text-transform: uppercase;
    }
}

@media screen and (max-width: 768px) {
    .carousel-caption h5 {
        font-size: 3.5em;
    }

    .carousel-caption p {
        font-size: 1em;
        font-weight: 600;
    }
    /*.carousel-item img { height: 80vh; }*/
    .mian-logo > span {
        font-size: 1em;
    }

    .carousel-indicators {
        right: 0;
        bottom: 0;
        left: 0;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 1rem;
        margin-left: 15%;
        flex-wrap: nowrap;
        top: auto;
        transform: unset;
        width: auto;
        gap: 5px;
    }

        .carousel-indicators [data-bs-target] {
            width: 12px;
            height: 12px;
        }
}

@media screen and (max-width: 575px) {
    .carousel-caption h5 {
        font-size: 2em;
    }
    /*.carousel-item img { height: 60vh; }*/
    .carousel-caption p {
        font-size: 0.75em;
    }

    .carousel-caption {
        width: 100%;
        opacity: 0;
    }

    .carousel-item.active .carousel-caption {
        animation: sample 2.5s 1;
        opacity: 1;
    }

    .carousel-caption * {
        white-space: unset;
    }

    @keyframes sample {
        0% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            opacity: 1;
        }
    }

    .carousel-caption h5 {
        -webkit-text-stroke: 1px #E2FADB;
    }

    hr.border-light {
        max-width: 200px;
    }
}

@media screen and (max-width: 480px) {
    .carousel-caption h5 {
        font-size: 1.45em;
    }

    .carousel-caption p {
        font-size: 0.7em;
    }
    /*.carousel-item img { height: 50vh; }*/
}


/*----------photo-gallery----------*/
.max-w-5xl {
    max-width: 64rem;
}

.web-section-heading .web-section-title {
    font-size: 2.5rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

.text-webPrimary {
    color: #000;
    font-family: "Tinos", serif;
}
.sc-image-card .phone-details p{
    color:#000;
}
.web-section-heading .web-section-sub-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}

.web-section-content {
    padding: 3rem 0 0;
}

.hexagon-gallery {
    margin: auto;
    max-width: 1000px;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-auto-rows: 200px;
    grid-gap: 14px;
    padding-bottom: 75px;
}

.overflow-hidden {
    overflow: hidden;
}

.hexagon-gallery .hex-wrap:first-child {
    grid-row-start: 1;
    grid-column: 2/span 2;
}

.hexagon-gallery .hex-wrap {
    -webit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
    position: relative;
}

.animate-hex-top-bottom {
    animation: animate-hex-top-bottom 3s ease-in-out infinite;
    position: absolute;
    left: 0;
    top: 0;
}

.hexagon-gallery .hex-wrap .hex {
    display: flex;
    position: relative;
    width: 240px;
    height: 265px;
    background-color: #424242;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.hexagon-gallery .hex-wrap:nth-child(2) {
    grid-row-start: 1;
    grid-column: 4/span 2;
}

.hexagon-gallery .hex-wrap:nth-child(3) {
    grid-row-start: 1;
    grid-column: 6/span 2;
}

.hexagon-gallery .hex-wrap:nth-child(4) {
    grid-row-start: 2;
    grid-column: 1/span 2;
}

.hexagon-gallery .hex-wrap:nth-child(5) {
    grid-row-start: 2;
    grid-column: 3/span 2;
}

.hexagon-gallery .hex-wrap:nth-child(6) {
    grid-row-start: 2;
    grid-column: 5/span 2;
}

.hexagon-gallery .hex-wrap:nth-child(7) {
    grid-row-start: 2;
    grid-column: 7/span 2;
}

.hexagon-gallery .hex-wrap {
    -webit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
    position: relative;
}

.animate-hex-bottom-top {
    animation: animate-hex-bottom-top 3s ease-in-out infinite;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes animate-hex-bottom-top {
    0%,100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 5px);
    }
}

@keyframes animate-hex-top-bottom {
    0%,100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, -5px);
    }
}

/*--------------infrastructure-----------*/
.heading-blue {
    color: #68246D;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 50px;
    z-index: 99;
    padding-left: 13px;
}

    .heading-blue:before {
        position: absolute;
        width: 75px;
        height: 75px;
        background: #FB860A;
        border-radius: 50%;
        content: '';
        left: -7px !important;
        top: -17px !important;
        z-index: -1;
    }

    .heading-blue:after {
        position: absolute;
        width: 60px;
        height: 2px;
        background: #FB860A;
        content: '';
        top: 20px;
    }

.heading-new {
    color: #fff;
    font-size: 30px; /*font-weight: 700;*/
    margin-bottom: 30px;
    z-index: 99;
    padding-left: 13px;
}

    .heading-new:before {
        position: absolute;
        width: 75px;
        height: 75px;
        background: #FB860A;
        border-radius: 50%;
        content: '';
        left: -7px !important;
        top: -17px !important;
        z-index: -1;
    }

    .heading-new:after {
        position: absolute;
        width: 60px;
        height: 2px;
        background: #FB860A;
        content: '';
        top: 20px;
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, [class^=swiper-button-] {
    transition: all 0.3s ease;
}

.swiper-container {
    width: 100%; /*height: 28vw;*/
    transition: opacity 0.6s ease;
}

    .swiper-container.swiper-container-coverflow {
        padding-top: 2%;
    }

    .swiper-container.loading {
        opacity: 0;
        visibility: hidden;
    }

    .swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
    }

.swiper-slide {
    background-position: center;
    background-size: cover;
}

    .swiper-slide p {
        font-size: 21px;
    }

    .swiper-slide .entity-img { /*display: none;*/
    }

    .swiper-slide .content {
        position: absolute;
        top: 40%;
        left: 0;
        width: 50%;
        padding-left: 5%;
        color: #fff;
    }

        .swiper-slide .content .title {
            font-size: 2.6em;
            font-weight: bold;
            margin-bottom: 30px;
        }

        .swiper-slide .content .caption {
            display: block;
            font-size: 13px;
            line-height: 1.4;
        }

[class^=swiper-button-] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 0.4;
}

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 18px;
        transform: translate(-50%, -50%);
        border: 0px solid #fff;
        border-radius: 50%;
    }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
    }

        .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
            border-width: 1px;
        }

@media (max-width: 1180px) {
    .swiper-slide .content .title {
        font-size: 25px;
    }

    .swiper-slide .content .caption {
        font-size: 12px;
    }
}

@media (max-width: 1023px) {
    /*.swiper-container { height: 40vw; }*/
    .swiper-container.swiper-container-coverflow {
        padding-top: 0;
    }
}

.web-btn-one {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    background: #FB860A;
    border-radius: 5px;
    transition: all .3s ease;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
    border: none;
    z-index: 1;
    cursor: pointer;
}

.mt-12 {
    margin-top: 12px;
}



/*-----messages--------*/
.bg-beige {
    background-color: #f1f1f1;
}

.heading {
    color: #2d3d8c;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    z-index: 99;
    padding-left: 13px;
}

    .heading:before {
        position: absolute;
        width: 75px;
        height: 75px;
        background: #fff;
        border-radius: 50%;
        content: '';
        left: -7px !important;
        top: -17px !important;
        z-index: -1;
    }

    .heading:after {
        position: absolute;
        width: 60px;
        height: 2px;
        background: #2d3d8c;
        content: ''; /*right: -70px;*/
        top: 26px;
    }

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #68246D;
    width: 302px;
    border-radius: 30px;
    padding: 2px 0px 0px 1px;
    height: 47px;
}

    ul.tabs li {
        background: none;
        color: #fff;
        display: inline-block;
        padding: 10px 10px;
        cursor: pointer;
    }

        ul.tabs li.current {
            background: #fff;
            border-radius: 30px;
            color: black;
        }

.tab-content {
    display: none;
    padding: 15px;
}

    .tab-content.current {
        display: inherit;
    }

.dir-message {
    width: 100%;
    background: #fff;
    padding: 10%;
    margin: 30px 0px;
}

    .dir-message .content {
        /*height: 145px;
        overflow: hidden;*/
        font-size: 16px;
        line-height: 24px;
        text-align: justify;
    }

.read-more a {
    color: #313131;
    font-style: normal;
    text-align: right;
}

.dir-name {
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

.dir-img img {
    height: 28rem;
    width: 100%;
    object-fit: cover;
}

.text-right {
    text-align: right;
}



/*--------recent-event-------*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.border-event {
    border-style: solid; /*z-index: -10;*/
    top: 30%;
    min-height: 300px;
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 3px;
    border-radius: 0.375rem;
    width: 79%;
    left: -5px;
}

@media (min-width: 768px) {
    .md\:border-gray-700 {
        border-color: rgb(55 65 81 / var(--tw-border-opacity));
    }
}

.border-webSecondary {
    border-color: #FB860A;
    top: -2rem;
    display: inline-block;
    padding: 4px;
    border-width: 2px;
    right: 1rem;
    border-style: solid;
}

.bg-webSecondary {
    background-color: #FB860A;
}

.recent-events-animate-up-down {
    border-radius: 0.375rem;
    animation: recent-events-animate-up-down 20s ease-in-out infinite;
    position: absolute; /*left: 0;*/
    top: 0;
}

@keyframes recent-events-animate-up-down {
    0%,100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 150px);
    }
}

.recent-events-animate-up-down h4 {
    font-size: 18px;
    color: #fdcd30;
}

.bg-webPrimary {
    background-color: #68246D;
}

    .bg-webPrimary h4 {
        font-size: 16px;
        color: #FB860A;
    }

    .bg-webPrimary a {
        color: #f5f5e7;
        font-size: 13px;
    }

.line-clamp.line-two {
    -webkit-line-clamp: 2;
    font-size: 13px;
}

.line-clamp.line-one {
    -webkit-line-clamp: 1;
}

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.event-month {
    color: hsl(229.89deg 51.35% 36.27%);
    font-size: 18px !important;
    line-height: 1.75rem;
    margin-bottom: 0px;
}

.event-date {
    font-size: 25px !important;
    margin-bottom: 0px;
}


/*--------------newsandevent-------------*/
.circular-header {
    background: rgb(45 61 140);
    padding: 8px 10px;
    color: #fff;
    margin-bottom: 0px;
    font-size: 16px;
    margin-top: 0px;
    text-align: center;
}

.back-events .intro {
    background: #fff;
}

.ideaboxNews {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    color: #777;
    line-height: 1;
    font-size: 100%;
    position: relative;
}

    .ideaboxNews > ul {
        padding: 0;
        margin: 0;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        list-style: none;
        display: block;
        overflow-y: scroll;
        height: 273px;
    }

        .ideaboxNews > ul li {
            display: block;
            width: 100%;
            box-sizing: border-box;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            padding-right: 15px;
            background: #fff;
        }

            .ideaboxNews > ul li > .in-image {
                width: 60px;
                height: 60px;
                border-top: 1px solid #e9e9e9;
                position: absolute;
                background: #fff;
                overflow: hidden;
                display: flex;
                flex-direction: column;
                margin: 10px;
                box-shadow: 2px 2px 8px #2222221a;
                padding: -1px; /* justify-content: center; */
                align-items: center;
                box-shadow: 0px #fff;
            }

.rem-border {
    border-left: none;
}

.tt-b-day {
    font-size: 14px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #2d3d8c;
    width: 100%;
    padding: 5px;
}

.ideaboxNews > ul li > .in-content {
    width: 100%;
    height: 83px;
    border-bottom: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 10px 0 10px 96px;
    position: relative;
}

    .ideaboxNews > ul li > .in-content > h2 {
        padding: 0;
        margin: 0;
        font-size: 13px;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        color: #000;
        display: block;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .ideaboxNews > ul li > .in-content > div {
        padding: 0;
        margin: 0;
        font-size: 13px;
        height: 27px;
        display: block;
        margin-top: -6px;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

        .ideaboxNews > ul li > .in-content > div p {
            margin-top: 4px;
            line-height: 20px;
        }

.ideaboxNews > ul li:hover {
    background: rgb(28 107 8 / 7%);
}

.tt-b-day-r, .tt-b-amp {
    font-size: 20px;
    padding-top: 5px;
    color: #2d3d8c;
}

.contain {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
}

.item {
    align-items: center;
    background-color: white;
    padding: 20px 50px;
    height: 325px;
}

    .item img {
        width: 140px !important;
        height: 140px;
        
        margin: 0px auto 30px;
    }

    .item h4 {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize;
        color: #2d3d8c;
        margin-bottom: 10px;
    }

    .item span {
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        color: #656565;
        line-height: 20px;
    }

    .item h3 {
        font-weight: 500;
        font-size: 14px;
        color: #656565;
        text-transform: capitalize;
        margin-bottom: 0;
        margin-top: 0;
    }

.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #5110e9;
}

.owl-carousel .nav-button {
    cursor: pointer;
    position: absolute;
    top: 110px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.25;
}

.owl-carousel .owl-prev {
    left: -20px;
}

.owl-carousel .owl-next {
    right: -20px;
}

.owl-carousel .prev-carousel:hover {
    background-position: 0px -53px;
}

.owl-carousel .next-carousel:hover {
    background-position: -24px -53px;
}

/*--------statictics------*/
.counter-bg {
    background: url(../images/ABOUTS.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
    position: relative;
    background-attachment: fixed;
}

    .counter-bg::before {
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0,0,0,.7);
        z-index: 5;
    }

.animate-spin-slow {
    animation: spin 30s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.bg-webSecondaryLight {
    background-color: #FB860A;
    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;
}



/*---------toppers-----------*/
.medal-frame {
    background-color: #ddc;
    border: solid 4vmin #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.25) inset, 0 5px 10px 5px rgba(0,0,0,.25);
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    position: relative;
}

    .medal-frame:before {
        border-radius: 2px;
        bottom: -2vmin;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.25) inset;
        content: "";
        left: -2vmin;
        position: absolute;
        right: -2vmin;
        top: -2vmin;
    }

    .medal-frame .medal {
        position: absolute;
        right: -20%;
        top: -22%;
    }

        .medal-frame .medal .medal__circle.medal__circle--gold {
            box-shadow: inset 0 0 0 #b67d05, 2px 2px 0 rgba(0,0,0,.08);
            border-color: #fadd40;
            text-shadow: 0 0 4px #9d6c04;
            background: linear-gradient(to bottom right, #f9ad0e 50%, #e89f06 50%);
        }

        .medal-frame .medal .medal__circle {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            position: relative;
            border-width: 0.2em;
            border-style: solid;
            z-index: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .medal-frame .medal .medal__circle .medal-text-shadow {
                text-shadow: 0px 4px 3px rgba(0,0,0,.4), 0px 8px 13px rgba(0,0,0,.1), 0px 18px 23px rgba(0,0,0,.1);
            }

        .medal-frame .medal .medal__ribbon {
            content: "";
            display: block;
            position: absolute;
            border-style: solid;
            border-width: 8px 10px;
            width: 0;
            height: 30px;
            bottom: -20px;
        }

        .medal-frame .medal .medal__ribbon--left {
            border-color: #fc402d #fc402d rgba(0,0,0,0) #fc402d;
            left: 8%;
            transform: rotate(20deg) translateZ(-32px);
        }

        .medal-frame .medal .medal__ribbon--right {
            left: calc(7% + 25px);
            border-color: #f31903 #f31903 rgba(0,0,0,0) #f31903;
            transform: rotate(-20deg) translateZ(-48px);
        }

    .medal-frame:after {
        border-radius: 2px;
        bottom: -2.5vmin;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
        content: "";
        left: -2.5vmin;
        position: absolute;
        right: -2.5vmin;
        top: -2.5vmin;
    }

.parent-trust {
    background: url(http://localhost:12569/images/topper.png) no-repeat;
    background-position: center;
    background-size: cover;
}

    .parent-trust p {
        margin-bottom: 0px;
    }

.mb-15 {
    margin-bottom: 15px;
}

.sc-image-card {
    position: relative;
    padding: 0 12px;
}

    .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 #FB860A;
        height:280px;
    }

    .sc-image-card.aa-card .details {
        bottom: -10%;
    }

    .sc-image-card .details {
        position: absolute;
        left: 0;
        bottom: -18%;
        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;
    }









/*---------about-----------*/
.bg-img {
    background-position: center center;
    background-size: cover;
}

section.why-choose {
    background: #f1f1f1;
    margin: 50px 0 20px;
    padding: 30px 0;
}

    section.why-choose .choose-list {
        position: relative;
        margin: 0 0 40px 0;
    }

        section.why-choose .choose-list .icon {
            background: #68246D;
            border-radius: 50%;
            display: inline-block;
            height: 88px;
            line-height: 94px;
            text-align: center;
            width: 88px;
            margin: 0 20px 0 0;
            vertical-align: top;
        }

            section.why-choose .choose-list .icon i {
                color: #fff;
                font-size: 24px;
            }

        section.why-choose .choose-list .list-cnt {
            display: inline-block;
            width: 75%;
        }

            section.why-choose .choose-list .list-cnt span a {
                color: black;
            }

        section.why-choose .choose-list h3 {
            font-size: 18px;
            line-height: 24px;
            font-weight: 600;
        }

            section.why-choose .choose-list h3 span {
                color: #2d3d8c;
                display: block;
                font-size: 16px;
            }

        section.why-choose .choose-list .number {
            bottom: 6px;
            font-family: tahoma;
            font-size: 20px;
            left: 54px;
            position: absolute;
        }

        section.why-choose .choose-list .fa-leaf {
            bottom: -8px;
            color: #68246D;
            font-size: 22px;
            left: 186px;
            position: absolute;
        }

        section.why-choose .choose-list .number {
            bottom: 6px;
            font-family: tahoma;
            font-size: 20px;
            left: 54px;
            position: absolute;
        }

        section.why-choose .choose-list::before {
            border-left: 2px solid #68246D;
            bottom: 0;
            content: "";
            height: 40px;
            left: 42px;
            position: absolute;
        }

        section.why-choose .choose-list::after {
            border-bottom: 2px solid #68246D;
            bottom: 0;
            content: "";
            left: 44px;
            position: absolute;
            width: 150px;
        }

    section.why-choose .choose-cnt {
        /*background: linear-gradient(90deg, rgb(45 61 140) 0%, rgb(46 99 201) 50%, rgb(45 61 140) 100%);*/
        background: #68246D;
        padding: 40px;
        margin: -60px 0 -120px;
    }

        section.why-choose .choose-cnt h2 {
            color: #fff;
        }

section h2 {
    font-size: 24px;
    margin: 0 0 35px 0;
    text-transform: uppercase;
}

section.why-choose .choose-cnt p {
    color: #dad8d8;
    font-size: 15px;
}

section.why-choose .choose-cnt .equipmets {
    background: #f1f1f1;
    padding: 15px;
    margin: 40px 0 0 0;
}

    section.why-choose .choose-cnt .equipmets h3 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 30px;
        color: #000;
    }


/*---------footer----------*/
.overlay {
    position: relative;
}

.widget_wrap {
    padding: 60px 0px 0px; /*margin-top: -95px;*/
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

    .widget_wrap.overlay:before {
        background-color: #68246D;
        opacity: 0.95;
        z-index: -1;
    }

.widget_title {
    color: #fff;
    margin-bottom: 25px; /*font-weight: 600;*/
}

.widget_copyright { /*padding: 20px 0px;*/
    border-top: 1px solid rgba(255,255,255,0.4);
    margin-top: 34px;
}

.copyright_text {
    text-align: center;
}

.copyright_text, .widget_copyright {
    float: left;
    width: 100%;
}

    .copyright_text p {
        color: #fff;
        margin: 0px 0px;
        padding: 7px 0px 0px;
        font-size: 14px;
    }

        .copyright_text p span {
            display: block;
        }

    .widget_copyright .city_top_social {
        width: 100%;
    }

.city_top_social {
    float: left;
    width: 73%;
    padding: 0px 0px;
    margin-top: 20px;
    margin-bottom: 8px;
}

    .city_top_social ul {
        float: right;
        width: auto;
    }

        .city_top_social ul li {
            float: left;
            width: auto;
            margin-right: 10px;
        }

.widget_copyright .city_top_social ul li a {
    border: 2px solid #fff;
}

.overlay:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    opacity: 0.6;
}

.widget_text ul li a {
    color: white;
    font-size: 14px;
}

.widget_text ul {
    margin-bottom: 30px;
    padding-left: 0px;
}

.widget_service ul li a {
    color: white;
    font-size: 14px;
}

.widget_copyright .city_top_social ul li a {
    border: 2px solid #fff;
}

.widget_service ul {
    padding-left: 0px;
}

.city_top_social ul li a {
    display: inline-block;
    height: 36px;
    width: 36px;
    text-align: center;
    line-height: 33px;
    border: 3px solid;
    color: #fff;
    font-size: 13px;
}

.footer-adress li {
    margin: 0;
    padding-bottom: 15px;
    display: flex;
}

    .footer-adress li > i {
        vertical-align: top;
        font-size: 18px;
        color: #ffffff;
        width: 30px;
        padding-top: 3px;
    }

    .footer-adress li span a, .footer-adress li span {
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
    }




.notice-wrp {
    background: #ffc63c;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 3px 6px #00000029;
}

    .notice-wrp .notice-title {
        position: relative;
        padding-right: 30px;
        margin-right: 30px;
    }

        .notice-wrp .notice-title:before {
            content: '';
            position: absolute;
            background: #2d3d8c;
            right: 0;
            top: 0;
            height: 100%;
            width: 1000px;
        }

    .notice-wrp .notice-title-view {
        position: relative;
    }

    .notice-wrp .notice-content {
        width: 100%;
    }

.notice-content li {
    color: #1c1c1c;
    font-size: 16px;
    font-weight: normal;
}

    .notice-content li .notice-date {
        color: #FFFFFF;
        background: #2d3d8c;
        width: 39px;
        height: 39px;
        border-radius: 42px;
        text-align: center;
        line-height: .96;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px;
        font-size: 14px;
    }

.notice-title .notice-title-content h5 {
    line-height: 1;
    font-weight: normal;
    font-size: 15px;
}

    .notice-title .notice-title-content h5 small {
        font-size: 60%;
        font-weight: normal;
        width: 100%;
        display: inline-block;
    }

ul.news1-ul {
    margin-bottom: 0px;
}


/*-----------parallex----------*/
.hero-cover-fade {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

.one-third-screen {
    height: 500px;
}

.padding-thirteen-lr {
    padding-left: 13%;
    padding-right: 13%;
}

.height-100 {
    height: 100% !important;
}

.slider-typography {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
}

.slider-text-middle-main {
    display: table;
    height: 100%;
    width: 100%;
}

.width-40 {
    width: 40%;
}

.padding-three-bottom {
    padding-bottom: 3%;
}

.padding-four-all {
    padding: 4%;
}

.z-index-5 {
    z-index: 5;
}

.bg-yellow {
    background-color: #fdcd30;
}

.special-char-medium {
    font-size: 80px !important;
    line-height: 120px !important;
}

.top-minus10 {
    top: -60px;
}

.absolute-middle-center {
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.hero-strap span p {
    font-size: 46px;
    line-height: 1em;
    font-family: 'Vibur', cursive;
}

.parallax {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
}

.slider-text-middle {
    display: table-cell;
    vertical-align: middle;
}




.city_banner_services {
    padding: 60px 50px 89px;
}

.city_service_text {
    float: left;
    width: 100%;
    padding: 0px 30px;
}

.city_service_list ul {
    text-align: center;
}

    .city_service_list ul li {
        float: none;
        position: relative;
        display: inline-block;
    }

        .city_service_list ul li:before {
            position: absolute;
            content: "";
            top: 0px;
            left: auto;
            right: 0px;
            bottom: 0px;
            border-right: 1px solid #686868;
            border-radius: 100%;
        }

        .city_service_list ul li:last-child:before {
            border-right: none;
        }

.city_service_text span {
    float: left;
    color: #666666;
    margin-right: 20px;
    font-size: 30px;
    line-height: 25px;
}

.city_service_text h5 {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 0px;
}

    .city_service_text h5 a {
        color: #2c2c2c;
    }

.list-cnt p {
    font-size: 13px;
}

.city_service_text i {
    color: #2e5ec1;
}


.facilities {
    background: url(../images/infra-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}


/*------------Gallery--------------*/
.gallery .col-md-2 {
    width: 17%;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
}

.gallery .col-md-4 {
    width: 30%;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 10px;
}

.align-items-center {
    align-items: center !important;
    display: grid;
}

.gallery .col-md-2 img {
    border-radius: 15px;
    height: 186px;
    width: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.gallery .col-md-4 img {
    border-radius: 15px;
    height: 415px;
    width: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 10px;
}

.gallery-heading {
    background-color: rgba(0, 0, 0, 0.44);
    border-radius: 3px 3px 3px 3px;
    padding: 10px;
}

    .gallery-heading p {
        color: white;
    }

.aftervhover {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.44);
    margin: 10px;
    text-align: center;
}

    .aftervhover h3 {
        font-size: 14px;
        color: #FB860A;
        text-shadow: 0 3px 4px #000;
    }

.event-desc-wrap span {
    color: #ffffff;
    font-size: 12px;
}

span.date_sec {
    text-shadow: 0 3px 4px #000;
    font-weight: 500;
}

.event-desc-wrap {
    position: absolute;
    bottom: 10px;
    width: 100%;
}


/*----------fix-header--------*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }

/*#owl-carousel1 .owl-nav {
    display: none;
}*/

/*--------animation-----------*/
.aniOne { /*min-height:58px;*/
    animation: butGradOne 2s ease infinite;
    -moz-animation: butGradOne 2s ease infinite;
    -webkit-animation: butGradOne 2s ease infinite;
}

.blinkButton {
    display: block;
    clear: both; /*width: 245px;*/
    padding: 10px 10px;
    font-size: 13px;
    color: #fff;
    text-align: left;
    margin: 10px 0;
    text-transform: uppercase;
    line-height: 1;
    /*background: linear-gradient(-45deg, #ee7752, #ffcc00, #68246D);*/
    -moz-background: linear-gradient(-45deg, #ee7752, #ffcc00, #23a6d5, #23d5ab);
    -webkit-background: linear-gradient(-45deg, #ee7752, #ffcc00, #23a6d5, #23d5ab);
    -moz-background-size: 400% 400%;
    -webkit-background-size: 400% 400%;
    background-size: 400% 400%;
    -moz-border-radius: 0 50px 50px 0;
    -webkit-border-radius: 0 50px 50px 0;
    border-radius: 0 50px 50px 0;
}

    .blinkButton:hover {
        background: #FB860A;
        color: #fff;
    }

@keyframes butGradOne {
    0% {
        -moz-background-position: 0% 50%;
        -webkit-background-position: 0% 50%;
        background-position: 0% 50%;
    }

    50% {
        -moz-background-position: 100% 50%;
        -webkit-background-position: 100% 50%;
        background-position: 100% 50%;
    }

    100% {
        -moz-background-position: 0% 50%;
        -webkit-background-position: 0% 50%;
        background-position: 0% 50%;
    }
}

@-moz-keyframes butGradOne {
    0% {
        -moz-background-position: 0% 50%;
        -webkit-background-position: 0% 50%;
        background-position: 0% 50%;
    }

    50% {
        -moz-background-position: 100% 50%;
        -webkit-background-position: 100% 50%;
        background-position: 100% 50%;
    }

    100% {
        -moz-background-position: 0% 50%;
        -webkit-background-position: 0% 50%;
        background-position: 0% 50%;
    }
}

@-webkit-keyframes butGradOne {
    0% {
        -moz-background-position: 0% 50%;
        -webkit-background-position: 0% 50%;
        background-position: 0% 50%;
    }

    50% {
        -moz-background-position: 100% 50%;
        -webkit-background-position: 100% 50%;
        background-position: 100% 50%;
    }

    100% {
        -moz-background-position: 0% 50%;
        -webkit-background-position: 0% 50%;
        background-position: 0% 50%;
    }
}

.aniTwo {
    animation: butGradTwo 2s ease infinite;
    -moz-animation: butGradTwo 2s ease infinite;
    -webkit-animation: butGradTwo 2s ease infinite;
}

@keyframes butGradTwo {
    0% {
        -moz-background-position: 100% 50%;
        -webkit-background-position: 100% 50%;
        background-position: 100% 50%;
    }

    50% {
        -moz-background-position: 0% 50%;
        -webkit-background-position: 0% 50%;
        background-position: 0% 50%;
    }

    100% {
        -moz-background-position: 100% 50%;
        -webkit-background-position: 100% 50%;
        background-position: 100% 50%;
    }
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}


/*--------floating-social-media-icons--------*/
.floating_button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 20px;
    z-index: 99;
}

.main_button {
    display: none;
}

    .main_button + label {
        z-index: 999;
        cursor: pointer;
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        background: #68246D;
        text-align: center;
        line-height: 50px;
        box-shadow: 0 19px 33px rgba(0,0,0,0.30), 0 5px 12px rgba(0,0,0,0.22);
    }

        .main_button + label img {
            width: 30px;
        }
    /*.main_button + label::after,.main_button + label::before{content: "";position: absolute;width: 25px;height: 3px;background: #fff;left: 50%;top: 50%;transition: 0.1s ease;}
.main_button + label::after{transform: translate(-50%,-6px) rotate(0deg);}
.main_button + label::before{transform: translate(-50%,5px) rotate(0deg);}*/
    .main_button:checked + label {
        background: #101010;
    }

        .main_button:checked + label::after {
            transform: translate(-50%,-50%) rotate(45deg);
        }

        .main_button:checked + label::before {
            transform: translate(-50%,-50%) rotate(-45deg);
        }

.roundButton {
    top: 3px;
    left: 3px;
    z-index: 0;
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    transition: transform 0.1s ease;
}

    .roundButton .icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

.buttonNew {
    transition-delay: 0.0s;
    background: linear-gradient(28deg, #833AB4, #C13584,#E1306C, #FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
}

.buttonStar {
    transition-delay: 0.1s;
    background: #316FF6;
}



.buttonyoutube {
    transition-delay: 0.2s;
    background: #FF0000;
}

.buttonlinkdin {
    transition-delay: 0.3s;
    background: #0077B5;
}

.buttonShare {
    transition-delay: 0.4s;
    background: #009e12;
}

.main_button:checked ~ .buttonNew {
    transform: translate(0,-70px);
}

.main_button:checked ~ .buttonStar {
    transform: translate(-50px,-50px);
}

.main_button:checked ~ .buttonyoutube {
    transform: translate(-70px,0);
}

.main_button:checked ~ .buttonlinkdin {
    transform: translate(-50px,50px);
}


.main_button:checked ~ .buttonShare {
    transform: translate(0,70px);
}

.new-service {
    border-right: 1px solid #686868;
}

/*facebook plugins section CSS*/
.acitivitiesDivspace {
    padding: 0 3px;
}

.photoGalleryYellowBg {
    background: #ffe200;
    min-height: 367px;
    padding-top: 100px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.photoGalleryYellowBg h3 {
    color: #333333;
    font-size: 35px;
    font-family: 'ArapeyRegular';
    text-align: center;
    margin-top: 24px;
    margin-bottom: 25px;
}

.photoGalleryYellowBg a {
    color: #333333;
    text-align: center;
    border: 1px #333 solid;
    padding: 8px;
    margin: 0 auto;
    width: 123px;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
}

.photoGalleryDiv {
    position: relative;
}

.boxBgDiv4 {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.84) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.84) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.84) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d6000000',GradientType=0 );
    padding: 33px 5px 20px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

    .boxBgDiv4 h3 {
        color: #fff;
        font-size: 35px;
        font-family: 'ArapeyRegular';
        margin-top: 10px;
    }

.heading-blue-new {
    color: #2d3d8c;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    z-index: 99;
    text-align: center;
}
/*----------------School Profile Css------------------*/
.new-ul li {
    display: flex;
    align-items: baseline;
    margin-bottom: 8px;
    font-size: 14px;
}

    .new-ul li span {
        margin-left: 5px;
        text-align: justify;
        color: black;
        font-size: 1rem;
    }

.new-bg-img {
    background-image: url(../images/bg-img.jpg);
}

.thought {
    font-family: 'Bubblegum Sans', cursive;
    font-size: 24px;
    color: #313f8b;
    font-weight: normal;
}

.border-light-gray {
    border-left: 1px solid #8080803d;
}

.heading-blue-size {
    font-size: 20px !important;
}

    .heading-blue-size:before {
        top: -25px !important;
    }

    .heading-blue-size:after {
        top: 12px;
    }

/*----------------Principal Message Css------------------*/
.inner-page-content-top-spacing {
    /*position: relative;*/
    /*top: calc(80px + 46.5px + 230px + 40px);*/
    /*left: 0;*/
    width: 100%;
    background: #fff;
    padding-top: 3rem;
}

.box-shadow-one {
    box-shadow: 0rem 0.5rem 1rem #0000004d;
}

.md\:w-\[300px\] {
    width: 300px;
}

.text-card-wrapping-img {
    padding: 12px 0;
    background: #68246D;
    color: #ffcc51;
    width: 97.1%;
    transform: translate(-6%, -5%);
}

    .text-card-wrapping-img::before {
        content: "";
        position: absolute;
        width: 0px;
        height: 0px;
        border: 10px solid #68246D;
        top: -20px;
        left: -1px;
        border-left-color: rgba(0,0,0,0);
        border-top-color: rgba(0,0,0,0);
    }

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.font-Nunito-Bold {
    font-size: 1.5rem;
    color: #fff;
}

.font-Nunito-SemiBold {
    margin-bottom: 0px;
}

.padding {
    padding: 50px;
}

.box-shadow-one p {
    text-align: justify;
}




.awardsBg {
    padding: 50px 0px;
}

.vision-img {
    float: left;
    width: 41%;
    position: relative;
}

.vision-title {
    display: block;
    position: absolute;
    top: -20px;
    /*left: 20px;*/
    background: #68246D;
    color: #fff;
    font-size: 23px;
    padding: 20px;
}

.vision-text {
    float: left;
    width: 59%;
    box-shadow: 0rem 0.5rem 1rem #0000004d;
    background: white;
    color: black;
    font-size: 14px;
    text-align: justify;
    padding: 27px 15px;
    min-height: 253px;
    font-weight: normal;
    line-height: 26px;
}

.mt-6 {
    margin-top: 40px;
}

.text-justify {
    text-align: justify;
}

.padding-left {
    padding-left: 38px;
}

.padding {
    padding: 17px;
    font-size: 14px;
    color: black;
}

/*----------------Awards and Achievments------------------*/
.blog-holder-13 {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 0;
}

.bmargin {
    margin-bottom: 0px;
}

.blog-holder-13 .image-holder {
    position: relative;
}

.image-holder {
    width: 100%;
    float: left;
}

.blog-holder-13 .image-holder .shapes {
    position: absolute;
    width: 250px;
    height: 69px;
    bottom: -30px;
    left: 0px;
    padding: 0;
    background: url(../jingle-bells/images/sap-png.html) 0 0 no-repeat;
}

.blog-holder-13 .image-holder .post-date-box {
    position: absolute;
    width: 75px;
    /* height: 79px; */
    bottom: 16px;
    right: 14px;
    font-size: 27px;
    padding: 7px 0 8px 0px;
}

.post-date-box {
    float: left;
    color: black;
    margin: 0;
    z-index: 2;
    text-align: center;
    background-color: #ffc63c;
}

.blog-holder-13 .image-holder .post-date-box span {
    padding-top: 5px;
}

.post-date-box span {
    font-size: 13px;
    color: #fff;
    display: block;
}

.blog-holder-13 .image-holder .post-date-box .icon {
    font-size: 18px;
}

.blog-holder-13 .image-holder .post-date-box span {
    padding-top: 5px;
}

.post-date-box span {
    font-size: 13px;
    color: black;
    display: block;
}

h4.less-mar1 {
    margin-bottom: 3px;
}

.blog-post-info {
    display: none;
}

.less-mar1 {
    color: #2d3d8c;
    text-align: center;
    font-size: 20px;
    padding: 0px 10px 10px 10px;
}

.new-font-sixe {
    font-size: 20px;
}

.mt-50 {
    margin-top: 50px;
}


/*class rooms*/

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}

    .main .card-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}

.chairman_img figure {
    margin-bottom: 0px;
}

    .chairman_img figure img {
        width: 100%;
    }

.chancellor-details .chairman_img figcaption {
    background: #fdd718;
    padding: 15px 20px;
}

.chancellor-details .chancellor-content {
    background-color: #313f8b;
    height: 60vh;
    padding: 60px;
    position: relative;
    display: flex;
    align-items: center;
}

    .chancellor-details .chancellor-content .arrow-left {
        position: absolute;
        content: "";
        width: 20px;
        height: 25px;
        left: -19px;
        background-color: #313f8b;
        -webkit-clip-path: polygon(100% 0, 0 49%, 100% 100%);
        clip-path: polygon(100% 0, 0 49%, 100% 100%);
        z-index: 1;
    }
/*.chancellor-details .chancellor-content p:before {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: "\f10e";
    color: #fff;
    font-size: 40px;
    bottom: -40px;
    right: -40px;
}
 .chancellor-details .chancellor-content p:after {
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    content: "\f10d";
    color: #fff;
    font-size: 40px;
    top: -60px;
    left: -40px;
}*/
.PageData .DearStu {
    /* font-family: 'Lobster', cursive; */
    font-size: 28px;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.pr-0 {
    padding-right: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.chairman_img {
    display: flex;
    align-items: center;
}

.main {
    margin-top: 20px;
}

.cgceejb {
    margin-top: 25px;
}

.text-justify {
    text-align: justify;
}

.new-left {
    right: 0;
}

/*inner pages replace banner css*/
.background-image-new {
    background-repeat: no-repeat;
    background-size: cover;
}

.arrow-object {
    width: 100%;
    left: 0;
}

.padding-top {
    padding-top: 15px;
}

.title-sec {
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width:991px) {
    .arrow-object {
        vertical-align: bottom;
    }
}
/*-------------technology-methnology css----------*/
.img-style {
    box-shadow: 0 0 10px #999;
}

.mt-35 {
    margin-top: 35px;
}


/*-----------curriculum css---------*/
.curr-tab {
    background: white;
    padding: 15px;
    text-align: center;
}

.newedb {
    background-color: #68246D;
    color: white;
    padding: 5px 0px;
}

/*-----------admission procedure------------*/
.image-box {
    position: relative;
    display: block;
    margin-left: 70px;
    margin-top: 30px;
}

    .image-box .image {
        position: relative;
        display: block;
        float: left;
        background: #FB860A;
        border-radius: 20px;
        padding: 15px;
        box-shadow: 0 30px 50px rgba(0,0,0,.1);
    }

        .image-box .image:before {
            position: absolute;
            content: '';
            background: #68246D;
            height: 290px;
            width: 290px;
            top: -30px;
            right: 31px;
            border-radius: 20px;
            z-index: -1;
        }

        .image-box .image img {
            width: 100%;
            border-radius: 20px;
        }

.position {
    position: relative;
    z-index: -2;
}

.p-110px {
    padding: 50px 0px 50px 0px !important;
}

.pt-70 {
    padding-top: 70px;
}

.pb-50 {
    padding-bottom: 50px;
}

.box {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    background: #efefef;
}

    .box img {
        width: 330px;
        height: 206px;
        object-fit: contain;
        transition: all 0.4s ease-out 0s;
    }

    .box:hover img {
        opacity: 0.4;
        filter: blur(3px);
        transform: scale(1.5) translateY(-12px);
    }

    .box .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        transform: translateX(-50%) translateY(-50%);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 1;
        transition: all 0.4s ease;
    }

        .box .icon li {
            margin: 0 6px 0 0;
            display: inline-block;
            opacity: 0;
            transform: rotateX(90deg);
            transition: all .3s ease-in-out 0.2s;
        }

            .box .icon li:nth-child(2) {
                transition-delay: .3s;
            }

    .box:hover .icon li {
        opacity: 1;
        transform: rotateX(0deg);
    }

    .box .icon li a {
        color: #000;
        background: #fff;
        font-size: 18px;
        text-align: center;
        line-height: 33px;
        height: 36px;
        width: 36px;
        border: 2px solid rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        display: block;
        transition: all 0.3s ease-in-out;
    }

        .box .icon li a:hover {
            color: #000;
            background: #FB860A;
            box-shadow: 0 0 10px rgba(0, 0, 0, .4);
        }

.event-area h5 a {
    color: #000;
    text-align: center;
    display: block;
    margin: 10px auto;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 20px;
}

.awards-text h4 {
    font-size: 21px;
}

.img-cards {
    margin-top: 7rem;
}

.fee-body img {
    height: 30px;
    width: 50px;
}

.filter-button {
    width: 195px;
    font-size: 18px;
    border: 2px solid #68246D;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    margin: 5px 5px 21px 5px;
    margin-bottom: 30px;
    background: transparent;
    display: inline-block;
    background-color: #68246D;
    cursor: pointer;
    border-radius: 25px;
    text-transform: uppercase;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 60%);
}

.filter-btn {
    margin-left: 30%;
}

.new-ul li i {
    font-size: 11px;
}
.home-demo-topper{
    margin-bottom:75px;
}

@media screen and (max-width:900px){
    .home-demo-topper{
        margin-bottom:25px;
    }
}