.cloud {
    max-width:1200px;
    margin:0 auto;
    position: relative;
    padding-top: 100px;
}

.cloud .item {
    margin:0 auto;
    height:auto;
}

.cloud .owl-nav > .owl-prev, .cloud .owl-nav > .owl-next {
    position:absolute;
    top:50%;
    left:-50px;
    transform:translateY(-50%);
    margin:0 !important;
}

.cloud .owl-nav > .owl-next {
    left:auto;
    right:-50px;
}

.disabled {
  opacity: 0.1 !important
}

.owl-dots {
  counter-reset: dots;
}

.owl-carousel{
  position: relative;
}

.owl-dots{
  position: absolute;
  top:10px;
  left:25%;
  right:25%;
}

.owl-dots::before {
  content: "Simple As ";
  font-size: 2.5em;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #3d5051;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.owl-dot:before {
  counter-increment:dots;
  content: counter(dots);
  border: 1px solid #b62411;
  padding: 6px 15px;
  border-radius: 200px;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0.3em;
  
}

.owl-dot.active:before {
  background-color: #b62411;
  color: #fefefe;
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0.3em;
}

.owl-dot span {
  display: none;
  visibility: hidden;
  background: transparent;
}

.owl-next {
  text-indent: -9999px;
  background: url('https://redislabs.com/wp-content/themes/redislabs/assets/images/orbit-arrow-next.png') transparent no-repeat !important;
  
}

.owl-prev {
  text-indent: -9999px;
  background: url('https://redislabs.com/wp-content/themes/redislabs/assets/images/orbit-arrow-last.png') transparent no-repeat !important;
}

.owl-next,
.owl-prev {
  padding: 30px 20px !important;
}