
/*********************************
8. Clients
*********************************/

.clients
{
    width: 100%;
    padding-bottom: 52px;
}
.clients_slider
{
    height: 187px;
}
.clients_item
{
    padding-left: 10%;
    padding-right: 10%;
}
.client_item_background
{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 auto;
}
.clients_item img
{
    margin: 0 auto;
}
.clients_item:hover .client_item_background
{
    background: #452b78;
}
.clients_item:hover img
{
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
}
.owl-carousel .owl-item img
{
    /*width: auto !important; */ /* up25 */
}
