/*
* ----------------------------------------------------------------------------------------
 13. START CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/

.client-section {
    padding: 30px 0;
    position: relative;
    background: whitesmoke !important;
    width: 100%;
}
.client-item {
    position: relative;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.client-item img {
    background: #fff;
}
.client-slider.owl-theme .owl-nav {
    margin-top: 0;
}
.client-slider.owl-theme .owl-nav div {
    color: #333;
    font-size: 25px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    background: #fff;
    opacity: 1;
    visibility: visible;
    border-radius: 30px;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.client-slider.owl-theme .owl-nav div:hover {
    background: #ffc300;
}
.client-slider.owl-theme .owl-nav div {
    position: absolute;
    margin-top: -20px;
    top: 50%;
}
.client-slider.owl-theme .owl-nav .owl-prev {
    left: -26%;
}
.client-slider.owl-theme .owl-nav .owl-next {
    right: -26%;
}
/*
* ----------------------------------------------------------------------------------------
 13. END CLIENT LOGO STYLE
* ----------------------------------------------------------------------------------------
*/