/* HEADER BG ===================================================================== */
.header {
    background: url('https://apihoard.webit.com/api/v1/Image/5E9EC2099B1C3E3D143F5BC4D489460C/5E9EC2099B1C3E3D143F5BC4D489460C.png?size=1920x1440') no-repeat center top;
    background-size: cover;
    background-position: center;
}

.header .header-info-business,
.header .header-info-business a {
    color: var(--header-text);
    font-weight: 700;
}

.header .header-info-logo-img img {
    position: absolute;
    width: 121px;
    left: 0
}

.header-container {
    position: relative;
    overflow: hidden;
    background: url(https://apihoard.webit.com/api/v1/Image/F0E4C61FBC69E33B8DD6ECC5EFCD67D1/F0E4C61FBC69E33B8DD6ECC5EFCD67D1.jpg?size=1920x1440);
    background-size: cover;
    background-position: 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: -1em;
    right: 0;
    height: 353px;
}

.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;
}

 /*============== reviews page ============================*/

    .card {
        background: rgba(255,255,255,0.1);
        border: 1px solid #358FC3;
    }

    .oi_testimonial {
        color: #358FC3;
        font-style: italic;
        font-size: .9em
    }


    @media (max-width: 776px) {
        .card-deck {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }



@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, .85)
    }

    .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
    }
}

@media(max-width: 768px) {
    .lights iframe {
        width: 300px;
    }
}


/*--- Floating links --- */

.setup {
    position: fixed;
    bottom: 1em;
    left: 1em;
    border-radius: 25px;
    -webkit-box-shadow: 1px 1px 10px 1px #00000036;
    box-shadow: 1px 1px 10px 1px #00000036;
}

.setup:hover {
    cursor: pointer
}

.hidden {
    display: none
}

#contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #168BAE;
}


#contactBtns .fa {
    font-size: 35px;
    color: var(--color-theme-primary);
}
