<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-item {
    position: relative;
    min-height: 460px;
}

.carousel-item-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-item:nth-child(1) {
    background: url('images/construction-slide-01.jpg') no-repeat center;
    background-size: cover;
}

.carousel-item:nth-child(2) {
    background: url('images/construction-slide-02.jpg') no-repeat center;
    background-size: cover;
}

.carousel-item:nth-child(3) {
    background: url('images/construction-slide-03.jpg') no-repeat center;
    background-size: cover;
}

.banner-blockquote.blockquote-2.blockquote-light-2 {
    border-color: rgba(255,255,255,0.75)!important;
}

.divider-4::before {
    background-color: #f1c40f;
}

.contact-section .divider-4::before {
    background-color: #fff;
}

.top-call-action {
    z-index: 1;
    background: url('images/top-call-action-bg.jpg') no-repeat center;
    background-size: cover;
}

.projects-section {
    position: relative;
}

.projects-section::after {
    position: absolute;
    content: "";
    z-index: -1;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('images/projects-section-bg.jpg') no-repeat center;
    background-size: cover;
}

.count-items-section {
    background: url('images/count-items-bg.jpg') no-repeat center;
    background-size: cover;
}

.card-title a:hover,
.meta-item a:hover {
    color: #f1c40f;
}

textarea.form-control {
    min-height: 11.25rem;
}

.contact-section {
    background: url('images/contact-bg.jpg') no-repeat center;
    background-size: cover;
}

@media (max-width: 767px) {
    .carousel-item .lead {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    .carousel-item {
        min-height: 520px;
    }
}

@media (min-width: 992px) {
    .carousel-item:nth-child(2) .lead,
    .carousel-item:nth-child(3) .lead {
        letter-spacing: 1px;
    }
}

@media (min-width: 1200px) {
    .carousel-item {
        min-height: 640px;
    }
    .projects-section::after {
        background-attachment: fixed;
    }
}</pre></body></html>