    /*-- Header --*/

    .header .container {
        max-width: none
    }
    
    .header .navbar-dark .navbar-nav .nav-link {
        line-height: 36px;
        text-transform: uppercase;
    }
    
    .header .navbar-dark .navbar-nav>.active .nav-link {
        color: #222!important;
    }
    
    .header .header-info-logo-img img {
        width: 181px
    }
    
    .cw-header-contact {
        padding: .75em
    }
    
    .cw-header-contact span {
        vertical-align: middle
    }
    
    .header a.header-business-phone {
        vertical-align: middle;
        color: #fff;
        font-weight: 700;
        font-size: 1.1rem
    }
    
    section:not(.page-home) .title {
        position: relative;
        padding: 2em 0;
        background: url("https://apihoard.webit.com/api/v1/Image/856F4A5C8333E1504DCE363AB5DCCE52/856F4A5C8333E1504DCE363AB5DCCE52.jpg?size=1920x1440") no-repeat center center;
        background-size: cover;
        text-align: center
    }
    
    section:not(.page-home) .title:after  {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0,0,0,.65)
    }
    
    section:not(.page-home) .title .title-heading {
        position: relative;
        z-index: 2;
        text-shadow: 5px 2px black;
        color: var(--color-theme-highlight)
    }
    
    @media(min-width: 992px) {
        .header .header-info-logo-img {
            position: fixed;
            top: .5rem;
            left: 0;
            z-index: 2001;
            padding: 0
        }
        
        nav.navbar .container {
            position: relative;
            margin: 0 auto
        }
        
        .navbar-nav {
            position: absolute;
            right: 0;
            top: 3.75rem
        }
        
        .header .navbar,.header .navbar.bg-primary.cw-scrolled .navbar-nav {
            top: 0;
            background: #111;
            border: 1px solid rgb(243 236 10 / 43%);
            border-top: none;
        }
        
        .header .header-info-logo-img img.cw-shrink {
            width: 100px
        }
        
        .cw-header-contact {
            position: absolute;
            z-index: 2000;
            top: 0;
            width: 100%
        }
        
        section:not(.page-home) .title {
            margin-bottom:2.5em;
            padding: 10em 0 1.5em
        }
        
        section:not(.page-home) .title .title-heading {
            font-size: 2.75rem
        }
    }


    @media (min-width:992px) {
        .header .navbar .nav-item:not(.active) .nav-link {
            color: #fff;
        }
    }


.cw-hero {
    background: url("https://apihoard.webit.com/api/v1/Image/856F4A5C8333E1504DCE363AB5DCCE52/856F4A5C8333E1504DCE363AB5DCCE52.jpg?size=1920x1440");
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    padding: 10vh 0;
  }
  .cw-heroText {
    margin: auto;
    max-width: 660px;
    background: transparent;
  }
  .cw-heroText h1 {
    position: relative;
    z-index: 2;
    background: var(--color-theme-primary);
    background: linear-gradient(to right, white 4px, transparent 4px) 0 0, linear-gradient(to right, white 4px, transparent 4px) 0 100%, linear-gradient(to left, white 4px, transparent 4px) 100% 0, linear-gradient(to left, white 4px, transparent 4px) 100% 100%, linear-gradient(to bottom, white 4px, transparent 4px) 0 0, linear-gradient(to bottom, white 4px, transparent 4px) 100% 0, linear-gradient(to top, white 4px, transparent 4px) 0 100%, linear-gradient(to top, white 4px, transparent 4px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 40px 25px;
    padding: 1em;
  }
  .cw-heroText h1 span {
    color: var(--color-theme-secondary);
    text-shadow: 2px 2px 0 rgb(255 255 255);
    font-size: 3rem;
    line-height: 1;
  }
  @media (max-width: 567px) {
    .cw-heroText h1 {
      font-size: 1.75rem;
    }
  }

  @media (min-width:992px) {
      .cw-hero {
  padding: 24vh 0 15vh 0;
}
  }

  @media (min-width:1400px) {
      .cw-hero {
  padding: 30vh 0 20vh 0;
}
.cw-heroText h1 {
      font-size: 3rem;
    }

  }
  /* @media (min-width: 768px) {
    .cw-heroText h1 {
      position: absolute;
      bottom: 50px;
    }
  }
  @media (min-width: 1200px) {
    .cw-heroText h1 {
      bottom: 35%;
    }
  } */


  .cw-banner {
    padding: 1em 0;
    background-color: #000C39;
}

.cw-banner h4 {
margin-bottom: 0;
font-size: 1.75rem;
text-transform: uppercase;
}

.cw-banner h4 a {
    margin-top: 0;
    color: var(--color-theme-primary);
}

.cw-banner h4 a:hover {
    color: var(--color-theme-secondary);
}


.cw-contact-banner {
    background: url("https://apihoard.webit.com/api/v1/Image/5EE2D0A5BA0623EC96FA504FDF178657/5EE2D0A5BA0623EC96FA504FDF178657.jpg?size=1920x1440");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.5);
    background-blend-mode: overlay;
    padding: 2em 0;
}

.cw-contact-bannerText {
    margin: auto;
    max-width: 660px;
    background: var(--color-theme-primary)
}

.cw-contact-bannerText h2 {
    position: relative;
    z-index: 2;
    border: solid 3px var(--color-theme-border);
    padding: 1em
}

.cw-contact-bannerText h2:after {
    content: '';
    position: absolute;
    background-color: var(--color-theme-highlight);
    width: 20%;
    padding: 10px;
    left: 40%;
    transform: skewX(-35deg);
    bottom: -11px
}

.cw-contact-bannerText h2 span {
    font-size: 3rem;
    line-height: 1
}

@media(max-width: 567px) {
    .cw-contact-bannerText h2 {
        font-size:1.75rem
    }
}

@media(min-width: 768px) {
    /* .cw-contact-banner:after {
        overflow:hidden;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(0,0,0,.5)
    } */

    /* .cw-contact-bannerText {
        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-contact-bannerText h2 span {
        font-size: 4rem
    }
}

@media(min-width: 1200px) {
    .cw-contact-bannerText h2 span {
        font-size:5rem
    }

    .cw-contact-banner img {
        width: 100%
    }
}