.clients.bg-theme-colored {
    background-color: #F1F1F1 !important;
}

.clients .owl-carousel .owl-item {
    background:#efefef61;
}

.clients .owl-carousel .owl-item img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.clients .owl-carousel .owl-item img:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

.owl-carousel .owl-item img {
    width: auto !important;
    transform-style: preserve-3d;
    height: auto !important;
    margin: auto;
}

.clients .owl-carousel .owl-item img, .about-page-clients .owl-carousel .owl-item img {
    width: 135px !important;
    transform-style: preserve-3d;
    height: 90px !important;
    margin: auto;
}

.clients .clients-logo.transparent .item {
    margin: 15px 0;
    background: #fff;
}

#blog .post .entry-title {
    height: 50px;
}


