ol.carousel-indicators {
    position: absolute;
    top: 429px;
}
ol.carousel-indicators > li {
  background-color: grey;
}
ol.carousel-indicators > li.active {
  background-color: #027eca;
}

.carousel-indicators li {
  
    width: 16px !important;
    height: 16px !important;
  
}