.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);}

#testimonials .owl-dots button.owl-dot{width:10px; height:10px; background:rgba(0, 0, 0, 0.3);}
#testimonials .owl-dots button.owl-dot.active {width:10px; height:10px; background:rgba(0, 0, 0);}


#home-top-slider .owl-dots {text-align: center;position: absolute;justify-content: center;display: flex;left: 0px;right: 0px;bottom:14px; padding-top:0px;}
#home-top-slider .owl-nav span{background:rgba(255, 255, 255, 0.3); color:#fff; width:42px;height:42px;line-height:38px;display: block;	border-radius:100%; position: relative;}
#home-top-slider  .owl-nav button.owl-prev {right:100px;left: initial;}
#home-top-slider  .owl-nav button.owl-next {right:40px;left: initial;}
#home-top-slider  .owl-nav button{top:initial; bottom:0px;}
#home-top-slider .owl-nav button.owl-prev span::after {background: url(prev-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:24px;display: inline-block; position: absolute; left:8px; top:14px;}
#home-top-slider .owl-nav button.owl-next span::after{background: url(next-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:24px;display: inline-block; position: absolute; left:8px; top:14px;}


#top-festival .owl-dots {text-align: center;position: absolute;justify-content: center;display: flex;left: 0px;right: 0px;bottom:14px; padding-top:0px; display:none;}
#top-festival  .owl-nav span{background:rgba(255, 255, 255, 0.0); color:#fff; width:42px;height:42px;line-height:38px;display: block;	border-radius:100%; position: relative;}
#top-festival   .owl-nav button.owl-prev {right:80px;left: initial;}
#top-festival   .owl-nav button.owl-next {right:20px;left: initial;}
#top-festival   .owl-nav button{top:-80px}
#top-festival  .owl-nav button.owl-prev span::after {background: url(g-prev-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:30px;display: inline-block; position: absolute; left:8px; top:14px;}
#top-festival  .owl-nav button.owl-next span::after{background: url(g-next-arrow.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:30px;display: inline-block; position: absolute; left:8px; top:14px;}

#top-festival  .owl-nav button.owl-prev:hover span::after {background: url(prev-arrow-hover.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:30px;display: inline-block; position: absolute; left:8px; top:14px;}
#top-festival  .owl-nav button.owl-next:hover span::after{background: url(next-arrow-hover.png) no-repeat;background-repeat: no-repeat;content: "";width:44px;height:25px; background-size:30px;display: inline-block; position: absolute; left:8px; top:14px;}



@media screen and (max-width:880px) {

#home-top-slider .owl-nav {display:none;}
 

}