.carousel-wrap {

  width: 100%;
  position: relative;
}

.owl-carousel
{
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}

.blog-carousel
{
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
}


/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.owl-carousel {
  touch-action: pan-y !important;
  }

  /* fix blank or flashing items on carousel */
.owl-carousel2 .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.owl-carousel2 {
  touch-action: pan-y !important;
  }

/* end fix */
.owl-nav > div {
  z-index: 9989898;
  position: absolute;
  bottom: -50px;
}

.owl-nav i {
  font-size: 20px;
}

.owl-stage{padding-right:0px !important; margin-right:0px !important;}


@media only screen and (min-width: 320px) and (max-width: 768px) {
.owl-nav{
  display: none;
}
}


.owl-nav .owl-prev {
  color: #fff !important;
  background-color: #092d74 !important;
  left: -10px;
  top:30%;
  width:50px;
  border: 2px solid #092d74;
  height:50px;
  background-color: rgba(0,0,0,.2);
  border-radius: 100%;
  text-align: center;
  padding-top: 13px;
}

.owl-nav .owl-prev:hover {
  background-color: #fff !important;
  border: 2px solid #092d74 !important;
  color: #092d74 !important;
}

.owl-nav .owl-prev:active {
  color: #fff !important;
  background-color: #092d74 !important;
}

.owl-nav .owl-next {
  color: #fff !important;
  background-color: #092d74 !important;
  right:-10px;
  border: 2px solid #092d74;
  top:30%;
  width:50px;
  height:50px;
  border-radius: 100%;
  text-align: center;
  padding-top: 13px;
}

.owl-nav .owl-next:hover {
  background-color: #fff !important;
  border: 2px solid #092d74 !important;
  color: #092d74 !important;
}

.owl-nav .owl-next:active {
  color: #fff !important;
  background-color: #092d74 !important;
}





