
     
.clients{
    position: relative;
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
       
    
    
  }
  
 
.wrp-carousel {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto; 
    width: 1300px;
    height: 90px;
  
}
@media (min-width:992px) {
    .wrp-carousel {
        width: 1300px;
        height: 84px;
    }
}

.wrp-carousel .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
}
.wrp-carousel .owl-item .box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;    
    transition: transform .5s ease-in;
    margin: 0;
}

.wrp-carousel .owl-item .box img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}


.client-img {
    transition: opacity 0.3s ease-out;
}
.owl-item .item {
     transition: 0.3s;
}

.wrp-carousel .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100px;
    object-fit: contain;
}

.owl-item:hover {
    opacity: 1;
}
.owl-item .item:hover  img {
  transform: scale(1.05);
}
@media (max-width:991px) {
    .wrp-carousel {
        width: 100%;
        padding:0 0px;
    }
    .clients{
        height: 120px;
    }
    .wrp-carousel .owl-item .box {
        width: 100%;
    }

    .clients,
    .wrp-carousel {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0px;
    }
}