#clients-carousel .item {
    font-size: 0;
    text-align: center;
}
#clients-carousel{
    width: 95%;
    text-align: center;
    margin: 0 auto;
}
#clients-carousel .item ul li {
    display: inline-block;
}
#clients ul{
    margin: 0;
}
#clients-carousel .item img {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#clients-carousel .item img:hover {
    opacity: 1;
}

.client-left,
.client-right {
    color: #2d3691 !important;
    font-size: 60px;
    position: absolute;
    bottom: -20px;
}

.client-left:hover,
.client-right:hover {
    color: #c52127 !important;
}
.client-left:active,
.client-right:active {
    color: #c52127 !important;
}
.client-left {
    left: -20px;
}

.client-right {
    right: -20px;
}
@media screen and (max-width: 768px){
    #clients-carousel{
        width: 90%;
    }
}
@media screen  and (max-width:600px){{}
    #clients-carousel .item ul li{
        width: 100%;
        padding: 15px;
    }
    .client-left,
    .client-right {
        padding-bottom: 96px;
    }
}
@media screen and (max-width: 408px){
    #clients-carousel{
        width: 80%;
    }
}