
.client{
    
    border: 0;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients .owl-stage-outer{
    height: 150px !important;
}
.owl-carousel .owl-dots.disabled{
    display: block !important;
}
.owl-carousel:hover .owl-navs.disabled{
    display: block !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffdf00 !important;
}
.text-heading3{
    margin-bottom: 5px;
    color: #ff4c02;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: 'Kumbh Sans', sans-serif;
    text-transform: uppercase;
}
.text-clients-heading{
    color: #1d3240;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 55px;
    font-weight: 800;
    font-family: 'Kumbh Sans', sans-serif;
}
@media(max-width:767px){
    .text-clients-heading{
        font-size: 30px;
    line-height: 40px;
    }
}