.owl-prev {
  position: absolute;
  top: 45%;
  left: -4%;
}
.owl-next {
  position: absolute;
  top: 45%;
  right: -4%;
}

.owl-dots{
  display: none;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover{

  background: none !important;
  outline: none !important;
 
}

.owl-nav .owl-prev,.owl-nav .owl-next{

  outline: none;
  opacity: 0.4;
  transition: all .5s ease;

}

/* .img1{
  width: 70%;
} */




