.owl-stage-outer { 
  overflow: visible;
  box-shadow: none !important;
  }
  
   .owl-item {
     opacity: 1;
     transition: opacity 500ms;
  }
  .owl-item.active {
    opacity: 1;
  }
