@media only screen and (max-width:375px){
/*.slider-main{*/
/*    display:none;*/
/*}*/

}
body{
    font-size:16px;
}
.poppins-text{
    font-family:"Poppins", sans serif
}
#mainnav > ul > li > a{
    font-size:20px ;
    font-weight:300;
}
.white-text{
    color:#bbb;
}
.reading-list-text{
    color:#444;
}
.home-scroll-button{
       margin-top: 2rem;
    padding: 2rem 6rem;
    border-radius: 0.5rem;
    background: rgb(145, 196, 66);
    background: rgba(145, 196, 66, .5);
    color: white;
    position: absolute;
    font-size: 2.5rem;
}
.home-scroll-button:hover, .home-scroll-button:focus{
    color:white;
    box-shadow: inset 0 -3.25em 0 0 rgb(145, 196, 66);
}
body{
    user-select:none;
}
.member-image{
    
    border-radius: 1rem;
    overflow: hidden;
}
.member-logo{
    float:right;
   
}
.member-logo img{
    max-height :40px;
    width:auto;
}

.testimonial-sliders.style4 .themesflat_quote2{
    font-size:2rem;
 color:#aaa;   
}
.owl-stage{
    transition-duration: 1.5s !important;
}
.team-sector-title{
    font-weight:bold;
}
.team-sector-exp{
    margin-bottom:1rem;
}
.rs-parallax-wrap{
        /*border-radius: 1rem;*/
    /*overflow: hidden;*/
}
header #logo{
  height:100%;
}
header .logo{
    padding:0;
}
header img{
    max-width:unset;
    height:100px;
    width:auto;
    margin-top:0;
}
.themesflat-team .team-image{
    border-radius:1rem;
    overflow:hidden;
  
}
.rs_splitted_lines span{
    font-weight:300 !important;
}
.iconbox-icon{
    margin-right:10px !important;
    display:flex !important;
    border-radius:50%;
    justify-content:center;
    align-items:center;
    /*background:blue;*/
      line-height:unset !important;
}
.iconbox-icon:hover{
    background:#91c442;
    outline: 2px solid #91c442;
    outline-offset:2px;
  transition:all 350ms ease;
}
.iconbox-icon:hover .icfo{
    color:#fff !important;
}
.iconbox-icon:hover .icfo::before{
    color:#fff !important;
}
.about-us-img-container .vc_single_image-wrapper {
    border-radius:1rem;
    overflow:hidden;
}
.themesflat-top {
    font-size:14px;
}
.themesflat-team .team-desc {
    font-size:14px;
}

.csoteammember .social-share-article{
    display:none;
}
body{
    user-select:unset !important
}


@media screen and (min-width:376px){
    .slider-mobile{
        display:none;
    }
}
@media  (max-width:375px){
.slider-main{
    display:none;
}
}
.blog-link{
    color:#5d8c14 !important;
}

.entry-title{
    font-family:"Poppins",sans-serif !important;
}
.meta-right{
    display:none;
}