
.fwhite{
    color:#fff!important;
}
.l18{
    line-height: 1.8;
}
.f0{
    color:#000!important;
}
.cat{
    margin-bottom: 60px;
}
.cat:hover > img{
    opacity: .75;
    cursor: pointer;
}
.cat img{
    max-width: 250px;
    margin-bottom: 15px;
    border-radius: 50%;
    border: solid 10px rgb(1 151 135 / 50%);
}
.cat h2{
    font-weight: bold;
}
.team-single .team-img{
    border-radius: 30px 30px 0 0;
    border: solid 1.5px #01C6B1;
}
.team-single .team-content{
    background: #019787;
    border-radius: 0 0 30px 30px;
    border-top: solid 10px #01C6B1;
}
.team-single .team-content h4{
    color:#fff;
}
.shared,.shared a{
    color:#858585;
}
.gallery{
    margin-bottom: 30px;
    border-radius: 10px;
}
.gallery img {
    border-radius: 14px;

}



.img100{
    width:100%!important;
}
.mimg100{
    max-width: 100%!important;
}



@media only screen   and (max-width: 1024px) {
    .about-area.about-style-2 .about-content span {
        color: #fff;
        font-size: 14px;
    }
    .about-content span {
        display: block;
        padding-left: 30px;
        padding-bottom: 12px;
        position: relative;
    }
    .about-area.about-style-2 .about-wrap {
        background: rgba(20,36,64,.8);
        padding: 20px 30px;
        float: left;
    }
    .about-content h2{
        margin-bottom: 20px;
    }
    .about-content p {
        margin-bottom: 15px;
    }
}
@media only screen   and (max-width: 768px) {

    .about-area.about-style-2 .about-wrap{
        padding: 30px;
    }
    .cat img{
        margin-bottom: 15px;
        border-radius: 50%;
        border: solid 5px rgb(1 151 135 / 50%);
    }
    .cat h2{
        font-size: 22px;
    }
    .cat{
        margin-bottom: 30px;
    }

    .service-area.service-style-33 .service-item .service-text {
        overflow: hidden;
        background: rgb(191 191 191 / 50%);
        padding: 11px 10px 10px;
        padding-left: 10px;
        max-height: 180px;
        height:180px;
    }
    .service-area.service-style-33 .service-item .service-icon{
        height:180px;
    }
    .service-area.service-style-33 .service-item .service-text p{
        line-height: 1.4;
    }
    .footer-top h3 {
        font-size: 32px;
        color: #fff;
        margin-bottom: 10px;
    }
    .about-area.about-style-2.about-style-3 .about-wrap {
        background: #142440;
        padding: 40px 20px;
        float: left;
        max-height: 580px;
        margin-top: 48px;
        z-index: 99;
    }
    .about-content h2{
        line-height: 1.5;
    }
}