/*-- Global --*/

h1, h2, h3, h4 {
  text-transform: uppercase;
}

.btn:hover {
  color: #111 !important;
}

/*-- Header --*/

.header .container {
  max-width: none
}

.header .navbar-dark .navbar-nav .nav-link {
  line-height: 28px;
  text-transform: uppercase;
  font-size: .9rem
}

.header .navbar-dark .navbar-nav .nav-link:hover {
  background: #d7263d;
  color: #fff
}

.header .navbar-dark .navbar-nav>.active .nav-link {
  color: #fff !important
}

.header .header-info-logo-img img {
  width: 310px
}

.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
  border-width: 0 !important
}

.cw-header-contact {
  padding: .25rem;
  font-size: .9rem
}

.cw-header-contact span {
  vertical-align: middle;
  font-weight: bold;
}

.header a.header-business-phone {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  vertical-align: middle;
}

@media(min-width: 992px) {
  .header .header-info-logo-img {
    position: fixed;
    top: 5px;
    z-index: 2001;
    padding: 0
  }

  nav.navbar .container {
    position: relative;
    height: 125px;
    margin: 0 auto;
  }

  .navbar-nav {
    position: absolute;
    right: 0;
    bottom: 22px;
  }

  .header .navbar, .header .navbar.bg-primary {
    box-shadow: 2px 2px 0 rgb(29 91 116 / 18%)
  }

  .cw-header-contact {
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
  }
}

/*-- Hero --*/

@media(max-width: 812px) {
  .jumbotron {
    margin-bottom: 0 !important
  }

  .jumbotron h2 {
    font-size: 2em !important
  }

  .jumbotron h3 {
    font-size: 1.25em !important
  }


}


.hero {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/2B1A2AA85925FA2B0614E06315ADA446/2B1A2AA85925FA2B0614E06315ADA446.jpg?size=1920x1440");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 13vw;
  position: relative
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 7rem;
  background-color: transparent !important;
  border-radius: none !important;
  width: 800px
}

@media(max-width: 440px) {
  .jumbotron h2 {
    font-size: 1.5em !important;
  }
}

@media (max-width:576px) {
  .hero-divider {
    display: none !important
  }

}

@media(min-width: 576px) {

  .cw-before::before,
  .cw-before::after {
    content: ' ';
    height: 5px;
    width: 20%;
    background: var(--color-theme-primary);
    display: inline-block;
    vertical-align: super;
    margin: 0 5px;

  }

}

.jumbotron h2,
.jumbotron p {
  text-shadow: 2px 2px 2px #1a1817;
}


.hero-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 170px;
  fill: #fff;
  transform: rotate(-180deg)
}

@media(min-width: 768px) {
  .jumbotron {
    padding: 8rem 0;
  }

}

@media(min-width: 992px) {
  .jumbotron {
    margin-bottom: 6rem;
  }

}

.text,
.cw-hiring {
  background-image: linear-gradient(45deg, rgba(3, 148, 69, 0.4), rgba(3, 148, 69, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/6176E350DD2FD2D442E095EB7D1D0986/6176E350DD2FD2D442E095EB7D1D0986.png?size=1920x1440");
  background-position: 50% 50%;
  background-size: cover;
  text-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
}

.page-home .title {
  background-image: linear-gradient(45deg, rgba(241, 90, 36, .4), rgba(241, 90, 36, .4)),
    url("https://apihoard.webit.com/api/v1/Image/0174B253BACEC3AF4CBA5ED04A1FC6BD/0174B253BACEC3AF4CBA5ED04A1FC6BD.png?size=1920x1440");
  background-position: 50% 50%;
  background-size: cover;
  text-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
}

.page-home .detailedlist-stacked-side .detailedlist-item {
  padding: 5em 0 2em 0 !important;
}

/* .cw-hero {
    padding: 9rem 0;
    overflow: hidden;
}

.cw-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0 0 0 / 41%)
}

.cw-heroText {
    z-index: 2
}

.cw-heroText h1 {
    font-size: 2rem;
    text-shadow: 2px 2px #000
}

.cw-heroText h1 span {
    margin-bottom: 1rem;
    font-size: 60%
}

.cw-heroText .lead {
    text-shadow: 2px 2px #000
}

#hero-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200%;
    z-index: 2;
}

#hero-divider path {
    fill: #ffffff;
}

@media (min-width: 500px) {
    #hero-divider {
        width: 100%;
    }

    .cw-heroText h1 {
        font-size: 2.5rem
    }
}

@media(min-width: 992px) {
    .cw-hero {
        padding: 14rem 0
    }

    .cw-heroText h1 {
        font-size: 2.75rem
    }

    .cw-heroText .lead {
        font-size: 1.65rem
    }

    #hero-divider {
        bottom: -24px;
        width: 100%;
    }

}

@media(min-width: 1400px) {

    .cw-hero {
        padding: 16rem 0;
    }

    .cw-heroText h1 {
        font-size: 3.25rem
    }
} */

/*-- Home --*/

.cw-hero-subheader span {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 700;
}

.page-home .list {
  padding: 3.5rem 0 .5rem;
}

.page-home .textwithimage {
  text-align: center
}

.page-home .textwithimage h2 {
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .page-home .list .list-text-title {
    font-size: 1.5rem
  }

  .page-home .textwithimage h2 {
    font-size: 1.85rem;
  }
}

@media(min-width: 1440px) {

  .page-home .list .container,
  .page-home .galleryslideshow .container {
    max-width: 1400px
  }

}

/*-- Subpages --*/

section:not(.page-home) .title {
  margin-top: 1.5rem;
  text-align: center;
}

/* --- Reviews summary list --- */

.page-reviews .list {
  padding: 0 0 4em;
}

.page-reviews .list .list-wrap {
  margin-bottom: 2rem;
  padding: 1px 0 1rem;
  background: #fcfcfd;
}

.page-reviews .list-img-wrap {
  padding: 30px 0 15px;
  margin-top: 1.25rem;
}

.page-reviews .list .list-text-title {
  font-size: 1.15rem;
}

.page-reviews .list-text-description {
  padding: 1rem 1.5rem;
  font-style: italic;
  font-size: 0.95rem;
}

.page-reviews .list-img-photo {
  background-size: 130px;
}



/* Home Hero Section custom css */


/* Custom Code Your Own - Home Page */

/* TOP MAIN SECTION */

.cw-main {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 75vh;
}

.cw-main h1 {
  font-size: clamp(1.2rem, 4vw + 1rem, 2rem);
  color: #faf7f0;
  height: 100%;
  /* font: 2.25em montserrat ,sans-serif; */
  text-transform: uppercase;
  /* letter-spacing:8px; */
  padding: 10px 10px;
  text-shadow: 2px 1px 0px #e98848, 3px 2px 0px #f09f69;
  position: relative;
  background: #E3762B;
  border-top: 3px solid #faf7f0;
  border-bottom: 3px solid #faf7f0;
}

.cw-main p {
  margin: 1em;
}

.cw-main:before {
  background-color: #007026;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)),
    url(https://apihoard.webit.com/api/v1/Image/135B9CB0C5AC77A0E302A08164F3FD66/135B9CB0C5AC77A0E302A08164F3FD66.jpg?size=1920x1440);
  background-attachment: fixed;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.cw-overflow {
  overflow: hidden !important;
}

/* services */

  img{
  height: 100%;
  width: 100%;
  }
  
  .cw-parentContainer {
  position: relative;
  text-align: center;
  color: white;
  }
  
  .cw-centered {
      position: absolute;
    top: 50%;
    
    width: 100%;
    height: 100%;
}
  h5 {
    background-color:rgba(193,73,0,0.7);
    padding: 0.75rem;
    transition: 0.3s;
}
h5:hover{
  background-color:rgba(193,73,0,1);

}
  .cw-clipped-section2 {
   background-image: url('https://apihoard.webit.com/api/v1/Image/0C8F646B6D1B99CB94DCBD60EF410DD0/0C8F646B6D1B99CB94DCBD60EF410DD0.jpg?size=1920x1440');
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: polygon(0 8vw,100% 0%,100% 100%,0% calc(100% - 8vw));
    margin-top: -8vw;
    padding-top: 8vw;
    padding-bottom: 8vw;
}

.cw-clipped-section2 a{
  color: #ffffff !important;
}

#services {
  position: relative;
  z-index: 1;
}

#services::after {
  content: "";
  position: absolute;
  bottom: -128px;
  height: 150px;
  width: 110%;
  background-color: #fff;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(4deg);
  z-index: -1;
  overflow: hidden;
}

/* .cw-exper-slantWhite:after {
    content: "";
    position: absolute;
    
    left: -20px;
    top: -94px;
    height: 150px;
    width: 110%;
    background-color: #fff;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(4deg);
    z-index: 10;
    overflow: hidden;
} */

.cw-slantLight,
.cw-slantWhite {
  position: relative;
}

.cw-wrap .cw-btn {
  border-radius: 50px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: #0083cd;
  color: #ffffff !important;
}

.cw-main .cw-btn:hover {
  background-color: #003d67;
}

.cw-main .cw-subHeading {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
}

.cw-main a {
  color: #ffffff;
  font-weight: bolder;
}

.cw-main a:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* MIDDLE WHY CHOOSE US SECTION */

.cw-whyChooseUs {
  padding: 1.5em 0 5em;
}

.cw-bgLight {
  background-color: #f2f2f2;
}

.cw-whyChooseUs h6 {
  font-size: 1.75em;
  color: rgba(0, 0, 0, 0.5) !important;
  text-transform: uppercase;
}

.cw-whyChooseUs h5 {
  font-size: 2.5em;
  color: #343a40;
  text-transform: uppercase;
  margin-bottom: 2em;
}

.cw-whyChooseUs .cw-features {
  margin-bottom: 30px;
}

.cw-features .cw-mediaBody {
  color: rgb(134, 142, 150);
}

.cw-features .cw-mediaBody h5 {
  font-size: 1.75em;
  color: rgba(0, 0, 0, 0.5) !important;
  margin-bottom: 1em;
}

.cw-features .cw-mediaBody p {
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 768px) {
  .cw-main {
    height: inherit;
    text-align: center !important;
    padding: 5em 0 7em;
  }
}

/* SM: 768px & Up */
@media (min-width: 768px) {
  .cw-main {
    padding: 5em 0 6em;
  }

  .cw-slantLight:after {
    bottom: -70px;
  }
}

/* MD: 992px & Up */
@media (min-width: 992px) {
  .cw-whyChooseUs {
    padding: 1.5em 0 7em;
  }

  .cw-slantWhite:after {
    bottom: -100px;
  }

  .cw-slantLight:after {
    bottom: -60px;
  }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
  .cw-slantLight:after {
    bottom: -45px;
  }
}

/* Custom LG: 1400px & Up */
@media (min-width: 1400px) {
  .cw-slantLight:after {
    bottom: -75px;
    height: 150px;
  }

  .cw-main {
    padding: 6em 0 9em;
  }
}

/* Custom XLG: 1800px & Up */
@media (min-width: 1800px) {
  .cw-whyChooseUs {
    padding: 1.5em 0 9em;
  }

  .cw-slantWhite:after {
    height: 170px;
    bottom: -100px;
  }
}


/* Gallery */
/* h1 {
    height: 60px;
    font: 2.25em montserrat ,sans-serif;
      text-transform: uppercase;
    letter-spacing:8px;
      padding: 10px 0;
    text-align:center;
      color: #faf7f0;
      text-shadow: 2px 1px 0px #042b36, 3px 2px 0px #60a598;
      position: relative;
    background: #042b36;
    border-top: 3px solid #faf7f0;
    border-bottom: 3px solid #faf7f0;
  } */


.sectionheader {
  position: relative;
}

.cw-lab-item {
  width: 100%;
  height: 416px;
  position: relative;
  display: inline-block;
}



.cw-hexagon {
  clip-path: polygon(50% 0%, 1% 28%, 2% 72%, 51% 99%, 100% 74%, 100% 25%);  
  background-image: linear-gradient(45deg,rgba(1,0,0,0.7),rgb(0 0 0)),url(https://apihoard.webit.com/api/v1/Image/D5DCC3C6525B293E06A61882A374C458/D5DCC3C6525B293E06A61882A374C458.jpg?size=1920x1440);

}









#lab article {
  padding-top: 25px;
  width: 820px;
  margin: 0 auto;
}

.lab_item:nth-child(7n-2) {
  margin-left: 101px;
}

.lab_item:nth-child(n+5) {
  margin-top: -55px;
}

@media (max-width: 1200px) {
  #lab {
    width: 100%;
  }

}

@media (max-width: 992px) {
  .lab_item:nth-child(5n-1) {
    margin-left: 102px;
  }

  .lab_item:nth-child(n+4) {
    margin-top: -62px;
  }

  .lab_item:nth-child(7n-2) {
    margin-left: 0px;
  }

  .lab_item:nth-child(n+5) {
    margin-top: -56px;
  }

  #lab article {
    width: 610px;
  }

}

@media (max-width: 768px) {
  #lab article {
    width: 405px;
  }

  .lab_item:nth-child(5n-1) {
    margin-left: 0px;
  }

  .lab_item:nth-child(3n) {
    margin-left: 102px;
  }

  .lab_item:nth-child(n+3) {
    margin-top: -56px;
  }

}

@media (max-width: 576px) {
  #lab article {
    width: 300px;
  }

  .lab_item:nth-child(3n) {
    margin-left: 0px;
  }

  .lab_item:nth-child(2n) {
    margin-left: 102px;
  }

  .lab_item:nth-child(n+2) {
    margin-top: -56px;
  }

}


/* why choose us */
/* MIDDLE WHY CHOOSE US SECTION */


 /* .cw-whyChooseUs::before {
  content: "";
  position: absolute;
  
  margin-top: -103px;
  height: 171px;
  width: 110%;
  background-color: #c7d6db;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  z-index: 1;
   overflow: hidden;
} */

/* .cw-whyChooseUs {
  background: var(--color-theme-background);
  clip-path: polygon(0 8vw, 100% 0%, 100% 100%, 0% 85%);
  margin-top: -8vw;
  padding-top: 8vw;
} */
.cw-organic-shape::before{
  content: "";
  position: absolute;
  margin-top: -3rem;
  height: 800px;
  width: 545px;
  background-image: url(https://apihoard.webit.com/api/v1/Image/27A71EC6E27FA1B67C7FD99BC01351C2/27A71EC6E27FA1B67C7FD99BC01351C2.png?size=1920x1440);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 100;
  
 
}
 



.cw-bgLight {
  background-color: #c7d6db;
}

.cw-subheader h2 {
  font-size: clamp(1.1rem, 4vw + 1rem, 1.25rem);
  color: #e3762b;
  /* height: 100%; */
  /* font: 2.25em montserrat ,sans-serif; */
  text-transform: uppercase;
  /* letter-spacing:8px; */
  /* padding: 10px 10px; */
  text-shadow: 2px 1px 0px #000000, 3px 2px 0px #000000;
  position: relative;
  /* background: #E3762B; */
  /* border-top: 3px solid #faf7f0;
  border-bottom: 3px solid #faf7f0; */
}

.subtitle{
  font-size: clamp(1.1rem, 4vw + 1rem, 1.25rem);
  color: #ffffff;
  height: 100%;
  /* font: 2.25em montserrat ,sans-serif; */
  text-transform: uppercase;
  /* letter-spacing:8px; */
  /* padding: 10px 10px; */
  text-shadow: 2px 1px 0px #000000, 3px 2px 0px #000000;
  position: relative;
  /* background: #E3762B; */
  /* border-top: 3px solid #faf7f0;
  border-bottom: 3px solid #faf7f0; */
}


.cw-features .cw-mediaBody p {
  font-size: 1.25em;
  color: rgba(0, 0, 0, 0.5) !important;
}

@media (max-width: 767px) {
  .cw-main {
    height: inherit;
    text-align: center !important;
    padding: 5em 0 7em;
  }
}

/* SM: 768px & Up */
@media (min-width: 768px) {
  .cw-main {
    padding: 5em 0 6em;
  }

  .cw-slantLight:after {
    bottom: -70px;
  }
}

/* MD: 992px & Up */
@media (min-width: 992px) {
  .cw-whyChooseUs {
    padding: 1.5em 0 7em;
  }

  .cw-slantWhite:after {
    bottom: -100px;
  }

  .cw-slantLight:after {
    bottom: -60px;
  }
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
  .cw-slantLight:after {
    bottom: -45px;
  }
}

/* Custom LG: 1400px & Up */
@media (min-width: 1400px) {
  .cw-slantLight:after {
    bottom: -75px;
    height: 150px;
  }

  .cw-main {
    padding: 6em 0 9em;
  }
}

/* Custom XLG: 1800px & Up */
@media (min-width: 1800px) {
  .cw-whyChooseUs {
    padding: 1.5em 0 9em;
  }

  .cw-slantWhite:after {
    height: 170px;
    bottom: -100px;
  }
}


/* Experienced Chimeney Section */



/* Experience section Custom Css */

.cw-exper-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 9rem;
  position: relative;
  z-index: 101;

}

/* Scrolling Images CSS */
.cw-pb-gallery {
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
}

.cw-pb-gallery img {
  vertical-align: middle;
  height: 400px;
}

.cw-photobanner {
  height: 400px;
  /* To get the width add up the width of all the images you have in your slideshow. */
  width: 5999px;
  overflow: hidden;
}


/*keyframe animations*/
.cw-pb-first {
  -webkit-animation: bannermove 60s linear infinite;
  animation: bannermove 60s linear infinite;
}


img.cw-object-fit-shape {
  width: 685px;
  height: auto;
}

.cw-clipped-section {
  background: #7e7e7e;
  clip-path: polygon(0 8vw, 100% 0%, 100% 100%, 0% calc(100% - 0vw));
  margin-top: -8vw;
  padding-top: 8vw;
  padding-bottom: 8vw;
  /* overflow: hidden; */
}

.cw-scale {
  transform: scale(1.2);
}

.form-wrap {
  position: relative;
  z-index: 1;
  background: rgb(255, 255, 255);
  padding: 5rem;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  
}

.form{
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("https://apihoard.webit.com/api/v1/Image/53AF9E12080E43E771889F660ED68C7B/53AF9E12080E43E771889F660ED68C7B.jpg?size=1920x1440");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  
  clip-path: polygon(0 8vw, 100% 0%, 100% 100%, 0% calc(100% - 0vw));
  padding-top: 10vw;
  margin-top: 1.75rem;
  padding-bottom: 10vw;
  
}


.footer{
  
  clip-path: polygon(0 8vw,100% 0%,100% 100%,0% calc(100% - 0vw));
  margin-top: -8vw;
  padding-top: 10rem;
  background-image: linear-gradient(45deg,rgba(1,0,0,0.7),rgb(0 0 0)),url(https://apihoard.webit.com/api/v1/Image/D5DCC3C6525B293E06A61882A374C458/D5DCC3C6525B293E06A61882A374C458.jpg?size=1920x1440);
  background-repeat: no-repeat;
  background-size: cover;
  /* height: 100%; */
  width: 100%;
  background-position: center;
}

.footer h2{
  font-size: 2.3rem;
  color: #e3762b;
  height: 100%;
  /* font: 2.25em montserrat ,sans-serif; */
  text-transform: uppercase;
  /* letter-spacing:8px; */
  /* padding: 10px 10px; */
  text-shadow: 2px 1px 0px #000000, 3px 2px 0px #000000;
  position: relative;
  /* background: #E3762B; */
  /* border-top: 3px solid #faf7f0;
  border-bottom: 3px solid #faf7f0; */
}