.carousel {
    margin-bottom: 30px;
}

.carousel-indicators {
    bottom: -20px;
    top: auto;
    background: #0F4098;
    padding: 5px;
    border-radius: 0 0 0 15px;
    right: 0;
}

.carousel-indicators li {
    background: #fff;
    cursor: pointer;
    margin: 0 5px;
}

.carousel-indicators .active {
    background: #2B67BD;
}

.carousel-caption p a {
    color: #fff;
}

#sp-page-builder .carousel-control {
    line-height: 22px;
}