.carousel-indicators .active {
    background-color: #DE0000 !important;
}

.carousel-indicators li {
    background-color: #808080 !important;
}

.w--full {
    width: 100% !important;
}
.img-slider-bottom {
    float: left;
    width: 550px;
    height: 400px
}

@media (max-width:468px) {
    .img-slider-bottom {
        height: 180px !important;
        width: 100% !important;
    }
    .bluesquare{
        display:none;
    }

}

.text-slider {
    float: left;
    width: 100%;
    text-align: justify;
    font-family: Estedad-Medium;
    line-height: 35px;
    padding: 20px 0;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}

.centered-box {
    margin: 0 auto;
    width: 60%;
    margin-top: 3%;
    position: relative;
}

.absolute-right {
    position: absolute;
    right: 0;
    margin-top: -15px;
}

.justified-text {
    float: right;
    text-align: justify;
    font-family: Estedad-Medium;
    line-height: 35px;
    padding: 10px 0;
}

.full-width-box {
    margin: 0 auto;
    width: 100%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.img-left-margin {
    float: left;
    margin-left: -15px;
}

.margin-top-5 {
    margin-top: 5%;
}

.img-negative-margin {
    float: right;
    margin-right: -30px;
}

.padded-text {
    float: right;
    text-align: justify;
    font-family: Estedad-Medium;
    line-height: 35px;
    padding: 20px 0;
}

.slider-text-box {
    margin: 0 auto;
    width: 100%;
    margin-top: 6%;
}

.text-slider {
    font-size: 15px;
    width: 100%;
    float: right;
}

.slider-title {
    font-size: 15px;
    width: 100%;
    float: right;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-3 {
    margin-bottom: 3%;
}


