/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.68) !important;
    width: 50px;
    height: 50px;
}

.owl-nav .owl-next {
    float: right;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background-color: rgba(175, 175, 175, 0.77) !important;
}
.owl-carousel .owl-dots{
    text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
    background-color: rgba(0, 0, 0, 0.43);
    width: 15px;
    height: 15px;
    margin-left: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
}

.owl-dots button.owl-dot.active {
    border: 2px solid #000000;
    background: #3c3c3c;
}

