/*-- Global --*/

.list {
    padding-bottom: 0;
}

.list-wrap {
    margin-bottom: 2em;
}

.header .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
}

.btn-primary {
    color: #ffffff !important;
}

.btn-primary:hover {
    color: #354065 !important;
}

/*--- Hero ---*/
.hero {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://apihoard.webit.com/api/v1/Image/B26EF9260DD30FF4737B62E836ED3F50/B26EF9260DD30FF4737B62E836ED3F50.jpg?size=Original") 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: 440px) {}

@media (min-width: 768px) {
    .hero .display-4 {
        font-size: 3rem;
    }

    .hero {
        padding-bottom: 15em;
    }
}


/* ============== What we do section ============ */
.cw-whatwedo {
    background-color: #ffffff;
    max-width: 1260px !important;
    position: relative;
}

.cw-whatwedo hr {
    border-top-color: rgba(53, 64, 101, 0.6);
}

.cw-whatwedo h2,
.cw-whatwedo h4,
.cw-whatwedo h5,
.cw-whatwedo p,
.cw-whatwedo a {
    color: #354065;
}

.cw-whatwedo span {
    color: #759c89 !important;
}

.cw-wwdc a:hover {
    color: var(--color-theme-highlight) !important;
}

.cw-whatwedo .display-4 {
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .cw-whatwedo {
        margin-top: -5em;
    }

    .cw-whatwedo .display-4 {
        font-size: 3.5rem;
    }
}

/* ================= About us =========== */
.cw-aboutUS {
    margin-top: 3rem;
}


@media (min-width: 992px) {
    .cw-aboutUS {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }

    .cw-aboutUSIMG {
        margin-top: -29em;
        margin-bottom: -9em;
    }
}

@media (min-width: 1200px) {
    .cw-aboutUS {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }

    .cw-aboutUSIMG {
        margin-top: -28em;
        margin-bottom: -12em;
    }
}

@media (min-width: 1600px) {
    .cw-aboutUSIMG {
        margin-top: -26em;
    }
}

/* ================ Quote section ========== */
.cw-quoteSection {
    background:
        linear-gradient(rgba(0, 0, 0, 0.7),
            rgba(0, 0, 0, 0.7)),
        url(https://apihoard.webit.com/api/v1/Image/08397EBBE115077D849BDCB795504DD2/08397EBBE115077D849BDCB795504DD2.jpg?size=1920x1440);
    background-position: center;
}

.page-home .form-disclaimer,
.page-home .form-smtext {
    display: none;
}

.page-home .form {
    background-color: #eeeeee;
}

@media (min-width: 992px) {
    .page-home .form-wrap {
        margin-top: -32em;
        background-color: #eeeeee;
        padding: 40px;
        width: 50%;
        position: absolute;
        right: 5em;
        -webkit-box-shadow: 0 10px 32px 0 rgb(0 220 0 / 10%);
        -moz-box-shadow: 0 10px 32px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 10px 32px 0 rgb(0 0 0 / 10%);
    }

    .page-home .form {
        background-color: #ffffff;
        padding-top: 0 !important;
    }
}

@media (min-width: 1600px) {
    .page-home .form-wrap {
        width: 30%;
        right: 26em;
    }
}

/* ============= Banner ============ */
.cw-banner {
    background:
        linear-gradient(rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)),
        url(https://apihoard.webit.com/api/v1/Image/D5C0521F16F7F054B84169BE33381E27/D5C0521F16F7F054B84169BE33381E27.jpg?size=1920x1440);
    background-position: bottom;
    background-size: cover;
}

/*-- Subpages --*/

section:not(.page-home) .title:first-of-type {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("https://apihoard.webit.com/api/v1/Image/B26EF9260DD30FF4737B62E836ED3F50/B26EF9260DD30FF4737B62E836ED3F50.jpg?size=Original") no-repeat center center;
    overflow: hidden;
    min-height: 150px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 1em;
    padding-top: 50px;
}

section:not(.page-home) .title:first-of-type h1 {
    color: white;
}

.title+.businessinfo {
    padding-top: 2em;
}

/*--- About US Page ---*/
.page-about-us .lazy-image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.page-about-us .lazy-image.loaded img {
    border-radius: 10px;
    margin-bottom: 1px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*--- Services Page ---*/
.page-services .lazy-image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.page-services .lazy-image.loaded img {
    border-radius: 10px;
    margin-bottom: 1px !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* Internal text w/img */

section:not(.page-home, .page-about-us) .textwithimage-img {
    box-shadow: 10px 10px 27px #00000042 !important;
  }
  
  section:not(.page-home, .page-about-us) .lazy-image.loaded img {
    border-radius: 10px !important;
  }


  /* Home List Text */

  .modpad {
    padding-left: 0;
    padding-right: 0;
  }

  @media (min-width: 992px) {
    .modpad {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 769px) {
    .modpad {
      padding-left: 25px;
      padding-right: 25px;
    }
  }

  .webit-services-wrapper {
    max-width: 750px;
  }

  .webit-services-wrapper p {
    font-size: 1rem;
    line-height: 1.8em;
  }

  .webit-services-list {
    margin-bottom: -9px;
  }

  .webit-services-list li {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 32px;
  }

  .webit-services-list li::before {
    float: left;
    overflow: hidden;
    width: 22px;
    height: 22px;
    content: "";
    margin-left: -30px;
    background-image: url("https://apihoard.webit.com/api/v1/Image/110BAB84D9D0FDF5CC3D9430BAAB4FA4/110BAB84D9D0FDF5CC3D9430BAAB4FA4.png?size=Original");
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
  }

  @media (min-width: 768px) {
    .page-home .webit-services .container {
      padding-top: 3.5em;
      padding-bottom: 3.5em;
    }

    .webit-services .container {
      max-width: 100%;
    }
  }

  @media (min-width: 1350px) {
    .webit-services .container {
      max-width: 90%;
    }
  }

  @media (min-width: 1450px) {
    .webit-services .container {
      max-width: 80%;
    }
  }

  @media (min-width: 1730px) {
    .webit-services .container {
      max-width: 70%;
    }
  }


  /* About Page Cards */

  .cw-process span:before {
    content: 'Step';
    display: inline-block;
    letter-spacing: .1em;
    position: absolute;
    top: .75rem;
    left: -1.5rem;
    transform: rotate(90deg);
    transform-origin: 25% 50%;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    color: var(--color-theme-secondary)
  }
  
  .cw-process span {
    position: absolute;
    top: .5rem;
    left: 2.25rem;
    line-height: 1;
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--color-theme-secondary)
  }
  
  .cw-process .card {
    margin: 5px;
      padding: 0 1rem;
      background: #C5373B;
    color: #fff;
    box-shadow: 10px 10px 27px #00000042 !important;
  }
  
  .cw-process .card-title {
    /* height: 120px; */
    padding: 1.5rem 0 0;
    text-transform: none;
    font-size: 1rem;
    color: rgb(255, 255, 255)
  }
  
  .card-text:last-child {
    margin-bottom: 1rem
  }
  
  .cw-process .card-text {
    font-size: .875rem
  }
  
  @media(min-width: 576px) {
    .cw-process .card-deck .card {
        min-width:220px
    }
  }
  
  @media(min-width: 992px) {
    .cw-process .card-deck .card {
        min-width:100px
    }
  }