.carousel-indicators li {
  width: 24px !important;
  height: 24px !important;
  border: 2px solid #b5391c !important;
  border-radius: 100%;
  opacity: 1 !important;
  background: rgba(255,255,255,0.2) !important;
}

.carousel-indicators li:not(.active):hover {
  background: rgba(255,255,255,0.5) !important;
}
  
.carousel-indicators li.active {
  background: #b5391c !important; 
}