.owl-carousel .owl-item img {
    display: inline;
    width: 25px;
}
.mx-lh-menu {
    line-height:25px;
}


.carousel-wrapper {
  width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
  font-family: sans-serif;
}
.owl-carousel .owl-nav {
  overflow: hidden;
  height: 0px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #5110e9;
}

.owl-carousel .item {
    text-align: left;
    white-space: nowrap;
    padding: 5px 10px;
}
.owl-carousel .nav-button {
  line-height: 19px;
  cursor: pointer;
  position: absolute;
  top: 14px !important;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25;
}
.owl-carousel .owl-prev {
  left: 1px;
}
.owl-carousel .owl-next {
  right: 1px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 39px;
  
  border-radius: 50%;
}
.owl-carousel .prev-carousel:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-carousel:hover {
  background-position: -24px -53px;
}
.current-resource a {
    color: #fcc419 !important;
}
.owl-stage-outer {
    margin: 0 40px;
}
.owl-theme .owl-nav [class*=owl-] {
    background: none;
    margin: 0px 10px;

}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.owl-stage {
    width:5000px !important;
}

.owl-theme .owl-nav {
    margin: 0;
}
.owl-stage {
    margin: 10px 0px;
}
.owl-item {
    margin-right: 10px !important;
}
@media only screen and (max-width: 992px){
    .owl-stage-outer {
        margin: 0 10px;
    }
    .owl-theme .owl-nav {
        display: none;
    }
}
