
/* Owl Dots/Nav Customization */
.owl-theme .owl-dots .owl-dot span {
    background: #212121 !important;
}
.owl-theme .owl-dots .owl-dot.active span {
    background: #d32f2f !important;
}

.owl-nav button span {
    font-size: 40px;
    line-height: 30px;
}

.owl-nav button {
    width: 50px;
    height: 50px;
    color: #fff !important;
    background-color: #212121 !important;
    border-radius: 50px !important;
}

.owl-nav button:hover {
    background-color: #d32f2f !important;
}