/* 
Styles combined
*/
/* ---------------------------------------------------------------------- 1.Variables */
/* ---------------------------------------------------------------------- 8. settings*/
html {
  background-color: #cccccc;
  scroll-behavior: smooth;
}
body {
  max-width: 1920px;
  background-color: white;
  margin: 0 auto !important;
}
body,
body p {
  color: #4b4a4a !important;
  font-family: 'Oswald', sans-serif !important;
  line-height: 1.5em !important;
  font-weight: 400 !important;
  font-size: 17px !important;
}
@media all and (max-width: 768px) {
  body,
  body p {
    font-size: calc(17px - 2px) !important;
  }
}
body a,
body p a {
  color: #66ff66;
  text-decoration: underline;
}
body a:hover,
body p a:hover {
  color: red;
  text-decoration: none;
}
p {
  margin: 0 0 25px;
}
ul,
ol {
  font-family: 'Oswald', sans-serif !important;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-area {
  padding-top: 50px;
  padding-bottom: 70px;
}
.content-area .container {
  max-width: 1400px;
}
.flex-layout1 .light {
  background-color: #f4f4f4;
}
.flex-layout1 .dark {
  background-color: #328BC3;
}
.flex_layout_row {
  padding-top: 100px;
  padding-bottom: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media all and (max-width: 1200px) {
  .flex_layout_row {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.flex-repeater .repeater-heading {
  margin-bottom: 1vw;
}
@media all and (min-width: 992px) {
  .flex-repeater .repeater-heading {
    margin-bottom: 2em;
    margin-top: -1.5em;
  }
}
.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* edit: fixes overlap error in IE7/8,
     make sure you have an empty gif
  background-image: url('empty.gif');*/
}
.flex-repeater-cell {
  position: relative;
}
.graycontent {
  background: #f4f4f4;
}
.vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hide {
  display: none;
}
_:-ms-lang(x),
.vertical-center {
  display: inline;
}
.flex-spacing.dark {
  background: #328BC3;
}
.flex-spacer.bgnone {
  background-color: none;
}
.flex-spacer.light {
  background-color: #f4f4f4;
}
.flex-spacer.dark {
  background-color: #328BC3;
}
.onswitch-sm,
.reverseonswitch-sm,
.onswitch-md,
.reverseonswitch-md,
.onswitch-lg,
.reverseonswitch-lg,
.onswitch-xl,
.reverseonswitch-xl {
  display: none;
}
@media all and (max-width: 576px) {
  .reverseonswitch-sm {
    display: block;
  }
  .reverseoffswitch-sm {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .reverseonswitch-md {
    display: block;
  }
  .reverseoffswitch-md {
    display: none;
  }
}
@media all and (max-width: 992px) {
  .reverseonswitch-lg {
    display: block;
  }
  .reverseoffswitch-lg {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .reverseonswitch-xl {
    display: block;
  }
  .reverseoffswitch-xl {
    display: none;
  }
}
.wow {
  visibility: hidden;
}
.padding-extra {
  padding: 5% 10%;
}
.padding-extra-side {
  padding-left: 5%;
  padding-right: 5%;
}
.row-no-padding,
.cell-no-padding {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row-no-padding [class*="col-"],
.cell-no-padding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.container-no-padding-top {
  padding-top: 0 !important;
}
.container-no-padding-bottom {
  padding-bottom: 0 !important;
}
h2.flex-heading {
  text-align: center;
  margin-top: 0 !important;
}
.container_fullwidth .container {
  max-width: 100%;
}
.container_widewidth .container {
  max-width: 1400px;
}
@media all and (min-width: 960px) {
  .container_smallwidth .container {
    max-width: 960px;
  }
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fixed {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-mirror {
  z-index: 1 !important;
}
.parallax-window {
  min-height: 500px;
  background-color: transparent;
  position: relative !important;
  z-index: 10 !important;
}
/* ---------------------------------------------------------------------- 4. Header-Footer */
.site-header {
  background-color: #252525 !important;
  width: 100%;
  max-width: none;
  height: 130px;
  box-shadow: none;
  margin: 0;
  display: block;
  transition: all 0.45s ease-in-out;
}
.site-header .container {
  max-width: 1400px;
}
.site-header .navbar {
  min-height: 100px;
  padding: 0;
  margin-top: -10px;
  display: flex;
  align-items: center;
  transition: min-height 0.45s ease-in-out, padding 0.45s ease-in-out;
}
@media all and (max-width: 768px) {
  .site-header .navbar {
    min-height: 60px;
    margin-top: 0px !important;
  }
}
.site-header img {
  transition: all 0.45s ease-in-out !important;
  opacity: 1;
  margin-top: 20px;
  width: auto;
  height: 60px;
}
@media all and (max-width: 992px) {
  .site-header img {
    max-height: 60px;
  }
}
@media all and (max-width: 768px) {
  .site-header img {
    margin-top: 8px !important;
    height: 60px;
  }
}
body.logged-in .site-header {
  top: 32px;
}
.site-header .navbar {
  min-height: 100px;
  padding: 0;
  display: flex;
  align-items: center;
}
@media all and (max-width: 768px) {
  .site-header .navbar {
    min-height: 60px;
  }
}
ul.navbar-nav {
  position: relative;
  margin-right: 2px;
  -moz-transition-property: none;
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
  transition: none !important;
}
#main-nav .navbar-nav > li > a {
  color: #f5f5f5 !important;
  font-family: 'Oswald', sans-serif;
  font-weight: 400 !important;
  font-size: 17px !important;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none !important;
  padding: 10px 1.5vw 10px 1.5vw !important;
  margin: 0 0.5vw !important;
}
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav > li > a:focus {
  color: #ccc !important;
  background: none;
}
#main-nav .navbar-nav li.current-page-ancestor a,
#main-nav .navbar-nav li.current_page_parent a {
  border-bottom: 3px solid #f5f5f5;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:hover,
#main-nav .navbar-nav > .active > a:focus {
  color: #333333;
  border-bottom: 3px solid #f5f5f5;
}
#main-nav {
  margin-top: 20px;
}
.extra-menu-top {
  display: none;
}
.navbar-toggle {
  display: none;
}
ul.dropdown-menu {
  background-color: #eeeeee !important;
  border: 1px solid #cccccc !important;
  border-top: none !important;
}
ul.dropdown-menu li.menu-item {
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px;
}
ul.dropdown-menu li.menu-item:hover {
  background: gray;
}
ul.dropdown-menu li.menu-item.current_page_item a {
  color: #333333;
}
ul.dropdown-menu li.menu-item:nth-last-child(1) {
  border-bottom: none !important;
}
ul.dropdown-menu li.menu-item a {
  color: black;
  background: none;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
}
ul.dropdown-menu li.menu-item a:hover {
  color: black;
  text-decoration: none;
}
.navbar-search {
  float: right;
  margin-top: -10px;
}
.top-bar {
  width: 100vw;
  max-width: 100vw;
  margin-top: -12px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #00e600;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  position: relative;
  z-index: 1031;
}
.top-bar .top-bar-inner {
  min-height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.top-bar .top-bar-left i,
.top-bar .top-bar-right i {
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
}
.top-bar .top-bar-left span,
.top-bar .top-bar-right span,
.top-bar .top-bar-left a,
.top-bar .top-bar-right a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  line-height: 1;
}
.top-bar .top-bar-left a:hover,
.top-bar .top-bar-right a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
.top-bar .top-bar-right a {
  font-weight: 500;
}
/* Fixed header offset */
body {
  padding-top: 140px;
}
/* Mobile tweaks */
@media (max-width: 768px) {
  .top-bar .top-bar-inner {
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    text-align: center;
    padding: 8px 0;
  }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    justify-content: center;
  }
  body {
    padding-top: 90px;
  }
}
.footer {
  max-width: 1920px;
  background-color: #252525;
  height: auto !important;
  color: #f5f5f5;
  margin: 0 auto;
  padding: 30px 0;
}
.footer .container {
  max-width: 1400px;
}
.footer p {
  color: #f5f5f5 !important;
  margin-bottom: 10px;
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer .h1,
.footer .h2,
.footer .h3,
.footer .h4,
.footer .h5,
.footer .h6 {
  color: #f5f5f5;
}
.footer a {
  color: #00e600;
  text-decoration: none;
}
.footer a:hover {
  color: #00cc00;
}
.footer a .fab {
  margin: 2px 6px;
  color: white;
  background-color: red;
  display: inline-block;
}
.footer a .fab:hover {
  color: green;
}
.footer .footer-social {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18px;
  flex-wrap: wrap;
}
.footer .footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #00e600;
  font-size: 20px;
  text-decoration: none;
  border: 2px solid #00e600;
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}
.footer .footer-social a:hover {
  background: #00e600;
  color: #000;
  transform: translateY(-2px);
}
@media all and (max-width: 576px) {
  .footer {
    text-align: center;
  }
  .footer .row > div {
    margin-bottom: 25px;
  }
  .footer .footer-social {
    justify-content: center;
    gap: 12px;
  }
  .footer .footer-social a {
    width: 36px;
    height: 36px;
    font-size: 17px;
  }
}
.footer-menu {
  position: relative;
}
.footer-menu ul.menu {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul.menu li {
  display: block;
}
.footer-menu ul.menu li a {
  color: #00e600;
  font-family: 'Oswald', sans-serif;
  position: relative;
  display: block;
  padding: 4px 0;
}
.footer-menu ul.menu li a:hover {
  color: #00cc00;
}
@media all and (max-width: 576px) {
  .footer-menu ul.menu {
    margin: 0;
    padding: 0;
  }
  .footer-menu li a {
    padding: 6px 0;
    text-align: center;
  }
}
/* ---------------------------------------------------------------------- 7. Pages */
.hero-banner {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-top: -20px;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-banner .container {
  max-width: 1400px;
}
@media (max-width: 768px) {
  .hero-banner {
    height: auto;
  }
}
.hero-banner .hero-banner-text {
  z-index: 100;
}
.hero-banner .hero-banner-text h1 {
  font-size: 2.7em !important;
  color: red !important;
}
body.home .hero-banner {
  height: 650px;
}
@media (max-width: 1200px) {
  body.home .hero-banner {
    height: auto;
  }
}
body.home .hero-banner .hero-banner-text {
  margin-top: -200px;
}
@media (max-width: 1200px) {
  body.home .hero-banner .hero-banner-text {
    margin-top: 90px;
  }
}
body.home .hero-banner .hero-banner-text .hero-banner-inner {
  position: relative;
  z-index: 2;
}
body.home .hero-banner .hero-banner-text .hero-banner-row {
  min-height: 700px;
  display: flex;
  align-items: flex-end;
}
body.home .hero-banner .hero-banner-text .hero-banner-left {
  padding-bottom: 55px;
}
body.home .hero-banner .hero-banner-text .hero-banner-text h1,
body.home .hero-banner .hero-banner-text .hero-banner-left h1 {
  font-size: 2.7em !important;
  line-height: 1.15;
  color: #f5f5f5 !important;
  margin-bottom: 20px;
}
body.home .hero-banner .hero-banner-text .hero-banner-text h1 span.performance-repair,
body.home .hero-banner .hero-banner-text .hero-banner-left h1 span.performance-repair {
  color: #00e600 !important;
}
body.home .hero-banner .hero-banner-text .hero-banner-text h2,
body.home .hero-banner .hero-banner-text .hero-banner-left h2 {
  font-size: 1.7em !important;
  margin-top: -10px;
  line-height: 1.2;
  color: #f5f5f5 !important;
  margin-bottom: 40px;
}
body.home .hero-banner .hero-banner-text .icon-list {
  margin-top: 25px;
}
body.home .hero-banner .hero-banner-text .icon-list .col-md-4 {
  text-align: center;
  color: #f5f5f5;
  margin-bottom: 20px;
}
body.home .hero-banner .hero-banner-text .icon-list i {
  display: block;
  color: #00e600;
  font-size: 3.2em;
  margin-bottom: 12px;
  line-height: 1;
}
body.home .hero-banner .hero-banner-text .icon-list .icon-text {
  color: #f5f5f5;
  text-transform: uppercase;
  font-size: 0.95em;
  line-height: 1.25;
  letter-spacing: 1px;
  max-width: 160px;
  margin: 0 auto;
}
body.home .hero-banner .hero-banner-text .get-to-know-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 65px;
}
body.home .hero-banner .hero-banner-text .get-to-know {
  width: 100%;
  max-width: 520px;
  padding: 42px 40px 38px;
  background: rgba(0, 0, 0, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  color: #f5f5f5;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
body.home .hero-banner .hero-banner-text .get-to-know h3 {
  font-size: 2.35em;
  line-height: 1.1;
  font-weight: 700;
  color: #f5f5f5;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
body.home .hero-banner .hero-banner-text .get-to-know h3 span {
  color: #00e600;
}
body.home .hero-banner .hero-banner-text .get-to-know p {
  font-size: 1.05em;
  line-height: 1.8;
  color: #f5f5f5 !important;
  margin-bottom: 28px;
}
body.home .hero-banner .hero-banner-text .get-to-know strong {
  font-weight: 700;
  text-transform: uppercase;
}
body.home .hero-banner .hero-banner-text .get-to-know a.mybutton.butlight {
  margin-top: 10px !important;
}
@media (max-width: 1200px) {
  body.home .hero-banner .hero-banner-text .hero-banner-row {
    min-height: 620px;
  }
  body.home .hero-banner .hero-banner-text .get-to-know {
    max-width: 100%;
    padding: 34px 30px;
    margin-bottom: 200px;
  }
  body.home .hero-banner .hero-banner-text .get-to-know h3 {
    font-size: 2em;
  }
}
@media (max-width: 992px) {
  body.home .hero-banner .hero-banner-text .hero-banner-row {
    display: block;
    min-height: auto;
  }
  body.home .hero-banner .hero-banner-text .hero-banner-left {
    padding-bottom: 0px;
  }
  body.home .hero-banner .hero-banner-text .get-to-know-wrap {
    display: block;
    padding-bottom: 0;
  }
  body.home .hero-banner .hero-banner-text .icon-list .col-md-4 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  body.home .hero-banner .hero-banner-text .hero-banner-left h1 {
    font-size: 2em !important;
  }
  body.home .hero-banner .hero-banner-text .hero-banner-left h2 {
    font-size: 1.3em !important;
    margin-bottom: 28px;
  }
  body.home .hero-banner .hero-banner-text .icon-list {
    margin-top: 10px;
  }
  body.home .hero-banner .hero-banner-text .icon-list .col-4 {
    text-align: center;
    margin-bottom: 0;
  }
  body.home .hero-banner .hero-banner-text .icon-list i {
    font-size: 2.1em;
    margin-bottom: 10px;
  }
  body.home .hero-banner .hero-banner-text .icon-list .icon-text {
    font-size: 0.72em;
    line-height: 1.2;
    letter-spacing: 0.5px;
    max-width: 100px;
    margin: 0 auto;
  }
  body.home .hero-banner .hero-banner-text .get-to-know {
    padding: 28px 22px;
    border-radius: 20px;
  }
  body.home .hero-banner .hero-banner-text .get-to-know h3 {
    font-size: 1.7em;
    margin-bottom: 18px;
  }
  body.home .hero-banner .hero-banner-text .get-to-know p {
    font-size: 1em;
    line-height: 1.7;
  }
  body.home .hero-banner .hero-banner-text .get-to-know .mybutton {
    min-width: 100%;
  }
}
body.blog .hero-banner-text h1,
body.blog .hero-banner-text h2.single-blog-header {
  color: white !important;
  font-weight: 400 !important;
  font-size: 1.5em !important;
}
@media (max-width: 576px) {
}
body.blog .hero-banner-text h2,
body.blog .hero-banner-text h3.single-blog-header {
  color: red !important;
  font-size: 2.5em !important;
}
@media (max-width: 576px) {
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}
h1,
.h1 {
  font-size: 2.7em !important;
}
h2,
.h2 {
  font-size: 2.2em !important;
}
h3,
.h3 {
  color: #00e600;
  font-size: 1.9em !important;
}
h4,
.h4 {
  font-size: 1.5em !important;
}
h5,
.h5 {
  font-size: 1.1em !important;
  font-weight: 300;
}
h6,
.h6 {
  font-size: 0.8em !important;
  color: red !important;
}
p a.mybutton,
a.mybutton {
  text-decoration: none !important;
  background: #00e600;
  color: #f5f5f5;
  border: 1px solid #00e600;
  border-radius: 30px;
  font-weight: 600 !important;
  font-size: 20px;
  margin-top: 36px;
  display: inline-block;
  transition-timing-function: linear;
  transition: 0.2s;
  padding: 10px 30px;
}
@media all and (max-width: 576px) {
  p a.mybutton,
  a.mybutton {
    margin: 16px 3px 16px 3px;
  }
}
p a.mybutton.butlight,
a.mybutton.butlight {
  display: inline-block;
  min-width: 250px;
  margin-top: 36px !important;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  color: #00e600;
  background: #ffffff;
  border: 2px solid #00e600;
  transition: all 0.25s ease;
}
p a:hover.mybutton,
a:hover.mybutton {
  background: #00cc00;
  color: #f5f5f5;
  border: 1px solid #00e600;
  transform: translate(3px, 3px) !important;
}
p a:hover.mybutton.butlight,
a:hover.mybutton.butlight {
  background: #00e600;
  color: #111111;
  text-decoration: none;
  border: 2px solid #00e600;
}
.link-spanner {
  background: rgba(255, 255, 255, 0.1);
}
.link-spanner:hover {
  background: none;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transition-timing-function: ease-in;
  transition: 0.5s;
  border: 1px solid #eeeeee;
}
.carousel-item {
  height: 35vw;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item .carousel-caption {
  bottom: 300px;
}
.carousel-item .carousel-caption h1 {
  color: white;
}
.carousel-indicators {
  text-align: left;
}
.carousel-indicators .active {
  background-color: red !important;
}
h2.entry-title {
  border: none;
}
h2.entry-title a {
  color: #000 !important;
  text-decoration: none;
}
h2.entry-title a:hover {
  color: black !important;
}
h1.entry-title {
  color: #000 !important;
  border: none;
}
.entry-meta {
  font-size: 0.8em;
  line-height: 1.4;
  display: none;
}
#primary .post-thumbnail {
  margin-top: 20px;
}
.comments-area {
  display: none;
}
.widget {
  margin-top: 30px;
}
h3.widget-title {
  border-bottom: 1px solid #333333 !important;
  color: red;
  font-size: 24px;
}
.widget ul li {
  border-bottom: none;
  padding: 4px 2px;
}
.widget ul li span {
  float: left;
  padding-top: 5px;
}
.widget ul li a {
  margin-left: 2px;
  font-size: 18px;
  color: blue;
  display: inline-block;
}
.widget ul li a:hover {
  margin-left: 2px;
  color: green;
  background: none;
}
body.woocommerce-page h1.page-title {
  font-size: 40px;
  color: red;
}
body.woocommerce-page h1.entry-title {
  color: orange;
  font-size: 30px;
}
body.woocommerce-page h2 {
  color: violet;
  font-size: 30px;
}
body.woocommerce-page h3 {
  color: black;
}
form.wpcf7-form {
  width: 94%;
}
form.wpcf7-form .textfield input,
form.wpcf7-form .textfield textarea {
  background-color: transparent;
  color: #333333 !important;
  padding: 20px 8px !important;
  width: 99%;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
}
form.wpcf7-form .textfield textarea {
  max-height: 100px;
  width: 99%;
  padding: 10px 8px !important;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  color: red;
}
form.wpcf7-form div.wpcf7-validation-errors {
  border: 1px solid red !important;
  color: red;
  font-weight: 600;
}
form.wpcf7-form input.wpcf7-submit {
  background: transparent;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 10px 30px !important;
  color: black;
  font-weight: 600;
  font-size: 0.9em;
}
form.wpcf7-form input.wpcf7-submit:hover {
  color: white;
  background: black;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: -10px;
  text-align: right;
}
.overlay .container {
  position: relative !important;
  overflow: visible !important;
  height: auto;
  width: 100%;
  background: transparent;
  margin: -150px auto 0 auto;
  padding: 0 20px;
  z-index: 10;
}
.overlay .row {
  display: flex;
  flex-wrap: wrap;
}
.overlay .flex-repeater-cell {
  padding: 0 15px;
  margin-bottom: 30px;
}
.overlay .overlay-card {
  background: #fff;
  padding: 50px 45px 45px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08), 0 6px 12px rgba(0, 0, 0, 0.12);
  height: 100%;
}
.overlay h2,
.overlay h3,
.overlay h4 {
  color: #00e600;
  margin: 0 0 22px 0;
}
.overlay p {
  margin-bottom: 16px;
  line-height: 1.7;
  color: #333;
}
.overlay .mybutton {
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .overlay .container {
    margin: -190px auto 0 auto;
  }
  .overlay .overlay-card {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .overlay .container {
    margin: -190px auto 0 auto;
  }
  .overlay .overlay-card {
    padding: 30px 22px;
  }
}
.what-we-do .section-eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.what-we-do .section-eyebrow h4 {
  margin: 0;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.what-we-do .section-eyebrow:after {
  content: "";
  display: block;
  height: 1px;
  background: #333333;
  width: 28%;
  margin-left: 18px;
  position: relative;
  top: 1px;
}
.what-we-do h2 {
  color: #00e600;
}
.what-we-do .flex-repeater-cell {
  margin-bottom: 20px;
  box-shadow: none !important;
}
.what-we-do .flex-repeater-cell .overlay-card {
  box-shadow: none !important;
  border-radius: 0;
  border: 5px solid transparent;
  background-color: #267a26;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  padding: 30px;
  color: #fff;
}
.what-we-do .flex-repeater-cell .overlay-card i {
  display: block;
  font-size: 42px;
  margin-bottom: 18px;
  color: #66ff66;
  line-height: 1;
}
.what-we-do .flex-repeater-cell h3 {
  margin-top: 0;
  color: #fff !important;
  margin-bottom: 15px;
}
.what-we-do .flex-repeater-cell p {
  color: #fff !important;
}
.contact-section h2,
.contact-section h5,
.contact-section p,
.contact-section a {
  color: #fff;
}
.contact-section .form-wrapper {
  background-color: white;
  padding: 30px;
  /* Contact Form 7 Submit Button */
  /* Hover */
  /* Remove CF7 weird defaults */
  /* Spinner alignment fix */
}
.contact-section .form-wrapper h2 {
  color: #267a26;
}
.contact-section .form-wrapper .wpcf7 form input.wpcf7-submit {
  width: 100%;
  display: block;
  background: #267a26 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 16px 20px !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease-in-out;
}
.contact-section .form-wrapper .wpcf7 form input.wpcf7-submit:hover {
  background: #1c5b1c;
  color: #ffffff;
}
.contact-section .form-wrapper .wpcf7 form input.wpcf7-submit.btn {
  box-shadow: none !important;
}
.contact-section .form-wrapper .wpcf7 form .wpcf7-spinner {
  margin-left: 10px;
}
.mid-banner {
  height: 360px;
}
