.owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: box;
}
.owl-carousel {
  height: 50vh;
  margin-top: 25px;
  margin-bottom: 50px;
}

.owl-item
{
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-item:not(.center)
{
  opacity: 0.4;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.owl-nav
{
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 80px;
  line-height: 80px;
  margin-top: -40px;
  color: #f5893e;
}

.owl-prev
{
  position: absolute;
  left: 50px;
  top: 50%;
  height: 80px;
}

.owl-next
{
  position: absolute;
  right: 50px;
  top: 50%;
  height: 80px;
}
