  /*-- Header --*/

  .header .nav-link {
    text-transform: uppercase;
    font-weight: 400 !important;
  }

  .header .header-info-business a {
    font-size: 1.35rem;
  }

  .header .header-info-business:before {
    font-size: 1.5rem;
  }

  .header .header-business-phone:before {
    font-family: FontAwesome;
    content: "\f10b";
    padding-right: 0.25em;
    color: var(--color-theme-secondary) !important;
  }

  .header .header-business-text:before {
    font-family: FontAwesome;
    content: "\f27b";
    padding-right: 0.25em;
    color: var(--color-theme-secondary) !important;
  }

  .header .navbar .nav-link::before {
    border-width: 1px;
  }

  

/*-- hero --*/
.cw-hero {
    background: var(--color-theme-primary)
}

.cw-heroText {
    margin: auto;
    max-width: 660px;
    background: var(--color-theme-primary)
}

.cw-heroText h1 {
    position: relative;
    z-index: 2;
    border: solid 3px var(--color-theme-border);
    padding: 1em
}

.cw-heroText h1:after {
    content: '';
    position: absolute;
    background-color: var(--color-theme-highlight);
    width: 20%;
    padding: 10px;
    left: 40%;
    transform: skewX(-35deg);
    bottom: -11px
}

.cw-heroText h1 span {
    font-size: 3rem;
    line-height: 1
}

@media(max-width: 567px) {
    .cw-heroText h1 {
        font-size:1.75rem
    }
}

@media(min-width: 768px) {
    .cw-hero:after {
        overflow:hidden;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0,0,0,.5)
    }

    .cw-heroText {
        position: absolute;
        background: rgba(52,50,57,.65);
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        z-index: 99
    }

    .cw-heroText h1 span {
        font-size: 4rem
    }
}

@media(min-width: 1200px) {
    .cw-heroText h1 span {
        font-size:5rem
    }

    .cw-hero img {
        width: 100%
    }
}

/*-- Banner --*/
.cw-banner a.button {
    height: 80px;
    line-height: 80px;
    margin-top: 1em;
    padding: 0 2em;
    background: var(--color-theme-secondary);
    font-size: 1rem
}

@media(min-width: 992px) {
    .cw-banner a.button {
        margin:0;
        padding: 0 1em 0 3.75em
    }

    .cw-banner a.button:before {
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        margin-top: 0;
        border-color: transparent;
        border-top-color: var(--color-theme-primary);
        left: 0;
        border-top-width: 80px;
        border-right-width: 60px;
        border-left-width: 0
    }

    .cw-banner a.button:after {
        top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        margin-top: 0;
        border-color: transparent;
        border-top-color: var(--color-theme-secondary);
        right: -60px;
        border-top-width: 80px;
        border-right-width: 60px;
        border-left-width: 0
    }
}

.cw-banner a.button:focus:after {
    border-top-color: var(--color-theme-secondary)
}
/*-- Homepage Services --*/

.page-home .cw-services {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden
}

.page-home .cw-services .cw-service {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin: 10px 0
}

.page-home .cw-services .cw-service:hover::after {
    width: 100%
}

.page-home .cw-services .cw-service::after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    width: 0;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all
}

.page-home .cw-services .cw-service img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.page-home .cw-services .cw-service .cw-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    bottom: 0;
    margin: 15px;
    border: 4px solid var(--color-theme-border);
    border-radius: 5px;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    width: auto;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-home .cw-services .cw-service .cw-overlay .cw-serviceTitle {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: 0 auto
}

@media(min-width: 992px) {
    .page-home .cw-services .cw-service .cw-overlay .cw-serviceTitle {
        font-size:1.5rem
    }
}

/*-- Homepage What We Offer --*/

.page-home .cw-offerSection h2::after {
    position: absolute;
    width: 20px;
    height: 7px;
    content: " ";
    background: var(--color-theme-primary);
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.page-home .textwithimage-text h2::before, .page-home .cw-offerSection h2::before {
    position: absolute;
    width: 80px;
    height: 1px;
    content: " ";
    background: #ccc;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 3px;
}

.page-home .textwithimage-text h2,.page-home .cw-offerSection h2 {
    position: relative;
    text-align: center;
    padding: 0 0 20px;
    margin-bottom: 25px
}

    .page-home .cw-offerSection {
    margin-bottom: 75px
}

.page-home .cw-offerSection .cw-space {
    margin: 15px 0
}

.page-home .cw-offerSection a {
    width: 100%
}

.page-home .cw-offerSection .cw-offer {
    border: 2px solid #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 10px 0;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0/30%);
    box-shadow: 0 0 5px 0 rgb(0 0 0/30%);
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
    height: 100%
}

.page-home .cw-offerSection .cw-offer div {
    text-align: left
}

.page-home .cw-offerSection .cw-offer div:first-of-type {
    margin-right: 20px
}

.page-home .cw-offerSection .cw-offer div img {
    max-width: 50px
}

.page-home .cw-offerSection .cw-offer div b {
    font-family: montserrat,serif;
    font-size: 14px;
    position: relative;
    padding-bottom: 5px;
    display: block
}

.page-home .cw-offerSection .cw-offer div b::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ccc;
    height: 1px;
    width: 28px
}

.page-home .cw-offerSection .cw-offer div p {
    font-size: 14px;
    margin: 5px 0 0
}

@media(min-width: 1500px) {
    .page-home .cw-offerSection .cw-offer div img {
        max-width:50px
    }

    .page-home .cw-offerSection .cw-offer div b {
        font-size: 20px
    }

    .page-home .cw-offerSection .cw-offer div p {
        font-size: 18px
    }
}