.icon-box {
    padding: 8px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.about-counter {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 66px 0;
    background-color: aliceblue;
}
.ot-counter span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 300;
    color: #c2c2c2;
    font-size: 60px;
    line-height: 1;
}
.ot-counter h6 {
    font-size: 22px;
    text-transform: uppercase;
    color: #232323;
    margin-top: 8px;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 1px;
    display: inline-block;
}
.clients-slide .img-item img, .clients-slide-medium .img-item img {
    width: auto;
     opacity: 1;
     filter: none;
}
