/*	**

	**	Dev: Ian Cussons
	**	Mobile 1st dev
	**	Less
	**	GULP build system
	

	**	*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url("https://use.typekit.net/drb2tuv.css");
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. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * 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;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
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 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 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 {
  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: 1em 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: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  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 */
}
/**
 * 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 */
  /* 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;
}
/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
* {
  box-sizing: border-box;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.largebanner .owl-theme .owl-nav.disabled + .owl-dots,
.slimbanner .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -50px;
  margin-bottom: 40px;
  z-index: 11;
  position: relative;
}
.owl-theme .owl-dots {
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 2px;
  background: transparent;
  border: 2px solid #44b753;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  transition: 0.5s;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #44b753;
  border: 2px solid #44b753;
}
.d-none {
  display: none !important;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999999;
  background-color: #424242;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #44b753;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
body {
  font-family: poppins, sans-serif;
  font-size: 16px;
  color: #fff;
  background: #525252;
  font-weight: 300;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.bg_green {
  background: #44b753;
}
.center-t {
  text-align: center;
}
.container {
  max-width: 1400px;
  width: 96%;
  position: relative;
  margin: 0 auto;
}
@media only screen and (min-width: 1500px) {
  .wrapper {
    width: 80%;
  }
}
.ie .wrapper {
  width: 1400px;
  padding: 0px 10px 10px 10px;
}
.wrappernarrow {
  width: 80%;
  max-width: 980px;
  display: block;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .wrappernarrow {
    width: 92%;
  }
}
section {
  width: 100%;
  display: block;
}
.block {
  width: 100%;
  display: block;
}
.pt {
  padding-top: 15px;
}
.pb {
  padding-bottom: 15px;
}
.pn {
  padding: 0;
}
.pl {
  padding-left: 20px;
}
.pr {
  padding-right: 20px;
}
.plb {
  padding-left: 0px;
}
.prb {
  padding-right: 0px;
}
@media only screen and (min-width: 650px) {
  .plb {
    padding-left: 5%;
  }
  .prb {
    padding-right: 5%;
  }
}
.ptb {
  padding-top: 50px;
}
.pbb {
  padding-bottom: 50px;
}
.mt {
  margin-top: 15px;
}
.mb {
  margin-bottom: 15px;
}
.mn {
  margin: 0;
}
.mtb {
  margin-top: 50px;
}
.mbb {
  margin-bottom: 50px;
}
section.header {
  position: relative;
  z-index: 12;
  background: #4a4a4a;
}
section.header .logo {
  float: left;
  width: 70%;
  max-width: 590px;
  margin-bottom: 0;
}
section.header .logo:hover img {
  filter: grayscale(100%);
}
section.header .logo img {
  width: 100%;
  max-width: 100%;
  display: block;
  transition: 0.5s;
}
@media only screen and (min-width: 600px) {
  section.header .logo {
    float: left;
    width: 100%;
    max-width: 400px;
    margin-bottom: 0px;
  }
  section.header .logo img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1110px) {
  section.header .logo {
    float: left;
    width: 100%;
    max-width: 400px;
    margin-bottom: -25px;
  }
  section.header .logo img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1225px) {
  section.header .logo {
    float: left;
    width: 100%;
    max-width: 490px;
    margin-bottom: -25px;
  }
  section.header .logo img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@media only screen and (min-width: 1290px) {
  section.header {
    position: fixed;
  }
  section.header .logo {
    float: left;
    width: 100%;
    max-width: 590px;
    margin-bottom: -25px;
  }
  section.header .logo img {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
section.scrolling_banner {
  position: relative;
  overflow: hidden;
}
section.scrolling_banner .decal {
  position: absolute;
  bottom: -100px;
  right: 15%;
  z-index: 4;
}
section.scrolling_banner .scrolling_banner_images {
  height: auto;
  max-height: 85vh;
  overflow: hidden;
}
section.scrolling_banner .scrolling_banner_images .banner_item {
  width: 100%;
}
section.scrolling_banner .scrolling_banner_images .banner_item img {
  display: block;
  object-fit: cover;
}
section.scrolling_banner .owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: left;
}
@media only screen and (max-width: 1150px) {
  section.scrolling_banner .decal {
    bottom: -220px;
  }
}
@media only screen and (max-width: 830px) {
  section.scrolling_banner .decal {
    bottom: -350px;
  }
}
section.inner_banner {
  position: relative;
  overflow: hidden;
}
section.inner_banner .decal {
  position: absolute;
  bottom: -220px;
  right: 15%;
  z-index: 4;
}
section.inner_banner .banner_item {
  width: 100%;
}
section.inner_banner .banner_item img {
  display: block;
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 1150px) {
  section.inner_banner .decal {
    bottom: -320px;
  }
}
@media only screen and (max-width: 830px) {
  section.inner_banner .decal {
    bottom: -420px;
  }
}
@media only screen and (min-width: 1280px) {
  section.inner_banner {
    padding-top: 100px;
  }
}
.feature_boxes {
  padding: 10px 0 80px 0;
}
.feature_boxes header h2 {
  padding: 40px 0;
}
.container_4 {
  display: -ms-grid;
  display: grid;
  gap: 0px;
  -ms-grid-columns: (1fr) [1];
  grid-template-columns: repeat(1, 1fr);
}
.container_4 .item {
  background: #525252;
  margin-bottom: 22px;
}
.container_4 .item .item__image {
  width: 100%;
}
.container_4 .item .item__image img {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 322px;
}
.container_4 .item .item__content {
  padding: 12px 20px 20px 20px;
}
.container_4 .item .item__content h3 {
  margin: 0;
  padding: 0;
  line-height: 1.05;
  color: #44b753;
}
.container_4 .item .item__content h4 {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 800px) {
  .container_4 {
    gap: 20px;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1000px) {
  .container_4 {
    gap: 38px;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
}
.testimonials {
  padding: 100px 0 90px 0;
}
.testimonials .container {
  background: url(../images/bg_testi.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.testimonials .testimonials_content {
  margin: 0 auto;
  padding: 100px 100px 100px 100px;
}
.testimonials .testimonials_content .testimonials_feed_bg {
  padding: 30px 40px 30px 40px;
  background: rgba(59, 60, 60, 0.92);
}
.testimonials .testimonials_content header h2 {
  color: #44b753;
}
.testimonials .testimonials_content blockquote {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  padding: 0;
  margin: 0 0 15px 0;
}
.testimonials .testimonials_content cite {
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  background: #525252;
  display: inline-block;
  padding: 4px 10px 4px 10px;
  color: #44b753;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .testimonials {
    padding: 50px 0 50px 0;
  }
  .testimonials .container {
    background: url(../images/bg_testi.jpg) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .testimonials .testimonials_content {
    margin: 0 auto;
    padding: 0;
  }
}
.testimonial_page {
  padding: 70px 0 0px 0;
}
.testimonial_page .testimonial_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px;
}
.testimonial_page .testimonial_items .testimonial_item {
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
  background: #424242;
  margin: 12px 0;
  padding: 25px 25px 20px 25px;
}
.testimonial_page .testimonial_items .testimonial_item blockquote {
  padding: 3px 0 0 0;
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  font-style: italic;
  color: #44b753;
  display: block;
}
.testimonial_page .testimonial_items .testimonial_item cite {
  display: block;
  padding: 0;
  margin: 10px 0 0 0;
  font-weight: 600;
  font-style: normal;
  color: #fff;
}
.testimonial_page header h1 {
  color: #44b753;
  line-height: 1;
  font-size: 50px;
}
.testimonial_page header h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.testimonial_page h3 {
  color: #44b753;
  text-transform: unset;
  font-family: poppins, sans-serif;
  margin-top: 26px;
  margin-bottom: 7px;
  font-weight: 300;
}
.testimonial_page p {
  font-size: 18px;
}
.testimonial_page p strong,
.testimonial_page p b {
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1000px) {
  .testimonial_page .testimonial_items .testimonial_item {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    background: #424242;
    margin: 12px 0;
    padding: 25px 25px 20px 25px;
  }
}
@media only screen and (max-width: 750px) {
  .testimonial_page .testimonial_items .testimonial_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: #424242;
    margin: 10px 0;
    padding: 25px 25px 20px 25px;
  }
}
.projects_page {
  padding: 70px 0 0px 0;
}
.projects_page .projects_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-bottom: 70px;
}
.projects_page .projects_items .projects_item {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  background: #424242;
  margin: 12px 0;
  padding: 25px 25px 20px 25px;
}
.projects_page .projects_items .projects_item h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.1em;
  font-weight: 600;
  color: #44b753;
  display: block;
}
.projects_page .projects_items .projects_item a.btn {
  color: #fff;
  margin: 10px 0;
}
.projects_page .projects_items .projects_item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}
.projects_page header h1 {
  color: #44b753;
  line-height: 1;
  font-size: 50px;
}
.projects_page header h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.projects_page h3 {
  color: #44b753;
  text-transform: unset;
  font-family: poppins, sans-serif;
  margin-top: 26px;
  margin-bottom: 7px;
  font-weight: 300;
}
.projects_page p {
  font-size: 18px;
}
.projects_page p strong,
.projects_page p b {
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1000px) {
  .projects_page .projects_items .projects_item {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    background: #424242;
    margin: 12px 0;
    padding: 25px 25px 20px 25px;
  }
}
@media only screen and (max-width: 750px) {
  .projects_page .projects_items .projects_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background: #424242;
    margin: 10px 0;
    padding: 25px 25px 20px 25px;
  }
}
.simple_text {
  background: #424242;
}
.simple_text .content_area header {
  margin-bottom: 10px;
}
.simple_text .content_area a.btn {
  color: #fff;
}
section.inline_gallery {
  padding: 60px 0 80px 0;
}
section.inline_gallery .content_area {
  padding-bottom: 35px;
}
section.inline_gallery header h2 {
  color: #44b753;
  line-height: 1;
  font-size: 50px;
}
section.inline_gallery header h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
section.image_left_text_right {
  padding: 80px 0 80px 0;
}
section.image_left_text_right .image_text_wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.image_left_text_right header h2 {
  color: #525252;
  line-height: 1;
  font-size: 50px;
}
section.image_left_text_right header h3 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
section.image_left_text_right .image_area {
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
  position: relative;
  overflow: hidden;
}
section.image_left_text_right .image_area img.mainimg {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 6px;
}
section.image_left_text_right .image_area .decal {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 60px;
}
section.image_left_text_right .text_area {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
section.image_left_text_right .text_area h4 {
  color: #525252;
  text-transform: unset;
  font-family: poppins, sans-serif;
  margin-top: 22px;
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
}
.item__content h4{text-transform: unset;}
@media only screen and (max-width: 900px) {
  section.image_left_text_right {
    padding: 20px 0 60px 0;
  }
  section.image_left_text_right .text_area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  section.image_left_text_right .image_area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
.simple_text {
  padding: 70px 0 80px 0;
}
.simple_text .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.simple_text .content_area {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.simple_text header h1 {
  color: #44b753;
  line-height: 1;
  font-size: 50px;
}
.simple_text header h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.simple_text h3 {
  color: #44b753;
  text-transform: unset;
  font-family: poppins, sans-serif;
  margin-top: 26px;
  margin-bottom: 7px;
  font-weight: 300;
}
.simple_text p {
  font-size: 18px;
}
.simple_text p strong,
.simple_text p b {
  font-weight: 600;
  font-style: normal;
}
.grecaptcha-badge {
  z-index: 10;
}
.content_and_form {
  padding: 70px 0 80px 0;
  z-index: 4;
  position: relative;
}
.content_and_form .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 99;
}
.content_and_form .content_area {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
.content_and_form .form_area {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-top: -215px;
  z-index: 10;
}
.content_and_form header h1 {
  color: #44b753;
  line-height: 1;
  font-size: 45px;
}
.content_and_form header h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1;
}
.content_and_form h3 {
  color: #44b753;
  text-transform: unset;
  font-family: poppins, sans-serif;
  margin-top: 22px;
  margin-bottom: 12px;
  font-weight: 300;
}
.content_and_form p {
  font-size: 18px;
}
.content_and_form p strong,
.content_and_form p b {
  font-weight: 600;
  font-style: normal;
}
.content_and_form p .sociallink {
  color: #fff;
  border: 0;
  text-decoration: none;
}
.content_and_form p .sociallink:hover .fbicon {
  background: #44b753;
  color: #fff;
  transition: 0.5s;
}
.content_and_form p .fbicon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 13px;
  background: #4767a9;
  font-size: 20px;
  margin-right: 12px;
  text-decoration: none;
  color: #fff;
  border: 0;
}
.accred_logos {background-color:white;
  width: 100%;
  max-width:500px;
/* didn't fit on mobile */
} 
.content_and_form .accred_logos {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.content_and_form .accred_logos .logoitem {
  width: 100%;
  max-width: 115px;
  border: 5px white solid;
}
.content_and_form .accred_logos .logoitem img {
  width: 100%;
  display: block;
}
.content_and_form .form_area {
  background: #44b753;
  padding: 30px 35px 35px 35px;
  z-index: 10;
}
.content_and_form .form_area header h2 {
  font-size: 45px;
}
@media only screen and (max-width: 1180px) {
  .content_and_form .content_area {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .content_and_form .form_area {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 850px) {
  .content_and_form {
    padding: 30px 0 30px 0;
  }
  .content_and_form .content_area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .content_and_form .form_area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 40px;
  }
}
.page-id-98 .content_and_form .content_area {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
.page-id-98 .content_and_form .form_area {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-top: -215px;
  z-index: 10;
}
@media only screen and (max-width: 1180px) {
  .page-id-98 .content_and_form .content_area {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .page-id-98 .content_and_form .form_area {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media only screen and (max-width: 850px) {
  .page-id-98 .content_and_form .content_area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .page-id-98 .content_and_form .form_area {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
section.spacer {
  padding: 40px 0;
}
section.error_404 {
  padding: 220px 0 100px 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  section.error_404 {
    padding: 140px 0 100px 0;
  }
}
.form_style label,
.form_style input,
.form_style textarea,
.form_style select {
  display: block;
  width: 100%;
}
.form_style label {
  font-family: arimo, sans-serif;
  text-transform: uppercase;
}
.form_style input,
.form_style textarea,
.form_style select {
  padding: 8px 12px;
  border: 0;
  margin-bottom: 15px;
  margin-top: 3px;
}
.form_style select {
  padding-left: 8px;
}
.form_style .wpcf7-list-item {
  margin-left: 0;
}
.form_style input[type="submit"] {
  width: auto;
  border: 0;
  background: #424242;
  color: #fff;
  padding: 7px 12px 7px 12px;
  margin-bottom: 0;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.5s;
}
.form_style input[type="submit"]:hover {
  background: #292929;
}
.form_style input[type="checkbox"] {
  width: auto;
  border: 0;
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 4px;
}
.form_style .wpcf7-acceptance span,
.form_style .wpcf7-checkbox span {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
}
.form_style .wpcf7-acceptance span a,
.form_style .wpcf7-checkbox span a {
  color: #fff;
  font-weight: 500;
}
.form_style .wpcf7-acceptance span a:hover,
.form_style .wpcf7-checkbox span a:hover {
  color: #333030;
}
.form_style .wpcf7-checkbox span {
  margin-right: 7px;
}
.form_style .wpcf7-not-valid-tip {
  margin-bottom: 5px;
  margin-top: -5px;
  background: red;
  padding: 3px 10px;
  display: block;
  width: 100%;
  color: #fff;
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-transform: none;
}
.form_style .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  line-height: 1.1;
  padding: 10px;
  border: 0;
  background: red;
}
.form_style .wpcf7-form.sent .wpcf7-response-output {
  background: green;
}
.form_style .wpcf7-spinner {
  display: none;
  margin: 10px 0;
}
.form_style form.submitting .wpcf7-spinner {
  display: block;
}
section.cta_strip {
  padding: 50px 20px 50px 20px;
}
section.cta_strip p {
  font-size: 30px;
  color: #fff;
}
section.cta_strip p span {
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
section.cta_strip p span.fa_seperator {
  color: #333030;
  font-size: 8px;
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
}
section.footer {
  background-color: #525252;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 20px;
  background: url(../images/decal_footer.svg);
  background-repeat: no-repeat;
  background-position: 86% bottom;
}
section.footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.footer .container h4 {
  color: #44b753;
  font-size: 28px;
  margin-bottom: 10px;
}
section.footer .container .col_1 {
  margin-right: 80px;
  margin-bottom: 20px;
}
section.footer .container .col_1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.footer .container .col_1 ul li {
  margin-right: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
section.footer .container .col_2 {
  margin-bottom: 20px;
}
section.footer .container .col_2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.footer .container .col_2 ul li {
  margin-right: 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.1;
}
section.footer .container .col_2 p {
  margin-top: 7px;
}
section.footer .container .copyw {
  width: 100%;
  margin-top: 0;
  margin-bottom: 25px;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
section.footer .container .copyw a {
  border: 0;
}
section.footer .container .copyw p {
  font-size: 15px;
}
section.footer .container .copyw p .fbicon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 13px;
  background: #4767a9;
  font-size: 20px;
  margin-right: 12px;
  color: #fff;
}
section.footer .container .copyw p a:hover .fbicon {
  background: #44b753;
  color: #fff;
  transition: 0.5s;
}
section.footer .container .copyw img {
  vertical-align: middle;
}
section.footer a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  line-height: 1.1;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
section.footer a:hover {
  color: #44b753;
  border-bottom: 1px solid #44b753;
}
section.footer .gsdlink {
  color: unset;
  text-decoration: unset;
  border-bottom: unset;
  line-height: unset;
  display: unset;
}
@media only screen and (max-width: 550px) {
  .mobilewith {
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}
@media only screen and (max-width: 80px) {
  section.footer {
    padding-top: 50px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0 0 0 0;
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 50px;
}
h3 {
  line-height: 1.1em;
  font-size: 25px;
}
h4 {
  font-size: 19px;
}
h5 {
  font-size: 18px;
  font-family: poppins, sans-serif;
}
header.center_t {
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .content_and_form header h1,
  .testimonial_page header h1,
  h2,
  .content_and_form .form_area header h2,
  section.inline_gallery header h2,
  section.image_left_text_right header h2 {
    font-size: 32px;
  }
}
p {
  margin: 0;
  padding: 10px 0;
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 1.2;
  font-size: 17px;
}
ul li {
  font-size: 17px;
}
ul.bullet_icon {
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
}
ul.bullet_icon li {
  margin: 5px 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
}
ul.bullet_icon .fa-regular {
  margin-right: 7px;
  color: #44b753;
}
section.content_and_form .container .content_area ul {
  list-style: none;
  margin: 0px 0 20px 0;
  padding: 0;
}
section.content_and_form .container .content_area ul li {
  background: #424242;
  line-height: 1.2;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 8px;
  padding: 8px 10px 5px 10px;
  border-radius: 1px;
}
/*section.content_and_form .container .content_area ul li:nth-child(3n+1) {
  background: #44b753;
}

section.content_and_form .container .content_area ul li:nth-child(3n+2) {
  background: #424242;
}

section.content_and_form .container .content_area ul li:nth-child(3n+3) {
  background: #fff;
  color: #424242;
}*/
.moove-gdpr-cookie-notice p {
  padding-top: 0;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  background: #1b1b1b;
}
/* Mobile menu */
#menu-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  color: #44b753;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  padding: 10px;
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 29px;
  text-transform: uppercase;
  z-index: 6;
}
#menu-icon span {
  color: #fff;
  margin-left: 1px;
  font-size: 22px;
}
#menu-icon:hover {
  color: #44b753;
  text-decoration: none;
  border: none;
}
.nav_phone {
  float: none;
}
.phone {
  display: none;
}
.navbar {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
  width: 100%;
}
.navbar .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navbar .menu li {
  list-style-type: none;
  display: block;
}
.navbar .menu li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #fff;
  padding: 8px 15px;
  border-bottom: 3px solid #525252;
  transition: 0.3s;
}
.navbar .menu li a:hover {
  border-bottom: 3px solid #44b753;
  background: #424242;
}
.navbar .menu li a.active,
.navbar .menu li.current-menu-item a,
.navbar .menu li.current-page-ancestor a,
.single-electrical-projects #menu-item-471 a {
  border-bottom: 3px solid #44b753;
  background: #424242;
}
.expand {
  max-height: 100vh;
  width: 100%;
}
@media only screen and (min-width: 1110px) {
  .nav_phone {
    text-align: right;
  }
  .phone {
    display: inline-block;
    padding: 4px 40px 5px 20px;
    margin-right: -20px;
    background: #44b753;
    color: #333030;
    font-family: arimo, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    font-weight: 500;
    transform: skewX(45deg);
  }
  .phone .phone_content {
    transform: skewX(-45deg);
  }
  .phone b {
    font-family: arimo, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
  }
  .phone a {
    text-decoration: none;
    color: #fff;
  }
  .phone a:hover {
    color: #333030;
  }
  .phone span.fa_seperator {
    color: #333030;
    font-size: 8px;
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 3px;
  }
  /* Mobile menu icon */
  #menu-icon {
    display: none;
  }
  .nav_phone {
    float: right;
  }
  .navbar {
    max-height: none;
    margin-top: 12px;
    width: unset;
  }
  .navbar .menu li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
  }
  .navbar .menu li a {
    display: block;
    border-bottom: 6px solid #4a4a4a;
    font-size: 18px;
    padding: 15px 0;
  }
  .navbar .menu li a:hover {
    border-bottom: 6px solid #44b753;
    background: unset;
  }
  .navbar .menu li a.active,
  .navbar .menu li.current-menu-item a,
  .navbar .menu li.current-page-ancestor a,
  .single-electrical-projects #menu-item-471 a {
    border-bottom: 6px solid #44b753;
    background: unset;
  }
}
@media only screen and (min-width: 990px) {
  .navbar {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1400px) {
  .navbar .menu li {
    margin-right: 35px;
  }
}
a {
  transition: 0.5s;
  text-decoration: underline;
  word-break: break-all;
}
a.btn {
  display: inline-block;
  background: #424242;
  color: #fff;
  padding: 7px 12px 7px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.5s;
}
a.btn:hover {
  background: #292929;
}
a.btn_green {
  background: #44b753;
  color: #fff;
}
a.btn_green:hover {
  background: #369242;
}
.cms_grey a {
  color: #44b753;
  font-weight: 500;
}
.cms_grey a:hover {
  color: #fff;
}
.bread {
  position: absolute;
  bottom: 5%;
  left: 2%;
  background: #525252;
  padding: 15px 20px;
  line-height: 1;
}
.bread a {
  color: #44b753;
  text-underline-offset: 5px;
}
.bread a:hover {
  color: #fff;
}

/* FAQ */
* {
  box-sizing: border-box;
}
*::before,
*::after {
  box-sizing: border-box;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #44b753;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: ##44b753;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #44b753;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 1em 0;
}
section.faq_section header h2 {
  color: #44b753;
  line-height: 1;
  font-size: 50px;
  margin-bottom: 20px;
}
section.faq_section {
  padding: 60px 0 80px 0;
}

.faq_section_grid .accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 50px;
}

a.faq_readmore {
  display: inline-block;
  background: #44b753;
  color: #fff;
  padding: 7px 12px 7px 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: arimo, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  transition: 0.5s;
  margin-bottom: 10px;
  border-radius: 5px;
}

a.faq_readmore i {
  /* font-size: 28px; */
  font-weight: 900;
  /* font-style: initial; */
  /* vertical-align: middle; */
}

.fa-arrow-left:before {
  content: "\f061";
}

.twc_green_title_bar {
  text-align: center;
  padding: 70px 20px 20px 20px;
}
.twc_green_title_bar h1 {
  font-size: 45px;
}

.faq_inner_page {
  padding: 70px 0 70px 0;
}
.faq_inner_page.content_and_form .container {
  display: block;
}
@media only screen and (max-width: 1300px) {
  .container_4 .item .item__image img {
    height: 278px;
  }
  .twc_green_title_bar h1 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1024px) {
  .faq_section_grid .accordion {
    display: block;
  }
  .container_4 .item .item__image img {
    height: 213px;
  }
  .twc_green_title_bar h1 {
    font-size: 30px;
  }
  .twc_green_title_bar {
    text-align: center;
    padding: 50px 20px 20px 20px;
  }
}

@media only screen and (max-width: 768px) {
  section.faq_section header h2 {
    font-size: 25px;
  }
  .accordion button {
    font-size: 1rem;
  }
  .accordion .accordion-content p {
    font-size: 0.9rem;
    line-height: 20px;
  }
  .twc_green_title_bar h1 {
    font-size: 25px;
  }
  .twc_green_title_bar {
    text-align: center;
    padding: 40px 20px 20px 20px;
  }
}

@media only screen and (max-width: 450px) {
  .twc_green_title_bar h1 {
    font-size: 22px;
  }
  .twc_green_title_bar {
    text-align: center;
    padding: 35px 20px 15px 20px;
  }
  .faq_inner_page {
    padding: 40px 0 40px 0;
  }
}
