/*!
Theme Name: nayer_theme
Theme URI: http://underscores.me/
Author: Raya and Alex
Author URI: http://www.webiz.team
Description: Nayer Custom Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nayer
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nayer_theme is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
--------------------------------------------------------------*/
/* Nayer Variables */
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #262626;
  font-family: "Assistant", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.32; }
  @media (min-width: 992px) and (max-width: 1199px) {
    body,
    button,
    input,
    select,
    optgroup,
    textarea {
      font-size: 13.92px;
      font-size: 0.87rem; } }

/* Nayer Headings */
h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800; }

h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 700; }

h3 {
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: 700; }

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: 700; }

h5 {
  font-size: 17.6px;
  font-size: 1.1rem;
  font-weight: 700; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  direction: rtl; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

a {
  text-decoration: none;
  -webkit-transition: all .15s ease-in;
  transition: all .15s ease-in; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  outline: 0;
  border: 0;
  background: #363636;
  color: #fff;
  height: 27px; }
  @media (max-width: 991px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
      height: 34px; } }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background-color: #c91f25; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    background-color: #c91f25; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #454545;
  border: 0;
  border-radius: 0;
  padding: 5px;
  outline: 0;
  background-color: #ebebeb;
  line-height: 16px;
  width: 100%; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #454545; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  height: 27px; }
  @media (max-width: 991px) {
    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"] {
      height: 34px; } }

select {
  width: 100%; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #2b2b2b; }
  a:visited {
    color: #2b2b2b; }
  a:hover, a:focus, a:active {
    color: #c91f25; }
  a:hover, a:active {
    outline: 0;
    color: #c91f25; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  width: 86%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  position: relative; }
  @media (max-width: 991px) {
    .main-navigation {
      width: 100%;
      flex-wrap: wrap;
      -webkit-box-pack: end;
              justify-content: flex-end; }
      .main-navigation .menu-primary-menu-container {
        width: 100%; } }
  .main-navigation .nav-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    width: 100%;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .main-navigation .nav-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap;
        position: absolute;
        top: 65px;
        left: 0;
        background: #ebebeb;
        z-index: -999;
        opacity: 0;
        -webkit-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out; } }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-right: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul :hover > a,
      .main-navigation ul ul .focus > a {
        color: #c91f25; }
      .main-navigation ul ul a:hover,
      .main-navigation ul ul a.focus {
        color: #c91f25; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative;
    float: right; }
    @media (max-width: 991px) {
      .main-navigation li {
        float: none;
        display: inline; }
        .main-navigation li a {
          padding: 13px 20px; }
          .main-navigation li a:after {
            display: none; }
          .main-navigation li a:hover {
            background-color: #f2f3f4 !important;
            color: #c91f25; } }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 4px 20px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 1199px) {
      .main-navigation a {
        padding: 4px 15px; } }
  @media (max-width: 991px) {
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-ancestor > a {
      background-color: #f2f3f4;
      color: #c91f25; } }

@media (max-width: 991px) {
  #primary-menu {
    -webkit-box-flex: 1;
            flex: 1 100%; } }

#primary-menu li a {
  position: relative;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  @media (max-width: 991px) {
    #primary-menu li a {
      padding: 13px 20px;
      border-top: 1px solid #dadada; } }
  #primary-menu li a:after {
    content: '';
    width: 1px;
    height: 17px;
    display: block;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #dadada; }
    @media (max-width: 991px) {
      #primary-menu li a:after {
        display: none; } }
  #primary-menu li a:hover, #primary-menu li a:focus {
    color: #c91f25; }

#primary-menu li:first-child a:after {
  display: none; }

@media (max-width: 991px) {
  #secondary-menu {
    -webkit-box-flex: 1;
            flex: 1 100%; } }

#secondary-menu ul li.nav-list-shop {
  margin-right: 17px; }
  @media (max-width: 991px) {
    #secondary-menu ul li.nav-list-shop {
      margin-right: 0; } }
  #secondary-menu ul li.nav-list-shop a {
    color: #c91f25;
    background-color: #fff; }
    @media (max-width: 991px) {
      #secondary-menu ul li.nav-list-shop a {
        border-bottom: 1px solid #dadada; } }

#secondary-menu ul li.nav-list-info a {
  color: #c91f25; }

#secondary-menu ul a {
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease; }
  @media (max-width: 991px) {
    #secondary-menu ul a {
      padding-top: 13px;
      padding-bottom: 13px;
      border-top: 1px solid #dadada; } }
  #secondary-menu ul a:hover, #secondary-menu ul a:focus {
    color: #c91f25; }

/* Small menu. */
.menu-mobile-container {
  display: block;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  .menu-mobile-container .site-branding {
    display: block !important;
    width: auto !important; }

.menu-toggle {
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 20px;
  width: 24px;
  height: 17px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
  .menu-toggle:active, .menu-toggle:focus, .menu-toggle:hover {
    border: 0;
    cursor: pointer;
    background-color: transparent; }
  .menu-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    background: #000;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    .menu-toggle span:nth-child(even) {
      left: 50%;
      border-radius: 0 9px 9px 0; }
    .menu-toggle span:nth-child(odd) {
      left: 0px;
      border-radius: 9px 0 0 9px; }
    .menu-toggle span:nth-child(1), .menu-toggle span:nth-child(2) {
      top: 0px; }
    .menu-toggle span:nth-child(3), .menu-toggle span:nth-child(4) {
      top: 6px; }
    .menu-toggle span:nth-child(5), .menu-toggle span:nth-child(6) {
      top: 13px; }

@media screen and (max-width: 768px) {
  .main-navigation.toggled .nav-wrapper {
    z-index: 10000;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out; } }

.main-navigation.toggled .menu-toggle {
  display: block; }
  .main-navigation.toggled .menu-toggle span:nth-child(1), .main-navigation.toggled .menu-toggle span:nth-child(6) {
    webkit-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .main-navigation.toggled .menu-toggle span:nth-child(2), .main-navigation.toggled .menu-toggle span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .main-navigation.toggled .menu-toggle span:nth-child(1) {
    left: 2px;
    top: 4px; }
  .main-navigation.toggled .menu-toggle span:nth-child(2) {
    left: calc(50% - 2px);
    top: 4px; }
  .main-navigation.toggled .menu-toggle span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .main-navigation.toggled .menu-toggle span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .main-navigation.toggled .menu-toggle span:nth-child(5) {
    left: 2px;
    top: 10px; }
  .main-navigation.toggled .menu-toggle span:nth-child(6) {
    left: calc(50% - 2px);
    top: 10px; }

.main-navigation.toggled ul {
  display: block; }

.main-navigation.toggled #primary-menu, .main-navigation.toggled #secondary-menu {
  margin-left: -20px;
  margin-right: -20px;
  background: #ebebeb; }

@media screen and (min-width: 992px) {
  .menu-mobile-container {
    display: none; }
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Nayer styles
--------------------------------------------------------------*/
.fullwidth-box {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; }

.fixwidth-box {
  width: 960px;
  display: -webkit-box;
  display: flex; }
  @media (min-width: 1199px) {
    .fixwidth-box {
      width: 1140px; } }
  @media (max-width: 1199px) {
    .fixwidth-box {
      width: 100%; } }

#main {
  padding-top: 50px;
  padding-bottom: 50px; }

#main.home {
  padding-top: 0; }

#main.product-page {
  padding-bottom: 0; }

/* Custom styles */
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none; } }

.wpcf7-form {
  direction: rtl;
  position: relative; }
  .wpcf7-form .ajax-loader {
    position: absolute;
    left: 0; }

body.en {
  direction: ltr; }
  body.en #search-head .fullwidth-box .site-categories ul li a img {
    display: inline-block;
    margin: 0 15px 0 0; }
  body.en #search-head .fullwidth-box .site-search .search-container input {
    padding: 5px 10px 5px 35px; }
  body.en .wpcf7-form {
    direction: ltr; }
  body.en .wpml-ls-menu-item .wpml-ls-flag + span {
    margin-right: .3em; }
  body.en .main-navigation li {
    position: relative;
    float: left; }
  body.en #search-head .fullwidth-box .site-categories ul li a {
    text-transform: capitalize;
    max-width: 260px;
    margin: 0 auto;
    display: inline-block; }
  body.en #primary-menu li:first-child a:after {
    display: block; }
  body.en #primary-menu li:last-child a:after {
    display: none; }

body .wpcf7 input[type="email"] {
  direction: rtl; }

footer {
  background-color: #c91f25;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    footer {
      text-align: center;
      padding-bottom: 40px; } }
  footer a {
    color: #fff;
    text-decoration: none; }
    footer a:hover {
      color: #fff;
      opacity: .7; }
    footer a:visited {
      color: #fff; }
  footer .fullwidth-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap; }
    footer .fullwidth-box .fixwidth-box {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
              align-items: flex-start; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .fullwidth-box .fixwidth-box {
          -webkit-box-pack: center;
                  justify-content: center; } }
      @media (max-width: 767px) {
        footer .fullwidth-box .fixwidth-box > *:last-child {
          margin-bottom: 0; } }
    footer .fullwidth-box ul {
      text-decoration: none;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      footer .fullwidth-box ul li {
        margin-bottom: 8px; }
    footer .fullwidth-box .contact-info {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-pack: center;
              justify-content: center;
      padding-top: 13px;
      -webkit-box-align: center;
              align-items: center; }
      @media (max-width: 767px) {
        footer .fullwidth-box .contact-info {
          -webkit-box-flex: 1;
                  flex: 1 100%;
          -webkit-box-ordinal-group: 2;
                  order: 1;
          margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .fullwidth-box .contact-info {
          -webkit-box-flex: 1;
                  flex: 1 60%;
          -webkit-box-ordinal-group: 2;
                  order: 1; } }
      footer .fullwidth-box .contact-info ul {
        margin: 0 20px; }
      @media (max-width: 767px) {
        footer .fullwidth-box .contact-info .site-branding {
          margin-bottom: 20px; } }
    @media (max-width: 767px) {
      footer .fullwidth-box .newsletter {
        -webkit-box-flex: 1;
                flex: 1 50%;
        -webkit-box-ordinal-group: 3;
                order: 2;
        margin-bottom: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .fullwidth-box .newsletter {
        -webkit-box-flex: 1;
                flex: 1 40%;
        -webkit-box-ordinal-group: 3;
                order: 2; } }
    footer .fullwidth-box .newsletter p {
      margin: 0 0 10px 0;
      -webkit-box-flex: 1;
              flex: 1 100%; }
    footer .fullwidth-box .newsletter form {
      margin: 0; }
    footer .fullwidth-box .newsletter .form-group {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: end;
              align-items: flex-end; }
      @media (max-width: 767px) {
        footer .fullwidth-box .newsletter .form-group {
          -webkit-box-pack: center;
                  justify-content: center; }
          footer .fullwidth-box .newsletter .form-group > * {
            -webkit-box-flex: 1;
                    flex: 1 100%;
            padding-left: 0 !important; } }
      footer .fullwidth-box .newsletter .form-group .col-right {
        padding-left: 6px; }
        footer .fullwidth-box .newsletter .form-group .col-right input {
          display: block;
          width: 163px;
          padding: 5px;
          border-radius: 0;
          border: 0;
          outline: 0;
          line-height: 16px; }
          footer .fullwidth-box .newsletter .form-group .col-right input:last-child {
            margin-top: 8px; }
          @media (max-width: 767px) {
            footer .fullwidth-box .newsletter .form-group .col-right input {
              width: 100%; } }
          @media (min-width: 768px) and (max-width: 991px) {
            footer .fullwidth-box .newsletter .form-group .col-right input {
              width: auto; } }
      footer .fullwidth-box .newsletter .form-group .col-left button {
        background-color: #1a1a1a;
        color: #fff;
        font-weight: 600;
        border-radius: 0;
        border: 0;
        width: 54px;
        height: 62px;
        font-size: 16px;
        line-height: 14px; }
        footer .fullwidth-box .newsletter .form-group .col-left button:hover {
          cursor: pointer; }
        @media (max-width: 991px) {
          footer .fullwidth-box .newsletter .form-group .col-left button {
            height: 76px; } }
        @media (max-width: 767px) {
          footer .fullwidth-box .newsletter .form-group .col-left button {
            width: 100%;
            height: 34px;
            margin-top: 8px; } }
    @media (max-width: 767px) {
      footer .fullwidth-box .nav-links {
        -webkit-box-flex: 1;
                flex: 1 66.66%;
        -webkit-box-ordinal-group: 4;
                order: 3;
        display: -webkit-box;
        display: flex; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .fullwidth-box .nav-links {
        -webkit-box-flex: 0;
                flex: 0 auto;
        -webkit-box-ordinal-group: 4;
                order: 3;
        margin-top: 35px; } }
    @media (min-width: 992px) {
      footer .fullwidth-box .nav-links {
        padding-top: 13px; } }
    footer .fullwidth-box .nav-links .two_menus {
      display: -webkit-box;
      display: flex; }
      @media (max-width: 767px) {
        footer .fullwidth-box .nav-links .two_menus {
          flex-wrap: wrap; }
          footer .fullwidth-box .nav-links .two_menus > div {
            -webkit-box-flex: 1;
                    flex: 1 0 100%; } }
    footer .fullwidth-box .nav-links ul {
      position: relative;
      -webkit-box-flex: 0;
              flex: 0 100%; }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .fullwidth-box .nav-links ul {
          display: inline-block;
          float: none; } }
      footer .fullwidth-box .nav-links ul li {
        margin-left: 20px; }
        @media (max-width: 767px) {
          footer .fullwidth-box .nav-links ul li {
            margin-left: 0; } }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .fullwidth-box .nav-links ul li {
            display: inline-block; } }
        footer .fullwidth-box .nav-links ul li a {
          padding-left: 20px; }
          @media (max-width: 767px) {
            footer .fullwidth-box .nav-links ul li a {
              padding-left: 0; } }
    footer .fullwidth-box .social-links {
      padding-top: 20px; }
      @media (max-width: 767px) {
        footer .fullwidth-box .social-links {
          -webkit-box-flex: 1;
                  flex: 1 33.33%;
          -webkit-box-ordinal-group: 5;
                  order: 4;
          padding-top: 10px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        footer .fullwidth-box .social-links {
          -webkit-box-ordinal-group: 5;
                  order: 4;
          padding-top: 0;
          margin-top: 35px; } }
      footer .fullwidth-box .social-links ul li {
        text-align: center;
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          footer .fullwidth-box .social-links ul li {
            display: inline-block;
            padding: 0 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          footer .fullwidth-box .social-links ul li {
            display: inline-block;
            padding: 0 0 0 20px; }
            footer .fullwidth-box .social-links ul li:last-child {
              padding: 0; } }
        footer .fullwidth-box .social-links ul li a {
          font-size: 22px; }
          @media (min-width: 768px) and (max-width: 991px) {
            footer .fullwidth-box .social-links ul li a {
              font-size: 16px; } }

header.site-header {
  background-color: #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (max-width: 991px) {
    header.site-header {
      padding-top: 10px;
      padding-bottom: 0; } }
  header.site-header .fullwidth-box {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap; }
    @media (max-width: 991px) {
      header.site-header .fullwidth-box {
        flex-wrap: wrap; } }
    header.site-header .fullwidth-box .site-branding {
      width: 13%; }
      @media (max-width: 991px) {
        header.site-header .fullwidth-box .site-branding {
          display: none; } }

#search-head {
  background-color: #ebebeb; }
  #search-head .fullwidth-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    text-align: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (max-width: 991px) {
      #search-head .fullwidth-box {
        padding-top: 10px; } }
    #search-head .fullwidth-box > * {
      min-width: 55%; }
      @media (max-width: 1199px) {
        #search-head .fullwidth-box > * {
          min-width: 65%; } }
      @media (max-width: 991px) {
        #search-head .fullwidth-box > * {
          min-width: 90%; } }
      @media (max-width: 767px) {
        #search-head .fullwidth-box > * {
          min-width: 100%; } }
      @media (max-width: 479px) {
        #search-head .fullwidth-box > * {
          min-width: 95%; } }
    #search-head .fullwidth-box .site-categories {
      margin-bottom: 20px; }
      #search-head .fullwidth-box .site-categories ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row nowrap;
        padding: 0;
        margin: 0;
        list-style-type: none; }
        @media (max-width: 479px) {
          #search-head .fullwidth-box .site-categories ul {
            flex-wrap: wrap; } }
        #search-head .fullwidth-box .site-categories ul li {
          -webkit-box-flex: 1;
                  flex: 1 auto; }
          @media (max-width: 479px) {
            #search-head .fullwidth-box .site-categories ul li {
              -webkit-box-flex: 1;
                      flex: 1 100%;
              margin-bottom: 7px; } }
          #search-head .fullwidth-box .site-categories ul li a {
            text-decoration: none;
            font-size: 27.4px;
            font-weight: 700;
            text-transform: uppercase;
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                    justify-content: center; }
            @media (min-width: 1200px) and (max-width: 1349px) {
              #search-head .fullwidth-box .site-categories ul li a {
                font-size: 24.4px; } }
            @media (min-width: 992px) and (max-width: 1199px) {
              #search-head .fullwidth-box .site-categories ul li a {
                font-size: 23.4px; } }
            @media (min-width: 768px) and (max-width: 991px) {
              #search-head .fullwidth-box .site-categories ul li a {
                font-size: 20.4px; } }
            @media (min-width: 480px) and (max-width: 767px) {
              #search-head .fullwidth-box .site-categories ul li a {
                font-size: 22.4px;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                        flex-flow: column wrap; } }
            @media (max-width: 479px) {
              #search-head .fullwidth-box .site-categories ul li a {
                font-size: 24.4px;
                -webkit-box-pack: center;
                        justify-content: center; } }
            #search-head .fullwidth-box .site-categories ul li a span {
              display: inline-block; }
            #search-head .fullwidth-box .site-categories ul li a img {
              display: inline-block;
              margin: 0 0 0 15px; }
              @media (min-width: 480px) and (max-width: 767px) {
                #search-head .fullwidth-box .site-categories ul li a img {
                  display: block;
                  margin: 0 auto 5px; } }
          #search-head .fullwidth-box .site-categories ul li:first-child a img {
            position: relative;
            top: 2px; }
    #search-head .fullwidth-box .site-search .search-container {
      position: relative; }
      #search-head .fullwidth-box .site-search .search-container input {
        width: 100%;
        background-color: #fff;
        height: 30px;
        border: 0;
        border-radius: 0;
        outline: 0;
        padding: 5px 10px 5px 30px;
        color: #454545;
        font-weight: 600;
        line-height: 16px; }
      #search-head .fullwidth-box .site-search .search-container button {
        position: absolute;
        background-color: #000;
        color: #fff;
        display: block;
        width: 31px;
        height: 30px;
        padding: 0 10px;
        border: 0;
        position: absolute;
        top: 0;
        left: 0; }
        #search-head .fullwidth-box .site-search .search-container button i {
          position: relative;
          left: 2px;
          top: 1px; }
        #search-head .fullwidth-box .site-search .search-container button:hover {
          cursor: pointer; }

.category-bg-box {
  /*min-height: 460px;*/
  padding-top: 33.57%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden;
  /*@media(min-width: $xxl-min) {
    min-height: 580px;
  }*/ }
  .category-bg-box .img_cont, .category-bg-box .static_img_cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 1s all;
    transition: 1s all; }
    .category-bg-box .img_cont img, .category-bg-box .static_img_cont img {
      width: 100%; }
    .category-bg-box .img_cont.show, .category-bg-box .static_img_cont.show {
      opacity: 1; }
  .category-bg-box .static_img_cont {
    opacity: 1 !important; }
  @media (max-width: 767px) {
    .category-bg-box {
      min-height: 330px;
      padding-top: 0; }
      .category-bg-box .img_cont {
        left: -25%;
        right: -25%; } }
  @media (max-width: 479px) {
    .category-bg-box {
      min-height: 220px; }
      .category-bg-box .img_cont {
        left: -25%;
        right: -25%; } }
  @media (max-width: 400px) {
    .category-bg-box {
      min-height: 180px; }
      .category-bg-box .img_cont {
        left: -30%;
        right: -30%; } }

.main-categories-box {
  text-align: center;
  background-color: #ebebeb;
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative; }
  @media (max-width: 767px) {
    .main-categories-box {
      padding: 0; } }
  .main-categories-box:after {
    content: '';
    width: 100%;
    height: 110px;
    background-image: url("images/wave.svg");
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 0; }
    @media (min-width: 1900px) {
      .main-categories-box:after {
        height: 130px; } }
    @media (max-width: 1199px) {
      .main-categories-box:after {
        height: 100px; } }
    @media (max-width: 767px) {
      .main-categories-box:after {
        display: none; } }
  .main-categories-box .fixwidth-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap; }
    .main-categories-box .fixwidth-box ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row nowrap;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      padding: 0;
      margin: 0; }
      @media (max-width: 767px) {
        .main-categories-box .fixwidth-box ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-flow: column nowrap; } }
      .main-categories-box .fixwidth-box ul li {
        margin: 0 5%;
        list-style-type: none; }
        @media (min-width: 767px) {
          .main-categories-box .fixwidth-box ul li:nth-child(2) a img.category-image:first-child {
            margin-bottom: 47px; } }
        @media (max-width: 767px) {
          .main-categories-box .fixwidth-box ul li {
            margin: 0;
            list-style-type: none;
            width: 100%; }
            .main-categories-box .fixwidth-box ul li:nth-child(even) {
              background-color: #fff; }
            .main-categories-box .fixwidth-box ul li:first-child {
              padding: 15px 25px 40px 25px; }
            .main-categories-box .fixwidth-box ul li:nth-child(2) {
              padding: 30px 25px 40px 25px; }
            .main-categories-box .fixwidth-box ul li:last-child {
              padding: 40px 25px 40px 25px; } }
        .main-categories-box .fixwidth-box ul li a {
          text-decoration: none;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-flow: column wrap;
          -webkit-box-align: center;
                  align-items: center; }
          @media (max-width: 767px) {
            .main-categories-box .fixwidth-box ul li a {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: reverse;
                      flex-flow: row-reverse nowrap;
              -webkit-box-pack: center;
                      justify-content: center; } }
          @media (max-width: 767px) {
            .main-categories-box .fixwidth-box ul li a img.category-image {
              margin: 0 20px; } }
          @media (max-width: 400px) {
            .main-categories-box .fixwidth-box ul li a img.category-image {
              margin: 0 15px; } }
          .main-categories-box .fixwidth-box ul li a img.category-image:first-child {
            margin-bottom: 40px; }
            @media (max-width: 767px) {
              .main-categories-box .fixwidth-box ul li a img.category-image:first-child {
                margin-bottom: 0;
                max-width: 160px; } }
            @media (max-width: 479px) {
              .main-categories-box .fixwidth-box ul li a img.category-image:first-child {
                max-width: 130px; } }
          @media (max-width: 479px) {
            .main-categories-box .fixwidth-box ul li a img.category-image:nth-child(2) {
              max-width: 90px; } }
          @media (max-width: 767px) {
            .main-categories-box .fixwidth-box ul li a div {
              margin: 0 20px; } }
          @media (max-width: 400px) {
            .main-categories-box .fixwidth-box ul li a div {
              margin: 0 15px; } }
          .main-categories-box .fixwidth-box ul li a h3 {
            font-size: 1.38rem; }
          .main-categories-box .fixwidth-box ul li a p {
            font-weight: 700;
            font-size: .54em;
            margin: 0; }
        .main-categories-box .fixwidth-box ul li:first-child h3 {
          margin: 5px 0 0 0;
          font-size: 1.38rem; }
        .main-categories-box .fixwidth-box ul li:nth-child(2) h3 {
          margin: 3px 0 0 0;
          font-size: 1.38rem; }
        .main-categories-box .fixwidth-box ul li:nth-child(3) h3 {
          margin: 9px 0 0 0;
          font-size: 1.38rem; }

.companies-box {
  padding: 30px 0  20px 0;
  text-align: center; }
  .companies-box .fixwidth-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap; }
    .companies-box .fixwidth-box h1 {
      color: #c91f25; }
      @media (max-width: 1199px) {
        .companies-box .fixwidth-box h1 {
          display: none; } }
    .companies-box .fixwidth-box .companies-logo {
      margin-top: 25px; }
      @media (max-width: 1199px) {
        .companies-box .fixwidth-box .companies-logo {
          display: none; } }
    .companies-box .fixwidth-box ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      padding: 0;
      margin: 0; }
      .companies-box .fixwidth-box ul li {
        padding: 0 30px;
        list-style-type: none;
        background-size: cover;
        margin-bottom: 20px; }
        .companies-box .fixwidth-box ul li img {
          filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
          filter: gray;
          -webkit-filter: grayscale(100%);
          max-height: 60px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
        .companies-box .fixwidth-box ul li:hover img {
          filter: none;
          -webkit-filter: none; }
    .companies-box .fixwidth-box .btn-box .btn {
      font-size: 24px;
      text-decoration: none;
      font-weight: 700;
      margin-top: 15px;
      display: inline-block;
      color: #fff;
      width: 220px;
      height: 55px;
      position: relative;
      background-color: #cb2127;
      padding: 6px 0;
      line-height: 39px; }
      @media (max-width: 991px) {
        .companies-box .fixwidth-box .btn-box .btn {
          width: 220px;
          height: 55px;
          padding: 7px 0;
          left: -20px; } }
      @media (max-width: 400px) {
        .companies-box .fixwidth-box .btn-box .btn {
          font-size: 20px;
          width: 190px;
          height: 45px;
          left: -20px;
          padding: 7px 0;
          line-height: 28px; } }
      .companies-box .fixwidth-box .btn-box .btn:after {
        content: '';
        display: block;
        width: 100px;
        height: 55px;
        position: absolute;
        top: 0;
        right: -97px;
        background: url("images/btn-bg-after.svg") top left no-repeat; }
        @media (max-width: 991px) {
          .companies-box .fixwidth-box .btn-box .btn:after {
            width: 100px;
            height: 55px;
            right: -98px; } }
        @media (max-width: 400px) {
          .companies-box .fixwidth-box .btn-box .btn:after {
            width: 80px;
            height: 45px;
            right: -78px; } }
      .companies-box .fixwidth-box .btn-box .btn:before {
        content: '';
        display: block;
        width: 13px;
        height: 55px;
        position: absolute;
        top: 0;
        left: -11px;
        background: url("images/btn-bg-before.svg") top right no-repeat; }
        @media (max-width: 991px) {
          .companies-box .fixwidth-box .btn-box .btn:before {
            width: 21px;
            height: 55px;
            left: -20px; } }
        @media (max-width: 400px) {
          .companies-box .fixwidth-box .btn-box .btn:before {
            width: 13px;
            height: 45px;
            left: -13px; } }

.categories-box {
  padding-top: 25px;
  padding-bottom: 25px; }
  @media (min-width: 480px) and (max-width: 767px) {
    .categories-box .fixwidth-box {
      padding-left: 10%;
      padding-right: 10%; } }
  .categories-box .fixwidth-box ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-radius: 30px;
    overflow: hidden;
    width: 100%; }
    .categories-box .fixwidth-box ul li {
      list-style-type: none;
      width: 49.2%;
      margin-bottom: 1.7%;
      min-height: 136px;
      position: relative;
      filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
      filter: gray;
      -webkit-filter: grayscale(100%);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .categories-box .fixwidth-box ul li:hover {
        filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
        filter: gray;
        -webkit-filter: grayscale(0); }
      @media (max-width: 767px) {
        .categories-box .fixwidth-box ul li {
          width: 100%;
          min-height: 250px; } }
      .categories-box .fixwidth-box ul li:first-child, .categories-box .fixwidth-box ul li:nth-child(2), .categories-box .fixwidth-box ul li:nth-child(3), .categories-box .fixwidth-box ul li:nth-child(8), .categories-box .fixwidth-box ul li:nth-child(9), .categories-box .fixwidth-box ul li:last-child {
        width: 32.3%;
        min-height: 135px; }
        @media (max-width: 767px) {
          .categories-box .fixwidth-box ul li:first-child, .categories-box .fixwidth-box ul li:nth-child(2), .categories-box .fixwidth-box ul li:nth-child(3), .categories-box .fixwidth-box ul li:nth-child(8), .categories-box .fixwidth-box ul li:nth-child(9), .categories-box .fixwidth-box ul li:last-child {
            width: 100%; } }
      .categories-box .fixwidth-box ul li:nth-child(8), .categories-box .fixwidth-box ul li:nth-child(9), .categories-box .fixwidth-box ul li:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .categories-box .fixwidth-box ul li:nth-child(8), .categories-box .fixwidth-box ul li:nth-child(9) {
          margin-bottom: 1.7%; } }
      .categories-box .fixwidth-box ul li a {
        text-decoration: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0 20px;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.65);
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; }
        @media (max-width: 1199px) {
          .categories-box .fixwidth-box ul li a {
            font-size: 22px; } }
        @media (max-width: 991px) {
          .categories-box .fixwidth-box ul li a {
            font-size: 20px; } }
        .categories-box .fixwidth-box ul li a:hover {
          background: rgba(0, 0, 0, 0.3); }
        .categories-box .fixwidth-box ul li a span {
          position: relative;
          display: block;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }

.customers-box {
  padding-top: 25px;
  padding-bottom: 25px; }
  .customers-box .fixwidth-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap; }
    .customers-box .fixwidth-box h1 {
      color: #c91f25;
      text-align: center; }
    .customers-box .fixwidth-box .customers-logo {
      padding-left: 12.5%;
      padding-right: 12.5%;
      text-align: center; }
      @media (max-width: 991px) {
        .customers-box .fixwidth-box .customers-logo {
          padding: 0; } }
    .customers-box .fixwidth-box ul {
      display: -webkit-inline-box;
      display: inline-flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      padding: 20px 0 0 0;
      margin: 0;
      border-top: 2px dotted #dadada;
      border-bottom: 2px dotted #dadada; }
      .customers-box .fixwidth-box ul li {
        padding: 0 30px;
        margin-bottom: 20px;
        list-style-type: none; }
        .customers-box .fixwidth-box ul li a {
          display: block; }
        .customers-box .fixwidth-box ul li img {
          filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
          filter: gray;
          -webkit-filter: grayscale(100%);
          max-height: 60px;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          width: auto; }
        .customers-box .fixwidth-box ul li:hover img {
          filter: none;
          -webkit-filter: none; }

.contactform-box {
  padding-top: 25px; }
  .contactform-box .fixwidth-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: center;
            justify-content: center; }
    .contactform-box .fixwidth-box h1 {
      color: #c91f25;
      text-align: center; }
    .contactform-box .fixwidth-box form {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center; }
      .contactform-box .fixwidth-box form .form-container {
        padding: 0 5px; }
        .contactform-box .fixwidth-box form .form-container.container-input {
          -webkit-box-flex: 1;
                  flex: 1 0 100px; }
        @media (max-width: 991px) {
          .contactform-box .fixwidth-box form .form-container {
            -webkit-box-flex: 1;
                    flex: 1 50%;
            padding: 0 10px; }
            .contactform-box .fixwidth-box form .form-container.title {
              -webkit-box-flex: 1;
                      flex: 1 100%;
              text-align: center; }
            .contactform-box .fixwidth-box form .form-container.container-button {
              -webkit-box-flex: 1;
                      flex: 1 100%; } }
        @media (max-width: 479px) {
          .contactform-box .fixwidth-box form .form-container {
            -webkit-box-flex: 1;
                    flex: 1 100%; } }
        .contactform-box .fixwidth-box form .form-container h3 {
          color: #292929;
          font-size: 17px;
          font-weight: 700; }
          @media (max-width: 991px) {
            .contactform-box .fixwidth-box form .form-container h3 {
              margin-top: 0; } }
        .contactform-box .fixwidth-box form .form-container input {
          padding: 5px;
          line-height: 16px; }
          @media (max-width: 991px) {
            .contactform-box .fixwidth-box form .form-container input {
              width: 100%;
              margin-bottom: 15px;
              height: 34px; } }
        .contactform-box .fixwidth-box form .form-container input[type=submit], .contactform-box .fixwidth-box form .form-container button {
          padding: 0 20px;
          line-height: 16px;
          background-color: #c91f25;
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          line-height: 14px; }
          .contactform-box .fixwidth-box form .form-container input[type=submit]:hover, .contactform-box .fixwidth-box form .form-container button:hover {
            cursor: pointer; }
          @media (max-width: 991px) {
            .contactform-box .fixwidth-box form .form-container input[type=submit], .contactform-box .fixwidth-box form .form-container button {
              width: 100%;
              margin-bottom: 15px;
              height: 34px; } }

.about-box .about-sections h1 {
  font-size: 36px;
  margin: 0 0 40px 0; }
  @media (max-width: 1349px) {
    .about-box .about-sections h1 {
      font-size: 32px;
      margin-bottom: 30px; } }
  @media (max-width: 1199px) {
    .about-box .about-sections h1 {
      font-size: 28px; } }

.about-box .about-sections .about-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center; }
  .about-box .about-sections .about-info div.clearfix {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: start;
            align-items: flex-start; }
    .about-box .about-sections .about-info div.clearfix .text-right {
      margin: 0 20px;
      -webkit-box-flex: 5;
              flex: 5 0px; }
      .about-box .about-sections .about-info div.clearfix .text-right p {
        font-size: 14.88px;
        font-size: 0.93rem;
        font-weight: 600; }
      .about-box .about-sections .about-info div.clearfix .text-right h4 {
        margin-top: 0;
        font-size: 1.1em; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .about-box .about-sections .about-info div.clearfix .text-right {
          font-size: 13.92px;
          font-size: 0.87rem; } }
      @media (max-width: 991px) {
        .about-box .about-sections .about-info div.clearfix .text-right {
          -webkit-box-flex: 10;
                  flex: 10 0px;
          margin: 0; } }
      @media (max-width: 479px) {
        .about-box .about-sections .about-info div.clearfix .text-right {
          -webkit-box-flex: 0;
                  flex: 0 100%;
          margin-top: 20px; } }
    .about-box .about-sections .about-info div.clearfix img {
      margin: 0 20px;
      -webkit-box-flex: 1;
              flex: 1 1 110px; }
  .about-box .about-sections .about-info ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-flex: 1;
            flex: 1 100%;
    padding: 0;
    margin: 70px 0 0 0;
    -webkit-box-pack: justify;
            justify-content: space-between;
    border-radius: 30px;
    overflow: hidden;
    width: 100%; }
    @media (max-width: 767px) {
      .about-box .about-sections .about-info ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap; } }
    .about-box .about-sections .about-info ul li {
      list-style-type: none;
      width: 49.27%;
      height: 416px; }
      @media (max-width: 767px) {
        .about-box .about-sections .about-info ul li {
          width: 100%;
          height: auto; } }
      .about-box .about-sections .about-info ul li div {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
    .about-box .about-sections .about-info ul li.list-right div {
      height: 416px; }
      @media (max-width: 767px) {
        .about-box .about-sections .about-info ul li.list-right div {
          height: 197px; } }
    @media (max-width: 767px) {
      .about-box .about-sections .about-info ul li.list-right {
        margin-bottom: 15px; } }
    .about-box .about-sections .about-info ul li.list-left {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
              justify-content: space-between; }
      .about-box .about-sections .about-info ul li.list-left div:first-child {
        width: 48.4%;
        height: 197px;
        margin-bottom: 1.46%; }
        @media (max-width: 767px) {
          .about-box .about-sections .about-info ul li.list-left div:first-child {
            width: 100%;
            margin-bottom: 15px; } }
      .about-box .about-sections .about-info ul li.list-left div:nth-child(2) {
        width: 48.4%;
        height: 197px;
        margin-bottom: 1.46%; }
        @media (max-width: 767px) {
          .about-box .about-sections .about-info ul li.list-left div:nth-child(2) {
            width: 100%;
            margin-bottom: 15px; } }
      .about-box .about-sections .about-info ul li.list-left div:nth-child(3) {
        -webkit-box-flex: 1;
                flex: 1 100%;
        height: 205px;
        align-self: flex-end; }
        @media (max-width: 767px) {
          .about-box .about-sections .about-info ul li.list-left div:nth-child(3) {
            width: 100%;
            height: 197px; } }

.about-box .about-sections .team-info {
  margin-top: 60px; }
  .about-box .about-sections .team-info h2 {
    color: #c91f25;
    font-size: 24px;
    font-weight: 800; }
  .about-box .about-sections .team-info .divider {
    border-top: 2px dotted #bcbcbc;
    width: 100%;
    margin: 10px 0 40px 0; }
  .about-box .about-sections .team-info .team {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: center;
            justify-content: center; }
    .about-box .about-sections .team-info .team .team-box {
      width: 20%;
      padding: 0 10px;
      margin-bottom: 30px; }
      @media (max-width: 991px) {
        .about-box .about-sections .team-info .team .team-box {
          width: 33.333%; } }
      @media (max-width: 479px) {
        .about-box .about-sections .team-info .team .team-box {
          width: 50%; } }
      .about-box .about-sections .team-info .team .team-box .img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto; }
        @media (max-width: 479px) {
          .about-box .about-sections .team-info .team .team-box .img {
            width: 110px;
            height: 110px; } }
      .about-box .about-sections .team-info .team .team-box .no-img {
        border: 1px solid #d7d7d7; }
      .about-box .about-sections .team-info .team .team-box .description {
        margin-top: 18px; }
        .about-box .about-sections .team-info .team .team-box .description h3 {
          font-size: 22px;
          line-height: 22px;
          font-weight: 600;
          margin: 0;
          padding: 0; }
          @media (max-width: 479px) {
            .about-box .about-sections .team-info .team .team-box .description h3 {
              font-size: 18px; } }
        .about-box .about-sections .team-info .team .team-box .description p {
          font-size: 18px;
          font-weight: 600;
          margin: 0; }
          @media (max-width: 479px) {
            .about-box .about-sections .team-info .team .team-box .description p {
              font-size: 16px; } }

.contacts-box {
  text-align: center; }
  .contacts-box .fixwidth-box {
    -webkit-box-pack: center;
            justify-content: center; }
  .contacts-box .contact-sections {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
    width: 58.33%; }
    @media (max-width: 991px) {
      .contacts-box .contact-sections {
        width: 80%; } }
    @media (max-width: 767px) {
      .contacts-box .contact-sections {
        width: 100%; } }
    @media (max-width: 767px) {
      .contacts-box .contact-sections .contact-details {
        margin-top: 20px; } }
  .contacts-box .divider {
    border-top: 2px dotted #bcbcbc;
    width: 100%;
    margin: 50px 0 30px 0; }
  .contacts-box .contact-form h1 {
    font-size: 36px;
    margin-top: 0; }
    @media (max-width: 1349px) {
      .contacts-box .contact-form h1 {
        font-size: 32px; } }
    @media (max-width: 1199px) {
      .contacts-box .contact-form h1 {
        font-size: 30px; } }
  .contacts-box .contact-form form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column nowrap; }
    .contacts-box .contact-form form h3 {
      font-size: 14.88px;
      font-size: 0.93rem;
      font-weight: 600; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .contacts-box .contact-form form h3 {
          font-size: 13.92px;
          font-size: 0.87rem; } }
    .contacts-box .contact-form form .form-group {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-flow: row wrap;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: stretch;
              align-items: stretch; }
      @media (max-width: 767px) {
        .contacts-box .contact-form form .form-group {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-flow: column wrap; } }
      .contacts-box .contact-form form .form-group .col-right {
        width: 50%;
        padding: 0 0 0 10px; }
        @media (max-width: 767px) {
          .contacts-box .contact-form form .form-group .col-right {
            width: 100%;
            padding: 0; } }
      .contacts-box .contact-form form .form-group .col-left {
        width: 50%;
        padding: 0 10px 0 0; }
        @media (max-width: 767px) {
          .contacts-box .contact-form form .form-group .col-left {
            width: 100%;
            padding: 0; } }
      .contacts-box .contact-form form .form-group input {
        margin-bottom: 20px; }
      .contacts-box .contact-form form .form-group button, .contacts-box .contact-form form .form-group input[type=submit] {
        width: 100%; }
      .contacts-box .contact-form form .form-group textarea {
        height: 74px; }
        @media (max-width: 991px) {
          .contacts-box .contact-form form .form-group textarea {
            height: 88px; } }
        @media (max-width: 767px) {
          .contacts-box .contact-form form .form-group textarea {
            margin-bottom: 20px; } }
  .contacts-box .contact-details ul {
    margin: 0;
    padding: 0; }
    .contacts-box .contact-details ul li {
      list-style-type: none; }
      .contacts-box .contact-details ul li a {
        text-decoration: none;
        font-weight: 600; }
  .contacts-box .contact-address h3 {
    margin: 0;
    padding: 0; }
  .contacts-box .contact-address p {
    margin: 0;
    font-weight: 600; }
  .contacts-box .contact-address .map-responsive {
    margin-top: 20px;
    margin-bottom: 30px; }

body.en .contacts-box .contact-form form .form-group .col-right {
  padding: 0 10px 0 0; }

body.en .contacts-box .contact-form form .form-group .col-left {
  padding: 0 0 0 10px; }

.category-info-box .fixwidth-box {
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .category-info-box .fixwidth-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap; } }

.category-info-box .category-description {
  width: 73.75%; }
  @media (max-width: 1199px) {
    .category-info-box .category-description {
      width: 72.5%; } }
  @media (max-width: 991px) {
    .category-info-box .category-description {
      width: 100%; } }
  .category-info-box .category-description h1 {
    color: #c91f25;
    font-size: 24px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px; }
  .category-info-box .category-description .related-projects .owl-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 35px; }
    .category-info-box .category-description .related-projects .owl-nav button {
      position: absolute; }
      .category-info-box .category-description .related-projects .owl-nav button i {
        color: #fff;
        font-size: 22px; }
    .category-info-box .category-description .related-projects .owl-nav button.owl-prev {
      left: 15px;
      bottom: 3px; }
      @media (max-width: 991px) {
        .category-info-box .category-description .related-projects .owl-nav button.owl-prev {
          bottom: 0; } }
    .category-info-box .category-description .related-projects .owl-nav button.owl-next {
      right: 15px;
      bottom: 3px; }
      @media (max-width: 991px) {
        .category-info-box .category-description .related-projects .owl-nav button.owl-next {
          bottom: 0; } }
  .category-info-box .category-description .related-projects .item div.title {
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    text-align: center;
    padding: 7px 30px;
    height: 35px;
    font-weight: 700;
    background: black transparent;
    background: rgba(0, 0, 0, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; }
  .category-info-box .category-description .related-projects .item img {
    -webkit-border-top-left-radius: 40px;
    -webkit-border-top-right-radius: 40px;
    -moz-border-radius-topleft: 40px;
    -moz-border-radius-topright: 40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px; }
  .category-info-box .category-description .category-info {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 5px; }
    @media (max-width: 767px) {
      .category-info-box .category-description .category-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap;
        margin-top: 20px; } }
    .category-info-box .category-description .category-info > * {
      -webkit-box-align: start;
              align-items: flex-start;
      width: 48%;
      font-weight: 600; }
      @media (max-width: 767px) {
        .category-info-box .category-description .category-info > * {
          width: 100%; }
          .category-info-box .category-description .category-info > * p {
            margin-bottom: 5px;
            margin-top: 0; } }

.category-products {
  margin-top: 10px; }
  .category-products .fixwidth-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap; }
  .category-products h1 {
    text-align: center;
    color: #c91f25;
    font-size: 24px; }
  .category-products .divider {
    border-top: 2px dotted #bcbcbc;
    width: 100%;
    margin: 0 0 30px 0; }
  .category-products .product-items-box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly; }
    .category-products .product-items-box .product-item {
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .category-products .product-items-box .product-item {
          -webkit-box-flex: 1;
                  flex: 1 0 100%; } }
      .category-products .product-items-box .product-item img {
        display: block;
        margin: 0 auto; }
      .category-products .product-items-box .product-item h2.product-title {
        font-size: 14.88px;
        font-size: 0.93rem;
        background: #fff;
        margin: 0;
        text-align: center;
        padding: 5px 10px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .category-products .product-items-box .product-item h2.product-title {
            font-size: 13.92px;
            font-size: 0.87rem; } }
      .category-products .product-items-box .product-item a {
        display: block; }

.sidebar {
  width: 22%; }
  @media (max-width: 1349px) {
    .sidebar {
      width: 23%; } }
  @media (max-width: 991px) {
    .sidebar {
      width: 100%; } }
  @media (max-width: 1349px) {
    .sidebar .category-img img {
      width: 160px; } }
  @media (max-width: 1199px) {
    .sidebar .category-img img {
      width: 140px; } }
  .sidebar .breadcrumbs span {
    font-weight: 600;
    margin-left: 5px;
    display: inline-block; }
    .sidebar .breadcrumbs span a {
      color: #707070;
      text-decoration: none;
      padding-left: 15px;
      position: relative; }
      .sidebar .breadcrumbs span a:after {
        content: '\f0d9';
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: 2.2px;
        left: 0;
        font-size: 14px; }
      .sidebar .breadcrumbs span a:hover {
        color: #000; }
  .sidebar .divider {
    border-top: 2px dotted #bcbcbc;
    width: 100%;
    margin: 10px 0 30px 0; }
  .sidebar .category-img h3 {
    font-size: 1.38rem;
    margin: 7px 0 0 0;
    font-size: 2.3rem; }
    @media (max-width: 1349px) {
      .sidebar .category-img h3 {
        font-size: 2.1rem; } }
    @media (max-width: 1199px) {
      .sidebar .category-img h3 {
        font-size: 1.9rem; } }
  .sidebar .category-img p {
    font-weight: 700;
    font-size: .9em;
    margin: 0; }
    @media (max-width: 1349px) {
      .sidebar .category-img p {
        font-size: .78em; } }
    @media (max-width: 1199px) {
      .sidebar .category-img p {
        font-size: .76em; } }
  .sidebar ul {
    padding: 0;
    margin: 30px 0; }
    .sidebar ul li {
      list-style-type: none; }
      .sidebar ul li a {
        text-decoration: none;
        background-color: #efefef;
        display: block;
        margin-bottom: 10px;
        padding: 8px 15px;
        font-weight: 600;
        -webkit-transition: all .15s ease-in;
        transition: all .15s ease-in; }
        .sidebar ul li a:hover {
          background-color: #c91f25;
          color: #fff; }
      .sidebar ul li a.active {
        background-color: #c91f25;
        color: #fff; }

.product-page-box .fixwidth-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .product-page-box .fixwidth-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-flow: column wrap; } }

.product-page-box .prodcut-page-content {
  width: 73.75%;
  font-weight: 600;
  margin-top: 30px; }
  @media (max-width: 1199px) {
    .product-page-box .prodcut-page-content {
      width: 72.5%; } }
  @media (max-width: 991px) {
    .product-page-box .prodcut-page-content {
      width: 100%;
      margin-top: 5px; } }
  .product-page-box .prodcut-page-content .product-description {
    border: 2px dotted #bcbcbc;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .product-page-box .prodcut-page-content .product-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap; } }
    .product-page-box .prodcut-page-content .product-description .col-right {
      padding: 25px;
      width: 50%; }
      @media (max-width: 767px) {
        .product-page-box .prodcut-page-content .product-description .col-right {
          width: 100%;
          -webkit-box-ordinal-group: 3;
                  order: 2;
          padding-top: 0; } }
      .product-page-box .prodcut-page-content .product-description .col-right h1 {
        color: #c91f25;
        font-size: 32px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 20px; }
        @media (max-width: 1349px) {
          .product-page-box .prodcut-page-content .product-description .col-right h1 {
            font-size: 24px; } }
        .product-page-box .prodcut-page-content .product-description .col-right h1 span {
          font-size: 26px; }
          @media (max-width: 1349px) {
            .product-page-box .prodcut-page-content .product-description .col-right h1 span {
              font-size: 20px; } }
      .product-page-box .prodcut-page-content .product-description .col-right div {
        margin-bottom: 20px; }
        .product-page-box .prodcut-page-content .product-description .col-right div:last-child {
          margin-bottom: 0; }
      .product-page-box .prodcut-page-content .product-description .col-right h2 {
        margin: 0;
        color: #c91f25;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 800; }
      .product-page-box .prodcut-page-content .product-description .col-right p {
        margin: 0 0 15px; }
      .product-page-box .prodcut-page-content .product-description .col-right ul {
        margin: 0;
        padding: 0; }
        .product-page-box .prodcut-page-content .product-description .col-right ul li {
          list-style-type: none;
          margin: 0 0 7px; }
      .product-page-box .prodcut-page-content .product-description .col-right .logos img {
        max-width: 50px; }
    .product-page-box .prodcut-page-content .product-description .col-left {
      padding: 25px;
      width: 50%; }
      @media (max-width: 767px) {
        .product-page-box .prodcut-page-content .product-description .col-left {
          width: 100%;
          -webkit-box-ordinal-group: 2;
                  order: 1; } }
  .product-page-box .prodcut-page-content .related-projects {
    position: relative; }
    .product-page-box .prodcut-page-content .related-projects .owl-nav {
      position: absolute;
      bottom: 25px;
      width: 100%;
      padding: 10px 20px; }
      .product-page-box .prodcut-page-content .related-projects .owl-nav i {
        color: #fff;
        font-size: 22px; }
      .product-page-box .prodcut-page-content .related-projects .owl-nav button.owl-next {
        position: absolute;
        right: 20px; }
      .product-page-box .prodcut-page-content .related-projects .owl-nav button.owl-prev {
        position: absolute;
        left: 20px; }
  .product-page-box .prodcut-page-content .product-size {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .product-page-box .prodcut-page-content .product-size {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-flow: column wrap; } }
    .product-page-box .prodcut-page-content .product-size .col-right {
      border: 2px dotted #bcbcbc;
      -webkit-box-flex: 1;
              flex: 1 auto;
      padding: 25px; }
      @media (max-width: 767px) {
        .product-page-box .prodcut-page-content .product-size .col-right {
          width: 100%;
          margin-bottom: 25px; } }
      .product-page-box .prodcut-page-content .product-size .col-right h2 {
        margin: 0 0 10px 0;
        color: #c91f25;
        font-size: 14.88px;
        font-size: 0.93rem;
        font-weight: 800; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .product-page-box .prodcut-page-content .product-size .col-right h2 {
            font-size: 13.92px;
            font-size: 0.87rem; } }
      .product-page-box .prodcut-page-content .product-size .col-right ul {
        margin: 0;
        padding: 0; }
        .product-page-box .prodcut-page-content .product-size .col-right ul li {
          list-style-type: none; }
      .product-page-box .prodcut-page-content .product-size .col-right .size-columns li {
        width: 100%; }
        .product-page-box .prodcut-page-content .product-size .col-right .size-columns li div {
          width: 50%;
          display: inline-block; }
    .product-page-box .prodcut-page-content .product-size .col-left {
      -webkit-box-flex: 3;
              flex: 3 0px;
      padding: 5px 25px; }
  .product-page-box .prodcut-page-content .product-tabs p {
    margin: 0; }
  .product-page-box .prodcut-page-content .product-tabs ul {
    margin: 0;
    padding: 0; }
    .product-page-box .prodcut-page-content .product-tabs ul li {
      list-style-type: none;
      border: 2px dotted #bcbcbc;
      margin-bottom: 15px; }
      .product-page-box .prodcut-page-content .product-tabs ul li a.uk-accordion-title {
        color: #c91f25;
        font-weight: 800;
        padding: 12px 25px;
        display: block;
        position: relative; }
      .product-page-box .prodcut-page-content .product-tabs ul li div.uk-accordion-content {
        padding: 0 25px 20px 25px; }
      .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab table {
        width: 80%;
        border-collapse: collapse; }
        @media (max-width: 1199px) {
          .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab table {
            width: 100%; } }
        .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab table tr {
          text-align: center; }
          .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab table tr:first-child td {
            font-weight: bold; }
          .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab table tr th, .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab table tr td {
            vertical-align: top;
            margin: 0;
            display: table-cell;
            border: 1px solid #8d8f93;
            padding: 7px 10px; }
      .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap;
        -webkit-box-pack: end;
                justify-content: end; }
        .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col {
          width: 50%; }
          @media (max-width: 767px) {
            .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col {
              width: 100%;
              margin-bottom: 30px; } }
          @media (max-width: 767px) {
            .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col .col-content {
              padding: 0; } }
          .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col .col-content .two_col_wrap {
            display: -webkit-box;
            display: flex; }
            @media (max-width: 767px) {
              .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col .col-content .two_col_wrap {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                        flex-flow: row wrap; } }
            .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col .col-content .two_col_wrap .img_wrap {
              -webkit-box-flex: 0;
                      flex: 0 0 120px; }
            .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col .col-content .two_col_wrap .cont_wrap {
              text-align: right;
              padding-right: 20px; }
              @media (max-width: 767px) {
                .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col .col-content .two_col_wrap .cont_wrap {
                  padding-right: 0; } }
              .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2.two_columns .col .col-content .two_col_wrap .cont_wrap h3 {
                margin-top: -5px;
                margin-bottom: 8px;
                color: #c91f25; }
        .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2 .col {
          width: 17%;
          margin-bottom: 20px; }
          @media (max-width: 1199px) {
            .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2 .col {
              width: 25%; } }
          @media (max-width: 767px) {
            .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2 .col {
              width: 50%; } }
          .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2 .col .col-content {
            text-align: center;
            display: inline-block;
            padding: 0 7px; }
          .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab2 .col img {
            margin-bottom: 5px; }
      .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab3 {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-flow: row wrap;
        -webkit-box-pack: end;
                justify-content: end; }
        .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab3 .col {
          width: 50%;
          margin-bottom: 20px;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
                  flex-flow: row nowrap; }
          @media (max-width: 1199px) {
            .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab3 .col {
              width: 100%; } }
          .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab3 .col div.col-image {
            width: 30%; }
            @media (max-width: 991px) {
              .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab3 .col div.col-image {
                width: 18%; } }
          .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab3 .col div.col-description {
            width: 70%;
            padding: 0 15px; }
            @media (max-width: 1199px) {
              .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab3 .col div.col-description {
                width: 82%; } }
            .product-page-box .prodcut-page-content .product-tabs ul li div.content-tab3 .col div.col-description p:first-child {
              color: #c91f25;
              font-weight: 800; }

.category-related-products {
  background-color: #ebebeb;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 50px; }
  .category-related-products .fixwidth-box {
    display: block; }
  .category-related-products .related-products-content {
    border: 2px dotted #bcbcbc;
    padding: 20px 50px; }
    .category-related-products .related-products-content .related-products {
      position: relative; }
      .category-related-products .related-products-content .related-products .item a {
        display: block; }
      .category-related-products .related-products-content .related-products .owl-stage-outer {
        z-index: 20; }
      .category-related-products .related-products-content .related-products .owl-nav {
        position: absolute;
        top: 50%;
        height: 30px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        z-index: 10; }
        .category-related-products .related-products-content .related-products .owl-nav i {
          color: #252525;
          font-size: 22px; }
        .category-related-products .related-products-content .related-products .owl-nav button.owl-next {
          position: absolute;
          right: -30px; }
        .category-related-products .related-products-content .related-products .owl-nav button.owl-prev {
          position: absolute;
          left: -30px; }
  .category-related-products h2 {
    color: #c91f25;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 800; }

/* Accordion */
.uk-hidden, [hidden] {
  display: none !important; }

.uk-accordion-title::after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
  color: #252525;
  position: absolute;
  top: 9px;
  left: 25px; }

.uk-open > .uk-accordion-title::after {
  content: "\f0d8"; }

.owl-carousel,
.bx-wrapper {
  direction: ltr; }

.owl-carousel .owl-item {
  direction: rtl; }

.owl-item img {
  display: block;
  width: 100%;
  height: auto; }

.full_post_nav {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  text-align: center;
  margin-top: 20px; }

.blog-box {
  position: relative;
  max-width: 55%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .blog-box {
      max-width: 65%; } }
  @media (max-width: 991px) {
    .blog-box {
      max-width: 90%; } }
  @media (max-width: 767px) {
    .blog-box {
      max-width: 100%; } }
  @media (max-width: 479px) {
    .blog-box {
      max-width: 95%; } }
  .blog-box header {
    -webkit-box-flex: 0;
            flex: 0 0 100%; }
  .blog-box h1 {
    margin-top: 10px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 1.3em; }
  .blog-box h2 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: bold;
    text-align: center; }
  .blog-box .entry-content {
    font-size: 16px; }
    .blog-box .entry-content p {
      margin-top: 0; }
  .blog-box .blog-posts {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between; }
    .blog-box .blog-posts .navigation.posts-navigation {
      -webkit-box-flex: 0;
              flex: 0 0 100%;
      font-size: 20px; }
      .blog-box .blog-posts .navigation.posts-navigation .nav-links {
        display: -webkit-box;
        display: flex; }
      .blog-box .blog-posts .navigation.posts-navigation a {
        max-width: 200px;
        display: inline-block;
        background: #c91f25;
        padding: 4px 15px;
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-left: 1.2em; }
    .blog-box .blog-posts article {
      margin-bottom: 40px;
      -webkit-box-flex: 0;
              flex: 0 1 47.5%; }
      @media (max-width: 991px) {
        .blog-box .blog-posts article {
          -webkit-box-flex: 0;
                  flex: 0 1 100%; } }
      .blog-box .blog-posts article:first-child {
        -webkit-box-flex: 0;
                flex: 0 0 100%; }
      .blog-box .blog-posts article .entry-content p {
        max-height: 4.2em;
        overflow: hidden; }
  .blog-box .btn {
    max-width: 100px;
    display: block;
    margin: 0 auto;
    background: #c91f25;
    padding: 4px 15px;
    font-size: 14px;
    color: #fff;
    text-align: center; }
  .blog-box .blog_form {
    position: absolute;
    right: 102.5%;
    width: calc(100vw - 157%);
    top: 3em; }
    @media (max-width: 1279px) {
      .blog-box .blog_form {
        position: relative;
        width: auto;
        top: auto;
        right: auto;
        -webkit-box-ordinal-group: 3;
                order: 2; } }
    .blog-box .blog_form h3 {
      font-size: 24px;
      text-align: center;
      font-weight: 500; }
    .blog-box .blog_form input {
      font-size: 12px;
      margin-bottom: 1.1em; }
    .blog-box .blog_form textarea {
      height: 4em;
      font-size: 12px; }
    .blog-box .blog_form input[type="submit"] {
      max-width: 200px;
      display: block;
      margin: 0 auto;
      background: #c91f25;
      padding: 5px 16px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      margin-top: 1.1em;
      height: auto; }
/*# sourceMappingURL=style.css.map */