.owl-theme .owl-dots {
text-align: center;
    padding: 40px 0 35px;
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: -158px;
    width: 60px;
    right: 30px;
}

.owl-theme .owl-nav [class*=owl-] {
color:#000;
font-size:30px;
margin:5px;
display:inline-flex;
justify-content:center;
align-items:center;
cursor:pointer;
border-radius:50%;
width:30px;
height:30px;

}
.owl-prev{
	position: absolute;
	left: -30px;
	
}
.owl-next{
	position: absolute;
    right: -30px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
text-decoration:none
}

.owl-theme .owl-nav .disabled {
cursor:default
}

.owl-theme .owl-nav.disabled+.owl-dots {
margin-top:10px
}

.owl-theme .owl-dots .owl-dot {
display:inline-block;
zoom:1
}

.owl-theme .owl-dots .owl-dot span {
width:10px;
height:10px;
margin:5px 7px;
background:#fff;
display:block;
-webkit-backface-visibility:visible;
transition:opacity .2s ease;
border-radius:30px;
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
background:#a4c4f5;
}