/* Hero */
.hero {
    background-image: url(https://apihoard.webit.com/api/v1/Image/B45F31CC558D315201534D477BF53E11/B45F31CC558D315201534D477BF53E11.jpg?size=1920x1440);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 55% bottom;
    margin-top: -1px;
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    padding-top: 8em;
    padding-bottom: 18em;
    background-size: cover
}

@media(max-width: 1440px) {
    .hero {
        min-height:447px
    }
}

.hero::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.5)
}

.hero .hero-container {
    position: relative;
    z-index: 2
}

.hero .hero-container {
    max-width: 1653px;
    margin: auto
}

.hero-content {
    padding-left: 20px;
    padding-right: 20px
}

.hero .display-4 {
    font-size: 3rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.hero-lines {
    position: relative;
    text-align: center
}

.hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%
}

.hero-lines::before,.hero-lines::after {
    content: " ";
    height: 3px;
    width: 10%;
    background: var(--color-cta);
    display: inline-block;
    vertical-align: middle
}

.hero-headline {
    line-height: 1.15
}

.hero-text {
    font-size: 1.2em;
    max-width: 520px;
    margin: auto
}

.hero-btm-line {
    height: 3px;
    width: 75%;
    background: var(--color-cta);
    margin: 25px auto
}

.cw-svg {
    position: absolute;
    z-index: 2;
    bottom: -3px
}

.cw-contactINFO {
    box-shadow: 0 0 30px 0 rgb(0 0 0/14%);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: -100px;
    margin-bottom: 0;
    border-radius: 15px 15px 15px 15px;
    position: relative;
    z-index: 4;
    background-color: #fff;
    margin-bottom: 4em;
    margin-top: -8em
}

.cw-contactINFO p {
    color: var(--color-theme-text)
}

@media(max-width: 567px) {
    .hero {
        padding-top:3em;
        padding-bottom: 13em;
        min-height: 410px
    }

    .hero .display-4 {
        font-size: 2rem
    }

    .hero h5 {
        font-size: 1rem
    }

    .hero::after {
        background: rgba(0,0,0,.6)
    }

    .hero-content {
        padding-left: 0;
        padding-right: 0
    }

    .cw-contactINFO h4 {
        font-size: 1rem
    }

    .cw-contactINFO .fa-3x {
        font-size: 1.7em
    }
}

.hero-lines::after {
    background-color: #37A8CC;
}

.hero-lines::before, .hero-lines::after {
    background-color: #37A8CC;
}


/* Servicing Cards */
.cw-effect-list {
    position: relative;
    overflow: hidden;
    background: #000;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 1.5em;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.cw-effect-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000006;
    background: linear-gradient(180deg,rgba(0,0,6,0.4) 0%,rgba(0,0,6,0.1) 100%)
}

.cw-effect-list::before {
    background-color: var(--color-theme-secondary);
    width: 0;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9
}

.cw-effect-list:hover::before {
    width: 100%
}

.cw-effect-list .cw-effect-list-img {
    position: relative;
    display: block;
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 1;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-40px,0,0);
    transform: translate3d(-40px,0,0)
}

.cw-effect-list .cw-effect-list-content {
    padding: 1em;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left
}

.cw-effect-list .cw-effect-list-content::before,.cw-effect-list .cw-effect-list-content::after {
    pointer-events: none
}

.cw-effect-list .cw-effect-list-content,.cw-effect-list .cw-effect-list-content>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cw-effect-list .cw-effect-list-content>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0
}

.cw-effect-list h2 {
    font-size: 1.1em;
    position: relative;
    z-index: 3;
    padding: 1rem;
    background-color: var(--color-theme-primary);
    color: #fff;
    text-align: left;
    transition-duration: .3s
}

.cw-effect-list:hover h2 {
    background-color: var(--color-theme-secondary);
    color: #37A8CC
}

.effect-arrow {
    width: 20px;
    color: #fff;
    height: auto;
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0)
}

.cw-effect-list .effect-arrow {
    position: absolute;
    top: 1.45em;
    right: 0;
    z-index: 5
}

.cw-effect-list h2,.cw-effect-list p {
    margin: 0
}

.cw-effect-list .cw-effect-list-content>div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.cw-effect-list p {
    padding: 1.5em;
    background: rgba(0,0,0,.7);
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
    opacity: 0;
    -webkit-transition: opacity .2s,-webkit-transform .35s;
    transition: opacity .2s,transform .35s
}

.cw-effect-list:hover p {
    opacity: 1
}

.cw-effect-list:hover .cw-effect-list-img,.cw-effect-list:hover p,.cw-effect-list:hover .effect-arrow {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.cw-effect-list:hover p {
    -webkit-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    transition-duration: .35s
}

@media(max-width: 767px) {
    .cw-effect-list p {
        opacity:1
    }

    .cw-effect-list .cw-effect-list-img,.cw-effect-list h2,.cw-effect-list p,.cw-effect-list .effect-arrow {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@media(min-width: 576px) {
}

@media(min-width: 768px) {
    .cw-effect-list h2 {
        font-size:1em
    }
}

@media(min-width: 992px) {
}

@media(min-width: 1200px) {
    .cw-effect-list h2 {
        font-size:1.4em
    }
}


/* Parallax */
.grand-scantitle {
    text-transform: uppercase;
    font-size: .9rem;
    color: var(--color-theme-secondary)
}

.hero .grand-scantitle,.grand-bgtitle .grand-scantitle {
    color: #eee
}

.grand-title {
    word-break: keep-all;
    white-space: pre-wrap
}

.grand-title-main {
    font-size: 3rem;
    line-height: 1.2
}

.grand-title-sub {
    font-size: 2.5rem;
    line-height: 1.2
}

.grand-services-list-title {
    font-size: 1rem
}

.grand-text {
    font-size: 17px;
    line-height: 30px
}

@media(max-width: 767px) {
    .grand-title-main {
        font-size:2rem
    }

    .grand-title-sub {
        font-size: 1.9rem;
        line-height: 1.2
    }
}

.grand-hero-link {
    color: var(--color-cta-link);
    font-weight: 700;
    text-shadow: 0 0 40px rgba(0,43,3,.84)
}

.grand-hero-link:hover {
    color: #fff
}

.grand-parallax {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.grand-parallax .container {
    position: relative;
    z-index: 2
}

.grand-parallax-cta {
    padding-top: 10em;
    padding-bottom: 9em;
    color: #fff;
    background-image: url(https://apihoard.webit.com/api/v1/Image/3172815E26CB4ED2E0E9AD98E467A3FE/3172815E26CB4ED2E0E9AD98E467A3FE.jpg?size=1280x960)
}

.grand-parallax-cta .grand-scantitle {
    color: #ddd
}

.grand-parallax-cta::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.4)
}

@media(max-width: 768px) {
    .grand-parallax-cta {
        padding-top:4em;
        padding-bottom: 3em
    }

    .grand-parallax-cta::after {
        background: rgba(0,0,0,.6)
    }
}