.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: 0;
  background-color: #80bdfdd6 !important;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: inline;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 89px;
    width: 40px;
}
.owl-nav button.owl-next {
  right: 0;
  background-color: #80bdfdd6 !important;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    display: inline;
    height: 40px;
    padding: 0;
    position: absolute;
    top: 89px;
    width: 40px;
}
.owl-nav button.owl-next:hover{
      background-color: #2671ce !important;
}
.owl-nav button.owl-prev:hover{
      background-color: #2671ce !important;
}
.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.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-slider span {
    font-size: 41px;
    position: relative;
    top: -12px;
    color: white !important;
}
.owl-nav button:focus {
    outline: none;
}