:root {
    --white-text: #fff;
}

/* Header  */

@media (min-width:992px) {
    .cw-header-contact .cw-top-bar {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
    }
    .cw-header-contact .cw-top-bar .cw-contact-info {
        display: inline-flex;
        align-items: center;
    }
    .cw-header-contact p {
        margin-bottom: 0;
    }
}

.cw-header-contact .cw-slogan,
.cw-header-contact .cw-contact-info p,
.cw-header-contact .cw-contact-info p a {
    color: var(--white-text);
    font-weight: 700;
}

.cw-header-contact .cw-contact-info p a:hover {
    color: var(--color-theme-primary);
}

.cw-header-contact .cw-contact-info .cw-quote-button {
    margin-left: 1em;
    border-radius: 50px;
    color: var(--color-theme-primary);
    border-color: var(--color-theme-primary);
}

.cw-header-contact .cw-contact-info .cw-quote-button:hover {
    background: var(--color-theme-primary);
    color: var(--white-text);
}

.header .header-info-logo-img img {
    width: 225px;
    margin: auto;
}

@media (min-width:440px) {
    .header .header-info-logo-img img {
    width: 275px;
}
}

@media (min-width:576px) {
    .header .header-info-logo-img img {
    width: 325px;
}
}

.header .header-info-logo-img {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 50%;
    margin: 1em 0 2em 0;
}

/* @media (min-width:440px) {
    .header .header-info-logo-img {
        margin: 1em 20% 2em 20%;
    }
} */

/* @media (min-width:576px) {
    .header .header-info-logo-img {
        margin: 1em 25% 2em 25%;
    }
} */

@media (min-width:768px) {
    .header .header-info-logo-img {
        margin: -1em 0% 0em 0;
    }
    .header .header-info-logo-img img {
        width: 400px
    }
}

@media (min-width:992px) {
    .header .header-info-logo-img {
        margin: 0;
    }
    .header .header-info-logo-img img {
        width: 230px
    }
}

@media (min-width: 1400px) {
    .header .header-info-logo-img img {
        width: 253px;
    }
}

@media (min-width: 1600px) {
    .header .header-info-logo-img.cw-shrink {
        top: -15px;
    }
    .header .header-info-logo-img img {
        width: 440px;
    }
}



.header-container {
    background: var(--color-theme-secondary);
    background-size: cover
}

.header .navbar-dark .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: .925rem
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
    border-width: 1px
}

.cw-header-contact {
    padding: .8rem 0 .9rem
}

@media (min-width:992px) {
    .cw-header-contact {
        padding: 0.8rem 0 0.9rem 250px;
    }
}

@media (min-width:1400px) {
    .cw-header-contact {
        padding: 0.8rem 0 0.9rem 350px;
    }
}

.cw-phone {
    font-weight: 700
}

@media(min-width: 992px) {
    .header .header-info-logo-img {
        position: fixed;
        z-index: 2000;
        top: 0;
        left: -37px;
        padding-left: 2.5em;
    }
    .header .navbar.bg-primary {
        box-shadow: 2px 2px 6px rgb(0 0 0/0.25)
    }
    nav.navbar .container {
        max-width: none
    }
    .header.has-cart .collapse.justify-content-center,
    .header .navbar-collapse.justify-content-center {
        -webkit-box-pack: flex-end !important;
        -ms-flex-pack: flex-end !important;
        justify-content: flex-end !important
    }
    .header .navbar-nav:not(.navbar-cart) {
        max-width: calc(100% - 180px);
        justify-content: center
    }
    .header .navbar.cw-scrolled {
        top: 0
    }
    .header .header-info-logo-img.cw-shrink {
        width: 145px;
        padding: 5px 5px 5px 18px;
        background: rgba(255, 255, 255, 0)
    }
    .cw-phone {
        font-size: 1.5rem
    }
}


/* Subpages */
section:not(.page-home) .title {
    text-align: center;
}

/* Hero section */
.cw-hero .cw-inner-header h1,
.cw-hero .cw-inner-header h3 {
    text-transform: uppercase;
}

.cw-hero .cw-inner-header h1 {
    font-size: 2rem;
}

.cw-hero .cw-inner-header h3 {
    font-size: 1.25rem;
    color: var(--color-theme-primary);
}

@media (min-width:768px) {
    .cw-hero .cw-inner-header h1 {
        color: var(--white-text);
        font-weight: 700;
        text-shadow: 1px 1px var(--color-theme-text);
    }
    .cw-hero .cw-inner-header h3 {
        color: var(--color-theme-primary);
        font-weight: 700;
        text-shadow: 1px 1px var(--color-theme-text);
    }
}

@media (min-width:992px) {
    .cw-hero .cw-inner-header h1 {
        font-size: 2.25rem;
    }
}

@media (min-width:1920px) {
    .cw-hero .cw-inner-header h1 {
        font-size: 3.75rem;
    }
}

.cw-hero .cw-inner-header .cw-quote {
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cw-hero .cw-inner-header .cw-phone {
    font-weight: 700;
}

@media (min-width:768px) {
    .cw-hero .cw-inner-header .cw-phone {
        color: var(--white-text);
        font-weight: 700;
        text-shadow: 1px 1px var(--color-theme-text);
    }
}

.cw-padding {
    padding: 0;
}

/* 	Slides */
.cw-carousel-fade .carousel-item:nth-child(1) {
    background-image: url("https://apihoard.webit.com/api/v1/Image/61A6866C048DB509704455B14269E73D/61A6866C048DB509704455B14269E73D.jpg?size=1920x1440");
}

.cw-carousel-fade .carousel-item:nth-child(2) {
    background-image: url("https://apihoard.webit.com/api/v1/Image/616EF6C561961B7489B644602D6E5EE5/616EF6C561961B7489B644602D6E5EE5.jpg?size=1920x1440");
}

.cw-carousel-fade .carousel-item:nth-child(3) {
    background-image: url("https://apihoard.webit.com/api/v1/Image/9A4F5C7605C196C49954286386A9D876/9A4F5C7605C196C49954286386A9D876.jpg?size=1920x1440");
}

.cw-carousel-fade .carousel-item:nth-child(4) {
    background-image: url("https://apihoard.webit.com/api/v1/Image/6B1727FE24E2E013A67C55C610E4C2EC/6B1727FE24E2E013A67C55C610E4C2EC.jpg?size=1920x1440");
}

.cw-carousel-fade .carousel-item {
    background-size: 170%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 46vw;
}

/* -------- Carousel Fade - .cw-carousel-fade -------- */
.cw-carousel-fade .carousel-inner .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.cw-carousel-fade .carousel-inner .active {
    opacity: 1;
}

.cw-carousel-fade .carousel-inner .active.left,
.cw-carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.cw-carousel-fade .carousel-inner .next.left,
.cw-carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.cw-carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .cw-carousel-fade .carousel-inner>.carousel-item.next,
    .cw-carousel-fade .carousel-inner>.carousel-item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .cw-carousel-fade .carousel-inner>.carousel-item.prev,
    .cw-carousel-fade .carousel-inner>.carousel-item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .cw-carousel-fade .carousel-inner>.carousel-item.next.left,
    .cw-carousel-fade .carousel-inner>.carousel-item.prev.right,
    .cw-carousel-fade .carousel-inner>.carousel-item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* Waves */
.cw-waveSlides {
    position: relative;
}

.cw-waveSlides .cw-inner-header {
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 2;
    overflow: hidden;
    padding: 1em;
}

.cw-waveSlides .cw-inner-header .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width:768px) {
    .cw-waveSlides .cw-inner-header {
        position: absolute;
        text-align: start;
        padding: 3em;
    }
}

@media (min-width:992px) {
    .cw-waveSlides .cw-inner-header {
        padding: 1.85em 3em;
    }
}

@media (min-width:1200px) {
    .cw-waveSlides .cw-inner-header {
        padding: 4em 3em;
    }
}

@media (min-width:1400px) {
    .cw-waveSlides .cw-inner-header {
        padding: 8em 5em;
    }
}

@media (min-width: 1920px) {
    .cw-waveSlides .cw-inner-header {
        padding: 11em 7em;
    }
}

.cw-waveSlides .cw-inner-header h5 {
    font-style: italic;
    font-weight: 900;
    letter-spacing: 2px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: 0%;
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.cw-waveSlides .cw-waves {
    position: absolute;
    bottom: 0;
    top: 8em;
    width: 100%;
    height: 40px;
    min-height: 40px;
    z-index: 2;
    margin-top: -2em;
}

@media (min-width:320px) {
    .cw-waveSlides .cw-waves {
        top: 9em;
    }
}

@media (min-width:375px) {
    .cw-waveSlides .cw-waves {
        top: 11em;
    }
}

@media (min-width:425px) {
    .cw-waveSlides .cw-waves {
        top: 12em;
    }
}

@media (min-width:768px) {
    .cw-waveSlides .cw-waves {
        top: auto;
    }
}

/* Animation */
.cw-parallax>use {
    -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
    animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.cw-parallax>use:nth-child(1) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
}

.cw-parallax>use:nth-child(2) {
    -webkit-animation-delay: -3s;
    animation-delay: -3s;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.cw-parallax>use:nth-child(3) {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
    -webkit-animation-duration: 13s;
    animation-duration: 13s;
}

.cw-parallax>use:nth-child(4) {
    -webkit-animation-delay: -5s;
    animation-delay: -5s;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

@-webkit-keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

@keyframes move-forever {
    0% {
        -webkit-transform: translate3d(-90px, 0, 0);
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(85px, 0, 0);
        transform: translate3d(85px, 0, 0);
    }
}

@media (min-width: 440px) {
    .cw-waveSlides .cw-inner-header h5 {
        top: 22%;
        -webkit-transform: translateY(-22%);
        -ms-transform: translateY(-22%);
        transform: translateY(-22%);
        padding: 0.3em 0;
    }
}

@media (min-width: 768px) {
    .cw-waveSlides .cw-waves {
        height: 15vh;
        margin-bottom: -7px;
        min-height: 70px;
        max-height: 70px;
    }
    .cw-waveSlides .cw-inner-header h5 {
        font-size: 4vw;
    }
    .cw-waveSlides .cw-inner-header h5 {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    }
}

@media (min-width: 992px) {
    .cw-carousel-fade .carousel-item {
        background-size: cover;
        height: 35vw;
    }
}

@media (min-width: 1200px) {
    .cw-waveSlides .cw-waves {
        min-height: 100px;
    }
}

@media (min-width: 1400px) {
    .cw-waveSlides .cw-waves {
        min-height: 125px;
    }
    .cw-carousel-fade .carousel-item {
        background-size: cover;
        height: 33vw;
    }
}

/* Welcome Section */
.cw-welcome {
    padding: 3em 0;
}

.cw-welcome .cw-img1,
.cw-welcome .cw-img2 {
    border-radius: 8px;
    border: 3px solid var(--white-text);
    margin: .5em 0 1em 0;
}

@media (min-width:992px) {
    .cw-welcome .cw-img1 {
        width: 80%;
    }
    .cw-welcome .cw-img2 {
        width: 80%;
        margin-left: 20%;
        margin-top: -10%;
    }
}

.cw-welcome h5,
.cw-welcome h2 span {
    color: var(--color-theme-primary);
}

.cw-welcome hr {
    margin-right: 90%;
    border-color: var(--color-theme-primary);
}

/* Services Section */
.cw-service {
    background: var(--color-theme-secondary);
    padding: 3em 0;
}

@media (min-width:992px) {
    .cw-service {
        background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_15.jpg");
        padding: 4em 0 25em;
    }
}

.cw-service h5 {
    color: var(--color-theme-primary);
}

.cw-service h2,
.cw-service p {
    color: var(--white-text);
}

.cw-service hr {
    border-color: var(--color-theme-primary);
}

@media (min-width:992px) {
    .cw-service-cards {
        margin-top: -22em;
    }
}

.cw-service-cards .card {
    margin: 1em 0;
}

@media (min-width:992px) {
    .cw-service-cards .card {
        margin: 0;
    }
}

.cw-service-cards a {
    border-radius: 25px;
}

.cw-service-cards .card .card-footer {
    background: var(--color-theme-background);
    border-top: none;
}

/* Reviews Section  */
.cw-reviews {
    padding: 3em 0;
    background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_14.jpg");
    background-color: rgba(0, 0, 0, .75);
    background-blend-mode: overlay;
    margin-top: 3em;
}

@media (min-width:992px) {
    .cw-reviews {
        padding: 28em 0 5em;
        margin-top: -22em;
    }
}

.cw-reviews .carousel-item .quote:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    color: var(--color-theme-primary);
    float: left;
    margin-right: 10px;
    font-size: 2em;
}

.cw-reviews .carousel-item .quote:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    color: var(--color-theme-primary);
    float: right;
    margin-right: 10px;
    font-size: 2em;
}

.cw-reviews .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cw-reviews img {
    margin-bottom: 1em;
}

@media (min-width:768px) {
    .cw-reviews img {
        margin: 1em 20%;
        width: 60%;
    }
}

@media (min-width:992px) {
    .cw-reviews img {
        width: 100%;
        margin: 0 0 0 -10px;
        box-shadow: 15px 10px 1px var(--color-theme-primary);
    }
}

.cw-reviews h2 span {
    font-size: 1.5rem;
    color: var(--white-text);
}

.cw-reviews p,
.cw-reviews h4 {
    color: var(--white-text);
}

/*Reviews Slideshow*/
.cw-review-slideshow-container {
    position: relative;
    background: #f1f1f1f1;
}

.cw-review-slide {
    display: none;
    padding: 80px;
    text-align: center;
}

.cw-review-prev,
.cw-review-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color: #888;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.cw-review-next {
    position: absolute;
    right: 0;
    border-radius: 3px 0 0 3px;
}

.cw-review-prev:hover,
.cw-review-next:hover {
    background-color: #D04703;
    color: white;
}

.cw-review-q {
    font-style: italic;
    font-weight: bold;
    color: black
}

.cw-review-author {
    color: #D04703;
}

/* Expectations Section */
.cw-expectation {
    margin: 2em 0 6em 0;
}

.cw-expectation .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cw-expectation h5,
.cw-expectation h2 span {
    color: var(--color-theme-primary);
}

.cw-expectation hr {
    margin-right: 90%;
    border-color: var(--color-theme-primary);
}


.cw-expectation ul li::marker {
    content: "\f058  ";
    font-family: "FontAwesome";
    color: var(--color-theme-primary);
}

.cw-expectation img {
    box-shadow: -70px -70px 0 -50px var(--color-theme-primary), 70px 70px 0 -50px var(--color-theme-secondary);
    width: 90%;
    margin: 1em 5%;
}

/* Get a Quote Section */
.cw-quote-section {
    margin: 8em 0 0 0;
}

@media (min-width:992px) {
    .cw-quote-section {
        margin: 12em 0 0 0;
    }
}

.cw-quote-section .cw-waveSlides .cw-waves {
    top: auto;
}

.cw-quote-section .cw-content {
    padding: 2em 0 3em;
    background: var(--color-theme-secondary);
}

.cw-quote-section .cw-content .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cw-quote-section .cw-content h5 {
    color: var(--color-theme-primary);
}

.cw-quote-section .cw-content h3 {
    font-weight: 700;
    color: var(--white-text);
}

.cw-quote-section .cw-content p {
    color: var(--white-text);
}

.cw-quote-section .cw-quote {
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .cw-quote-section .cw-quote {
        margin-bottom: 0;
    }
}

.cw-quote-section .cw-phone {
    color: var(--white-text);
    font-weight: 700;
}

.cw-quote-section .cw-phone:hover {
    color: var(--color-theme-primary);
}

.cw-quote-section .cw-content .cw-divider {
    border-top: 1px dotted var(--white-text);
    text-align: center;
    padding-top: 1em;
}

@media (min-width: 992px) {
    .cw-quote-section .cw-content .cw-divider {
        border-top: none;
        border-left: 1px dotted var(--white-text);
        text-align: start;
    }
}

/* Why Choose Us Section */
.cw-why-us {
    padding: 6em 0 10em 0;
    background: url("https://apihoard.webit.com/api/v1/Image/6FF33F0C5A368A53DCB4873F48AEAE01/6FF33F0C5A368A53DCB4873F48AEAE01.jpg?size=1920x1440");
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.75);
    background-blend-mode: overlay;
}

.cw-why-us h5 {
    color: var(--color-theme-primary);
}

.cw-why-us h2 {
    color: var(--color-theme-text);
    font-weight: 700;
    text-shadow: 1px 1px var(--color-theme-text);
}

.cw-why-us h2 span {
    color: var(--color-theme-primary);
}

.cw-why-us hr {
    border-color: var(--color-theme-primary);
    margin-bottom: 2em;
}

.cw-why-us .card {
    background: rgba(255, 255, 255, 0.7);
    border-color: var(--color-theme-primary);
}

.cw-why-us .card:hover {
    background: rgba(255, 255, 255, 1);
}

.cw-why-us .card-title i {
    color: var(--color-theme-primary);
}

.cw-why-us .card-title {
    color: var(--color-theme-text);
}

.cw-why-us .card-body {
    padding: 1.25rem 1.25rem 2.25rem 1.25rem;
}

/* Projects Section */
.cw-projects {
    padding-bottom: 4em;
}

@media (min-width:992px) {
    .cw-projects {
        padding-bottom: 6em;
    }
}

.cw-projects .cw-content {
    padding-top: 3em;
    padding-bottom: 2em;
}

.cw-projects .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cw-projects h5,
.cw-projects h2 span {
    color: var(--color-theme-primary);
}

.cw-projects hr {
    margin-right: 90%;
    border-color: var(--color-theme-primary);
}

.cw-projects img {
    box-shadow: -70px -70px 0 -50px var(--color-theme-primary), 70px 70px 0 -50px var(--color-theme-secondary);
    width: 90%;
    margin: 1em 5%;
}

/* Areas We Service Section w/ side banner*/
.cw-banner {
    margin-bottom: -3em;
}

.cw-banner .cw-side-banner {
    background: var(--color-theme-primary);
    color: var(--white-text);
    padding: 1.25em 0;
}

.cw-banner.cw-side-banner h2 {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .cw-banner .cw-side-banner {
        border-radius: 0 100px 100px 0;
    }
}

.cw-service-area {
    padding: 7em 2em 10em 2em;
    background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_04.jpg");
    background-size: cover;
    background-position: center top;
    background-color: rgba(0, 0, 0, 0.7);
    background-blend-mode: overlay;
    text-align: center;
}

@media (min-width:992px) {
    .cw-service-area {
        text-align: start;
    }
}

.cw-service-area .cw-flex-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.cw-service-area h2 {
    color: var(--white-text);
}


.cw-service-area h2,
.cw-service-area p {
    color: var(--white-text);
}

.cw-service-area hr {
    border-color: var(--color-theme-primary);
    margin: 0 45% 2em 45%;
}

@media (min-width:992px) {
    .cw-service-area hr {
        margin-right: 90%;
        margin-left: 0;
    }
}

.cw-service-area i {
    color: var(--color-theme-primary);
    font-size: 2rem;
}

.cw-service-area .cw-location {
    text-align: center;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cw-service-area img {
    width: 70%;
    margin: auto;
    margin-bottom: 2em;
}

@media (min-width:576px) {
    .cw-service-area img {
        width: 40%;
    }
}

@media (min-width:992px) {
    .cw-service-area img {
        width: 45%;
        margin-bottom: 0;
    }
}

@media (min-width:1200px) {
    .cw-service-area img {
        width: 65%;
    }
}

@media (min-width:1400px) {
    .cw-service-area img {
        width: 45%;
    }
}

/* Service Process */
.cw-service-process {
    margin-bottom: 1em;
}

.cw-service-process .cw-content {
    padding: 2em 0;
}

.cw-service-process h5 {
    color: var(--color-theme-primary);
}

.cw-service-process h2 {
    font-weight: 700;
    text-transform: uppercase;
}

.cw-service-process h2 span {
    color: var(--color-theme-primary);
}

.cw-service-process hr {
    border-color: var(--color-theme-primary);
    margin: 1em 45% 2em 45%;
}

.cw-service-process .card-deck {
    margin-top: 3em;
}

.cw-service-process .card {
    margin-bottom: 4em;
}

.cw-service-process .cw-icons {
    border-radius: 50%;
    background: var(--color-theme-primary);
    margin: -4em auto 2em auto;
    width: fit-content;
}

.cw-service-process .cw-icons i {
    padding: 50px;
    color: var(--white-text);
    font-size: 2.5rem;
}

.cw-footer {
    padding: 8em 0 25em 0;
    border-top: 3px solid var(--color-theme-primary);
    background: url("https://s3.amazonaws.com/fcwebmanager/People/SmartSites/HeroImages/0/people_15.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    margin-top: 3em;
}

@media (min-width:768px) {
    .cw-footer {
        padding: 6em 0 15em 0;
        margin-top: 5em;
    }
}

.cw-footer .cw-footer-quote {
    background: var(--color-theme-secondary);
    border: 1px solid var(--color-theme-primary);
    padding: 1.25em .75em;
    margin-top: -10em;
    border-radius: 30px;
    margin-bottom: 6em;
}

.cw-footer .cw-footer-quote .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cw-footer .cw-footer-quote h5 {
    color: var(--color-theme-primary);
    text-align: center;
}

.cw-footer .cw-footer-quote h3 {
    font-weight: 700;
    color: var(--white-text);
    text-align: center;
}

@media (min-width:992px) {
    .cw-footer .cw-footer-quote h5,
    .cw-footer .cw-footer-quote h3 {
        text-align: start;
    }
}

.cw-footer .cw-footer-quote p {
    color: var(--white-text);
}

@media (min-width:576px) {
    .cw-footer .cw-footer-quote p {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.cw-footer .cw-quote {
    border-radius: 25px;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (min-width:992px) {
    .cw-footer .cw-quote {
        margin-bottom: 0;
    }
}

.cw-footer .cw-phone {
    color: var(--white-text);
    font-weight: 700;
}

@media (min-width:992px) {
    .cw-footer .cw-footer-quote .cw-phone {
        font-size: 1.1rem;
    }
}

@media (min-width:1200px) {
    .cw-footer .cw-footer-quote .cw-phone {
        font-size: 1.5rem;
    }
}

.cw-footer .cw-phone:hover {
    color: var(--color-theme-primary);
}

.cw-footer .cw-footer-quote .cw-divider {
    border-top: 1px dotted var(--white-text);
    text-align: center;
    padding-top: 1em;
}

@media (min-width: 992px) {
    .cw-footer .cw-footer-quote .cw-divider {
        border-top: none;
        border-left: 1px dotted var(--white-text);
        text-align: start;
    }
}

.cw-footer h2 {
    margin-top: 2em;
}

@media (min-width:768px) {
    .cw-footer h2 {
        margin-top: 0;
    }
}

.cw-footer h2,
.cw-footer p,
.cw-footer a {
    color: var(--white-text);
}

.cw-footer a:hover {
    color: var(--color-theme-primary);
}


.cw-footer img {
    background: rgba(255, 255, 255, .85);
    padding: 1em;
    border-radius: 40px;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media (min-width:768px) {
    .cw-footer img {
        width: 60%;
        margin: 1em 20% 2em 20%;
    }
}

@media (min-width:992px) {
    .cw-footer img {
        width: 100%;
        margin: 1em 0
    }
}

/* Global Footer  */
.footer-info-business {
    display: none;
}

.footer {
    background: transparent;
    margin-top: -25em;
}

@media (min-width:768px) {
    .footer {
        margin-top: -13em;
    }
}

.hero {
    background: url("https://apihoard.webit.com/api/v1/Image/654451CACE115D5CEDB34909C2F93EB2/654451CACE115D5CEDB34909C2F93EB2.jpg?size=1920x1440") no-repeat center center;
    margin-top: -1px;
    overflow: hidden;
    padding-top: 8.5em;
    padding-bottom: 7em;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

@media(max-width: 567px) {
    .hero {
        padding-top: 3em;
        padding-bottom: 3em;
        min-height: 410px
    }
}

.hero .hero-container {
    z-index: 2
}

.hero-lines span {
    display: inline-block;
    vertical-align: middle;
    max-width: 55%;
    margin: 0 8px
}

.hero-lines::before,
.hero-lines::after {
    content: ' ';
    height: 3px;
    width: 10%;
    background: var(--color-theme-highlight);
    display: inline-block;
    vertical-align: middle
}

.hero .display-4 {
    font-size: 2rem
}

.hero-btm-line {
    height: 3px;
    width: 75%;
    background: var(--color-theme-highlight);
    margin: 25px auto
}

@media(min-width: 768px) {
    .hero .display-4 {
        font-size: 3rem
    }
    .hero {
        padding-bottom: 15em
    }
}