/**************************************************
Stylesheet: Defaults Variables for Hammerhead Trenchless
**************************************************/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;1,600;1,700&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@font-face {
  font-family: 'nexa_rust_sansblack';
  src: url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.eot");
  src: url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.woff") format("woff"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.ttf") format("truetype"), url("/wp-content/themes/element/assets/fonts/nexarustsans-black-webfont.svg#nexa_rust_sansblack") format("svg");
  font-weight: normal;
  font-style: normal; }

/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
    FONT MIXINS (family, size, color, weight, line-height)
    ********************/
/*********************
	Column split into X columns
	@include column-count(3);
	*********************/
/*********************
	Column split with px gap
	@include column-gap(40px);
	*********************/
/*********************
	Column split style
	@include column-rule-style(solid);
	*********************/
/*********************
	Column split border
	@include column-rule(1px solid #ededed);
	*********************/
/*********************
	Background gradient 2 color
	@include background-gradient($gray, #000);
	*********************/
/*********************
	Background gradient 3 color
	@include accordion-gradient($gray, #000, #666);
	*********************/
/*********************
	Transform duration by X seconds
	@include transition(1.5s);
	*********************/
/*********************
	Transform Rotate element by x degrees
	@include rotate(180);
	*********************/
/*********************
	Creates a 6px arrow with pure css
	@include arrow(#000);
	*********************/
/*********************
	Clip 10px corner off the bottom right corner
	@include cornerclip(#000);
	*********************/
/*********************
	Clip 3px corner off the bottom right corner
	@include cornerclipsmall(#000);
	*********************/
/*********************
	Clip 10px corner off the top right corner
	@include cornercliptop(#000);
	*********************/
/*********************
	Clip 10px corner off the top left corner
	@include cornercliptopleft(#000);
	*********************/
.wrapper-front-page .home-intro,
.wrapper-front-page .double-images,
.wrapper-front-page .industries {
  background: #2F2F2F; }

.wrapper-front-page .products,
.wrapper-front-page .featured-solutions {
  background: #ffffff; }

.wrapper-front-page .home-intro {
  padding-top: 30px;
  padding-bottom: 30px; }
  .wrapper-front-page .home-intro h1 {
    color: #ffffff; }
  .wrapper-front-page .home-intro p {
    color: #ffffff; }
  .wrapper-front-page .home-intro .wrapper {
    justify-content: space-between;
    align-items: center;
    grid-gap: 20px; }
  .wrapper-front-page .home-intro .content-wrapper:first-child {
    max-width: 100%; }
  .wrapper-front-page .home-intro .content-wrapper:last-child {
    max-width: 100%; }
  @media (min-width: 900px) {
    .wrapper-front-page .home-intro {
      padding-top: 40px;
      padding-bottom: 109px; }
      .wrapper-front-page .home-intro .wrapper {
        flex-wrap: nowrap; }
      .wrapper-front-page .home-intro .content-wrapper:first-child {
        max-width: 52%; }
      .wrapper-front-page .home-intro .content-wrapper:last-child {
        max-width: 48%; } }
  @media (min-width: 1220px) {
    .wrapper-front-page .home-intro .wrapper {
      grid-gap: 51px; }
    .wrapper-front-page .home-intro .content-wrapper:first-child {
      max-width: 620px; }
    .wrapper-front-page .home-intro .content-wrapper:last-child {
      max-width: 530px; } }
.wrapper-front-page .double-images {
  padding-bottom: 30px; }
  .wrapper-front-page .double-images .wrapper {
    position: relative; }
  .wrapper-front-page .double-images .front-images {
    max-width: 600px;
    width: 100%;
    margin: 0 auto; }
    .wrapper-front-page .double-images .front-images .swiper-slide {
      align-self: center; }
      .wrapper-front-page .double-images .front-images .swiper-slide img {
        margin: 0 auto; }
    @media (min-width: 1130px) {
      .wrapper-front-page .double-images .front-images {
        position: absolute;
        bottom: -230px;
        right: 0;
        margin: 0; } }
    @media (min-width: 1400px) {
      .wrapper-front-page .double-images .front-images {
        right: -100px; } }
  @media (min-width: 1060px) {
    .wrapper-front-page .double-images {
      padding-bottom: 140px; } }
.wrapper-front-page .industries .wrapper {
  flex-direction: column; }

.wrapper-front-page .industries .content-wrapper {
  max-width: 100%;
  margin-bottom: 30px;
  z-index: 3;
  box-shadow: 0px 126px 51px rgba(0, 0, 0, 0.03), 0px 71px 43px rgba(0, 0, 0, 0.11), 0px 32px 32px rgba(0, 0, 0, 0.19), 0px 8px 17px rgba(0, 0, 0, 0.21), 0px 0px 0px rgba(0, 0, 0, 0.22);
  padding: 30px; }

.wrapper-front-page .industries .single-slider {
  max-width: 990px;
  margin-bottom: -70px; }
  .wrapper-front-page .industries .single-slider img {
    margin-left: auto; }

.wrapper-front-page .industries + .section {
  padding-top: 70px; }

@media (min-width: 900px) {
  .wrapper-front-page .industries .single-slider {
    margin-bottom: -170px; }
  .wrapper-front-page .industries + .section {
    padding-top: 170px; }
  .wrapper-front-page .industries .content-wrapper {
    padding: 50px; } }

@media (min-width: 1060px) {
  .wrapper-front-page .industries .content-wrapper {
    max-width: 700px;
    margin-bottom: -70px; } }

@media (min-width: 1260px) {
  .wrapper-front-page .industries .content-wrapper {
    padding: 100px; } }

.wrapper-front-page .product-headline-slider {
  padding-left: 0;
  padding-right: 0; }
  .wrapper-front-page .product-headline-slider .wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    .wrapper-front-page .product-headline-slider .wrapper .content-wrapper {
      position: relative;
      padding-left: 30px;
      padding-right: 30px; }
      .wrapper-front-page .product-headline-slider .wrapper .content-wrapper:before {
        content: "";
        height: 4px;
        width: 129px;
        background: linear-gradient(90deg, #670609 0%, #D71920 52.08%, #670609 100%);
        display: block;
        position: absolute;
        transform: rotate(90deg);
        top: 62px;
        left: -50px; }
    .wrapper-front-page .product-headline-slider .wrapper .content {
      max-width: 100%;
      width: 100%; }
      .wrapper-front-page .product-headline-slider .wrapper .content h2 {
        color: #D71920;
        margin-top: 9px;
        margin-bottom: 0; }
      .wrapper-front-page .product-headline-slider .wrapper .content p {
        margin-top: 38px; }
    .wrapper-front-page .product-headline-slider .wrapper .headline-slider {
      margin-bottom: 0;
      max-width: 900px;
      width: 100%; }
      .wrapper-front-page .product-headline-slider .wrapper .headline-slider .swiper-wrapper {
        max-height: 68px; }
      .wrapper-front-page .product-headline-slider .wrapper .headline-slider h3 {
        margin: 0;
        background: #ffffff; }
      .wrapper-front-page .product-headline-slider .wrapper .headline-slider .swiper-slide {
        background: #ffffff; }
    .wrapper-front-page .product-headline-slider .wrapper .product-slider {
      max-width: 100%;
      width: 100%; }
      .wrapper-front-page .product-headline-slider .wrapper .product-slider .swiper {
        max-width: 600px;
        width: 100%; }
      .wrapper-front-page .product-headline-slider .wrapper .product-slider .swiper-wrapper {
        align-items: center;
        padding-top: 100px;
        padding-bottom: 100px; }
      .wrapper-front-page .product-headline-slider .wrapper .product-slider .image-wrapper {
        max-width: 362px;
        background: #ffffff;
        transition: all 300ms ease-in-out; }
        .wrapper-front-page .product-headline-slider .wrapper .product-slider .image-wrapper img {
          background: #ffffff;
          display: block;
          margin: 0 auto;
          max-width: 100%;
          width: 100%; }
        .wrapper-front-page .product-headline-slider .wrapper .product-slider .image-wrapper:not(.swiper-slide-active) {
          opacity: 0;
          z-index: 0;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.22), 0px 8px 18px 0px rgba(0, 0, 0, 0.22), 0px 34px 34px 0px rgba(0, 0, 0, 0.19), 0px 75px 45px 0px rgba(0, 0, 0, 0.11), 0px 134px 54px 0px rgba(0, 0, 0, 0.03), 0px 209px 59px 0px rgba(0, 0, 0, 0); }
        .wrapper-front-page .product-headline-slider .wrapper .product-slider .image-wrapper.swiper-slide-prev {
          opacity: 0.2;
          transform: translate3d(170px, 0px, 0px) !important; }
        .wrapper-front-page .product-headline-slider .wrapper .product-slider .image-wrapper.swiper-slide-next {
          opacity: 0.2;
          transform: translate3d(-170px, 0px, 0px) !important; }
        .wrapper-front-page .product-headline-slider .wrapper .product-slider .image-wrapper.swiper-slide-active {
          max-width: 452px;
          transform: scale(1.5) !important;
          z-index: 9 !important;
          opacity: 1;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.22), 0px 8px 8px 0px rgba(0, 0, 0, 0.2), 0px 34px 34px 0px rgba(0, 0, 0, 0.09), 0px 40px 40px 0px rgba(0, 0, 0, 0.01); }
  @media (min-width: 1060px) {
    .wrapper-front-page .product-headline-slider .wrapper {
      grid-gap: 70px;
      flex-direction: row;
      flex-wrap: nowrap; }
      .wrapper-front-page .product-headline-slider .wrapper > div {
        max-width: calc(50% - 35px);
        width: 100%; }
      .wrapper-front-page .product-headline-slider .wrapper .headline-slider {
        max-width: 500px; }
        .wrapper-front-page .product-headline-slider .wrapper .headline-slider .swiper-wrapper {
          max-height: 68px; }
      .wrapper-front-page .product-headline-slider .wrapper .content {
        max-width: 500px; }
      .wrapper-front-page .product-headline-slider .wrapper .content-wrapper {
        padding: 0; }
        .wrapper-front-page .product-headline-slider .wrapper .content-wrapper:before {
          left: -90px; }
      .wrapper-front-page .product-headline-slider .wrapper .product-slider .swiper-wrapper {
        padding-bottom: 200px;
        padding-top: 200px; }
      .wrapper-front-page .product-headline-slider .wrapper .product-slider .image-wrapper.swiper-slide-active {
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.22), 0px 8px 18px 0px rgba(0, 0, 0, 0.22), 0px 34px 34px 0px rgba(0, 0, 0, 0.19), 0px 75px 45px 0px rgba(0, 0, 0, 0.11), 0px 134px 54px 0px rgba(0, 0, 0, 0.03), 0px 209px 59px 0px rgba(0, 0, 0, 0); } }
.wrapper-front-page .news-and-insights {
  padding-top: 76px;
  padding-bottom: 41px; }
  .wrapper-front-page .news-and-insights .content-wrapper {
    text-align: center;
    margin-bottom: 43px;
    max-width: 512px;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .wrapper-front-page .news-and-insights .content-wrapper h3 {
      color: #ffffff; }
  .wrapper-front-page .news-and-insights .latest-news-and-insights {
    max-width: 960px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
    margin: 0 auto; }
    @media (min-width: 570px) {
      .wrapper-front-page .news-and-insights .latest-news-and-insights {
        grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 960px) {
      .wrapper-front-page .news-and-insights .latest-news-and-insights {
        grid-template-columns: repeat(3, 1fr); } }
    .wrapper-front-page .news-and-insights .latest-news-and-insights .article {
      position: relative; }
      .wrapper-front-page .news-and-insights .latest-news-and-insights .article:before {
        content: "";
        height: 8px;
        width: 100%;
        background: linear-gradient(90deg, #670609 0%, #D71920 52.08%, #670609 100%);
        display: block;
        position: absolute;
        top: -8px;
        left: 0; }
    .wrapper-front-page .news-and-insights .latest-news-and-insights .post-content {
      display: flex;
      flex-direction: column;
      height: calc(100% - 225px);
      background-color: #000000;
      position: relative;
      padding: 20px 25px 40px 25px; }
    .wrapper-front-page .news-and-insights .latest-news-and-insights .post-meta {
      font-family: "Roboto Condensed", sans-serif, sans-serif;
      font-size: 15px;
      color: #ffffff;
      font-weight: 700;
      line-height: 20px;
      padding: 5px 20px;
      background-color: #981B1E;
      position: absolute;
      top: -30px;
      text-transform: uppercase;
      letter-spacing: .3px; }
    .wrapper-front-page .news-and-insights .latest-news-and-insights .post-image {
      max-width: 100%;
      height: 225px;
      width: 100%;
      overflow: hidden;
      position: relative; }
      .wrapper-front-page .news-and-insights .latest-news-and-insights .post-image:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: linear-gradient(359deg, #000 0%, rgba(211, 211, 211, 0) 50%); }
      .wrapper-front-page .news-and-insights .latest-news-and-insights .post-image img {
        object-fit: cover;
        object-position: center;
        width: 100%;
        height: 100%; }
    .wrapper-front-page .news-and-insights .latest-news-and-insights .post-title a {
      text-decoration: none; }
      .wrapper-front-page .news-and-insights .latest-news-and-insights .post-title a:hover h2 {
        color: #D71920;
        text-decoration: underline; }
    .wrapper-front-page .news-and-insights .latest-news-and-insights .post-title h2 {
      font-family: "Roboto Condensed", sans-serif, sans-serif;
      font-size: 22px;
      color: #ffffff;
      font-weight: 700;
      line-height: 24px;
      text-transform: capitalize;
      transition: all 100ms ease-in-out;
      margin-top: 0;
      margin-bottom: 10px; }
    .wrapper-front-page .news-and-insights .latest-news-and-insights .post-link {
      margin-top: auto; }
      .wrapper-front-page .news-and-insights .latest-news-and-insights .post-link a {
        font-family: "Roboto Condensed", sans-serif, sans-serif;
        font-size: 18px;
        color: #D71920;
        font-weight: 500;
        line-height: 26px;
        text-decoration: none;
        letter-spacing: 0.36px; }
        .wrapper-front-page .news-and-insights .latest-news-and-insights .post-link a:after {
          content: "";
          width: 24px;
          height: 18px;
          display: inline-block;
          background: url("/wp-content/themes/element/assets/images/arrow-right.svg");
          background-repeat: no-repeat;
          background-position: center right;
          transition: width 300ms ease-in-out;
          position: relative;
          top: 2px; }
        .wrapper-front-page .news-and-insights .latest-news-and-insights .post-link a:hover {
          text-decoration: underline; }
          .wrapper-front-page .news-and-insights .latest-news-and-insights .post-link a:hover:after {
            width: 34px; }

.wrapper-front-page .featured-solutions {
  padding-top: 70px;
  padding-bottom: 41px;
  padding-left: 0;
  padding-right: 0; }
  .wrapper-front-page .featured-solutions .top-content {
    max-width: 512px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
    .wrapper-front-page .featured-solutions .top-content h2 {
      color: #D71920; }
  .wrapper-front-page .featured-solutions .swiper-slide {
    max-width: 691px;
    width: 100% !important;
    display: flex;
    flex-direction: row;
    position: relative; }
    .wrapper-front-page .featured-solutions .swiper-slide .image-wrapper {
      position: absolute;
      left: 0px;
      top: -25px;
      max-width: 363px;
      width: 100%; }
      .wrapper-front-page .featured-solutions .swiper-slide .image-wrapper img {
        filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.22)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.22)) drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.19)) drop-shadow(0px 40px 22px rgba(0, 0, 0, 0.11)) drop-shadow(0px 50px 22px rgba(0, 0, 0, 0.02)) drop-shadow(0px 60px 22px rgba(0, 0, 0, 0)); }
    .wrapper-front-page .featured-solutions .swiper-slide .content-wrapper {
      background-color: #F5F5F5;
      padding: 43px 40px 43px 340px;
      text-align: left;
      margin-bottom: 66px;
      margin-top: 66px; }
      .wrapper-front-page .featured-solutions .swiper-slide .content-wrapper h6 {
        margin: 0; }
  .wrapper-front-page .featured-solutions .swiper-pagination {
    bottom: 0px;
    position: relative;
    z-index: 99; }

@media (min-width: 900px) {
  .wrapper-front-page .half-and-half .content-wrapper {
    max-width: 460px;
    padding: 77px 30px 67px; } }

.sewer-back {
  background: url("/wp-content/uploads/2023/06/sewer-decor.png"), linear-gradient(89deg, #000 0%, #2F2F2F 100%);
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat; }

.double-images .front-images .swiper-pagination {
  bottom: 0px !important; }
