.carousel-indicators {
    list-style-type: none;
    
}

.carousel-indicators li {
    background-color: black !important;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black !important;
    color: black !important;
}