@font-face {
    font-family: 'Cute_Aurora_demo';
    font-style: normal;
    font-weight: normal;
    src: local('Cute_Aurora_demo'), url("../../fonts/Cute_Aurora_demo.woff") format('woff');
}

.font-primary {
    font-family: 'Cute_Aurora_demo';
}

.mt-header {
    margin-top: 65px;
}

.body {
    color: #000000;
    background-color: #f1f3f7;
}

.color-primary {
    color: #053A5F;
}

.color-secondary {
    color: #6953a8;
}

.bg-color-primary {
    background-color: #053A5F;
}

.bg-color-secondary {
    background-color: #0c6709;
}

.bg-color-gray {
    background-color: #F6F3EE;
}

.bg-color-yellow {
    background-color: #fbe19f;
}

.bg-color-sky-blue {
    background-color: #f2f9fc;
}


.button-color-primary {
    background-color: #053A5F;
    border-color: #053A5F;
    color: #fff;
}

.button-color-primary:hover {
    background-color: #166094;
    color: #fff;
}

.button-color-white {
    background-color: #fff;
    border-color: #fff;
    color: #cb8f00;
}

.button-color-white:hover {
    background-color: #f7f7f7;
    color: #fcb202;
}


.button-outline-primary {
    border-color: #053A5F;
    color: #053A5F;
    background-color: transparent;
}

.button-outline-primary:hover {
    color: #fff;
    background-color: #053A5F;
}


.fs-very-small {
    font-size: 12px;
}


.fs-small {
    font-size: 14px;
}

.fa-regular {
    font-size: 16px;
}

.fs-large {
    font-size: 18px;
}

.fs-extra-large {
    font-size: 20px;
}

.text-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 1px;
}

.text-sub-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1px;
}

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

.section-margin {
    margin: 30px 0;
}

.left-section-gap {
    margin: 10px 0;
}

.my-section {
    margin: 10px 0;
}

.py-section {
    padding: 80px 0;
}

.link-transparent {
    color: #2f3133;
    text-decoration: none;
}

.section-heading {
    color: #495057;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
}

.section-heading:after {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 6px;
    background: #6f42c0;
    bottom: -15px;
    left: 0;
}

.page-heading {
    color: #495057;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 20px;
}


.page-heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background: #000;
    bottom: 1px;
    left: calc(50% - 100px);
}

.page-heading::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 6px;
    background: #053A5F;
    bottom: -01px;
    left: calc(50% - 30px);
}

.overlay-section.section-heading {
    color: #fff;
}

.overlay-section.section-heading:after {
    background: #fff;
}


.details-text {
    color: #495057;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}

.text-justify {
    text-align: justify;
}

.img-control img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.p-relative {
    position: relative;
}

.txt-white {
    color: #fff;
}

.link-white {
    color: #fff;
    text-decoration: none;
}

.link-white:hover {
    color: #eee;
    text-decoration: none;
}

.card-title {
    background-color: #053A5F;
    color: #fff;
    padding: 5px;
    font-weight: 700;
    letter-spacing: 1px;
}


.text-h1 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Cute_Aurora_demo';
}

.logo-default {
    height: 60px;
}

.logo-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6f42c1;
}

.transparent-header {
    background-color: rgba(255, 255, 255, 0.82);
    z-index: 299;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    bottom: auto;
    top: 0;
}


.icon-card {
    border-radius: 5px;
    height: 80px;
    width: 80px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.icon-card-body p {
    color: #6c757d;
}

.bg-tel {
    background-color: #bde0e0;
}

.bg-sweet {
    background-color: #F9E8DF;
}

.bg-gray {
    background-color: #DEE6ED;
}

.bg-light-green {
    background-color: #d6ECCD;
}

.text-content-title {
    font-size: 26px;
    font-weight: 500;
}

.bg-tel {
    background-color: #bde0e0 !important;
}

.bg-sweet {
    background-color: #F9E8DF !important;
}

.bg-gray {
    background-color: #DEE6ED !important;
}

.bg-light-green {
    background-color: #d6ECCD !important;
}

.card-sweet {
    background-color: #ecdde5;
}

.service-card-img {
    margin-top: -100px;
    width: 100%;
    object-fit: cover;

}

.tab-button {
    padding: 10px 30px;
    background-color: #95a98d !important;
    border-radius: 5px;
    color: #fff;
}


.btn-color-1 {
    background-color: #547793 !important;
    color: #fff;
}

.btn-color-1:hover {
    background-color: #5182a9 !important;
    color: #fff;
}

.btn-color-2 {
    background-color: #f6c490 !important;
    color: #9f4035;
}

.btn-color-2:hover {
    background-color: #eeb57b !important;
    color: #9f4035;
}

.btn-color-3 {
    background-color: #d3dcba !important;
    color: #3e540d;
}

.btn-color-3:hover {
    background-color: #bcc79c !important;
    color: #3e540d;
}

.btn-color-4 {
    background-color: #eee2e7 !important;
    color: #a84b9d;
}

.btn-color-4:hover {
    background-color: #d2b2bf !important;
    color: #a63799;
}

.card-list li {
    padding: 8px 0;
    color: #1a1d20;
    font-size: 16px;
}

/* =========== TV Caurosel =========== */

.tv-carousel .kg-tv, .tv-carousel {
    position: relative;
    width: 650px;
}

.tv-carousel-wrap {
    position: absolute;
    display: block;
    top: 210px;
    left: 82px;
    width: 475px;
    height: auto;
    overflow: hidden;
    border-radius: 75px;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.tv-carousel-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.tv-carousel-img .carousel-item img {
    min-height: 330px;
}


.carousel-caption {
    background-color: rgba(38, 43, 47, 0.42);
    bottom: auto;
    top: calc(50% - 60px);
}

.play-icon {
    position: relative;
    color: #fff;
    font-size: 28px;
}


.has-child{
    cursor: pointer;
}

@media (max-width: 991px) {


    .btn-lg{
        font-size: 14px !important;
    }

    .d-md-none{
        display: none !important;
    }

    .tv-carousel .kg-tv, .tv-carousel {
        position: relative;
        width: 320px;
    }

    .tv-carousel-img .carousel-item img {
        min-height: 150px;
    }

    .tv-carousel-wrap {
        position: absolute;
        display: block;
        top: 110px;
        left: 40px;
        width: 235px;
        height: auto;
        overflow: hidden;
        border-radius: 25px;
    }
}


.card-img-top {
    position: relative;
}

.card-img-top .card-img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    
}

.bg-transparent {
    background-color: transparent;
}

.wave-sm-img {
    height: 30px !important;
}

.date-rounded {
    position: absolute;
    background-color: #000;
    height: 60px;
    width: 60px;
    border: 5px solid #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 5%;
    top: -20px;
}


.rs-counter-list {
    border: 1px solid rgba(255, 255, 255, 0.93);
    text-align: center;
    padding: 28px;
    transition: .3s all ease;
}

.counter-desc {
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
}

.counter-number {
    font-size: 60px;
    font-weight: bold;
    color: #053a5f;
    margin-bottom: 6px;
}


@media (max-width: 991px) {
    .counter-number {
        font-size: 30px;
    }
    .counter-desc {
        font-size: 18px;
    }

    .rs-counter-list {
        padding: 15px 5px;
    }
}


/*------------------------------------------------------------------------------------------
#  Portfolio Slider
------------------------------------------------------------------------------------------*/

.media {
    background-color: #e8f6f9;
    border-radius: 20px;
}


.portfolio-img {
    width: 150px;
    height: 150px;
    margin: 2rem auto;
    display: block;
    border-radius: 50%;
}

.portfolio-text {
    min-height: 300px;
    margin: 20px 80px;
}

.portfolio .carousel-control-next, .portfolio .carousel-control-prev {
    width: 8%;
}

@media (max-width: 767px) {
    .portfolio-text {
        margin: 20px 40px;
    }

}

.person-heading {
    margin-left: 50px;
    margin-bottom: -20px;
    z-index: 2500;
    position: relative;
}

.message-card {
    z-index: 200 !important;
    padding-top: 30px;
}

.person-name {
    font-size: 16px;
    font-weight: bold;
}

.person-designation {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #999;
    margin-top: 5px;
}


.person-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 5px solid #6f42c1;
}

.person-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blockquote {
    text-align: right;
    border-right: 5px solid #6f42c1;
    padding-right: 5px;
    border-left: 0 !important;
    font-size: 14px;
}

.opacity-normal {
    opacity: .10 !important;
}

@media (max-width: 991px) {
    .person-img img {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        border: 3px solid #6f42c1;
    }
    .person-details .text-title{
        font-size: 18px;
    }
    .person-details .text-sub-title{
        font-size: 16px;
    }
    .person-heading {
    margin-left: 10px;
    }
}

.team-dis {
    margin-top: 20px;
}

.team-img img {
    height: 120px;
    width: 120px;
}

.btn-social {
    background-color: rgb(27, 148, 206);
    color: #fff;
    height: 28px;
    width: 28px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-social:hover {
    background-color: rgba(111, 184, 218, 0.96);
    color: #fff;
}

.teacher-card-wave {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 0;
    right: 0;
}

.notice-icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c1effa;
    border-radius: 5px;
}

.h-fit {
    height: fit-content;
}

.card-img-control {
    height: 120px;
    width: 120px;
}

.copyright .link-footer{
    color: #111;
}