/* header */

/* Navbar */
.header .navbar:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 4px;
}

.header .navbar-nav .nav-link {
    text-transform: uppercase;
    line-height: 2.5em;
    font-size: .85rem
}

/* Header */
.cw-header {
    background: var(--header-background);
    color: var(--header-text);
    padding: 5px 0;
}

.cw-header .cw-header-logo {
    text-align: center;
}

.cw-header .cw-header-logo img {
    width: 305px
}

.cw-header .cw-header-contact {
    padding: .5rem 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}

.cw-header a:not(.btn) {
    color: inherit;
}

.cw-header a:not(.btn):hover {
    color: var(--color-theme-highlight);
}

.cw-header .cw-phone:before {
    font-family: FontAwesome;
    content: "\f2a0";
    background: var(--color-theme-highlight);
    color: var(--color-theme-text-btn);
    border-radius: 50%;
    margin-right: .5rem;
    line-height: 1;
    padding: 8px 10px;
}


@media (min-width: 576px) {}

@media (min-width: 768px) {
    .cw-header .cw-header-contact {
        flex-flow: row wrap;
    }
}

@media (min-width: 992px) {
    .cw-header .cw-header-logo {
        text-align: left;
    }

    .cw-header .cw-header-contact {
        font-size: 1.1rem;
        text-align: right;
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {}

@media(min-width: 1440px) {
    .header .container {
        max-width: 1400px
    }
}

.header .navbar .navbar-nav .nav-link {
    color: #000 !important;
}

.header .navbar .active>.nav-link{
    color: #fff !important;
}

.header .navbar .show>.nav-link {
    color: #fff !important;
}

.header .navbar .dropdown-item {
    color: #000 !important;
}

.header .navbar .dropdown-item.active{
  color: #fff !important;
}

/* hero */

        /* MEDIA ==== */
        @media(max-width: 812px) {
            .hero {
                padding-top: 3em;
                padding-bottom: 3em;
                min-height: 410px;
            }   
    
            .hero .display-4 {
                font-size: 1.5rem !important;
            }
    
            .hero h4 {
                font-size: 1rem !important;
                text-align: center;
            }
        }
    
        /* Hero */
        .hero {
            background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url("https://apihoard.webit.com/api/v1/Image/25EAEA66C8E5CC2B846B9842A59BED6C/25EAEA66C8E5CC2B846B9842A59BED6C.jpg?size=1920x1440") no-repeat 65% top;
            margin-top: -1px;
            display: block;
            position: relative;
            overflow: hidden;
            min-height: 700px;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    
        .hero .hero-container {
            position: relative;
            z-index: 2;
        }
    
        .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: 4px;
            width: 10%;
            background: var(--color-theme-highlight);
            display: inline-block;
            vertical-align: middle;
        }
    
        .hero .display-4 {
            font-size: 3rem;
        }
    
        .hero-btm-line {
            height: 4px;
            width: 75%;
            background: var(--color-theme-highlight);
            margin: 20px auto;
        }

        /* homepage services */

  .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: 1.15em;
    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/C654070AAC22CCEE717C0C19B6E27903/C654070AAC22CCEE717C0C19B6E27903.png?size=1920x1440');
    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;
    }

    .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%;
    }
  }

  /* parallax */

  .cw-special-offer .hero-wrapper {
    position: relative;
    overflow: hidden;
    background-image: url(https://apihoard.webit.com/api/v1/Image/F6153263AC622319DE3BE5E12D223E7B/F6153263AC622319DE3BE5E12D223E7B.jpg?size=1920x1440);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 0
}

.cw-special-offer .hero-wrapper:after {
    overflow: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(33,33,45,.75)
}

.cw-special-offer .hero-wrapper .hero-container {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 1653px;
    margin: auto;
    padding: 1em
}

.cw-special-offer .hero-wrapper .hero-row h3,.cw-special-offer .hero-wrapper .hero-row .lead {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

.cw-special-offer .hero-wrapper .hero-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    /* text-shadow: 2px 2px 2px rgba(65,65,75,.75) */
}

.cw-special-offer .hero-wrapper .hero-content p {
    color: #fff;
    /* background-color: rgba(255,255,255,.75); */
    border-radius: 5px;
    padding: 1%
}

@media(max-width: 767px) {
    .cw-special-offer .hero-wrapper:after {
        background:rgba(33,33,45,.75)
    }
}
    .cw-special-offer .hero-wrapper .hero-row {
        min-height: auto
    }

    .cw-special-offer .hero-wrapper .hero-row h1 {
        font-size: 2.5em
    }

    .cw-special-offer .hero-wrapper .hero-content h3 {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
        /* text-shadow: 2px 2px 2px rgba(65,65,75,.75) */
    }

  /* why choose us */

  .cw-box {
    padding-top: 80px;
    padding-bottom: 60px
  }

  .cw-boxPart {
    /* background: #112457; */
    padding: 25px 10px;
    color: #000;
  }

  .cw-boxText {
    margin: 20px 10px;
  }

  .cw-serviceimg{
      padding-bottom: 10px;
  }

  /* about us page */

  .page-about-us .detailedlist{
    padding-bottom: 10px !important;
  }

  /* residential services */

  .cw-srvcheadline{
    font-size: 25px;
  }

  .cw-boxsrvc {
    padding: 0px 0px;
  }
  
  .cw-boxPartsv {
      padding-top: 35px;
      padding-right: 30px;
      padding-left: 30px;
      margin: 15px 15px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #000;
  }

  .cw-boxPartsv img{
    max-width: 100px;
    margin: 0 auto;
  }
  
  .cw-boxText {
    margin: 0px 20px;  
  }

  @media(max-width: 510px) {
    .cw-boxPartsv {
      padding-right: 5px;
      padding-left: 5px;
    }
}

/* commercial services */

.page-fleet-washing .textwithimage-in-container{
  padding-top: 15px;
  padding-bottom: 3em;
}

.page-building-power-washing .textwithimage-in-container{
  padding-top: 15px;
  padding-bottom: 3em;
}

.page-concrete-cleaning .textwithimage-in-container{
  padding-top: 15px;
  padding-bottom: 3em;
}

.page-window-cleaning .textwithimage-in-container{
  padding-top: 15px;
  padding-bottom: 3em;
}

.page-maintenance-program .textwithimage-in-container{
  padding-top: 15px;
  padding-bottom: 3em;
}

.cw-commercial{
        padding-top: 14px;
        padding-bottom: 8px;
    }
      .cw-boxPartsvv {
      padding-top: 35px;
      padding-right: 30px;
      padding-left: 30px;
      margin: 15px 15px;
    margin-bottom: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #000;
  }

    @media(max-width: 510px) {
    .cw-boxPartsvv {
      padding-right: 5px;
      padding-left: 5px;
    }
}