.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.client-slide.owl-carousel .owl-item {
  display: inline-block;
  text-align: center; 
  display: flex;
  justify-content: center;}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.client-slide.owl-theme .owl-controls .owl-nav div.owl-prev {
  left: -40px; }
/*
.client-slide.owl-theme .owl-controls .owl-nav div {
  background-color: #fff;
  margin-top: -20px; }*/

.client-slide {
  padding-top: 80px;
  padding-bottom: 80px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color:#7f62aa !important;
}

.owl-prev {
    /*width: 15px;
    height: 100px;
    position: absolute;*/
   /* top: 40%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
    color: #333333;*/
}

.owl-next {
    /*width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block!IMPORTANT;
    border:0px solid black;
    color: #333333;*/
}
/*.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}*/

/*# sourceMappingURL=org-crs-block.css.map */
