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

.gallery-one .owl-dots {
  text-align: center;
  padding-top: 15px;
}
.gallery-one .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.gallery-one .owl-dots button.owl-dot.active {
  background-color: #ffbd3c;
}
.gallery-one .owl-carousel .owl-nav button.owl-next,.gallery-one .owl-carousel .owl-nav button.owl-prev{
    width: 50px !important;
    height: 50px !important;
    background: var(--ogenix-base) !important;
    text-align: center !important;
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    border-radius: 50% !important;
    cursor: pointer !important;
}
.gallery-one .owl-dots button.owl-dot:focus {
  outline: none;
}
.gallery-one .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.gallery-one .owl-nav span {
    color: var(--ogenix-white);
    font-size: 38px;
    line-height: 35px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
.gallery-one .owl-nav button:focus {
    outline: none;
}