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

.has-child{
    cursor: pointer;
}

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


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

.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;
    padding-left: 10px;
    border-left: 10px solid #dd1818;
}


/*------------------------------------------------------------------------------------------
#  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/slider-33.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(44, 51, 154);
    background: rgba(44, 51, 154, 0.87);
    width: 100%;
    transition: .5s ease;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    color: #fff;
}

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


/*------------------------------------------------------------------------------------------
#  Post
------------------------------------------------------------------------------------------*/
.post-image-container{
    height:300px;
    overflow: hidden;
    position: relative;
}

.post-image-container img{
    position: absolute;
    left: 0;
    top: 0;
}

.page-content{
    padding: 30px;
}

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

.tab-content-img{
    background-image: url("../../../assets/img/school-two.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{
    padding: 0 30px;
}

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

    }
}

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

.media{
    background-color: #e6e9ec;
}


.portfolio-img{
    width: 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-name{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

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



.important-number{
    width: 100%;
    text-align: center;
    padding: 0.5rem;
    box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 0;
}

.important-number p{
    font-weight: bold;
}

.important-number a{
    color: #0079c9;
}


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

.card.shadow{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.63);
}

.about-card{
    border-radius: 0;
    background-image: linear-gradient(to right, rgba(5, 28, 82, 0.94), rgb(22, 44, 94));
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.63);
    border: none;
}

.about-card .section-heading {
    color: #fff;
}

.about-card  .details-text {
    color: #fff;
}

.border-b{
    border-bottom: 5px solid #b03333 !important;
}

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

.message-chief{
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-chief img{
    height: 150px;
    width: 150px;
}