body {
    background: aliceblue;
}

.section-padding {
    padding: 0;
}

.brand-carousel {
    background: white;

}

.owl-dots {
    display: none;
    text-align: center;
    padding-bottom: 25px;
}

.owl-dot {
    display: inline-block;
    height: 10px !important;
    width: 10px !important;
    background-color: #878787 !important;
    opacity: 0.8;
    border-radius: 50%;
    margin: 0 5px;
}

.owl-dot.active {
    background-color: #000 !important;
}