/*-- Global --*/
h1,
h2,
h3 {
  text-transform: uppercase !important;
}

.list {
    padding: 4em 0 1em;
  }
  
  .title + .gallery {
    padding-top: 0;
  }

  .header .navbar .active>.nav-link, .header .navbar .dropdown-item.active, .header .navbar .dropdown-item:active, .header .navbar .show>.nav-link {
    color: var(--header-primary);}

/*-- Header --*/

.header .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.9rem !important;
  }
  
  .header .navbar-dark .navbar-nav .active > .nav-link {
    color: #fff;
  }
  
  nav.navbar.affix {
    border-bottom: 1px solid #d4e0cc;
  }
  
  .header .header-business-phone {
    color: #00468c;
  }
  
  .header .header-business-phone:before {
    margin-right: 0.5rem;
    font-family: FontAwesome;
    content: "\f095";
    color: #30aa31;
  }
  
  .cw-header-info .container {
    max-width: 750px;
  }
  
  .header .header-info-logo-img img {
    width: 300px;
  }
  
  @media (min-width: 992px) {
    .header-business-phone {
      font-size: 1.35rem;
    }
  }
  .header-info {
    display: none;
  }


/*-- Hero --*/

.cw-home-top {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
      url("https://apihoard.webit.com/api/v1/Image/A3D692E90E324A13B2237E861DCFE971/A3D692E90E324A13B2237E861DCFE971.jpg?size=Original");
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-bottom: 5em;
  }  

.page-home .header-info {
  display: none;
}

#hero:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

#hero-content {
  position: relative;
  z-index: 2;
}

#hero img {
  width: 175px;
}

#hero .vertical-divider,
#hero .vertical-divider-container {
  display: none;
}

#hero .vertical-divider-top {
  fill: rgba(255, 255, 255, 0.15);
}

@media (min-width: 768px) {
  #hero {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 75px);
    max-height: 650px;
  }

  #hero:after {
    background: none;
  }

  #hero-content {
    max-width: 350px;
  }

  #hero-content h1 {
    color: var(--color-theme-secondary);
    line-height: 1;
  }
  #hero .vertical-divider-container {
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
  }
  #hero .vertical-divider {
    display: block;
    width: 200%;
    height: auto;
    fill: white;
    margin-top: -100%;
  }

  #hero .vertical-divider-top {
    fill: rgba(255, 255, 255, 0.88);
  }
}
/* LG: 992px & Up */
@media (min-width: 992px) {
    .cw-home-top {
      padding-top: 8em;
      padding-bottom: 8em;
  }
  }
  
  .cw-home-topText {
    margin: auto;
    display: flex;
    justify-content: center;
  }
  .cw-home-topText h1 {
    text-shadow: 0px 0px 2px #000000, 1px 1px 2px #000000;
    padding: 0.5em;
  }
  /* LG: 992px & Up */
  @media (min-width: 992px) {
    .cw-home-topText h1 {
      background: linear-gradient(to right, #ffffff 4px, transparent 4px) 0 0,
        linear-gradient(to right, #ffffff 4px, transparent 4px) 0 100%,
        linear-gradient(to left, #ffffff 4px, transparent 4px) 100% 0,
        linear-gradient(to left, #ffffff 4px, transparent 4px) 100% 100%,
        linear-gradient(to bottom, #ffffff 4px, transparent 4px) 0 0,
        linear-gradient(to bottom, #ffffff 4px, transparent 4px) 100% 0,
        linear-gradient(to top, #ffffff 4px, transparent 4px) 0 100%,
        linear-gradient(to top, #ffffff 4px, transparent 4px) 100% 100%;
      background-repeat: no-repeat;
      background-size: 1em 1em;
      padding: 1em 1.5em;
    }
  }
  
  .cw-home-topText h1 span {
    font-size: 3rem;
    line-height: 1;
  }
  
  @media (max-width: 567px) {
    .cw-home-topText h1 {
      font-size: 1.75rem;
    }
  }
  
  @media (min-width: 768px) {
    .cw-home-topText h1 span {
      font-size: 4rem;
    }
  }
  
  @media (min-width: 1200px) {
    .cw-home-topText h1 span {
      font-size: 5rem;
    }
  }

  /* Navbar */


/* nav.navbar a.navbar-brand {
    display: block !important;
    background: url(https://apihoard.webit.com/api/v1/Image/B6D10C5E6450BBFDE0FB77D8F4CADD97/B6D10C5E6450BBFDE0FB77D8F4CADD97.png?size=320x240) no-repeat !important;
    background-size: contain !important;
    width: 137px !important;
    height: 75px;
    max-width: none;
    color: transparent !important;
  } */
  
  .header .header-container .navbar .container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  
  .header .navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 400;
  }
  
  .header .navbar .navbar-nav .nav-link {
    text-transform: uppercase;
  }
  
/* ================ 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;
  }
  

/*-- Home--*/

.page-home .text {
    padding-top: 4em;
    background: #fff url(https://apihoard.webit.com/api/v1/Image/C5BCEC5D21F13DF2AF26D43A8B31E594/C5BCEC5D21F13DF2AF26D43A8B31E594.png?size=1920x1440) no-repeat center center;
    background-size: cover;
  }
  
  .page-home .list {
    padding: 5em 0 1em;
    background: #fff url(https://apihoard.webit.com/api/v1/Image/CE95C393199757330C3A2153DAB70079/CE95C393199757330C3A2153DAB70079.png?size=Original) no-repeat center top;
    background-size: contain;
  }
  
  .cw-cascade {
    margin: 0 auto;
    padding: 6em 0;
  }
  
  .cw-cascade:before {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.35);
  }
  
  .cw-cascadeText {
    z-index: 2;
  }
  
  .cw-cascade h2,
  .cw-cascade .h2 {
    text-shadow: 2px 2px 0 #002b36;
  }
  
  .cw-cascade h2 {
    font-size: 2.25rem;
  }
  
  @media (min-width: 768px) {
    .page-home .list {
      padding-top: 4em;
      background: #fff url(https://apihoard.webit.com/api/v1/Image/691ECD53E857B9156EDAD8F102285E17/691ECD53E857B9156EDAD8F102285E17.png?size=Original) no-repeat center center;
      background-size: cover;
    }
  }
  
  @media (min-width: 992px) {
    .page-home .textwithimage .textwithimage-img {
      clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    }
  }
  
  @media (max-width: 1199px) {
    .page-home .list h2.list-text-title {
      font-size: 1.25rem;
    }
  }
  
  @media (min-width: 768px) {
    .page-home .cw-cascade {
      padding: 10em 0;
    }
  
    .cw-cascade h2 {
      z-index: 2;
      font-size: 2.75rem;
    }
  
    .cw-cascade .btn {
      width: 380px;
      font-size: 1.75rem;
    }
  }
  
  .pricing-table {
    background-image: linear-gradient(0deg, #30aa3185, transparent),
      url(https://apihoard.webit.com/api/v1/Image/E1B969142131941409A1359EA35AE1DE/E1B969142131941409A1359EA35AE1DE.jpg?size=Original);
    background-size: cover;
    padding: 2rem 0.5rem;
  }
  
  .pricing-table .block-heading {
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .pricing-table .heading {
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-theme-highlight);
    margin-bottom: 10px;
  }
  
  .pricing-table .item {
    background-color: #ffffff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
    border: 2px solid var(--color-theme-highlight);
    padding: 30px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
  }
  
  .pricing-table .col-md-5:not(:last-child) .item {
    margin-bottom: 30px;
  }
  
  .pricing-table .ribbon {
    width: 160px;
    height: 32px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
    background: var(--color-theme-highlight);
    transform: rotate(45deg);
    position: absolute;
    right: -42px;
    top: 20px;
    padding-top: 7px;
  }
  
  .pricing-table .item p {
    text-align: center;
    margin-top: 20px;
    opacity: 0.7;
  }
  
  .pricing-table .features ul {
    font-size: 0.9rem;
    line-height: 2em;
  }
  
  .pricing-table .features li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
  }
  
  .pricing-table li:before {
    content: "\f005";
    font-family: FontAwesome;
    margin-right: 0.35rem;
    color: #2b853b;
    font-weight: 400;
  }
  
  .cw-banner a.button {
    height: 80px;
    line-height: 80px;
    margin-top: 1em;
    padding: 0 2em;
    background: var(--color-theme-highlight);
    font-size: 1.25rem;
  }
  
  @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: rgba(255, 255, 255, 0);
      border-top-color: var(--color-theme-primary);
      left: 0px;
      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: rgba(255, 255, 255, 0);
      border-top-color: var(--color-theme-highlight);
      right: -60px;
      border-top-width: 80px;
      border-right-width: 60px;
      border-left-width: 0;
    }
  
    .pricing-table {
      padding: 4em;
    }
  }
  
  .cw-banner a.button:focus:after {
    border-top-color: var(--color-theme-secondary);
  }
    
/* ============ Services ========== */
.cw-servicSection {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url(https://apihoard.webit.com/api/v1/Image/F152B38EE94BDC8D6BC936AD34EC55F3/F152B38EE94BDC8D6BC936AD34EC55F3.jpg?size=1920x1440);
    background-size: cover;
  }
  .cw-services a .cw-serviceIMG {
    position: relative;
    overflow: hidden;
  }
  
  .cw-services a .cw-serviceIMG img {
    transition: transform 0.5s ease;
  }
  .cw-services a:hover .cw-serviceIMG::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 107, 134, 0.6);
  }
  .cw-services a:hover .cw-serviceIMG img {
    transform: scale(1.2);
    transition: transform 0.5s ease;
  }
  .cw-services a .cw-serviceContent {
    background: linear-gradient(#ffffff, #ffffff 50%, #eeeeee 50%, #eeeeee);
    background-size: 100% 200%;
    transform-origin: top center;
    /*trasition effect for background*/
    transition: background 1s;
    color:#000;
  }
  .cw-services a:hover .cw-serviceContent {
    background-position: 100% 100%;
    color:#000;
  }
  .cw-services a .cw-serviceContent i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #c9e4f8;
    line-height: 2.6em;
  }
  .cw-services a:hover .cw-serviceContent i {
    color: #ffffff;
    background-color: var(--color-theme-highlight);;
  }
  
  .page-trash-bin-cleaning-process .lazy-image{
  max-width: 75%;
  margin: 0 auto
  
  }

  /*-- Subpages --*/

section:not(.page-home):not(.sitemap) .title {
    position: relative;
    padding-top: 4em;
    padding-bottom: 7em;
    background: url(https://apihoard.webit.com/api/v1/Image/A3D692E90E324A13B2237E861DCFE971/A3D692E90E324A13B2237E861DCFE971.jpg?size=1920x1440)
    no-repeat center center;
    background-size: cover;
    text-align: center;
  
  }
  
  section:not(.page-home):not(.sitemap) .title-heading {
    position: relative;
    z-index: 2;
    color: #00468E;
    /* text-shadow: 2px 2px 0 var(--color-theme-secondary); */
    text-transform: uppercase;
  }

  .title + .detailedlist {
    padding-top: 1em;
  }
  
  section:not(.page-home) .title {
    position: relative;
    margin-bottom: 2em;
    height: 200px;
    padding: 2.5em 0 0;
    background: url("https://apihoard.webit.com/api/v1/Image/A3D692E90E324A13B2237E861DCFE971/A3D692E90E324A13B2237E861DCFE971.jpg?size=1920x1440") no-repeat center center;
    background-size: cover;
    text-align: center;
  }
  
  section:not(.page-home) .title-heading {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    /* text-shadow: 2px 2px 0 var(--color-theme-secondary); */
    text-transform: uppercase;
  }
  
  @media (min-width: 768px) {
    section:not(.page-home) .title-heading {
      font-size: 2.5rem;
    }
  
    section:not(.page-home) .title {
      padding-top: 3.5em;
      height: 230px;
    }
  
    section:not(.page-home) .title:after {
      height: 230px;
      background-size: contain;
  
    }
    @media (min-width: 768px) {
        section:not(.page-home):not(.sitemap) .title-heading {
          font-size: 3rem;
        }
  }
  }

  
/*-- Footer --*/

footer.footer {
    padding-top: 1rem;
  }
  
  .grand-scantitle {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: var(--color-theme-secondary);
  }
  
  .hero .grand-scantitle,
  .grand-bgtitle .grand-scantitle {
    color: #eee;
  }
  
  .grand-title {
    word-break: keep-all;
    white-space: pre-wrap;
  }
  
  .grand-title-main {
    font-size: 3rem;
    line-height: 1.2;
  }
  
  .grand-title-sub {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  
  .grand-services-list-title {
    font-size: 1rem;
  }
  
  .grand-text {
    font-size: 17px;
    line-height: 30px;
  }
  
  @media (max-width: 767px) {
    .grand-title-main {
      font-size: 2rem;
    }
  
    .grand-title-sub {
      font-size: 1.9rem;
      line-height: 1.2;
    }
  }
  
  .grand-hero-link {
    color: var(--color-cta-link);
    font-weight: 700;
    text-shadow: 0 0 40px rgba(0, 43, 3, 0.84);
  }
  
  .grand-hero-link:hover {
    color: #fff;
  }
  
  .page-home .list.list-m2 {
    padding-top: 2em;
  }
  
  .grand-parallax {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .grand-parallax .container {
    position: relative;
    z-index: 2;
  }
  
  .grand-parallax-cta {
    padding-top: 10em;
    padding-bottom: 9em;
    color: #fff;
    background-image: url(https://apihoard.webit.com/api/v1/Image/3AD18BCFA9B7F839A83229C3F366F034/3AD18BCFA9B7F839A83229C3F366F034.jpg?size=1920x1440);
  }
  
  .grand-parallax-cta .grand-scantitle {
    color: #ddd;
  }
  
  .grand-parallax-cta::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  
  @media (max-width: 768px) {
    .grand-parallax-cta {
      padding-top: 4em;
      padding-bottom: 3em;
    }
  
    .grand-parallax-cta::after {
      background: rgba(0, 0, 0, 0.6);
    }
  }
  
  .page-home .contact {
    padding-top: 1em;
  }
  
  .grand-bgtitle {
    padding-top: 7em;
    padding-bottom: 7em;
    color: #fff;
  }
  
  .grand-bgtitle > div {
    position: relative;
    z-index: 2;
  }
  
  .grand-bgtitle::after {
    overflow: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
  }
  
  /* ======================= Internal page ============== */
  .title {
    text-transform: uppercase;
  }
  
  /*--- Floating links ---*/
  .cw-lets-talk {
    position: fixed;
    z-index: 3;
    bottom: 1em;
    right: 1em;
    border-radius: 25px;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
  }
  
  .cw-lets-talk:hover {
    cursor: pointer;
  }
  
  .hidden {
    display: none;
  }
  
  #contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
  }
  
  #contactBtns a {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 10px;
    border-radius: 50%;
    background: #fff;
  }
  
  #contactBtns .fa {
    font-size: 35px;
    color: var(--color-theme-primary);
  }
  