.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: -15px;
}
.owl-nav button.owl-next {
  right: -15px;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
    display: flex;
    justify-content: end;
}
.owl-dots button.owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: inline-block;
  background: #ced4f8;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #3F5AEA;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav button:focus {
    outline: none;
}
.owl-nav button {
    width: 40px;
    height: 40px;
    background-color: #fff!important;
    border-radius: 60px;
    border: solid 2px #f2f2f2!important;
}
.owl-nav button span {
    font-size: 28px;
	margin:0;
}
.owl-stage-outer {
    padding: 20px 0;
    height: auto;
}





.owl-nav {
    display: none;
}