﻿.brand-carousel {
    background: #292b2c !important;
    margin-top: 0;
    padding-top:2%;
    padding-bottom:0%;
    padding-left:15%;
    padding-right:15%;
}

.owl-dots {
    text-align: center;
    margin-top: 4%;
}

.owl-dot {
    display: none;
    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;
    }
