body .owl-theme .owl-nav {
  margin: 0;
}

body .owl-theme .owl-nav [class*=owl-] {
  background: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
}

body .owl-theme .owl-prev {
  left: 30px;
}

body .owl-theme .owl-next {
  right: 30px;
}

body .owl-theme .owl-prev:after,
body .owl-theme .owl-next:after {
  font-family: "FontAwesome";
  font-size: 40px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

body .owl-theme .owl-prev:after {
  content: "\f053";
}

body .owl-theme .owl-next:after {
  content: "\f054";
}
