/* About us page */
.header-about{
    text-align: center;
    position:relative;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #00ccff;
    font-weight: bold;
    font-size: 30px;
   

}

 .header-about::after {
    content: '';
    position:absolute;
    width:300px;
    height:2px;
    background:#00ccff;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    
}
.chairman-details{
margin-left: 25px;
margin-top: 16px;
border-left: 3px solid rgb(206, 188, 24);
}

.chairman-details h1{
    color:#2c386E;
    font-size: 22px;
    font-weight: 800;
    margin:0;
    padding-left: 15px;
}
.chairman-details h5{
    color:#2c386E;
    font-size: 16px;
    margin:0;
    padding-left: 15px;
}

.testimonial .text{ 
        background: #2c386E;
        border-radius: 0px;
        border: 0;
        color: #fff;
        margin: 0;
        padding: 10px;
        position: relative
}

.testimonial-primary .text {
    background: #2c386E;
    
}

.testimonial-primary .text  h3{
  color: #fff;
  margin: 0;
  font-weight: bold;
    
}
.testimonial-primary .text p{
   color: #fff;
    
}

.about-us-carousel-slider-img{
    height: 28vh;
}

.aboutus-vision-slide{
    margin: -12px
}

.aboutus-image-slide{
    padding: 0;
}



@media screen  and (max-width:425px){
    .about-us-carousel-slider-img{
        height: 28vh;
        padding: 10px;
    }
    .aboutus-vision-slide{
        margin: 0px;
    }
    
}
