/* This a CSS file for custom styles that override default styles */

.carousel-custom .carousel-indicators.carousel-indicators-dots li:after {
    background-color: #99a1b7 !important;
}

.carousel-custom .carousel-indicators.carousel-indicators-dots li.active:after {
    background-color: #071437 !important;
}