.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 20px;
    text-align: left;
}


@media (min-width: 768px) {
    .carousel-caption {
        top: 80px;
    }

        .carousel-caption h2 {
            font-size: 52px;
            text-transform: uppercase;
            font-weight: bolder;
            color: #42551e;
            line-height: 1;
        }

        .carousel-caption p {
            color: #111;
        }
}

@media (max-width: 768px) {
    .carousel-caption {
        top: 0px;
        text-align: center;
    }
}

.second-footer .quicklink-box {
    padding: 17px 15px;
    border: 1px solid rgba(46,56,77,1);
    background-color: rgba(255, 255, 255, 0.12);
    margin: 22px 0 0px;
    position: relative;
}
.bg-dark-bl
{
    background-color:#333;
}
.bg-dark-bl-1 {
    background-color: #222;
}
.ttm-highlight-fid-style-2 {
    max-width: 200px;
}

.featured-title h5
{
    font-size:16.5px;
}
.lead
{
    line-height:1.5;
}
.ttm-list-gray .ttm-list-li-content {
    color: #6e6e6e;
}
.title-box .page-title-heading h1,
.breadcrumb-wrapper,
.breadcrumb-wrapper a,
.breadcrumb-wrapper span
{
    color: #fff;
}