.owlCustomTheme {position: relative;margin-bottom: 40px;}
.owlCustomTheme .owl-nav {position: absolute;top: 50%;width: 100%;margin: 0;}
.owlCustomTheme .owl-nav button {margin: 0;-webkit-border-radius: 100%;-moz-border-radius:100%;border-radius: 100%;}
.owlCustomTheme .owl-nav button.owl-next:hover, .owlCustomTheme .owl-nav button.owl-prev:hover,
.owlCustomTheme .owl-nav button.owl-next, .owlCustomTheme .owl-nav button.owl-prev{background: none;}
.owlCustomTheme .owl-nav button span:hover {opacity: 1;}
.owlCustomTheme .owl-nav button span {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius:100%;
  border-radius: 100%;
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
.owlCustomTheme .owl-nav button {position: absolute;height: 40px;width: 40px;text-indent: 0px;margin: 0 !important;line-height: 40px;top: -20px;}
.owlCustomTheme .owl-nav button.owl-prev {left: 15px;}
.owlCustomTheme .owl-nav button.owl-next {right: 15px;}
.outNav.owlCustomTheme .owl-nav button.owl-prev {left: -50px;}
.outNav.owlCustomTheme .owl-nav button.owl-next {right: -50px;}
.owlCustomTheme .owl-dots {position: absolute;margin: 0 !important;width: 100%;line-height: 40px;text-align: right;}
.owlCustomTheme .owl-dots .owl-dot span {margin: 0 5px;display: inline-block;}

.owlCustomTheme .owl-nav button span:hover {background-color:#ec5c42;color: #fff;}
.owlCustomTheme .owl-nav button span{background:#2693AA;color: #fff;}
.owlCustomTheme .owl-dots .owl-dot.active span, 
.owlCustomTheme .owl-dots .owl-dot:hover span{background-color:#2693AA;border-color:#2693AA;}
.owlCustomTheme .owl-dots .owl-dot span{background:#ec5c42;border: 2px solid #fff;}

.delay1{animation-delay: 0.25s;}
.delay2{animation-delay: 0.50s;}
.delay3{animation-delay: 0.75s;}
.delay4{animation-delay: 1s;}
.delay5{animation-delay: 1.25s;}
.delay6{animation-delay: 1.50s;}
.delay7{animation-delay: 1.75s;}
.delay8{animation-delay: 2s;}
.delay9{animation-delay: 2.25s;}
.delay10{animation-delay: 2.50s;}

.w-100{
  width: 100%;
}
.text-white{
  color:white;
}
.text-right{
  text-align: right;
 }
 .text-center{
  text-align: center;
 }
 .text-left{
  text-align: left;
 }
@media (min-width: 768px) and (max-width: 991px),(min-width: 768px) and (max-width: 979px),(max-width: 767px){
.outNav.owlCustomTheme .owl-nav button.owl-prev {left: -15px;}
.outNav.owlCustomTheme .owl-nav button.owl-next {right: -15px;}
}


