.owl-theme .owl-dots-two, .owl-theme .owl-dots-three, .owl-theme .owl-nav {
	text-align: right;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots-two{position: absolute; right: 25px; top: -50px;}
.owl-theme .owl-dots-three{position: absolute; right: 0px; top: -50px;}



/*SliderArrows*/
.owl-carousel .owl-nav-two {
	margin-top: 0px; position: absolute; width: 100%; top: 30%; z-index: 0!important; font-size: 24px; line-height: 1px;
}
.owl-carousel .owl-nav-two button.owl-next{float: right; position: relative; right: 0px;} 
.owl-carousel .owl-nav-two button.owl-prev{float: left; position: relative; left: 0px;}
.owl-carousel .owl-nav-two button.owl-next,
.owl-carousel .owl-nav-two button.owl-prev{background: red; color: #16171b; height: 30px; width: 30px; 
border-radius: 0; transition: .5s all ease;}


/*ClientArrows*/
.owl-theme .owl-nav {
		margin-top: 0px; position: absolute; width: 100%; top: 30%; z-index: -1; font-size: 24px; line-height: 1px;
}
.owl-carousel .owl-nav button.owl-next{float: right; position: relative; right: -50px;} 
.owl-carousel .owl-nav button.owl-prev{float: left; position: relative; left: -50px;}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev{background: #FFF; color: #16171b; height: 30px; width: 30px; 
	border-radius: 0; transition: .5s all ease;}


.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}
.owl-theme .owl-nav [class*=owl-]:hover {
	background: #eb122a;
	color: #FFF;
	text-decoration: none
}
.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -80px; /*margin-right:30px;*/
	position:relative;
}
.owl-theme .owl-dots{text-align: center;}
.owl-theme .owl-dots .owl-dot, .owl-theme .owl-dots-two .owl-dot, .owl-theme .owl-dots-three .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: #ed2227;
}

.owl-theme .owl-dots-two .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #16171b;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots-two .owl-dot.active span, .owl-theme .owl-dots-two .owl-dot:hover span {
	background: #eb2326;
}

.owl-theme .owl-dots-three .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #16171b;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.owl-theme .owl-dots-three .owl-dot.active span, .owl-theme .owl-dots-three .owl-dot:hover span {
	background: #eb2326;
}



@media (max-width: 768px) {
    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -30px!important; margin-right:10px;
        position:relative;}
    .owl-theme .owl-dots{text-align: right!important;}
	.scroll-down{bottom: 50px;}
}