@font-face {
    font-family: 'SourceSansPro';
    src: url('../assets/fonts/SourceSansPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../assets/fonts/SourceSansPro-Semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'SourceSansPro', sans-serif;
}

h1 {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'SourceSansPro', sans-serif;
    font-weight: 400;
}

a:focus, a:hover {
  color: #fff;
}

.navbar-image {
    max-width: 300px;
    margin-top: 10px;
}

.button.secondary.view-all {
  position: absolute;
  top: 140px;
  left: 35px;
  width: 80%;
}

#primary-nav > li > a::after {
  background: #b2d940;
}

.B_crumbBox > li:hover > a, .B_crumbBox > li:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-badge {
  float: left;
  margin: 0;
  margin-top: 55px;
  padding: 0;
  column-count: 3 !important;
}

.footer-badge li {
    list-style-type: none;
    margin: 0 7px;
    width: 100px;
}

li .tn-badge__img {
  width: 120px;
}

.footer-badge li:first-child img {
  margin: 0;
  padding: 0;
}

.footer-section-03 .resources {
  column-count: 1;
}

.ml-5 {
  margin-left: 45px;
}

.mt-5 {
  margin-top: 25px;
}

.gap-1 {
  padding-top: 42px;
}

.gap-2 {
  padding-bottom: 20px;
}

.bucket-inner .image {
  text-align: center;
  max-height: 188px;
  border: 1px solid #cccccc40;
  overflow: hidden;
}

.swiper-slide picture img {
  width: auto;
  height: 186px;
  object-fit: cover;
}

.home-bucket-inner .home-bucket-image-wrapper {
  border-bottom: 2px solid #ccc;
  width: 100%;
  height: 145px;
  overflow: hidden;
}

.home-bucket-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

table {
  width: 100%;
}

.mid-banner-area {
  width: 500px !important;
  height: 450px;
  float: right;
  border-radius: 29px;
  border: 7px solid #10433c;
  overflow: hidden;
}

.product-img-container {
  height: 400px;
  overflow: hidden;
  text-align: center;
}

.product-img-container img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.menu-contact-us {
  display: none;
}

@media only screen and (min-width: 1198px) {
  .menu-contact-us {
    color: #fff;
    float: right !important;
    padding: 0 16px;
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    margin-right: 12px;
  }
}

@media only screen and (min-width: 769px) {
  
  /* Our products section */

    .our-products .home-bucket-inner .h2 {
      padding: 24px 34px 12px 2px;
      white-space: nowrap;
    }

    .our-products .home-bucket-inner .h2::after {
      left: 0;
    }

    .our-products .col-md-3.home-bucket {
      width: 22%;
    }

    .our-products .h2 {
      font-size: 15px !important;
    }

    .buckets.our-products {
      justify-content: space-evenly;
      margin: 0 20px;
    }

  /* End our products section */
}


@media only screen and (max-width: 768px) {
	.footer-badge {
    float: none;
    margin-top: 0;
    margin-bottom: 20px;
  }

  li .tn-badge__img {
    width: 80px;
  }

  .footer-section.footer-section-03.col-xs-12.col-sm-7.col-md-2.ml-5 {
    margin-left: 0;
  }
}