@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-face {
    font-family: 'Roboto-Bold';
    src: url('../../fonts/Roboto-Bold.ttf');
    src: url('../../fonts/Roboto-Bold.ttf')  format('truetype') /* Safari, Android, iOS */

}

.font-primary {
    font-family: 'Roboto-Bold';
}

.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;
}

.has-child{
    cursor: pointer;
}

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

.button-color-white {
    background-color: rgba(255, 255, 255, 0.81);
    border-color: #fff;
    color: #2e364f;
    font-weight: 600;
}

.button-color-white:hover {
    background-color: #e1f4fa;
    color: #252c41;
}


.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;
}

.text-h2 {
    font-size: 28px;
    font-weight: bold;
}

.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;
}

.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;
}

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

.card-img-top .card-img {
    min-height: 250px;
    width: auto;
}

.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: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
}

.counter-number {
    font-size: 60px;
    font-weight: bold;
    color: #fdfeff;
    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;
}



.section-top-hero{
    margin: -80px 0 50px;
    z-index: 500;
    position: relative;
}

.institute-card{
    display: flex;
    flex-direction: column;
    min-height: 180px;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ls-1{
    letter-spacing: 1px;
}
.ls-2{
    letter-spacing: 2px;
}

.ins-info-icon{
    height: 100px;
    width: 100px;
    background-color: #e1f9fa;
    color: #053a5f;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    border-radius: 50%;
    border: 5px solid #053a5f;
}

.card-academic{
    border: none;
    background-color: #fff;
    width: 80%;
    margin-left: auto ;
    margin-right: auto;
}

.background-img{
     background: transparent url("../../../assets/img/background.png") center center / cover;
    opacity: 0.5;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}


/*------------------------------------------------------------------------------------------
#  Background overlay Image
------------------------------------------------------------------------------------------*/

.section-img-bg{
    margin-top: 50px;
    background-image: url("../../../assets/img/background-image.jpg");
    background-color: #34a12c;
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    background-attachment: fixed;
    position: relative;
}


.section-img-bg:before{
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(70, 74, 138);
    background: rgba(59, 61, 101, 0.76);
    width: 100%;
    transition: .5s ease;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.achievement-img{
    height: 80px;
    width: 80px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 5px solid #989696;
    flex-shrink: 0;
}

.achievement-text{
    margin-left: 5px;
}


.focus-section{
    margin-top: 100px;
}

.card-focus{
    border: none;
    background-color: #fff;
}

.focus-img {
    height: 100px;
    width: 150px;
    position: absolute;
    top: -50px;
    left: calc(50% - 75px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

.focus-info {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    align-items: center;
    margin-top: 60px;
    gap: 5px;
}

.card-bg{
    background: transparent url("../../../assets/img/card-bg.png") bottom center / cover;
    opacity: 0.5;
    position: absolute;
    height: 100px;
    width: 100%;
    top: 0;
    left: 0;
}

.card-shadow{
    box-shadow: 5px 5px 0px #6f42c1 !important;
}

@media (max-width: 767px) {
    .section-top-hero {
        margin: 0px 0 50px;
    }


    .card-academic{
        margin-bottom: 20px;
    }

    .card-focus{
         margin-bottom: 80px;
    }
}

.top-bar .button-color-white {
    background-color: rgb(111, 66, 191);
    border-color: rgb(111, 66, 191);
    color: #fff;
    font-weight: 600;
}