/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    padding: 0 0 114px;
    /* z-index: 1; */
}

.brand-one__carousel {
    position: relative;
    display: block;
}

.brand-one__single {
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.brand-one__img {
    position: relative;
    z-index: -5;
    display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
}

.brand-one__img>img {
    position: relative;
    -webkit-transition: 500ms;
    transition: 500ms;
    width: auto !important;
}
.owl-carousel .owl-item img {
    width: 180px;
    height: 180px;

}

.owl-carousel .owl-item h6 {
    margin-top: 10px;
    font-size: 34px;
    font-weight: 800;

}
/*--------------------------------------------------------------
# Brand Two
--------------------------------------------------------------*/
.brand-two {
    padding: 10px 0;
        /* z-index: 9999; */
        border-bottom: 2.5px solid #141422;
}











/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/