.owl-nav button {
  position: absolute;
  top: 50%;
  background-color:#f58634;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;

}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height:8px;
  border-radius:10px;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color:#f0a624;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0) !important;
}
.owl-nav span{
    font-size:0px;    
    position: relative;
    top: -5px;
    color:#FF6800;
}

.owl-dots button.owl-dot{width:10px; height:10px; background:rgba(255, 255, 255, 0.3);}
.owl-dots button.owl-dot.active {width:10px; height:10px; background:rgba(255, 255, 255);}
 
.slider-counter {text-align: center;}

#omni-slider .owl-dots{display:none;}

#testimonial-slider .owl-dots{display:none;}
#testimonial-slider .owl-nav span{background:none; border:1px solid #ffffff; color:#ffffff; width:62px;height:62px;line-height:62px;display: block;	 position: relative;}
#testimonial-slider  .owl-nav button.owl-prev {left:0%;}
#testimonial-slider  .owl-nav button.owl-next {left:70px;}
#testimonial-slider  .owl-nav button{top:initial; bottom:-170px;}
#testimonial-slider .owl-nav button.owl-prev span::after {background: url(left-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:36px;height:36px; background-size:10px;display: inline-block; position: absolute; left:25px; top:25px;}
#testimonial-slider .owl-nav button.owl-next span::after{background: url(right-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:36px;height:36px; background-size:10px;display: inline-block; position: absolute; left:25px; top:25px;}


#why-choose-slider .owl-dots{display:none;}
#why-choose-slider  .owl-nav span{background:#004526; border:1px solid #ffffff; color:#ffffff; width:40px;height:40px;line-height:40px;display: block;	 position: relative;}
#why-choose-slider   .owl-nav button.owl-prev {right:initial;left:-1%;}
#why-choose-slider  .owl-nav button.owl-next {right:-1%;left: initial;}
#why-choose-slider  .owl-nav button{top:50%;}
#why-choose-slider  .owl-nav button.owl-prev span::after {background: url(left-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:36px;height:36px; background-size:10px;display: inline-block; position: absolute; left:13px; top:12px;}
#why-choose-slider  .owl-nav button.owl-next span::after{background: url(right-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:36px;height:36px; background-size:10px;display: inline-block; position: absolute; left:13px; top:12px;}


 

@media screen and (max-width:880px) { 
 
#advanced-technologies .owl-nav span{width:35px;height:35px;line-height:35px;}
#advanced-technologies .owl-nav button.owl-prev span::after{background-size: 8px !important; left: 13px; top:10px;}
#advanced-technologies .owl-nav button.owl-prev{left:35%;}
#advanced-technologies .owl-nav button.owl-next span::after{background-size: 8px !important; left: 13px; top:10px;}
#advanced-technologies .owl-nav button.owl-next{left:50%; width: max-content;}
#advanced-technologies  .owl-nav button{top:initial; bottom:-70px;}
  
	
}