@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  overflow-x: hidden !important;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #121212;
}

a:hover {
  text-decoration: none;
}

button {
  background-color: #e76325;
  color: white;
  font-family: "Saira Condensed", sans-serif;
  letter-spacing: 1.5px;
  padding: 5px 14px;
  border: none;
}

@media (min-width: 1350px) {
  .container {
    width: 1320px !important;
  }
}

.mobile-header {
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mobile-header .top-header-mobile {
  padding: 10px 20px;
  min-height: 40px;
  background-color: #e76325;
}

.mobile-header .top-header-mobile .mobile-ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  color: white;
  font-family: "Saira Condensed", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
}

.mobile-header .bottom-header-mobile {
  padding: 7px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mobile-header .bottom-header-mobile .logo-mobile img {
  max-width: 90px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mobile-header .bottom-header-mobile .menu-burger {
  cursor: pointer;
}

.mobile-header .bottom-header-mobile .mobile-nav-menu {
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 100;
  overflow: hidden;
  background-color: white;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.mobile-header .bottom-header-mobile .mobile-nav-menu .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}

.mobile-header .bottom-header-mobile .mobile-nav-menu ul {
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-header .bottom-header-mobile .mobile-nav-menu ul li {
  font-family: "Saira Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 550;
  line-height: 55px;
}

.mobile-header .bottom-header-mobile .mobile-nav-menu ul .tracking-button {
  background-color: #e76325;
  color: white;
  font-family: "Saira Condensed", sans-serif;
  letter-spacing: 1.5px;
  padding: 0px 14px;
}

.header-section {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 10px 10px rgba(211, 211, 211, 0.185);
          box-shadow: 0px 10px 10px rgba(211, 211, 211, 0.185);
}

.header-section .logo-column {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-section .logo-column img {
  max-width: 80%;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-section .dual-header-column {
  width: 70%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.header-section .dual-header-column .top-header {
  height: 40px;
  position: relative;
}

.header-section .dual-header-column .top-header ::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -40px;
  border-bottom: 40px solid #e76325;
  border-left: 40px solid white;
  width: 0;
}

.header-section .dual-header-column .top-header .customer-care-menu {
  height: 40px;
  padding-left: 10px;
  padding-right: 20%;
  margin: 0;
  font-family: "Saira Condensed", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e76325;
  color: white;
}

.header-section .dual-header-column .bottom-header {
  padding-left: 10px;
  padding-right: 20%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-section .dual-header-column .bottom-header .nav-menu {
  font-family: "Saira Condensed", sans-serif;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 550;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-section .dual-header-column .bottom-header .nav-menu li {
  padding-right: 28px;
}

.header-section .dual-header-column .bottom-header .tracking-button {
  background-color: #e76325;
  color: white;
  font-family: "Saira Condensed", sans-serif;
  letter-spacing: 1.5px;
  padding: 5px 14px;
}

.header-section .dual-header-column .bottom-header .tracking-button a {
  color: white !important;
}

.carousel-item,
.carousel-item img {
  height: calc(100vh - 100px) !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.carousel-control-prev {
  padding-left: 20px !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.carousel-control-next {
  padding-right: 20px !important;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-heading {
  height: 190px;
  background: url(../media/about-heading.jpg);
  background-position: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.page-title h1 {
  color: white;
  font-family: "Saira Condensed", sans-serif;
  font-size: 46px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  padding: 0 25px;
  margin: 0;
  display: inline-block;
  margin-top: 5px;
}

@media only screen and (max-width: 1024px) {
  .page-title h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1024px) {
  .page-heading {
    max-height: 100px;
  }
}

.article-block {
  padding: 2em 8em;
}

.article-block h1,
.article-block h3,
.article-block h4 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: #e76325;
  font-weight: 900;
  padding: 1em 0;
}

.article-block p {
  text-align: justify;
}

.article-block img {
  width: 100%;
  height: auto;
}

.article-block .tick-mark-list li:before {
  content: "✓";
  color: #e76325;
  margin-right: 5px;
}

@media only screen and (max-width: 1024px) {
  .article-block {
    padding: 35px 20px;
    padding-bottom: 35px;
  }
  .article-block img {
    padding: 1em 0;
  }
  .article-block .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .article-block .row .col-6 {
    max-width: 100% !important;
  }
}

.contact-block {
  padding: 2em 8em;
}

.contact-block h1,
.contact-block h3,
.contact-block h4 {
  font-family: "Montserrat", sans-serif;
  text-align: left;
  color: #e76325;
  font-weight: 900;
  padding: 1em 0;
}

.contact-block p {
  text-align: justify;
}

.contact-block img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .contact-block {
    padding: 35px 20px;
    padding-bottom: 35px;
  }
  .contact-block img {
    padding: 1em 0;
  }
  .contact-block .row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .contact-block .row .col-md-8 {
    max-width: 100% !important;
  }
  .contact-block .row .col-md-4 {
    max-width: 100% !important;
  }
}

.our-products-section {
  padding: 2em 8em;
  padding-bottom: 4em;
  background-color: #f5f5f5;
}

.our-products-section .title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  color: #e76325;
  font-weight: 900;
  padding: 1em 0;
}

.our-products-section .product-card {
  padding: 2em;
  background-color: white;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
          box-shadow: 0px 5px 30px 0px rgba(50, 50, 50, 0.1);
  max-width: 410px;
  min-height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-products-section .product-card-logo {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.our-products-section .product-card-description {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-products-section .product-card-description h3 {
  font-family: "Montserrat", sans-serif;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.our-products-section .product-card-description p {
  font-size: 15px;
}

.our-products-section .row-12 {
  margin-top: 35px;
}

.our-products-section .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-logo {
  display: block;
  padding: 0px 0;
}

.contact-logo img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

@media only screen and (max-width: 1024px) {
  .contact-logo {
    display: block;
    padding: 0px 0;
  }
  .contact-logo img {
    width: 50px;
    height: 50px;
    margin-right: 8px;
  }
}

footer {
  background-color: #070808;
  color: white;
  padding: 2em 8em !important;
}

footer p,
footer a,
footer li {
  color: #c6c4c4;
  font-size: 13px;
  line-height: 25px;
}

footer p {
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding: 35px 20px !important;
  }
  footer .col-3,
  footer .col-2,
  footer .col-4 {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1234px) {
  header.header-section {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logo-column {
    padding: 0;
    margin-right: 10px;
  }
  .logo-column img {
    max-width: 100%;
    height: 50px !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
  ul.nav-menu li {
    font-size: 12px;
    letter-spacing: 1px;
  }
  .our-products-section {
    padding: 2em 4em;
  }
  .product-card-description h3 {
    font-size: 13px !important;
  }
  .product-card-description p,
  .product-card-description a {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 1094px) {
  ul.customer-care-menu li {
    font-size: 12px;
  }
  ul.nav-menu li {
    padding-right: 1em !important;
    font-size: 12px;
    letter-spacing: 1px;
  }
  .tracking-button {
    font-size: 12px;
  }
  .carousel-item,
  .carousel-item img {
    height: 200px !important;
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

@media only screen and (max-width: 925px) {
  .bottom-header {
    padding-right: 2em !important;
  }
  .carousel-item,
  .carousel-item img {
    height: calc(300px) !important;
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
}

@media only screen and (max-width: 780px) {
  main {
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    overflow-x: hidden !important;
  }
  h1 {
    font-size: 25px;
  }
  .header-section {
    display: none;
  }
  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  div.product-card {
    padding: 20px 20px;
  }
  .product-card-logo {
    padding-right: 25px;
  }
  .carousel-item,
  .carousel-item img {
    height: 200px !important;
    width: 100% !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .carousel-control-prev {
    padding-left: 5px !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .carousel-control-next {
    padding-right: 5px !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .our-products-section {
    padding: 35px 20px;
    padding-bottom: 75px;
  }
  .our-products-section .col .product-card {
    margin-bottom: 1em;
  }
  .our-products-section .row-12 {
    margin-top: 0px;
  }
  footer {
    padding: 35px 20px;
  }
  footer .container-fluid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .container-fluid .row .col {
    margin-bottom: 2em;
  }
}
/*# sourceMappingURL=style.css.map */