body {
  background: #000;
}

.section-padding {
  padding: 96px 0;
}

.brand-carousel {
  background: rgb(255,255,255);
  margin-top: 0%;
}

.owl-dots {
  text-align: center;
  margin-top: 4%;
}

.owl-dot {
  display: inline-block;
  height: 8px !important;
  width: 8px !important;
  background-color: #2980ef !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.owl-dot.active {
  background-color: #000 !important;
}

