/* Header / Hero */
.header .header-info-logo-img img {
    position: absolute;
    width: 220px;
    left: 0;
}

.header-container {
    position: relative;
    overflow: hidden;
    background: url(https://apihoard.webit.com/api/v1/Image/50802373B738229FD317157A2D39BE28/50802373B738229FD317157A2D39BE28.jpg?size=Original);
    background-size: cover;
}

.page-home .header-container {
    background-position: center center;
}

#cw-logoBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
}

.header .header-info {
    height: 160px;
}

.page-home .header .header-info {
    height: 500px;
}

#cw-titleBg {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 330px;
}

.cw-title {
    position: absolute;
    z-index: 2;
    bottom: 1em;
    right: .5em;
    width: 250px;
    text-align: center;
}

section:not(.page-home) #cw-titleBg,
section:not(.page-home) .cw-title {
    display: none;
}

.st0 {
    opacity: 0.56;
    fill: #FFFFFF;
}

.st1 {
    opacity: 0.49;
    fill: #FFFFFF;
}

.st2 {
    opacity: 0.39;
    fill: #042186;
}

.st3 {
    opacity: 0.56;
    fill: #042186;
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position: fixed;
        top: 0;
        z-index: 2000;
        width: 220px;
    }

    .header .navbar.bg-primary,
    .header {
        background: 0 0 !important;
    }

    .header .header-info {
        height: 80px;
    }

    #cw-logoBg {
        position: fixed;
        z-index: 20;
        width: 470px;
    }

    nav.navbar .container {
        position: relative;
        height: 85px;
        margin: 0 auto;
    }

    .navbar-nav {
        position: absolute;
        right: 0;
        top: 1em;
    }

    .navbar.cw-scrolled .navbar-nav {
        top: 0;
        background: rgba(20, 72, 131, .5);
    }

    .header .header-info-logo-img img.cw-shrink {
        width: 130px;
    }

    #cw-logoBg.cw-shrink {
        width: 280px;
    }

    #cw-titleBg {
        height: 365px;
    }

    .cw-title {
        right: 1.5em;
        bottom: 1.5em;
    }
}

@media(min-width: 1340px) {
    .page-home .header .header-info {
        height: 620px;
    }
}

/*-- Home --*/
.page-home .list {
    padding: 1em;
}

.page-home .list .container {
    max-width: 1800px;
}

.page-home .list-text-title {
    color: var(--color-theme-primary);
}

.page-home .list .list-img-photo {
    background-size: 142px;
}

.page-home .list-wrap {
    margin-bottom: 2em;
}

.page-home .list-img-wrap {
    padding: 70px 0;
}

.page-home .col-md-6 {
    border: 10px solid #efefef;
    background: white;
}

.cw-cascade {
    margin: 0 auto;
    padding: 5em 0;
}

.cw-cascade:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
}

.cw-cascadeContact {
    padding: 4em 0;
}

.cw-phoneLarge {
    font-size: 2.75rem;
    text-shadow: 3px 3px 3px #000000;
}

.cw-emailLarge {
    font-size: 1.25rem;
}

.page-home .detailedlist {
    padding-bottom: 1em;
}

@media (min-width: 992px) {
    .cw-cascade h2 {
        font-size: 2.5rem;
    }

    .cw-cascadeContact h2 {
        margin: 0;
        font-size: 2rem;
    }

    .cw-phoneLarge {
        font-size: 3.75rem;
    }
}

/*-- Checklist --*/
.cw-checklist li {
    position: relative;
    z-index: 2;
    padding: .5em 0;
}

.cw-checklist li:before {
    content: "âœ”";
    margin-right: .5em;
    font-weight: bold;
    color: #ee312a;
}

/*-- Footer --*/
footer.footer {
    padding-top: 1em;
}

/* ============= Internal page ================== */
.title {
    text-transform: uppercase;
    color: #000;
}


/* ============= Service Page Detailed List ============= */

.page-about-us .detailedlist-item,
.page-services .detailedlist-item {
    border-bottom: 4px solid var(--color-theme-highlight);
    box-shadow: 2px 10px 8px -3px rgba(0, 0, 0, .5);
}

.page-about-us .detailedlist-item:nth-child(odd),
.page-services .detailedlist-item:nth-child(odd) {
    background: #262626;
    color: #fff !important;
    padding: 1em 1em 0 1em;
}

.page-about-us .detailedlist-item:nth-child(even),
.page-services .detailedlist-item:nth-child(even) {
    background: #efefef;
    padding: 1em 1em 0 1em;
}

.page-about-us .card,
.page-services .card {
    background: rgba(255, 255, 255, .1);
    border: 1px solid #F89D1B;
}

/* ============ Testimonials =============== */
.testimonial-container .row {
    margin-bottom: 1em;
}

.testimonial {
    background: #f5f5f5;
    padding: 1em;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1em;
}

.testimonial .fa-star {
    color: var(--color-theme-highlight);
}

.author {
    color: var(--color-theme-primary);
    text-transform: uppercase;
    font-weight: 700;
}

/* ========= CUSTOM FOOTER ========= */
.cw-custom-footer {
    background-color: #1A3E8C;
    ;
}