/* Colors */
/* Functions */
@font-face {
  font-family: 'SFProDisplay';
  src: url('../../fonts/SFProDisplay-Regular.woff2') format('woff2'), url('../../fonts/SFProDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SFProDisplay';
  src: url('../../fonts/SFProDisplay-Bold.woff2') format('woff2'), url('../../fonts/SFProDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  --gutter-x2: -12px;
  --gutter-x: 12px;
}
body.modal-opened {
  position: fixed !important;
  overflow: hidden !important;
  width: 100%;
}
.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
}
.slider-fluid {
  overflow: hidden;
}
.slider-fluid .owl-stage-outer {
  overflow: inherit;
}
.slider-fluid .owl-stage {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
}
.slider-fluid .owl-stage > * {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-fluid .owl-stage .owl-item {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-fluid .owl-stage .owl-item:not(.active) {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.slider-fluid .owl-stage .owl-item:not(.active) a {
  cursor: default;
  pointer-events: none;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::selection {
  background-color: #000;
  color: #fff;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
#side-menu .backdrop {
  background-color: rgba(39, 39, 39, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 90px 0 0;
  width: 100%;
  background-color: #272727;
  margin-right: -100%;
  overflow-y: auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu {
  margin-bottom: 35px;
  flex: 1;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a:after {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 600px;
}
#side-menu .content ul.menu li.menu-item-has-children > a:after {
  content: ' ';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background: url('../../images/icons/chevron-down.svg') no-repeat center;
  background-size: contain;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  filter: invert(1);
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  line-height: 1;
  position: relative;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 8px;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  letter-spacing: 0;
}
#side-menu .content ul.menu li ul.sub-menu li a::before {
  content: " ";
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  display: inline;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a:before {
  margin-left: 20px;
}
#side-menu .content .social-area .s-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #939393;
  margin-bottom: 16px;
  text-align: center;
}
#side-menu .content ul.social-menu li a:not([class*="bg-"]) {
  background-color: #ff2e1b;
}
header {
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header.mobile-menu-opened {
  position: relative;
  z-index: 9999;
  box-shadow: 0 2px 10px 7px rgba(0, 0, 0, 0.15);
}
header.mobile-menu-opened .white-logo {
  display: block;
}
header.mobile-menu-opened .color-logo {
  display: none;
}
header.mobile-menu-opened .text-black {
  color: #fff;
}
header .white-logo {
  display: none;
}
header .color-logo {
  display: block;
}
header ul.header-menu li {
  position: relative;
  height: 60px;
  flex: 1;
  display: flex;
  margin: 0 15px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.header-menu li:after {
  content: " ";
  width: 20px;
  height: 0;
  background-color: #ff2e1b;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  bottom: -36px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.header-menu li:hover > a {
  color: #000;
}
header ul.header-menu li:hover > header ul.header-menu li:hover:after {
  height: 10px;
}
header ul.header-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header ul.header-menu li:hover > ul.sub-menu li:last-child {
  border: none;
  border-left: none!important;
}
header ul.header-menu li:hover > ul.sub-menu li:last-child a {
  border-bottom: none;
}
header ul.header-menu li.current-menu-item > a {
  font-weight: 700;
  color: #000;
}
header ul.header-menu li.current-menu-item:after {
  height: 10px;
}
header ul.header-menu li a {
  font-size: 18px;
  padding: 0 15px;
  display: inline-flex;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.header-menu li ul.sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100px;
  left: 50%;
  min-width: 180px;
  transform: translateX(-50%);
  padding-top: 14px;
  pointer-events: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  -webkit-filter: drop-shadow(1px 1px 0px #f4f4f4) drop-shadow(0 1px 0px #f4f4f4) drop-shadow(1px 0 0px #f4f4f4) drop-shadow(0 -1px 0px #f4f4f4) drop-shadow(-1px 0 0px #f4f4f4) drop-shadow(-1px -1px 0px #f4f4f4);
  filter: drop-shadow(1px 1px 0px #f4f4f4) drop-shadow(0 1px 0px #f4f4f4) drop-shadow(1px 0 0px #f4f4f4) drop-shadow(0 -1px 0px #f4f4f4) drop-shadow(-1px 0 0px #f4f4f4) drop-shadow(-1px -1px 0px #f4f4f4);
}
header ul.header-menu li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 14px;
  transform: translate(-50%, -100%);
  border: 8px solid;
  border-color: transparent transparent #fff transparent;
}
header ul.header-menu li ul.sub-menu li {
  background: #fff;
  border: none;
  height: initial;
}
header ul.header-menu li ul.sub-menu li:first-child {
  padding-top: 16px;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
header ul.header-menu li ul.sub-menu li:last-child {
  padding-bottom: 16px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
header ul.header-menu li ul.sub-menu li:hover > a {
  background: #fff;
  color: #000;
}
header ul.header-menu li ul.sub-menu li:hover > a:after {
  width: 4px;
}
header ul.header-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: -30px;
  pointer-events: initial;
}
header ul.header-menu li ul.sub-menu li.current-menu-item:after {
  display: none;
}
header ul.header-menu li ul.sub-menu li a {
  white-space: nowrap;
  margin: 0;
  padding: 8px 24px;
  display: block;
  position: relative;
  font-size: 16px;
}
header ul.header-menu li ul.sub-menu li a:after {
  content: ' ';
  width: 0;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ff2e1b;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -ms-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header ul.header-menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
  transform: translateX(0px);
  -webkit-filter: none;
  filter: none;
}
header ul.header-menu li ul.sub-menu li ul.sub-menu::before {
  border-color: transparent white transparent transparent;
  -webkit-filter: none;
  filter: none;
  top: 42px;
  left: 0;
  transform: translateY(0px);
}
header .header-search-form {
  box-shadow: inset 0 2px 10px 0px rgba(0, 0, 0, 0.15);
}
a.mobile-hamburger-menu {
  flex-direction: column;
  padding: 10px;
  width: 36px;
  height: 35px;
  z-index: 999999;
  width: 40px;
  height: 40px;
  align-items: end;
  justify-content: center;
}
a.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateX(4.5px);
  background: #ff2e1b;
  transition: all 0ms 300ms;
  width: 16px;
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
a.mobile-hamburger-menu .hamburger-menu.animate:before {
  bottom: 0;
  width: 26px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu.animate:after {
  top: 0;
  width: 26px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
  transition: width 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after,
a.mobile-hamburger-menu .hamburger-menu:before {
  height: 1px;
}
a.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  right: 0;
  width: 22px;
  bottom: 7px;
  background: #ff2e1b;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
a.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  top: 7px;
  background: #ff2e1b;
  transition: width 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
main {
  flex: 1;
}
#home-slider .active .item .slider-title,
#home-slider .active .item .slider-sub-title,
#home-slider .active .item .btn {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0s;
}
#home-slider .active .item .slider-sub-title {
  animation-delay: 0.5s;
}
#home-slider .active .item .btn {
  animation-delay: 1s;
}
#home-slider .owl-nav {
  right: 10%;
}
#home-slider .owl-dots:before,
#home-slider .owl-dots:after {
  content: " ";
  width: 28px;
  height: 28px;
  border: 14px solid;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%);
}
#home-slider .owl-dots:after {
  left: 100%;
  border-color: transparent transparent #fff #fff;
  transform: translateX(0%);
}
#home-slider .owl-dots button.owl-dot.active {
  background-color: #ff2e1b;
}
#about-us .container {
  background: url('../../images/home-about-bg.png') no-repeat center;
  background-size: cover;
}
#products .product-list-item .pli-title:before,
#products .product-list-item .pli-title:after {
  content: " ";
  width: 5px;
  height: 10px;
  background-color: #ff2e1b;
  position: absolute;
  left: -5%;
  top: 50%;
  transform: translate(0, -50%);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#products .product-list-item .pli-title:after {
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: inherit;
  right: -5%;
}
#products .product-list-item:hover .pli-title:before {
  left: 0%;
  opacity: 1;
}
#products .product-list-item:hover .pli-title:after {
  right: 0%;
  opacity: 1;
}
#testimonials #testimonials-carousel .owl-dots button.owl-dot.active {
  width: 74px;
  background-color: #ff2e1b;
}
#footer-contacts .container {
  background: url('../../images/footer-contact-bg.png') no-repeat center;
  background-size: cover;
  box-shadow: 0 2px 40px rgba(255, 46, 27, 0.4);
}
.pagination {
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #939393;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #272727;
}
.pagination ul li.active a {
  border-color: #272727;
  background-color: #272727;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a {
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#post-content {
  font-size: 16px;
  letter-spacing: 0;
  color: #000;
  line-height: 1.6;
}
#post-content p,
#post-content ul,
#post-content ol {
  margin: 25px 0;
}
#post-content p:first-child,
#post-content ul:first-child,
#post-content ol:first-child {
  margin-top: 0;
}
#post-content p:last-child,
#post-content ul:last-child,
#post-content ol:last-child {
  margin-bottom: 0;
}
#post-content h1 {
  font-size: 28px;
}
#post-content h2 {
  font-size: 24px;
}
#post-content h3 {
  font-size: 20px;
}
#post-content h4,
#post-content h5 {
  font-size: 18px;
}
#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4 {
  margin: 25px 0;
  letter-spacing: 0;
  line-height: 1.2;
}
#post-content ul,
#post-content ol {
  padding-left: 20px;
}
#post-content ul li {
  list-style: disc;
}
#post-content ol li {
  list-style: numeric;
}
#post-content a:not(.btn) {
  color: #ff2e1b;
  font-weight: 600;
}
#post-content img {
  max-width: 100%;
  height: auto;
}
.blog-item .blog-item-desc {
  color: #5f5f5f;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.product-desc {
  letter-spacing: 0;
}
.product-desc p {
  margin: 20px 0;
}
.product-desc p:first-child {
  margin-top: 0;
}
.product-desc p:last-child {
  margin-bottom: 0;
}
.product-gallery {
  /* the slides */
}
.product-gallery .slider-nav {
  /* the parent */
}
.product-gallery .slider-nav .slick-slide {
  margin: 0 8px;
}
.product-gallery .slider-nav .slick-slide.slick-current.slick-active img {
  border-color: #000;
}
.product-gallery .slider-nav .slick-list {
  margin: 0 -8px;
}
.product-meta .excerpt {
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
}
#contact-map iframe {
  height: calc(100vh - 132px - 96px);
  width: 200vw;
  position: relative;
  left: -25vw;
}
footer #footer-top ul.ft-menu-ul li {
  margin-bottom: 6px;
}
footer #footer-top ul.ft-menu-ul li:last-child {
  margin-bottom: 0;
}
footer #footer-top ul.ft-menu-ul li a {
  font-size: 16px;
  color: #fff;
  padding: 3px 0;
}
