@font-face {
  font-family: 'Fax Sans';
  src: url('../fonts/FaxSans-Beta.woff2') format('woff2'),
    url('../fonts/FaxSans-Beta.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FoxSansPro';
  src: url('../fonts/FoxSansPro-Bold.woff2') format('woff2'),
    url('../fonts/FoxSansPro-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FoxSansPro';
  src: url('../fonts/FoxSansPro.woff2') format('woff2'),
    url('../fonts/FoxSansPro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Franklin Gothic';
  src: url('../fonts/FranklinGothic-Heavy.woff2') format('woff2'),
    url('../fonts/FranklinGothic-Heavy.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: #ebeae3;
  font-family: 'Fax Sans', serif;
  font-size: 16px;
  position: relative;
}

* {
  transition: all 0.4s;
}

header {
  position: fixed;
  z-index: 1;
  width: 100%;
  background-color: transparent;
}

header.active {
  background-color: rgba(0, 0, 0, 0.8);
}

.main_img {
}

.main_img img {
  width: 100%;
}

@media (max-width: 1200px) {
  .main_img {
    min-height: 110vh;
    background: url(../images/main_bg.png) no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
  }

  .main_img img {
    width: 100%;
    display: none;
  }
}

@media (max-width: 992px) {
  .main_img {
    min-height: 90vh;
    background: url(../images/main_bg.png) no-repeat;
    background-size: auto 100%;
    background-position: center bottom;
  }

  .main_img img {
    width: 100%;
    display: none;
  }
}

.navbar-nav {
  position: relative;
}

.navbar-nav a {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 8px 0 !important;
}

.navbar-nav li {
  padding: 8px 16px;
}

.navbar-nav li a::before {
  content: ' ';
  position: absolute;
  width: 0%;
  left: 0;
  bottom: -5px;
  height: 3px;
  transition: width 0.3s;
  background-color: #fff;
}

.navbar-nav li:hover a::before {
  width: 100%;
  transition: width 0.3s;
}

.navbar-nav li a.active::before {
  content: ' ';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5px;
  height: 3px;
  background-color: #f1592a;
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-left: auto !important;
  }
}

.header-content {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  min-height: 400px;
  background: url(../images/text-bg.png) no-repeat center 30px;
  padding-top: 250px;
  padding-bottom: 200px;
}

.header-text {
  font-family: 'Franklin Gothic', serif;
  font-weight: 600;
  text-align: center;
  font-size: 78px;
  line-height: 78px;
  color: #fff;
}

@media (max-width: 992px) {
  .header-text {
    font-size: 54px;
    line-height: 54px;
  }

  .header-content {
    padding-top: 160px;
    padding-bottom: 200px;
    background: url(../images/text-bg.png) no-repeat center 0px;
  }
}

@media (max-width: 768px) {
  .header-content {
    padding-top: 127px;
    padding-bottom: 200px;
    background: url(../images/text-bg.png) no-repeat center -30px;
  }
}

.header-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  position: relative;
  padding-top: 20px;
}

.header-content p::after {
  content: ' ';
  position: absolute;
  height: 3px;
  width: 200px;
  background-color: #fff;
  bottom: -40px;
  left: 50%;
  margin-left: -100px;
}

.content-body {
  border-bottom: 6px solid #f1592a;
}

/* Section */
section {
  padding: 70px 0;
  position: relative;
}

.section_sub_title {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
}

.section_title {
  text-transform: uppercase;
  font-size: 40px;
  font-family: 'FoxSansPro', serif;
  font-weight: bold;
  position: relative;
  color: #474747;
}

.section_title::before {
  content: ' ';
  background-color: #f1592a;
  height: 3px;
  width: 100px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}

.content-text {
  font-size: 22px;
}

.white-bg {
  background-color: #fff;
}

footer {
  background-color: #474747;
  padding: 40px 0 !important;
  color: #fff;
  font-family: 'FoxSansPro', serif;
}
.footer_section {
  padding: 0 32px;
}

.footer_section_title {
  color: #fff;
  font-family: 'FoxSansPro', serif;
  font-weight: bold;
  font-size: 27px;
}

.footer_section ul {
  list-style: none;
  color: #fff;
  padding-left: 0;
}

.footer_section ul a {
  list-style: none;
  color: #d1d0d0;
  padding-left: 0;
  text-decoration: none;
}

.text-light-gray {
  color: #d1d0d0;
}

hr:not([size]) {
  height: 3px;
  background-color: #f1592a;
  opacity: 1;
}

.footer_section_content {
  font-size: 18px;
  font-weight: normal;
  font-family: 'FoxSansPro', serif;
}

.text-upper {
  text-transform: uppercase;
}

.product_text {
  font-size: 18px;
}

.product_img + .product_img {
  padding-left: 48px;
}

@media (max-width: 1200px) {
  .product_img + .product_img {
    padding-left: 16px;
  }
}

.header-sub-text {
  padding: 0 15%;
}

.nav-link {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .footer_section {
    padding: 0px 16px;
  }
  .header-text {
    font-size: 35px;
    line-height: 39px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-content p {
    font-size: 13px;
    padding: 10px 15px;
  }
  .content-text {
    text-align: center;
  }
}
