.owl-manset .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-manset .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}
.owl-manset .owl-nav span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
.owl-manset .owl-nav button:focus {
  outline: none;
}
.owl-manset .owl-nav button.owl-prev:hover, .owl-manset .owl-nav button.owl-next:hover {
    background-color: #020f28 !important;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
}
.owl-manset .owl-nav button.owl-prev {
  width: 60px;
  left: 0;
}
.owl-manset .owl-nav button.owl-next {
  width: 60px;
  right: 0;
}



.owl-manset .owl-dots {
  position: relative;
  text-align: center;
  margin-top: -40px;
}
.owl-manset .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 6px;
}
.owl-manset .owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-manset  .owl-dots button.owl-dot:focus {
  outline: none;
}

@media (max-width: 1200px) {
  .fixed-bottom{position: relative;}
}
@media (max-width: 800px) {
  .w-50 {
    width: 95% !important;
  }
}