.owl-dots {text-align: center; margin-top: 10px;}
.owl-carousel .owl-dots .owl-dot {width: 19px; height: 7px; border-radius: 5px; background: #3b93d8; margin: 0 3px; background: #3b93d8;}
.owl-carousel .owl-dots .active {background: #fff;}

.owl-stage-outer {padding: 10px 0; overflow: hidden; z-index: 99;}
.owl-stage {align-items: center; display: flex;}

.owl-nav {display: flex; justify-content: space-between; position: absolute; transform: translate(-50%,-50%); top: 50%; left: 50%; width: calc(100% - -110px);}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {font-size: 27px!important; width: 30px; font-weight: 300!important;}
.owl-next, .owl-prev {-webkit-transition: all .2s;-o-transition: all .2s;transition: all .2s;}

.owl-prev:hover, .owl-next:hover {transform: scale(1.3);}


.owl-container {background: #f4f4f4; width: 100%; height: 200px;}
