

.owl-theme .owl-nav [class*=owl-] {
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    width: 66px;
    height: 66px;
    border-radius: 4em;
    text-align: center;
    transition: 0.5s;
    
}
.owl-theme .owl-nav span {
    color: #fff;
    font-size: 34px;
    line-height: 60px;
    
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
    
    position: absolute;
    top: 150px;
    height: 50px;
    margin: auto !important;

}

.owl-theme .owl-prev {
    left: 15px;
}

.owl-theme .owl-next {
    right: 15px;
}

.owl-theme .owl-dots {
    display: block !important;
}
.owl-theme2 .owl-nav {
    display: none;
}

.owl-theme2 .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme2 .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme2 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme2 .owl-dots .owl-dot span { 
    width: 13px;
    height: 13px;
    margin: 5px 3px;
    margin-top: 32px;
    background: #dedede;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme2 .owl-dots .owl-dot.active span,
.owl-theme2 .owl-dots .owl-dot:hover span {
    background: #65139c;
}

