/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
.banner {
  position: relative;
  padding: 100px 0 100px 0; }
  .banner img,
  .banner picture {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover;
    object-position: top right;
    z-index: -1;
    position: absolute; }
    @media (max-width: 769px) {
      .banner img,
      .banner picture {
        height: 600px !important; } }
  .banner .banner-content {
    color: white; }
    .banner .banner-content .h1,
    .banner .banner-content h1 {
      text-shadow: 0px 3px 6px #00000029;
      margin-bottom: 0;
      color: white; }
    .banner .banner-content .h3 {
      color: white;
      margin-bottom: 0; }

.manufacturing {
  padding: 100px 0 75px 0; }
  .manufacturing .top {
    color: #000000; }
    .manufacturing .top .h4 {
      font-family: "Fira Sans", sans-serif;
      font-weight: 400; }
      .manufacturing .top .h4 a {
        color: #000000; }
        .manufacturing .top .h4 a:hover {
          color: #0e5ecc; }
  .manufacturing .service-card {
    height: 100%; }
    .manufacturing .service-card .img {
      height: 100%;
      position: relative;
      border-radius: 5px; }
      .manufacturing .service-card .img picture,
      .manufacturing .service-card .img img {
        border-radius: 5px;
        object-fit: cover;
        width: 100% !important;
        max-width: 100% !important;
        height: 100% !important;
        max-height: 100% !important; }
      .manufacturing .service-card .img h5 {
        margin-bottom: 1.25rem; }
      .manufacturing .service-card .img a {
        display: flex;
        flex-direction: column;
        justify-content: end;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        color: white;
        padding: 2rem; }
        .manufacturing .service-card .img a h5 {
          transition: all 200ms linear; }
      .manufacturing .service-card .img:before {
        content: "";
        border-radius: 5px;
        mix-blend-mode: multiply;
        background: transparent linear-gradient(0deg, #10375b 0%, #13385af4 23%, #46464636 45%, #45454500 100%) 0% 0% no-repeat padding-box;
        opacity: 0.95;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 200ms linear; }
      .manufacturing .service-card .img:hover a h5 {
        font-size: 29px; }
      .manufacturing .service-card .img:hover:before {
        background: transparent linear-gradient(0deg, #10375b 0%, #13385af4 42%, #46464636 57%, #45454500 100%) 0% 0% no-repeat padding-box; }
      .manufacturing .service-card .img .learn-more {
        font-weight: 700;
        font-size: 16px;
        color: white; }
        .manufacturing .service-card .img .learn-more:after {
          content: "\e901";
          font-family: "standard-icons" !important;
          margin-left: 8px;
          font-size: 14px; }

.quality {
  padding: 0 0 100px 0; }
  .quality .box {
    background-color: #f8f8f8; }
    .quality .box .content h2 {
      color: #000000; }
    .quality .box .content .btns-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .quality .box .content .btns-row .btn-arrow {
        margin-top: 1rem; }

#cta {
  position: relative;
  color: white;
  padding-top: 150px;
  padding-bottom: 150px; }
  #cta::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000 0% 0% no-repeat padding-box;
    opacity: 0.61;
    z-index: 0; }
  #cta .content {
    z-index: 1;
    position: relative; }
