/* import all seperate scss-files here for a combined css */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff; /* 1 */
  color: #000; /* 2 */
  font-size: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

.clearfix {
  clear: both;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a, a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
* Address font sizes and margins set differently in IE 6/7.
* Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
* and Chrome.
*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
ul,
ol,
li {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

input:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * This is the file for generic things, that aren't tied to any specific module/situation.
 * Such as default font for h1-6, p, and so on.
 */
/**
 * Various functions we want to be able to call from any other scss-file.
 */
/**
 * Various variables we want to be able to call from any other scss-file.
 * Such as color or default sizes if they're better suited as variable than a mixin.
 */
/**
 * Various variables we want to be able to call from any other scss-file.
 * Such as color or default sizes if they're better suited as variable than a mixin.
 */
/* @media (-webkit-device-pixel-ratio: 1.25) {
	* {
		zoom: 0.8;
	}
} */
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    font-size: 55.5%;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 5.6rem;
  line-height: 7.1rem;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

h2 {
  color: #000000;
  color: #333;
  font-size: 2.5rem;
  font-weight: normal;
  font-size: 2.75rem;
  line-height: 3.25rem;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  h2 {
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  h2 {
    letter-spacing: 1px;
    font-size: 1.75rem;
  }
}

h3 {
  color: #000000;
  letter-spacing: 1.66px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  h3 {
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  h3 {
    letter-spacing: 1px;
  }
}

h4 {
  font-size: 3rem;
  line-height: 4.5rem;
  color: #000000;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  h4 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.service-dec h4 {
  font-size: 2rem;
  line-height: 4rem;
}

h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 4.3rem;
  color: #000000;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3rem;
  }
}

h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4.6rem;
  line-height: 6rem;
  color: #000000;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
  }
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  letter-spacing: normal;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.read-more-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  background-color: #EF2D3A;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.read-more-btn:hover {
  color: #FFFFFF;
  background-color: #DF3641;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .read-more-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 14px;
  }
}

.red-button {
  color: #FFFFFF;
  background-color: #EF2D3A;
}
.red-button:hover {
  color: #FFFFFF;
  background-color: #DF3641;
}

.green-button {
  color: #000000;
  background-color: #06D935;
}
.green-button:hover {
  color: #000000;
  background-color: #45D264;
}

.orange-button {
  color: #000000;
  background-color: #FFB926;
}
.orange-button:hover {
  color: #000000;
  background-color: #EBB74A;
}

.black-button {
  color: #FFFFFF;
  background-color: #000000;
}
.black-button:hover {
  color: #FFFFFF;
  background-color: #202020;
}

.white-button {
  color: #000000;
  background-color: #FFFFFF;
}
.white-button:hover {
  color: #000000;
  background-color: #efefef;
}

.btn-icon-box {
  margin-left: 12px;
}

img {
  max-width: 100%;
}

.load-more-btn {
  margin-top: 35px;
  text-align: center;
}
.load-more-btn .fa {
  margin-left: 12px;
}

.flex-height {
  height: 100%;
}

.title-box-sec {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  padding: 50px 15px;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .title-box-sec {
    padding: 30px 15px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}
::-webkit-input-placeholder {
  color: #959595;
}

::-moz-placeholder {
  color: #959595;
}

:-ms-input-placeholder {
  color: #959595;
}

:-moz-placeholder {
  color: #959595;
}

::selection {
  background: #EF2D3A;
  color: #FFFFFF;
}

::-moz-selection {
  background: #EF2D3A;
  color: #FFFFFF;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
  .technical-download-sec .product-box .product-img img {
    width: 100%;
  }
  .single-banner-sec .inner-banner-block .banner-content .container-width {
    width: 100% !important;
    padding: 0 10%;
  }
  .product-showcase-sec .product-showcase-box {
    align-items: stretch !important;
    -webkit-align-items: stretch !important;
  }
}
.admin-bar .navbar-header {
  top: 32px;
}

.header-section {
  z-index: 500;
  position: relative;
}
.header-section .navbar {
  padding: 0px;
}
.header-section .header-container {
  margin: 0 auto;
  width: 90vw;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-container {
    width: 100vw;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-section .header-container {
    width: 100vw;
  }
}
.header-section .header-nav {
  width: 100%;
  padding: 20px 0px;
  padding: 0 0 10px 0px;
  padding: 0;
  position: relative;
}
.header-section .header-nav .navbar-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.header-section .header-nav .navbar-header .navbar-toggle {
  display: none;
  border-left: 1px solid #cc1d1d;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-header .navbar-toggle {
    display: block;
    position: relative;
    margin: 0;
    background: #EF2D3A;
    border-left: 1px solid #cc1d1d;
  }
}
.header-section .header-nav .navbar-header .navbar-toggle .icon-bar-1, .header-section .header-nav .navbar-header .navbar-toggle .icon-bar-2, .header-section .header-nav .navbar-header .navbar-toggle .icon-bar-3 {
  background: #FFFFFF;
  height: 2px;
  display: block;
  width: 20px;
  margin-bottom: 3px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section .header-nav .navbar-header .navbar-toggle .icon-bar-3 {
  margin-bottom: 0px;
}
.header-section .header-nav .navbar-header .navbar-toggle.nav-on .icon-bar-1 {
  transform-origin: 12% 40%;
  transform: rotate(45deg);
  width: 20px;
}
.header-section .header-nav .navbar-header .navbar-toggle.nav-on .icon-bar-2 {
  background-color: transparent !important;
}
.header-section .header-nav .navbar-header .navbar-toggle.nav-on .icon-bar-3 {
  transform-origin: 15% 40%;
  transform: rotate(-45deg);
  width: 20px;
}
.header-section .header-nav .navbar-header .logo-sec .navbar-brand {
  padding: 0px;
  margin: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-section .header-nav .navbar-header .logo-sec .navbar-brand img {
    width: 80px;
    height: auto;
  }
}
.header-section .header-nav .navbar-header .contact-info {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-section .header-nav .navbar-header .contact-info {
    padding-right: 40px;
  }
}
.header-section .header-nav .navbar-header .contact-info ul {
  display: flex;
  align-items: center;
}
.header-section .header-nav .navbar-header .contact-info ul li {
  /*border-right: 2px solid $color-black;*/
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header-section .header-nav .navbar-header .contact-info ul li:last-child {
  border-right: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-section .header-nav .navbar-header .contact-info ul li {
    border-right: none;
  }
}
.header-section .header-nav .navbar-header .contact-info ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: #000000;
  font-weight: 100;
  padding: 12px 12px;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.header-section .header-nav .navbar-header .contact-info ul li a:hover {
  color: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-section .header-nav .navbar-header .contact-info ul li a {
    font-size: 0px;
    padding: 0px;
  }
}
.header-section .header-nav .navbar-header .contact-info ul li a .fa-phone {
  font-size: 2rem;
  vertical-align: middle;
  padding-right: 10px;
}
.header-section .header-nav .navbar-header .contact-info ul li ul {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 275px;
  height: auto;
  background: #eff0f0;
  padding: 12px 0px;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section .header-nav .navbar-header .contact-info ul li ul li {
  border-right: none;
}
.header-section .header-nav .navbar-header .contact-info ul li ul li a {
  padding: 6px 20px;
  display: block;
  font-size: 1.4rem;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.header-section .header-nav .navbar-header .contact-info ul li:hover a {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.header-section .header-nav .navbar-header .contact-info ul li:hover ul {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section .header-nav .navbar-header .contact-info .top-most-menu .top-level-menu li:hover a {
  background-color: #eff0f0;
}
.header-section .header-nav .navbar-header .contact-info .search-block {
  padding-left: 10px;
}
.header-section .header-nav .navbar-header .contact-info .search-block .fa-search {
  font-size: 1.8rem;
  color: #000000;
}
.header-section .header-nav .navbar-header .contact-info .search-block .search-box {
  position: absolute;
  width: 350px;
  right: 0px;
  top: 80px;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  display: block;
  z-index: 9;
  font-weight: 100;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-header .contact-info .search-block .search-box {
    width: 100%;
    top: 55px;
  }
}
.header-section .header-nav .navbar-header .contact-info .search-block .search-box .fa-search {
  font-size: 1.6rem;
  color: #000000;
}
.header-section .header-nav .navbar-header .contact-info .search-block .search-box form {
  position: relative;
}
.header-section .header-nav .navbar-header .contact-info .search-block .search-box .search-group {
  width: 100%;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  border: none;
  padding: 12px 24px;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-section .header-nav .navbar-header .contact-info .search-block .search-box .search-ic {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
.header-section .header-nav .navbar-header .contact-info .search-block .search-box .search-ic:before {
  content: "";
  display: inline-block;
  background: #000000;
  height: 18px;
  width: 1px;
  position: absolute;
  left: 0px;
}
.header-section .header-nav .navbar-menu {
  display: -ms-flexbox;
  display: flex;
  display: block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  transform: translateY(0%);
}
.header-section .header-nav .navbar-menu .navbar-collapse {
  padding: 0px;
  display: flex;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  width: 100%;
  /* 				@include Tablet{
  					li
  					{
  						a{
  						    font-size: 1.3rem;
  						    padding: 8px 20px;
  						}
  					}
  					.contact-btn{
  						a{
  							font-size: 1.3rem;
  						    padding: 8px 20px;
  						}
  					}
  				} */
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-menu .navbar-collapse {
    display: none;
  }
  .header-section .header-nav .navbar-menu .navbar-collapse li a {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .header-section .header-nav .navbar-menu .navbar-collapse .contact-btn a {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}
.header-section .header-nav .navbar-menu .navbar-collapse.show-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-section .header-nav .navbar-menu ul {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-section .header-nav .navbar-menu ul {
    display: block;
    text-align: center;
    width: 100%;
    margin: 20px 0px;
  }
}
.header-section .header-nav .navbar-menu ul li {
  position: relative;
  opacity: 1;
}
.header-section .header-nav .navbar-menu ul li:hover .sub-menu {
  display: flex;
}
.header-section .header-nav .navbar-menu ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #000000;
  padding: 14px 20px;
  display: inline-block;
  margin: 0px 1px;
  font-weight: 100;
  position: relative;
}
.header-section .header-nav .navbar-menu ul li a:hover {
  color: #FFFFFF;
  background-color: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .header-section .header-nav .navbar-menu ul li a {
    padding: 14px 14px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-menu ul li a {
    display: block;
    padding: 20px 15px;
  }
  .header-section .header-nav .navbar-menu ul li a:hover {
    color: #000000;
    background-color: transparent;
  }
}
.header-section .header-nav .navbar-menu ul li.current-menu-item {
  color: #FFFFFF;
  background-color: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-menu ul li.current-menu-item {
    color: #000000;
    background-color: transparent;
  }
}
.header-section .header-nav .navbar-menu ul li.current-menu-item a {
  color: #FFFFFF;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-menu ul li.current-menu-item a {
    color: #EF2D3A;
  }
}
.header-section .header-nav .navbar-menu ul li.mob-li-extra {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-menu ul li.mob-li-extra {
    display: block;
  }
}
.header-section .header-nav .navbar-menu ul li .sub-menu {
  flex-direction: column;
  display: none;
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background: rgb(255, 255, 255);
  border-bottom: 3px solid #EF2D3A;
  border-bottom: 3px solid #eee;
  box-shadow: 0px 5px 5px -10px rgba(0, 0, 0, 0.7);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  min-width: 250px;
}
.header-section .header-nav .navbar-menu ul li .sub-menu li {
  width: 100%;
  display: block;
}
.header-section .header-nav .navbar-menu ul li .sub-menu-show {
  display: flex;
}
.header-section .header-nav .navbar-menu ul li .sub-menu a {
  color: #000000;
  width: 100%;
  display: block;
}
.header-section .header-nav .navbar-menu ul .contact-btn {
  width: 100%;
  text-align: right;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-menu ul .contact-btn {
    text-align: center;
  }
}
.header-section .header-nav .navbar-menu ul .contact-btn a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  background-color: #EF2D3A;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.header-section .header-nav .navbar-menu ul .contact-btn a:hover {
  color: #FFFFFF;
  background-color: #DF3641;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-menu ul .contact-btn a {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 20px 15px;
    text-transform: inherit;
    color: #000000;
    background-color: transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
  }
  .header-section .header-nav .navbar-menu ul .contact-btn a:hover {
    color: #000000;
    background-color: transparent;
  }
}
.header-section .header-nav .navbar-menu ul .contact-btn .fa {
  padding-left: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .header-section .header-nav .navbar-menu ul .contact-btn .fa {
    display: none;
  }
}
.header-section .header-nav .navbar-menu ul .contact-btn.current-menu-item {
  background: transparent;
}
.header-section.menu-open {
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  overflow-y: auto;
  /*border-bottom: none;*/
}
.header-section.menu-open .show-menu {
  display: block;
}
.header-section.menu-open .navbar-header {
  flex-direction: column;
  align-items: center;
  height: 100vh;
  padding-top: 2em;
}
.header-section.menu-open .header-nav {
  width: 100%;
  padding: 0px 0px;
  height: 100vh;
}
body.scroll-hidden {
  overflow: hidden;
}

.header-section .header-nav .navbar-menu ul {
  padding-top: 0;
  margin-top: 0;
}

.header-section {
  padding-top: 40px;
  background: #fff;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section {
    padding-top: 0;
  }
}

.fixed-header .header-section {
  padding-top: 0em;
}

.header-section .logo {
  max-height: 50px;
  position: relative;
  transform: translateY(-40%);
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .logo {
    transform: scale(0.7) translateY(0%);
    transition: all 0.5s ease;
  }
}

.fixed-header .header-section .header-nav {
  padding-bottom: 0;
  padding-top: 0;
}

.fixed-header .header-section {
  position: sticky;
  border: 0;
  top: 0;
  left: 0;
  z-index: 500;
  box-shadow: 10px 0 10px rgba(0, 0, 0, 0.2);
  padding-top: 0px;
  transition: all 0.5s ease;
}

.admin-bar.fixed-header .header-section {
  top: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .admin-bar.fixed-header .header-section {
    top: 0;
  }
}

.fixed-header .top-bar-wrapper {
  transform: translateY(-100%);
  transition: all 0.5s ease;
}

.fixed-header .logo {
  transform: scale(0.7) translateY(0%);
  transition: all 0.5s ease;
}

.header-section .header-nav .navbar-menu {
  display: flex;
}

.header-section .header-nav .navbar-menu ul li.current-menu-item {
  background: #eee;
}

.header-section .header-nav .navbar-menu ul li.current-menu-item > a,
.header-section .header-nav .navbar-menu ul li a:hover {
  color: #ef2d3a;
  background: none;
}

.header-section .header-nav .navbar-menu ul .contact-btn {
  text-align: left;
}

.header-section .quote-btn a,
.header-section .contact-btn a,
.header-section .phone-btn a,
.header-section .navbar-toggle a,
.off-canvas .navbar-toggle a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #333;
  background-color: #eee;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .quote-btn a,
  .header-section .contact-btn a,
  .header-section .phone-btn a,
  .header-section .navbar-toggle a,
  .off-canvas .navbar-toggle a {
    border: none;
    border-radius: 0px;
  }
}
.header-section .quote-btn a:hover,
.header-section .contact-btn a:hover,
.header-section .phone-btn a:hover,
.header-section .navbar-toggle a:hover,
.off-canvas .navbar-toggle a:hover {
  color: #ef2d3a;
}

.header-section .quote-btn,
.header-section .contact-btn {
  z-index: 10;
}
.header-section .quote-btn a,
.header-section .contact-btn a {
  background-color: #ef2d3a;
  color: #fff;
  min-width: 175px;
  padding: 14px 20px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .quote-btn a,
  .header-section .contact-btn a {
    min-width: auto;
  }
}
.header-section .quote-btn a:hover,
.header-section .contact-btn a:hover {
  color: #ffffff;
}

.header-section .quote-btn a {
  min-width: 0;
  color: #333;
  background-color: #eee;
}
.header-section .quote-btn a:hover {
  color: #ef2d3a;
}
.header-section .navbar-toggle a {
  background-color: #eee;
  color: #ef2d3a;
  color: #333;
}

.fixed-header .header-section .quote-btn a,
.fixed-header .header-section .contact-btn a,
.fixed-header .header-section .phone-btn a {
  border-radius: 0;
}

.fixed-header .header-section .phone-btn {
  transform: translateY(0);
  transition: all 0.5s ease;
  opacity: 1;
}

.form-banner {
  min-height: 70px;
  position: relative;
  border-top: 5px solid #eee;
  display: none;
}
.form-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  background: url("/wp-content/uploads/2022/11/20120731_9690-30926-1-scaled.jpg") no-repeat 0 -204px;
  background-size: cover;
  width: 100%;
  height: 100%;
  filter: opacity(0.3) brightness(0.8);
}

/*
.fixed-header .header-section .contact-btn {
    transform:translateY(0);
    transition: all 0.5s ease;
	transition-delay: 100ms;

    opacity:1;

}
*/
.header-section .phone-btn {
  transform: translateX(210%);
  transition: all 0.15s ease-in;
  border-right: 1px solid #fff;
  border-left: 1px solid #eee;
  opacity: 1;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .phone-btn {
    transform: translateX(0);
  }
}

.header-section .phone-btn span {
  display: none;
}

@media only screen and (min-width: 1px) and (max-width: 992px) {
  .header-section .contact-btn span {
    display: none;
  }
}

@media only screen and (min-width: 1px) and (max-width: 992px) {
  .header-section .quote-btn span,
  .header-section .contact-btn span {
    display: none;
  }
}

.header-section .contact-btn .fa,
.header-section .quote-btn .fa {
  padding-left: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .header-section .contact-btn .fa,
  .header-section .quote-btn .fa {
    padding-left: 0;
  }
}

.fixed-icons {
  display: flex;
}

@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .header-section .header-nav .navbar-menu {
    width: auto;
  }
}

.top-bar-wrapper {
  background: #fff;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 250ms;
  width: 100%;
  padding-top: 10px;
  transition-delay: 150ms;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .top-bar-wrapper {
    display: none;
  }
}

.admin-bar .top-bar-wrapper {
  top: 32px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .admin-bar .top-bar-wrapper {
    top: 0;
  }
}

.top-bar {
  display: flex;
  justify-content: flex-end;
  width: 90vw;
  margin: 0 auto;
  font-size: 14px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .top-bar {
    width: 100vw;
  }
}

.search-block > div {
  padding: 0 1.5em;
}

.search-block > div:last-child {
  padding-right: 0;
}

.top-bar a {
  color: #000;
}

.search-block {
  padding-left: 10px;
  display: flex;
  justify-content: flex-end;
  background: #fff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.search-block .fa-search {
  font-size: 1.8rem;
  color: #000000;
}

.aabb {
  display: none;
}

.search-block .search-ic {
  background: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.search-block .search-ic:before {
  content: "";
  display: inline-block;
  background: #000000;
  height: 18px;
  width: 1px;
  position: absolute;
  left: 0px;
}

.search-block .search-group {
  width: 100%;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  border: none;
  padding: 12px 24px;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-block .search-group .fa-search {
  font-size: 1.6rem;
  color: #000000;
}

.search-block .search-group form {
  position: relative;
}

.search-block .search-box {
  position: absolute;
  width: 350px;
  right: 397px;
  top: auto;
  bottom: auto;
  padding: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
  z-index: 9;
  display: none;
  transform: translateY(100%);
}

.search-block .search-box-open {
  display: block;
  transform: translateY(-100%);
  padding: 0;
}

.top-level-menu li {
  display: none;
}

.top-level-menu li:last-child {
  display: block;
}

.top-most-menu {
  display: inline-block;
}

.airius-overlay {
  background: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.header-section .fa-times {
  display: none;
}
.header-section .search-box {
  position: absolute;
  transform: translateY(100%) translateX(-50%);
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  left: 50%;
  top: 50%;
  opacity: 0;
}
.header-section .search-box form {
  display: flex;
}
.header-section .search-box input[type=text] {
  border: 0px solid #ccc;
  background: #eee;
  padding: 10px;
  min-width: 200px;
  width: 30vw;
}
.header-section .search-box button[type=submit] {
  border: 0px solid #EF2D3A;
  background: none;
  color: #000;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-enabled .airius-overlay {
  display: block;
  z-index: 150;
  opacity: 0.6;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.search-enabled .header-section .top-bar .fa-search {
  color: #EF2D3A;
  display: none;
}
.search-enabled .header-section .top-bar .fa-times {
  display: inline-block;
  color: #EF2D3A;
}
.search-enabled .header-section .search-box {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: visible;
  opacity: 1;
  transition-delay: 250ms;
}
.search-enabled .header-section .header-nav .navbar-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  transform: translateY(-160%);
}
.search-enabled .header-section .header-nav .navbar-menu li {
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transform: translateY(-150%);
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(1n) {
  transition-delay: 0.05s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(2n) {
  transition-delay: 0.1s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(3n) {
  transition-delay: 0.15s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(4n) {
  transition-delay: 0.2s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(5n) {
  transition-delay: 0.25s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(6n) {
  transition-delay: 0.3s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(7n) {
  transition-delay: 0.35s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(8n) {
  transition-delay: 0.4s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(9n) {
  transition-delay: 0.45s;
}
.search-enabled .header-section .header-nav .navbar-menu li:nth-child(10n) {
  transition-delay: 0.5s;
}

.off-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(100vh - (100vh - 100%));
  z-index: 1000;
  background: rgb(255, 255, 255);
  background-image: url("https://www.airius.co.uk/wp-content/uploads/2019/09/Airius-Destratification-Fan-Benefits.jpg");
  background-size: cover;
  background-position: center bottom;
  background-blend-mode: color-burn;
  text-align: center;
  display: none;
  font-size: 1.6rem;
}
.off-canvas .search-box {
  margin-bottom: 2em;
}
.off-canvas form {
  display: flex;
  width: 100%;
}
.off-canvas input[type=text] {
  border: 0px solid #ccc;
  background: #eee;
  padding: 10px;
  width: calc(100vw - 75px);
  max-width: 400px;
}
.off-canvas button[type=submit] {
  border: 1px solid #eee;
  background: #eee;
  color: #000;
  padding: 5px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.off-canvas #menu-off-canvas-menu .menu-item-has-children > a::after {
  content: "\f107";
  display: inline-block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
  color: #727272;
}
.off-canvas #menu-off-canvas-menu .menu-item-has-children > a.menu-child-open::after {
  content: "\f106";
}
.off-canvas .sub-menu {
  display: none;
  margin-top: 10px;
}
.off-canvas .sub-menu a {
  color: #727272;
}
.off-canvas .off-canvas-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}
.off-canvas .off-canvas-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  padding: 2em;
  z-index: 10;
  /*
  		background:
  		linear-gradient(
  			#ef2d3a,
  			transparent
  		),
  		linear-gradient(
  			-45deg,
  			#2d91ef,
  			transparent
  		),
  		linear-gradient(
  			45deg,
  			#ef2d9b,
  			transparent
  		);
  		*/
  background: linear-gradient(rgb(255, 255, 255), transparent), linear-gradient(-45deg, rgba(248, 248, 248, 0.509), transparent), linear-gradient(45deg, #ccc, transparent);
  background: rgb(255, 255, 255);
}
.off-canvas .logo {
  margin-bottom: 2em;
  transform: scale(0.7) translateY(0%);
  margin-bottom: 2em;
}
.off-canvas a {
  color: #000;
}
.off-canvas ul li {
  padding-bottom: 10px;
}
.off-canvas ul li a {
  text-shadow: 1px 0px 1px #fff;
}
.off-canvas .navbar-toggle a {
  right: 0;
  top: 0;
  position: absolute;
  background: none;
  color: #000;
}
.off-canvas .quote-btn a,
.off-canvas .contact-btn a,
.off-canvas .phone-number a {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  background: #EF2D3A;
  padding: 5px 2em;
  display: inline-block;
  margin-top: 1em;
  text-transform: uppercase;
  color: #000;
  margin: 0;
  margin-bottom: 2px;
  font-size: 14px;
  width: 100%;
}
.off-canvas .quote-btn a i,
.off-canvas .contact-btn a i,
.off-canvas .phone-number a i {
  margin-right: 5px;
}
.off-canvas .quote-btn a span,
.off-canvas .contact-btn a span,
.off-canvas .phone-number a span {
  margin-right: 0.5em;
  display: inline-block;
}
.off-canvas .contact-btn a {
  color: #fff;
  margin-bottom: 1em;
}
.off-canvas .contact-btn,
.off-canvas .phone-number,
.off-canvas .quote-btn {
  display: block;
}
.off-canvas .phone-number a,
.off-canvas .quote-btn a {
  background: none;
  border: 0;
}
.off-canvas.off-canvas-visible {
  display: flex;
}
.off-canvas .navbar-menu {
  margin-bottom: 2em;
}

.off-canvas-close {
  z-index: 20;
  color: #333;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-next {
  right: 2vw;
}

.slick-next:before {
  font-size: 30px;
  font: var(--fa-font-solid);
  content: "\f061";
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ccc;
}

.slick-prev {
  left: 2vw;
}

.slick-prev:before {
  font: var(--fa-font-solid);
  content: "\f060";
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: 1vw;
  color: #ccc;
}

.home-banner-sec {
  position: relative;
}
.home-banner-sec .home-banner-slider {
  /* .slick-arrow{
  	position: absolute;
  	top: 50%;
  	height: 60px;
  	width: 60px;
  	z-index: 9;
  	cursor: pointer;
  	border: none;
  	outline: none;
  	color: transparent;
  	transform: translateY(-50%);
  	font-size: 0px;
  	padding:0px;
  	@include Tablet{
  		height: 40px;
  		width: 40px;
  	}
  	@include Mobile{
  		height: 30px;
  		width: 30px;
  	}
  }
  .slick-prev{
  	background: url(/airius/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  	left: 100px;
  	@include Desktop{
  		left: 30px;
  	}
  	@include Tablet{
  		background-size: 100%;
  	}
  	@include Mobile{
  		left: 15px;
  	}
  }
  .slick-next{
  	background: url(/airius/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  	right: 100px;
  	@include Desktop{
  		right: 30px;
  	}
  	@include Tablet{
  		background-size: 100%;
  	}
  	@include Desktop{
  		right: 15px;
  	}
  } */
}
.home-banner-sec .home-banner-slider .banner-img-sec .banner-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .home-banner-sec .home-banner-slider .banner-img-sec .banner-img {
    width: auto;
    height: 350px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-banner-sec .home-banner-slider .banner-img-sec .banner-img {
    height: 300px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
  .home-banner-sec .home-banner-slider .banner-img-sec .banner-img {
    height: 250px;
  }
}
.home-banner-sec .home-banner-slider .slick-slide:focus {
  outline: none;
}
.home-banner-sec .home-banner-slider.slick-slider {
  -webkit-user-select: inherit;
  -khtml-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
}
.home-banner-sec .home-banner-slider .banner-content {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  width: 70%;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .home-banner-sec .home-banner-slider .banner-content {
    width: 100vw;
  }
}
.home-banner-sec .home-banner-slider .banner-content .content-box {
  width: 100%;
  padding-left: 60px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .home-banner-sec .home-banner-slider .banner-content .content-box {
    width: 100%;
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-banner-sec .home-banner-slider .banner-content .content-box {
    width: 100%;
    padding-left: 0px;
    margin: 0 auto;
    padding: 2em 0;
  }
}
.home-banner-sec .home-banner-slider .banner-content .content-box h1 {
  color: #FFFFFF;
  font-size: 6rem;
  line-height: 6.5rem;
  margin-bottom: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .home-banner-sec .home-banner-slider .banner-content .content-box h1 {
    font-size: 5rem;
    line-height: 5.5rem;
    margin-bottom: 0em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-banner-sec .home-banner-slider .banner-content .content-box h1 {
    font-size: 4rem;
    line-height: 4.5rem;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
  .home-banner-sec .home-banner-slider .banner-content .content-box h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
.home-banner-sec .home-banner-slider .banner-content .content-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.7rem;
  color: #FFFFFF;
  letter-spacing: -0.93px;
  padding: 25px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .home-banner-sec .home-banner-slider .banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3rem;
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .home-banner-sec .home-banner-slider .banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-banner-sec .home-banner-slider .banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 10px 0px;
    display: none;
  }
}
.home-banner-sec .home-banner-slider .banner-content .content-box a .fa {
  margin-left: 12px;
}

.home-banner-sec .home-banner-slider .banner-content .content-box {
  width: 80%;
  padding-left: 0;
}
.home-banner-sec {
  overflow: hidden;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-banner-sec {
    border-bottom: 2px solid #eee;
  }
}

.home-banner-sec .home-banner-slider .banner-content {
  left: 10vw;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-banner-sec .home-banner-slider .banner-content {
    left: 0vw;
  }
}

.home-banner-slider {
  visibility: hidden;
  overflow: hidden;
}

.home-banner-slider.slick-initialized {
  visibility: visible;
}

.cg-banner {
  width: 100%;
}

.cg-banner-slick-slide {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
}

.cg-banner-pagination-banner-paginate-dots .slick-arrow {
  display: none !important;
}
.cg-banner-pagination-banner-paginate-arrows .slick-dots {
  display: none !important;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .content-position--center-center {
    text-align: center;
    position: relative;
  }
}
.content-position--center-center {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.content-position--center-left {
  text-align: left;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .content-position--center-left {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: translateY(0%);
    width: auto;
  }
}
.content-position--center-right {
  text-align: right;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
.content-position--bottom-center {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
}
.content-position--bottom-left {
  text-align: left;
  position: absolute;
  left: 0%;
  bottom: 0%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .content-position--bottom-left {
    position: relative;
  }
}
.content-position--bottom-right {
  text-align: right;
  position: absolute;
  right: 0%;
  bottom: 0%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .content-position-- {
    position: relative;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}

.theme--left .cg-banner-slick-media-and-text {
  text-align: left;
}
.theme--left .banner-links {
  text-align: left !important;
}

.theme--light {
  color: #000;
  background: #fff;
}
.theme--light a {
  color: #000 !important;
}
.theme--light a:hover {
  color: #666 !important;
}

.theme--dark {
  color: #fff;
  background: #000;
}
.theme--dark a {
  color: #fff;
}

.hide-on-mobile img {
  display: none !important;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .hide-on-mobile img {
    display: block !important;
  }
}

.cg-banner-slick-slider-slides {
  position: relative;
  z-index: 5;
}
.cg-banner-slick-slider-slides img {
  min-height: 0px;
}
.cg-banner-slick-slider-slides .overlay {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
}
.cg-banner-slick-slider-slides .cg-banner-slick-media-and-text-container {
  z-index: 20;
  display: block;
  grid-template-columns: 1fr;
  align-items: center;
  margin: 0;
  color: #000;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .cg-banner-slick-slider-slides .cg-banner-slick-media-and-text-container {
    align-items: top;
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .cg-banner-slick-slider-slides .cg-banner-slick-media-and-text-container {
    display: flex;
    color: #fff;
  }
}
.cg-banner-slick-slider-slides .pre-title {
  font-weight: bold;
  margin-bottom: 1em;
}
.cg-banner-slick-slider-slides .cg-banner-slide-number {
  color: #666;
  font-weight: bold;
  display: none;
}
.cg-banner-slick-slider-slides .cg-banner-slick-media-and-text--media {
  min-height: 0px;
  display: none !important;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .cg-banner-slick-slider-slides .cg-banner-slick-media-and-text--media {
    display: inline-block !important;
    margin: 0 auto;
  }
}
.cg-banner-slick-slider-slides .title {
  font-size: 150%;
  color: #fff;
  margin-bottom: 2vw;
  font-size: 5.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: normal !important;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .cg-banner-slick-slider-slides .title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .cg-banner-slick-slider-slides .title {
    font-size: 2.6rem;
  }
}
.cg-banner-slick-slider-slides .subtitle {
  color: #fff;
}
.cg-banner-slick-slider-slides .subtitle h1 {
  margin-top: 0;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .cg-banner-slick-slider-slides .subtitle {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .cg-banner-slick-slider-slides .subtitle {
    display: block;
  }
}
.cg-banner-slick-slider-slides .banner-links {
  margin-top: 0;
  display: block;
  text-align: left;
  align-items: center;
  justify-content: center;
  margin-top: 2em;
}
.cg-banner-slick-slider-slides .banner-links > div {
  margin: 0 auto 1em auto;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .cg-banner-slick-slider-slides .banner-links {
    margin-top: 1em;
    display: flex;
  }
  .cg-banner-slick-slider-slides .banner-links > div {
    margin: 1em 0;
    margin-bottom: 0;
    margin-left: 1em;
    margin-right: 1em;
  }
}

.show-cg-banner-slide-index .cg-banner-slide-number {
  display: block !important;
}

.theme--flex-column .cg-banner-slick-media-and-text {
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.theme--flex-column .cg-banner-slick-media-and-text--text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  position: absolute;
}

.cg-banner-slick-media-and-text {
  padding: 2em;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7);
}
.cg-banner-slick-media-and-text img {
  max-width: 150px;
}

.theme--text-left .cg-banner-slick-media-and-text,
.theme--text-right .cg-banner-slick-media-and-text {
  grid-template-columns: 1fr;
}
.theme--text-left .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--text,
.theme--text-right .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--text {
  order: 1;
}
.theme--text-left .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--media,
.theme--text-right .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--media {
  order: 2;
}

.theme--center {
  text-align: center;
}
.theme--center .title:after {
  margin: 20px auto;
}
.theme--center .cg-banner-slick-media-and-text {
  grid-template-columns: 1fr;
  text-align: center;
  margin: 0 auto;
}
.theme--center .cg-banner-slick-media-and-text .subtitle {
  margin: 0 auto;
}
.theme--center .cg-banner-slick-media-and-text .title:after {
  margin: 20px auto;
}
.theme--center .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--text {
  order: 1;
}
.theme--center .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--media {
  order: 2;
}

.theme--top .cg-banner-slick-media-and-text-container {
  align-items: top !important;
  display: block;
}
.theme--top .cg-banner-slick-media-and-text-container .cg-banner-slick-media-and-text {
  padding-top: 250px;
}

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

.theme-center-align {
  text-align: center;
}

@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .theme--text-left .cg-banner-slick-media-and-text--text {
    padding-right: 2em;
  }
  .theme--text-left .cg-banner-slick-media-and-text {
    padding-right: 2em;
    grid-template-columns: 1fr 1.5fr;
  }
  .theme--text-left .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--text {
    order: 1;
  }
  .theme--text-left .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--media {
    order: 2;
  }
  .theme--text-right .cg-banner-slick-media-and-text {
    grid-template-columns: 1.5fr 1fr;
  }
  .theme--text-right .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--text {
    order: 2;
  }
  .theme--text-right .cg-banner-slick-media-and-text .cg-banner-slick-media-and-text--media {
    order: 1;
  }
}
/* 
.slick-prev:before,
.slick-next:before {
    //font: normal normal normal 14px/1 FontAwesome;
    //background: $accent-3;
    color: #fff;
    //font-size:28px;    
    display: block;
    height: auto;
    width: auto;
}

.slick-next {
    right: 0px !important;
    z-index: 5;
    height: auto;
    width: auto;
}

.slick-next:before {
    font: normal normal normal 44px/1 FontAwesome !important;
    content: "\f105";
    padding: 0.5em;
}

.slick-prev:before {
    font: normal normal normal 44px/1 FontAwesome !important;
    content: "\f104";
    padding: 0.5em;
}

.slick-prev {
    left: 0px !important;
    z-index: 10;
    height: auto;
    width: auto;
} */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.slick-dots {
  bottom: -25px;
  z-index: 15;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .slick-dots {
    bottom: 2rem !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .slick-dots {
    bottom: 3rem !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .slick-dots {
    bottom: 5rem !important;
  }
}

.slick-dots li button:before {
  color: #fff !important;
}

.slick-dots > li {
  display: inline-block;
}
.slick-dots > li:only-child {
  display: none;
}
.side-banner {
  overflow: hidden;
}
.side-banner .content-position--center-center {
  position: relative;
}
.side-banner .slick-dots {
  left: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .side-banner .slick-dots {
    left: 25% !important;
  }
}
.side-banner .flex {
  display: block;
}
.side-banner .flex > div {
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .side-banner .flex {
    display: flex;
  }
  .side-banner .flex img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .side-banner .flex > div {
    width: 50%;
  }
}
.side-banner .cg-banner-slick-slider-slides .cg-banner-slick-media-and-text-container {
  max-width: 100%;
  width: 100%;
}
.side-banner .cg-banner-slick-media-and-text {
  padding: 5vw;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .side-banner .cg-banner-slick-media-and-text {
    padding: 2vw;
  }
}
.side-banner .cg-banner-slick-media-and-text--text {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.side-banner .cg-banner-slick-slider-slides .banner-links {
  text-align: center;
}
.side-banner .title {
  color: #fff;
  line-height: 1.2em;
}

.single-all_resources h2 {
  line-height: initial;
  letter-spacing: normal;
}
.single-all_resources h2.title {
  margin-bottom: 1em;
}
.single-all_resources .full-width-content a {
  color: #EF2D3A;
}
.single-all_resources .full-width-content p {
  margin-bottom: 0.5em;
}

.mb-gallery {
  padding: 2em;
  /*  .slick-next,
   .slick-next.slick-arrow:focus {
       background: url(/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
       right: -3em;
   }

   .slick-prev,
   .slick-prev.slick-arrow:focus {
       background: url(/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
       left: -3em;
   }

   .slick-arrow {
       position: absolute;
       top: 50%;
       height: 60px;
       width: 60px;
       z-index: 9;
       cursor: pointer;
       border: 0;
       outline: 0;
       color: transparent;
       transform: translateY(-50%);
       font-size: 0;
       padding: 0;

       &:after,
       &:before {
           display:none;

       }
   } */
}
.mb-gallery .mb-gallery-slider img {
  height: 250px;
  padding: 0 0.5em;
}

.limiter {
  margin: 0 auto;
  position: relative;
  max-width: 1170px;
}
.limiter:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .limiter {
    margin: 0 4%;
  }
}

.super-limiter {
  margin: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .super-limiter {
    margin: 0 10%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .super-limiter {
    margin: 0 15%;
  }
}

.bg--light-grey {
  background: #eee;
}

.pt-8 {
  padding-top: 5em;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .pt-8 {
    padding-top: 2em;
  }
}

.pb-8 {
  padding-bottom: 5em;
}

.wp-element-caption {
  background: #000;
  color: #fff;
  margin-top: 0 !important;
  padding: 5px;
}

.full-width-content ul {
  list-style: initial;
  padding: initial;
  margin: initial;
}
.full-width-content ul li {
  list-style: initial;
  list-style-position: inside;
  padding: initial;
  margin: initial;
}
.full-width-content blockquote {
  width: 50%;
  float: right;
  background: #eee;
  padding: 2em;
  margin: 0;
  margin-left: 4em;
  border-bottom: 5px solid #ccc;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .full-width-content blockquote {
    width: 100%;
    float: none;
    margin-bottom: 2em;
    margin-left: 0;
  }
}
.full-width-content blockquote p {
  font-size: 2.25rem;
  line-height: 34px;
}
.full-width-content-boxes ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .full-width-content-boxes ul {
    grid-template-columns: 1fr;
  }
}
.full-width-content-boxes ul li {
  list-style: none;
  background: #eee;
  padding: 2em;
  font-size: 1.7rem;
}

.postid-14959 .inner-page-title-sec h1 {
  display: none;
}

.postid-14959 .resources-content-sec a {
  color: #EF2D3A;
}

.home-service-sec {
  text-align: center;
}
.home-service-sec .service-box-color {
  background: #333333;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 72px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .home-service-sec .service-box-color {
    height: 50px;
  }
}
.home-service-sec .no-padding {
  padding: 0px;
}
.home-service-sec .no-padding:nth-child(1) .service-block {
  border-left: 1px solid #E9E9E9;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .no-padding:nth-child(1) .service-block {
    border-left: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .no-padding {
    border-top: 3px solid #EF2D3A;
    margin-bottom: 30px;
  }
  .home-service-sec .no-padding:first-child {
    border-top: none;
  }
}
.home-service-sec .service-block {
  border-left: 1px solid #E9E9E9;
  height: 100%;
  background: #FFFFFF;
  display: inline-block;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-block {
    border-left: none;
  }
}
.home-service-sec .service-block:last-child {
  border-right: 1px solid #E9E9E9;
  border-left: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-block:last-child {
    border-right: none;
  }
}
.home-service-sec .service-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-service-sec .service-box h4 {
  color: #FFFFFF;
  background: #333333;
  padding: 0 15px 1em 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box h4 {
    font-size: 1.5rem;
  }
}
.home-service-sec .service-box .service-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 300px;
  min-height: 300px;
  background: #FFFFFF;
  overflow: hidden;
  width: 30vw;
  padding: 1em;
}
.home-service-sec .service-box .service-img img {
  width: auto;
  height: auto;
  object-fit: cover;
  min-width: 75px;
  padding: 1em;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .home-service-sec .service-box .service-img img {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box .service-img img {
    width: 30vw;
    padding: 0;
  }
}
.home-service-sec .service-box .service-info {
  padding: 2em 2em;
  border-top: 1px solid #E9E9E9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .home-service-sec .service-box .service-info {
    padding: 2em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box .service-info {
    padding: 0.5em;
  }
}
.home-service-sec .service-box .service-info h3 {
  letter-spacing: 0.92px;
  color: #000000;
  min-height: 65px;
  margin-bottom: 0;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 13px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .home-service-sec .service-box .service-info h3 {
    min-height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box .service-info h3 {
    min-height: auto;
    font-weight: 100;
  }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
  .home-service-sec .service-box .service-info h3 {
    min-height: auto;
    text-transform: none;
  }
}
.home-service-sec .service-box .service-info h4 {
  text-transform: uppercase;
}
.home-service-sec .service-box .service-info p {
  padding: 0px 0px 2em 0;
  line-height: 2.5rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box .service-info p {
    line-height: 2rem;
    font-size: 1.3rem;
  }
}
.home-service-sec .service-box .service-info .read-more-btn {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  max-width: 220px;
  width: auto;
  min-width: 150px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-service-sec .service-box .service-info .read-more-btn:hover {
  color: #FFFFFF;
  background-color: #eee;
}
.home-service-sec .service-box .service-info .read-more-btn .fa {
  margin-left: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box .service-info .read-more-btn {
    position: inherit;
  }
}
.home-service-sec .service-box:hover h4 {
  background: #EF2D3A;
}
.home-service-sec .service-box:hover .service-block {
  background: #F3F3F3;
}
.home-service-sec .service-box:hover .read-more-btn {
  color: #FFFFFF;
  background-color: #DF3641;
}

.home-service-sec .row {
  padding: 0;
  margin: 0;
}

.home-service-sec .row > div {
  padding: 1em 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .row > div:nth-child(2) {
    margin-bottom: 0em;
  }
}

.home-service-sec .row > div:nth-child(3) {
  display: none;
}

.home-service-sec {
  padding: 1em 2em 2em 2em;
  padding: 0;
  box-sizing: border-box;
}

.home-service-sec .service-box .service-info {
  border: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box .service-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.home-service-sec .service-box h4,
.home-service-sec .service-box:hover h4 {
  color: #333;
  font-size: 1.7em;
  background: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box h4,
  .home-service-sec .service-box:hover h4 {
    font-size: 1.2em;
  }
}

.home-service-sec .service-box:hover h4 {
  color: #ef2d3a;
}

.home-service-sec .service-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  margin-top: 0em;
}

.home-service-sec .service-box-color {
  display: none;
}

.home-service-sec .service-block {
  display: flex;
  flex-wrap: nowrap;
}

.home-service-sec .service-block > div {
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-block > div {
    width: 100%;
  }
}

.home-service-sec .service-block .service-img {
  width: 50%;
  height: auto;
  min-height: 100px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-block .service-img {
    width: 50%;
  }
}

.home-service-sec .service-box:hover .service-img img {
  filter: brightness(110%);
}

.home-service-sec .service-block:last-child {
  border: 0;
  border-left: 0px solid #eee;
}

.home-service-sec .service-block {
  background: #eee;
}

.home-service-sec .service-box .service-info h3 {
  line-height: normal;
  min-height: 0;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .service-box .service-info h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
  .home-service-sec .service-box .service-info h3 {
    margin-bottom: 1em;
  }
}

.home-service-sec .row > div:nth-child(2) .service-box:hover h4 {
  color: #DF3641;
}

.home-service-sec .row > div .service-box .read-more-btn {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.home-service-sec .row > div:nth-child(1) .service-box .read-more-btn {
  background-color: #fff;
  border: 2px solid #eee;
  color: #ef2d3a;
}

.home-service-sec .service-block {
  background: #edf6ff;
}

.home-service-sec .row > div:first-child .service-block {
  background: #eee;
  background: linear-gradient(320deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 40%);
}
.home-service-sec .row > div:first-child .service-block .service-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-service-sec .row > div:nth-child(2) .service-block {
  background: #eee;
  background: linear-gradient(320deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 40%);
  background: linear-gradient(320deg, rgba(179, 179, 179, 0.66) 0%, rgba(255, 255, 255, 0.95) 70%);
}
.home-service-sec .row > div:first-child .service-box:hover .service-block .read-more-btn {
  background: #faf0f0;
}

.home-service-sec .row > div:nth-child(2) .service-box:hover .service-block .read-more-btn {
  background: #DF3641;
}

.home-service-sec .video-testimonial {
  padding: 0 !important;
}
.home-service-sec .video-testimonial h4 {
  padding-bottom: 0;
}
.home-service-sec .video-testimonial .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.8);
  padding: 0.5em 1em;
}
.home-service-sec .video-testimonial .service-block {
  z-index: 10;
  flex-direction: column;
  background-image: linear-gradient(320deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%) !important;
  position: relative;
}
.home-service-sec .video-testimonial svg.back {
  width: 100%;
  height: 360px;
  display: block;
  fill: rgba(184, 179, 179, 0.2784313725);
  margin: 0 auto;
  z-index: -10;
  position: absolute;
}
.home-service-sec .video-testimonial svg.back g {
  fill: rgba(0, 0, 0, 0.0352941176);
  fill: rgba(144, 73, 73, 0.11);
}
.home-service-sec .video-testimonial svg.front {
  position: relative;
  max-height: 60px;
  display: block;
  margin: 0 auto 10px auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .video-testimonial svg.front {
    margin: 2em auto 10px auto;
  }
}
.home-service-sec .video-testimonial svg.front g {
  fill: #000000;
  width: 100px;
  height: 100px;
  display: block;
}
.home-service-sec .video-testimonial .image-wrapper {
  margin: 1em auto 1em auto;
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .video-testimonial .image-wrapper {
    margin: 1em 15px;
  }
}
.home-service-sec .video-testimonial .service-info {
  display: flex;
  flex-direction: column;
}
.home-service-sec .video-testimonial .service-info p {
  margin: 0;
  padding-bottom: 0;
}
.home-service-sec .video-testimonial .service-info h3 {
  letter-spacing: initial;
  min-height: 0;
  margin-bottom: 0;
  font-weight: initial;
  text-transform: none;
  font-size: inherit;
  font-weight: 500;
}
.home-service-sec .video-testimonial .service-info .read-more-btn {
  min-width: 0;
}
.home-service-sec .video-testimonial .service-info .read-more-btn .fa-play {
  margin-left: 0;
}
.home-service-sec .video-testimonial .service-info .play-btn {
  border-radius: 50%;
  background: #EF2D3A;
  position: absolute;
  z-index: 20;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-service-sec .video-testimonial .service-info .play-btn .fa-play {
  color: #fff;
  font-size: 25px;
}
.home-service-sec .video-testimonial .service-info img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-width: 75px;
  max-width: 510px;
  padding: 0em;
  display: block;
  width: 30vw;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .home-service-sec .video-testimonial .service-info img {
    width: auto;
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .video-testimonial .service-info img {
    height: auto;
    width: 100%;
  }
}
.home-service-sec .video-testimonial .service-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 300px;
  min-height: 300px;
  background: #F3F3F3;
  overflow: hidden;
  width: 75%;
  padding: 0em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-service-sec .video-testimonial .service-img .video-overlay {
  width: 100%;
  height: 100%;
  background-image: radial-gradient(rgba(225, 204, 255, 0.69), #ffffff);
  background-image: radial-gradient(rgba(255, 255, 255, 0.69), #ffffff);
  background-image: linear-gradient(320deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 40%);
  background-image: linear-gradient(320deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0.34) 40%);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  z-index: 5;
}
.home-service-sec .video-testimonial .service-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-width: 75px;
  padding: 0em;
  display: block;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .home-service-sec .video-testimonial .service-img img {
    width: 30vw;
    padding: 0;
  }
}
.home-service-sec .video-testimonial .service-img video {
  filter: invert(1);
  filter: hue-rotate(0deg) saturate(0.1);
  filter: hue-rotate(344deg) saturate(3.3);
}
.home-service-sec .video-testimonial .service-box {
  display: block;
}
.solutions-application-sec {
  border-top: 1px solid #eee;
  background: #fff;
  margin-top: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .solutions-application-sec {
    margin: 0;
    padding: 0;
  }
}
.solutions-application-sec .solution-block {
  padding: 50px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .solutions-application-sec .solution-block {
    padding: 30px 0px;
  }
}
.solutions-application-sec .solution-box {
  padding: 15px 0px;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .solutions-application-sec .solution-box {
    max-width: 360px;
    margin: 0 auto;
  }
}
.solutions-application-sec .solution-box .solution-img {
  position: relative;
  overflow: hidden;
}
.solutions-application-sec .solution-box .solution-img img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .solutions-application-sec .solution-box .solution-img img {
    width: auto;
    height: auto;
  }
}
.solutions-application-sec .solution-box .solution-btn {
  position: absolute;
  bottom: 15px;
}
.solutions-application-sec .solution-box .solution-btn .readmore-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  background-color: #FFFFFF;
  text-transform: uppercase;
  padding: 15px;
  min-width: 290px;
  max-width: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solutions-application-sec .solution-box .solution-btn .readmore-btn .fa {
  margin-left: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .solutions-application-sec .solution-box .solution-btn .readmore-btn {
    width: 100%;
  }
}
.solutions-application-sec .solution-box:hover .solution-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.solutions-application-sec .solution-box:hover .solution-btn .readmore-btn {
  background: #eee;
}

.solutions-application-sec .solution-block {
  padding: 0 0 0em 0;
  max-width: 1780px;
  max-width: 100vw;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .solutions-application-sec .solution-block {
    width: 100%;
  }
}

.see-all-solutions {
  text-align: center;
  display: none;
  color: #EF2D3A;
  font-size: 12px;
  margin-bottom: 1em;
  text-decoration: underline;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .see-all-solutions {
    display: block;
  }
}

.solution-block .row {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  /**/
  margin: 0;
  padding: 0;
  padding: 2em 2em;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .solution-block .row {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media only screen and (min-width: 1px) and (max-width: 1150px) {
  .solution-block .row {
    grid-template-columns: repeat(6, 1fr);
    padding: 2em 2em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .solution-block .row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .solution-block .row {
    grid-template-columns: repeat(2, 1fr);
    padding: 2em 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
  .solution-block .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

.solution-block .row > div {
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .solution-block .row > div {
    display: none;
  }
  .solution-block .row > div:nth-child(n+8) {
    display: block;
  }
}

/*
.solution-block .row > div:first-child .solution-img:after {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    display:block;
    z-index:10;
}
.solution-block .row > div:last-child .solution-img:after {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    display:block;
    z-index:10;
}

.solution-block .div1 { grid-area: 1 / 1 / 3 / 3; }
.solution-block .div2 { grid-area: 1 / 3 / 2 / 4; }
.solution-block .div3 { grid-area: 1 / 4 / 2 / 5; }
.solution-block .div4 { grid-area: 1 / 5 / 2 / 7; }
.solution-block .div5 { grid-area: 2 / 3 / 3 / 5; }
.solution-block .div6 { grid-area: 2 / 5 / 3 / 6; }
.solution-block .div7 { grid-area: 2 / 6 / 3 / 7; }
*/
.solutions-application-sec .solution-box .solution-btn {
  bottom: 0;
  width: 100%;
}

.solutions-application-sec .solution-box .solution-btn .readmore-btn {
  width: 100%;
  max-width: none;
  min-width: 0;
  background: rgb(255, 255, 255);
  background: #eee;
  color: #666;
  font-size: 1.3rem;
  padding: 5px 0px;
  justify-content: center;
  text-align: center;
  text-transform: none;
  font-weight: 100;
}
.solutions-application-sec .solution-box .solution-btn .readmore-btn .fa {
  display: none;
}

.solutions-application-sec .solution-box {
  padding: 0;
}

.solutions-application-sec .solution-box .solution-img img {
  width: 100%;
  filter: saturate(50%);
  max-height: 150px;
  object-fit: cover;
}

.solutions-application-sec .solution-box .solution-img img:hover {
  width: 100%;
  filter: saturate(0%);
}

.solutions-application-sec {
  margin-top: 2em;
  border: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .solutions-application-sec {
    padding: 1em;
    margin-top: 0em;
  }
}

.solutions-application-sec .title-box-sec {
  border: 0;
  padding: 0;
}

.client-logo-sec {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .client-logo-sec {
    padding-top: 30px;
  }
}
.client-logo-sec .home-client-slider {
  padding: 0px 60px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .client-logo-sec .home-client-slider {
    padding: 0px 30px;
  }
}
.client-logo-sec .home-client-slider .slick-slide:focus {
  outline: none;
}
.client-logo-sec .home-client-slider .slick-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  z-index: 9;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  transform: translateY(-50%);
  font-size: 0px;
  padding: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .client-logo-sec .home-client-slider .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .client-logo-sec .home-client-slider .slick-arrow {
    height: 30px;
    width: 30px;
  }
}
.client-logo-sec .home-client-slider .slick-prev {
  background: url(/airius/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  left: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .client-logo-sec .home-client-slider .slick-prev {
    background-size: 100%;
  }
}
.client-logo-sec .home-client-slider .slick-next {
  background: url(/airius/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  right: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .client-logo-sec .home-client-slider .slick-next {
    background-size: 100%;
  }
}
.client-logo-sec .home-client-slider .client-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 15px;
  min-height: 150px;
}
.client-logo-sec .home-client-slider .client-logo img {
  width: auto;
  height: auto;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .client-logo-sec .home-client-slider .client-logo img {
    width: auto;
    height: auto;
  }
}

.airius-slider .slick-next,
.airius-slider .slick-next.slick-arrow:focus {
  background: url(/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  right: -70px;
}

.airius-slider .slick-prev,
.airius-slider .slick-prev.slick-arrow:focus {
  background: url(/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  left: -70px;
}

.airius-slider .slick-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  z-index: 9;
  cursor: pointer;
  border: 0;
  outline: 0;
  color: transparent;
  transform: translateY(-50%);
  font-size: 0;
  padding: 0;
}
.airius-slider .slick-arrow:after, .airius-slider .slick-arrow:before {
  display: none;
}

.airius-slider figure img {
  height: 150px;
}

.airius-slider figure img {
  object-fit: cover;
  padding: 0 10px;
}

/*
.wp-container-2 {
	display:initial !important;
}
*/
.cboxPhoto {
  max-width: 80vw;
}

.client-logo-sec {
  padding-top: 0;
}

.client-logo-sec .home-client-slider .client-logo img {
  width: 100px;
}

.client-logo-sec .home-client-slider .slick-prev {
  left: 1vw;
  background-size: 100% !important;
}

.client-logo-sec .home-client-slider .slick-next {
  background-size: 100% !important;
  right: 1vw;
}

.client-logo-sec .title-box-sec {
  border-top: 0;
  border-bottom: 0;
}

.client-logo-sec .home-client-slider .client-logo {
  min-height: 110px;
}

/* Smooth Slider */
.client-logo-sec .home-client-slider {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.client-logo-sec .home-client-slider .home-client-slider-inner {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

.client-logo-sec .home-client-slider .home-client-slider-inner.animate-smooth-scroll {
  animation: scroll 110s linear infinite;
}

.client-logo-sec .home-client-slider .client-logo-stack {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
  width: 200px;
}

.client-logo-sec .home-client-slider .client-logo-stack .client-logo {
  margin-top: 20px;
  width: 200px;
}

.single-banner-sec {
  position: relative;
  border-bottom: 3px solid #EF2D3A;
  border: 0;
}
.single-banner-sec .inner-banner-block {
  height: 685px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .single-banner-sec .inner-banner-block {
    height: 500px;
  }
}
.single-banner-sec .inner-banner-block .banner-content {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.single-banner-sec .inner-banner-block .banner-content .container-width {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .single-banner-sec .inner-banner-block .banner-content .content-box .single-img {
    width: 400px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .single-banner-sec .inner-banner-block .banner-content .content-box .single-img {
    width: 300px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .single-banner-sec .inner-banner-block .banner-content .content-box .single-img {
    width: 250px;
  }
}
.single-banner-sec .inner-banner-block .banner-content .content-box h1 {
  color: #FFFFFF;
  padding-top: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .single-banner-sec .inner-banner-block .banner-content .content-box h1 {
    padding-top: 20px;
  }
}
.single-banner-sec .inner-banner-block .banner-content .content-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.7rem;
  color: #FFFFFF;
  letter-spacing: -0.93px;
  padding: 15px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .single-banner-sec .inner-banner-block .banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .single-banner-sec .inner-banner-block .banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .single-banner-sec .inner-banner-block .banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 10px 0px;
  }
}
.single-banner-sec .inner-banner-block .banner-content .content-box .read-more-btn {
  margin-top: 15px;
}
.single-banner-sec .inner-banner-block .banner-content .content-box .read-more-btn .fa {
  margin-left: 12px;
}

.service-sec .service-info {
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding-top: 200px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .service-sec .service-info {
    padding-top: 40px;
  }
}
.service-sec .service-info h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 4.5rem;
  color: #000000;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .service-sec .service-info h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .service-sec .service-info h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.service-sec .service-info h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 10rem;
  color: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .service-sec .service-info h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .service-sec .service-info h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 3rem;
    line-height: 5rem;
  }
}
.service-sec .img-col {
  text-align: center;
  padding-top: 60px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .service-sec .img-col {
    padding-top: 40px;
  }
  .service-sec .img-col img {
    width: 160px;
  }
}
.service-sec .service-dec {
  padding: 60px 0px;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .service-sec .service-dec {
    width: 100%;
    padding: 40px 0px;
  }
}

@property --myColor1 {
  syntax: "<color>";
  initial-value: rgb(0, 180, 255);
  inherits: false;
}
@property --myColor2 {
  syntax: "<color>";
  initial-value: rgba(252, 233, 38, 0.5);
  inherits: false;
}
@property --myColor3 {
  syntax: "<color>";
  initial-value: rgba(254, 151, 12, 0.5);
  inherits: false;
}
@property --myColor4 {
  syntax: "<color>";
  initial-value: rgba(255, 41, 3, 0.5);
  inherits: false;
}
@property --myColor5 {
  syntax: "<color>";
  initial-value: rgba(255, 0, 0, 0.5);
  inherits: false;
}
@property --day1 {
  syntax: "<color>";
  initial-value: rgba(252, 234, 38, 0.032);
  inherits: false;
}
@property --day2 {
  syntax: "<color>";
  initial-value: #d8f4ff;
  inherits: false;
}
@property --day3 {
  syntax: "<color>";
  initial-value: rgba(251, 218, 255, 0.4666666667);
  inherits: false;
}
@property --duration {
  syntax: "<animation-duration>";
  initial-value: 2s;
  inherits: false;
}
@property --hvac_to {
  syntax: "<color>";
  initial-value: rgb(172, 172, 172);
  inherits: false;
}
@property --hvac_to2 {
  syntax: "<color>";
  initial-value: rgb(172, 172, 172);
  inherits: false;
}
@property --hvac_to3 {
  syntax: "<color>";
  initial-value: rgb(172, 172, 172);
  inherits: false;
}
@property --trans-black {
  syntax: "<color>";
  initial-value: rgba(156, 156, 156, 0.5);
  inherits: false;
}
@property --grey {
  syntax: "<color>";
  initial-value: rgb(156, 156, 156);
  inherits: false;
}
.airius-tags {
  display: flex;
  gap: 5px;
  width: 100%;
  padding: 5px;
  background: #eee;
  flex-wrap: wrap;
  padding-left: 0;
  margin-left: -5px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 0;
  padding-bottom: 5px;
  padding-right: 0;
  position: static;
  margin: 1em 0 1em 0;
}
@media only screen and (min-width: 1441px) {
  .airius-tags {
    padding: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: -5px;
    position: static;
    width: auto;
    background: none;
    flex-direction: row;
    justify-content: flex-start;
  }
}

.airius-tag {
  background: rgb(255, 255, 255);
  background: #f0f0f0;
  color: rgb(97, 97, 97);
  display: inline-block;
  padding: 2px 8px 2px 4px;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
  border-radius: 4px;
  border-bottom: 3px solid #d2d2d2;
}
.airius-tag::before {
  display: inline-block;
  font-family: "FontAwesome";
}
.airius-tag.up-to-15m::before, .airius-tag.up-to-30m::before {
  content: "\f07d";
  padding: 0 0.5em;
}
.airius-tag.heating {
  border-bottom: 3px solid rgba(255, 0, 0, 0.25);
}
.airius-tag.heating::before {
  content: "\f06d";
  padding: 0 0.5em;
}
.airius-tag.cooling {
  border-bottom: 3px solid rgba(0, 123, 255, 0.24);
}
.airius-tag.cooling::before {
  content: "\f2dc";
  padding: 0 0.5em;
}

.product-service .title-box-sec {
  margin-bottom: 0px;
  padding-bottom: 0;
  border: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-service .title-box-sec {
    margin-bottom: 40px;
  }
}
.product-service .product-grid {
  background: #eee;
  margin: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  padding: 2em;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .product-service .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .product-service .product-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-service .product-grid {
    grid-template-columns: 1fr;
    margin: 0em;
    padding: 2em;
  }
}
.product-service .title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .product-service .title-wrapper {
    padding: 0px;
  }
}
.product-service .service-block {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.product-service .service-block:hover {
  background: transparent;
}
.product-service .service-block h5 {
  font-size: 22px;
  font-weight: 500;
}
.product-service .service-block h5 a {
  color: #505050;
}
.product-service .service-block .flex-2 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  background: #fff;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border: 1px solid transparent;
  background: linear-gradient(300deg, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
  border: 0;
}
.product-service .service-block .flex-2:hover {
  background: linear-gradient(300deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 35%, rgb(255, 255, 255) 100%);
  transition: background 350ms;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .product-service .service-block .flex-2 {
    flex-direction: column;
    justify-content: space-between;
  }
}
.product-service .service-block .service-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 15px;
}
.product-service .service-block .service-img .active-img {
  display: block;
  width: 150px;
  padding: 0.5em;
}
.product-service .service-block .product-hover {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  opacity: 0;
  display: none;
}
.product-service .service-block .service-decription {
  padding: 2em;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .product-service .service-block .service-decription {
    background: #f6f6f6;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-service .service-block .service-decription {
    padding: 20px 15px;
  }
}
.product-service .service-block .service-decription p {
  font-size: 1.4rem;
  margin: 1em 0;
}
.product-service .service-block .service-decription .product-info .product-title h5 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-service .service-block .service-decription .product-info .product-title h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3rem;
  color: #000000;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-service .service-block .service-decription .product-info .product-title h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
.product-service .service-block .service-decription ul {
  padding: 0px 0px 0px 0px;
  /* 				li:nth-child(3)::before {
  					content: "\f0e7";
  				}	
  				li:nth-child(2)::before {
  					content: "\f07d";
  				}	
  				li:nth-child(1)::before {
  					content: "\f219";
  				}	 */
}
.product-service .service-block .service-decription ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  padding: 5px 0px;
  list-style: none;
  position: relative;
  border-bottom: 1px dotted #ccc;
  display: flex;
}
.product-service .service-block .service-decription ul li:last-child {
  border-bottom: none;
}
.product-service .service-block .service-decription ul li::before {
  content: " ";
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f046";
  display: inline-block;
  color: #999;
  min-width: 30px;
  text-align: center;
}
.product-service .service-block .service-decription ol {
  padding: 10px 0px 0px 20px;
}
.product-service .service-block .service-decription ol li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #000000;
  padding: 2px 0px;
  list-style: decimal;
}
.product-service .service-block .btn {
  display: inline-block;
  font-size: 1.5rem;
}
.product-service .service-block .btn a {
  color: #9d9d9d;
}
.product-service .service-block .btn.discover {
  background: #fff;
}
.product-service .service-block .btn.discover a {
  color: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-service .service-block .btn {
    padding: 0.5em 1em;
  }
}
.product-service .service-block:hover .btn.discover {
  background: #eee;
}
.product-service .service-block:hover .btn.discover a {
  background: #eee;
  color: #EF2D3A;
}
.product-service .service-block:hover .btn a {
  color: black;
}
.product-service .service-block:hover .btn a:hover {
  color: #EF2D3A;
}
.product-service .service-block:hover .service-decription .product-info .product-title h5, .product-service .service-block:hover .service-decription .product-info .product-title h6 {
  color: #EF2D3A;
}
.page-destratification-fans .animate-kerning,
.page-air-purification .animate-kerning {
  animation: test 3s ease-in 1s 1;
  animation-fill-mode: forwards;
}
.page-destratification-fans .animate-overlay,
.page-air-purification .animate-overlay {
  animation: overlay 3s ease-in-out 2s 1;
  animation-fill-mode: both;
}
@keyframes overlay {
  0% {
    filter: contrast(100%) brightness(200%) saturate(0%);
    opacity: 0;
  }
  30% {
    filter: contrast(75%) brightness(150%) saturate(100%);
    opacity: 1;
  }
  100% {
    filter: contrast(50%) brightness(150%) saturate(100%);
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      .page-destratification-fans,
      .page-air-purification {
        filter: contrast(100%) brightness(150%) saturate(100%);
      }
    }
    opacity: 1;
  }
}
@keyframes test {
  0% {
    letter-spacing: 2px;
    lsine-height: 79px;
    opacity: 0;
  }
  100% {
    letter-spacing: 0px;
    lsine-height: 59px;
    opacity: 1;
  }
}
.page-destratification-fans .footer-sec,
.page-air-purification .footer-sec {
  padding-top: 0;
}
.page-destratification-fans .home-client-slider,
.page-destratification-fans .our-clients-sec,
.page-destratification-fans .client-logo-sec,
.page-destratification-fans .title-box-sec,
.page-destratification-fans .testimonial-sec,
.page-air-purification .home-client-slider,
.page-air-purification .our-clients-sec,
.page-air-purification .client-logo-sec,
.page-air-purification .title-box-sec,
.page-air-purification .testimonial-sec {
  display: none !important;
}
.page-destratification-fans .hero-video-container,
.page-air-purification .hero-video-container {
  height: 100vh;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-destratification-fans .hero-video-container,
  .page-air-purification .hero-video-container {
    height: auto;
    position: relative;
  }
}
.page-destratification-fans .hero-video-container video,
.page-air-purification .hero-video-container video {
  object-fit: cover;
  width: 100%;
  filter: contrast(20%) brightness(150%) saturate(80%);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-destratification-fans .hero-video-container video,
  .page-air-purification .hero-video-container video {
    filter: contrast(100%) brightness(100%) saturate(100%);
  }
}
.page-destratification-fans .overlay-1,
.page-air-purification .overlay-1 {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.page-destratification-fans .overlay-2,
.page-air-purification .overlay-2 {
  z-index: 12;
  width: 55%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 50%, rgb(255, 255, 255) 90%);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-destratification-fans .overlay-2,
  .page-air-purification .overlay-2 {
    display: none;
  }
}
.page-destratification-fans .inner-banner-blocks,
.page-air-purification .inner-banner-blocks {
  padding: 5em;
  padding-bottom: 0;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-destratification-fans .inner-banner-blocks,
  .page-air-purification .inner-banner-blocks {
    padding: 0em;
  }
}
.page-destratification-fans .single-banner-sec .banner-content .content-box,
.page-air-purification .single-banner-sec .banner-content .content-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 20;
  overflow: none;
  align-items: flex-start;
  text-align: left;
}
.page-destratification-fans .single-banner-sec .banner-content .content-box img.single-img,
.page-air-purification .single-banner-sec .banner-content .content-box img.single-img {
  width: 150px;
}
.page-destratification-fans .single-banner-sec .banner-content .content-box p,
.page-air-purification .single-banner-sec .banner-content .content-box p {
  color: #000 !important;
  letter-spacing: normal !important;
  display: none;
}
.page-destratification-fans .single-banner-sec .banner-content .content-box h1,
.page-air-purification .single-banner-sec .banner-content .content-box h1 {
  opacity: 0;
  line-height: 59px;
  overflow-wrap: break-word;
  color: #505050 !important;
  border: 0px solid #f00;
  max-width: min-content;
  margin-bottom: 0;
  font-family: "Poppins";
  font-size: 67px;
  font-weight: 900;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0.28);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-destratification-fans .single-banner-sec .banner-content .content-box h1,
  .page-air-purification .single-banner-sec .banner-content .content-box h1 {
    font-size: 42px;
    line-height: 3.5rem;
    max-width: 100%;
    position: absolute;
    bottom: 0em;
    left: 0em;
    padding: 1em 1em 1em 1em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
  .page-destratification-fans .single-banner-sec .banner-content .content-box h1,
  .page-air-purification .single-banner-sec .banner-content .content-box h1 {
    font-size: 27px;
    line-height: 3.2rem;
    max-width: 100%;
  }
}
.page-destratification-fans .single-banner-sec .banner-content .content-box img,
.page-air-purification .single-banner-sec .banner-content .content-box img {
  opacity: 0;
  left: auto;
  top: 0px;
  animation-duration: 1.25s;
  animation-name: moveFan;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  position: relative;
  width: 150px;
  padding-top: 1em;
  display: none;
}
.page-destratification-fans .single-banner-sec .content-box a,
.page-destratification-fans .service-sec,
.page-air-purification .single-banner-sec .content-box a,
.page-air-purification .service-sec {
  display: none;
}
.page-destratification-fans .inner-banner-block,
.page-air-purification .inner-banner-block {
  background-image: linear-gradient(297deg, #def1ff 0%, #ffffff 35%, #fcffe9 100%) !important;
  background-image: circular-gradient(#def1ff 0%, #ffffff 35%, #fcffe9 100%) !important;
  background: radial-gradient(ellipse at top, #e9f6ff 10%, #fff 70%, #ffffff 100%) !important;
  padding: 2em;
  padding-top: 0;
}
.page-destratification-fans .inner-banner-block h1,
.page-air-purification .inner-banner-block h1 {
  color: #333;
}
.page-destratification-fans .product_len,
.page-air-purification .product_len {
  border: 1px solid #eee;
  border-radius: 0.4em;
  overflow: hidden;
}

.page-how-destratification-works-ptest .sec-quote {
  padding: 3em;
}
.page-how-destratification-works-ptest .our-clients-sec {
  display: none;
}
.page-how-destratification-works-ptest .sec-case-studies {
  padding: 2em;
  margin: 2em;
  background: #eee;
}
.page-how-destratification-works-ptest .sec-case-studies .readmore-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  padding: 15px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-how-destratification-works-ptest .sec-case-studies .readmore-btn .fa {
  margin-left: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .page-how-destratification-works-ptest .sec-case-studies .readmore-btn {
    width: 100%;
  }
}
.page-how-destratification-works-ptest .sec-case-studies img {
  width: 100%;
}
.page-how-destratification-works-ptest .message,
.page-how-destratification-works-ptest .full-width-content.message {
  background: #e8daff;
  color: #5d4e86;
  padding: 1em;
  text-align: center;
  font-weight: bold;
}
.page-how-destratification-works-ptest .message .title,
.page-how-destratification-works-ptest .full-width-content.message .title {
  color: #5d4e86;
  font-weight: bold;
  font-size: 1.6rem !important;
  line-height: 2.2rem !important;
  margin: 0;
}
.page-how-destratification-works-ptest .promo .row {
  align-items: center;
  justify-content: center;
}
.page-how-destratification-works-ptest .common-page-content a {
  color: #EF2D3A;
}
.page-how-destratification-works-ptest .common-detail-page.how-it-works .common-page-content h2 {
  margin-top: 0;
}
.page-how-destratification-works-ptest .toggle {
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 10vh;
  transition: all 0.5s;
  display: none;
}
.page-how-destratification-works-ptest .sim-stop {
  opacity: 0;
  transition: all 0.1s;
  left: 2vw;
  position: absolute;
  bottom: 2vh;
  transition: all 0.1s;
  cursor: pointer;
  border-radius: 2px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  color: #898989;
}
.page-how-destratification-works-ptest .sim-stop:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #EF2D3A;
}
.page-how-destratification-works-ptest .sim-start {
  opacity: 1;
  transition: all 0.1s;
  padding: 10px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  cursor: pointer;
  bottom: 50%;
  color: #333;
  position: relative;
  top: 50%;
}
.page-how-destratification-works-ptest .sim-start:hover {
  background: rgba(255, 255, 255, 0.5);
  color: #EF2D3A;
}
.page-how-destratification-works-ptest .plane {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
  transition: all ease-out 0.5s;
}
.page-how-destratification-works-ptest .plane .banner-content {
  display: none;
}
.page-how-destratification-works-ptest h1 {
  color: rgba(0, 0, 0, 0.1) !important;
  opacity: 1;
  padding: 0 !important;
  margin: 0;
  transition: opacity 3s;
  display: none;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(180deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
.page-how-destratification-works-ptest .ceiling-fan {
  background-color: rgba(255, 255, 255, 0.3);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 0px;
  position: absolute;
  left: 21px;
  top: 21px;
  transform-origin: center;
  animation: spin var(--duration) linear infinite;
  opacity: 0;
}
.page-how-destratification-works-ptest .ceiling-fan::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 10px;
  width: 10px;
  border-radius: 50% 50% 50% 50%/85% 85% 15% 15%;
  top: 10px;
}
.page-how-destratification-works-ptest .ceiling-fan::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 10px;
  width: 10px;
  border-radius: 50% 50% 50% 50%/15% 15% 85% 85%;
  top: -10px;
}
.page-how-destratification-works-ptest .entrance .door {
  width: 50px;
  height: 75px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 100;
  position: absolute;
  bottom: 0;
  left: 100px;
  display: none;
}
.page-how-destratification-works-ptest .sign {
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 25px;
  box-shadow: 1px 1px 1px #999;
  opacity: 1;
  z-index: 10;
}
.page-how-destratification-works-ptest .sign img {
  width: 50px;
}
.page-how-destratification-works-ptest .smoke {
  position: absolute;
  display: none;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
}
.page-how-destratification-works-ptest .smoke .smoke-particle {
  background: rgba(0, 0, 0, 0.3);
  width: 2px;
  height: 2px;
  position: absolute;
  animation-duration: 5.25s;
  animation-name: moveSmoke;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
.page-how-destratification-works-ptest .smoke .smoke-particle-1 {
  height: 34px;
  width: 21px;
  left: 71px;
  bottom: 36px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-2 {
  height: 15px;
  width: 6px;
  left: 72px;
  bottom: 88px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-3 {
  height: 19px;
  width: 29px;
  left: 47px;
  bottom: 7px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-4 {
  height: 36px;
  width: 21px;
  left: 59px;
  bottom: 18px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-5 {
  height: 2px;
  width: 25px;
  left: 20px;
  bottom: 14px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-6 {
  height: 23px;
  width: 17px;
  left: 62px;
  bottom: 100px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-7 {
  height: 11px;
  width: 40px;
  left: 35px;
  bottom: 44px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-8 {
  height: 42px;
  width: 3px;
  left: 33px;
  bottom: 96px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-9 {
  height: 4px;
  width: 2px;
  left: 26px;
  bottom: 68px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-10 {
  height: 48px;
  width: 29px;
  left: 2px;
  bottom: 76px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-11 {
  height: 3px;
  width: 13px;
  left: 35px;
  bottom: 16px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-12 {
  height: 22px;
  width: 16px;
  left: 12px;
  bottom: 30px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-13 {
  height: 29px;
  width: 11px;
  left: 21px;
  bottom: 100px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-14 {
  height: 18px;
  width: 7px;
  left: 8px;
  bottom: 86px;
  filter: blur(10px);
}
.page-how-destratification-works-ptest .smoke .smoke-particle-15 {
  height: 20px;
  width: 31px;
  left: 79px;
  bottom: 60px;
  filter: blur(10px);
}
@keyframes moveSmoke {
  from {
    transform: translateX(0) translateY(0) rotate(-13deg);
    left: 0;
    bottom: 0;
    opacity: 0;
  }
  45% {
    transform: translateX(-50px) translateY(-5px);
    opacity: 1;
  }
  to {
    transform: translateX(-100px) translateY(0px);
    opacity: 0;
  }
}
.page-how-destratification-works-ptest .hvac {
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0;
  border: 3px solid #eee;
  border-top: 1px;
  border-left: 0;
  border-bottom: 0;
  border: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: linear-gradient(0deg, var(--hvac_to) 35%, var(--hvac_to3));
}
.page-how-destratification-works-ptest .hvac .grille {
  width: 98%;
  height: 98%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3) 50%, rgba(255, 255, 255, 0.1) 50%, rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 1%;
  left: 1%;
  background-size: 100% 5px;
}
.page-how-destratification-works-ptest .hvac .duct {
  width: 10px;
  height: 5px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: -10px;
  z-index: 10;
  display: none;
}
.page-how-destratification-works-ptest .hvac:after {
  content: "HVAC";
  font-size: 8px;
  color: #666;
  border-bottom: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 8px;
  padding: 2px 2px 2px 5px;
  background: rgb(186, 186, 186);
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.page-how-destratification-works-ptest .hvac:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 4px;
  right: 5px;
  background: white;
  z-index: 10;
}
.page-how-destratification-works-ptest .build {
  opacity: 1;
  transition: all 0.5s;
  border-top-right-radius: 30px;
  border-top-left-radius: 125px;
}
.page-how-destratification-works-ptest .build:after {
  background: radial-gradient(var(--trans-black) 80%, var(--grey) 90%, var(--grey) 100%);
  background: linear-gradient(45deg, var(--trans-black) 70%, var(--grey) 100%);
  background: linear-gradient(90deg, var(--trans-black) 70%, var(--grey) 100%);
  background: rgb(180, 180, 180);
  opacity: 1;
  width: 101%;
  height: 101%;
  display: block;
  content: "";
  bottom: 0px;
  right: -1px;
  position: absolute;
  z-index: 1;
  border-top-right-radius: 20px;
  border-top-left-radius: 115px;
  transition: height 0.5s;
}
.page-how-destratification-works-ptest .building {
  width: 30%;
  height: 90%;
  background: linear-gradient(0deg, var(--myColor1) 55%, var(--myColor2) 80%, var(--myColor3) 90%, var(--myColor4) 95%, var(--myColor5) 100%);
  background: linear-gradient(0deg, rgba(172, 172, 172, 0.5) 5%, #ccc);
  position: absolute;
  left: 5vw;
  bottom: 0;
  z-index: 100;
  border: 10px solid rgb(180, 180, 180);
  border-bottom: 0;
}
.page-how-destratification-works-ptest .building .hvac {
  right: 0;
  transform: translateX(calc(100% + 10px));
  border-top-left-radius: 0px;
}
.page-how-destratification-works-ptest .building .hvac:after {
  border-top-left-radius: 0px;
}
.page-how-destratification-works-ptest .building .hvac .ceiling-fan {
  left: 19px;
  top: 22px;
}
.page-how-destratification-works-ptest .building-2 {
  width: 30vw;
  height: 90%;
  background: linear-gradient(0deg, var(--myColor1) 55%, var(--myColor2) 80%, var(--myColor3) 90%, var(--myColor4) 95%, var(--myColor5) 100%);
  border: 10px solid rgb(180, 180, 180);
  border-bottom: 0;
  position: absolute;
  right: 5vw;
  bottom: 0;
  z-index: 100;
}
.page-how-destratification-works-ptest .building-2 .hvac {
  left: 0;
  transform: translateX(calc(-100% - 10px));
  border-top-right-radius: 0px;
}
.page-how-destratification-works-ptest .building-2 .hvac:after {
  border-top-right-radius: 0px;
}
.page-how-destratification-works-ptest .building-2 .hvac .ceiling-fan {
  left: 21px;
  top: 22px;
}
.page-how-destratification-works-ptest .building-2 .hvac .duct {
  top: 50%;
  right: -10px;
  left: auto;
}
.page-how-destratification-works-ptest .building-2:after {
  display: none;
}
.page-how-destratification-works-ptest .fans {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  position: absolute;
  left: 0;
  top: 0px;
  overflow: hidden;
  transition: all 0s;
  opacity: 1;
}
.page-how-destratification-works-ptest .fans .fan {
  background: url("/wp-content/uploads/2019/03/standard-series-img.png") no-repeat top center;
  background-size: 20px;
  height: 100%;
  width: 20px;
  position: relative;
  transform: translateY(-50px);
  transition: all 0.5s ease 3s;
}
.page-how-destratification-works-ptest .fans .fan:after {
  content: "";
  display: block;
  position: absolute;
  height: 0%;
  background: rgba(255, 255, 255, 0);
  width: 8px;
  left: 50%;
  top: 0;
  filter: blur(7px);
  transform: translateX(-50%) translateY(35px);
  transition: background-color 2s ease-out;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(1n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(2n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(3n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(4n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(5n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(6n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(7n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(8n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(9n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .fans .fan:nth-child(10n) {
  transition-delay: 1s;
}
.page-how-destratification-works-ptest .single-banner-sec {
  border-bottom: 10px solid #beb6dd;
  overflow: hidden;
}
.page-how-destratification-works-ptest .single-banner-sec .content-box {
  transition: opacity 2s;
}
.page-how-destratification-works-ptest .single-banner-sec .content-box img {
  width: 50px;
}
.page-how-destratification-works-ptest .single-banner-sec .content-box .banner-content {
  position: relative;
  z-index: 1000;
}
.page-how-destratification-works-ptest .single-banner-sec .hud {
  position: absolute;
  z-index: 201;
  bottom: 0;
  left: 0;
  width: 100vw;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
}
.page-how-destratification-works-ptest .single-banner-sec .hud .terminal {
  color: black;
  width: 100%;
  padding: 5px;
  text-align: left;
  flex: 2 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  visibility: hidden;
  position: absolute;
  top: 45%;
  left: 2vw;
  font-size: 22px;
}
.page-how-destratification-works-ptest .single-banner-sec .inner-banner-block {
  padding: 4em 2em;
  min-height: 300px;
  transition: all 0.5s;
  background: radial-gradient(ellipse at top, var(--day1) 20%, var(--day2) 50%, var(--day3)) !important;
}
.page-how-destratification-works-ptest .single-banner-sec .inner-banner-block .content-box {
  opacity: 1;
}
.page-how-destratification-works-ptest .single-banner-sec .inner-banner-block .banner-content {
  position: relative;
  z-index: 1000;
}
.page-how-destratification-works-ptest.sim-play .plane {
  transform: translateX(30%);
  transform-origin: bottom;
  transition: all 0.5s;
}
.page-how-destratification-works-ptest.sim-play .sign {
  opacity: 1;
  transition: all 1s;
}
.page-how-destratification-works-ptest.sim-play .build {
  opacity: 1;
  transition: all 0.5s;
}
.page-how-destratification-works-ptest.sim-play .build:after {
  height: 0;
}
.page-how-destratification-works-ptest.sim-play .toggle {
  transition: all 0.1s;
  opacity: 0;
}
.page-how-destratification-works-ptest.sim-play .sim-stop {
  opacity: 1;
  transition: opacity 0.5s ease 3s;
}
.page-how-destratification-works-ptest.sim-play .sim-start {
  opacity: 0;
  transition: all 0.1s;
}
.page-how-destratification-works-ptest.sim-play .building {
  height: 90%;
  border-color: rgb(231, 231, 231);
  animation: changeBackground 10s ease-in-out forwards 1;
  background: linear-gradient(0deg, var(--myColor1) 55%, var(--myColor2) 80%, var(--myColor3) 90%, var(--myColor4) 95%, var(--myColor5) 100%);
}
.page-how-destratification-works-ptest.sim-play .building:after {
  opacity: 1;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.page-how-destratification-works-ptest.sim-play .building .hvac {
  animation-duration: 10s;
  animation-name: changeCoolHvacBackground;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.page-how-destratification-works-ptest.sim-play .building .hvac:after {
  color: #fff;
  background: #999;
}
.page-how-destratification-works-ptest.sim-play .building .hvac:before {
  background: rgb(109, 255, 109);
}
.page-how-destratification-works-ptest.sim-play .building .ceiling-fan {
  --duration: 0.5s;
  animation: spin var(--duration) linear infinite;
  opacity: 0.5;
  transition: all 8s;
}
.page-how-destratification-works-ptest.sim-play .building-2 {
  background: linear-gradient(0deg, var(--myColor1) 55%, var(--myColor2) 80%, var(--myColor3) 90%, var(--myColor4) 95%, var(--myColor5) 100%);
  border-color: rgb(231, 231, 231);
}
.page-how-destratification-works-ptest.sim-play .building-2 .hvac {
  animation-duration: 10s;
  animation-name: changeHotHvacBackground;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.page-how-destratification-works-ptest.sim-play .building-2 .hvac:after {
  color: #fff;
  background: #999;
}
.page-how-destratification-works-ptest.sim-play .building-2 .hvac:before {
  background: rgb(255, 52, 52);
}
.page-how-destratification-works-ptest.sim-play .building-2 .hvac .smoke {
  display: block;
}
.page-how-destratification-works-ptest.sim-play .building-2 .hvac .smoke .smoke-particle {
  animation-name: moveSmoke;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
}
.page-how-destratification-works-ptest.sim-play .building-2 .ceiling-fan {
  opacity: 1;
  transition: all 8s;
  --duration: 0.2s;
  animation: spin var(--duration) linear infinite;
}
.page-how-destratification-works-ptest.sim-play .hvac {
  transition: all 10s;
  transition-delay: 2s;
}
.page-how-destratification-works-ptest.sim-play .inner-banner-block {
  background: radial-gradient(ellipse at top, var(--day1) 20%, var(--day2) 50%, var(--day3)) !important;
  animation-duration: 15s;
  animation-name: sunRise;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  min-height: 60vh;
}
.page-how-destratification-works-ptest.sim-play .inner-banner-block h1 {
  color: #fff !important;
  transition: opacity 0.25s;
}
.page-how-destratification-works-ptest.sim-play .inner-banner-block .content-box {
  opacity: 0;
  transition: opacity 0.25s;
}
.page-how-destratification-works-ptest.sim-play .inner-banner-block .terminal {
  visibility: visible;
}
.page-how-destratification-works-ptest.sim-play .inner-banner-block .fans {
  transition: transform 2s ease-out 5s;
  top: 0;
  opacity: 1;
}
.page-how-destratification-works-ptest.sim-play .inner-banner-block .fan {
  transform: translateY(0%);
}
.page-how-destratification-works-ptest.sim-play .inner-banner-block .fan:after {
  content: "";
  height: calc(100% - 35px);
  background: rgba(255, 255, 255, 0.99);
  transition: all 2s ease-out 2s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(1n) {
  transition-delay: 0.45s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(2n) {
  transition-delay: 0.9s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(3n) {
  transition-delay: 1.35s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(4n) {
  transition-delay: 1.8s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(5n) {
  transition-delay: 2.25s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(6n) {
  transition-delay: 2.7s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(7n) {
  transition-delay: 3.15s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(8n) {
  transition-delay: 3.6s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(9n) {
  transition-delay: 4.05s;
}
.page-how-destratification-works-ptest.sim-play .fan:nth-child(10n) {
  transition-delay: 4.5s;
}

@keyframes changeBackground {
  from {
    --myColor1: rgba(0,180,255,1);
    --myColor2: rgba(252,233,38,0.5);
    --myColor3: rgba(254,151,12,0.5);
    --myColor4: rgba(255,41,3,0.5);
    --myColor5: rgba(255,0,0,0.5);
  }
  to {
    --myColor1: rgba(252,233,38,0.5);
    --myColor2: rgba(252,233,38,0.5);
    --myColor3: rgba(252,233,38,0.5);
    --myColor4: rgba(252,233,38,0.5);
    --myColor5: rgba(254,151,12,0.5);
  }
}
@keyframes defaultBackground {
  to {
    --myColor1: rgba(0,180,255,1);
    --myColor2: rgba(252,233,38,0.5);
    --myColor3: rgba(254,151,12,0.5);
    --myColor4: rgba(255,41,3,0.5);
    --myColor5: rgba(255,0,0,0.5);
  }
  from {
    --myColor1: rgba(252,233,38,0.5);
    --myColor2: rgba(252,233,38,0.5);
    --myColor3: rgba(252,233,38,0.5);
    --myColor4: rgba(252,233,38,0.5);
    --myColor5: rgba(254,151,12,0.5);
  }
}
@keyframes changeCoolHvacBackground {
  to {
    --hvac_to: rgba(0, 147, 15, 0.094);
    --hvac_to2: #ccc;
    --hvac_to3: #ccc;
  }
}
@keyframes changeHotHvacBackground {
  to {
    --hvac_to: rgba(255, 0, 0, 0.234);
    --hvac_to2: rgba(255, 145, 0,0.2);
    --hvac_to3: rgba(255, 217, 0,0.2);
  }
}
@keyframes revealBuilding {
  to {
    --trans-black: rgba(0, 0, 0, 0);
  }
}
@keyframes sunRise {
  from {
    --day1: rgba(252,233,38,0.1);
    --day2: #d8f4ff;
    --day3: #d8f4ff;
  }
  to {
    --day1: rgba(252,233,38,0.3);
    --day2: #fee1ff23;
    --day3: #d8f4ff;
  }
}
@keyframes animateBuilding {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(30%);
    transform-origin: bottom;
  }
}
@keyframes moveFan {
  from {
    opacity: 0;
  }
  to {
    transform-origin: top;
    opacity: 1;
  }
}
.page-destratification-fans .single-banner-sec .content-box a {
  display: none;
}
.page-destratification-fans .inner-banner-block {
  background-color: #eee;
}
.page-destratification-fans .inner-banner-block h1 {
  color: #333;
}

.page-air-purification .single-banner-sec .content-box a,
.page-air-purification .single-banner-sec .content-box img,
.page-air-purification .service-sec {
  display: none;
}
.page-air-purification .inner-banner-block {
  background-image: linear-gradient(90deg, #020024 0%, #090979 35%, #00d4ff 100%) !important;
}

.lightbox-receiver {
  width: 0;
  height: 0;
  overflow: hidden;
}
.lightbox-receiver .lightbox-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3em;
  margin: 2em;
  border-bottom: 1px solid rgba(157, 157, 157, 0.23);
  border-top: 1px solid rgba(0, 131, 255, 0.13);
  width: fit-content;
  margin: 0 auto 2em auto;
  padding: 1em 4em;
  box-shadow: 0 0 250px rgba(54, 54, 54, 0.21);
  border-radius: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .lightbox-receiver .lightbox-flex {
    gap: 1em;
    flex-direction: column;
  }
}
.lightbox-receiver.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.85);
  background: rgba(255, 255, 255, 0.95);
  background: radial-gradient(circle, rgb(255, 255, 255) 40%, rgb(239, 254, 255) 100%);
  transition: background 0.3s ease;
}
.lightbox-receiver.active:after {
  content: url(/wp-content/uploads/2019/03/airius-logo-red.svg);
  color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 4;
  opacity: 0.3;
  filter: grayscale(1);
  width: 200px;
}
.lightbox-receiver .gallery-lightbox {
  width: 100%;
  max-width: initial;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  /* 		@media only screen and (min-width: 600px) {
  			max-width: 580px;
  		}
  		@media only screen and (min-width: 992px) {
  			max-width: 900px;
  		}
  		@media only screen and (min-width: 1200px) {
  			max-width: 1024px;
  		} */
}
.lightbox-receiver .gallery-lightbox .lightbox-close {
  position: absolute;
  right: 0px;
  color: #ccc;
  top: 5em;
  width: 40px;
  height: 40px;
  z-index: 9999;
  transform: translateY(-100%);
  cursor: pointer;
}
@media only screen and (min-width: 480px) {
  .lightbox-receiver .gallery-lightbox .lightbox-close {
    width: 60px;
    height: 60px;
  }
}
.lightbox-receiver .gallery-lightbox .lightbox-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
}
@media only screen and (min-width: 480px) {
  .lightbox-receiver .gallery-lightbox .lightbox-close i {
    font-size: 26px;
  }
}
.lightbox-receiver .gallery-lightbox h2 {
  color: #333;
  text-align: center;
  margin-bottom: 1em;
  font-size: 2.5rem;
  line-height: initial;
  font-weight: normal;
}
.lightbox-receiver .gallery-lightbox .lightbox-caption {
  z-index: 1000;
  text-align: center;
  margin: 1em auto;
}
.lightbox-receiver .gallery-lightbox .lightbox-caption a {
  color: #fff;
}
.lightbox-receiver .gallery-lightbox .btn {
  background: #EF2D3A;
  color: #fff;
  margin: 1em 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 2rem;
}
.lightbox-receiver .gallery-lightbox .slick-slide {
  padding: 0 40px;
}
@media only screen and (min-width: 480px) {
  .lightbox-receiver .gallery-lightbox .slick-slide {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 768px) {
  .lightbox-receiver .gallery-lightbox .slick-slide {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 993px) {
  .lightbox-receiver .gallery-lightbox .slick-slide {
    padding: 0;
  }
}
.lightbox-receiver .gallery-lightbox .slick-slide img {
  margin: 0 auto;
  box-shadow: 0 0 200px rgba(0, 143, 255, 0.14), 0 0 10px rgba(116, 116, 116, 0.34);
  border-bottom: 1px solid rgba(0, 131, 255, 0.23);
  border-top: 1px solid rgba(0, 131, 255, 0.23);
}
.lightbox-receiver .gallery-lightbox .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  font-size: 0;
  background: none;
  border: 0;
}
.lightbox-receiver .gallery-lightbox .slick-arrow:before {
  height: 30px;
  width: 30px;
  font-size: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .lightbox-receiver .gallery-lightbox .slick-arrow:before {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 993px) {
  .lightbox-receiver .gallery-lightbox .slick-arrow:before {
    height: 60px;
    width: 60px;
  }
}
.lightbox-receiver .gallery-lightbox .slick-next {
  right: 2vw;
}
.lightbox-receiver .gallery-lightbox .slick-next:before {
  font-size: 30px;
  font: var(--fa-font-solid);
  content: "\f061";
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #ccc;
}
.lightbox-receiver .gallery-lightbox .slick-prev {
  left: 2vw;
}
.lightbox-receiver .gallery-lightbox .slick-prev:before {
  font: var(--fa-font-solid);
  content: "\f060";
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  left: 1vw;
  color: #ccc;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  font-size: 0;
  background: none;
  border: 0;
}

.slick-arrow:before {
  height: 30px;
  width: 30px;
  font-size: 30px;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .slick-arrow:before {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 993px) {
  .slick-arrow:before {
    height: 60px;
    width: 60px;
  }
}

.electrical-tabbing-sec {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 60px;
}
.electrical-tabbing-sec .tabbing-nav {
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-nav {
    display: none;
  }
}
.electrical-tabbing-sec .tabbing-nav ul {
  border-bottom: none;
  display: none;
}
.electrical-tabbing-sec .tabbing-nav ul li {
  width: 50%;
}
.electrical-tabbing-sec .tabbing-nav ul li a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 6rem;
  color: #000000;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  border: none;
  border-radius: 0px;
  padding: 30px 100px;
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .electrical-tabbing-sec .tabbing-nav ul li a {
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .electrical-tabbing-sec .tabbing-nav ul li a {
    padding: 30px 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .electrical-tabbing-sec .tabbing-nav ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    line-height: 4rem;
    padding: 30px 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .electrical-tabbing-sec .tabbing-nav ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 4rem;
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-nav ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.electrical-tabbing-sec .tabbing-nav ul li a.active {
  color: #000000;
  background-color: #FFB926;
}
.electrical-tabbing-sec .tabbing-nav ul li a#tab-electrical-contracting {
  text-align: right;
}
.electrical-tabbing-sec .tabbing-details {
  padding: 60px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .electrical-tabbing-sec .tabbing-details {
    padding: 60px 0px 30px 0px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-details {
    padding: 30px 0px 30px 0px;
  }
}
.electrical-tabbing-sec .tabbing-details .card {
  background: transparent;
  border: none;
  border-radius: 0;
}
.electrical-tabbing-sec .tabbing-details .card .card-header {
  border-radius: 0px;
  background-color: transparent;
  border: none;
  padding: 0px;
}
.electrical-tabbing-sec .tabbing-details .card .card-header a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: #000000;
  text-transform: uppercase;
  display: block;
  background-color: #FFB926;
  padding: 10px 15px;
}
.electrical-tabbing-sec .tabbing-details .card .card-header a.collapsed {
  background-color: #E9E9E9;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-details .card .card-header a {
    margin-bottom: 15px;
  }
}
.electrical-tabbing-sec .tabbing-details .card .card-body {
  padding: 0px;
  margin-right: -15px;
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.electrical-tabbing-sec .tabbing-details .card .card-body .card-box {
  border: 1px solid #000000;
  padding: 20px;
  margin-bottom: 30px;
  display: block;
  cursor: pointer;
  height: 255px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .card-box {
    height: auto;
  }
}
.electrical-tabbing-sec .tabbing-details .card .card-body .card-box:hover {
  background-color: #FFB926;
  border: 1px solid #FFB926;
}
.electrical-tabbing-sec .tabbing-details .card .card-body .card-box h5 {
  margin-bottom: 15px;
  height: 86px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .card-box h5 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .card-box h5 {
    height: auto;
  }
}
.electrical-tabbing-sec .tabbing-details .card .card-body .card-box p {
  height: 112px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .card-box p {
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .card-box {
    padding: 15px;
  }
}
.electrical-tabbing-sec .tabbing-details .card .card-body .expert-content h2 {
  padding-bottom: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .expert-content h2 {
    padding-bottom: 10px;
  }
}
.electrical-tabbing-sec .tabbing-details .card .card-body .expert-content .factory-sec {
  margin-top: 50px;
}
.electrical-tabbing-sec .tabbing-details .card .card-body .expert-content .factory-sec ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #000000;
  list-style: none;
  margin-left: 0px;
  position: relative;
  padding-left: 15px;
}
.electrical-tabbing-sec .tabbing-details .card .card-body .expert-content .factory-sec ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  display: inline-block;
  top: 11px;
  left: 0px;
  border-radius: 50%;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .expert-content .factory-sec {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .expert-content .factory-sec {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-details .card .card-body .load-more-btn {
    margin: 0px 0px 30px 0px;
  }
}
.electrical-tabbing-sec .tabbing-details #expert-installation .card-body {
  align-items: center;
}

@media (min-width: 768px) {
  .electrical-tabbing-sec .tabbing-nav ul {
    display: flex;
  }
  .electrical-tabbing-sec .tabbing-details .card {
    border: none;
  }
  .electrical-tabbing-sec .tabbing-details .card .card-header {
    display: none;
  }
  .electrical-tabbing-sec .tabbing-details .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .electrical-tabbing-sec .tabbing-details .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
}
.counter {
  background: url("../../images/counter-bg.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0em;
  margin-bottom: 0em;
  color: #5a5a5a;
}

.counter::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0.3) 34%);
}

.counter__heading {
  font-size: 3rem;
  line-height: 4rem;
  color: #333;
  display: inline-block;
  padding: 2rem;
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .counter__heading {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

.counter__boxes {
  z-index: 100;
  background: rgba(255, 255, 255, 0.6);
  /*background: linear-gradient(0deg, rgba(255,255,255,1) 10%, rgba(255,255,255,0.3) 34%);*/
  border-radius: 10px;
  padding: 1em 1em;
  margin: 2em auto 0 auto;
  position: relative;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-width: 10px;
  border-style: solid;
  border-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0)) 1;
  max-width: 1200px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .counter__boxes {
    margin: 1em;
  }
}
.counter .video-wrapper {
  z-index: 0;
}

.counter video {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.counter__icons {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1em;
  display: none;
}

.counter__desc {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .counter__desc {
    flex-direction: column;
    margin-top: 0em;
  }
}

.counter__desc > div {
  padding: 0em;
  margin: 0 2em;
  min-width: 0px;
  border-radius: 4px;
  position: relative;
  border: 0px solid #ccc;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .counter__desc > div {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .counter__desc > div {
    width: 100%;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0);
  }
}

.counter__desc .counter__image {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%) translateX(-50%);
  position: relative;
  left: auto;
  top: auto;
  transform: none;
}
.counter__image img {
  width: 475px;
  height: 475px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .counter__image img {
    width: 75px;
    height: 75px;
  }
}

.counter__title {
  font-family: "Poppins", sans-serif;
  text-transform: none;
  letter-spacing: normal;
  color: #333;
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .counter__title {
    font-size: 1.2rem;
  }
}

.counter__money-saved,
.counter__co2-saved {
  padding: 0.5em;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #333;
  font-weight: normal;
  line-height: normal;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .counter__money-saved,
  .counter__co2-saved {
    font-size: 1.2rem;
  }
}
.counter__money-saved span:nth-child(2) p,
.counter__co2-saved span:nth-child(2) p {
  max-width: 75%;
  text-align: center;
  margin: 0 auto;
  letter-spacing: normal;
}

.counter .big {
  font-size: 4rem;
  padding: 0 0.5em;
  font-weight: bold;
  font-family: "Roboto Mono", monospace;
  color: #333;
  text-shadow: 0px 3px 0px rgba(187, 187, 187, 0.5);
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .counter .big {
    font-size: 3rem;
    padding: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .counter .big {
    font-size: 2.5rem;
  }
}

.counter__cta {
  z-index: 100;
}

.counter__cta p {
  font-size: 1.2rem;
  margin-bottom: 2em;
  letter-spacing: normal;
}

.counter .read-more-btn {
  transition: none;
  border-radius: 4px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .counter .read-more-btn {
    font-size: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .counter .read-more-btn {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1.5rem 2rem;
  }
}

.counter .read-more-btn:hover {
  background: #ef4853;
  transition: none;
}

.testimonial-sec {
  background-color: #EDEDED;
  padding: 60px 0px;
  text-align: center;
}
.testimonial-sec h2 {
  padding-bottom: 30px;
}
.testimonial-sec .testimonial-slider {
  /* .slick-arrow{
  	position: absolute;
  	top: 50%;
  	height: 36px;
  	width: 21px;
  	z-index: 9;
  	cursor: pointer;
  	border: none;
  	outline: none;
  	color: transparent;
  	transform: translateY(-50%);
  	font-size: 0px;
  	padding:0px;
  }
  .slick-prev{
  	background: url(/airius/wp-content/uploads/2019/03/prev-btn-arrow.svg) no-repeat;
  	left: 0px;
  }
  .slick-next{
  	background: url(/airius/wp-content/uploads/2019/03/next-btn-arrow.svg) no-repeat;
  	right: 0px;
  } */
}
.testimonial-sec .testimonial-slider p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #000000;
}
.testimonial-sec .testimonial-slider span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
  padding-top: 10px;
  display: block;
}
.testimonial-sec .testimonial-slider .slick-list {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .testimonial-sec .testimonial-slider .slick-list {
    width: 70%;
  }
}
.testimonial-sec .testimonial-slider .slick-slide:focus {
  outline: none;
}
.testimonial-sec .testimonial-slider.slick-slider {
  -webkit-user-select: inherit;
  -khtml-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
}

.services-three-col {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .services-three-col {
    padding-top: 30px;
  }
}
.services-three-col .services-inner-title {
  text-align: center;
  padding-bottom: 30px;
}
.services-three-col .mar-btm-0 {
  margin-bottom: 30px;
}
.services-three-col .mar-btm-0:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .services-three-col .mar-btm-0:last-child {
    margin-bottom: 30px;
  }
}
.services-three-col .column-show {
  display: block;
}
.services-three-col .column-hide {
  display: none;
}

.common-box-body {
  line-height: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .common-box-body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.common-box-body .box-link {
  display: inline-block;
  position: relative;
}
.common-box-body .box-link .box-img {
  position: relative;
  overflow: hidden;
}
.common-box-body .box-link .box-img img {
  height: 310px;
  width: 360px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.common-box-body .box-link .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 28px 15px;
  background: #eee;
  padding: 0.5em 1em;
}
.common-box-body .box-link .box-title h4 {
  color: #FFFFFF;
  color: #666;
  font-size: 2rem;
  line-height: 3.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .common-box-body .box-link .box-title h4 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .common-box-body .box-link .box-title h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.common-box-body .box-link:hover .box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .common-box-body .box-link {
    margin-bottom: 30px;
  }
}

.black-box-body .service-box-link {
  background-color: #000000;
  padding: 20px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 140px;
  height: 140px;
}
.black-box-body .service-box-link:hover {
  background-color: #EF2D3A;
}
.black-box-body .service-box-link .service-box-ic {
  width: 40px;
  margin-right: 60px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .black-box-body .service-box-link .service-box-ic {
    margin-right: 20px;
  }
}
.black-box-body .service-box-link .service-box-ic img {
  max-width: inherit;
}
.black-box-body .service-box-link .service-box-title {
  width: calc(100% - 100px);
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .black-box-body .service-box-link .service-box-title {
    width: calc(100% - 60px);
  }
}
.black-box-body .service-box-link .service-box-title h4 {
  color: #FFFFFF;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .black-box-body .service-box-link .service-box-title h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .black-box-body .service-box-link .service-box-title h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.two-col-listing {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .two-col-listing {
    padding-top: 30px;
  }
}
.two-col-listing .listing-box {
  line-height: 0px;
  margin-bottom: 30px;
}
.two-col-listing .listing-box .box-link {
  display: inline-block;
  position: relative;
}
.two-col-listing .listing-box .box-link .box-img {
  position: relative;
  overflow: hidden;
}
.two-col-listing .listing-box .box-link .box-img img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.two-col-listing .listing-box .box-link .box-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.5em 1em;
}
.two-col-listing .listing-box .box-link .box-title h4 {
  color: #000000;
  font-size: 1.8rem;
  line-height: 2.5rem;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .two-col-listing .listing-box .box-link .box-title h4 {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .two-col-listing .listing-box .box-link .box-title h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.two-col-listing .listing-box .box-link .category-label {
  position: absolute;
  top: 10px;
  left: 0px;
  height: auto;
  display: none;
}
.two-col-listing .listing-box .box-link .category-label span {
  display: inline-block;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #eee;
  background: rgba(255, 255, 255, 0.9);
  color: #666;
  text-align: center;
  padding: 10px 10px 10px 5px;
  font-size: 12px;
  border-left: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 250ms ease-in-out;
}
.two-col-listing .listing-box .box-link .category-label span:before {
  font-family: "FontAwesome";
  content: "\f02b";
  display: inline-block;
  margin-right: 5px;
}
.two-col-listing .listing-box .box-link:hover .category-label span {
  background: #EF2D3A;
  background: rgb(239, 45, 58);
  background: linear-gradient(270deg, rgb(239, 45, 58) 61%, rgba(239, 45, 58, 0.6) 81%, rgba(154, 32, 40, 0.403) 100%);
  color: #fff;
  padding-left: 10px;
  transition: padding 500ms ease-in-out, background-color 500ms ease-in-out;
}
.two-col-listing .listing-box .box-link:hover h4 {
  color: #EF2D3A;
}
.two-col-listing .listing-box .box-link:hover .box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.inner-banner-slider-sec {
  position: absolute;
  top: 0;
  left: 0;
}
.inner-banner-slider-sec .inner-banner-slider {
  position: relative;
  /* .slick-arrow{
  	position: absolute;
  	top: 50%;
  	height: 60px;
  	width: 60px;
  	z-index: 9;
  	cursor: pointer;
  	border: none;
  	outline: none;
  	color: transparent;
  	transform: translateY(-50%);
  	font-size: 0px;
  	padding:0px;
  	@include Tablet{
  		height: 40px;
  		width: 40px;
  	}
  	@include Mobile{
  		height: 30px;
  		width: 30px;
  	}
  }
  .slick-prev{
  	background: url(/airius/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  	left: 100px;
  	@include Desktop{
  		left: 30px;
  	}
  	@include Tablet{
  		background-size: 100%;
  	}
  	@include Mobile{
  		left: 15px;
  	}
  }
  .slick-next{
  	background: url(/airius/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  	right: 100px;
  	@include Desktop{
  		right: 30px;
  	}
  	@include Tablet{
  		background-size: 100%;
  	}
  	@include Desktop{
  		right: 15px;
  	}
  } */
}
.inner-banner-slider-sec .inner-banner-slider .inner-banner-img img {
  width: 100%;
  height: 1400px;
  object-fit: cover;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .inner-banner-slider-sec .inner-banner-slider .inner-banner-img img {
    width: 100%;
    height: 1600px;
    object-fit: cover;
  }
}
.inner-banner-slider-sec .inner-banner-slider .slick-slide:focus {
  outline: none;
}
.inner-banner-slider-sec .inner-banner-slider.slick-slider {
  -webkit-user-select: inherit;
  -khtml-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
}
.inner-banner-slider-sec .inner-banner-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgb(255, 255, 255) 90%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgb(255, 255, 255) 90%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgb(255, 255, 255) 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.inner-banner-content {
  padding: 60px 0 20px 0;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .inner-banner-content {
    /*bottom: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;  
    display: -moz-box;   
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;*/
    left: 20px;
    width: calc(100% - 20px);
  }
}
.inner-banner-content .inner-banner-content {
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .inner-banner-content {
    left: 0px;
    bottom: 0;
  }
  .inner-banner-content .content-box {
    width: 100%;
  }
  .inner-banner-content .inner-banner-content {
    left: 0;
    bottom: 0;
  }
}
.inner-banner-content .content-container {
  display: grid;
  grid-template-columns: 2fr 1fr;
  width: 100%;
  gap: 60px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .inner-banner-content .content-container {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.inner-banner-content .content-box {
  text-align: left;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .inner-banner-content .content-box {
    float: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .inner-banner-content .content-box {
    padding: 15px;
  }
}
.inner-banner-content .content-box h1 {
  color: #333333;
}
.inner-banner-content .content-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #333333;
  padding: 5px 0px 15px;
  letter-spacing: -0.2px;
  font-weight: 600;
  max-width: 1000px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .inner-banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 20px 0px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .inner-banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 15px 40px 15px 0px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .inner-banner-content .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding: 15px 40px 15px 0px;
  }
}
.inner-banner-content .product-highlight-inner {
  padding: 20px 0 30px 0;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .inner-banner-content .product-highlight-inner {
    justify-items: start;
  }
}
.inner-banner-content .product-highlight-inner .product-highlight-item-content {
  color: #333333;
  font-size: 16px;
  font-weight: medium;
}
.inner-banner-content .product-banner-product-image {
  position: relative;
  margin-top: 60px;
  height: auto;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .inner-banner-content .product-banner-product-image {
    height: 400px;
    margin-top: 0px;
  }
}
.inner-banner-content .product-banner-product-image img {
  width: 100%;
  object-fit: contain;
  max-height: 450px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .inner-banner-content .product-banner-product-image img {
    height: 400px;
    max-height: 400px;
  }
}

.features-benefits-sec {
  background-color: #252525;
  padding: 60px 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec {
    padding: 40px 0px;
  }
  .features-benefits-sec .mobile-display-none {
    display: none;
  }
  .features-benefits-sec .mobile-full {
    max-width: 100% !important;
    flex: inherit;
  }
}
.features-benefits-sec .features-div .desktop-hidden {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .features-div .desktop-hidden {
    display: block;
  }
}
.features-benefits-sec .features-div select.desktop-hidden {
  background: #fff;
  width: 100%;
  padding: 8px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff url("/airius/wp-content/uploads/2019/05/drop-down-arrow.png") no-repeat right 15px center;
}
.features-benefits-sec .features-div .feature.feature-show {
  display: block;
}
.features-benefits-sec .features-div .feature.feature-hide {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .features-div .feature .content-sec {
    margin-top: 20px;
  }
  .features-benefits-sec .features-div .feature .content-sec h3 {
    display: none;
  }
  .features-benefits-sec .features-div .feature .content-sec p {
    color: #FFFFFF;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.features-benefits-sec .features-div .feature .imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
}
.features-benefits-sec .features-div h3,
.features-benefits-sec .features-div p {
  color: #FFFFFF;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .features-div h3,
  .features-benefits-sec .features-div p {
    color: #EF2D3A;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
.features-benefits-sec .features-div li {
  color: #FFFFFF;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .features-div {
    margin-top: 30px;
    width: 100%;
  }
}
.features-benefits-sec .features-box .features-col {
  margin-bottom: 20px;
}
.features-benefits-sec .features-box .features-col .mobile-hidden {
  display: block;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .features-box .features-col .mobile-hidden {
    display: none;
  }
}
.features-benefits-sec .features-box .features-col h3 {
  color: #EF2D3A;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .features-box .features-col h3 {
    padding-bottom: 15px;
  }
}
.features-benefits-sec .features-box .features-col ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  float: left;
  width: 45%;
  font-weight: 300 !important;
  margin-right: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .features-benefits-sec .features-box .features-col ul li {
    width: 100%;
  }
}
.features-benefits-sec .features-box .features-col ul li a {
  cursor: pointer;
  color: #FFFFFF;
}
.features-benefits-sec .features-box .features-col ul li a.bullet-color, .features-benefits-sec .features-box .features-col ul li a:hover {
  color: #EF2D3A;
}
.features-benefits-sec .features-box .features-col p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.features-benefits-sec .features-box .options-col {
  margin-top: 45px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .features-box .options-col {
    margin-top: 30px;
  }
}
.features-benefits-sec .features-box .options-col h3 {
  color: #EF2D3A;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .features-box .options-col h3 {
    padding-bottom: 15px;
  }
}
.features-benefits-sec .features-box .options-col ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
}
.features-benefits-sec .features-box .options-col p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.features-benefits-sec .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .product-img {
    padding: 30px 0px;
    justify-content: center;
  }
}
.features-benefits-sec .benefits-box h3 {
  color: #FFFFFF;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .features-benefits-sec .benefits-box h3 {
    padding-bottom: 15px;
  }
}
.features-benefits-sec .benefits-box ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  list-style: disc;
  margin-left: 20px;
}
.features-benefits-sec .benefits-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  margin-bottom: 10px;
}

@keyframes animatedGradient {
  from {
    background-size: 100%;
  }
  to {
    background-size: 200%;
  }
}
.product-template-default .product-gallery-container {
  width: 500px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .product-gallery-container {
    width: 100%;
  }
}
.product-template-default .slick-slider {
  display: none;
  opacity: 0;
}
.product-template-default .slick-slider.slick-initialized {
  display: block;
}
.product-template-default .slick-initialized {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
.product-template-default .product-gallery .slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 2em 0;
  /* @include Mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  } 
  @include MobileSmall {
    grid-template-columns: 1fr; 
  } */
}
.product-template-default .product-gallery .slick-dots li button {
  background: #fff;
  color: #bbb;
  border: 1px solid #bbb;
  border-radius: 50%;
}
.product-template-default .product-gallery .slick-dots li button:hover {
  color: #fff;
  background: #EF2D3A;
  border-color: #EF2D3A;
}
.product-template-default .product-gallery .slick-dots li.slick-active button {
  color: #fff;
  background: #EF2D3A;
  border-color: #EF2D3A;
}
.product-template-default .text-container ul {
  margin-left: 2em;
}
.product-template-default .text-container ul, .product-template-default .text-container li {
  list-style: circle;
}
.product-template-default .text-container a {
  color: red;
}
.product-template-default .our-clients-sec {
  display: none;
}
.product-template-default .inner-banner-content {
  width: 100%;
  padding-bottom: 4em;
}
.product-template-default .inner-banner-content a {
  color: red;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .inner-banner-content .content-box p {
    padding-right: 0px;
  }
}
.product-template-default .navbar-header .contact-btn a {
  margin-top: 0;
}
.product-template-default .navbar-header p,
.product-template-default .navbar-header span {
  line-height: inherit;
}
.product-template-default .container-full-width {
  padding: 0 80px;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .product-template-default .container-full-width {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .container-full-width {
    padding: 0 20px;
  }
}
.product-template-default h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1.2em;
  background: linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 177, 56) 22%, rgb(255, 246, 99) 39%, rgb(0, 255, 95) 60%, rgb(0, 255, 245) 77%, rgb(0, 42, 255) 100%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgb(51, 51, 51) 0%, rgb(107, 107, 107) 100%);
  background-clip: text;
  color: transparent !important;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.2em;
  }
}
.product-template-default h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 5.5rem;
  margin-bottom: 0.5em;
}
.product-template-default h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 4rem;
}
.product-template-default h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 3.5rem;
}
.product-template-default p,
.product-template-default span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.product-template-default img {
  width: 100%;
  object-fit: contain;
}
.product-template-default section .contact-btn a {
  display: block;
  width: fit-content;
  margin-top: 60px;
  background-color: #ef2d3a;
  color: #fff;
  padding: 14px 20px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
}
.product-template-default section .contact-btn a i {
  margin-left: 12px;
}
.product-template-default .fancybox-content {
  padding: 0;
}
.product-template-default .assurance-sec {
  padding: 80px 0;
}
.product-template-default .assurance-sec h2 {
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-template-default .assurance-sec h2 {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
}
.product-template-default .assurance-sec h4 {
  margin-top: 30px;
}
.product-template-default .assurance-sec .assurance-items-container {
  display: grid;
  gap: 80px;
  margin: 0 auto;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-template-default .assurance-sec .assurance-items-container > div {
    text-align: center;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .product-template-default .assurance-sec .assurance-items-container {
    gap: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-template-default .assurance-sec .assurance-items-container {
    grid-template-columns: 1fr;
  }
}
.product-template-default .assurance-sec .assurance-items-container img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
}
.product-template-default .case-study-sec {
  padding: 120px 0;
}
.product-template-default .case-study-sec .wp-block-buttons,
.product-template-default .case-study-sec .wp-block-image,
.product-template-default .case-study-sec .wp-block-spacer {
  display: none;
}
.product-template-default .case-study-sec .subhead {
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}
.product-template-default .case-study-sec .container {
  padding: 0 20px;
}
.product-template-default .case-study-sec .content-container {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .case-study-sec .content-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .case-study-sec .image-container {
    order: -1;
  }
}
.product-template-default .case-study-sec .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2px;
}
.product-template-default .case-study-sec .text-container {
  padding-right: 20px;
}
.product-template-default .case-study-sec .text-container img {
  max-width: 300px;
  object-fit: contain;
  max-height: 300px;
}
.product-template-default .case-study-sec .text-container h2 {
  margin-top: 20px;
  line-height: 1.25em;
}
.product-template-default .case-study-sec .text-container h6 {
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.product-template-default .case-study-sec .text-container ul li {
  font-size: 16px;
}
.product-template-default .downloads-sec {
  padding: 80px 0;
}
.product-template-default .downloads-sec .content-container {
  padding: 0 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .product-template-default .downloads-sec .content-container {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .downloads-sec .content-container {
    padding: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .downloads-sec .content-container {
    grid-template-columns: 1fr;
  }
}
.product-template-default .downloads-sec .content-card {
  background-color: #F7F7F7;
  border-radius: 2px;
}
.product-template-default .downloads-sec .content-card > img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.product-template-default .downloads-sec .content-card .content-card-inner {
  padding: 30px;
}
.product-template-default .downloads-sec h4 {
  margin-bottom: 20px;
}
.product-template-default .downloads-sec p {
  max-width: 400px;
  margin-top: 20px;
}
.product-template-default .downloads-sec a {
  color: #EF2D3A;
}
.product-template-default .downloads-sec a.download-link {
  color: #EF2D3A;
  display: block;
  font-size: 16px;
  padding-top: 5px;
  border-top: 1px solid #ddd;
  padding-bottom: 5px;
}
.product-template-default .downloads-sec a.download-link::before {
  content: "\f1c1";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
}
.product-template-default .downloads-sec a:first-child {
  border-top: 0px solid #ddd;
}
.product-template-default .downloads-sec .technical-downloads-container a {
  display: none;
}
.product-template-default .downloads-sec .technical-downloads-container a:nth-child(-n+10) {
  display: block;
}
.product-template-default .downloads-sec .technical-downloads-container a.show-all {
  display: block;
}
.product-template-default .downloads-sec #technical-downloads-view-toggle {
  color: #EF2D3A;
  background: 0;
  padding: 20px 0 0 0;
  font-weight: 600;
  border: 0;
}
.product-template-default .features-benefits-sec {
  position: relative;
  z-index: 1;
  min-height: 400px;
  padding: 5em 0 8em 0;
  background-color: #F7F7F7;
  background-color: #f6f8ff;
  height: auto;
}
.product-template-default .features-benefits-sec h3 {
  margin: 30px 0;
}
.product-template-default .features-benefits-sec h2 {
  margin: 30px 0;
}
.product-template-default .features-benefits-sec .content-container {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 60px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-template-default .features-benefits-sec .content-container {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}
.product-template-default .features-benefits-sec .product__benefits-slider-container {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.product-template-default .features-benefits-sec .product__benefits-slider-container blockquote {
  margin: 0;
}
.product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container li button {
  border-radius: 9999px;
  padding: 10px 15px;
  background-color: #fff;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  color: #333;
  transition: 0.25s ease;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container li button {
    width: 100%;
  }
}
.product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container li button:hover {
  color: #ffffff;
  background-color: #EF2D3A;
}
.product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container li.slick-active button {
  color: #ffffff;
  background-color: #EF2D3A;
}
.product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container li.slick-active button::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: inherit;
  transform: rotate(45deg);
  bottom: -5px;
  left: calc(50% - 5px);
}
.product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container .slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container .slick-dots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
  .product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container .slick-dots {
    grid-template-columns: 1fr;
  }
}
.product-template-default .features-benefits-sec .product__benefits-slider {
  width: 100%;
  overflow: hidden;
}
.product-template-default .features-benefits-sec .product__benefits-slider a {
  color: red;
}
.product-template-default .features-benefits-sec .product__benefits-image {
  width: 100%;
  height: 500px;
  margin-top: -px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-template-default .features-benefits-sec .product__benefits-image {
    order: -1;
    height: 400px;
    margin-top: 0;
  }
}
.product-template-default .features-benefits-sec .product__benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.product-template-default .features-benefits-sec .product__benefits-slider-inner-text {
  padding-right: 40px;
  padding-top: 2em;
}
.product-template-default .features-benefits-sec .product__benefits-slider-inner-text blockquote {
  border-left: 5px solid #fff;
  padding-left: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  background: rgba(255, 255, 255, 0.5);
  font-weight: normal !important;
}
.product-template-default .features-benefits-sec .product__benefits-slider-inner-text blockquote strong {
  font-weight: normal !important;
}
.product-template-default .features-options-sec {
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
.product-template-default .features-options-sec h3 {
  margin-bottom: 40px;
}
.product-template-default .features-options-sec .features-options__title-area {
  max-width: 750px;
}
.product-template-default .features-options-sec .features-options__featured-option {
  position: relative;
}
.product-template-default .features-options-sec .features-options__featured-option .features-options__featured-option-background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-template-default .features-options-sec .features-options__featured-option .features-options__featured-option-background-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-template-default .features-options-sec .features-options__featured-option .features-options__featured-option-content {
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  position: relative;
  padding: 5em 10em 5em 10em;
  border-radius: 2px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-template-default .features-options-sec .features-options__featured-option .features-options__featured-option-content {
    padding: 2em 1em;
  }
}
.product-template-default .features-options-sec .features-options__featured-option .features-options__featured-option-content h3,
.product-template-default .features-options-sec .features-options__featured-option .features-options__featured-option-content p {
  max-width: 750px;
}
.product-template-default .features-options-sec .features-options__options {
  position: relative;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px 40px;
  padding: 2em 5em;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .features-options-sec .features-options__options {
    padding: 1em 2em;
  }
}
.product-template-default .features-options-sec .features-options__options > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 0px solid #eee;
  width: 100%;
  flex: 0 0 250px;
}
.product-template-default .features-options-sec .features-options__options img {
  height: auto;
  width: 100%;
  max-width: 250px;
  object-fit: cover;
  border-radius: 2px;
  margin: 0 auto;
  padding: 0.5em;
  background: #eee;
}
.product-template-default .features-options-sec .features-options__options h4 {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.2em;
}
.product-template-default .features-options-sec .features-options__options h4,
.product-template-default .features-options-sec .features-options__options p {
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-template-default .features-options-sec .features-options__options {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .features-options-sec .features-options__options {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-template-default .get-quote-bar-sec {
  padding: 40px 80px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .product-template-default .get-quote-bar-sec {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .get-quote-bar-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-template-default .get-quote-bar-sec > .container-fluid {
  padding: 0 40px;
  display: flex;
  justify-content: center;
  gap: 40px;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .get-quote-bar-sec > .container-fluid {
    padding: 0;
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    flex-wrap: nowrap;
    align-items: center;
  }
}
.product-template-default .get-quote-bar-sec .contact-btn a {
  margin-top: 0;
}
.product-template-default .installation-gallery-sec {
  padding: 0em 0 5em 0;
}
.product-template-default .installation-gallery-sec .container-fluid {
  padding: 0;
}
.product-template-default .installation-gallery-sec .gallery-container {
  margin-top: 40px;
}
.product-template-default .installation-gallery-sec .slick-slide {
  padding-right: 10px;
  height: 500px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .installation-gallery-sec .slick-slide {
    height: 300px;
  }
}
.product-template-default .installation-gallery-sec .slick-slide img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  display: block !important;
}
.product-template-default .installation-gallery-sec .installation-slider-arrow-container {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.product-template-default .installation-gallery-sec .installation-slider-arrow-container .slick-arrow {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.product-template-default .installation-gallery-sec .installation-slider-arrow-container .slick-arrow::before {
  color: #EF2D3A;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 99%;
  }
  50% {
    background-position: 100% 2%;
  }
  100% {
    background-position: 0% 99%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 99%;
  }
  50% {
    background-position: 100% 2%;
  }
  100% {
    background-position: 0% 99%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 99%;
  }
  50% {
    background-position: 100% 2%;
  }
  100% {
    background-position: 0% 99%;
  }
}
.product-template-default .three-js-sec {
  position: relative;
  background: radial-gradient(circle, rgb(108, 108, 108) 0%, rgb(20, 20, 20) 100%);
}
.product-template-default .three-js-sec .three-js-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgb(255, 255, 255);
  display: block;
  opacity: 1;
  transition: opacity 2s, visibility 2s;
}
.product-template-default .three-js-sec .three-js-loader-overlay-hidden {
  opacity: 0;
  transition: opacity 2s, visibility 2s;
}
.product-template-default #obj-loader-status {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background: linear-gradient(135deg, #ff2c2c, #ffc200, #00e5ff, #1e00ff);
  z-index: 300;
}
.product-template-default .product-video-sec {
  padding: 5em 80px;
  background-color: #F7F7F7;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .product-template-default .product-video-sec {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .product-video-sec {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.product-template-default .product-video-sec h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 4.25rem;
}
.product-template-default .product-video-sec .title-container {
  display: block;
  text-align: center;
}
.product-template-default .product-video-sec .title-container span {
  font-size: 16px;
  color: #696969;
  display: block;
  margin-top: 10px;
}
.product-template-default .product-video-sec .content-container > * {
  display: none;
}
.product-template-default .product-video-sec figure {
  display: block !important;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-top: 40px;
}
.product-template-default .product-video-sec figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.product-template-default .product-video-sec .contact-btn a {
  margin-left: auto;
  margin-right: auto;
}
.product-template-default .product-video-sec .product-video-sec-video-container {
  margin: 0 auto;
  max-width: 800px;
  border-radius: 2px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .product-template-default .product-video-sec .product-video-sec-video-container {
    max-width: 600px;
  }
}
.product-template-default .product-video-sec .product-video-sec-video-container iframe {
  border-radius: 5px;
}
.product-template-default .product-testimonial-sec {
  padding: 0 80px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-template-default .product-testimonial-sec {
    padding: 0;
  }
}
.product-template-default .product-testimonial-sec .title-container {
  padding: 20px;
  display: block;
  text-align: center;
}
.product-template-default .product-testimonial-sec h3 {
  margin-top: 12px;
  font-size: 28px;
  line-height: 1.25em;
}
.product-template-default .product-testimonial-sec span {
  font-size: 16px;
  color: #696969;
  display: block;
  margin-top: 10px;
}
.product-template-default .footer-button-sec {
  padding: 80px 0;
}
.product-template-default .footer-button-sec .container-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-template-default .footer-button-sec .container-inner {
    flex-direction: column;
    align-items: center;
  }
}
.product-template-default .footer-button-sec .container-inner .product-footer-button {
  padding: 30px;
  color: #fff;
  max-width: 500px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 20px;
  border-radius: 2px;
}
.product-template-default .footer-button-sec .container-inner .product-footer-button span {
  font-size: 24px;
  line-height: 1.2em;
}
.product-template-default .footer-button-sec .container-inner .product-footer-button.product-footer-button--main {
  background-color: #EF2D3A;
}
.product-template-default .footer-button-sec .container-inner .product-footer-button.product-footer-button--alt {
  background-color: #333333;
}
.product-template-default .footer-button-sec .container-inner .product-footer-button i {
  font-size: 36px;
}

.fancybox-close-small svg {
  color: #ffffff;
}

/* # For Old Build Highlights */
.product-build-highlights-sec {
  padding-bottom: 5em;
  padding-top: 0em;
  background: #F7F7F7;
  background-color: #f6f8ff;
}
.product-build-highlights-sec .product-build-highlights-inner {
  display: flex;
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-build-highlights-sec .product-build-highlights-inner {
    grid-template-columns: 1fr;
  }
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item {
  position: relative;
  background: #333;
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-image-container {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-image-container > div {
  position: relative;
  width: 100%;
  background: #333;
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-image-container > div img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
  object-fit: cover;
  opacity: 1;
  position: relative;
  display: block;
  height: 300px;
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-content-container {
  position: relative;
  z-index: 1;
  padding: 3em 3em 5em 3em;
  display: grid;
  color: #fff;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-content-container {
    padding: 60px 40px;
  }
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-content-container h2 {
  color: inherit;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2em;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-content-container h2 {
    margin-bottom: 40px;
  }
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-content-container p {
  color: inherit;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-content-container-inner {
    padding-right: 20px;
  }
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item .product-build-highlights-image-overlay {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: #333;
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item.product-build-highlight-item--reverse .product-build-highlights-image-overlay {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  background: #ccc;
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item.product-build-highlight-item--reverse .product-build-highlights-content-container {
  text-align: right;
}
.product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item.product-build-highlight-item--reverse .product-build-highlights-content-container-inner {
  padding-right: 0;
  padding-left: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-build-highlights-sec .product-build-highlights-inner .product-build-highlights-item.product-build-highlight-item--reverse .product-build-highlights-content-container-inner {
    padding-right: 0;
    padding-left: 20px;
  }
}

.product-highlight-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-items: center;
  align-items: center;
  padding: 20px 0;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-highlight-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-highlight-inner {
    grid-template-columns: 1fr;
  }
}

.product-highlight-item {
  display: grid;
  align-items: center;
  width: 100%;
  gap: 10px;
  grid-template-columns: 30px 1fr;
}
.product-highlight-item .product-highlight-item-content {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.product-highlight-item .product-highlight-item-icon {
  justify-self: center;
}
.product-highlight-item .product-highlight-item-icon img {
  height: 30px;
}

.product-faq-sec {
  padding-top: 80px !important;
}
.product-faq-sec .card-body {
  background-color: #fff !important;
}

.accordion-inner-wrapper {
  border-bottom: 1px solid #ddd;
  padding: 12px 0px;
}
.accordion-inner-wrapper:last-child {
  border-bottom: 0;
}

.accordion-inner-title {
  border: 0;
  display: flex;
  color: #EF2D3A;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  font-size: 18px;
  transition: 0.25s ease;
  padding-bottom: 10px;
}
.accordion-inner-title i {
  transform: rotate(90deg);
  transition: 0.25s ease;
}
.accordion-inner-title.collapsed {
  color: #666;
  padding-bottom: 0;
}
.accordion-inner-title.collapsed i {
  transform: rotate(0deg);
}

.banner-animated {
  position: relative;
  overflow: hidden;
}

.banner-animated::after {
  content: "";
  z-index: 20;
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(0, 255, 140, 0.4), rgba(0, 180, 90, 0.3), rgba(0, 255, 140, 0.4));
  background: linear-gradient(120deg, rgba(60, 255, 0, 0.4), rgba(25, 210, 163, 0.17), rgba(0, 255, 140, 0.4));
  background-size: 300% 300%;
  animation: bannerShift 8s ease-in-out infinite;
  pointer-events: none;
  opacity: 0.5;
}

@keyframes bannerShift {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.banner-green {
  width: 100%;
  color: #fff !important;
  text-align: center;
  margin-top: 4em;
}
.banner-green h1 {
  color: #fff !important;
  text-align: center;
  background: none;
}
.banner-green .content-box p {
  color: #fff;
  text-align: center;
  max-width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .banner-green .content-box p {
    padding-right: 0px;
  }
}

.product-model-sec {
  padding-top: 50px;
  text-align: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-model-sec {
    padding-top: 30px;
  }
}
.product-model-sec img {
  display: block;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-model-sec img {
    display: none;
  }
}
.product-model-sec .mobile-view-download {
  display: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-model-sec .mobile-view-download {
    display: block;
  }
}
.product-model-sec .mobile-view-download .fa {
  margin-left: 10px;
}

.related-product-sec {
  border-top: 1px solid #E9E9E9;
  margin-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .related-product-sec {
    margin-top: 10px;
  }
}
.related-product-sec h2 {
  padding: 50px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .related-product-sec h2 {
    padding: 30px 0px;
  }
}
.related-product-sec .related-product-box {
  border: 1px solid #E9E9E9;
  padding: 20px 40px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .related-product-sec .related-product-box {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .related-product-sec .related-product-box {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
}
.related-product-sec .related-product-box .product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  height: 360px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .related-product-sec .related-product-box .product-img img {
    width: 100%;
    max-width: 80%;
  }
}
.related-product-sec .related-product-box h5 {
  padding: 20px 0px 10px 0px;
  text-align: left;
}
.related-product-sec .related-product-box ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #000000;
  list-style: none;
  text-align: left;
  position: relative;
  padding-left: 15px;
}
.related-product-sec .related-product-box ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000000;
  display: inline-block;
  top: 11px;
  left: 0px;
  border-radius: 50%;
}
.related-product-sec .related-product-box:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.inner-page-title-sec .content-box h1 {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .inner-page-title-sec .content-box h1 {
    padding-top: 30px;
  }
}

.product-showcase-sec {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-showcase-sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.product-showcase-sec .services-inner-title {
  text-align: center;
  margin-bottom: 30px;
}
.product-showcase-sec .product-showcase-block {
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block;
}
.product-showcase-sec .product-showcase-box {
  width: 33.33%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-showcase-sec .product-showcase-box {
    width: 50%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-showcase-sec .product-showcase-box {
    width: 100%;
  }
}
.product-showcase-sec .product-showcase-box h4 {
  color: #FFFFFF;
}
.product-showcase-sec .product-showcase-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.8rem;
  letter-spacing: -0.93px;
  color: #FFFFFF;
  margin-top: 15px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .product-showcase-sec .product-showcase-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .product-showcase-sec .product-showcase-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .product-showcase-sec .product-showcase-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.awards-sec {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .awards-sec {
    padding-top: 30px;
  }
}
.awards-sec .awards-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #000000;
}
.awards-sec .awards-block .awards-box {
  background-color: #000000;
  padding: 30px;
  text-align: center;
}
.awards-sec .awards-block .awards-box h4 {
  color: #FFFFFF;
}
.awards-sec .awards-block .awards-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.8rem;
  letter-spacing: -0.93px;
  color: #FFFFFF;
  margin-top: 15px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .awards-sec .awards-block .awards-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .awards-sec .awards-block .awards-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .awards-sec .awards-block .awards-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}
.awards-sec .awards-block .awards-img {
  padding: 15px;
}

.airius-pagination {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 1em 0 2em 0;
}
.airius-pagination .nav-previous,
.airius-pagination .nav-next,
.airius-pagination .nav-previous a,
.airius-pagination .nav-next a {
  min-width: 100px;
  display: inline-block;
  font-size: 12px;
}
.airius-pagination .nav-total {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  gap: 1em;
}

.airius-pagination .pagination {
  justify-content: center;
}

.airius-pagination a {
  color: red;
  padding: 5px 10px;
  border: 1px solid #eee;
  background: #eee;
  text-align: center;
}

.page-numbers.current {
  padding: 5px 10px;
  border: 1px solid #eee;
}

.searchandfilter-container {
  background: #F7F7F7;
}

.searchandfilter {
  padding: 1.5em 0;
  width: 100%;
}
.searchandfilter h4 {
  margin: 0 0 5px 0;
  padding: 0;
  line-height: initial;
  font-size: 13px;
  color: #666;
  display: none;
}
.searchandfilter input,
.searchandfilter select {
  border: 0px solid #eee;
  background: #fff;
  padding: 5px;
  width: 100%;
  color: #333 !important;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
}
.searchandfilter .sf-field-submit input {
  background-color: #ccc;
  text-transform: uppercase;
}
.searchandfilter .search-filter-reset {
  background: none;
  border: 2px solid #ccc;
  text-transform: uppercase;
  font-size: 13px;
  color: #666;
}

.searchandfilter ul {
  display: flex;
  gap: 0.5em;
  justify-content: space-evenly;
  align-items: flex-end;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .searchandfilter ul {
    flex-direction: column;
    align-items: center;
  }
  .searchandfilter ul label {
    display: block;
  }
}
.searchandfilter ul li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.filter-sec {
  background-color: #F7F7F7;
  padding: 34px 0px;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.filter-sec .filter-row {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .filter-sec .filter-row {
    display: block;
  }
}
.filter-sec .filter-row .filter-dropdown-box {
  margin: 0px 1px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .filter-sec .filter-row .filter-dropdown-box {
    margin: 10px 0px;
  }
}
.filter-sec .filter-row .filter-dropdown-box .dropdown-header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px 20px;
  background-color: #FFFFFF;
}
.filter-sec .filter-row .filter-dropdown-box .dropdown-header-box .selected-value {
  color: #333333;
}
.filter-sec .filter-row .filter-dropdown-box .dropdown-header-box .fa {
  color: #333333;
  font-size: 12px;
}
.filter-sec .filter-row .filter-dropdown-box ul {
  border: 1px solid #E9E9E9;
  padding: 8px 20px;
  background-color: #FFFFFF;
  margin-top: 2px;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.filter-sec .filter-row .filter-dropdown-box ul li a {
  color: #333333;
  padding: 6px 0px;
  display: block;
}
.filter-sec .filter-row .filter-dropdown-box ul li a:hover {
  color: #EF2D3A;
}
.filter-sec .filter-row .filter-search-box {
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .filter-sec .filter-row .filter-search-box {
    margin: 10px 0px;
  }
}
.filter-sec .filter-row .filter-search-box .filter-search-group {
  padding: 8px 20px;
  font-family: "Poppins", sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  margin: 0px 1px;
  border: none;
  width: 100%;
}
.filter-sec .filter-row .filter-search-box .filter-search-group::-webkit-input-placeholder {
  color: #333333;
}
.filter-sec .filter-row .filter-search-box .filter-search-group::-moz-placeholder {
  color: #333333;
}
.filter-sec .filter-row .filter-search-box .filter-search-group:-ms-input-placeholder {
  color: #333333;
}
.filter-sec .filter-row .filter-search-box .filter-search-group:-moz-placeholder {
  color: #333333;
}
.filter-sec .filter-row .filter-clear-box a {
  background-color: #EF2D3A;
  background: #b3b3b3;
  color: #FFFFFF;
  padding: 8px 20px;
  margin: 0px 1px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-weight: bold;
}

/*==== Resources Banner Start =====*/
.resources-detail-banner-sec .resources-detail-slider .slick-slide:focus {
  outline: none;
}
.resources-detail-banner-sec .resources-detail-slider .slick-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  z-index: 9;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  transform: translateY(-50%);
  font-size: 0px;
  padding: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .resources-detail-banner-sec .resources-detail-slider .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .resources-detail-banner-sec .resources-detail-slider .slick-arrow {
    height: 30px;
    width: 30px;
  }
}
.resources-detail-banner-sec .resources-detail-slider .slick-prev {
  background: url(/airius/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  left: -80px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .resources-detail-banner-sec .resources-detail-slider .slick-prev {
    left: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .resources-detail-banner-sec .resources-detail-slider .slick-prev {
    background-size: 100%;
  }
}
.resources-detail-banner-sec .resources-detail-slider .slick-next {
  background: url(/airius/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  right: -80px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .resources-detail-banner-sec .resources-detail-slider .slick-next {
    right: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .resources-detail-banner-sec .resources-detail-slider .slick-next {
    background-size: 100%;
  }
}
.resources-detail-banner-sec .resources-detail-video .resources-banner {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.resources-detail-banner-sec .resources-detail-video .resources-banner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==== Resources Banner End =====*/
/*==== Social Sharing Start =====*/
.social-share-sec .social-share-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 15px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .social-share-sec .social-share-box {
    justify-content: center;
  }
}
.social-share-sec .social-share-box h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  line-height: 3.6rem;
  color: #000000;
  letter-spacing: 1.09px;
  text-transform: capitalize;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .social-share-sec .social-share-box h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.social-share-sec .social-share-box ul li {
  display: inline-block;
  margin-left: 25px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .social-share-sec .social-share-box ul li {
    margin-left: 15px;
  }
}
.social-share-sec .social-share-box ul li a {
  font-size: 2.2rem;
  color: #000000;
  background-color: #D8D8D8;
  padding: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10rem;
  -webkit-border-radius: 10rem;
  -moz-border-radius: 10rem;
}
.social-share-sec .social-share-box ul li a:hover {
  background-color: #EF2D3A;
  color: #FFFFFF;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .social-share-sec .social-share-box ul li a {
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
  }
}

/*==== Social Sharing End =====*/
/*==== Resources Content Start =====*/
.resources-content-sec {
  padding-top: 30px;
}
.resources-content-sec .resources-content-logo {
  text-align: center;
  padding: 50px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .resources-content-sec .resources-content-logo {
    padding: 30px 0px;
  }
  .resources-content-sec .resources-content-logo img {
    width: 160px;
  }
}
.resources-content-sec p {
  margin-bottom: 20px;
}
.resources-content-sec .key-points-sec {
  background-color: #252525;
  padding: 35px 60px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .resources-content-sec .key-points-sec {
    padding: 30px;
  }
}
.resources-content-sec .key-points-sec h6 {
  color: #FFFFFF;
}
.resources-content-sec .key-points-sec ul {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .resources-content-sec .key-points-sec ul {
    padding-top: 20px;
  }
}
.resources-content-sec .key-points-sec ul li {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #FFFFFF;
  list-style: disc;
  margin-left: 20px;
  width: 31%;
  padding-right: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .resources-content-sec .key-points-sec ul li {
    width: 100%;
  }
}
.resources-content-sec .resources-gallery {
  padding: 10px 0px 30px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .resources-content-sec .resources-gallery img {
    margin-bottom: 30px;
  }
}
.resources-content-sec.custom-slide .wp-block-gallery {
  margin: 0 -20px;
  /* 			.slick-prev{
  				background: url(/airius/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  				left: -70px;

  				@include LaptopSmall{
  					left: 20px;
  				}
  				@include Tablet{
  					background-size: 100%;					
  				}

  			}
  			.slick-next{
  				background: url(/airius/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  				right: -70px;
  				@include LaptopSmall{
  					right: 20px;
  				}
  				@include Tablet{
  					background-size: 100%;					
  				}

  			} */
}
@media only screen and (min-width: 1px) and (max-width: 1440px) {
  .resources-content-sec.custom-slide .wp-block-gallery {
    margin: 0;
  }
}
.resources-content-sec.custom-slide .wp-block-gallery .blocks-gallery-item {
  margin: 0 10px;
}
.resources-content-sec.custom-slide .wp-block-gallery .blocks-gallery-item figure img {
  height: 150px;
}
.resources-content-sec.custom-slide .wp-block-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  width: 60px;
  z-index: 9;
  cursor: pointer;
  border: none;
  outline: none;
  color: transparent;
  transform: translateY(-50%);
  font-size: 0px;
  padding: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .resources-content-sec.custom-slide .wp-block-gallery .slick-arrow {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .resources-content-sec.custom-slide .wp-block-gallery .slick-arrow {
    height: 30px;
    width: 30px;
  }
}

.single-all_resources .resources-content-sec.term-id-29 figure {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.single-all_resources .resources-content-sec.term-id-29 figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==== Resources Content End =====*/
.industries-banner-slider-sec {
  position: relative;
}
.industries-banner-slider-sec .industries-banner-slider {
  position: relative;
  /* .slick-arrow{
  	position: absolute;
  	top: 50%;
  	height: 60px;
  	width: 60px;
  	z-index: 9;
  	cursor: pointer;
  	border: none;
  	outline: none;
  	color: transparent;
  	transform: translateY(-50%);
  	font-size: 0px;
  	padding:0px;
  	@include Tablet{
  		height: 40px;
  		width: 40px;
  	}
  	@include Mobile{
  		height: 30px;
  		width: 30px;
  	}



        &:after,
        &:before {
            display:none;

        }

  }
  .slick-prev{
  	background: url(/airius/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  	left: 100px;
  	@include Desktop{
  		left: 30px;
  	}
  	@include Tablet{
  		background-size: 100%;
  	}
  	@include Mobile{
  		left: 15px;
  	}
  }
  .slick-next{
  	background: url(/airius/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  	right: 100px;
  	@include Desktop{
  		right: 30px;
  	}
  	@include Tablet{
  		background-size: 100%;
  	}
  	@include Desktop{
  		right: 15px;
  	}
  } */
}
.industries-banner-slider-sec .industries-banner-slider .inner-banner-img img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-banner-slider-sec .industries-banner-slider .inner-banner-img img {
    width: 100%;
    object-fit: cover;
  }
}
.industries-banner-slider-sec .industries-banner-slider .slick-slide:focus {
  outline: none;
}
.industries-banner-slider-sec .industries-banner-slider.slick-slider {
  -webkit-user-select: inherit;
  -khtml-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
}
.industries-banner-slider-sec .inner-banner-content .content-box {
  position: absolute;
  bottom: 70px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-banner-slider-sec .inner-banner-content .content-box {
    /*top: 0;
    bottom: 0;
    display: -webkit-box;  
    display: -moz-box;   
    display: -ms-flexbox; 
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
    padding-right: 15px;*/
    position: inherit;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
}
.industries-banner-slider-sec .inner-banner-content .content-box h1 {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 50px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 6rem;
  color: #000000;
  letter-spacing: 1.66px;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .industries-banner-slider-sec .inner-banner-content .content-box h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-banner-slider-sec .inner-banner-content .content-box h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.4rem;
    letter-spacing: 1px;
    padding: 15px 0;
  }
}

.industries-content-sec {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec {
    padding-top: 30px;
  }
}
.industries-content-sec .industries-info h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: 7.1rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .industries-content-sec .industries-info h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 4rem;
    line-height: 5.5rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .industries-content-sec .industries-info h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.industries-content-sec .industries-info h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 6rem;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .industries-content-sec .industries-info h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 5rem;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.industries-content-sec .industries-info h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 5.6rem;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .industries-content-sec .industries-info h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 4rem;
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info h3 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.industries-content-sec .industries-info h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .industries-content-sec .industries-info h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.industries-content-sec .industries-info h5 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .industries-content-sec .industries-info h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.industries-content-sec .industries-info h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .industries-content-sec .industries-info h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.8rem;
    margin-bottom: 15px;
    margin-top: 30px;
  }
}
.industries-content-sec .industries-info p {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info p {
    margin-bottom: 15px;
  }
}
.industries-content-sec .industries-info p:last-child {
  margin-bottom: 0px;
}
.industries-content-sec .industries-info ul {
  margin-left: 0px;
  padding: 0px 15px;
  /* 			.slick-arrow{
  		    position: absolute;
  		    top: 50%;
  		    height: 30px;
  		    width: 30px;
  		    z-index: 9;
  		    cursor: pointer;
  		    border: none;
  		    outline: none;
  		    color: transparent;
  		    transform: translateY(-50%);
  		    font-size: 0px;
  		    padding: 0px;
  		    @include LaptopSmall{
  			    	top: 55%;
  			    }
  		    &.slick-prev{
  			    background: url(/airius/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  			    background-size: 100% !important;
  			    left: -20px;
  			    @include DesktopSmall{
  			    	left: -10px;
  			    }
  			 }
  			&.slick-next{
  			    background: url(/airius/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  			    background-size: 100% !important;
  			    right: -20px;
  			    @include LaptopSmall{
  			    	height: 30px;
  			    	width: 30px;
  			    }
  			    @include DesktopSmall{
  			    	right: -10px;
  			    }
  			} 
  		}*/
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info ul {
    padding: 0px 30px;
  }
}
.industries-content-sec .industries-info ul li {
  list-style: disc;
  margin: 6px 0px 6px 10px !important;
}
.industries-content-sec .industries-info ul li:first-child {
  margin-left: 5px !important;
}
.industries-content-sec .industries-info ul li img {
  height: 150px !important;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info ul li img {
    height: 300px !important;
  }
}
.industries-content-sec .industries-info ol {
  margin-left: 20px;
}
.industries-content-sec .industries-info ol li {
  list-style: decimal;
  margin: 6px 0px;
}
.industries-content-sec .industries-info .wp-block-file {
  margin-top: 30px;
}
.industries-content-sec .industries-info .wp-block-file__button {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  background-color: #EF2D3A;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.industries-content-sec .industries-info .wp-block-file__button:hover {
  color: #FFFFFF;
  background-color: #DF3641;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .industries-info .wp-block-file__button {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 14px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .industries-content-sec .sidebar-sec {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .sidebar-sec {
    padding-top: 30px;
  }
}
.industries-content-sec .sidebar-sec .sidebar-box {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .sidebar-sec .sidebar-box {
    padding-top: 30px;
  }
}
.industries-content-sec .sidebar-sec .sidebar-box:first-child {
  padding-top: 0px;
}
.industries-content-sec .sidebar-sec .sidebar-box .sidebar-block {
  padding: 0px 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .sidebar-sec .sidebar-box .sidebar-block {
    padding: 0px;
  }
}
.industries-content-sec .sidebar-sec .sidebar-box h4 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.5rem;
  color: #000000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #EDEDED;
  padding: 8px 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .industries-content-sec .sidebar-sec .sidebar-box h4 {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: 1px;
    padding: 8px 15px;
  }
}
.industries-content-sec .sidebar-sec .sidebar-box ul {
  padding: 0px 20px;
}
.industries-content-sec .sidebar-sec .sidebar-box ul li {
  list-style: disc;
  color: #000000;
  font-size: 1.2rem;
}
.industries-content-sec .sidebar-sec .sidebar-box ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #000000;
}
.industries-content-sec .sidebar-sec .sidebar-box ul li a:hover {
  color: #EF2D3A;
}
.industries-content-sec .sidebar-sec .sidebar-box p {
  margin-bottom: 20px;
}
.industries-content-sec .sidebar-sec .sidebar-box .product-img {
  text-align: center;
  margin-bottom: 30px;
}
.industries-content-sec .sidebar-sec .sidebar-box .know-more-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #EF2D3A;
  text-decoration: underline;
}
.industries-content-sec .sidebar-sec .sidebar-box.casestudy-box ul li {
  color: #EF2D3A;
}
.industries-content-sec .sidebar-sec .sidebar-box.casestudy-box ul li a {
  color: #EF2D3A;
  text-decoration: underline;
}

.tastimonial-b-m {
  margin-bottom: -50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .tastimonial-b-m {
    margin-bottom: -30px;
    margin-top: 30px;
  }
}

.news-listing {
  padding-top: 30px;
}
.news-listing .mar-btm {
  margin-bottom: 50px;
}
.news-listing .mar-btm:last-child {
  margin-bottom: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-listing .mar-btm {
    margin-bottom: 30px;
  }
}
.news-listing .news-box .box-link {
  display: block;
}
.news-listing .news-box .box-link .box-img {
  position: relative;
  overflow: hidden;
}
.news-listing .news-box .box-link .box-img img {
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.news-listing .news-box .box-link .news-info {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .news-listing .news-box .box-link .news-info {
    display: block;
  }
}
.news-listing .news-box .box-link .news-info .news-title {
  width: calc(100% - 160px);
  padding-right: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .news-listing .news-box .box-link .news-info .news-title {
    width: 100%;
    padding-right: 0px;
  }
}
.news-listing .news-box .box-link .news-info .news-title h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #000000;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.news-listing .news-box .box-link .news-info .news-title .post-date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #959595;
  display: inline-block;
}
.news-listing .news-box .box-link .news-info .news-title .post-date .fa {
  margin-right: 5px;
}
.news-listing .news-box .box-link .news-info .news-btn .readmore-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #000000;
  background-color: transparent;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-listing .news-box .box-link .news-info .news-btn .readmore-btn {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 14px;
  }
}
.news-listing .news-box .box-link .news-info .news-btn .readmore-btn .fa {
  margin-left: 12px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .news-listing .news-box .box-link .news-info .news-btn .readmore-btn {
    color: #FFFFFF;
    background-color: #EF2D3A;
    margin-top: 15px;
  }
}
.news-listing .news-box .box-link:hover {
  outline: 3px solid #EF2D3A;
}
.news-listing .news-box .box-link:hover .box-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.news-listing .news-box .box-link:hover .news-info .news-btn .readmore-btn {
  color: #FFFFFF;
  background-color: #EF2D3A;
}

.news-detail-page .news-title-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .news-detail-page .news-title-box {
    display: block;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-detail-page .news-title-box {
    padding-top: 30px;
  }
}
.news-detail-page .news-title-box h1 {
  width: 80%;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .news-detail-page .news-title-box h1 {
    width: 100%;
  }
}
.news-detail-page .news-title-box .post-date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #959595;
  display: inline-block;
  margin-top: 10px;
}
.news-detail-page .news-title-box .post-date .fa {
  margin-right: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .news-detail-page .news-title-box .post-date {
    margin-top: 15px;
  }
}
.news-detail-page .news-img {
  padding: 30px 0px 50px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .news-detail-page .news-img {
    padding: 30px 0px;
  }
}
.news-detail-page .news-content p {
  margin-bottom: 20px;
  color: inherit;
}
.news-detail-page .news-content p:last-child {
  margin-bottom: 0px;
}
.news-detail-page .news-content ul {
  margin-left: 20px;
}
.news-detail-page .news-content ul li {
  list-style: disc;
  margin: 6px 0px;
}

.faq-menu .faq-menu-item {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faq-menu .faq-menu-item {
    padding-top: 30px;
  }
}
.faq-menu .faq-menu-item ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faq-menu .faq-menu-item ul {
    display: block;
  }
}
.faq-menu .faq-menu-item ul li {
  border-left: 1px solid #D8D8D8;
  border-right: 1px solid #D8D8D8;
  width: 100%;
  text-align: center;
}
.faq-menu .faq-menu-item ul li:first-child {
  border-left: none;
}
.faq-menu .faq-menu-item ul li:last-child {
  border-right: none;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faq-menu .faq-menu-item ul li {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D8D8D8;
  }
  .faq-menu .faq-menu-item ul li:last-child {
    border-bottom: none;
  }
}
.faq-menu .faq-menu-item ul li a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.5rem;
  color: #000000;
  text-transform: uppercase;
  background-color: #EDEDED;
  padding: 12px 15px;
  display: block;
}
.faq-menu .faq-menu-item ul li a:hover {
  color: #FFFFFF;
  background-color: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .faq-menu .faq-menu-item ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .faq-menu .faq-menu-item ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faq-menu .faq-menu-item ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2em;
    padding: 10px 15px;
  }
}
.faq-menu .faq-menu-item ul li.current-menu-item a {
  color: #FFFFFF;
  background-color: #EF2D3A;
}

.faqs-listing-sec {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faqs-listing-sec {
    padding-top: 30px;
  }
}
.faqs-listing-sec .accordion .card {
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  margin-bottom: 15px;
}
.faqs-listing-sec .accordion .card .card-header {
  border-bottom: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.faqs-listing-sec .accordion .card .card-header .question-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
}
.faqs-listing-sec .accordion .card .card-header .question-title .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  background-color: #EF2D3A;
  display: flex;
  align-items: center;
  text-align: left;
  border: none;
  padding: 25px 20px;
  width: 100%;
  white-space: inherit;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.faqs-listing-sec .accordion .card .card-header .question-title .btn:hover {
  text-decoration: none;
}
.faqs-listing-sec .accordion .card .card-header .question-title .btn:focus {
  text-decoration: none;
}
.faqs-listing-sec .accordion .card .card-header .question-title .btn.collapsed {
  color: #000000;
  background-color: #EDEDED;
}
.faqs-listing-sec .accordion .card .card-header .question-title .btn.collapsed .fa {
  color: #EF2D3A;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faqs-listing-sec .accordion .card .card-header .question-title .btn .fa {
  font-size: 20px;
  margin-right: 25px;
  color: #FFFFFF;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faqs-listing-sec .accordion .card .card-header .question-title .btn .fa {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faqs-listing-sec .accordion .card .card-header .question-title .btn {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 15px;
  }
}
.faqs-listing-sec .accordion .card .card-body {
  background-color: #F7F7F7;
  padding: 30px 30px 30px 65px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faqs-listing-sec .accordion .card .card-body {
    padding: 15px;
  }
}
.faqs-listing-sec .accordion .card .card-body p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.3rem;
  color: #000000;
  letter-spacing: 0.66px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .faqs-listing-sec .accordion .card .card-body p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.contact-page {
  padding: 50px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page {
    padding: 30px 0px;
  }
}
.contact-page .contact-info {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .contact-page .contact-info {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info {
    margin-bottom: 30px;
  }
}
.contact-page .contact-info .contact-block {
  padding: 40px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info .contact-block {
    padding: 20px 0px;
  }
}
.contact-page .contact-info .contact-block h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info .contact-block h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 5px;
  }
}
.contact-page .contact-info .contact-block .address-info p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000000;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info .contact-block .address-info p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info .contact-block .call-info {
    margin-top: 20px;
  }
}
.contact-page .contact-info .contact-block .call-info ul li span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000000;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info .contact-block .call-info ul li span {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.contact-page .contact-info .contact-block .call-info ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000000;
  display: inline-block;
}
.contact-page .contact-info .contact-block .call-info ul li a:hover {
  color: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info .contact-block .call-info ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.contact-page .contact-info .download-pdf {
  position: absolute;
  bottom: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .contact-page .contact-info .download-pdf {
    position: static;
    bottom: inherit;
    width: 60%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info .download-pdf {
    width: 100%;
  }
}
.contact-page .contact-info .download-pdf h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3rem;
  color: #000000;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-info .download-pdf h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 5px;
  }
}
.contact-page .contact-info .download-pdf a {
  margin-bottom: 15px;
}
.contact-page .contact-info .download-pdf a:last-child {
  margin-bottom: 0px;
}
.contact-page .contact-info .download-pdf a .fa {
  font-size: 1.8rem;
  margin-left: 15px;
}
.contact-page .contact-form-sec {
  background-color: #EDEDED;
  padding: 30px 60px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-form-sec {
    padding: 15px;
  }
}
.contact-page .contact-form-sec h3 {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .contact-page .contact-form-sec h3 {
    margin-bottom: 15px;
  }
}
.contact-page .contact-form-sec .form-group {
  margin-bottom: 5px;
}
.contact-page .contact-form-sec .form-group input {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 10px 20px;
  border: none;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.contact-page .contact-form-sec .form-group input:focus {
  outline: none;
}
.contact-page .contact-form-sec .form-group textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  display: block;
  width: 100%;
  padding: 12px 20px;
  border: none;
  background-color: #FFFFFF;
  resize: none;
  border: 1px solid #FFFFFF;
}
.contact-page .contact-form-sec .form-group textarea:focus {
  outline: none;
}
.contact-page .contact-form-sec .submit-group {
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-form-sec .submit-group .read-more-btn {
  border: none;
  background: #EF2D3A url(/airius/wp-content/uploads/2019/03/submit-ic.svg) no-repeat center right 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 14px 40px 14px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-page .contact-form-sec .submit-group .read-more-btn:hover {
  color: #FFFFFF;
  background-color: #DF3641;
}
.contact-page .contact-form-sec .wpcf7-response-output, .contact-page .contact-form-sec .wpcf7-validation-errors {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #000000;
  padding: 10px 15px;
  margin-top: 30px;
}
.contact-page .contact-form-sec .wpcf7-not-valid-tip {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #EF2D3A;
  padding: 10px 0px;
  display: none;
}
.contact-page .contact-form-sec .wpcf7-not-valid {
  border: 1px solid #EF2D3A !important;
}

.google-map-sec {
  border-top: 1px solid #E9E9E9;
}
.google-map-sec h3 {
  text-align: center;
  padding: 50px 15px 30px 15px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .google-map-sec h3 {
    padding: 30px 15px;
  }
}

.address-sec .address-box {
  margin-top: 30px;
}
.address-sec .address-box h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000000;
}
.address-sec .address-box p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000000;
}
.address-sec .address-box a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.5rem;
  color: #000000;
}
.address-sec .address-box a:hover {
  color: #EF2D3A;
}

.search-page-sec .page-search-header .page-search {
  text-align: center;
  padding: 50px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .search-page-sec .page-search-header .page-search {
    padding: 30px 0px;
  }
}
.search-page-sec .page-search-header .page-search p {
  margin-top: 20px;
}
.search-page-sec .page-search-header .page-search .searchform {
  margin-top: 15px;
}
.search-page-sec .page-search-header .page-search .searchform .screen-reader-text {
  display: none;
}
.search-page-sec .page-search-header .page-search .searchform #s {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  display: inline-block;
  width: 300px;
  padding: 12px 20px;
  border: 1px solid #E9E9E9;
  background-color: #F7F7F7;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.search-page-sec .page-search-header .page-search .searchform #s:focus {
  outline: none;
}
.search-page-sec .page-search-header .page-search .searchform #searchsubmit {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  background-color: #EF2D3A;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  border: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search-page-sec .page-search-header .page-search .searchform #searchsubmit:hover {
  color: #FFFFFF;
  background-color: #DF3641;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .search-page-sec .page-search-header .page-search .searchform #searchsubmit {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 14px;
  }
}
.search-page-sec .search-result-block article {
  margin-bottom: 30px;
}
.search-page-sec .search-result-block .search-result-title h2 {
  padding-bottom: 30px;
}
.search-page-sec .search-result-block .search-result-title h2 span {
  font-style: italic;
}
.search-page-sec .search-result-block .result-title a {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 3.2rem;
  color: #000000;
}
.search-page-sec .search-result-block .result-title a:hover {
  color: #EF2D3A;
}
.search-page-sec .search-result-block .navigation {
  padding-top: 30px;
}
.search-page-sec .search-result-block .navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-page-sec .search-result-block .navigation ul li {
  margin: 0px 2px;
}
.search-page-sec .search-result-block .navigation ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #000000;
  padding: 10px;
  background-color: #F3F3F3;
  min-width: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.search-page-sec .search-result-block .navigation ul li a:hover {
  color: #FFFFFF;
  background-color: #EF2D3A;
}
.search-page-sec .search-result-block .navigation ul li.active a {
  color: #FFFFFF;
  background-color: #EF2D3A;
}

.page-not-found {
  text-align: center;
  padding: 150px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-not-found {
    padding: 60px 0px;
  }
}
.page-not-found .content-box h1 {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 15rem;
  line-height: 18rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-not-found .content-box h1 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 6rem;
    line-height: 8rem;
  }
}
.page-not-found .content-box h2 {
  color: #000000;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 3rem;
  line-height: 4rem;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-not-found .content-box h2 {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.page-not-found .content-box p {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin: 30px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .page-not-found .content-box p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 15px 0px;
  }
}
.page-not-found .content-box .read-more-btn .fa {
  margin-left: 12px;
}

.site-map-sec .site-map-col {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .site-map-sec .site-map-col {
    padding-bottom: 30px;
  }
}
.site-map-sec .site-map-col:last-child {
  border-bottom: none;
}
.site-map-sec .site-map-col h3 {
  margin-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .site-map-sec .site-map-col h3 {
    margin-top: 30px;
  }
}
.site-map-sec .site-map-col .site-map-box {
  margin: 30px 0px 0px 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .site-map-sec .site-map-col .site-map-box {
    margin: 30px 0px 0px 15px;
  }
}
.site-map-sec .site-map-col .site-map-box h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3rem;
  color: #000000;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .site-map-sec .site-map-col .site-map-box h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 10px;
  }
}
.site-map-sec .site-map-col .site-map-box ul {
  margin-left: 30px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .site-map-sec .site-map-col .site-map-box ul {
    margin-left: 15px;
  }
}
.site-map-sec .site-map-col .site-map-box ul li {
  margin: 5px 0px;
}
.site-map-sec .site-map-col .site-map-box ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .site-map-sec .site-map-col .site-map-box ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.site-map-sec .site-map-col .site-map-box ul li a:hover {
  color: #EF2D3A;
}

.technical-menu .technical-menu-item {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-menu .technical-menu-item {
    padding-top: 30px;
  }
}
.technical-menu .technical-menu-item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-menu .technical-menu-item ul {
    display: block;
  }
}
.technical-menu .technical-menu-item ul li {
  text-align: center;
  margin: 5px;
}
.technical-menu .technical-menu-item ul li a {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #000000;
  text-transform: uppercase;
  background-color: #EDEDED;
  padding: 10px 20px;
  display: block;
}
.technical-menu .technical-menu-item ul li a:hover {
  color: #FFFFFF;
  background-color: #EF2D3A;
}
.technical-menu .technical-menu-item ul li a.active {
  color: #FFFFFF;
  background-color: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .technical-menu .technical-menu-item ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-menu .technical-menu-item ul li a {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2em;
    padding: 10px 15px;
  }
}

.technical-download-sec .download-list.accordion .accordion-body.collapse.show {
  display: flex;
}
.technical-download-sec .download-list.accordion .accordion-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
}
.technical-download-sec .download-list.accordion .accordion-title .btn {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: 0.66px;
  color: #FFFFFF;
  background-color: #EF2D3A;
  display: flex;
  align-items: center;
  text-align: left;
  border: none;
  padding: 25px 20px;
  width: 100%;
  white-space: inherit;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.technical-download-sec .download-list.accordion .accordion-title .btn:hover {
  text-decoration: none;
}
.technical-download-sec .download-list.accordion .accordion-title .btn:focus {
  text-decoration: none;
}
.technical-download-sec .download-list.accordion .accordion-title .btn.collapsed {
  color: #000000;
  background-color: #EDEDED;
}
.technical-download-sec .download-list.accordion .accordion-title .btn.collapsed .fa {
  color: #EF2D3A;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.technical-download-sec .download-list.accordion .accordion-title .btn .fa {
  font-size: 20px;
  margin-right: 25px;
  color: #FFFFFF;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-download-sec .download-list.accordion .accordion-title .btn .fa {
    margin-right: 10px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-download-sec .download-list.accordion .accordion-title .btn {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2rem;
    padding: 10px 15px;
  }
}
.technical-download-sec h3 {
  padding-top: 25px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-download-sec h3 {
    padding-top: 30px;
  }
}
.technical-download-sec .product-box {
  text-align: center;
  padding: 30px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-download-sec .product-box {
    padding: 15px 0px;
  }
}
.technical-download-sec .product-box .product-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 220px;
  height: 220px;
  overflow: hidden;
}
.technical-download-sec .product-box h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3.2rem;
  color: #000000;
  margin: 30px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-download-sec .product-box h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin: 15px 0px;
  }
}
.technical-download-sec .product-box ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
  padding: 5px 0px;
  display: block;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .technical-download-sec .product-box ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
.technical-download-sec .product-box ul li a:hover {
  color: #EF2D3A;
}
.technical-download-sec .product-box ul li a .pdf-label {
  background-color: #EF2D3A;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.2;
  color: #FFFFFF;
  display: inline-block;
  padding: 2px 6px;
  vertical-align: middle;
}

.common-detail-page h1 {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .common-detail-page h1 {
    padding-top: 30px;
  }
}
.common-detail-page .common-page-content h2,
.common-detail-page .common-page-content h3,
.common-detail-page .common-page-content h4,
.common-detail-page .common-page-content h5,
.common-detail-page .common-page-content h6 {
  margin-top: 30px;
}
.common-detail-page .common-page-content p {
  margin-bottom: 20px;
}
.common-detail-page.how-it-works .casestudy-post a {
  color: #242424;
  font-size: 1.2em;
}
.common-detail-page.how-it-works .casestudy-post a img {
  margin-bottom: 0.5em;
}
.common-detail-page.how-it-works .common-page-content {
  /**/
}
.common-detail-page.how-it-works .common-page-content h2 {
  line-height: 1.2em;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
}
.common-detail-page.how-it-works .common-page-content h4 {
  margin-bottom: 40px;
  font-weight: 600;
}
.common-detail-page.how-it-works .common-page-content .quotes {
  margin: 0px 0px 20px;
}
.common-detail-page.how-it-works .common-page-content .quotes h4 {
  font-style: italic;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  line-height: 1.4rem;
  text-transform: none;
  margin-top: 0px;
  padding-left: 75px;
}
.common-detail-page.how-it-works .common-page-content .quotes h4 span.quote-ic {
  position: absolute;
  left: 0px;
  top: -10px;
}
.common-detail-page.how-it-works .common-page-content .quotes h5 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 0px;
}
.common-detail-page.how-it-works .common-page-content .quotes p {
  margin-bottom: 0px;
}

.breadcrumb-sec {
  background-color: #EDEDED;
  padding: 6px 0px;
  font-size: 11px;
  margin: 0 auto;
  padding: 1em 5vw;
  z-index: 1;
  position: relative;
}
.breadcrumb-sec .container {
  max-width: 100%;
}
.breadcrumb-sec ul li {
  display: inline-block;
  color: #333333;
  text-transform: uppercase;
}
.breadcrumb-sec ul li a {
  color: #333333;
}
.breadcrumb-sec ul li a:hover {
  color: #EF2D3A;
}
.breadcrumb-sec ul li a .fa {
  font-size: 10px;
  padding: 0px 4px;
}

.processoverlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.processoverlay .loader {
  border: 5px solid #F3F3F3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid #333333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.footer-sec {
  padding-top: 50px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .footer-sec {
    padding-top: 30px;
  }
}
.footer-sec .footer-menu {
  padding: 50px 0px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .footer-sec .footer-menu {
    padding: 50px 0px 20px 0px;
  }
}
.footer-sec .footer-menu .menu-col {
  width: 20%;
  padding: 0px 15px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .footer-sec .footer-menu .menu-col {
    width: 33.33%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .footer-sec .footer-menu .menu-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 575px) {
  .footer-sec .footer-menu .menu-col {
    width: 100%;
    margin-bottom: 30px;
  }
}
.footer-sec .footer-menu .menu-col h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #000000;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .footer-sec .footer-menu .menu-col h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding-bottom: 10px;
  }
}
.footer-sec .footer-menu .menu-col ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #696969;
  padding: 6px 0px;
  display: inline-block;
}
.footer-sec .footer-menu .menu-col ul li a:hover {
  color: #EF2D3A;
}
.footer-sec .footer-menu .menu-col .about-sec p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #696969;
  padding: 6px 0 10px 0px;
}
.footer-sec .footer-menu .menu-col .contact-sec p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #696969;
  padding: 6px 0 10px 0px;
}
.footer-sec .footer-menu .menu-col .contact-sec ul li a .fa {
  margin-right: 5px;
  min-width: 15px;
  text-align: center;
}
.footer-sec .copyright-sec {
  background: #EDEDED;
  padding: 25px 0px;
}
.footer-sec .copyright-sec .copyright-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .footer-sec .copyright-sec .copyright-box {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .footer-sec .copyright-sec .copyright-box {
    display: block;
    text-align: center;
  }
}
.footer-sec .copyright-sec .copyright-box .social-link ul {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .footer-sec .copyright-sec .copyright-box .social-link ul {
    justify-content: center;
    margin-top: 15px;
  }
}
.footer-sec .copyright-sec .copyright-box .social-link ul li {
  padding: 0px 15px;
}
.footer-sec .copyright-sec .copyright-box .social-link ul li a {
  font-size: 18px;
  color: #000000;
  display: inline-block;
}
.footer-sec .copyright-sec .copyright-box .social-link ul li a:hover {
  color: #EF2D3A;
}
.footer-sec .copyright-sec .copyright-box .social-link ul li:last-child {
  padding-right: 0px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .footer-sec .copyright-sec .copyright-box .social-link ul li:last-child {
    padding-right: 15px;
  }
}

.our-clients-sec {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.our-clients-sec .our-client-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .our-clients-sec .our-client-block {
    flex-wrap: wrap;
    padding: 30px 0px;
    text-align: center;
  }
}
.our-clients-sec .our-client-block .quote-ic .quote-ic-color {
  fill: #EF2D3A;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .our-clients-sec .our-client-block .quote-ic svg {
    width: 40px;
    height: auto;
  }
}
.our-clients-sec .our-client-block h2 {
  color: #FFFFFF;
  padding: 0px 70px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .our-clients-sec .our-client-block h2 {
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .our-clients-sec .our-client-block h2 {
    padding: 0px;
    width: 100%;
  }
}
.our-clients-sec .our-client-block .read-more-btn .fa {
  margin-left: 12px;
}

.subscribe-sec {
  background-color: #000000;
  padding: 35px 0px;
}
.subscribe-sec .subscribe-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .subscribe-sec .subscribe-row {
    display: block;
    text-align: center;
  }
}
.subscribe-sec .subscribe-row .footer-logo a {
  display: block;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .subscribe-sec .footer-logo img {
    width: 100px;
    height: auto;
  }
}
.subscribe-sec .subscribe-content {
  width: 50%;
  padding: 0px 50px;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .subscribe-sec .subscribe-content {
    width: 40%;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .subscribe-sec .subscribe-content {
    width: 40%;
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .subscribe-sec .subscribe-content {
    width: 60%;
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .subscribe-sec .subscribe-content {
    width: 100%;
    padding: 30px 0px;
  }
}
.subscribe-sec .subscribe-content h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  color: #FFFFFF;
  padding-bottom: 5px;
}
.subscribe-sec .subscribe-content p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #FFFFFF;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .subscribe-sec .subscribe-form {
    text-align: center;
  }
}
.subscribe-sec .subscribe-form .subscribe-input {
  background: #FFFFFF;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 14px 20px;
  width: 220px;
  height: 48px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .subscribe-sec .subscribe-form .subscribe-input {
    width: 100%;
    text-align: center;
  }
}
.subscribe-sec .subscribe-form .read-more-btn {
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  margin-left: 22px;
  height: 48px;
}
@media only screen and (min-width: 1px) and (max-width: 992px) {
  .subscribe-sec .subscribe-form .read-more-btn {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
  }
}
.subscribe-sec .subscribe-form .read-more-btn .fa {
  font-size: 12px;
  padding-left: 12px;
}

.fancybox-slider-sec {
  padding: 60px 30px;
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  .fancybox-slider-sec {
    padding: 60px 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .fancybox-slider-sec {
    padding: 30px 30px;
  }
}
.fancybox-slider-sec .fancybox-slider {
  /* 	.slick-arrow {
  		position: absolute;
  		top: 50%;
  		height: 60px;
  		width: 60px;
  		z-index: 9;
  		cursor: pointer;
  		border: none;
  		outline: none;
  		color: transparent;
  		transform: translateY(-50%);
  		font-size: 0px;
  		padding: 0px;

  		@include LaptopSmall {
  			top: 55%;
  		}

  		&.slick-prev {
  			background: url(/airius/wp-content/uploads/2019/03/prev-arrow.svg) no-repeat;
  			left: -70px;

  			@include LaptopSmall {
  				background-size: 100% !important;
  				height: 40px;
  				width: 40px;
  				left: -40px;
  			}

  			@include DesktopSmall {
  				left: -50px;
  			}

  			@include Mobile {
  				background-size: 100% !important;
  				height: 30px;
  				width: 30px;
  				left: -35px;
  				top: 50%;
  			}
  		}

  		&.slick-next {
  			background: url(/airius/wp-content/uploads/2019/03/next-arrow.svg) no-repeat;
  			right: -70px;

  			@include LaptopSmall {
  				background-size: 100% !important;
  				height: 40px;
  				width: 40px;
  				right: -40px;
  			}

  			@include DesktopSmall {
  				right: -50px;
  			}

  			@include Mobile {
  				background-size: 100% !important;
  				height: 30px;
  				width: 30px;
  				right: -35px;
  				top: 50%;
  			}
  		} 
  	}*/
}
.fancybox-slider-sec .slick-track .slick-slide {
  padding: 5px;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .fancybox-slider-sec .slick-track .slick-slide {
    padding: 2px;
  }
  .fancybox-slider-sec .slick-track .slick-slide img {
    margin: 0px auto;
  }
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 220px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
.modal .modal-content {
  margin: auto;
  display: block;
  width: auto;
  max-width: 1000px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .modal .modal-content {
    width: 100%;
  }
}
.modal #caption {
  margin: auto;
  display: block;
  width: auto;
  max-width: 1000px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.modal .close:hover, .modal .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.modal #myImg:hover {
  opacity: 0.7;
}

.airius-form {
  background: #eee;
}
.airius-form fieldset {
  border: 0;
  padding: 0;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.airius-form .form-help {
  background: #ef2d3a;
  color: #fff;
  padding: 5px 1em;
}
.airius-form .form-help p {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.airius-form .form-elements {
  padding: 2em;
}
.airius-form .form-elements .form-grid {
  display: grid;
  grid-column-gap: 2em;
}
.airius-form .form-elements .form-grid.form-grid-2 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .airius-form .form-elements .form-grid.form-grid-2 {
    grid-template-columns: 1fr;
  }
}
.airius-form .form-elements .form-grid.form-grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .airius-form .form-elements .form-grid.form-grid-3 {
    grid-template-columns: 1fr;
  }
}
.airius-form .form-elements label {
  display: block;
  color: #666;
}
.airius-form .form-elements .wpcf7-form-control-wrap {
  margin-bottom: 1em;
  display: block;
}
.airius-form .form-elements input::placeholder {
  color: #666;
}
.airius-form .form-elements input,
.airius-form .form-elements select,
.airius-form .form-elements textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 5px;
  background: #fff;
}
.airius-form .form-elements input[type=submit],
.airius-form .form-elements input[type=button] {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #FFFFFF;
  background-color: #EF2D3A;
  padding: 14px 20px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  width: auto;
}
.airius-form .form-elements select {
  padding: 5px;
  background: #fff;
  width: 100%;
}
.airius-form .previous-answers {
  background: #fff;
  padding: 2em 0;
}
.airius-form .previous-answers ul {
  display: none;
  margin-top: 1em;
  border: 1px solid #eee;
  padding: 2em;
}
.airius-form .previous-answers.previous-answers-visible ul {
  display: block;
}
.airius-form .previous-answers h2 {
  margin: 0 0 0em 0;
  cursor: pointer;
}
.airius-form .previous-answers h2 i {
  margin-right: 10px;
}

.page-quote-1 h1,
.page-quote-1 .breadcrumb-sec,
.page-quote-1 .client-logo-sec,
.page-quote-1 .our-clients-sec,
.page-quote-1 .subscribe-sec,
.page-quote-1 .footer-menu,
.page-quote-1 header,
.page-quote-2 h1,
.page-quote-2 .breadcrumb-sec,
.page-quote-2 .client-logo-sec,
.page-quote-2 .our-clients-sec,
.page-quote-2 .subscribe-sec,
.page-quote-2 .footer-menu,
.page-quote-2 header,
.page-get-a-quote-success h1,
.page-get-a-quote-success .breadcrumb-sec,
.page-get-a-quote-success .client-logo-sec,
.page-get-a-quote-success .our-clients-sec,
.page-get-a-quote-success .subscribe-sec,
.page-get-a-quote-success .footer-menu,
.page-get-a-quote-success header {
  display: none;
}
.page-quote-1 a,
.page-quote-2 a,
.page-get-a-quote-success a {
  color: #EF2D3A;
}
.page-quote-1 .copyright-sec,
.page-quote-2 .copyright-sec,
.page-get-a-quote-success .copyright-sec {
  background: none;
  padding-top: 0;
}
.page-quote-1 .copyright-sec p,
.page-quote-2 .copyright-sec p,
.page-get-a-quote-success .copyright-sec p {
  color: #666;
}
.page-quote-1 .copyright-sec .social-link,
.page-quote-2 .copyright-sec .social-link,
.page-get-a-quote-success .copyright-sec .social-link {
  display: none;
}
.page-quote-1 .copyright-sec .copyright-box,
.page-quote-2 .copyright-sec .copyright-box,
.page-get-a-quote-success .copyright-sec .copyright-box {
  width: 100%;
}

.common-page-content h1 {
  display: block;
  padding-top: 0;
}

.toggle {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  z-index: 99999;
}

.toggle:hover {
  opacity: 1 !important;
}

.toggle-switch {
  display: inline-block;
  background: #ccc;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  width: 58px;
  height: 32px;
  position: relative;
  vertical-align: middle;
  transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
  content: "";
}

.toggle-switch:before {
  display: block;
  background: linear-gradient(to bottom, #ff8585 0%, #ff0000 100%);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 4px;
  left: 4px;
  transition: left 0.25s;
}

.toggle-checkbox:checked + .toggle-switch:before {
  left: 30px;
  background: linear-gradient(to bottom, #87ff85 0%, #56a255 100%);
}

.toggle-checkbox {
  position: absolute;
  visibility: hidden;
}

.toggle-label {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

ul.airius-awards-slider .slick-list {
  margin: 0px 60px;
}

.menu-item-6327 {
  min-width: 175px;
}

.menu-item-9328 a:before {
  background-image: url(https://www.airius.bg/wp-content/plugins/weglot/dist/images/circular_flag.png);
  width: 18px !important;
  height: 18px !important;
  -webkit-background-size: auto 18px !important;
  background-size: auto 18px !important;
  background-position: -1890px 0 !important;
  content: "";
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
}

.menu-item-9327 a:before {
  background-position: -4296px 0 !important;
}

.menu-item-9329 a:before {
  background-position: -336px 0 !important;
}

.menu-item-9330 a:before {
  background-position: -3504px 0 !important;
}

.notice {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
  background: #ef2d3a;
  color: #fff;
  padding: 1em;
  text-align: center;
}
.notice p {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .trust-container {
    flex-direction: column;
  }
}

.trust-video-container {
  width: 40%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .trust-video-container {
    width: 100%;
  }
}
.trust-video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  object-fit: cover;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .trust-video-container video {
    position: relative;
    object-fit: cover;
  }
}

.mason-container {
  padding: 3em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 60%;
}
@media only screen and (min-width: 1px) and (max-width: 1276px) {
  .mason-container {
    width: 100%;
    padding: 2em;
  }
}
.mason-container .mason-bits {
  padding: 0em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-radius: 0.5em;
  gap: 1em;
}
@media only screen and (min-width: 1px) and (max-width: 767px) {
  .mason-container .mason-bits {
    flex-direction: column;
  }
}

.testimonial-container {
  padding: 2em;
  border: 0px solid #eee;
  border-radius: 0.5em;
  background: #fff;
  text-align: center;
  width: 100%;
}

.fab-container {
  padding: 0em;
  border: 0px solid #eee;
  border-radius: 0.5em;
  width: 100%;
  gap: 1em;
  flex-direction: column;
  display: flex;
  justify-content: space-between;
}
.fab-container .fab-1 {
  padding: 2em;
  border: 1px solid #eee;
  border-radius: 0.5em;
  background: #fff;
  text-align: center;
  height: 100%;
}
.fab-container .fab-2 {
  padding: 2em;
  border: 0px solid #eee;
  border-radius: 0.5em;
  background: #fff;
  text-align: center;
  height: 100%;
}

.color-air-purification .header-section .header-nav .navbar-menu ul .contact-btn a,
.color-air-purification .header-section .quote-btn a,
.color-air-purification .header-section .contact-btn a,
.color-air-purification .read-more-btn,
.color-air-purification .read-more-btn:hover,
.color-air-purification .off-canvas .quote-btn a,
.color-air-purification .off-canvas .contact-btn a,
.color-air-purification .black-box-body .service-box-link:hover {
  background: #00a6e7;
}
.color-air-purification .header-section .header-nav .navbar-menu ul li.current-menu-item > a,
.color-air-purification .header-section .header-nav .navbar-menu ul li a:hover,
.color-air-purification .service-sec .service-info h2,
.color-air-purification .header-section .navbar-toggle a,
.color-air-purification .footer-sec .footer-menu .menu-col ul li a:hover,
.color-air-purification .features-benefits-sec .features-box .features-col h3,
.color-air-purification .features-benefits-sec .features-box .features-col ul li a.bullet-color,
.color-air-purification .features-benefits-sec .features-box .features-col ul li a:hover,
.color-air-purification .breadcrumb-sec ul li a:hover {
  color: #00a6e7;
}
.color-air-purification .single-banner-sec {
  border-color: #00a6e7;
  border: 0;
}
.color-air-purification .our-clients-sec .our-client-block .quote-ic .quote-ic-color {
  fill: #00a6e7;
}
.color-air-purification .header-section .header-nav .navbar-header .navbar-toggle {
  border: 0;
}
.color-air-purification .notice {
  background: #00a6e7;
}
.color-air-purification .product-footer-button.product-footer-button--main {
  background-color: #00a6e7 !important;
}
.color-air-purification.product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container li button {
  border-color: #00a6e7;
}
.color-air-purification.product-template-default section .contact-btn a {
  background-color: #00a6e7;
}
.color-air-purification.product-template-default .downloads-sec a {
  color: #00a6e7;
}
.color-air-purification.product-template-default .downloads-sec #technical-downloads-view-toggle {
  color: #00a6e7;
}
.color-air-purification .product-service .service-block .btn.discover a {
  color: #00a6e7;
}
.color-air-purification.product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container li button:hover, .color-air-purification.product-template-default .features-benefits-sec .product__benefits-slider-container .slider-navigation-pills-container li.slick-active button {
  color: #00a6e7;
}

.color-electrical .header-section .header-nav .navbar-menu ul .contact-btn a,
.color-electrical .header-section .quote-btn a,
.color-electrical .header-section .contact-btn a,
.color-electrical .read-more-btn,
.color-electrical .read-more-btn:hover,
.color-electrical .off-canvas .quote-btn a,
.color-electrical .off-canvas .contact-btn a,
.color-electrical .black-box-body .service-box-link:hover,
.color-electrical .features-benefits-sec .features-box .features-col ul li a.bullet-color,
.color-electrical .features-benefits-sec .features-box .features-col ul li a:hover {
  background: #FFB926;
}
.color-electrical .header-section .header-nav .navbar-menu ul li.current-menu-item > a,
.color-electrical .header-section .header-nav .navbar-menu ul li a:hover,
.color-electrical .service-sec .service-info h2,
.color-electrical .footer-sec .footer-menu .menu-col ul li a:hover,
.color-electrical .features-benefits-sec .features-box .features-col h3,
.color-electrical .breadcrumb-sec ul li a:hover {
  color: #FFB926;
}
.color-electrical .single-banner-sec {
  border-color: #FFB926;
  border: 0;
}
.color-electrical .our-clients-sec .our-client-block .quote-ic .quote-ic-color {
  fill: #FFB926;
}
.color-electrical .header-section .header-nav .navbar-header .navbar-toggle {
  border: 0;
}

.animate-kerning {
  animation: test 1s ease-in 1s 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes test {
  0% {
    letter-spacing: 2px;
    opacity: 0;
  }
  100% {
    letter-spacing: 0px;
    opacity: 1;
  }
}
.animate-overlay {
  animation: overlay 3s ease-in-out 2s 1;
  animation-fill-mode: both;
}

@keyframes overlay {
  0% {
    filter: contrast(100%) brightness(200%) saturate(0%);
    opacity: 0;
  }
  30% {
    filter: contrast(75%) brightness(150%) saturate(100%);
    opacity: 1;
  }
  100% {
    filter: contrast(50%) brightness(150%) saturate(100%);
    @media only screen and (min-width: 1px) and (max-width: 767px) {
      filter: contrast(100%) brightness(150%) saturate(100%);
    }
    opacity: 1;
  }
}
.animate-opacity {
  animation: fade-in 1s ease-in 1s 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-opacity-delayed {
  animation: fade-in 1s ease-in 2s 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.swiper-button-next,
.swiper-button-prev {
  color: #EF2D3A; /* change arrow colour */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 28px; /* larger arrows */
}

.swiper-pagination-bullet {
  background: #d4d4d4;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #EF2D3A;
}

.swiper-button-prev {
  left: -40px; /* push left */
}

.swiper-button-next {
  right: -40px; /* push right */
}

.videos-block {
  position: relative;
}

.videos-block .swiper-button-prev {
  left: -40px;
  top: 50%;
}

.videos-block .swiper-button-next {
  right: -40px;
  top: 50%;
}

.videos-block .swiper-pagination {
  top: auto;
  text-align: center; /* centre the dots */
}