
.owl-dot {
  display: inline-block;
  margin: 0 1px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  border:1px
}

 .owl-dot.active {
  background-color: #007bff;
}
.owl-dots{
    text-align: center;
    margin-top: -30px;
    position:relative;
    z-index: 9999;
}
/** ADD YOUR AWESOME CODES HERE **/