/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden !important;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*:hover, *:active, *:focus,
*::before:hover,
*::before:active,
*::before:focus,
*::after:hover,
*::after:active,
*::after:focus {
  outline: 0;
}

body {
  margin-bottom: 0 !important;
  overflow-x: hidden;
}

/**
 * Basic styles for links
 */
a {
  color: var(--brand-color);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
}
a:hover, a:active, a:focus {
  color: #241B23;
  text-decoration: none;
  outline: none;
}
a:visited {
  color: var(--brand-color);
}

@font-face {
  font-family: "GaramondPremrPro";
  src: url("../fonts/GaramondPremrPro-Bd.eot?#iefix") format("embedded-opentype"), url("../fonts/GaramondPremrPro-Bd.otf") format("opentype"), url("../fonts/GaramondPremrPro-Bd.woff") format("woff"), url("../fonts/GaramondPremrPro-Bd.ttf") format("truetype"), url("../fonts/GaramondPremrPro-Bd.svg#GaramondPremrPro-Bd") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "GaramondPremrPro";
  src: url("../fonts/GaramondPremrPro.eot?#iefix") format("embedded-opentype"), url("../fonts/GaramondPremrPro.otf") format("opentype"), url("../fonts/GaramondPremrPro.woff") format("woff"), url("../fonts/GaramondPremrPro.ttf") format("truetype"), url("../fonts/GaramondPremrPro.svg#GaramondPremrPro") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
body {
  color: #241B23;
  font: 400 14px/1.7 "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  color: var(--brand-color);
  line-height: 1.48;
}

p {
  margin-top: 0;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 23px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 21px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  h4 {
    font-size: 22px;
  }
}

h5, h6 {
  font-size: 20px;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container, .page-inner .site-main > article {
  max-width: 1368px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}
@media (max-width: 768px) {
  .container, .page-inner .site-main > article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-margin {
  margin: 0 !important;
}

.section {
  padding: 20px 0;
}
.section.first {
  padding-top: 20px;
}
@media (max-width: 479px) {
  .section {
    padding: 20px 0;
  }
}

.disabled {
  pointer-events: none;
  cursor: default;
}

@media (min-width: 992px) {
  .hidden-pc {
    display: none;
  }
  .hide-pc {
    display: none;
  }
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.site-header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.admin-bar .site-header.fixed {
  top: 32px;
}

#menu-toggle {
  display: none;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger .hamburger-box {
  position: relative;
  display: block;
  width: 41px;
  height: 30px;
}
@media (max-width: 768px) {
  .hamburger .hamburger-box {
    width: 40px;
    height: 24px;
  }
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 41px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 16px;
  background-color: var(--brand-color);
  left: 0;
}
@media (max-width: 768px) {
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 40px;
    height: 4px;
  }
}

.hamburger--slider .hamburger-inner:before {
  top: 13px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media (max-width: 768px) {
  .hamburger--slider .hamburger-inner:before {
    top: 10px;
  }
}

.hamburger--slider .hamburger-inner:after {
  top: 26px;
}
@media (max-width: 768px) {
  .hamburger--slider .hamburger-inner:after {
    top: 20px;
  }
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -31px, 0) rotate(-90deg);
          transform: translate3d(0, -31px, 0) rotate(-90deg);
}
@media (max-width: 768px) {
  .hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger .hamburger-box {
  position: relative;
  display: block;
  width: 41px;
  height: 30px;
}
@media (max-width: 768px) {
  .hamburger .hamburger-box {
    width: 40px;
    height: 24px;
  }
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 41px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 16px;
  background-color: var(--brand-color);
  left: 0;
}
@media (max-width: 768px) {
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 40px;
    height: 4px;
  }
}

.hamburger--slider .hamburger-inner:before {
  top: 13px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media (max-width: 768px) {
  .hamburger--slider .hamburger-inner:before {
    top: 10px;
  }
}

.hamburger--slider .hamburger-inner:after {
  top: 26px;
}
@media (max-width: 768px) {
  .hamburger--slider .hamburger-inner:after {
    top: 20px;
  }
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 13px, 0) rotate(45deg);
          transform: translate3d(0, 13px, 0) rotate(45deg);
}
@media (max-width: 768px) {
  .hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
}

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -27px, 0) rotate(-90deg);
          transform: translate3d(0, -27px, 0) rotate(-90deg);
}
@media (max-width: 768px) {
  .hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
}

.site-footer .footer-main {
  padding: 30px 0;
  background-color: var(--brand-color);
  font-size: 13px;
  line-height: 1.3;
  color: #FFFFFF;
}
.site-footer .footer-main * {
  color: #fff;
}
.site-footer .footer-main h3, .site-footer .footer-main strong {
  font-weight: 600;
}
.site-footer .footer-main h3 {
  margin-bottom: 14px;
}
.site-footer .footer-main a {
  text-decoration: underline;
}
.site-footer .footer-main p {
  margin-bottom: 14px;
}
.site-footer .footer-main p:last-child {
  margin-bottom: 0;
}
.site-footer .container .footer-columns, .site-footer .page-inner .site-main > article .footer-columns, .page-inner .site-footer .site-main > article .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
.site-footer .container .footer-columns .footer-column, .site-footer .page-inner .site-main > article .footer-columns .footer-column, .page-inner .site-footer .site-main > article .footer-columns .footer-column {
  width: 33.33%;
  padding: 0 40px;
}
.site-footer .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .footer-contact-inner {
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 40px;
  max-width: 270px;
}
.site-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px !important;
}
.site-footer .footer-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-link ul li {
  margin-bottom: 12px;
}
.site-footer .footer-link ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-link ul a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .footer-info {
  padding-top: 40px !important;
}
.site-footer .subscribe-form {
  margin: 12px 0;
}
.site-footer .subscribe-form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .subscribe-form .form-wrap .ajax-loader {
  display: none;
}
.site-footer .subscribe-form .form-submit input {
  font-size: 12px;
  font-weight: 700;
  color: var(--brand-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  text-align: center;
  width: 116px;
  border-radius: 20px;
  background-color: #fff;
  border-color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  height: 41px;
  cursor: pointer;
}
.site-footer .subscribe-form .form-input input {
  font-size: 12px;
  display: block;
  padding: 13px 22px;
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 20px;
  outline: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  max-width: 200px;
  width: 100%;
}
.site-footer .subscribe-form .form-input input::-webkit-input-placeholder {
  color: #fff;
}
.site-footer .subscribe-form .form-input input::-moz-placeholder {
  color: #fff;
}
.site-footer .subscribe-form .form-input input:-ms-input-placeholder {
  color: #fff;
}
.site-footer .subscribe-form .form-input input::-ms-input-placeholder {
  color: #fff;
}
.site-footer .subscribe-form .form-input input::placeholder {
  color: #fff;
}
.site-footer #subscribe {
  margin-bottom: 20px;
}
.site-footer #subscribe .footer {
  font-size: 10px;
}
.site-footer .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 20px;
}
.site-footer .social-wrap a {
  display: block;
  padding: 0 15px;
}
.site-footer .footer-helpful a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.site-footer .footer-helpful a:last-child {
  margin-bottom: 0;
}
.site-footer .footer-copyright {
  text-align: center;
  font-size: 12px;
  color: var(--brand-color);
  padding: 7px 0;
}

@media (max-width: 991px) {
  .site-footer .container .footer-columns .footer-column, .site-footer .page-inner .site-main > article .footer-columns .footer-column, .page-inner .site-footer .site-main > article .footer-columns .footer-column {
    width: 50%;
  }
  .site-footer .footer-contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer .footer-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -30px;
  }
  .site-footer .footer-links .footer-link {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .container .footer-columns .footer-column, .site-footer .page-inner .site-main > article .footer-columns .footer-column, .page-inner .site-footer .site-main > article .footer-columns .footer-column {
    width: 100%;
  }
  .site-footer .footer-contact-inner {
    width: 100%;
    max-width: 100%;
  }
  .site-footer .subscribe-form .form-input input {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .site-footer .footer-links .footer-link {
    width: 100%;
  }
  .site-footer .footer-links {
    padding-right: 0 !important;
  }
  .site-footer .footer-links {
    margin: 0 -10px;
  }
  .site-footer .footer-links .footer-link {
    padding: 0 10px;
  }
  .site-footer .footer-contact-inner {
    padding: 20px;
  }
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.button, .button-white, .button-blue, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .wpcf7-form .form-wrap .form-submit.form-group input, .button-green {
  display: inline-block;
  text-align: center;
  background-color: var(--brand-color);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 60px;
  font-weight: 400;
  padding: 10px 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  min-width: 170px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 420px) {
  .button, .button-white, .button-blue, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .wpcf7-form .form-wrap .form-submit.form-group input, .button-green {
    min-width: 140px;
    border-radius: 30px;
    padding: 7px 13px;
    font-size: 13px;
  }
}
.button:before, .button-white:before, .button-blue:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:before, .wpcf7-form .form-wrap .form-submit.form-group input:before, .button-green:before {
  content: "";
  position: absolute;
  border: var(--brand-color) solid 6px;
  border-radius: 60px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.button:hover, .button-white:hover, .button-blue:hover, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover, .wpcf7-form .form-wrap .form-submit.form-group input:hover, .button-green:hover, .button:active, .button-white:active, .button-blue:active, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active, .wpcf7-form .form-wrap .form-submit.form-group input:active, .button-green:active, .button:focus, .button-white:focus, .button-blue:focus, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus, .wpcf7-form .form-wrap .form-submit.form-group input:focus, .button-green:focus {
  color: #fff;
}
.button:hover:before, .button-white:hover:before, .button-blue:hover:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover:before, .wpcf7-form .form-wrap .form-submit.form-group input:hover:before, .button-green:hover:before, .button:active:before, .button-white:active:before, .button-blue:active:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active:before, .wpcf7-form .form-wrap .form-submit.form-group input:active:before, .button-green:active:before, .button:focus:before, .button-white:focus:before, .button-blue:focus:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus:before, .wpcf7-form .form-wrap .form-submit.form-group input:focus:before, .button-green:focus:before {
  -webkit-animation-name: hvr-ripple-out;
          animation-name: hvr-ripple-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.button-green {
  background-color: var(--secondary-color);
}
.button-green:before {
  border-color: var(--secondary-color);
}

.button-transparent, .message-alert .message-button .button-white {
  font-size: 12px;
  color: var(--brand-color);
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 2px 13px;
  border: 1px solid var(--brand-color);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-transparent:hover, .message-alert .message-button .button-white:hover, .button-transparent:active, .message-alert .message-button .button-white:active, .button-transparent:focus, .message-alert .message-button .button-white:focus {
  background-color: var(--brand-color);
  color: #fff;
}

.button-blue, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .wpcf7-form .form-wrap .form-submit.form-group input {
  color: var(--secondary-color) !important;
  background-color: var(--brand-color);
  border: 1px solid var(--brand-color) !important;
  font-weight: 700;
}
.button-blue:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:before, .wpcf7-form .form-wrap .form-submit.form-group input:before {
  content: none;
}
.button-blue:hover, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover, .wpcf7-form .form-wrap .form-submit.form-group input:hover, .button-blue:active, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active, .wpcf7-form .form-wrap .form-submit.form-group input:active, .button-blue:focus, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus, .wpcf7-form .form-wrap .form-submit.form-group input:focus {
  background-color: #fff !important;
  color: var(--brand-color) !important;
  border: 1px solid var(--brand-color) !important;
}

.button-white {
  border: 2px solid var(--brand-color);
  background: #fff !important;
  color: var(--brand-color) !important;
  font-weight: 700;
}
.button-white:before {
  content: none;
  border-color: #fff;
}
.button-white:hover, .button-white:active, .button-white:focus {
  background-color: var(--brand-color) !important;
  color: #fff !important;
}

.button-arrow span {
  display: inline-block;
  padding-right: 15px;
}
.button-arrow:after {
  font-family: "fontello";
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -2px;
  color: var(--secondary-color);
}

article.post, article.page {
  margin: 0;
}

.page-content, .entry-content, .entry-summary {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.entry-content p {
  margin-bottom: 20px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}

.section {
  position: relative;
}

.owl-dots.disabled, .owl-nav.disabled {
  display: none !important;
}

.page-which-trusted-trader .iframe-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.page-which-trusted-trader iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*
  Tabs
*/
.tabs-wrap {
  overflow: hidden;
  max-width: 1130px;
  margin: auto;
}
.tabs-wrap ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  width: 100%;
}
.tabs-wrap ul.tabs li {
  display: block;
  float: left;
  margin: 0;
  cursor: pointer;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.33;
  background-color: #F4F4F4;
  overflow: hidden;
  position: relative;
  color: var(--brand-color);
  border: 2px solid #fff;
  min-width: 220px;
  text-align: center;
}
.tabs-wrap ul.tabs li:hover {
  background-color: #ccc;
  color: var(--brand-color);
}
.tabs-wrap ul.tabs li.active {
  background-color: var(--brand-color);
  color: #fff;
  border-color: var(--brand-color);
  display: block;
}
.tabs-wrap .tab_container {
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
}
.tabs-wrap .tab_content {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
@media (min-width: 481px) {
  .tabs-wrap .tab_content {
    margin-top: 10px;
  }
}
.tabs-wrap .tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 480px) {
  .tabs-wrap .tabs {
    display: none;
  }
  .tabs-wrap .tab_drawer_heading {
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #F4F4F4;
    color: var(--brand-color);
    border: 2px solid #fff;
    margin: 0;
    padding: 11px 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .tabs-wrap .d_active {
    background-color: var(--brand-color);
    color: #fff;
    border-color: var(--brand-color);
  }
}

.section-tabs .section-title {
  margin-bottom: 15px;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.site-header {
  position: relative;
  z-index: 9999;
  background-color: #fff;
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.admin-bar .site-header.fixed {
  top: 32px;
}

#menu-toggle {
  display: none;
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger .hamburger-box {
  position: relative;
  display: block;
  width: 41px;
  height: 30px;
}
@media (max-width: 768px) {
  .hamburger .hamburger-box {
    width: 40px;
    height: 24px;
  }
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 41px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 16px;
  background-color: var(--brand-color);
  left: 0;
}
@media (max-width: 768px) {
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 40px;
    height: 4px;
  }
}

.hamburger--slider .hamburger-inner:before {
  top: 13px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media (max-width: 768px) {
  .hamburger--slider .hamburger-inner:before {
    top: 10px;
  }
}

.hamburger--slider .hamburger-inner:after {
  top: 26px;
}
@media (max-width: 768px) {
  .hamburger--slider .hamburger-inner:after {
    top: 20px;
  }
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -31px, 0) rotate(-90deg);
          transform: translate3d(0, -31px, 0) rotate(-90deg);
}
@media (max-width: 768px) {
  .hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
}

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}
.hamburger .hamburger-box {
  position: relative;
  display: block;
  width: 41px;
  height: 30px;
}
@media (max-width: 768px) {
  .hamburger .hamburger-box {
    width: 40px;
    height: 24px;
  }
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 100%;
  height: 3px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 16px;
  background-color: var(--brand-color);
  left: 0;
}
@media (max-width: 768px) {
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 40px;
    height: 3px;
  }
}
@media (max-width: 375px) {
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 34px;
    height: 2px;
  }
}

.hamburger--slider .hamburger-inner:before {
  top: 13px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
@media (max-width: 768px) {
  .hamburger--slider .hamburger-inner:before {
    top: 10px;
  }
}

.hamburger--slider .hamburger-inner:after {
  top: 26px;
}
@media (max-width: 768px) {
  .hamburger--slider .hamburger-inner:after {
    top: 20px;
  }
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 13px, 0) rotate(45deg);
          transform: translate3d(0, 13px, 0) rotate(45deg);
}
@media (max-width: 768px) {
  .hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
            transform: translate3d(0, 10px, 0) rotate(45deg);
  }
}

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -27px, 0) rotate(-90deg);
          transform: translate3d(0, -27px, 0) rotate(-90deg);
}
@media (max-width: 768px) {
  .hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
            transform: translate3d(0, -20px, 0) rotate(-90deg);
  }
}

/*
  Custom
*/
.site-header .top-bar {
  padding: 8px 0;
  background-color: #F2F2F2;
}
@media (max-width: 991px) {
  .site-header .top-bar {
    display: none;
  }
}
.site-header .top-bar .container, .site-header .top-bar .page-inner .site-main > article, .page-inner .site-header .top-bar .site-main > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .top-bar .top-menu {
  margin-left: 16px;
  margin-right: 24px;
}
.site-header .top-bar .top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .top-bar .top-menu ul li {
  margin: 0 5px;
}
.site-header .top-bar .top-menu ul a {
  color: #241B23;
}
.site-header .top-bar .top-contact a.link {
  border-radius: 0;
}
.site-header .top-search > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .header-main {
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  width: 100%;
}
.site-header .header-main .container, .site-header .header-main .page-inner .site-main > article, .page-inner .site-header .header-main .site-main > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-header .header-main .main-navigation {
  width: auto;
  padding-left: 20px;
  width: 84%;
}
.site-header .header-main .main-navigation a {
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 300;
  color: #241B23;
  font-family: "Montserrat", sans-serif;
  position: relative;
}
.site-header .header-main .main-navigation #primary-menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .header-main .main-navigation #primary-menu > li:last-child > a {
  padding-right: 0;
}
.site-header .header-main .site-branding {
  padding-right: 20px;
  width: 24%;
}
.site-header .header-main .site-branding a {
  display: block;
  padding-top: 8px;
}
.site-header #primary-menu > li > a {
  padding-top: 33px;
  padding-bottom: 33px;
}
.site-header #primary-menu > li.current-menu-item > a {
  color: var(--brand-color);
}
@media (max-width: 991px) {
  .site-header #primary-menu > li.current-menu-item > a {
    color: #fff;
  }
}
.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.admin-bar .site-header.fixed {
  top: 32px;
}
.site-header.fixed .top-bar {
  display: none;
}
.site-header .top-search {
  position: relative;
}
.site-header .top-search .icon-icon_search:before {
  content: "\e800";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.site-header .top-search #btn-trigger-search {
  cursor: pointer;
}
.site-header .top-search .form-search-wrap {
  display: none;
  position: absolute;
  top: 25px;
  right: -20px;
  z-index: 9;
  padding: 20px;
  background: #fff;
}
.site-header .top-search form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .top-search form input {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.site-header .top-search form #searchsubmit {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  width: 34px;
  height: 34px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
.site-header .top-search form #searchsubmit i {
  color: #fff;
}

/*
  submenu
*/
.sub-menu {
  max-width: 790px;
  width: auto;
}

.main-navigation ul ul ul {
  left: auto;
}

.sub-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #f2f2f2;
  -webkit-filter: drop-shadow(5px 5px 11px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(5px 5px 11px rgba(0, 0, 0, 0.3));
  padding: 28px 42px 40px 42px;
  border-radius: 0px;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 991px) {
  .sub-menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sub-menu-inner .menu-image {
  padding-lefT: 40px;
  width: 50%;
  width: calc(50% + 40px);
}
.sub-menu-inner .menu-image img {
  border-radius: 0;
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .sub-menu-inner .menu-image {
    width: 100%;
    padding-left: 0;
    display: none;
  }
}
.sub-menu-inner .menu-image + .menu-inner {
  width: calc(50% - 40px);
}
@media (max-width: 991px) {
  .sub-menu-inner .menu-image + .menu-inner {
    width: 100%;
    display: block;
    max-width: 100%;
  }
  .sub-menu-inner .menu-image + .menu-inner a {
    max-width: 100%;
  }
}
.sub-menu-inner .menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  float: none;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 314px;
}
.sub-menu-inner .menu-inner li {
  display: block;
  width: 100%;
}
.sub-menu-inner .menu-inner li + li {
  margin-top: 8px;
}
.sub-menu-inner .menu-inner li a {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #241B23;
  border-radius: 0px;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500 !important;
  padding: 10px 15px 10px 0px !important;
  max-width: 314px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu-inner .menu-inner li a:after {
  display: block;
  position: absolute;
  font-family: "fontello";
  content: "\f105";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  color: var(--brand-color);
  font-size: 24px;
}

@media (min-width: 992px) {
  .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}
.current-menu-item > a {
  color: var(--secondary-color);
}

@media (max-width: 1200px) {
  .site-header .header-main .main-navigation a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .site-header .header-main .main-navigation #primary-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 991px) {
  .site-header #site-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    background-color: var(--brand-color);
    width: 100%;
  }
  .site-header #site-navigation a {
    color: #fff;
  }
  .site-header #site-navigation ul ul a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header #site-navigation .sub-menu-inner .menu-inner a {
    color: var(--brand-color);
  }
  .site-header #site-navigation .sub-menu-inner .menu-inner a:after {
    color: var(--secondary-color);
  }
  .site-header .header-main .main-navigation #primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-header .header-main .main-navigation #primary-menu > li > a {
    padding: 20px;
  }
  .site-header .main-navigation ul ul {
    position: relative;
    left: auto;
    margin-left: 0 !important;
    display: none;
    float: none;
  }
  .site-header .main-navigation ul ul ul {
    display: block;
    max-width: 100%;
  }
  .site-header .main-navigation ul ul ul a {
    max-width: 100%;
  }
  .site-header .header-main .site-branding {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding-right: 75px;
  }
}
@media (max-width: 991px) and (max-width: 375px) {
  .site-header .header-main .site-branding img {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .site-header #menu-toggle {
    display: block;
    outline: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid var(--brand-color);
    padding: 10px;
  }
}
@media (max-width: 375px) {
  .hamburger .hamburger-box {
    width: 36px !important;
  }
  .site-header #menu-toggle {
    padding: 6px;
  }
  .site-header .header-main .site-branding {
    padding-right: 15px;
  }
}
.arrow-mobile {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow-mobile rect {
  fill: var(--secondary-color);
}

.active .arrow-mobile svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 991px) {
  .arrow-mobile {
    display: block;
  }
}
.addition-menu {
  text-align: left;
}
.addition-menu a {
  text-align: left;
  padding: 20px !important;
  font-size: 14px;
}

.site-footer {
  font-family: "Montserrat", sans-serif;
}
.site-footer .footer-main {
  padding: 0 0;
  background-color: #241B23;
  font-size: 13px;
  line-height: 1.3;
  color: #FFFFFF;
}
.site-footer .footer-main * {
  color: #fff;
}
.site-footer .footer-main h3, .site-footer .footer-main strong {
  font-weight: 600;
}
.site-footer .footer-main h3 {
  margin-bottom: 14px;
}
.site-footer .footer-main a {
  text-decoration: underline;
}
.site-footer .footer-main p {
  margin-bottom: 14px;
}
.site-footer .footer-main p:last-child {
  margin-bottom: 0;
}
.site-footer .container .footer-columns, .site-footer .page-inner .site-main > article .footer-columns, .page-inner .site-footer .site-main > article .footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
.site-footer .container .footer-columns .footer-column, .site-footer .page-inner .site-main > article .footer-columns .footer-column, .page-inner .site-footer .site-main > article .footer-columns .footer-column {
  width: 33.33%;
  padding: 0 40px;
}
.site-footer .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-footer .footer-contact-inner {
  border: none;
  border-radius: 0;
  padding: 60px 40px;
  max-width: 270px;
  position: relative;
  z-index: 2;
}
.site-footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 60px !important;
}
.site-footer .footer-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-link ul li {
  margin-bottom: 12px;
}
.site-footer .footer-link ul li:last-child {
  margin-bottom: 0;
}
.site-footer .footer-link ul a {
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .footer-info {
  padding-top: 40px !important;
}
.site-footer .subscribe-form {
  margin: 12px 0;
}
.site-footer .subscribe-form .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer .subscribe-form .form-wrap .ajax-loader {
  display: none;
}
.site-footer .subscribe-form .form-submit {
  position: relative;
}
.site-footer .subscribe-form .form-submit:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 12px 12px;
  border-color: transparent transparent #241B23 transparent;
}
.site-footer .subscribe-form .form-submit input, .site-footer .subscribe-form .form-submit a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase;
  text-align: center;
  width: 116px;
  border-radius: 0;
  background-color: var(--brand-color);
  border-color: var(--brand-color);
  height: 42px;
  cursor: pointer;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.site-footer .subscribe-form .form-input input {
  font-size: 12px;
  display: block;
  padding: 13px 22px;
  border: 1px solid var(--brand-color);
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
  max-width: 200px;
  width: 100%;
}
.site-footer .subscribe-form .form-input input::-webkit-input-placeholder {
  color: #fff;
}
.site-footer .subscribe-form .form-input input::-moz-placeholder {
  color: #fff;
}
.site-footer .subscribe-form .form-input input:-ms-input-placeholder {
  color: #fff;
}
.site-footer .subscribe-form .form-input input::-ms-input-placeholder {
  color: #fff;
}
.site-footer .subscribe-form .form-input input::placeholder {
  color: #fff;
}
.site-footer #subscribe {
  margin-bottom: 20px;
}
.site-footer #subscribe .footer {
  font-size: 10px;
}
.site-footer .social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: 20px;
}
.site-footer .social-wrap a {
  display: block;
  padding: 0 15px;
  font-size: 18px;
}
.site-footer .footer-helpful ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-helpful ul li + li {
  margin-top: 10px;
}
.site-footer .footer-helpful a {
  display: block;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}
.site-footer .footer-helpful a:last-child {
  margin-bottom: 0;
}
.site-footer .footer-copyright {
  text-align: center;
  font-size: 12px;
  color: #241B23;
  padding: 7px 0;
  font-family: "Montserrat", sans-serif;
}
.site-footer .footer-contact {
  position: relative;
}
.site-footer .footer-contact:after {
  content: "";
  position: absolute;
  top: 0;
  right: -45px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/concept-three/footer-contact-subtraction.png") no-repeat right center;
}
@media (max-width: 991px) {
  .site-footer .footer-contact:after {
    right: 0;
  }
}
.site-footer .footer-contact .footer-contact-inner {
  padding-left: 0;
}
.site-footer .footer-info {
  padding-top: 60px !important;
}
.site-footer .footer-helpful {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .site-footer .container .footer-columns .footer-column, .site-footer .page-inner .site-main > article .footer-columns .footer-column, .page-inner .site-footer .site-main > article .footer-columns .footer-column {
    width: 50%;
  }
  .site-footer .footer-contact {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site-footer .footer-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 -30px;
  }
  .site-footer .footer-links .footer-link {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .container .footer-columns .footer-column, .site-footer .page-inner .site-main > article .footer-columns .footer-column, .page-inner .site-footer .site-main > article .footer-columns .footer-column {
    width: 100%;
  }
  .site-footer .footer-contact-inner {
    width: 100%;
    max-width: 100%;
  }
  .site-footer .subscribe-form .form-input input {
    max-width: 100%;
  }
}
@media (max-width: 420px) {
  .site-footer .footer-links .footer-link {
    width: 100%;
  }
  .site-footer .footer-links {
    padding-right: 0 !important;
  }
  .site-footer .footer-links {
    margin: 0 -10px;
  }
  .site-footer .footer-links .footer-link {
    padding: 0 10px;
  }
  .site-footer .footer-contact-inner {
    padding: 20px;
  }
}
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.button, .button-green, .button-blue, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .wpcf7-form .form-wrap .form-submit.form-group input, .button-white {
  display: inline-block;
  text-align: center;
  background-color: var(--brand-color);
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  min-width: 162px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  border: 2px soldid var(--brand-color) !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  clip-path: polygon(12px 0, 100% 0%, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
}
.button:before, .button-green:before, .button-blue:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:before, .wpcf7-form .form-wrap .form-submit.form-group input:before, .button-white:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 100%;
  width: calc(100% - 4px);
  height: 100%;
  height: calc(100% - 4px);
  clip-path: polygon(11px 0, 100% 0%, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
  background-color: #fff !important;
  z-index: -1;
  -webkit-animation: unset !important;
          animation: unset !important;
  border-radius: 0 !important;
  opacity: 0;
  border: 0;
}
.button:hover, .button-green:hover, .button-blue:hover, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover, .wpcf7-form .form-wrap .form-submit.form-group input:hover, .button-white:hover, .button:active, .button-green:active, .button-blue:active, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active, .wpcf7-form .form-wrap .form-submit.form-group input:active, .button-white:active, .button:focus, .button-green:focus, .button-blue:focus, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus, .wpcf7-form .form-wrap .form-submit.form-group input:focus, .button-white:focus {
  background-color: var(--brand-color) !important;
  position: relative;
  color: var(--brand-color) !important;
  border: 0 !important;
}
.button:hover:before, .button-green:hover:before, .button-blue:hover:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover:before, .wpcf7-form .form-wrap .form-submit.form-group input:hover:before, .button-white:hover:before, .button:active:before, .button-green:active:before, .button-blue:active:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active:before, .wpcf7-form .form-wrap .form-submit.form-group input:active:before, .button-white:active:before, .button:focus:before, .button-green:focus:before, .button-blue:focus:before, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus:before, .wpcf7-form .form-wrap .form-submit.form-group input:focus:before, .button-white:focus:before {
  -webkit-transition: unset;
  transition: unset;
  -webkit-animation: unset !important;
          animation: unset !important;
  opacity: 1;
}

.button-transparent, .message-alert .message-button .button-white {
  font-size: 12px;
  color: var(--brand-color);
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 2px 13px;
  border: 1px solid var(--brand-color);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button-transparent:hover, .message-alert .message-button .button-white:hover, .button-transparent:active, .message-alert .message-button .button-white:active, .button-transparent:focus, .message-alert .message-button .button-white:focus {
  background-color: var(--brand-color);
  color: #fff;
}
.button-transparent:hover:before, .message-alert .message-button .button-white:hover:before, .button-transparent:active:before, .message-alert .message-button .button-white:active:before, .button-transparent:focus:before, .message-alert .message-button .button-white:focus:before {
  -webkit-transition: unset;
  transition: unset;
  -webkit-animation: unset !important;
          animation: unset !important;
  opacity: 1;
}

.button-blue, .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .wpcf7-form .form-wrap .form-submit.form-group input {
  background-color: var(--brand-color);
}

.button-white {
  border: 0 !important;
  color: var(--brand-color) !important;
  background-color: var(--brand-color) !important;
}
.message-alert .button-white {
  background-color: transparent !important;
}
.button-white:before {
  opacity: 1;
}
.button-white:after {
  content: none;
}
.button-white span {
  padding: 0;
}
.button-white:hover, .button-white:active, .button-white:focus {
  color: #fff !important;
}
.button-white:hover:before, .button-white:active:before, .button-white:focus:before {
  background-color: var(--brand-color) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
  font-weight: 600;
}

article.post,
article.page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.entry-content p {
  margin-bottom: 20px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}

.page-title {
  text-align: center;
}

.section-title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 35px;
}

/*
  Section Hero
*/
#hero {
  margin-bottom: 0px;
}
#hero .container, #hero .page-inner .site-main > article, .page-inner #hero .site-main > article {
  position: relative;
}
#hero .slide {
  position: relative;
}
#hero .hero-thumb {
  position: relative;
}
#hero .flexslider,
#hero .hero-thumb {
  height: 575px;
}
#hero .flexslider {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
#hero .flexslider .slide {
  overflow: hidden;
}
#hero .hero-thumb {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#hero .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 74px;
}
.page-inner #hero .slide-content {
  height: 100%;
}
@media (max-width: 767px) {
  #hero .slide-content {
    padding-bottom: 0;
  }
}
#hero .slide-content:before {
  content: none;
  position: absolute;
  left: 0;
  bottom: 78px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 610px 0 0 610px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  z-index: -1;
}
@media (max-width: 1024px) {
  #hero .slide-content:before {
    bottom: 57px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #hero .slide-content:before {
    border: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 768px) {
  #hero .slide-content:before {
    border: none;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.page-inner #hero .slide-content:before {
  bottom: 50px;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-inner #hero .slide-content:before {
    bottom: 0;
  }
}
#hero img {
  max-width: 100%;
  width: auto;
}
#hero .slide-title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.48;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  max-width: 230px;
}
@media (max-width: 768px) {
  #hero .slide-title {
    font-size: 23px;
  }
}
@media (max-width: 479px) {
  #hero .slide-title {
    font-size: 20px;
  }
}
#hero .slide-desc {
  font-weight: 300;
}
#hero .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 540px) {
  #hero .slide-content {
    width: 100%;
    height: 100% !important;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #hero .slide-content .slide-logo {
    margin-bottom: 20px;
  }
}
#hero .slide-logo,
#hero .slide-content-inner {
  padding: 0 12px;
}
@media (max-width: 768px) {
  #hero .slide-logo {
    display: none;
  }
}
@media (max-width: 1200px) {
  #hero .slide-logo img {
    width: 150px;
  }
}
#hero .slide-content-inner {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 769px) {
  #hero .slide-content-inner {
    clip-path: polygon(0% 0%, 120px 0%, calc(50% - 53.5px) 100%, 0% 100%);
    padding-right: 50%;
    padding-bottom: 90px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  #hero .slide-content-inner {
    clip-path: polygon(0% 0%, 120px 0%, calc(50% - 26.5px) 100%, 0% 100%);
  }
}
@media (min-width: 769px) {
  #hero .slide-content-inner .slide-content-wrap {
    max-width: 50%;
    padding-left: 10%;
  }
}
#hero .flex-control-paging {
  position: absolute;
  bottom: 44px !important;
  left: 0 !important;
  top: auto !important;
  z-index: 3;
  width: auto;
  text-align: left;
}
.page-inner:not(.page-template-page-landing) #hero .flex-control-paging {
  bottom: 10px !important;
  top: auto !important;
  left: 0 !important;
}
@media (max-width: 768px) {
  #hero .flex-control-paging {
    bottom: 200px !important;
    left: 15px !important;
  }
}
#hero .flex-control-paging li {
  margin: 0 2px;
}
#hero .flex-control-paging li a {
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 7px;
  height: 7px;
  border: 1px solid var(--brand-color);
  background-color: var(--brand-color);
  margin: 0 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0;
}
#hero .flex-control-paging li a.flex-active {
  background-color: #fff;
}
#hero .slide-logo {
  position: absolute;
  right: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hero .badge {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 10;
  display: none;
  width: 215px;
  height: 215px;
}
@media (max-width: 767px) {
  #hero .badge {
    display: none !important;
  }
}
#hero .badge:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 215px 215px 0;
  border-color: transparent rgba(255, 255, 255, 0.85) transparent transparent;
  position: absolute;
  top: 0;
  right: 0;
}
#hero .badge span {
  font-size: 21px;
  font-weight: 600;
  position: absolute;
  letter-spacing: 2.52px;
  color: var(--brand-color);
  right: 0;
  top: 0;
  z-index: 4;
  text-transform: uppercase;
  text-align: center;
  line-height: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 176px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 24%;
  left: 28%;
}
#hero .side-page-nav {
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 20px;
  color: var(--brand-color);
}

.page-template-page-about-php #primary {
  margin-top: -60px !important;
  position: relative;
  z-index: 2;
}
.page-template-page-about-php #hero .slide-content:before {
  left: 0;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-template-page-about-php #hero .slide-content:before {
    bottom: 0;
  }
}
.page-template-page-about-php .section-z-pattern {
  padding-top: 10px;
}
.page-template-page-about-php .section-z-pattern .z-pattern-inner {
  position: relative;
}
.page-template-page-about-php .section-z-pattern .z-pattern-inner .section:first-child {
  padding-top: 30px;
}
.page-template-page-about-php .section-z-pattern .z-pattern-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  clip-path: polygon(0 0, calc(50% - 55px) 0%, 50% 100%, calc(50% + 55px) 0, 100% 0, 100% 100%, 0 100%);
  background: #fff;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .page-template-page-about-php .section-z-pattern .z-pattern-inner:before {
    top: -60px !important;
  }
}
@media (max-width: 768px) {
  .page-template-page-about-php .section-z-pattern .z-pattern-inner:before {
    top: -60px !important;
  }
}
.page-template-page-about-php .section-z-pattern img {
  max-height: 430px;
}

.page-template-page-contact-php #primary {
  margin-top: -50px !important;
  position: relative;
  z-index: 2;
}
.page-template-page-contact-php .section-content-with-background-image {
  position: relative;
}
.page-template-page-contact-php .section-content-with-background-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  clip-path: polygon(0 0, calc(50% - 55px) 0%, 50% 100%, calc(50% + 55px) 0, 100% 0, 100% 100%, 0 100%);
  background: #fff;
}

.home .main-content,
.tax-product_tax .main-content,
.single-product .main-content,
.single-post .main-content,
.page-template-page-landing .main-content,
.post-type-archive-testimonial .main-content {
  position: relative;
  margin-top: 0;
  z-index: 2;
}
@media (max-width: 768px) {
  .home .main-content,
  .tax-product_tax .main-content,
  .single-product .main-content,
  .single-post .main-content,
  .page-template-page-landing .main-content,
  .post-type-archive-testimonial .main-content {
    margin-top: -80px;
  }
}
.home .main-content article,
.tax-product_tax .main-content article,
.single-product .main-content article,
.single-post .main-content article,
.page-template-page-landing .main-content article,
.post-type-archive-testimonial .main-content article {
  position: relative;
  background: unset;
}
.home .main-content article:after,
.tax-product_tax .main-content article:after,
.single-product .main-content article:after,
.single-post .main-content article:after,
.page-template-page-landing .main-content article:after,
.post-type-archive-testimonial .main-content article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #f2f2f2;
}
.home .main-content article:before,
.tax-product_tax .main-content article:before,
.single-product .main-content article:before,
.single-post .main-content article:before,
.page-template-page-landing .main-content article:before,
.post-type-archive-testimonial .main-content article:before {
  content: "";
  position: absolute;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 20px, calc(50% + 62.5px) 20px, 50% 100%, calc(50% - 62.5px) 20px, 0% 20px);
  top: 0px;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #fff;
  z-index: 2;
}
.home .main-content article .article-inner,
.tax-product_tax .main-content article .article-inner,
.single-product .main-content article .article-inner,
.single-post .main-content article .article-inner,
.page-template-page-landing .main-content article .article-inner,
.post-type-archive-testimonial .main-content article .article-inner {
  position: relative;
  z-index: 3;
  background: unset;
}

.page-template-page-independent-network #primary {
  position: relative;
  z-index: 2;
}
.page-template-page-independent-network .section-content-blocks {
  position: relative;
  z-index: 2;
  position: relative;
  background: unset;
}
.page-template-page-independent-network .section-content-blocks .container, .page-template-page-independent-network .section-content-blocks .page-inner .site-main > article, .page-inner .page-template-page-independent-network .section-content-blocks .site-main > article {
  position: relative;
  z-index: 3;
}
.page-template-page-independent-network .section-content-blocks .article-inner {
  position: relative;
  z-index: 3;
  background: unset;
}

.page-inner .main-content {
  margin-top: 0;
}
.page-inner .main-content article {
  padding: 0;
}
.page-inner .main-content article .article-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}

/*
  Main Content
*/
/*
  Main Content
*/
.main-content {
  margin-bottom: 50px;
}
.main-content article {
  padding: 50px 0 80px;
}
@media (max-width: 479px) {
  .main-content {
    padding: 0 0 20px;
    margin-bottom: 0;
  }
}
.main-content h1 {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 25px;
  color: #241B23;
  text-align: center;
}
.main-content .entry-content {
  max-width: 656px;
  margin: auto;
  font-weight: 300;
  text-align: center;
}
.main-content .entry-content ul {
  margin-left: 0;
}
.main-content .entry-content .button-wrap {
  margin-top: 30px;
}
.main-content .entry-content .button-blue:before, .main-content .entry-content .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:before, .codedropz-upload-handler .codedropz-upload-inner .main-content .entry-content .cd-upload-btn:before, .main-content .entry-content .wpcf7-form .form-wrap .form-submit.form-group input:before, .wpcf7-form .form-wrap .form-submit.form-group .main-content .entry-content input:before {
  border-color: #f2f2f2 transparent transparent transparent;
}
.main-content .entry-content .button-blue:after, .main-content .entry-content .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:after, .codedropz-upload-handler .codedropz-upload-inner .main-content .entry-content .cd-upload-btn:after, .main-content .entry-content .wpcf7-form .form-wrap .form-submit.form-group input:after, .wpcf7-form .form-wrap .form-submit.form-group .main-content .entry-content input:after {
  border-color: transparent transparent #f2f2f2 transparent;
}

/*
  message-alert
*/
.message-alert {
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  width: 100%;
  width: calc(100% - 40px);
  z-index: 99;
}
@media (max-width: 768px) {
  .message-alert {
    left: 15px;
    right: 15px;
    width: calc(100% - 30px);
  }
}
.message-alert .message-alert-inner {
  background-color: var(--secondary-color);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #241B23;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 475px) {
  .message-alert .message-alert-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message-alert .message-button {
  margin-left: 38px;
}
@media (max-width: 475px) {
  .message-alert .message-button {
    margin-left: 0;
    margin-top: 5px;
  }
}
.message-alert .message-button .button-white {
  border-radius: 0;
  color: var(--brand-color) !important;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  background-color: transparent !important;
  border: 1px solid var(--brand-color) !important;
  min-width: 148px;
  padding: 6px 12px;
  clip-path: unset;
}
.message-alert .message-button .button-white:after, .message-alert .message-button .button-white:before {
  content: none;
}

/*
  Product Categories
*/
.product-categories .product-category + .product-category {
  margin-top: 20px;
}
.product-categories .product-category:nth-child(even) .content-image-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .product-categories .product-category:nth-child(even) .content-image-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-categories .product-category:nth-child(even) .content-image-inner .section-content {
  background-color: #f2f2f2;
}
.product-categories .product-category:nth-child(even) .content-image-inner .section-content .section-content-inner {
  padding-left: 0;
  padding-right: 80px;
}
.product-categories .product-category:nth-child(even) .content-image-inner .section-image .img .subtraction {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 280px 325px 0;
  border-color: transparent #f2f2f2 transparent transparent;
}

.section-content-image .content-image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-content-image .section-content {
  width: 44%;
}
.section-content-image .section-content .section-content-inner {
  padding: 70px 0 70px 100px;
}
@media (max-width: 1200px) {
  .section-content-image .section-content .section-content-inner {
    padding: 40px 0 40px 40px;
  }
}
.section-content-image .section-content .section-title {
  margin-bottom: 5px;
}
.section-content-image .section-content .section-button {
  margin-top: 25px;
}
.section-content-image .section-image {
  width: 56%;
}
.section-content-image .section-image .section-image-inner,
.section-content-image .section-image .img {
  width: 100%;
  height: 100%;
}
.section-content-image .section-image .img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-content-image .section-image .img .subtraction {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 325px 280px 0 0;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 768px) {
  .section-content-image .section-image .img .subtraction {
    display: none;
  }
}
.section-content-image .section-title a {
  color: #241B23;
}

/*
  section carousel
*/
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .section-title {
  text-align: center;
  margin-bottom: 27px;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .section-header {
  position: relative;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .carousel-inner {
  background: #f2f2f2;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .section-carousel:not(.section-our-partners):not(.suppliers-carousel) .carousel-inner {
    overflow: unset;
  }
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .carousel-inner .subtraction:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 240px 240px 0 0;
  border-color: rgba(255, 255, 255, 0.7) transparent transparent transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .carousel-inner .subtraction:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 240px 240px;
  border-color: transparent transparent rgba(214, 214, 214, 0.3) transparent;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .carousel-inner .line:before {
  content: "";
  display: block;
  width: 500px;
  height: 2px;
  background-color: #d6d6d6;
  left: -90px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 90px;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .carousel-inner .line:after {
  content: "";
  display: block;
  width: 500px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  right: -90px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 90px;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .owl-carousel {
  max-width: 900px;
  margin: auto;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .owl-carousel .item img {
  margin: auto;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .owl-carousel .item .item-icon {
  margin-bottom: 20px;
}
.section-carousel:not(.section-our-partners):not(.suppliers-carousel) .owl-carousel .item .item-text {
  text-align: center;
  font-weight: 300;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.owl-carousel .owl-prev rect,
.owl-carousel .owl-next rect {
  display: none;
}
.owl-carousel .owl-next {
  right: -120px;
}
@media (max-width: 768px) {
  .owl-carousel .owl-next {
    right: -15px;
  }
}
.owl-carousel .owl-prev {
  left: -120px;
}
@media (max-width: 768px) {
  .owl-carousel .owl-prev {
    left: -15px;
  }
}
.owl-carousel .owl-prev {
  left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  background-color: var(--brand-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .owl-carousel .owl-prev {
    left: -15px;
  }
}
.owl-carousel .owl-next {
  right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  background-color: var(--brand-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .owl-carousel .owl-next {
    right: -15px;
  }
}

.section-product-features.section-carousel {
  padding: 0;
}
.section-product-features.section-carousel .owl-carousel .owl-stage-outer {
  overflow: unset !important;
}
.section-product-features.section-carousel .owl-carousel .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.section-product-features.section-carousel .carousel-inner {
  padding: 0 !important;
  background-color: unset !important;
  overflow: unset !important;
}
.section-product-features.section-carousel .carousel-inner .items-carousel {
  max-width: 100%;
}
.section-product-features.section-carousel .carousel-inner .items-carousel .owl-item {
  padding: 30px 0;
}
.section-product-features.section-carousel .carousel-inner .items-carousel .item-wrap {
  -webkit-filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
}
.section-product-features.section-carousel .carousel-inner .items-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 430px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
  color: var(--brand-color);
  font-size: 18px;
}
@media (max-width: 1024px) {
  .section-product-features.section-carousel .carousel-inner .items-carousel .item {
    width: 100%;
    clip-path: none;
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .section-product-features.section-carousel .carousel-inner .items-carousel .item {
    clip-path: none;
  }
}
.section-product-features.section-carousel .carousel-inner .items-carousel .item .item-text {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.section-product-features.section-carousel .carousel-inner .items-carousel .item .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}

/*
  section callout
*/
.section-callout .callout-inner {
  position: relative;
  padding: 10px 0 40px;
}
.section-callout .callout-inner .callout-curved {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-callout .callout-inner .callout-curved .subtraction {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1328px 165px 0;
  border-color: transparent #fff transparent transparent;
}
.section-callout .callout-inner .callout-curved:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.54);
}
.section-callout .callout-inner .callout-wrap {
  position: relative;
  z-index: 1;
  max-width: 688px;
  margin: auto;
  width: 80%;
  text-align: center;
  padding: 70px 80px 50px;
  background: #fff;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .section-callout .callout-inner .callout-wrap {
    padding: 40px;
  }
}
@media (max-width: 479px) {
  .section-callout .callout-inner .callout-wrap {
    width: 96%;
    padding: 30px 20px;
  }
}
.section-callout .callout-inner .callout-content {
  font-weight: 300;
  max-width: 442px;
  margin: auto;
  margin-bottom: 30px;
}

/*
  Section Brochure
*/
.section-brochure .section-header {
  text-align: center;
}

/*
  Section video
*/
.section-video {
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center top;
}
@media (max-width: 768px) {
  .section-video {
    padding: 40px 0 !important;
  }
}
.section-video .video-wrap {
  max-width: 820px;
  max-height: 474px;
  margin: auto;
}

/*
  section testimonials
*/
.section.section-testimonials {
  padding: 62px 0 20px;
}
@media (max-width: 768px) {
  .section.section-testimonials {
    padding: 42px 0 65px;
  }
}
.section.section-testimonials:before {
  content: "";
  display: block;
  width: 100%;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section.section-testimonials:after {
  content: none;
  display: block;
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  opacity: 0.48;
}
.section.section-testimonials .section-header {
  text-align: center;
  max-width: 657px;
  margin: auto;
  margin-bottom: 0;
}
.section.section-testimonials .section-header .section-title {
  margin-bottom: 10px;
}
.section.section-testimonials .section-header .section-description {
  font-weight: 300;
}
.section.section-testimonials .owl-carousel .owl-stage {
  padding-top: 40px;
  padding-bottom: 40px;
}
.section.section-testimonials .qoute-icon {
  font-size: 85px;
  font-weight: 700;
  line-height: 0.55;
  display: block;
  font-style: normal;
  color: var(--secondary-color);
  font-family: "Raleway", sans-serif;
  margin-bottom: -10px;
}
.section.section-testimonials .testimonial-quote {
  font-style: italic;
  margin-bottom: 10px;
  height: auto !important;
}
.section.section-testimonials .testimonial-info {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}
.section.section-testimonials .testimonial-wrap {
  -webkit-filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
}
.section.section-testimonials .testimonial {
  padding: 20px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  overflow: hidden;
  background: #fff;
  clip-path: polygon(35px 0, 100% 1%, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 35px);
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (max-width: 1024px) {
  .section.section-testimonials .testimonial {
    clip-path: none;
  }
}
.is_IE .section.section-testimonials .testimonial {
  -webkit-box-shadow: 6px 6px 22px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 22px rgba(0, 0, 0, 0.16);
}
.section.section-testimonials .testimonial-quote {
  font-style: italic;
}
.section.section-testimonials .testimonial-info-wrap {
  padding: 20px 50px;
}
@media (max-width: 479px) {
  .section.section-testimonials .testimonial-info-wrap {
    padding: 20px;
  }
}
.section.section-testimonials .testimonials-inner {
  max-width: 1200px;
  margin: auto;
}
.section.section-testimonials .owl-prev,
.section.section-testimonials .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section.section-testimonials .owl-prev {
  left: -40px;
}
@media (min-width: 1300px) {
  .section.section-testimonials .owl-prev {
    left: -80px;
  }
}
@media (max-width: 1200px) {
  .section.section-testimonials .owl-prev {
    left: -20px;
  }
}
.section.section-testimonials .owl-next {
  right: -40px;
}
@media (min-width: 1300px) {
  .section.section-testimonials .owl-next {
    right: -80px;
  }
}
@media (max-width: 1200px) {
  .section.section-testimonials .owl-next {
    right: -20px;
  }
}
.section.section-testimonials .owl-item {
  opacity: 0;
}
.section.section-testimonials .owl-item.active {
  opacity: 1;
}
.section.section-testimonials .testimonials[data-number="1"].owl-carousel .owl-stage-outer {
  height: auto !important;
}
.section.section-testimonials .testimonials[data-number="1"] .testimonial-wrap {
  -webkit-filter: drop-shadow(6px 6px 22px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(6px 6px 22px rgba(0, 0, 0, 0.16));
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.section.section-testimonials .testimonials[data-number="1"] .testimonial {
  height: auto !important;
  clip-path: unset;
  max-width: 880px;
  margin: auto;
  background: #fff;
  padding: 45px 20px;
  -webkit-filter: unset;
          filter: unset;
  clip-path: polygon(35px 0, 100% 1%, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%, 0 35px);
}
.section.section-testimonials .testimonials[data-number="1"] .testimonial .testimonial-quote {
  max-width: 448px;
  margin: auto;
  margin-bottom: 15px;
}

/*
  Section Content with background
*/
.section-content-with-background-image .content-with-background-image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.section-content-with-background-image .content-with-background-image-inner:before {
  content: "";
  width: 1px;
  height: 310px;
  background-color: #d6d6d6;
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -45px;
  left: 110px;
}
@media (max-width: 1024px) {
  .section-content-with-background-image .content-with-background-image-inner:before {
    content: none;
  }
}
.section-content-with-background-image .section-content-wrap {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 140px;
}
@media (max-width: 1200px) {
  .section-content-with-background-image .section-content-wrap {
    padding-left: 60px;
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .section-content-with-background-image .section-content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (max-width: 475px) {
  .section-content-with-background-image .section-content-wrap {
    padding-left: 0;
  }
}
.section-content-with-background-image .section-content-wrap .section-title {
  margin-bottom: 10px;
  text-align: left;
}
.section-content-with-background-image .section-content-wrap .section-description {
  font-weight: 300;
  max-width: 372px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .section-content-with-background-image .section-content-wrap .section-description {
    max-width: 100%;
  }
}
.section-content-with-background-image .section-image {
  width: 57%;
}
@media (max-width: 768px) {
  .section-content-with-background-image .section-image {
    width: 100%;
  }
}
.section-content-with-background-image .section-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-content-with-background-image .section-image-inner {
  position: relative;
}
.section-content-with-background-image .section-image-inner img {
  clip-path: polygon(26% 0%, 100% 0, 100% 100%, 58% 100%, 0% 31%);
}
.section-content-with-background-image .section-image-inner:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 55px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.section-content-with-background-image .section-image-inner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 320px 320px 320px;
  border-color: transparent transparent #f2f2f2 transparent;
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: -1;
}
.section-content-with-background-image .content-with-background-image-inner-v2:before {
  content: "";
  width: 1px;
  height: 310px;
  background-color: #d6d6d6;
  position: absolute;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -45px;
  left: 110px;
}

/*
  section why choose us
*/
.section-why-choose-us .section-title {
  text-align: center;
  color: var(--brand-color);
}
.section-why-choose-us .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.section-why-choose-us .items .item {
  width: 50%;
  padding: 10px;
}
@media (max-width: 1200px) {
  .section-why-choose-us .items .item {
    width: 100%;
  }
}
.section-why-choose-us .items .item:nth-child(4n+1) .item-inner, .section-why-choose-us .items .item:nth-child(4n+2) .item-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.section-why-choose-us .items .item:nth-child(4n+1) .item-inner .item-image, .section-why-choose-us .items .item:nth-child(4n+2) .item-inner .item-image {
  clip-path: polygon(55% 0, 100% 0, 100% 99%, 55% 100%, 0 50%);
}
.section-why-choose-us .item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  background: #fff;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
          filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
  height: 100%;
}
.section-why-choose-us .item-inner .item-content,
.section-why-choose-us .item-inner .item-image {
  width: 50%;
}
@media (max-width: 540px) {
  .section-why-choose-us .item-inner .item-content,
  .section-why-choose-us .item-inner .item-image {
    width: 100%;
  }
}
.section-why-choose-us .item-image {
  background-size: cover;
  position: relative;
  clip-path: polygon(55% 0, 100% 50%, 55% 100%, 0 100%, 0 0);
}
@media (max-width: 540px) {
  .section-why-choose-us .item-image {
    background: none !important;
  }
}
.section-why-choose-us .item-image img {
  display: none;
}
@media (max-width: 540px) {
  .section-why-choose-us .item-image img {
    display: block;
    width: 100%;
    max-height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.section-why-choose-us .item-content {
  padding: 60px 22px 60px 44px;
}
.section-why-choose-us .item-title {
  font-size: 18px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  margin-bottom: 5px;
}
.section-why-choose-us .item-subtitle {
  font-size: 14px;
  font-weight: 300;
}

/*
  satisfaction-widget
*/
.customer-satisfaction-widget-inner {
  position: relative;
}
.customer-satisfaction-widget-inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.16));
  z-index: -1;
  border-radius: 0;
  left: 155px;
}
.is_IE .customer-satisfaction-widget-inner:before {
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
}
@media (max-width: 940px) {
  .customer-satisfaction-widget-inner:before {
    width: 100%;
    left: 0;
  }
}

.satisfaction-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px;
  padding: 35px 0;
}
@media (max-width: 940px) {
  .satisfaction-widget {
    padding: 35px 20px;
  }
}
.satisfaction-widget > div {
  padding: 0 20px;
}
.satisfaction-widget .satisfaction-widget-logo {
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 940px) {
  .satisfaction-widget .satisfaction-widget-logo {
    display: none;
  }
}
.satisfaction-widget .satisfaction-widget-logo .satisfaction-widget-logo-inner {
  background: #fff;
  -webkit-filter: drop-shadow(-4px -4px 19px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(-4px -4px 19px rgba(0, 0, 0, 0.16));
  width: 205px;
  height: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.satisfaction-widget .satisfaction-widget-logo .satisfaction-widget-logo-inner img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.satisfaction-widget .satisfaction-widget-intro {
  width: 38%;
}
@media (max-width: 940px) {
  .satisfaction-widget .satisfaction-widget-intro {
    width: 60%;
    padding-left: 30px;
  }
}
@media (max-width: 620px) {
  .satisfaction-widget .satisfaction-widget-intro {
    width: 100%;
  }
}
.satisfaction-widget .satisfaction-widget-data {
  width: 36%;
}
@media (max-width: 940px) {
  .satisfaction-widget .satisfaction-widget-data {
    width: 40%;
  }
}
@media (max-width: 620px) {
  .satisfaction-widget .satisfaction-widget-data {
    width: 100%;
    margin-top: 30px;
  }
}
.satisfaction-widget .satisfaction-widget-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .satisfaction-widget .satisfaction-widget-heading {
    font-size: 23px;
  }
}
@media (max-width: 479px) {
  .satisfaction-widget .satisfaction-widget-heading {
    font-size: 20px;
  }
}
.satisfaction-widget .satisfaction-widget-desc {
  max-width: 414px;
  font-weight: 300;
}
.satisfaction-widget .satisfaction-widget-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
}
.satisfaction-widget .satisfaction-widget-data .satisfaction-result {
  font-family: "Montserrat", sans-serif;
  font-size: 120px;
  font-weight: 700;
  color: var(--secondary-color);
  line-height: 1;
}
@media (max-width: 940px) {
  .satisfaction-widget .satisfaction-widget-data .satisfaction-result {
    font-size: 80px;
  }
}
.satisfaction-widget .satisfaction-widget-data .satisfaction-subheading {
  font-size: 41px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
  max-width: 100%;
}
@media (max-width: 940px) {
  .satisfaction-widget .satisfaction-widget-data .satisfaction-subheading {
    font-size: 30px;
  }
}

/*
  Steps
*/
.section-step-process {
  padding: 20px 0 110px;
}
.section-step-process:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #f2f2f2;
  height: 65%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section-step-process:after {
  content: "";
  display: block;
  width: 100%;
  height: 310px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}
.section-step-process .section-header {
  max-width: 657px;
  margin: auto;
  margin-bottom: 50px;
}
.section-step-process .section-header .section-title {
  margin-bottom: 9px;
  text-align: center;
}
.section-step-process .section-description {
  text-align: center;
  font-weight: 300;
}
.section-step-process .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 65px;
}
.section-step-process .steps .step {
  width: 33.33%;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .section-step-process .steps .step {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .section-step-process .steps .step {
    width: 100%;
    max-width: unset;
  }
}
.section-step-process .step-inner {
  padding: 24px 30px 24px;
  height: 310px;
  width: 310px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  text-align: center;
  z-index: 9;
}
@media (max-width: 768px) {
  .section-step-process .step-inner {
    padding: 24px 20px 30px;
  }
}
@media (max-width: 768px) {
  .section-step-process .step-inner {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
    height: auto;
  }
}
.section-step-process .step-inner:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 310px;
  width: 310px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .section-step-process .step-inner:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    width: 100%;
    height: 100%;
  }
}
.section-step-process .step-inner > div {
  position: relative;
  z-index: 1;
}
.section-step-process .step-title {
  font-size: 45px;
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 479px) {
  .section-step-process .step-title {
    font-size: 35px;
    line-height: 1;
  }
}
.section-step-process .step-subtitle {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}
.section-step-process .step-description {
  font-weight: 300;
  font-style: italic;
}

/*
  Case studies carousel
*/
.section-case-studies .case-studies-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-perspective: 1px;
          perspective: 1px;
}
.section-case-studies #casestudies-carousel,
.section-case-studies #casestudies-galllery {
  width: 50%;
}
@media (max-width: 768px) {
  .section-case-studies #casestudies-carousel,
  .section-case-studies #casestudies-galllery {
    width: 100%;
  }
}
.section-case-studies #casestudies-carousel {
  position: relative;
  padding: 85px 90px 85px 80px;
}
@media (max-width: 768px) {
  .section-case-studies #casestudies-carousel {
    padding: 30px 50px 30px 40px;
  }
}
@media (max-width: 479px) {
  .section-case-studies #casestudies-carousel {
    padding: 20px 30px 20px 20px;
  }
}
.section-case-studies #casestudies-galllery .owl-stage-outer,
.section-case-studies #casestudies-galllery .owl-stage,
.section-case-studies #casestudies-galllery .owl-item,
.section-case-studies #casestudies-galllery .casestudy-img {
  height: 100%;
}
.section-case-studies #casestudies-galllery img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-case-studies .owl-dots {
  position: absolute;
  top: 105px;
  left: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .section-case-studies .owl-dots {
    left: 38px;
    top: 50px;
  }
}
@media (max-width: 479px) {
  .section-case-studies .owl-dots {
    left: 18px;
    top: 45px;
  }
}
.section-case-studies .owl-dots .owl-dot {
  display: block;
  width: 7px;
  height: 7px;
  border: 1px solid var(--brand-color);
  margin: 0 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-case-studies .owl-dots .owl-dot.active {
  background-color: var(--brand-color);
}
.section-case-studies .casestudy-title {
  padding-top: 43px;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .section-case-studies .casestudy-title {
    font-size: 23px;
  }
}
@media (max-width: 479px) {
  .section-case-studies .casestudy-title {
    font-size: 20px;
  }
}
.section-case-studies .casestudy-excerpt {
  font-weight: 300;
  margin-bottom: 10px;
  max-width: 372px;
}
.section-case-studies .casestudy-link-wrap a {
  display: block;
  width: auto;
  margin: 15px 0;
}
.section-case-studies .casestudy-link-wrap .casestudy-link {
  font-weight: 400;
  font-size: 14px;
  color: #241B23;
  text-transform: uppercase;
}
.section-case-studies .casestudy-link-wrap .casestudy-link .icon {
  margin-left: 10px;
}
.section-case-studies .casestudy-link-wrap .casestudy-link .icon path {
  stroke: #241B23;
  fill: #241B23;
}
.section-case-studies .casestudy-link-wrap .casestudies-link {
  width: 194px;
}
.section-case-studies .casestudy-img {
  position: relative;
}
.section-case-studies .casestudy-img:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url("../images/concept-three/case-study-substraction-1.png");
  width: 244px;
  background-size: cover;
  z-index: 1;
  height: 100%;
}
.section-case-studies a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
/*
  Posts
*/
#posts .posts-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
#posts .posts-inner .post {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 560px) {
  #posts .posts-inner .post {
    width: 100%;
  }
}
#posts .posts-inner .post:nth-child(4n+1) .post-image, #posts .posts-inner .post:nth-child(4n+2) .post-image {
  right: 0;
  left: auto;
}
#posts .posts-inner .post:nth-child(4n+1) .post-info-wrap, #posts .posts-inner .post:nth-child(4n+2) .post-info-wrap {
  padding-right: 26%;
  padding-left: 0;
}
#posts .posts-inner .post:nth-child(4n+1) .post-info-inner, #posts .posts-inner .post:nth-child(4n+2) .post-info-inner {
  padding-left: 40px;
  padding-right: 35%;
  padding-top: 40px;
  padding-bottom: 40px;
}
#posts .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#posts .post-inner .post-image {
  width: 52%;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
  z-index: 1;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
          filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
}
@media (max-width: 1200px) {
  #posts .post-inner .post-image {
    width: 100%;
    position: relative;
    height: auto !important;
  }
}
#posts .post-inner .post-image a {
  display: block;
  width: 100%;
  height: 100%;
}
#posts .post-inner .post-image a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media (max-width: 1200px) {
  #posts .post-inner .post-image a img {
    clip-path: unset;
    height: 240px;
  }
}
@media (max-width: 560px) {
  #posts .post-inner .post-image a img {
    height: 190px;
  }
}
#posts .post-inner .post-info-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26%;
  padding-right: 0;
}
@media (max-width: 1200px) {
  #posts .post-inner .post-info-wrap {
    height: unset !important;
    padding-right: 0 !important;
    padding-left: 0;
  }
}
#posts .post-inner .post-info-wrap .post-info-inner {
  background-color: #fff;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
          filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
  padding-left: 42%;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1200px) {
  #posts .post-inner .post-info-wrap .post-info-inner {
    padding-left: 40px;
    padding-right: 35%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
#posts .post-inner .post-info-wrap .post-date {
  font-style: italic;
  margin-bottom: 8px;
}
#posts .post-inner .post-info-wrap .post-title {
  font-size: 18px;
  font-weight: 600;
  color: #241B23;
  line-height: 1.33;
  margin-bottom: 10px;
  max-width: 300px;
}
#posts .post-inner .post-info-wrap .post-title a {
  color: #241B23;
}
#posts .post-inner .post-info-wrap .post-excerpt {
  font-weight: 300;
  max-width: 250px;
}
#posts .post-inner .post-info-wrap .post-link-wrap {
  margin-top: 20px;
}
#posts .post-inner .post-info-wrap .post-link-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  background-color: var(--brand-color);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#posts .post-inner .post-info-wrap .post-link-wrap a svg {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 10px;
}

.section-latest-news {
  padding-top: 70px;
}
.section-latest-news:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60%;
  background-color: #f2f2f2;
  z-index: -1;
}
.section-latest-news .section-title {
  text-align: center;
  margin-bottom: 38px;
}

/*
  Partners
*/
.partners-wrap {
  padding: 20px 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 28px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 28px rgba(0, 0, 0, 0.16);
}

#partners {
  max-width: 1000px;
  margin: auto;
}
#partners.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#partners img {
  display: block;
  margin: auto;
  text-align: center;
}

/*
  Section Content & Image
*/
.content-image-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-image-inner.position-image-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-image-inner.position-image-content .section-image .section-image-inner {
  position: relative;
}
.content-image-inner.position-image-content .section-image .section-image-inner img {
  clip-path: polygon(0 0, 70% 0, 100% 50%, 70% 100%, 0 100%);
}
.content-image-inner.position-content-image .section-image-inner {
  position: relative;
}
.content-image-inner.position-content-image .section-image-inner img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-image-inner .section-content,
.content-image-inner .section-image {
  padding: 0 20px;
}
@media (max-width: 640px) {
  .content-image-inner .section-content,
  .content-image-inner .section-image {
    width: 100%;
  }
}
.content-image-inner .section-content {
  width: 42%;
}
@media (max-width: 768px) {
  .content-image-inner .section-content {
    width: 100%;
  }
}
.content-image-inner .section-image {
  width: 58%;
  position: relative;
}
@media (max-width: 768px) {
  .content-image-inner .section-image {
    width: 100%;
  }
}
.content-image-inner .section-image .section-image-inner {
  position: relative;
  overflow: hidden;
}
.content-image-inner .section-image .section-image-inner img {
  clip-path: polygon(30% 0%, 100% 0, 100% 100%, 30% 100%, 0 50%);
}
.content-image-inner .section-image .img {
  height: 320px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 479px) {
  .content-image-inner .section-image .img {
    height: 240px;
  }
}
@media (max-width: 375px) {
  .content-image-inner .section-image .img {
    height: 200px;
  }
}
.content-image-inner .section-title {
  text-align: left;
}
.content-image-inner .section-content-inner {
  padding: 40px 100px;
}
@media (max-width: 1200px) {
  .content-image-inner .section-content-inner {
    padding: 20px 40px;
  }
}
@media (max-width: 1024px) {
  .content-image-inner .section-content-inner {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .content-image-inner .section-content-inner {
    padding: 20px 0;
  }
}
.content-image-inner .section-title {
  margin-bottom: 7px;
}
.content-image-inner .section-desc {
  font-weight: 300;
  max-width: 470px;
}
.content-image-inner .section-button {
  margin-top: 20px;
}
.content-image-inner .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .content-image-inner .section-content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.product-categories .content-image-inner {
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}
.product-categories .content-image-inner .section-image .img {
  height: 100%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .product-categories .content-image-inner .section-image .img {
    width: calc(100% - 2px);
    background-position: 1px 1px;
  }
}
@media (max-width: 768px) {
  .product-categories .content-image-inner .section-image .img {
    height: 320px;
    clip-path: polygon(28px 0%, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
  }
}
@media (max-width: 475px) {
  .product-categories .content-image-inner .section-image .img {
    height: 240px;
  }
}
@media (max-width: 359px) {
  .product-categories .content-image-inner .section-image .img {
    height: 200px;
  }
}
.product-categories .product-category:nth-child(even) .section-content-image .section-image {
  width: 64%;
}
@media (max-width: 768px) {
  .product-categories .product-category:nth-child(even) .section-content-image .section-image {
    width: 100%;
  }
}
.product-categories .product-category:nth-child(even) .section-content-image .section-content {
  width: 36%;
}
@media (max-width: 768px) {
  .product-categories .product-category:nth-child(even) .section-content-image .section-content {
    width: 100%;
  }
}
.product-categories .product-category:nth-child(even) .content-image-inner {
  background-color: #f2f2f2;
  margin: 0;
}
.product-categories .product-category:nth-child(even) .content-image-inner .section-image {
  padding-left: 0;
}

.section-z-pattern .section-image-inner {
  max-height: 450px;
}

.section-products .section-title a {
  color: #241B23;
}
.section-products .content-image-inner {
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
}
.section-products .content-image-inner .section-image .img {
  height: 100%;
}
@media (max-width: 768px) {
  .section-products .content-image-inner .section-image .img {
    height: 320px;
    border-radius: 0;
    clip-path: polygon(11px 0, 100% 0%, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
  }
}
@media (max-width: 475px) {
  .section-products .content-image-inner .section-image .img {
    height: 240px;
  }
}
@media (max-width: 359px) {
  .section-products .content-image-inner .section-image .img {
    height: 200px;
  }
}
.section-products .section-image-inner {
  height: 100%;
}
.section-products .section-image-inner:before, .section-products .section-image-inner:after {
  content: none !important;
}
.section-products .product:nth-child(even) .content-image-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-products .product:nth-child(even) .section-image {
  width: 64%;
}
@media (max-width: 768px) {
  .section-products .product:nth-child(even) .section-image {
    width: 100%;
  }
}
.section-products .product:nth-child(even) .section-content {
  width: 36%;
}
@media (max-width: 768px) {
  .section-products .product:nth-child(even) .section-content {
    width: 100%;
  }
}
.section-products .product:nth-child(even) .content-image-inner {
  background-color: #f2f2f2;
  margin: 0;
}
.section-products .product:nth-child(even) .content-image-inner .section-image {
  padding-left: 0;
}
@media (max-width: 768px) {
  .section-products .product:nth-child(even) .content-image-inner .section-image {
    padding-right: 0;
  }
}
.section-products .product:nth-child(even) .content-image-inner .section-content-inner {
  padding: 40px 40px 40px 0px;
}
.section-products .product:nth-child(even) .subtraction {
  position: absolute;
  top: 0;
  right: -1px;
  left: auto;
  width: 280px;
  height: 100%;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .section-products .product:nth-child(even) .subtraction {
    display: none;
  }
}
.section-products .product:nth-child(odd) .content-image-inner .section-content-inner {
  padding: 40px 0 40px 100px;
}
@media (max-width: 768px) {
  .section-products .product:nth-child(odd) .content-image-inner .section-content-inner {
    padding-left: 20px;
  }
}
.section-products .product:nth-child(odd) .subtraction {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  clip-path: polygon(100% 0, 0 100%, 0 0);
  background-color: #fff;
}
@media (max-width: 768px) {
  .section-products .product:nth-child(odd) .subtraction {
    display: none;
  }
}
.section-products .section-image-inner .img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

/*
  Trusted Trader Cta
*/
.section-trusted-trader-cta {
  background-color: unset !important;
  padding: 65px 0 75px;
}
@media (max-width: 479px) {
  .section-trusted-trader-cta {
    padding: 45px 0 55px;
  }
}
.section-trusted-trader-cta .container, .section-trusted-trader-cta .page-inner .site-main > article, .page-inner .section-trusted-trader-cta .site-main > article {
  -webkit-filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.16));
}
.section-trusted-trader-cta .trusted-trader-cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  clip-path: polygon(100% 50%, 88.7% 0%, 11% 0%, 0% 50%, 11% 100%, 88.7% 100%);
  padding: 45px;
}
@media (max-width: 479px) {
  .section-trusted-trader-cta .trusted-trader-cta-inner {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .section-trusted-trader-cta .trusted-trader-cta-inner {
    clip-path: unset;
    margin: 0;
  }
}
.section-trusted-trader-cta .section-content {
  padding: 0 20px;
  padding-right: 80px;
  width: 65%;
}
@media (max-width: 1024px) {
  .section-trusted-trader-cta .section-content {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .section-trusted-trader-cta .section-content {
    width: 100%;
  }
}
.section-trusted-trader-cta .section-image {
  width: 35%;
  padding: 0 20px;
  display: block;
}
@media (max-width: 479px) {
  .section-trusted-trader-cta .section-image {
    width: 100%;
    margin-top: 20px;
  }
}
.section-trusted-trader-cta .section-image img {
  float: right;
  display: block;
  width: auto;
  height: auto;
  margin-right: 35px;
}
@media (max-width: 1200px) {
  .section-trusted-trader-cta .section-image img {
    float: none;
  }
}
@media (max-width: 475px) {
  .section-trusted-trader-cta .section-image img {
    max-width: 50%;
  }
}
.section-trusted-trader-cta .section-title {
  text-align: left;
  line-height: 1.48;
  margin-bottom: 15px;
}
.section-trusted-trader-cta .section-desc {
  font-weight: 300;
  margin-bottom: 20px;
}

/*
  Parnters
*/
.section-our-partners {
  position: relative;
  padding: 70px 0 70px;
}
.section-our-partners:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 54%;
  background-color: #f4f4f4;
  z-index: -1;
}
.section-our-partners .section-title {
  text-align: center;
}
.section-our-partners .items-carousel {
  max-width: 1140px;
  margin: auto;
}
.section-our-partners .items-carousel .item {
  text-align: center;
}
.section-our-partners .items-carousel .item .item-icon {
  padding: 50px 0;
}
.section-our-partners .items-carousel .item-icon-inner {
  display: block;
  width: 146px;
  height: 146px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
  margin: auto;
}
.section-our-partners .items-carousel .item-icon-inner img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.section-our-partners .items-carousel .item-text {
  font-size: 14px;
  font-weight: 600;
}
.section-our-partners .owl-carousel .owl-next,
.section-our-partners .owl-carousel .owl-prev {
  top: 47%;
}

/*
  Section Tour
*/
.section-tour .tour-inner {
  padding: 50px 0 20px;
  background-size: cover;
}

.section-video {
  padding: 0;
  margin-top: -20px;
}
.section-video .video-inner {
  padding: 70px 0;
}

/*
  section content with logos carousel
*/
.section-content-with-logos-carousel {
  position: relative;
  padding-top: 86px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .section-content-with-logos-carousel {
    padding-top: 66px;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .section-content-with-logos-carousel {
    padding-top: 46px;
    padding-bottom: 30px;
  }
}
.section-content-with-logos-carousel:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 31%;
  background-color: #f2f2f2;
}
.section-content-with-logos-carousel .section-content {
  max-width: 656px;
  margin: auto;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
}
.section-content-with-logos-carousel .section-title {
  margin-bottom: 5px;
}
.section-content-with-logos-carousel .section-link {
  margin-top: 30px;
}

.logo-carousel {
  max-width: 92%;
  margin: auto;
}
.logo-carousel.logo-3 {
  max-width: 940px;
}
@media (max-width: 768px) {
  .logo-carousel {
    max-width: 100%;
  }
}
.logo-carousel .owl-stage {
  margin: auto;
}
.logo-carousel .item {
  margin-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.logo-carousel .item .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 220px;
  height: 220px;
  border-radius: 0;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.is_IE .logo-carousel .item .item-icon {
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
}
@media (max-width: 420px) {
  .logo-carousel .item .item-icon {
    width: 140px;
    height: 140px;
  }
}
.logo-carousel .item .item-icon img {
  margin: auto;
  max-width: 100%;
  width: auto;
}
.logo-carousel .item .item-text {
  font-weight: 500;
  text-align: center;
}
.logo-carousel .owl-prev,
.logo-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.logo-carousel .owl-prev {
  left: -40px;
}
@media (max-width: 768px) {
  .logo-carousel .owl-prev {
    left: -15px;
  }
}
.logo-carousel .owl-next {
  right: -60px;
}
@media (max-width: 768px) {
  .logo-carousel .owl-next {
    right: -15px;
  }
}
.suppliers-carousel {
  padding: 60px 0 50px;
}
.suppliers-carousel:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 46%;
  background-color: #f2f2f2;
}
@media (max-width: 479px) {
  .suppliers-carousel {
    padding: 40px 0 30px;
  }
}
@media (max-width: 768px) {
  .suppliers-carousel .container, .suppliers-carousel .page-inner .site-main > article, .page-inner .suppliers-carousel .site-main > article {
    padding-left: 0;
    padding-right: 0;
  }
}
.suppliers-carousel .items-carousel {
  max-width: 92%;
  margin: auto;
}
@media (max-width: 768px) {
  .suppliers-carousel .items-carousel {
    max-width: 100%;
  }
}
.suppliers-carousel .items-carousel .item {
  margin-top: 30px;
  padding-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(4px 4px 25px rgba(0, 0, 0, 0.15));
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.suppliers-carousel .items-carousel .item .item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 220px;
  height: 220px;
  border-radius: 0;
  background: #fff;
  padding: 30px;
  margin-bottom: 20px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
@media (max-width: 420px) {
  .suppliers-carousel .items-carousel .item .item-icon {
    width: 140px;
    height: 140px;
  }
}
.suppliers-carousel .items-carousel .item .item-icon img {
  margin: auto;
  max-width: 100%;
  width: auto;
}
.suppliers-carousel .items-carousel .item .item-text {
  font-weight: 600;
  text-align: center;
  color: #241B23;
}
.suppliers-carousel .items-carousel .item a {
  display: block;
  cursor: pointer;
}
.suppliers-carousel .items-carousel .owl-prev,
.suppliers-carousel .items-carousel .owl-next {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.suppliers-carousel .items-carousel .owl-prev rect,
.suppliers-carousel .items-carousel .owl-next rect {
  fill: var(--brand-color);
}
.suppliers-carousel .items-carousel .owl-prev path,
.suppliers-carousel .items-carousel .owl-next path {
  fill: var(--secondary-color);
  stroke: var(--secondary-color);
}
.suppliers-carousel .items-carousel .owl-prev {
  left: -80px;
}
@media (max-width: 768px) {
  .suppliers-carousel .items-carousel .owl-prev {
    left: 0px;
  }
}
.suppliers-carousel .items-carousel .owl-next {
  right: -80px;
}
@media (max-width: 768px) {
  .suppliers-carousel .items-carousel .owl-next {
    right: 0px;
  }
}
/*
  Remodal
*/
.remodal-overlay {
  background-color: rgba(242, 242, 242, 0.81);
}

.remodal {
  background: #fff;
  -webkit-box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 14px rgba(0, 0, 0, 0.16);
  max-width: 688px;
  margin: auto;
  min-height: 300px;
}
.remodal .popup-content {
  position: absolute;
  padding: 40px 100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-weight: 300;
  color: #241B23;
}
@media (max-width: 1024px) {
  .remodal .popup-content {
    padding: 40px 60px;
  }
}
@media (max-width: 768px) {
  .remodal .popup-content {
    padding: 40px 0px;
  }
}
.remodal .popup-content h2 {
  margin-bottom: 12px;
}
.remodal .remodal-close {
  width: auto;
  height: auto;
  left: auto;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 62px;
  height: 62px;
  background-color: var(--brand-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.remodal .remodal-close circle {
  display: none;
}
.remodal .remodal-close svg {
  width: 50px;
  height: 50px;
  margin-top: 4px;
}
.remodal .remodal-close svg line {
  stroke: #fff;
}
.remodal .remodal-close:before {
  content: none;
}

[data-remodal-id=newsletter-modal] {
  max-width: 1104px;
}
[data-remodal-id=newsletter-modal] .popup-form {
  width: 100%;
  text-align: left;
  margin-top: 24px;
}
[data-remodal-id=newsletter-modal] .popup-content {
  position: relative;
}
[data-remodal-id=newsletter-modal] .popup-title,
[data-remodal-id=newsletter-modal] .popup-desc {
  max-width: 656px;
  margin: auto;
}

/*
  Section content-with-background-image-inner-v2
*/
.content-with-background-image-inner-v2 {
  position: relative;
  padding-left: 110px;
}
@media (max-width: 1200px) {
  .content-with-background-image-inner-v2 {
    padding-left: 40px;
  }
}
@media (max-width: 479px) {
  .content-with-background-image-inner-v2 {
    padding-left: 0;
  }
}
.content-with-background-image-inner-v2:before {
  content: none;
}
.content-with-background-image-inner-v2 .section-content-wrap {
  width: 48%;
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .content-with-background-image-inner-v2 .section-content-wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.content-with-background-image-inner-v2 .section-image {
  width: 52%;
  padding-left: 0;
}
@media (max-width: 768px) {
  .content-with-background-image-inner-v2 .section-image {
    display: none;
  }
}
.content-with-background-image-inner-v2 .section-image .section-image-inner {
  width: 100%;
}
.content-with-background-image-inner-v2 .section-image .section-image-inner:before, .content-with-background-image-inner-v2 .section-image .section-image-inner:after {
  content: none;
}
.content-with-background-image-inner-v2 .section-image .section-image-inner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 293px 300px 293px;
  border-color: transparent transparent #f2f2f2 transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.content-with-background-image-inner-v2 .section-image .img {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(280px 0, 100% 0, 100% 100%, 84% 100%, 0% 280px);
}
.content-with-background-image-inner-v2 .section-content-wrap {
  padding-left: 0;
}
.content-with-background-image-inner-v2 .section-title {
  text-align: left;
}
.content-with-background-image-inner-v2 .section-content-wrap .section-description {
  max-width: 100%;
  font-weight: 300;
}
.content-with-background-image-inner-v2 .section-content-wrap .section-description ul {
  margin: 0;
  padding-left: 15px;
}

/*
  section-brochure-download
*/
.section-brochure-download {
  font-weight: 300;
}
@media (max-width: 375px) {
  .section-brochure-download .container, .section-brochure-download .page-inner .site-main > article, .page-inner .section-brochure-download .site-main > article {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-brochure-download .brochure-download-inner {
  position: relative;
  background: none !important;
  padding: 80px 110px 95px 110px;
}
@media (max-width: 1024px) {
  .section-brochure-download .brochure-download-inner {
    padding: 80px 40px 95px 40px;
  }
}
@media (max-width: 768px) {
  .section-brochure-download .brochure-download-inner {
    padding: 50px 20px 55px 20px;
  }
}
@media (max-width: 375px) {
  .section-brochure-download .brochure-download-inner {
    padding: 30px 0px 30px 0px;
  }
}
.section-brochure-download .brochure-download-inner:after {
  content: "";
  height: 280px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  z-index: -1;
}
.section-brochure-download .brochure-download-inner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 160px;
  left: 0;
  bottom: 280px;
  right: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background-color: #f2f2f2;
  z-index: -1;
}
.section-brochure-download .box-wrap {
  background: #fff;
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
  padding: 50px 110px;
}
@media (max-width: 1200px) {
  .section-brochure-download .box-wrap {
    padding: 50px;
  }
}
@media (max-width: 768px) {
  .section-brochure-download .box-wrap {
    padding: 30px 20px;
  }
}
.section-brochure-download .section-header {
  text-align: center;
  margin-bottom: 20px;
}
.section-brochure-download .section-header .section-title {
  margin-bottom: 8px;
}
.section-brochure-download .section-desc {
  font-weight: 300;
}
.section-brochure-download .form-wrap .wpcf7-submit {
  min-width: 146px !important;
  max-width: 146px !important;
  width: 146px;
}
.section-brochure-download .download-assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 15px;
  margin-top: 30px;
}
.section-brochure-download .download-assets.disabled {
  opacity: 0.41;
}
.section-brochure-download .download-assets.disabled a {
  cursor: not-allowed;
}
.section-brochure-download .download-assets .asset {
  padding: 0 15px;
}
.section-brochure-download .download-assets .asset rect {
  fill: var(--brand-color);
}
.section-brochure-download .download-assets .asset path {
  fill: #fff;
}
.section-brochure-download .download-assets .asset rect {
  display: none;
}
.section-brochure-download .download-assets .asset-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: var(--brand-color);
  width: 43px;
  height: 43px;
}
.section-brochure-download .download-assets .asset-icon svg {
  width: 80%;
  margin: auto;
}
.section-brochure-download .download-assets .asset-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #241B23;
  font-weight: 400;
}

/*
  Contact Form
*/
.wpcf7-form .form-wrap .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.wpcf7-form .form-wrap .form-group + .form-group {
  margin-top: 20px;
}
.wpcf7-form .form-wrap .form-group .form-column {
  width: 100%;
  padding: 0 8px;
}
.wpcf7-form .form-wrap .form-group .column-half {
  width: 50%;
  padding: 0 8px;
}
@media (max-width: 479px) {
  .wpcf7-form .form-wrap .form-group .column-half {
    width: 100%;
    margin-bottom: 20px;
  }
}
.wpcf7-form .form-wrap .form-group label {
  font-weight: 500;
}
.wpcf7-form .form-wrap .form-group input[type=text],
.wpcf7-form .form-wrap .form-group input[type=email],
.wpcf7-form .form-wrap .form-group input[type=url],
.wpcf7-form .form-wrap .form-group input[type=password],
.wpcf7-form .form-wrap .form-group input[type=search],
.wpcf7-form .form-wrap .form-group input[type=number],
.wpcf7-form .form-wrap .form-group input[type=tel],
.wpcf7-form .form-wrap .form-group input[type=range],
.wpcf7-form .form-wrap .form-group input[type=date],
.wpcf7-form .form-wrap .form-group input[type=month],
.wpcf7-form .form-wrap .form-group input[type=week],
.wpcf7-form .form-wrap .form-group input[type=time],
.wpcf7-form .form-wrap .form-group input[type=datetime],
.wpcf7-form .form-wrap .form-group input[type=datetime-local],
.wpcf7-form .form-wrap .form-group input[type=color],
.wpcf7-form .form-wrap .form-group textarea {
  display: block;
  width: 100%;
  padding: 14px;
  border: 1px solid #241b23;
  border-radius: 0;
  outline: 0;
}
.wpcf7-form .form-wrap .form-group textarea {
  border-radius: 0;
  max-height: 128px;
}
.wpcf7-form .form-wrap .form-group .wpcf7-form-control-wrap {
  margin-top: 6px;
  display: block;
}
.wpcf7-form .form-wrap .form-group .wpcf7-list-item-label {
  font-weight: 300;
}
.wpcf7-form .form-wrap .form-submit.form-group {
  text-align: center;
  margin-top: 25px;
}
.wpcf7-form .form-wrap .form-submit.form-group input {
  display: block;
  max-width: 107px;
  margin: auto;
  min-width: 107px;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
}
.wpcf7-form .form-wrap .form-submit.form-group input:hover, .wpcf7-form .form-wrap .form-submit.form-group input:active, .wpcf7-form .form-wrap .form-submit.form-group input:focus {
  color: #fff !important;
}
.wpcf7-form .form-wrap .form-submit.form-group input:not([disabled]) {
  cursor: pointer;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: #803022;
  color: #fff;
  border-color: #803022;
  padding: 20px 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background-color: #46b450;
  color: #fff;
  padding: 20px 20px;
}

/*
  Style checkbox
*/
.wpcf7-acceptance label {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.wpcf7-acceptance label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #fff;
  border: 1px solid #241b23;
  border-radius: 0;
}

/* On mouse-over, add a grey background color */
.wpcf7-acceptance label:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.wpcf7-acceptance label input:checked ~ .checkmark {
  background-color: #241b23;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.wpcf7-acceptance label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.wpcf7-acceptance label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.wpcf7-list-item {
  margin-left: 0;
}

.codedropz-upload-handler {
  border: 1px solid #241B23;
  border-radius: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
}
.codedropz-upload-handler .dnd-upload-counter {
  right: 20px;
}
.codedropz-upload-handler .codedropz-upload-inner h3 {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 10px;
}
.codedropz-upload-handler .codedropz-upload-inner span {
  display: none;
}
.codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn {
  text-transform: uppercase;
  max-width: 157px;
  min-width: 157px;
}

/*
  section-gallery-carousel
*/
.section-gallery-carousel {
  padding: 50px 0 70px;
}
@media (max-width: 768px) {
  .section-gallery-carousel {
    padding: 30px 0 40px;
  }
}
.section-gallery-carousel .section-title {
  margin-bottom: 25px;
}
.section-gallery-carousel .owl-carousel {
  max-width: 1104px;
  margin: auto;
}
.section-gallery-carousel .owl-carousel .item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 0;
  border-color: #fff transparent transparent transparent;
}
.section-gallery-carousel .owl-carousel .item-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #fff transparent;
}
.section-gallery-carousel .owl-carousel img {
  width: 100%;
  border-radius: 0;
}
.section-gallery-carousel .owl-carousel .owl-prev,
.section-gallery-carousel .owl-carousel .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-gallery-carousel .owl-carousel .owl-prev rect,
.section-gallery-carousel .owl-carousel .owl-next rect {
  fill: var(--brand-color);
}
.section-gallery-carousel .owl-carousel .owl-prev path,
.section-gallery-carousel .owl-carousel .owl-next path {
  fill: #fff;
  stroke: #fff;
}
.section-gallery-carousel .owl-carousel .owl-prev {
  left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  background-color: var(--brand-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .section-gallery-carousel .owl-carousel .owl-prev {
    left: -15px;
  }
}
.section-gallery-carousel .owl-carousel .owl-next {
  right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  background-color: var(--brand-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .section-gallery-carousel .owl-carousel .owl-next {
    right: -15px;
  }
}
.section-gallery-carousel .section-content {
  text-align: center;
  font-weight: 300;
  max-width: 1104px;
  margin: auto;
  margin-top: 20px;
  font-size: 12px;
}

/*
  Map
*/
.acf-map {
  width: 100%;
  height: 550px;
}
.page-template-page-contact .acf-map {
  height: 650px;
}

.acf-map img {
  max-width: inherit !important;
}

.section-contact-map .contact-inner {
  position: relative;
}
.section-contact-map .contact-inner .contact-info {
  position: absolute;
  top: 50%;
  left: 120px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  max-width: 432px;
}
@media (max-width: 768px) {
  .section-contact-map .contact-inner .contact-info {
    left: 20px;
  }
}
@media (max-width: 479px) {
  .section-contact-map .contact-inner .contact-info {
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    left: 0;
  }
}
.section-contact-map .contact-inner .contact-info-inner {
  border-radius: 0px;
  background: #fff;
  max-width: 320px;
  -webkit-box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.16);
  padding: 35px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-contact-map .contact-inner .contact-info-inner {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .section-contact-map .contact-inner .contact-info-inner {
    border-radius: 0;
    min-width: unset;
  }
}
.section-contact-map .contact-inner .contact-info-title {
  margin-bottom: 7px;
  font-family: "Montserrat", sans-serif;
}
.section-contact-map .contact-inner .contact-info-desc {
  font-weight: 300;
}
.section-contact-map .contact-inner .contact-info-desc strong {
  font-weight: 600;
}
@media (max-width: 479px) {
  .section-contact-map .contact-map .acf-map {
    height: 350px;
  }
}

/*
  FAQs
*/
.archive-faqs-container {
  padding: 20px 0 80px;
}
.archive-faqs-container .page-title {
  margin-bottom: 38px;
  text-align: center;
}
.archive-faqs-container .faqs {
  max-width: 880px;
  margin: auto;
}
.archive-faqs-container .faq .post-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  background: #fff;
  border: 1px solid #241B23;
  width: 100%;
  width: calc(100% - 20px);
}
@media (max-width: 767px) {
  .archive-faqs-container .faq .post-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .archive-faqs-container .faq .post-info > * {
    width: 100%;
    padding: 12px 30px !important;
  }
  .archive-faqs-container .faq .post-info > *.post-link-wrap {
    padding-top: 0 !important;
  }
  .archive-faqs-container .faq .post-info > * .button-blue, .archive-faqs-container .faq .post-info > * .wpcf7-form .form-wrap .form-submit.form-group input, .wpcf7-form .form-wrap .form-submit.form-group .archive-faqs-container .faq .post-info > * input, .archive-faqs-container .faq .post-info > * .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .codedropz-upload-handler .codedropz-upload-inner .archive-faqs-container .faq .post-info > * .cd-upload-btn {
    max-width: 140px;
  }
}
@media (max-width: 479px) {
  .archive-faqs-container .faq .post-info > * {
    padding: 12px 10px !important;
  }
}
.archive-faqs-container .faq .post-info .post-title {
  padding: 12px 30px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
.archive-faqs-container .faq .post-info .post-title a {
  color: #241B23;
}
.archive-faqs-container .faq .post-info .button-blue, .archive-faqs-container .faq .post-info .wpcf7-form .form-wrap .form-submit.form-group input, .wpcf7-form .form-wrap .form-submit.form-group .archive-faqs-container .faq .post-info input, .archive-faqs-container .faq .post-info .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .codedropz-upload-handler .codedropz-upload-inner .archive-faqs-container .faq .post-info .cd-upload-btn {
  min-width: 126px;
  text-transform: uppercase;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive-faqs-container .faq .post-info .post-link-wrap {
  position: absolute;
  right: -20px;
  top: -1px;
}
@media (max-width: 767px) {
  .archive-faqs-container .faq .post-info .post-link-wrap {
    position: relative;
    top: auto;
    right: auto;
  }
}
.archive-faqs-container .faq-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  text-transform: uppercase;
  margin: -8px;
}
.archive-faqs-container .faq-more > div {
  padding: 8px;
}
.archive-faqs-container .faq-more .button-blue, .archive-faqs-container .faq-more .wpcf7-form .form-wrap .form-submit.form-group input, .wpcf7-form .form-wrap .form-submit.form-group .archive-faqs-container .faq-more input, .archive-faqs-container .faq-more .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .codedropz-upload-handler .codedropz-upload-inner .archive-faqs-container .faq-more .cd-upload-btn {
  min-width: 149px;
  text-transform: uppercase;
}

/*
  section-related-products
*/
.section-related-products {
  position: relative;
  padding-top: 80px;
  padding-bottom: 35px;
}
@media (max-width: 479px) {
  .section-related-products {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.section-related-products .section-title {
  margin-bottom: 25px;
}
.section-related-products:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  background-color: #f2f2f2;
  z-index: -1;
}
.section-related-products .relation_posts {
  max-width: 1000px;
  margin: auto;
}
.section-related-products .post-title {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.section-related-products .post-title a {
  color: #241B23;
}
.section-related-products .post-info {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-related-products .post-info .post-button {
  margin-left: 15px;
  height: 16px;
}
.section-related-products .post-info .post-button path {
  fill: var(--brand-color);
  stroke: var(--brand-color);
}
.section-related-products .post-info .post-button circle {
  display: none;
}
.section-related-products .post-wrap {
  border-radius: 0;
  background: #fff;
  overflow: hidden;
}
.section-related-products .post-image {
  position: relative;
}
.section-related-products .post-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 0;
  border-color: #f2f2f2 transparent transparent transparent;
}
.section-related-products .post-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #fff transparent;
}
.section-related-products .post-image img {
  display: block;
  width: 100%;
}
.section-related-products .owl-prev,
.section-related-products .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-related-products .owl-prev rect,
.section-related-products .owl-next rect {
  display: none;
}
.section-related-products .owl-prev path,
.section-related-products .owl-next path {
  stroke: #fff;
}
.section-related-products .owl-prev:before,
.section-related-products .owl-next:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  border: 2px solid var(--brand-color);
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.section-related-products .owl-prev {
  left: -140px;
}
.section-related-products .owl-next {
  right: -140px;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*
  Case studies
*/
.archive-case-study-container {
  padding: 40px 0 50px;
}

.cases-studies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cases-studies .post {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 540px) {
  .cases-studies .post {
    width: 100%;
  }
}
.cases-studies .post:nth-child(4n+1) .post-inner, .cases-studies .post:nth-child(4n+2) .post-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .cases-studies .post:nth-child(4n+1) .post-inner, .cases-studies .post:nth-child(4n+2) .post-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cases-studies .post:nth-child(4n+1) .post-inner:before, .cases-studies .post:nth-child(4n+2) .post-inner:before {
  left: auto;
  right: 0;
}
.cases-studies .post:nth-child(4n+1) .post-inner .subtraction, .cases-studies .post:nth-child(4n+2) .post-inner .subtraction {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 0;
  right: auto;
}
.cases-studies .post .post-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
          filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
  border-radius: 0;
  position: relative;
}
@media (max-width: 768px) {
  .cases-studies .post .post-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cases-studies .post .post-inner .subtraction {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 75%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .cases-studies .post .post-inner .subtraction {
    display: none;
  }
}
.cases-studies .post .post-image,
.cases-studies .post .post-info-wrap {
  position: relative;
  width: 50%;
}
@media (max-width: 1024px) {
  .cases-studies .post .post-image,
  .cases-studies .post .post-info-wrap {
    width: 100%;
    height: auto !important;
  }
}
.cases-studies .post .post-image {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .cases-studies .post .post-image {
    clip-path: none;
    height: auto !important;
  }
}
.cases-studies .post .post-image img {
  display: block;
  width: 100%;
}
.cases-studies .post .post-title {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #241B23;
}
.cases-studies .post .post-title a {
  color: #241B23;
}
.cases-studies .post .post-excerpt {
  margin-bottom: 10px;
  font-weight: 300;
  max-width: 210px;
}
@media (max-width: 1024px) {
  .cases-studies .post .post-excerpt {
    max-width: 100%;
  }
}
.cases-studies .post .post-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 35px 45px;
  height: auto !important;
}
@media (max-width: 375px) {
  .cases-studies .post .post-info-wrap {
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .cases-studies .post .post-info-wrap {
    -webkit-filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
            filter: drop-shadow(4px 4px 15px rgba(0, 0, 0, 0.13));
    background: #fff;
  }
}
.cases-studies .post .post-link-wrap {
  margin-top: 20px;
}
.cases-studies .post .post-link-wrap .readmore-text {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}
.cases-studies .post .post-link {
  position: relative;
  display: inline-block;
}
.cases-studies .post .post-link circle {
  display: none;
}
.cases-studies .post .post-link svg {
  position: absolute;
  width: 34px;
  height: 30px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cases-studies .post .post-link svg path {
  fill: var(--brand-color);
  stroke: var(--brand-color);
}
.post-type-archive-case-study .site-main {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#fff));
  background: linear-gradient(#f4f4f4 0%, #fff 100%);
}
.post-type-archive-case-study .site-main .page-title {
  text-align: center;
  margin-bottom: 35px;
}

/*
  Case study detail
*/
.single-case-study-container .main-case-study {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
.single-case-study-container .main-case-study .main-case-study-content,
.single-case-study-container .main-case-study .main-case-study-image {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 640px) {
  .single-case-study-container .main-case-study .main-case-study-content,
  .single-case-study-container .main-case-study .main-case-study-image {
    width: 100%;
  }
}
.single-case-study-container .main-case-study .main-case-study-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-case-study-container .main-case-study .main-case-study-content .main-content-inner {
  max-width: 442px;
  margin: auto;
  padding: 30px 0;
  font-weight: 300;
}
.single-case-study-container .main-case-study .main-case-study-image {
  position: relative;
}
.single-case-study-container .main-case-study .main-case-study-image img {
  display: block;
  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 1% 100%);
}
.single-case-study-container .main-case-study .main-case-study-image:before {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 220px 220px 0;
  border-color: transparent #fff transparent transparent;
}
.single-case-study-container .main-case-study .main-case-study-image:after {
  content: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 220px 220px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.single-case-study-container .main-case-study .text-nav {
  text-transform: uppercase;
  margin: 30px 0 20px;
  color: var(--brand-color);
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
.single-case-study-container .main-case-study .entry-heading {
  margin-bottom: 10px;
}

.single-case-study .section-content-image .content-image-inner {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.single-case-study .section-content-image .content-image-inner .section-content-inner {
  padding: 70px 0 70px 46px;
}
.single-case-study .section-content-image .content-image-inner .section-image-inner img {
  clip-path: polygon(220px 0, 100% 0, 100% 100%, 220px 100%, 0 50%);
}
.single-case-study .section-content-image .content-image-inner .section-image-inner:before {
  content: none;
}
.single-case-study .section-content-image .content-image-inner .section-image-inner:after {
  content: none;
}

/*
  Gallery
*/
.section-gallery-image .gallery-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-gallery-image .gallery-image .item {
  padding: 8px;
  width: 33.33%;
}
@media (max-width: 420px) {
  .section-gallery-image .gallery-image .item {
    width: 100%;
  }
}
.section-gallery-image .gallery-image .item img {
  border-radius: 0px;
}
.section-gallery-image .gallery-image .item .item-inner {
  position: relative;
}
.section-gallery-image .gallery-image .item .item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 0;
  border-color: #fff transparent transparent transparent;
}
.section-gallery-image .gallery-image .item .item-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #fff transparent;
}
.section-gallery-image .gallery-image.gallery-carousel .item {
  width: 100%;
}
.section-gallery-image .gallery-image-type-round .item {
  width: 33.33%;
}
.section-gallery-image .gallery-image-type-circle {
  margin: -18px;
  padding: 20px 0;
}
.section-gallery-image .gallery-image-type-circle.loaded .item {
  opacity: 1;
}
.section-gallery-image .gallery-image-type-circle.loaded .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-gallery-image .gallery-image-type-circle .item {
  opacity: 0;
  width: 25%;
  padding: 10px;
}
@media (max-width: 420px) {
  .section-gallery-image .gallery-image-type-circle .item {
    width: 50%;
  }
}

.section-before-after .before-after-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
  margin-bottom: 35px;
}
.section-before-after .before-after-image > div {
  width: 50%;
  padding: 0 8px;
}
.section-before-after .before-after-image > div:first-child {
  position: relative;
}
.section-before-after .before-after-image > div:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #fff transparent transparent transparent;
}
.section-before-after .before-after-image > div:last-child {
  position: relative;
}
.section-before-after .before-after-image > div:last-child:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 32px 32px;
  border-color: transparent transparent #fff transparent;
  bottom: 6px;
  right: 8px;
}

.section.section-content,
.section-content-default {
  padding: 60px 0 40px;
}
.section.section-content .section-content,
.section-content-default .section-content {
  max-width: 880px;
  margin: auto;
}
.section.section-content .section-content .section-description,
.section-content-default .section-content .section-description {
  font-weight: 300;
}
.section.section-content .section-content .section-description img,
.section-content-default .section-content .section-description img {
  margin-bottom: 40px;
}
.section.section-content .section-content .section-description strong,
.section-content-default .section-content .section-description strong {
  font-weight: 700;
}

/*
  Contact
*/
.page-template-page-contact .section-contact-map .contact-inner .contact-info {
  width: 320px;
}
@media (max-width: 768px) {
  .page-template-page-contact .section-contact-map .contact-inner .contact-info {
    width: 100%;
  }
}
.page-template-page-contact .section-contact-map .contact-inner .contact-info a {
  color: #241B23;
}

.page-template-page-with-side-navigation-php .site-main,
.page-template-page-independent-network .site-main {
  position: relative;
}
.page-template-page-with-side-navigation-php .site-main .side-navigation,
.page-template-page-independent-network .site-main .side-navigation {
  display: none;
}
.page-template-page-with-side-navigation-php .site-main #sticky-wrapper,
.page-template-page-independent-network .site-main #sticky-wrapper {
  position: absolute;
  left: 0;
  top: 35px;
  z-index: 9999;
}
.page-template-page-with-side-navigation-php .site-main #sticky-wrapper .side-navigation,
.page-template-page-independent-network .site-main #sticky-wrapper .side-navigation {
  display: block;
}
@media (max-width: 540px) {
  .page-template-page-with-side-navigation-php .site-main #sticky-wrapper .side-navigation,
  .page-template-page-independent-network .site-main #sticky-wrapper .side-navigation {
    display: none;
  }
}
.page-template-page-with-side-navigation-php .site-main .side-navigation .navigation-item + .navigation-item,
.page-template-page-independent-network .site-main .side-navigation .navigation-item + .navigation-item {
  margin-top: 10px;
}
.page-template-page-with-side-navigation-php .site-main .side-navigation .button-blue, .page-template-page-with-side-navigation-php .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input, .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-with-side-navigation-php .site-main .side-navigation input, .page-template-page-with-side-navigation-php .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .codedropz-upload-handler .codedropz-upload-inner .page-template-page-with-side-navigation-php .site-main .side-navigation .cd-upload-btn,
.page-template-page-independent-network .site-main .side-navigation .button-blue,
.page-template-page-independent-network .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input,
.wpcf7-form .form-wrap .form-submit.form-group .page-template-page-independent-network .site-main .side-navigation input,
.page-template-page-independent-network .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn,
.codedropz-upload-handler .codedropz-upload-inner .page-template-page-independent-network .site-main .side-navigation .cd-upload-btn {
  width: 228px;
  height: 69px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  line-height: 16px;
  color: #fff !important;
}
@media (max-width: 1000px) {
  .page-template-page-with-side-navigation-php .site-main .side-navigation .button-blue, .page-template-page-with-side-navigation-php .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input, .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-with-side-navigation-php .site-main .side-navigation input, .page-template-page-with-side-navigation-php .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .codedropz-upload-handler .codedropz-upload-inner .page-template-page-with-side-navigation-php .site-main .side-navigation .cd-upload-btn,
  .page-template-page-independent-network .site-main .side-navigation .button-blue,
  .page-template-page-independent-network .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input,
  .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-independent-network .site-main .side-navigation input,
  .page-template-page-independent-network .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn,
  .codedropz-upload-handler .codedropz-upload-inner .page-template-page-independent-network .site-main .side-navigation .cd-upload-btn {
    max-width: 170px !important;
    font-size: 14px !important;
  }
}
.page-template-page-with-side-navigation-php .site-main .side-navigation .button-blue:hover, .page-template-page-with-side-navigation-php .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:hover, .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-with-side-navigation-php .site-main .side-navigation input:hover, .page-template-page-with-side-navigation-php .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover, .codedropz-upload-handler .codedropz-upload-inner .page-template-page-with-side-navigation-php .site-main .side-navigation .cd-upload-btn:hover, .page-template-page-with-side-navigation-php .site-main .side-navigation .button-blue:active, .page-template-page-with-side-navigation-php .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:active, .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-with-side-navigation-php .site-main .side-navigation input:active, .page-template-page-with-side-navigation-php .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active, .codedropz-upload-handler .codedropz-upload-inner .page-template-page-with-side-navigation-php .site-main .side-navigation .cd-upload-btn:active, .page-template-page-with-side-navigation-php .site-main .side-navigation .button-blue:focus, .page-template-page-with-side-navigation-php .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:focus, .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-with-side-navigation-php .site-main .side-navigation input:focus, .page-template-page-with-side-navigation-php .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus, .codedropz-upload-handler .codedropz-upload-inner .page-template-page-with-side-navigation-php .site-main .side-navigation .cd-upload-btn:focus,
.page-template-page-independent-network .site-main .side-navigation .button-blue:hover,
.page-template-page-independent-network .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:hover,
.wpcf7-form .form-wrap .form-submit.form-group .page-template-page-independent-network .site-main .side-navigation input:hover,
.page-template-page-independent-network .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover,
.codedropz-upload-handler .codedropz-upload-inner .page-template-page-independent-network .site-main .side-navigation .cd-upload-btn:hover,
.page-template-page-independent-network .site-main .side-navigation .button-blue:active,
.page-template-page-independent-network .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:active,
.wpcf7-form .form-wrap .form-submit.form-group .page-template-page-independent-network .site-main .side-navigation input:active,
.page-template-page-independent-network .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active,
.codedropz-upload-handler .codedropz-upload-inner .page-template-page-independent-network .site-main .side-navigation .cd-upload-btn:active,
.page-template-page-independent-network .site-main .side-navigation .button-blue:focus,
.page-template-page-independent-network .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:focus,
.wpcf7-form .form-wrap .form-submit.form-group .page-template-page-independent-network .site-main .side-navigation input:focus,
.page-template-page-independent-network .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus,
.codedropz-upload-handler .codedropz-upload-inner .page-template-page-independent-network .site-main .side-navigation .cd-upload-btn:focus {
  color: #241B23 !important;
  background-color: var(--brand-color) !important;
}
.page-template-page-with-side-navigation-php .site-main .side-navigation .button-blue:hover:before, .page-template-page-with-side-navigation-php .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:hover:before, .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-with-side-navigation-php .site-main .side-navigation input:hover:before, .page-template-page-with-side-navigation-php .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover:before, .codedropz-upload-handler .codedropz-upload-inner .page-template-page-with-side-navigation-php .site-main .side-navigation .cd-upload-btn:hover:before, .page-template-page-with-side-navigation-php .site-main .side-navigation .button-blue:active:before, .page-template-page-with-side-navigation-php .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:active:before, .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-with-side-navigation-php .site-main .side-navigation input:active:before, .page-template-page-with-side-navigation-php .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active:before, .codedropz-upload-handler .codedropz-upload-inner .page-template-page-with-side-navigation-php .site-main .side-navigation .cd-upload-btn:active:before, .page-template-page-with-side-navigation-php .site-main .side-navigation .button-blue:focus:before, .page-template-page-with-side-navigation-php .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:focus:before, .wpcf7-form .form-wrap .form-submit.form-group .page-template-page-with-side-navigation-php .site-main .side-navigation input:focus:before, .page-template-page-with-side-navigation-php .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus:before, .codedropz-upload-handler .codedropz-upload-inner .page-template-page-with-side-navigation-php .site-main .side-navigation .cd-upload-btn:focus:before,
.page-template-page-independent-network .site-main .side-navigation .button-blue:hover:before,
.page-template-page-independent-network .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:hover:before,
.wpcf7-form .form-wrap .form-submit.form-group .page-template-page-independent-network .site-main .side-navigation input:hover:before,
.page-template-page-independent-network .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:hover:before,
.codedropz-upload-handler .codedropz-upload-inner .page-template-page-independent-network .site-main .side-navigation .cd-upload-btn:hover:before,
.page-template-page-independent-network .site-main .side-navigation .button-blue:active:before,
.page-template-page-independent-network .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:active:before,
.wpcf7-form .form-wrap .form-submit.form-group .page-template-page-independent-network .site-main .side-navigation input:active:before,
.page-template-page-independent-network .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:active:before,
.codedropz-upload-handler .codedropz-upload-inner .page-template-page-independent-network .site-main .side-navigation .cd-upload-btn:active:before,
.page-template-page-independent-network .site-main .side-navigation .button-blue:focus:before,
.page-template-page-independent-network .site-main .side-navigation .wpcf7-form .form-wrap .form-submit.form-group input:focus:before,
.wpcf7-form .form-wrap .form-submit.form-group .page-template-page-independent-network .site-main .side-navigation input:focus:before,
.page-template-page-independent-network .site-main .side-navigation .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:focus:before,
.codedropz-upload-handler .codedropz-upload-inner .page-template-page-independent-network .site-main .side-navigation .cd-upload-btn:focus:before {
  background-color: var(--brand-color) !important;
}
.page-template-page-with-side-navigation-php .our-promise .carousel-inner,
.page-template-page-independent-network .our-promise .carousel-inner {
  background-color: unset !important;
  padding-bottom: 0 !important;
}
.page-template-page-with-side-navigation-php .our-promise .line,
.page-template-page-with-side-navigation-php .our-promise .subtraction,
.page-template-page-independent-network .our-promise .line,
.page-template-page-independent-network .our-promise .subtraction {
  display: none;
}
.page-template-page-with-side-navigation-php .our-promise .item-icon img,
.page-template-page-independent-network .our-promise .item-icon img {
  max-height: 100px;
  width: auto;
}
.page-template-page-with-side-navigation-php .section-trusted-trader-cta .trusted-trader-cta-inner,
.page-template-page-independent-network .section-trusted-trader-cta .trusted-trader-cta-inner {
  clip-path: unset;
  max-width: 1140px;
  margin: auto;
}

/*
section-content-blocks
*/
@media (max-width: 768px) {
  .section-content-blocks {
    margin-top: 0px;
  }
}
.section-content-blocks .content-blocks-inner {
  padding: 45px 0 50px;
  padding-left: 200px;
}
@media (max-width: 1000px) {
  .section-content-blocks .content-blocks-inner {
    padding-left: 130px;
  }
}
@media (max-width: 540px) {
  .section-content-blocks .content-blocks-inner {
    padding-left: 0;
  }
}
.section-content-blocks .content-block {
  background: #fff;
  -webkit-box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.16);
  padding: 45px 80px 60px;
}
@media (max-width: 1200px) {
  .section-content-blocks .content-block {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  .section-content-blocks .content-block {
    padding: 30px 20px;
  }
}
.section-content-blocks .content-block + .content-block {
  margin-top: 26px;
}
.section-content-blocks .content-block:nth-child(odd) .content-block-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.section-content-blocks .content-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-content-blocks .content-block-inner .content {
  width: 75%;
  padding: 0 40px;
}
@media (max-width: 1000px) {
  .section-content-blocks .content-block-inner .content {
    width: 100%;
  }
}
.section-content-blocks .content-block-inner .image {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1000px) {
  .section-content-blocks .content-block-inner .image {
    width: 100%;
  }
}
.section-content-blocks .content-block-inner .section-title {
  text-align: left;
  margin-bottom: 20px;
}
.section-content-blocks .content-block-inner .section-desc {
  font-weight: 300;
}

/*
  single-faq
*/
.single-faq .faq-navigation-text {
  text-align: right;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 18px;
  margin-bottom: 24px;
}
.single-faq .entry-title {
  text-transform: capitalize !important;
}
.single-faq .site-main > article {
  text-align: center;
}
.single-faq .site-main > article .faq-button {
  margin-top: 40px;
  text-align: center;
}
.single-faq .site-main > article .button-blue, .single-faq .site-main > article .wpcf7-form .form-wrap .form-submit.form-group input, .wpcf7-form .form-wrap .form-submit.form-group .single-faq .site-main > article input, .single-faq .site-main > article .codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn, .codedropz-upload-handler .codedropz-upload-inner .single-faq .site-main > article .cd-upload-btn {
  text-transform: uppercase;
}
.single-faq .site-main > article .entry-content {
  font-weight: 300 !important;
}

.main-blog .section-latest-news {
  padding-top: 50px;
}

.single-post .section-gallery-image {
  margin-top: 60px;
}
.single-post .section-gallery-image .owl-prev,
.single-post .section-gallery-image .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-post .section-gallery-image .owl-prev rect,
.single-post .section-gallery-image .owl-next rect {
  fill: var(--brand-color);
}
.single-post .section-gallery-image .owl-prev path,
.single-post .section-gallery-image .owl-next path {
  fill: #fff;
  stroke: #fff;
}
.single-post .section-gallery-image .owl-prev {
  left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  background-color: var(--brand-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post .section-gallery-image .owl-next {
  right: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 62px;
  height: 62px;
  background-color: var(--brand-color);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-post .section-gallery-image .gallery-image .item .item-inner:before, .single-post .section-gallery-image .gallery-image .item .item-inner:after {
  content: none;
}
.single-post .section-gallery-image .gallery-image .item .item-inner img {
  clip-path: polygon(28px 0%, 100% 0, 100% calc(100% - 28px), calc(100% - 28px) 100%, 0 100%, 0 28px);
}
.single-post .gallery-image-inner {
  max-width: 1104px;
  margin: auto;
}

/*
  fixed-sidebar
*/
.fixed-sidebar {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 99;
  padding-top: 20px;
}
.fixed-sidebar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(32px 0%, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.fixed-sidebar.minium {
  border-bottom-left-radius: 15px;
}
.fixed-sidebar.minium .sidebar-header {
  margin-bottom: 5px;
}
.fixed-sidebar.minium .sidebar-header img {
  width: 70px;
}
.fixed-sidebar.minium #button-toggle-mini {
  left: -18px;
  font-size: 20px;
  width: 18px;
  height: 24px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fixed-sidebar.minium .sidebar-buttons {
  padding: 10px;
}
.fixed-sidebar.minium .sidebar-buttons .button-text {
  display: none !important;
}
.fixed-sidebar.minium .sidebar-buttons a {
  width: 50px;
  height: 50px;
  clip-path: polygon(11px 0%, 100% 0, 100% calc(100% - 11px), calc(100% - 11px) 100%, 0 100%, 0 11px);
}
.fixed-sidebar.minium .sidebar-buttons .button-icon {
  margin-bottom: 0;
}
.fixed-sidebar.minium .sidebar-buttons .button-icon i {
  font-size: 18px;
}
.fixed-sidebar #button-toggle-mini {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  left: -24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
.fixed-sidebar .sidebar-header {
  margin-bottom: 13px;
  display: block;
  overflow: hidden;
}
.fixed-sidebar .sidebar-header img {
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-height: 78px;
  width: auto;
  float: right;
  margin-right: 22px;
}
.fixed-sidebar .sidebar-buttons {
  padding: 18px;
  padding-top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .fixed-sidebar .sidebar-buttons {
    padding: 10px;
  }
}
.fixed-sidebar .sidebar-buttons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--brand-color);
  width: 83px;
  height: 83px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  line-height: 13px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  clip-path: polygon(22px 0%, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%, 0 22px);
}
@media (max-width: 768px) {
  .fixed-sidebar .sidebar-buttons a {
    width: 63px;
    height: 63px;
    font-size: 10px;
  }
}
.fixed-sidebar .sidebar-buttons a + a {
  margin-top: 16px;
}
.fixed-sidebar .sidebar-buttons a .button-icon {
  margin-bottom: 5px;
}
.fixed-sidebar .sidebar-buttons a .button-icon i {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .fixed-sidebar .sidebar-buttons a .button-icon i {
    font-size: 18px;
  }
}
.fixed-sidebar .sidebar-buttons a .button-text {
  text-align: center;
  margin-top: 6px;
}

.product-template-page-non-veka-product #primary .main-content {
  position: relative;
  z-index: 2;
}
.product-template-page-non-veka-product #primary .main-content article {
  position: relative;
  background: unset;
}
.product-template-page-non-veka-product #primary .main-content article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 100%, 0% 100%);
}
.product-template-page-non-veka-product #primary .main-content article:before {
  content: "";
  position: absolute;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 20px, calc(50% + 62.5px) 20px, 50% 100%, calc(50% - 62.5px) 20px, 0% 20px);
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #fff;
  z-index: 2;
}
.product-template-page-non-veka-product #primary .main-content article .article-inner {
  position: relative;
  z-index: 3;
  background: unset;
}

.owl-carousel .owl-stage {
  margin: auto;
}

.content-with-background-image-inner.position-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.content-with-background-image-inner.position-right .section-image-inner {
  transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}

@media (max-width: 479px) {
  .section-banner-image .banner-image-inner {
    height: 350px;
  }
}
@media (max-width: 379px) {
  .section-banner-image .banner-image-inner {
    height: 300px !important;
  }
}
@media (max-width: 320px) {
  .section-banner-image .banner-image-inner {
    height: 300px !important;
  }
}

.page-template-page-landing #primary .main-content article:after {
  background-image: unset !important;
}

.section-gallery-carousel .owl-carousel img {
  width: auto !important;
  max-width: 100%;
}

/*
  RESET
*/
.page-template-page-about-php .section-z-pattern .z-pattern-inner:before {
  content: none;
}

.page-concept-three.page-inner.no-hero-image #primary.site-main {
  margin-top: 0 !important;
}
.page-concept-three.page-inner.no-hero-image #primary.site-main:after, .page-concept-three.page-inner.no-hero-image #primary.site-main:before {
  content: none;
}
.page-concept-three.page-inner.no-hero-image #primary.site-main .article-inner {
  padding: 50px 0 50px;
}
.page-concept-three.page-inner.no-main-content .site-main .main-content {
  height: 76px;
}
.page-concept-three.page-inner.no-main-content .site-main .main-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #fff;
  z-index: -1;
}
.page-concept-three.page-inner.no-main-content .site-main .main-content:before {
  content: "";
  position: absolute;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 20px, calc(50% + 62.5px) 20px, 50% 100%, calc(50% - 62.5px) 20px, 0% 20px);
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #fff;
}
.page-concept-three.page-inner #primary.site-main {
  position: relative;
  margin-top: -75px !important;
}
.page-concept-three.page-inner #primary.site-main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 100%, 0% 100%);
  background-color: #fff;
  z-index: -1;
}
.page-concept-three.page-inner #primary.site-main:before {
  content: "";
  position: absolute;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 20px, calc(50% + 62.5px) 20px, 50% 100%, calc(50% - 62.5px) 20px, 0% 20px);
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: #fff;
  z-index: 3;
}

.page-inner .site-main > article {
  margin-bottom: 0;
}
.page-inner .site-main > article .entry-content {
  max-width: 880px;
  margin: auto;
  font-weight: 300;
}
.page-inner .site-main > article .entry-title {
  text-align: center;
}

.page-template-page-about .section-video .video-inner {
  background-position: 28px top;
}
.page-template-page-about .section-step-process:before {
  background-color: unset;
}
.tax-product_tax .partners-wrap {
  margin-top: -20px;
}

/*
  Section UPS
*/
.section.section-usps {
  padding: 20px 0 60px;
}
@media (max-width: 768px) {
  .section.section-usps {
    padding: 40px 0 40px !important;
  }
}
@media (max-width: 479px) {
  .section.section-usps {
    padding: 20px 0 20px !important;
  }
}
.section.section-usps .usps-inner {
  max-width: 1104px;
  margin: auto;
}
.section.section-usps .usps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section.section-usps .usps .usp {
  width: 33.33%;
  padding: 0 9px;
}
@media (max-width: 768px) {
  .section.section-usps .usps .usp {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {
  .section.section-usps .usps .usp {
    width: 100%;
  }
}
.section.section-usps .usps .usp .usp-image {
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .section.section-usps .usps .usp .usp-image {
    margin-bottom: 10px;
  }
}
.section.section-usps .usps .usp .usp-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 0;
  border-color: #fff transparent transparent transparent;
}
.section.section-usps .usps .usp .usp-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 28px 28px;
  border-color: transparent transparent #fff transparent;
}
.section.section-usps .usps .usp .usp-image img {
  display: block;
  width: 100%;
}
.section.section-usps .usps .usp .usp-title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 17px;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 479px) {
  .section.section-usps .usps .usp .usp-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .section.section-usps .usps .usp .usp-title {
    font-size: 23px;
  }
}
@media (max-width: 479px) {
  .section.section-usps .usps .usp .usp-title {
    font-size: 20px;
  }
}
.section.section-usps .usps .usp .usp-description {
  text-align: center;
  font-weight: 300;
}

.single-product .section-gallery-carousel, .single-product .section.section-testimonials {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .single-product .archive-faqs-container {
    padding: 0;
  }
}

.single-case-study .section-gallery-image-circle {
  padding-top: 0;
}
.single-case-study .section.section-testimonials {
  padding-bottom: 0;
}
.single-case-study .section-before-after {
  padding-top: 10px;
}

.home .site-main {
  margin-top: -75px;
}
.home .main-content article {
  padding: 100px 0 80px;
}
.home .section-callout .callout-inner {
  padding-top: 35px;
}
.home .section-video {
  margin-bottom: 30px;
}
.home .section.section-testimonials {
  padding-bottom: 20px;
}
.home .section-why-choose-us {
  margin-top: 25px;
  margin-bottom: 10px;
}
.home .section-customer-satisfaction-widget {
  margin-bottom: 22px;
}
.home .section-latest-news {
  padding-bottom: 44px;
}

.tax-product_tax .section-callout .callout-inner {
  padding-top: 30px;
}
.tax-product_tax .section-product-features {
  padding-bottom: 35px;
}
.tax-product_tax .section-testimonials {
  padding-bottom: 0;
}
.tax-product_tax .content-with-background-image-inner-v2:before {
  content: none;
}

.single-product .section-usps {
  padding-bottom: 10px;
}

.page-template-page-visualiser .entry-content {
  max-width: 100% !important;
}

.single-product .main-content article:after, .tax-product_tax .main-content article:after, .post-type-archive-testimonial .main-content article:after {
  background-image: url("../images/concept-three/main-content-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, calc(50% - 55px) 0%, 50% 50px, calc(50% + 55px) 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1200px) {
  .single-product .main-content article:after, .tax-product_tax .main-content article:after, .post-type-archive-testimonial .main-content article:after {
    background: #F2F2F2;
  }
}

.post-type-archive-case-study .site-main .archive-case-study-container {
  background: none !important;
}

.page-book-an-appointment .article-inner, .page-quote .article-inner {
  background-image: url("../images/concept-three/form-bg.jpg");
}

.blog .main-blog-inner {
  background-image: url("../images/concept-three/news-bg.jpg") !important;
}
.blog .section-latest-news:before {
  content: none;
}
.blog .section-latest-news #posts {
  max-width: 1260px;
  margin: auto;
}
.blog .main-blog .section-latest-news {
  padding-top: 20px;
}
.blog .main-blog-inner {
  padding-top: 50px !important;
}

.single-post .article-inner {
  background: none !important;
}
.single-post .main-content article:after {
  background-image: url("../images/concept-three/new-bg.jpg") !important;
}
.single-post .main-content {
  margin-bottom: 0;
}

.page-template-page-landing .main-content .article-inner {
  padding: 30px 0 70px !important;
}
.page-template-page-landing .section-testimonials {
  background-color: #f4f4f4;
}
.page-template-page-landing .section-carousel:not(.section-our-partners):not(.suppliers-carousel) .carousel-inner {
  background: #F2F2F2;
}

.page-template-page-landing .main-content article:after {
  background-image: url("../images/concept-three/landing-main-content.jpg") !important;
}

.post-type-archive-faq .site-main .archive-faqs-container {
  background-image: url("../images/concept-three/faqs-bg.jpg") !important;
}

.single-faq.show-message-alert .article-inner {
  padding-top: 50px !important;
}
.single-faq .article-inner {
  background-image: url("../images/concept-three/faq-bg.jpg") !important;
}

@media (max-width: 479px) {
  .tax-product_tax #primary {
    margin-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  body.has-hero-image #primary {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  body.has-hero-image #primary {
    margin-top: -50px !important;
  }
}

.our-promise {
  overflow: hidden;
}

.entry-content ul {
  list-style-position: inside;
}

.home .video-inner {
  background-image: url("../images/concept-three/home-video-bg.jpg") !important;
}

.page-template-page-independent-network .section-content-blocks:after {
  background-image: url("../images/concept-three/independent-network-bg.jpg") !important;
}

.post-type-archive-testimonial #hero .slide-content {
  display: none;
}

.post-type-archive-testimonial .main-content {
  margin-bottom: -20px;
}

.archive-testimonial-container .section-testimonials:after {
  content: none;
}
.archive-testimonial-container .section.section-testimonials .testimonial-wrap {
  -webkit-filter: none;
          filter: none;
}
.archive-testimonial-container .section.section-testimonials .testimonial {
  background-color: unset;
  clip-path: unset;
  overflow: unset;
  padding: 0;
}
.archive-testimonial-container .testimonial .testimonial-info-wrap {
  -webkit-box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 18px rgba(0, 0, 0, 0.16);
  padding: 50px 90px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .archive-testimonial-container .testimonial .testimonial-info-wrap {
    padding: 50px 90px;
  }
}
@media (max-width: 375px) {
  .archive-testimonial-container .testimonial .testimonial-info-wrap {
    padding: 30px 20px;
  }
}
.archive-testimonial-container .testimonial .testimonial-info {
  text-transform: uppercase;
}
.archive-testimonial-container .loadmore-wrap {
  text-align: center;
  margin-top: 30px;
}
.archive-testimonial-container .loadmore-wrap .loadmore {
  background-color: var(--brand-color) !important;
  color: #fff !important;
}
.archive-testimonial-container .loadmore-wrap .loadmore br {
  display: none;
}
.archive-testimonial-container .loadmore-wrap .loadmore:hover, .archive-testimonial-container .loadmore-wrap .loadmore:active, .archive-testimonial-container .loadmore-wrap .loadmore:focus {
  color: var(--brand-color) !important;
}

.section-brochure-download .brochure-download-inner {
  padding-top: 0 !important;
}

.page-which-trusted-trader .section-content-default .section-content {
  max-width: 100%;
}
/*# sourceMappingURL=concept-three.css.map */