﻿.text-justify{
    text-align:justify;
}
.about-img .img-1 {
    aspect-ratio: 2/3;
}
.about-img .img-2{
    aspect-ratio:1/1;
}
.about-img .img-3{
    aspect-ratio:5/6;
}
.five-ecilipse{
    display: -webkit-box !important;
    -webkit-line-clamp: 5 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    max-height: calc(2.2em * 5) !important;
}
/*hallery*/
.gallery-img img{
    height:250px!important
}
/*chairperson message*/
.team-details-social a{
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 10px 10px 10px 0;
    background: var(--color-white);
    color: var(--theme-color2);
    transition: var(--transition);
}
/*chairperson message end*/
/*course*/
.nurshing-course-img {
    border: 2px dotted var(--theme-color2);
    padding: 10px;
    border-radius: 50px 50px 50px 0;
}
    .nurshing-course-img img {
        height: 325px;
        border-radius: 50px ;
    }
    /*banner*/
    @media(max-width:620px){
        .hero-single{
            height:300px!important;
            padding-top:75px!important;
            padding-bottom:75px!important;
        }
    } 
    @media(min-width:621px) and (max-width:992px){
        .hero-single {
            height:450px!important;
            padding-top: 150px !important;
            padding-bottom: 150px !important;
        }
    }
    @media(max-width:987px){
        .hero-section{
            padding-top:107px!important;
        }
    }
    /*breadcrumb*/
/*@media(max-width:991px) {
    .site-breadcrumb {
        margin-top: 100px;
    }
}*/