.home-slider {
  position: relative;
  background: linear-gradient(1deg, #fdfbfb 0%, #ebebeb 100%);
  border-radius: 5px;
}
.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 96%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}
.home-slider .owl-nav [class*=owl-] {
  width: 20px;
  height: auto;
}
.home-slider .owl-nav [class*=owl-]:hover {
  background: none !important;
}
.home-slider .owl-nav [class*=owl-]:focus {
  outline: none !important;
}
.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 25px;
}
.home-slider .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #D9D9D9;
}
.home-slider .owl-dots .owl-dot.active span, .home-slider .owl-dots .owl-dot:hover span {
  background: #91ad41;
}

@media (max-width: 991px) {
  .home-slider .owl-dots {
    bottom: 10px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 30px 0;
  }
}