body {
    margin: 0;
    padding: 0;
}

.ofh {
    overflow: hidden;
}

button {
    outline: none;
}

.pos-rel {
    position: relative;
}

.owl-dots {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}


.owl-dots {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 auto;
    background: #fff;
}

.owl-carousel button.owl-dot {
    border: 4px solid #ffffff;
    border-radius: 50%;
    margin: 5px;
    width: 25px;
    height: 25px;
}

.owl-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    /* transform: translateY(-50%);*/
    margin: 10px;
    font-size: 24px;
}


    .owl-nav span {
        font-size: 50px;
    }

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.owl-dots .owl-dot.active {
    width: 25px;
    height: 25px;
    border-color: #044c2a;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background-color:#044c2a;
}
@media (max-width:1150px) {
    .owl-nav,
    .owl-dots {
        display: none;
    }
}
