.trad-logo-carousel .owl-carousel{
    position: relative;
    padding: 15px 35px 0;
}
.trad-logo-carousel {
    width: 100%;
    /* max-width: 1000px; */
    margin: 0 auto 40px;
    text-align: center;
}
.trad-logo-carousel .owl-carousel .owl-item {
    background: #fff;
    padding: 0 20px;
}
.trad-logo-carousel .owl-nav button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff !important;
    border-radius: 50%;
    margin: auto 0;
    box-shadow: 0px 0px 5px #00000069;
}
.trad-logo-carousel .owl-nav button.owl-next{
    right: 0;
}
.trad-logo-carousel .owl-nav button.owl-prev{
    left: 0;
}

.trad-logo-carousel .owl-dots {
    text-align: center;
    /* margin-top: 20px; */
}
.trad-logo-carousel .owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    transition: background 0.3s ease;
}
.trad-logo-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    background: #fff !important;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: none;
    overflow: hidden;
}