/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/


.owl-theme .owl-controls {

  position: absolute;

  top: 50%;
  width: 100%;
    z-index: 0 ;
    height: 1px;
}

.owl-controls .owl-nav div{
  display: inline-block;
  font-size: 70px;
      color: #066281;
}

.owl-next{
  float: right;
  margin-right: -100px;
}

.owl-prev{
 margin-left: -100px;
}

.owl-carousel .owl-stage-outer{
  z-index: 1  ;
}