.homepage-video {
  display: block;
  position: relative;
  width: 100%;
  height: 600px; }
  @media (min-width: 768px) {
    .homepage-video {
      height: 400px; } }
  @media (min-width: 1200px) {
    .homepage-video {
      height: 600px; } }
  .homepage-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    margin: 0;
    padding: 0;
    vertical-align: bottom; }
  .homepage-video .video-overlay {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-left: 30px; }
    @media (min-width: 1366px) {
      .homepage-video .video-overlay {
        padding-left: 60px;
        padding-bottom: 60px; } }
    .homepage-video .video-overlay:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .3; }
    .homepage-video .video-overlay p {
      position: relative;
      text-transform: uppercase;
      font-size: 40px;
      line-height: 50px;
      font-family: "Oswald Bold", Sans-serif;
      color: #fff;
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .homepage-video .video-overlay p {
          font-size: 32px;
          line-height: 38px; } }
      @media (max-width: 640px) {
        .homepage-video .video-overlay p br {
          display: none; } }
      .homepage-video .video-overlay p strong {
        font-size: 30px;
        line-height: 40px;
        color: #CB1517; }
    .homepage-video .video-overlay a {
      position: relative;
      padding: 15px 30px;
      color: #fff;
      text-align: center;
      font-family: "Oswald Bold", Sans-serif;
      font-size: 14px;
      background-color: #CB1517;
      text-transform: uppercase;
      transition: all .3s ease; }
      .homepage-video .video-overlay a:hover {
        background-color: #fff;
        color: #CB1517; }

/* Our Industries */
.our-industries {
  padding-top: 60px;
  padding-bottom: calc(60px - 2%); }
  @media (min-width: 1200px) {
    .our-industries {
      padding-bottom: 60px; } }
  .our-industries h4 {
    margin: 0 0 60px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald Bold", Sans-serif;
    font-size: 34px !important;
    line-height: 44px !important; }
    @media (max-width: 767px) {
      .our-industries h4 {
        font-size: 26px !important;
        line-height: 30px !important; } }
  .our-industries ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px; }
  .our-industries li {
    position: relative;
    list-style: none;
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
    margin-bottom: 2%; }
    .our-industries li:nth-of-type(2n) {
      margin-right: 0; }
    @media (min-width: 768px) {
      .our-industries li {
        width: 32%; }
        .our-industries li:nth-of-type(2n) {
          margin-right: 2%; }
        .our-industries li:nth-of-type(3n) {
          margin-right: 0; } }
    @media (min-width: 1200px) {
      .our-industries li {
        width: 15.833%;
        margin-right: 1%;
        margin-bottom: 0; }
        .our-industries li:nth-of-type(2n) {
          margin-right: 1%; }
        .our-industries li:nth-of-type(3n) {
          margin-right: 1%; }
        .our-industries li:nth-of-type(6n) {
          margin-right: 0; } }
    .our-industries li:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .2; }
    .our-industries li:hover:before {
      background-color: #CB1517;
      opacity: .8; }
    .our-industries li:hover .overlay-content {
      opacity: 1;
      z-index: 1; }
      .our-industries li:hover .overlay-content .industry-title {
        display: block;
        opacity: 1;
        z-index: 1;
        font-size: 20px;
        line-height: 26px; }
        @media (max-width: 767px) {
          .our-industries li:hover .overlay-content .industry-title {
            font-size: 16px;
            line-height: 22px; } }
    .our-industries li:hover .industry-title {
      display: none;
      opacity: 0;
      z-index: -1; }
  .our-industries img {
    vertical-align: bottom;
    width: 100%; }
  .our-industries .overlay-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    opacity: 0;
    z-index: -1;
    transition: all .3s ease; }
    .our-industries .overlay-content p {
      color: #fff;
      font-size: 14px;
      line-height: 18px; }
      @media (max-width: 1365px) {
        .our-industries .overlay-content p {
          font-size: 12px;
          line-height: 16px; } }
    .our-industries .overlay-content span {
      font-family: "Oswald Bold", Sans-serif;
      color: #fff;
      text-decoration: underline; }
      .our-industries .overlay-content span:hover {
        text-decoration: none !important; }
    .our-industries .overlay-content a:hover {
      text-decoration: none; }
  .our-industries .industry-title {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Oswald Bold", Sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase; }

.industry-title:not(.overlay-content .industry-title) {
  position: absolute;
  bottom: 10px;
  left: 20px;
  width: calc(90% - 20px);
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0; }
  @media (max-width: 1365px) {
    .industry-title:not(.overlay-content .industry-title) {
      left: 10px;
      font-size: 16px;
      line-height: 22px; } }

/* Contact Callout */
.contact-callout {
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center; }
  .contact-callout h4 {
    width: 100%;
    margin-bottom: 20px;
    font-family: "Oswald Bold", Sans-serif;
    text-transform: uppercase;
    font-size: 34px !important;
    line-height: 44px !important; }
    @media (max-width: 767px) {
      .contact-callout h4 {
        font-size: 26px !important;
        line-height: 30px !important; } }
  .contact-callout p {
    font-size: 18px;
    line-height: 24px; }
  .contact-callout a[href^="tel"] {
    font-family: "Oswald Bold", Sans-serif;
    text-transform: uppercase;
    color: #CB1517;
    border: 2px solid #CB1517;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 15px;
    font-size: 34px !important;
    line-height: 44px !important; }
    @media (max-width: 767px) {
      .contact-callout a[href^="tel"] {
        font-size: 26px !important;
        line-height: 30px !important; } }
    @media (min-width: 768px) {
      .contact-callout a[href^="tel"] {
        pointer-events: none; } }

.two-col--block {
  width: 100%;
  background-color: #f2f2f2; }
  .two-col--block .c-container {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .two-col--block .c-container {
        flex-direction: row; } }
  .two-col--block .col-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1152px) {
      .two-col--block .col-inner {
        width: 70%; } }
    @media (min-width: 1366px) {
      .two-col--block .col-inner {
        width: 600px; } }
    .two-col--block .col-inner h5 {
      font-family: "Oswald Bold", Sans-serif;
      text-transform: uppercase;
      width: 100%;
      text-align: center;
      font-size: 26px !important;
      line-height: 30px !important;
      text-transform: uppercase; }
    .two-col--block .col-inner h6 {
      font-weight: 600;
      width: 100%;
      text-align: center; }
    .two-col--block .col-inner p {
      width: 100%;
      text-align: center; }
    .two-col--block .col-inner .red-solid {
      display: inline-block;
      color: #fff;
      background-color: #CB1517;
      padding: 15px 25px;
      text-decoration: none;
      font-family: "Oswald Bold", Sans-serif;
      text-transform: uppercase;
      margin-top: 20px;
      transition: all .3s ease; }
      .two-col--block .col-inner .red-solid:hover {
        background-color: #000; }
  .two-col--block .col-l {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .two-col--block .col-l {
        width: 50%;
        padding-top: 60px;
        padding-bottom: 60px; } }
  .two-col--block .col-r {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .two-col--block .col-r {
        width: 50%;
        padding-top: 60px;
        padding-bottom: 60px; } }
  .two-col--block blockquote {
    text-align: center;
    font-style: italic;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 24px; }
    @media (min-width: 1152px) {
      .two-col--block blockquote {
        font-size: 24px;
        line-height: 30px; } }
  .two-col--block cite {
    display: block;
    text-transform: uppercase;
    font-family: "Oswald Bold", Sans-serif;
    text-align: center;
    font-weight: 700;
    width: 100%;
    font-size: 14px;
    font-style: normal; }
  @media (min-width: 1152px) {
    .two-col--block.company .col-l,
    .two-col--block.company .col-r {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .two-col--block.van-types {
    background-color: #000; }
    .two-col--block.van-types * {
      color: #fff; }
    .two-col--block.van-types .red-solid:hover {
      background-color: #fff;
      color: #000; }
  .two-col--block.about {
    background-color: #fff;
    border-top: 1px solid #000; }
  .two-col--block.projects {
    position: relative;
    background-color: #ccc; }
    .two-col--block.projects:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("assets/images/homepage/our-projects.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      opacity: .3; }
    .two-col--block.projects:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .4; }
    .two-col--block.projects .col-l,
    .two-col--block.projects .col-r {
      z-index: 5; }
    @media (min-width: 1152px) {
      .two-col--block.projects .col-l,
      .two-col--block.projects .col-r {
        padding-top: 100px;
        padding-bottom: 100px; } }
    .two-col--block.projects h5,
    .two-col--block.projects h6,
    .two-col--block.projects p,
    .two-col--block.projects blockquote,
    .two-col--block.projects cite {
      color: #fff; }
    .two-col--block.projects .quotes {
      width: 100%; }
    .two-col--block.projects .quote {
      text-align: center; }

/* Our Clients */
.clients-scroll {
  background-color: #f2f2f2;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden; }
  .clients-scroll h4 {
    margin: 0 0 60px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald Bold", Sans-serif;
    font-size: 34px !important;
    line-height: 44px !important; }
    @media (max-width: 767px) {
      .clients-scroll h4 {
        font-size: 26px !important;
        line-height: 30px !important; } }
  .clients-scroll .client-track {
    display: flex;
    width: max-content;
    gap: 60px; }
  .clients-scroll .duplicate {
    animation: marquee 70s linear infinite; }
@keyframes marquee {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-50%); } }
  .clients-scroll ul {
    padding: 0; }
  .clients-scroll li {
    list-style: none;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto; }
    .clients-scroll li img {
      width: 100%;
      filter: grayscale(1);
      transition: all .3s ease; }
    .clients-scroll li:hover img {
      filter: grayscale(0); }

.why-choose {
  padding: 60px 20px; }
  .why-choose h4 {
    margin: 0 0 60px 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald Bold", Sans-serif;
    font-size: 34px !important;
    line-height: 44px !important; }
    @media (max-width: 767px) {
      .why-choose h4 {
        font-size: 26px !important;
        line-height: 30px !important; } }
  .why-choose ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) {
      .why-choose ul {
        width: 700px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1152px) {
      .why-choose ul {
        width: 70%; } }
  .why-choose li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1; }
    .why-choose li img {
      margin-bottom: 20px;
      max-width: 250px; }
      @media (max-width: 767px) {
        .why-choose li img {
          max-width: 150px; } }
  .why-choose h6 {
    text-transform: uppercase;
    font-family: "Oswald Bold", Sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .why-choose h6 {
        font-size: 18px;
        line-height: 22px; } }
  .why-choose .btn-container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .why-choose .red-solid {
    display: inline-block;
    color: #fff;
    background-color: #CB1517;
    padding: 15px 25px;
    text-decoration: none;
    font-family: "Oswald Bold", Sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    transition: all .3s ease; }
    .why-choose .red-solid:hover {
      background-color: #000;
      color: #fff; }

/* Quote Callout */
.quote-callout {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  .quote-callout * {
    color: #fff; }
  .quote-callout h5 {
    text-transform: uppercase;
    font-family: "Oswald Bold", Sans-serif;
    font-size: 34px !important;
    line-height: 44px !important;
    margin-bottom: 40px;
    margin-top: 0; }
    @media (max-width: 767px) {
      .quote-callout h5 {
        font-size: 26px !important;
        line-height: 30px !important; } }
  .quote-callout p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    font-family: "Source Sans Regular", Sans-serif;
    word-break: break-word; }
    @media (min-width: 768px) {
      .quote-callout p {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 992px) {
      .quote-callout p {
        max-width: 950px; } }
    .quote-callout p a {
      text-decoration: underline; }
      .quote-callout p a:hover {
        background-color: transparent;
        color: #fff;
        text-decoration: none; }
  .quote-callout a:hover {
    background-color: #fff;
    color: #CB1517; }
  .quote-callout a:not(p a) {
    display: inline-block;
    font-family: "Oswald Bold", Sans-serif;
    font-size: 14px;
    line-height: 14px;
    transition: all .3s ease;
    text-transform: uppercase;
    padding: 15px 30px;
    background-color: #CB1517; }

/*# sourceMappingURL=home2025.css.map */
