/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */



.owl-carousel .owl-nav [class*='owl-'] {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  } 
  .owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
  }
  .owl-carousel {
    position: relative;
  }
  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    /* top: 30%; */
    font-size: 20px;
    color: #fff !important;
    border: 2px solid #ddd !important;
    text-align: center;
  }
  .owl-carousel .owl-prev {
    left: 55%;
  }
  .owl-carousel .owl-next {
    right: 55%;
  }
  .owl-carousel .owl-prev i, .owl-carousel .owl-next i {
    color: #fff;
  }
  