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

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

.color-secondary{
    color: #000000fa;
}

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

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


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

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


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

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

.btn-outline-white{
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.btn-outline-white:hover{
    color: #fff;
    background-color: #2796e3 !important;
    border-color: #2796e3;
}


.txt-date{
    color: #a0a7ad;
    font-size: 14px;
    font-weight: bold;
}

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


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

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

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

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

.text-h1{
    font-size: 36px;
    line-height: 1.6;
    font-weight: 700;
}

.text-h2{
    font-size: 24px;
    line-height: 1.6;
    font-weight: 700;
}

.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: 80px 0;
}

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

.mb-section{
    margin-bottom: 30px;
}

.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: 50px;
}

.section-heading:after {
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 6px;
    background: #053A5F;
    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;
}


/*------------------------------------------------------------------------------------------
#  Sliding Text
------------------------------------------------------------------------------------------*/

.sliding-text {
    font-family: 'Roboto', sans-serif;
    background: #fff !important;
    margin-top: 1rem;
    letter-spacing: 0.75px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}

.marquee-heading{
    background: #053A5F !important;
    letter-spacing: 0.75px;
    padding: 7px 10px 5px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}


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

.section-img-bg{
    margin-top: 50px;
    background-image: url("../../../assets/img/section-bg-img.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(22, 24, 63);
    background: rgba(25, 29, 87, 0.87);
    width: 100%;
    transition: .5s ease;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
}

.principal-img{
    margin-top: -150px;
}


.apply-img{
    max-height: 250px;
}

.apply-admission {
    border-top: 3px solid #4A148C;
}

.admission-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.img-sm{
    height: 80px;
    width: 80px;
}

.rs-counter-list {
    border: 1px solid rgba(255, 255, 255, 0.2);
    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: #ffffff;
    margin-bottom: 6px;
}

.faculty-img{
    margin-bottom: 20px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

.faculty-text{
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 5px;
}

.bg-img{
    background-image: url("../../../assets/img/education_bg.jpg");
    background-position: center;
    object-fit: cover;
}

.event-date {
    font-size: 14px;
    font-weight: 500;
    color: #505050;
}

.has-child{
    cursor: pointer;
}

.event-date svg {
    font-size: 13px;
    display: inline-block;
    margin-right: 5px;
    color: #e8b742;
}

.event-title {
    font-size: 20px;
    margin-bottom: 4px;
    margin-top: 4px;

}

.h-control{
    height: 430px !important;
}


@media (max-width: 991px) {
    .text-h1 {
        font-size: 26px;
        line-height: 1.6;
        font-weight: 700;
    }

    .text-h2 {
        font-size: 24px;
        line-height: 1.6;
        font-weight: 700;
    }

    .img-sm {
        height: 70px;
        width: 80px;
        flex-shrink: 0;
    }

    .header-branding .logo-default {
    display: block;
        width: 60px;
}

}


/*------------------------------------------------------------------------------------------
#  Tab Content
------------------------------------------------------------------------------------------*/

.tab-content-img{
    background-image: url("../../../assets/img/school-img.jpg");
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}


.tab-content-container .nav{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}


.tab-content-container .nav-item {
    border-radius: 0px;
    font-weight: 600;
    color: #fff;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content-container .nav-item .nav-link{
    color: #fff;
    border-radius: 0;
    padding: 20px 0;
    margin-top: -66px;
    background-color: #094777;
    border: 1px solid #fff;
}

.tab-content-container .nav-item .nav-link.active {
    background-color: #8080808c;
    border-radius: 0px;
    color: #fff;
    border-top: 3px solid green;
}

.tab-content-container .nav-item:has(.nav-link:active){
    background-color: #fff;
}

.tab-image{
    max-height: 300px;
    height: 100%;
}

.v-align-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    align-items: flex-start;
}

@media (max-width: 767px) {

    .tab-content-container .nav-item .nav-link {
        color: #fff;
        border-radius: 0;
        padding: 10px 0;
        font-size: 10px;
         margin-top: -37px;

    }
}

/*------------------------------------------------------------------------------------------
#  Message
------------------------------------------------------------------------------------------*/
.teacher-img{
    max-height: 180px;
    text-align: center;
}

.teacher-img img{
    max-height: 180px;
    width: 200px;
}

.message .message-card{
    min-height: 350px;
}

.message-card{
    padding: 50px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.director-image{
    height: 100px;
    width: 100px;
    overflow: hidden;
    border: 2px solid #0079c9 ;
    border-radius: 50%;
    margin-bottom: 10px;
}
.director-image img{
    object-fit: cover;
}


.list-style-none{
    padding: 0;
    margin: 0;
}

.list-style-none li{
    list-style: none;
    padding: 3px 0;
}

.blockquote {
    text-align: right;
    border-right: 5px solid #0079c9;
    padding-right: 5px;
    border-left: 0!important;
    font-size: 16px;
}

.message-img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.about-card{
    background-image: linear-gradient(to right, #4a9cf8, #4a9cf8);
    position: relative;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
}

.about-img{
    position: absolute;
    top: 15%;
    right: -100px;
    border: 20px solid #053a5f;
    border-radius: 30px;
    background-color: #053a5f;
}

.about-img img {
    height: 250px;
    width: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px;
}

@media (max-width: 991px) {
    .about-img {
        position: relative;
        border: none;
        padding-bottom: 30px;
        background: transparent;
    }

    .about-img {
        display: none;
    }



}


.section-title-breaker{
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 5px;
    position: relative;
}

.section-title-breaker:before {
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 6px;
    bottom: -2px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    width: 24px;
    background-color: #175081;
}

.section-title-breaker:after {
    border-radius: 8px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    width: 80px;
    background-color: #175081;
}

.faculty{
    border-bottom: 1px solid #0b5ed7 !important;
}

.border-b{
      border-bottom: 1px solid #0b5ed7 !important;
}

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