body {
  font-family: poppins, sans-serif;
  font-weight: 400;
  line-height: 1.75rem;
  font-size: 1rem;
  color: #191717;
}
.wrapper {
  padding-top: 0;
  padding-bottom: 0;
}
h1,
h2,
h3,
h5 {
  text-transform: uppercase;
}
h1 {
  color: #FFF;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.2);
  font-family: "bio-sans", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 94%;
  letter-spacing: 0.08rem;
  margin-bottom: 1.5rem;
}
h2 {
  color: #FE3131;
  font-family: "bio-sans", sans-serif;
  font-size: 5rem;
  font-weight: 600;
  line-height: 94%;
  letter-spacing: 0.08rem;
  margin-bottom: 2rem;
}
h3 {
  color: #FE3131;
  font-family: "bio-sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
}
h4 {
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
h5 {
  color: #FE3131;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.08rem;
}
h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.13rem;
  letter-spacing: 0.01rem;
  font-family: "bio-sans", sans-serif;
}
p.big {
  color: #191717;
  font-family: "bio-sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.02rem;
  text-transform: uppercase;
}
a {
  transition: 0.25s ease-in-out;
  color: #191717;
}
a:hover {
  color: #FE3131;
}
strong {
  font-weight: 600;
}
.button {
  display: inline-flex;
  padding: 0.75rem 2rem !important;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: 0.5rem;
  font-weight: 600 !important;
  text-decoration: none;
  font-family: "bio-sans", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.75rem !important;
}
.redbtn {
  background: #FE3131;
  color: #fff !important;
}
.redbtn:hover {
  background: #FF6464;
  color: #fff !important;
}
.outlinebtn {
  border: 1px solid #fff;
  color: #fff !important;
}
.outlinebtn:hover {
  background: #9B9B9B;
  border: 1px solid #9B9B9B;
  color: #191717 !important;
}
.redbg {
  background: #FE3131;
}
.graybg {
  background: #E4E4E4;
}
.margin5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.text-balance {
  text-wrap: balance;
}
.sticky-top {
  top: 100px;
}
@-webkit-keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeInUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
.fadeInUp-animation {
  animation: 2s fadeInUp;
}
.navbar {
  position: fixed;
  width: 100%;
  background: transparent !important;
  padding: 0.25rem 5rem;
}
.navbar.sticky {
  background: #000 !important;
  padding: 0.1rem 2.5rem;
}
.navbar.sticky a,
.navbar.sticky .navbar-brand {
  color: #fff !important;
}
.navbar .nav-item {
  margin-right: 3.25rem;
  font-size: 1.13rem;
  font-weight: 600;
  font-family: "bio-sans", sans-serif;
}
.navbar .dropdown-menu .nav-item,
.navbar .nav-item:last-child {
  margin-right: 0;
}
.navbar .menu-item-56 a {
  background: #FE3131;
  border-radius: 0.5rem;
  display: inline-flex;
  align-items: center;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.navbar .menu-item-56 a:hover {
  color: #fff;
  background: #FF6464;
}
.dropdown-toggle::after {
  display: inline-flex;
  font-family: 'Font Awesome 7 Pro';
  font-weight: 400;
  content: "\f107";
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  top: 5px;
  margin-left: 15px;
  position: relative;
}
.navbar .dropdown-menu a {
  color: #191717 !important;
}
.navbar.sticky .button_container span {
  background: #fff !important;
}
.home-hero,
.video-overlay {
  height: 50rem;
  overflow: hidden;
}
.home-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.07) 72%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 9%, rgba(0, 0, 0, 0.35) 99%);
  top: 0;
  width: 100%;
}
.video-overlay h1 {
  text-wrap: balance;
  line-height: 100%;
  letter-spacing: 0.05rem;
  margin-bottom: 7rem;
  margin-top: 7rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.home-hero .button {
  font-size: 1.5rem;
}
.below-hero p,
.below-hero a {
  font-family: "bio-sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.below-hero .left {
  padding: 2.5rem 5rem;
}
.below-hero .left p {
  line-height: 130%;
}
.below-hero .right {
  padding: 2.5rem 3rem;
}
.below-hero .right a {
  color: #FFF;
  line-height: 120%;
  text-wrap: balance;
  text-decoration: none;
}
.below-hero .right a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.below-hero .title {
  max-width: 275px;
}
.home-services {
  border-top: 0.06rem solid #E4E4E4;
  padding-top: 3.5rem;
  padding-bottom: 10rem;
}
.servicebox a {
  text-decoration: none;
}
.servicebox .arrow {
  right: 0;
  display: inline-flex;
  padding: 1.5rem;
  color: #fff;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  background: rgba(50, 50, 50, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 0 0.5rem 0 0;
  transition: 0.25s ease-in-out;
}
.servicebox:hover .arrow {
  background: #FE3131;
  border-left: 2px solid #FE3131;
  border-bottom: 2px solid #FE3131;
}
.servicebox img {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
.servicebox p {
  color: #191717;
  font-family: "bio-sans", sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.home-parallax .homebg {
  height: 39rem;
  padding-bottom: 4rem;
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.home-expertise {
  background: #191717 url('/wp-content/uploads/2026/02/Frame-311.png') no-repeat left center;
  background-size: auto 100%;
  color: #fff;
}
.home-expertise h5 {
  color: #fff;
  margin-bottom: 4rem;
}
.exp-left {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.exp-left i {
  color: #FE3131;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  line-height: 2.6rem;
}
.home-expertise a {
  color: #fff;
  text-decoration: none;
}
.home-expertise .big-link {
  margin-bottom: 3.5rem;
  font-family: "bio-sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
  line-height: 2.6rem;
  opacity: 0.4;
  transition: 0.25s ease-in-out;
}
.home-expertise .big-link:hover {
  opacity: 1;
}
.home-expertise .big-link:last-child {
  margin-bottom: 0;
}
.exp-right img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hover,
.placeholder.hidden {
  opacity: 0;
}
.hover.active {
  opacity: 1;
}
.home-expertise .placeholder {
  background: none;
}
.home-careers {
  padding-top: 8rem;
}
.home-careers .col-md-7 {
  padding-bottom: 8rem;
}
.home-news {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.news-inner {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.home-careers h2 {
  font-size: 4.5rem;
  margin-bottom: 2rem;
}
.home-careers p {
  margin-bottom: 3.5rem;
}
.home-careers .row-cols-1 {
  margin-bottom: 5rem;
}
.home-news .splide__arrow--prev {
  left: 0;
}
.home-news .splide__arrow--next {
  right: unset;
  left: 4.9rem;
}
.home-news .splide__arrow {
  background: #E4E4E4;
  color: #191717;
  border-color: #191717;
  opacity: 1;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  width: 5rem;
  height: 3rem;
  justify-content: center;
  border: 1px solid #191717;
  border-radius: 0;
}
.home-news .splide__arrow:hover {
  background: #FE3131;
  color: #fff;
}
.home-news .arrow {
  right: 0;
  top: 0;
  border: 2px solid #FFF;
  background: rgba(50, 50, 50, 0.2);
  backdrop-filter: blur(8px);
  padding: 1.5rem;
  font-size: 1.5rem;
  border-radius: 0 0.5rem 0 0;
  color: #fff;
}
.home-news .splide__slide {
  height: 33rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}
.home-news .splide__slide:hover .arrow {
  border-color: #FE3131;
  background: #FE3131;
}
.home-news a {
  text-decoration: none;
  color: #FFF;
  font-family: "bio-sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
.home-news p.title {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: 0.04rem;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
}
.secondary-hero {
  padding-top: 16.5rem;
  padding-bottom: 6.5rem;
  min-height: 42.5rem;
}
.secondary-hero .subtitle {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.08rem;
}
.secondary-hero h1 {
  max-width: 60rem;
  text-wrap: balance;
}
.secondary-hero p {
  color: #FFF;
  text-shadow: 0 4px 32px rgba(0, 0, 0, 0.2);
  font-family: Poppins;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.08rem;
  text-wrap: balance;
}
.project-box img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.project-sidebar,
.project-list {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.project-sidebar {
  border-right: 0.09rem solid #E4E4E4;
}
.contact-boxes .col-md-4 {
  padding: 3.5rem;
  border-bottom: 1px solid #E4E4E4;
}
.contact-boxes i {
  color: #FE3131;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.contact-boxes p strong {
  font-weight: 600;
  font-size: 1.13rem;
  margin-bottom: 0.5rem;
}
.contact-boxes p {
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
  word-wrap: break-word;
}
.contact-boxes a,
.job-list a {
  text-decoration: none;
}
.contact-form {
  margin-bottom: 10rem;
}
.contact-join p {
  text-wrap: balance;
}
.contact-join img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.job-list {
  height: 100%;
}
.job-list a {
  border-left: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  height: auto;
  width: 100%;
  padding: 3rem;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02rem;
  display: block;
}
.job-list a:hover {
  background: #cbcbcb;
}
.job-list i {
  color: #FE3131;
  font-size: 1.5rem;
  float: right;
}
.job-list a:hover {
  color: #191717;
}
.app-sidebar i {
  color: #FE3131;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.app-sidebar p strong {
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.08rem;
}
.app-sidebar p {
  font-size: 0.88rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
}
.app-sidebar a {
  text-decoration: none;
}
.app-sidebar .about {
  padding: 2rem;
  border-radius: 0.5rem;
  background: #F4F4F4;
}
.app-sidebar .fa-building {
  border-radius: 0.25rem;
  background: #E4E4E4;
  padding: 0.75rem;
  width: 3rem;
  margin-bottom: 2.5rem;
}
.app-sidebar .about .button i {
  font-size: 1rem;
  margin-bottom: 0;
}
.app-sidebar h6 {
  font-family: poppins, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02rem;
  margin-bottom: 1rem;
}
.app-sidebar p {
  margin-bottom: 2rem;
}
.app-sidebar .outlinebtn {
  border-radius: 0.5rem;
  border: 1.5px solid #9B9B9B;
  backdrop-filter: blur(8px);
  color: #9B9B9B !important;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.03rem;
}
.app-sidebar .outlinebtn:hover {
  color: #fff !important;
  background: #9B9B9B;
}
.app-sidebar .outlinebtn i {
  color: #9B9B9B;
  transition: 0.25s ease-in-out;
}
.app-sidebar .outlinebtn:hover i {
  color: #fff;
}
.full-image {
  width: 100%;
  height: auto;
}
.careers-top h5 {
  margin-bottom: 5rem;
  color: #191717;
}
.careers-top p.big {
  margin-bottom: 4rem;
}
.careers-top a,
.serve-boxes a {
  text-decoration: none;
}
.gridblackbg {
  background: #191717 url('/wp-content/uploads/2026/02/Frame-311.png') no-repeat left center;
  background-size: auto 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.gridblackbg h5,
.gridblackbg p {
  color: #fff;
  margin-bottom: 3rem;
}
.about-top,
.about-services {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.about-top p.big {
  margin-bottom: 5rem;
  max-width: 950px;
}
.img80 img {
  height: 80%;
  object-fit: cover;
  width: 100%;
}
.about-serve-top {
  margin-bottom: 5rem;
}
.about-server h5,
.about-services h5 {
  margin-bottom: 4rem;
}
.serve-box .arrow {
  top: 0;
  right: 0;
}
.serve-box .arrow i {
  background: transparent;
  font-size: 1.5rem;
  padding: 1.5rem;
  color: #9B9B9B;
  border-radius: 0 0.25rem 0 0;
  transition: 0.25s ease-in-out;
}
.serve-box a:hover {
  color: #191717;
}
.serve-box a:hover {
  border: 2px solid #FE3131;
}
.serve-box a:hover .arrow i {
  background: #FE3131;
  color: #fff;
}
.aboutgrid {
  background: #191717 url('/wp-content/uploads/2026/02/Frame-311.png') no-repeat left center;
  background-size: auto 100%;
}
.aboutgrid .inner {
  padding: 15.5rem 5rem 8rem;
}
.aboutgrid h2 {
  color: #FFF;
  font-family: "bio-sans", sans-serif;
  font-weight: 600;
  line-height: 94%;
  letter-spacing: 0.08rem;
  margin-bottom: 2rem;
}
.aboutgrid p {
  color: #fff;
  margin-bottom: 3.5rem;
  text-wrap: balance;
}
.aboutgrid img {
  height: 60rem;
  width: 100%;
  object-fit: cover;
}
.serve-boxes {
  margin-bottom: -8rem;
}
.marquee {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -webkit-animation: marquee 42s linear infinite;
  animation: marquee 42s linear infinite;
  will-change: transform;
  transform: translateX(0);
}
.marquee span {
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 4rem;
  color: #fff;
  font-family: "bio-sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.05rem;
}
.explore-box a {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 0.5rem;
  transition: 0.25s ease-in-out;
  border: 2px solid transparent;
}
.explore-box img {
  border-radius: 0.5rem 0.5rem 0 0;
}
.explore-box .inner {
  padding: 2rem;
  background: #E4E4E4;
  height: 100%;
}
.explore-box .arrow {
  top: 0;
  right: 0;
  color: #fff !important;
  padding: 0.75rem 0.75rem 0.5rem 0.75rem;
  background: #FE3131;
  border-radius: 0 0.5rem 0 0;
  opacity: 0;
  transition: 0.25s ease-in-out;
}
.explore-box:hover a {
  border: 2px solid #FE3131;
  border-radius: 0.75rem;
  color: #191717;
}
.explore-box:hover .arrow {
  opacity: 1;
}
.explore-box strong {
  font-weight: 600;
}
.explore-box strong i {
  color: #FE3131;
}
.explore-box p.title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
.staff-row {
  margin-bottom: 6rem;
}
.team-section2 {
  margin-top: 10rem;
  margin-bottom: 4rem;
}
.staff-left p {
  text-wrap: balance;
}
.staff-left p.big {
  margin-bottom: 2rem;
}
.staff-header {
  font-family: "bio-sans", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.04rem;
  margin-bottom: 1rem;
}
.staff-row hr {
  opacity: 1;
  border-top: 0.13rem solid #FE3131;
  margin-bottom: 2.5rem;
}
.staff-row ul {
  column-count: 2;
  gap: 1rem;
  column-width: 200px;
}
.staff-row li {
  margin-bottom: 1.25rem;
  font-family: "bio-sans", sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.team-top p.big {
  margin-top: 8rem;
  margin-bottom: 5.5rem;
}
.team-top .modal-dialog {
  height: 36.125rem;
}
.team-top .modal img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.4rem 0 0 0.4rem;
  height: 36.13rem;
}
.team-top .modal .col-9 {
  overflow-y: scroll;
  height: 36.13rem;
  padding: 2.5rem 4rem;
}
.team-top .modal .btn-close {
  border: 1px solid;
  margin-top: 15px;
  position: absolute;
  top: 0;
  right: 2rem;
}
.team-top .modal h2 {
  font-family: "bio-sans", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 94%;
  letter-spacing: 0.03rem;
}
.team-box .arrow,
.team-box img {
  transition: 0.25s ease-in-out;
}
.team-box .arrow {
  right: 0;
  top: 0;
  padding: 0.75rem 0.75rem 0.5rem;
  border: 2px solid #FFF;
  background: rgba(50, 50, 50, 0.2);
  backdrop-filter: blur(8px);
  border-radius: 0 0.5rem 0 0;
  color: #fff;
  font-size: 1.5rem;
}
.team-box .position-relative img {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  width: 100%;
}
.team-box:hover .position-relative img {
  border: 2px solid #FE3131;
}
.team-box:hover .arrow {
  border: 2px solid #FE3131;
  background: #FE3131;
}
.team-box p.name {
  font-family: "bio-sans", sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
}
.team-box p.position {
  color: #6D6D6D;
  font-family: "bio-sans", sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.04rem;
}
.jump-top {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.jump-top h5 {
  color: #191717;
  margin-bottom: 5rem;
}
.jump-top a {
  text-decoration: none;
  color: rgba(50, 50, 50, 0.5);
}
.jump-top a:hover {
  color: #191717;
}
.jump-top i {
  color: #FE3131;
}
.jump-top p.big {
  margin-bottom: 4rem;
  color: #191717;
}
.jump-top p {
  color: #6D6D6D;
}
.photo-cols {
  margin-top: 8rem;
}
.services-scroller .col-12 {
  height: 36rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 3rem;
}
.services-section1 {
  margin-bottom: -12rem;
  position: relative;
  z-index: 9;
}
.number-boxes {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.number-box {
  padding: 4rem 5rem;
}
.number-box {
  border-right: 1px solid #191717;
  border-bottom: 1px solid #191717;
}
#concrete .number-box {
  border-right: 1px solid #191717;
}
.number-box:nth-child(3n),
#management .number-box,
#soil .number-box:nth-child(2n),
#soil .number-box {
  border-right: none;
}
.number-box:nth-last-child(-n+3) {
  border-bottom: none;
}
#concrete .number-box:nth-child(-n+2) {
  border-bottom: 1px solid #191717;
}
.number-box p.title,
.number-box2 p.title {
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02rem;
  margin-bottom: 0.75rem;
  color: #191717;
}
.number-box p,
.number-box2 p {
  color: #6D6D6D;
}
#planning,
#impact,
#drinking {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
#planning h5,
#impact h5,
#drinking h5,
#management h5,
#soil h5,
#planning p.big,
#impact p.big,
#drinking p.big {
  margin-bottom: 4rem;
}
.leftcol {
  padding-left: 5rem;
  padding-right: 10rem;
}
.leftcol p {
  text-wrap: balance;
}
.number-box2 {
  padding: 0 2.5rem 4rem;
}
#sewer {
  margin-bottom: 6rem;
}
#management p.big,
#soil p.big {
  margin-bottom: 2rem;
}
#specialized h5 {
  margin-bottom: 1.5rem;
}
#specialized p {
  margin-bottom: 0.75rem;
}
#specialized p.big {
  margin-bottom: 1rem;
}
#specialized h5 {
  margin-top: 3rem;
}
#specialized .button {
  margin-top: 4rem;
}
.accordion-item {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #323232 !important;
}
.accordion-body {
  background-color: #E4E4E4;
}
.accordion-button {
  border: 0;
  background-color: #E4E4E4;
  color: #191717;
  border-radius: 0 !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: poppins, sans-serif;
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion-button::after {
  background: none;
  font-family: 'Font Awesome 7 Pro';
  content: '\2b';
  font-weight: 300;
  color: #191717;
  font-size: 1.5rem;
  margin-top: -10px;
}
.accordion-button:not(.collapsed) {
  background-color: #E4E4E4;
  color: #191717;
}
.accordion-button:not(.collapsed)::after {
  transform: none;
  background: none;
  content: '\f068';
}
.accordion-button span.number {
  color: #FE3131;
  font-family: poppins, sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  margin-right: 2.5rem;
}
#sources .number-box {
  border: 0 !important;
}
.red {
  color: #FE3131 !important;
}
#sources a {
  text-decoration: none;
}
#sources strong {
  font-weight: 500;
}
.secondary-hero p a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.blog-inner {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.blog-inner p.big {
  margin-bottom: 2rem;
}
.tags {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
}
.tags li,
p.date {
  border-radius: 0.5rem;
  background: #F4F4F4;
  padding: 0.63rem 1.5rem;
  font-family: "bio-sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.04rem;
}
p.date,
span.tag {
  display: inline-flex;
}
span.tag {
  border-radius: 0.25rem;
  background: #F4F4F4;
  padding: 0.5rem 1rem;
  font-family: "bio-sans", sans-serif;
  font-size: 0.63rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.04rem;
}
blockquote {
  background: #F4F4F4;
  padding: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
}
.blog-inner img {
  margin-top: 3.5rem;
  margin-bottom: 2.5rem;
}
img + blockquote {
  margin-top: 0;
}
blockquote + img {
  margin-top: 0;
}
.similar-title {
  margin-bottom: 4rem;
  color: #323232;
  font-family: "bio-sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  text-wrap: balance;
}
.similar-title a {
  text-decoration: none;
}
#menu-recommended-topics-blog {
  list-style-type: none;
  padding-left: 0;
}
#menu-recommended-topics-blog li {
  margin-bottom: 1rem;
}
#menu-recommended-topics-blog a {
  color: rgba(50, 50, 50, 0.8);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.02rem;
  border-radius: 0.5rem;
  border: 1px solid #6D6D6D;
  padding: 0.25rem 1.5rem 0;
  text-decoration: none;
  display: inline-flex;
}
#menu-recommended-topics-blog a:hover {
  color: #FE3131;
  border-color: #FE3131;
}
.benefit-box .graybg,
.serve-box .graybg {
  height: 100%;
  border-radius: 0.5rem;
  background: #f4f4f4;
  width: 100%;
  display: block;
}
.serve-box .graybg {
  border: 2px solid #f4f4f4;
}
.benefit-box i,
.serve-box i {
  background: #E4E4E4;
  border-radius: 0.25rem;
  padding: 0.75rem;
  color: #FE3131;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  width: auto;
}
.benefit-box .title,
.serve-box .title {
  font-size: 1.13rem;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.02rem;
}
.benefits-boxes,
.career-desc li {
  margin-bottom: 1rem;
}
.benefit-title {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.benefit-title h5 {
  margin-bottom: 4rem;
}
.career-desc h3 {
  color: #191717;
  line-height: 130%;
  margin-bottom: 4rem;
}
.career-desc h4 {
  margin-bottom: 2rem;
}
.career-desc p,
.career-desc ul {
  margin-bottom: 4rem;
}
.project-box .arrow {
  top: 0;
  right: 0;
  padding: 1rem 1rem 0.75rem;
  background: #FE3131;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 0 0.5rem 0 0;
  opacity: 0;
}
.project-box img {
  border-radius: 0.5rem;
  border: 2px solid transparent;
  margin-bottom: 0.75rem;
}
.project-box:hover img {
  border: 2px solid #FE3131;
  transition: 0.25s ease-in-out;
}
.project-box:hover .arrow {
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.project-box {
  text-decoration: none;
}
.project-box h2 {
  color: #191717;
  font-family: "bio-sans", sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.02rem;
  margin-bottom: 0.25rem;
}
.project-box p {
  font-family: "bio-sans", sans-serif;
  font-size: 0.63rem;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.04rem;
}
.sidebar-heading {
  margin-bottom: 1rem;
  font-family: "bio-sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.01rem;
}
.sidebar-heading.bold {
  margin-top: 3rem;
  font-weight: 600;
}
.facetwp-search {
  color: #323232;
  font-family: "bio-sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #E4E4E4;
}
.facetwp-search::placeholder {
  color: #323232;
  font-family: "bio-sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
}
.facetwp-icon {
  margin-right: 1rem;
}
.facetwp-dropdown {
  color: #323232;
  font-family: "bio-sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.01rem;
  padding: 0.75rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #E4E4E4;
}
.facetwp-facet input.facetwp-search {
  min-width: 100% !important;
  padding-right: 0 !important;
}
.facetwp-counter {
  display: none !important;
}
.facetwp-checkbox {
  margin-bottom: 0.75rem !important;
  color: #323232;
  font-family: "bio-sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 0.01rem;
}
.facetwp-toggle {
  font-size: 0.75rem;
  font-weight: 300;
  color: #9B9B9B;
  font-family: "bio-sans", sans-serif;
}
.facetwp-reset {
  font-size: 0.8rem;
  font-family: "bio-sans", sans-serif;
  font-weight: 300;
}
.facetwp-page {
  text-decoration: none;
  display: inline-flex !important;
  width: 2.5rem;
  height: 2.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #191717;
  font-family: "bio-sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01rem;
  margin: 0.63rem;
}
.facetwp-page.active,
.facetwp-page:hover {
  border-radius: 0.25rem;
  background: #D9D9D9;
}
.project-thumbs img {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  border: 2px solid #fff;
  border-radius: 0.5rem;
}
.project-thumbs .is-active img {
  border: 2px solid #FE3131;
}
.project-gallery img {
  width: 100%;
  aspect-ratio: 6 / 4;
  object-fit: cover;
  object-position: top center;
}
.project-inner {
  margin-top: 8rem;
  margin-bottom: 10rem;
}
.project-thumbs {
  bottom: 1.5rem;
  right: 1.5rem;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0;
}
#wrapper-footer {
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}
.copyright {
  border-top: 0.04rem solid #fff;
  margin-top: 5.5rem;
  padding-top: 1.5rem;
}
.footer-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-logo img {
  margin-bottom: 2.5rem;
}
.footer-logo p {
  margin-bottom: 2rem;
  font-weight: 300;
  font-family: "bio-sans", sans-serif;
}
.footer-links h6 {
  margin-bottom: 2rem;
}
.footer-links ul {
  padding-left: 0;
  list-style-type: none;
}
.footer-links li {
  margin-bottom: 1.5rem;
  font-family: "bio-sans", sans-serif;
}
.footer-links a {
  text-decoration: none;
}
.acf-social-icons i {
  font-size: 1.5rem;
}
.footer-links .button {
  display: flex;
}
@media (min-width: 768px) {
  .contact-boxes .col-md-4:nth-child(2) {
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
  }
  .border-right {
    border-right: 1px solid #E4E4E4;
  }
}
@media (max-width: 991.98px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.25rem;
  }
  .navbar {
    padding: 0.25rem 1.5rem !important;
  }
  .below-hero p,
  .below-hero a {
    font-size: 1.4rem;
  }
  .below-hero .right {
    padding: 2.5rem 2rem;
  }
  .home-expertise .big-link {
    font-size: 1.75rem;
    line-height: 1.85rem;
  }
  .home-careers h2 {
    font-size: 3rem;
  }
  p.big {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  .project-sidebar,
  .number-box {
    border-right: 0;
  }
  .number-box {
    border-bottom: 1px solid #191717 !important;
  }
  .number-box:last-child {
    border-bottom: 0 !important;
  }
  .navbar {
    background: #191717 !important;
  }
  .navbar-collapse.collapse.show {
    padding: 0 1rem 2rem 1rem;
    transition: 0.25s ease-in-out;
  }
  .navbar .nav-item {
    margin-right: 0;
  }
  .navbar ul {
    align-items: flex-start !important;
  }
  .navbar li {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
  .below-hero .title {
    max-width: 100%;
  }
  .home-news .col-md-auto {
    margin-left: auto;
    margin-top: 5rem;
  }
  .number-boxes h5 {
    margin-bottom: 3rem;
  }
  .aboutgrid .leftcol,
  #specialized .leftcol {
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .jump-top img {
    margin-bottom: 2rem;
  }
  #management .number-box,
  #soil .number-box {
    border-bottom: 0 !important;
  }
  .about-top img,
  .aboutgrid .marquee,
  .contact-form img,
  .jump-top {
    margin-bottom: 2rem;
  }
  .secondary-hero {
    padding-top: 9rem;
    padding-bottom: 4rem;
  }
  .secondary-hero h1 {
    font-size: 3.5rem;
  }
  .number-box {
    padding: 4rem 2rem;
  }
  .photo-cols {
    margin-top: 2rem;
  }
}
@media (max-width: 450px) {
  .home-hero h1 {
    font-size: 3rem;
  }
  .home-hero,
  .video-overlay {
    height: 35rem;
  }
  .leftcol {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .secondary-hero h1 {
    font-size: 2.5rem;
  }
  .secondary-hero p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .aboutgrid .inner {
    padding: 15.5rem 3rem 8rem;
  }
  .below-hero .left {
    padding: 2.5rem;
  }
  .below-hero p,
  .below-hero a {
    font-size: 1.2rem;
  }
  .exp-left {
    padding: 5rem 2rem;
  }
  .home-parallax .homebg {
    height: 20rem;
    background-attachment: unset !important;
  }
}
