

.carousel-caption {
    text-align: left;
    left: 5%;
}


.banner-text {
    width: 110%;
    position: absolute;
    bottom: 20px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner-text h4 {
    color: rgba(0, 86, 140, 1);
    font-weight: 600;
}

/*.banner-text h4:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #DB7A00;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}*/

.banner-text p {
    color: rgba(0, 86, 140, 1);
    font-weight: 600;
}