@charset "UTF-8";
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/*
Version: 0.10.1a MP
Revup modification
*/
/* @import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700'); */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?pa91ue");
  src: url("../fonts/icomoon.eot?pa91ue#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?pa91ue") format("truetype"), url("../fonts/icomoon.woff?pa91ue") format("woff"), url("../fonts/icomoon.svg?pa91ue#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* HTML5 Reset
  ---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
  ---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* stylelint-enable */
/* Box Sizing
  --------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
*::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Float Clearing
  --------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

.owl-dots {
  display: none;
}

/* Defaults
  ---------------------------------------------------------------------------- */
/* Typographical Elements
  --------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: #fff;
  color: #333;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
  min-width: 320px;
}

button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input:focus, input[type=button], input[type=reset], input[type=submit] {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a {
  color: #378162;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}
a h3 {
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
}
a:hover, a:focus, a:hover i {
  color: #1b583f;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 1.6em;
  color: #3d3d3d;
  margin: 0 0 1.4em;
  padding: 0;
  font-weight: 400;
}
p + h3,
p + h4,
p + h5 {
  margin-top: 50px;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: none;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

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

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

.object-center {
  margin-left: auto;
  margin-right: auto;
}

/* Headings
  --------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  line-height: 1.2em;
  margin: 0.3em 0 0.6em;
  color: #3d3d3d;
}

h1,
h2,
h3 {
  overflow-wrap: normal;
}

h1 {
  font-size: 60px;
  text-transform: capitalize;
}

h2 {
  font-size: 36px;
  text-transform: capitalize;
}

h3 {
  font-size: 28px;
  font-weight: 600;
}

h4 {
  font-size: 22px;
  font-weight: 600;
}

h2 + h4 {
  margin-top: -0.8em;
}

h5 {
  font-size: 22px;
}

h6,
label {
  font-style: italic;
  font-size: 14px;
}

.white-text,
.white-text * {
  color: white !important;
}

/* Objects
  --------------------------------------------- */
embed,
iframe,
img,
object,
video,
svg,
.wp-caption {
  max-width: 100%;
}

img,
svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

svg [class*=fill-white],
svg [class*=fill-white] path {
  fill: #fff;
}
svg [class*=stroke-white],
svg [class*=stroke-white] path {
  stroke: #fff;
}
svg [class*=fill-accent],
svg [class*=fill-accent] path {
  fill: #378162;
}
svg [class*=stroke-accent],
svg [class*=stroke-accent] path {
  stroke: #378162;
}
svg [class*=fill-primary],
svg [class*=fill-primary] path {
  fill: #1b583f;
}
svg [class*=stroke-primary],
svg [class*=stroke-primary] path {
  stroke: #1b583f;
}
svg [class*=fill-tertiary],
svg [class*=fill-tertiary] path {
  fill: #3d3d3d;
}
svg [class*=stroke-tertiary],
svg [class*=stroke-tertiary] path {
  stroke: #3d3d3d;
}

figure {
  margin: 0;
}

/* aligment
  --------------------------------------------- */
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
}

.center-block {
  float: none !important;
}

@media (max-width: 768px) {
  .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/* 
  --------------------------------------------- */
.image {
  background-color: gray;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.light-background,
.content section:nth-of-type(2n),
.content section.white-background + .section,
.checkmark-item {
  background-color: #c8c8c8;
}

.white-background {
  background-color: white !important;
}

/* Gallery
  --------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}
.gallery img:focus, .gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Forms
  --------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type=checkbox], input[type=image], input[type=radio] {
  width: auto;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::-ms-input-placeholder,
:-ms-input-placeholder,
::placeholder {
  color: #333;
  opacity: 1;
}

button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
  margin-bottom: 21px;
}

a.button.request {
  margin-bottom: 21px;
}

input[type=button], input[type=reset], input[type=submit] {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

.site-container div.wpforms-container-full .wpforms-form input[type=submit],
.site-container div.wpforms-container-full .wpforms-form button[type=submit] {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

.button {
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus, button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

input[type=button]:focus, input[type=button]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}
input[type=reset]:focus, input[type=reset]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}
input[type=submit]:focus, input[type=submit]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

.site-container div.wpforms-container-full .wpforms-form input[type=submit]:focus, .site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}
.site-container div.wpforms-container-full .wpforms-form button[type=submit]:focus, .site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

.button:focus, .button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

.entry-content .button:focus, .entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

.site-container {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.site-container button:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
.site-container button:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
.site-container input:disabled, .site-container input[type=button]:disabled, .site-container input[type=reset]:disabled, .site-container input[type=submit]:disabled {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}
.site-container input:disabled:hover, .site-container input[type=button]:disabled:hover, .site-container input[type=reset]:disabled:hover, .site-container input[type=submit]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
  display: none;
}

/* Tables
  --------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
}

tbody {
  border-bottom: 1px solid #eee;
}

td,
th {
  text-align: left;
  vertical-align: top;
}

td {
  border-top: 1px solid #eee;
  padding: 10px;
}

th {
  font-weight: 600;
  padding: 0 10px 10px;
}

td:first-child,
th:first-child {
  padding-left: 0;
}

td:last-child,
th:last-child {
  padding-right: 0;
}

/* Screen Reader Text
  --------------------------------------------- */
.screen-reader-shortcut {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
  ---------------------------------------------------------------------------- */
/* Site Container
  --------------------------------------------- */
.site-container {
  -webkit-animation: fadein 1s;
          animation: fadein 1s;
  word-wrap: break-word;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.site-inner {
  clear: both;
  /*
      margin: 0 auto;
      padding: 60px 30px 0;
  */
}

.wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

/* Sections */
section,
.section {
  padding: 90px 4%;
  width: 100%;
}

.section-footer {
  margin-top: 70px;
}

.section-title {
  margin-top: 0px;
  /* margin-bottom: 0px; */
}

/* Common Classes
  ---------------------------------------------------------------------------- */
/* Avatar
  --------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

.author-box .avatar,
.alignleft .avatar {
  margin-right: 20px;
}

.alignright .avatar {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
  --------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* Search Form
  --------------------------------------------- */
.search-form {
  overflow: hidden;
}

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Titles
  --------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  /* font-size: 30px; */
  text-align: center;
  margin: 60px 0px 10px;
}
.entry-title a {
  color: #333;
  text-decoration: none;
}

.sidebar .widget-title a {
  color: #333;
  text-decoration: none;
}

.entry-title a:focus, .entry-title a:hover {
  color: #0073e5;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* WordPress
  --------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}

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

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

a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
  ---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}
.widget p:last-child {
  margin-bottom: 0;
}
.widget ul > li {
  margin-bottom: 10px;
}
.widget ul > li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}
.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

/* Content Area 
-------------------------------*/
.service-benefits-alt.default_list li {
  margin: 0;
  padding: 0;
}
.service-benefits-alt.default_list ul, .service-benefits-alt.default_list ol {
  padding-left: 2rem;
  margin: 0 0 1.4em;
  background: transparent;
}

.service-column-home.row {
  margin-left: 0;
  margin-right: 0;
}

.page-template-template-custom .entry .wrap,
.service-about .wrap,
.service-benefits .wrap,
.service-benefits-alt .wrap,
.service-process .wrap,
.service-cost .wrap,
.faq-item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page-template-template-custom .entry .wrap > *,
.service-about .wrap > *,
.service-benefits .wrap > *,
.service-benefits-alt .wrap > *,
.service-process .wrap > *,
.service-cost .wrap > *,
.faq-item .wrap > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.page-template-template-custom .entry .image-panel,
.service-about .image-panel,
.service-benefits .image-panel,
.service-benefits-alt .image-panel,
.service-process .image-panel,
.service-cost .image-panel,
.faq-item .image-panel {
  background: #f9fafc;
  margin-left: 40px;
  padding: 0px;
  border-radius: 15px;
  height: 100%;
}
.page-template-template-custom .entry .image-panel img,
.service-about .image-panel img,
.service-benefits .image-panel img,
.service-benefits-alt .image-panel img,
.service-process .image-panel img,
.service-cost .image-panel img,
.faq-item .image-panel img {
  margin-top: 30px;
  margin-left: -40px;
}
.page-template-template-custom .entry li,
.service-about li,
.service-benefits li,
.service-benefits-alt li,
.service-process li,
.service-cost li,
.faq-item li {
  list-style-position: outside;
  padding: 14px 10px;
  margin: 0 2%;
}
.page-template-template-custom .entry ul,
.page-template-template-custom .entry ol,
.service-about ul,
.service-about ol,
.service-benefits ul,
.service-benefits ol,
.service-benefits-alt ul,
.service-benefits-alt ol,
.service-process ul,
.service-process ol,
.service-cost ul,
.service-cost ol,
.faq-item ul,
.faq-item ol {
  padding: 18px 34px;
  margin: 12px 2% 40px;
  background-color: #c8c8c8;
}
.page-template-template-custom .entry ul li,
.service-about ul li,
.service-benefits ul li,
.service-benefits-alt ul li,
.service-process ul li,
.service-cost ul li,
.faq-item ul li {
  list-style: disc;
}
.page-template-template-custom .entry ol li,
.service-about ol li,
.service-benefits ol li,
.service-benefits-alt ol li,
.service-process ol li,
.service-cost ol li,
.faq-item ol li {
  list-style: decimal;
}

/* Featured Content
  --------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}
.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
  ---------------------------------------------------------------------------- */
/* Genesis eNews Extended
  --------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

.enews-widget input {
  font-size: 16px;
  margin-bottom: 10px;
}

.after-entry .enews-widget input {
  text-align: center;
}

.enews-widget input[type=submit] {
  margin: 0;
  width: 100%;
}

.enews form + p {
  margin-top: 20px;
}

/* WP Forms
  --------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}
.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}
.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}
.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
  ---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* Site Header
  ---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

@media (max-width: 768px) {
  body:not(.head_ver_2) > .site-container {
    position: sticky !important;
    top: 0;
    z-index: 3000;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
  }
  body:not(.head_ver_2) > .site-container.collapse {
    top: -200px;
  }
  body:not(.head_ver_2) > .site-container.with_emergency .site-header .wrap {
    border-radius: 0;
  }
}

/* Title Area
  --------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}
.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}
.site-title a {
  color: #333;
  text-decoration: none;
}
.site-title a:focus, .site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
  ---------------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
body #nav-icon {
  width: 19px;
  height: 19px;
  position: relative;
  margin: 0;
  margin-left: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
body #nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body #nav-icon span:nth-child(1) {
  top: 2px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
body #nav-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
body #nav-icon span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
body.menuopen #nav-icon span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 1px;
  left: 3px;
}
body.menuopen #nav-icon span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
body.menuopen #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 14.5px;
  left: 3px;
}

.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}
.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover {
  color: #0073e5;
  text-decoration: none;
}
.genesis-nav-menu .current-menu-item > a {
  color: #0073e5;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu {
  width: 100%;
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #0073e5;
  text-decoration: none;
}
.genesis-nav-menu .sub-menu a {
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}
.genesis-nav-menu .menu-item:focus {
  position: relative;
}
.genesis-nav-menu .menu-item:hover {
  position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  display: block;
  left: auto;
  opacity: 1;
}

/* Responsive Menu
  --------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}
.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus, .menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5;
}

.sub-menu-toggle:focus, .sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}
.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.sub-menu-toggle.activated::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* Header Menu
  --------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Footer Menu
  --------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}
.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}
.nav-secondary .menu-item {
  display: inline-block;
}
.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
  ---------------------------------------------------------------------------- */
/* Entry Content
  --------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
  list-style-type: circle;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #f5f5f5;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

/* Entry Meta
  --------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Pagination
  --------------------------------------------- */
.pagination {
  clear: both;
  margin: 60px 0;
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination li a:focus, .archive-pagination li a:hover {
  background-color: #333;
  color: #fff;
}
.archive-pagination li.active a {
  background-color: #333;
  color: #fff;
}

/* Entry Comments
  --------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
  ---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}
.sidebar .widget {
  margin-bottom: 40px;
}
.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
  ---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}
.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.footer-widget-area:last-child {
  margin-bottom: 0;
}

.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Site Footer
  ---------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}

/* Media Queries
  ---------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }
}
@media only screen and (min-width: 960px) {
  /* Site Header
      --------------------------------------------- */
  .admin-bar .site-header {
    top: 32px;
  }
  /* Genesis Menu
      --------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }
  .genesis-nav-menu .menu-item:focus, .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu > .menu-bold > a {
    font-weight: 700;
  }
  .genesis-nav-menu > .menu-highlight > a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .genesis-nav-menu > .menu-highlight > a:focus, .genesis-nav-menu > .menu-highlight > a:hover {
    background-color: #0073e5;
  }
  .genesis-nav-menu .sub-menu {
    width: 180px;
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  .genesis-nav-menu .sub-menu a {
    width: 180px;
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }
  /* Responsive Menu
      --------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }
  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }
  /* Header Menu
      --------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }
  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Site-Inner
      --------------------------------------------- */
  .site-inner {
    max-width: 1140px;
  }
  /* Content
      --------------------------------------------- */
  .content {
    float: left;
    width: 65%;
  }
  .sidebar-content .content {
    float: right;
  }
  .full-width-content .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  /* Sidebar
      --------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }
  .sidebar-content .sidebar {
    float: left;
  }
  /* Author Box
      --------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }
  /* After Entry
      --------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }
  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* Column Classes
      --------------------------------------------- */
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
  .two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
  .two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 23.0769230769%;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
  /* Entry Misc.
      --------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }
  /* Footer Widgets
      --------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }
  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: 33.3333333333%;
  }
}
/* Print Styles
  ---------------------------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after, a[href^="#"]::after {
    content: "";
  }
  .site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
  .content-sidebar {
    width: 100%;
  }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }
  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
/* *
  *
  *
  *
  * REV up CSS
  */
/* ICONS */
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak-as: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

i:before {
  color: #c6c6c6;
}

.icon-fax:before {
  content: "\e91b";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-check-with-circle:before {
  content: "\e902";
}

.icon-check:before {
  content: "\e903";
}

.icon-chevron:before {
  content: "\e904";
}

.icon-clock:before {
  content: "\e905";
}

.icon-close:before {
  content: "\e906";
}

.icon-comments:before {
  content: "\e907";
}

.icon-download:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-instagram:before {
  content: "\e90a";
}

.icon-linkedin:before {
  content: "\e90b";
}

.icon-location:before {
  content: "\e90c";
}

.icon-mail:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-mouse:before {
  content: "\e90f";
}

.icon-phone:before {
  content: "\e910";
}

.icon-plus:before {
  content: "\e911";
}

.icon-remove:before {
  content: "\e912";
}

.icon-revup:before {
  content: "\e913";
}

.icon-selector:before {
  content: "\e914";
}

.icon-send:before {
  content: "\e915";
}

.icon-star-filled:before {
  content: "\e916";
}

.icon-star:before {
  content: "\e917";
}

.icon-user:before {
  content: "\e918";
}

.icon-search:before {
  content: "\e919";
}

.icon-twitter:before {
  content: "\e91a";
}

i:before {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/* .site-container a i:before, button.primary.white i:before {
       color: #378162;
       transition: .3s ease-in-out;
  }
   */
/* .site-container a:hover i:before {
       color: #378162;
  }
   */
/* BUTTONS */
input[type=submit] {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 3px;
  padding: 11px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #378162;
  -webkit-box-shadow: 0px 6px 10px rgba(138, 138, 138, 0.4);
          box-shadow: 0px 6px 10px rgba(138, 138, 138, 0.4);
  color: white;
}
input[type=submit]:hover, input[type=submit]:active, input[type=submit].active {
  outline: none;
  background-color: #35bd84;
  -webkit-box-shadow: 0px 10px 14px rgba(138, 138, 138, 0.4);
          box-shadow: 0px 10px 14px rgba(138, 138, 138, 0.4);
}

button,
.button {
  font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 3px;
  padding: 11px 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #378162;
}
button:nth-of-type(2n),
.button:nth-of-type(2n) {
  margin-top: 10px;
}
button i:before,
.button i:before {
  color: #378162;
}
button:hover, button:active, button.active,
.button:hover,
.button:active,
.button.active {
  color: #35bd84;
  outline: none;
}
button.accent,
.button.accent {
  background-color: #378162;
  color: white !important;
  -webkit-box-shadow: 0px 6px 10px rgba(138, 138, 138, 0.4);
          box-shadow: 0px 6px 10px rgba(138, 138, 138, 0.4);
}
button.accent i:before,
.button.accent i:before {
  color: white !important;
}
button.accent:hover, button.accent:active, button.accent.active,
.button.accent:hover,
.button.accent:active,
.button.accent.active {
  background-color: #35bd84;
  -webkit-box-shadow: 0px 10px 14px rgba(138, 138, 138, 0.4);
          box-shadow: 0px 10px 14px rgba(138, 138, 138, 0.4);
}
button.primary,
.button.primary {
  background-color: #fff;
  -webkit-box-shadow: 0px 6px 10px rgba(138, 138, 138, 0.4);
          box-shadow: 0px 6px 10px rgba(138, 138, 138, 0.4);
}
button.primary:hover, button.primary:active, button.primary.active,
.button.primary:hover,
.button.primary:active,
.button.primary.active {
  -webkit-box-shadow: 0px 10px 14px rgba(138, 138, 138, 0.4);
          box-shadow: 0px 10px 14px rgba(138, 138, 138, 0.4);
}
button.secondary,
.button.secondary {
  background-color: transparent;
  border: 2px solid #378162;
}
button.secondary:hover, button.secondary:active, button.secondary.active,
.button.secondary:hover,
.button.secondary:active,
.button.secondary.active {
  /*      background-color: rgba(128, 128, 128, 0.1); */
  border: 2px solid #35bd84;
}
button.tertiary,
.button.tertiary {
  background: none;
  border: none;
}
button.tertiary:hover, button.tertiary:active, button.tertiary.active,
.button.tertiary:hover,
.button.tertiary:active,
.button.tertiary.active {
  background: none;
  border: none;
}

button i,
.button i {
  margin-left: 10px;
}
button .icon-chevron,
.button .icon-chevron {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.a-link {
  background: none;
  color: #378162;
  font-size: 17px;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.3px;
  font-style: normal;
  text-decoration: none;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  cursor: pointer;
  padding: inherit;
  border-radius: 0;
  margin-bottom: 0;
}
.a-link:hover, .a-link:active, .a-link.active, .a-link:focus {
  background: none;
  border: none;
  color: #1b583f;
  outline: none;
  text-decoration: none;
}

a .icon-chevron {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.content {
  width: 100%;
}

.site-inner {
  max-width: 100%;
  padding: 0;
}

.entry {
  margin-bottom: 0;
}

input,
select,
textarea {
  border: 1px solid #333;
  margin-top: 7px;
}

input[type=submit] {
  float: right;
}

/*
*
*
* MODULES 
*/
/* Modules - card module */
.card {
  overflow: hidden;
  margin-bottom: 14px;
}

.card-default {
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  overflow: hidden;
}

.card-interactive {
  background: #e4e4e4;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 4px 8px rgba(179, 179, 179, 0.2);
          box-shadow: 0px 4px 8px rgba(179, 179, 179, 0.2);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.card-interactive:hover {
  -webkit-box-shadow: 0px 10px 14px rgba(138, 138, 138, 0.4);
          box-shadow: 0px 10px 14px rgba(138, 138, 138, 0.4);
}

.accent-color {
  background-color: #378162;
}

/* CTA Card */
.card-cta {
  background-color: #378162;
  -webkit-box-shadow: 0px 6px 10px rgba(138, 138, 138, 0.4);
          box-shadow: 0px 6px 10px rgba(138, 138, 138, 0.4);
  color: white !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 21px;
  z-index: 999;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-cta.pdf {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 28px 21px;
  z-index: 999;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.card-cta.pdf .image {
  background: white;
}
.card-cta.pdf .image img {
  max-width: 160px;
  height: auto;
  display: block;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(25, 77, 128, 0.2));
          filter: drop-shadow(0px 0px 12px rgba(25, 77, 128, 0.2));
  border-radius: 4px;
}
.card-cta.pdf .pdf_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-cta.pdf .pdf_info h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
  margin: 0 0 1rem;
}
.card-cta.pdf .pdf_info h2 {
  font-weight: 600;
}

/* Guarantee Card */
.card-guarantee {
  padding: 70px 21px 40px;
  margin-top: -50px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-guarantee p {
  margin: 0px;
}

.card-image {
  border-radius: 2px;
  overflow: hidden;
}

.image-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/* Modules - Flexslider slider galery module */
.flexslider {
  /* Fix flexslider image quality */
}
.flexslider .slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
}
.flexslider .slides li {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  /* position: absolute; */
  overflow-y: hidden;
}
.flexslider .slides .card-image {
  max-height: 700px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  width: auto !important;
  width: 100%;
  height: 50vmin;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}
.flexslider .mejs-container {
  border-radius: 0;
}

.wp-video,
video.wp-video-shortcode,
.mejs-container,
.mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 66.25%;
}

.wp-video,
video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

.mejs-container {
  background: none !important;
  overflow: hidden;
}

.mejs-controls {
  background: black !important;
  display: none !important;
}
.mejs-controls button {
  border-radius: 0px !important;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

/* Navigation Menus*/
.site-header .wrap .top-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-header .logo {
  width: 19%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  max-height: 90px;
  position: relative;
  display: inline-block;
  margin: 1% 2%;
}
.site-header .logo img {
  max-height: 90px;
  width: auto;
  height: auto;
  border-radius: 0px !important;
}
.site-header .nav {
  display: inline-block;
}
.site-header .mobile-nav,
.site-header .nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-header .mobile-nav ul,
.site-header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-header .mobile-nav li,
.site-header .nav li {
  display: inline-block;
  margin: 1%;
  text-align: center;
  line-height: 1rem;
  border: none;
  white-space: nowrap;
}
.site-header .mobile-nav li.menu-item-has-children,
.site-header .nav li.menu-item-has-children {
  position: relative;
}
.site-header .mobile-nav li.menu-item-has-children > a,
.site-header .nav li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .mobile-nav li.menu-item-has-children > a i,
.site-header .nav li.menu-item-has-children > a i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 300;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.site-header .mobile-nav li.menu-item-has-children ul.sub-menu,
.site-header .nav li.menu-item-has-children ul.sub-menu {
  display: none;
}
.site-header .mobile-nav li.menu-item-has-children:hover ul.sub-menu,
.site-header .nav li.menu-item-has-children:hover ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  min-width: 250px;
  position: absolute;
  top: 100%;
  background: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 30px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 9px 1px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0px 9px 9px 1px rgba(0, 0, 0, 0.1294117647);
}
.site-header .mobile-nav a,
.site-header .nav a {
  vertical-align: middle;
  margin-bottom: 0;
}
.site-header .mobile-nav button,
.site-header .nav button {
  margin: 0;
}

#service-menu {
  display: none;
  width: 100%;
  border-top: 1px solid rgba(49, 162, 255, 0.14);
  padding: 21px 0;
  margin-top: 10px;
}

#service-menu .card-list .description,
#service-menu .card-list .card-button,
#service-menu-mobile .card-list .description,
#service-menu-mobile .card-list .card-button,
#footer .card-list .description,
#footer .card-list .card-button {
  display: none;
}
#service-menu .card-list .service-icon,
#service-menu-mobile .card-list .service-icon,
#footer .card-list .service-icon {
  min-height: 140px;
  padding: 0px;
  max-width: 140px;
}

@media (max-width: 991px) {
  .site-header {
    width: 100%;
    z-index: 99;
    background: transparent;
    padding: 0;
    top: 0px;
  }
  .site-header .logo {
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
  }
  .site-header .nav {
    display: none;
  }
  .site-header .mobile-nav {
    display: inline-block;
  }
  .site-header .wrap {
    /*          margin: 0 14px; */
    background: #fff;
    border: 1px solid rgba(49, 162, 255, 0.05);
    -webkit-box-shadow: 0px 4px 8px rgba(46, 122, 205, 0.2);
            box-shadow: 0px 4px 8px rgba(46, 122, 205, 0.2);
    border-radius: 0 0 14px 14px;
    padding: 14px 21px;
    width: auto;
  }
  .site-header .logo img {
    max-height: 70px;
  }
}
@media (min-width: 991px) {
  #service-menu.active {
    display: block;
  }
  #service-menu .card-list .service-icon,
  #service-menu-mobile .card-list .service-icon,
  #footer .card-list .service-icon {
    min-height: 90px;
    padding: 0px;
    max-width: 90px;
  }
}
button.full-width {
  width: 100%;
}
button.full-width span {
  margin: auto;
}
button.full-width span i {
  margin: 0;
}

/* Modules - Service List */
.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 21px;
}
.services-list .service-column {
  width: 100%;
  margin-bottom: 20px;
}
.services-list .service-column h4 {
  letter-spacing: -0.3px;
}
.services-list .service-column li {
  padding: 7px 14px 7px 0px;
  width: 100%;
}
.services-list .service-column img,
.services-list .service-column svg {
  width: 24px;
  height: 24px;
  position: absolute;
}
.services-list .service-column span {
  margin-left: 38px;
  display: block;
  padding-top: 2px;
  letter-spacing: -0.3px;
}

.pages-list li a,
.services-list li a {
  display: block;
}

@media (max-width: 991px) {
  .services-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .services-list .service-column {
    padding: 0;
  }
  .services-list .service-column li {
    display: inline-block;
    width: 50%;
  }
}
.mobile-nav {
  display: none;
  text-align: right;
}
.mobile-nav .request {
  margin-right: 21px;
}

.mobile-links {
  display: none;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid rgba(49, 162, 255, 0.14);
  padding-top: 21px;
  margin-top: 21px;
}

#service-menu-mobile {
  display: none;
}

#open-mobile-services i {
  -webkit-transform: none;
          transform: none;
  margin-left: 5px;
}
#open-mobile-services.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-links .request {
  display: none;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid rgba(49, 162, 255, 0.14);
}
.mobile-links li {
  padding: 7px 0;
}
.mobile-links li.menu-item-has-children > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.mobile-links li.menu-item-has-children > a i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mobile-links li.menu-item-has-children .sub-menu {
  display: none;
}
.mobile-links li.menu-item-has-children.active > a i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.mobile-links li.menu-item-has-children.active .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 0 20px;
  margin: 10px 0 20px 0;
}

.page-template-template-basic .entry-content {
  max-width: 1140px;
  margin: 0 auto;
}

#reviews {
  margin-bottom: 91px;
}

#testimonialHome img {
  margin-left: -5px;
}

#hero button:first-of-type,
#hero .button.request {
  margin-right: 21px;
  margin-bottom: 21px;
}

/* MODAL */
.modal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(51, 56, 61, 0.8);
}

.modal-content {
  background-color: #fefefe;
  margin: 10% auto;
  padding: 20px;
  max-width: 800px;
  width: 80%;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 9;
  position: relative;
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#footer .flexbox,
#details .flexbox,
#features .flexbox.stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

/*
   .home #about .flexbox {
       padding: 28px 0;
  }
  */
/* .tab li,
  #service-menu li {
      padding: 10px 0 10px 21px;
  } */
.divider-top,
.divider-bottom,
.divider-left,
.divider-right {
  border: 1px solid rgba(170, 188, 205, 0.4);
}

.divider-top {
  border-right: none !important;
  border-left: none !important;
  border-bottom: none !important;
}

.divider-bottom {
  border-right: none !important;
  border-left: none !important;
  border-top: none !important;
}

.divider-left {
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.divider-right {
  border-left: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

/* tabs */
.tab li a {
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 0.6s;
          animation: fadeEffect 0.6s;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*
*
*  Modules
------------------------*/
.flexbox.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flexbox.flex-4c li {
  width: 25%;
}
.flexbox.flex-2c li {
  width: 49%;
}

.media-overlay {
  background: none;
  background: rgba(53, 53, 53, 0.1882352941);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  width: 100%;
  height: 0;
  background: none;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 
      Checkmark Modules
  */
.checkmark-item {
  padding: 18px 12px;
  margin: 12px 24px;
  list-style-type: disc;
}

.checkmark-list i + * {
  line-height: 1em;
}

/* Home Page
---------------------------*/
/* Hero Section */
.section-hero .service-icon {
  padding-left: 0;
}

#features .flexbox.stretch div:first-child {
  padding: 0 4% 0 10%;
}

.home #hero .flexbox {
  position: absolute;
}

#hero {
  position: relative;
  min-height: 80vh;
}
#hero h2 {
  margin-bottom: 34px;
}
#hero button,
#hero .button.request {
  margin-top: 14px;
}
#hero .flexbox {
  min-height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* position: absolute; */
  width: 100%;
  height: 100%;
}
#hero .image-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#hero .video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}
#hero .video-container video {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-fit: fill;
     object-fit: fill;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
}
@media screen and (max-width: 991px) {
  #hero.hero-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#hero[data-version=default] {
  min-height: 800px;
}
@media screen and (min-width: 1200px) {
  #hero[data-version=default][data-image-style=skew] .col-lg-6 {
    width: calc(50% - 20px);
  }
}
#hero[data-version=default][data-image-style=skew] .image-container {
  width: calc(50% + 20px);
}
#hero[data-version=default][data-image-style=skew] .skew_el {
  position: absolute;
  left: calc(50% - 20px);
  top: 0;
  width: 98.24px;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
#hero[data-version=default][data-image-style=skew] .skew_el:after {
  content: "";
  position: absolute;
  left: -49.12px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f9fa;
  -webkit-transform: skew(-7deg);
          transform: skew(-7deg);
}
#hero[data-version=default][data-image-style=rounded] {
  min-height: auto;
  overflow: hidden;
}
#hero[data-version=default][data-image-style=rounded] .flexbox {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #hero[data-version=default][data-image-style=rounded] .col-lg-6 {
    width: calc(50% - 40px);
  }
}
#hero[data-version=default][data-image-style=rounded] .image-wrapper {
  width: calc(50% + 40px);
}
#hero[data-version=default][data-image-style=rounded] .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hero[data-version=default][data-image-style=rounded] .image-wrapper {
  position: relative;
}
#hero[data-version=default][data-image-style=rounded] .image-wrapper img:not(.lines_bg) {
  width: 100%;
  height: 100%;
  border-radius: 160px 5px 5px 5px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}
#hero[data-version=default][data-image-style=rounded] .image-wrapper img.lines_bg {
  position: absolute;
  right: -128px;
  top: -40px;
  width: 300px;
  height: auto;
}
#hero[data-version=default][data-image-style=boxed] {
  overflow: hidden;
}
#hero[data-version=default][data-image-style=boxed] .flexbox {
  position: relative;
}
@media screen and (min-width: 1200px) {
  #hero[data-version=default][data-image-style=boxed] .col-lg-6 {
    width: calc(50% - 40px);
  }
}
#hero[data-version=default][data-image-style=boxed] .image-wrapper {
  width: calc(50% + 40px);
}
#hero[data-version=default][data-image-style=boxed] .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hero[data-version=default][data-image-style=boxed] .image-wrapper {
  position: relative;
}
#hero[data-version=default][data-image-style=boxed] .image-wrapper img:not(.lines_bg) {
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  #hero[data-version=default] {
    min-height: auto;
  }
  #hero[data-version=default][data-image-style=rounded] .wrap .image-wrapper img:not(.lines_bg) {
    border-radius: 60px 5px 5px 5px;
  }
  #hero[data-version=default][data-image-style=skew] .skew_el {
    display: none;
  }
  #hero[data-version=default][data-image-style=skew] .image-container {
    width: 100%;
  }
  #hero[data-version=default] .wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  #hero[data-version=default] .wrap .image-wrapper {
    width: 100%;
  }
  #hero[data-version=default] .wrap .image-wrapper img:not(.lines_bg) {
    max-width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 40px auto 0;
    width: 100%;
  }
  #hero[data-version=default] .wrap .image-wrapper img.lines_bg {
    display: none;
  }
}

/* About Section */
.home #about .image {
  width: 280px;
  height: 280px;
}
.home #about .flexbox:nth-of-type(2) .col-lg-3 {
  text-align: right;
}

/* PDF Section */
#pdf .wrap .card-cta.pdf {
  padding: 50px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 3rem;
}
#pdf .wrap .card-cta.pdf .pdf_image {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(25, 77, 128, 0.2));
          filter: drop-shadow(0px 0px 12px rgba(25, 77, 128, 0.2));
  border-radius: 4px;
}
#pdf .wrap .card-cta.pdf .pdf_image.svg {
  width: 8rem;
}
#pdf .wrap .card-cta.pdf .pdf_info_box h4 {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 1rem;
}
#pdf .wrap .card-cta.pdf .pdf_info_box h2 {
  font-size: 36px;
  line-height: 49px;
  margin: 0 0 1rem;
}
#pdf .wrap .card-cta.pdf .pdf_info_box p {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 768px) {
  #pdf .wrap .card-cta.pdf {
    padding: 46px 24px 24px;
    gap: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  #pdf .wrap .card-cta.pdf h2 {
    text-align: center;
  }
  #pdf .wrap .card-cta.pdf a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Service About Section */
#service-about.service-about-videos-1 .section-title, #service-about.service-about-videos-2 .section-title, #service-about.service-about-videos-3 .section-title {
  width: 100%;
  text-align: center;
  font-size: 17px;
}
#service-about.service-about-videos-1 .videos, #service-about.service-about-videos-2 .videos, #service-about.service-about-videos-3 .videos {
  margin-bottom: 2rem;
}
#service-about.service-about-videos-1 .videos > *, #service-about.service-about-videos-2 .videos > *, #service-about.service-about-videos-3 .videos > * {
  aspect-ratio: 16/9;
  height: auto;
  min-width: 30%;
}
#service-about.service-about-videos-1 .videos {
  width: 50%;
  padding: 10px;
}
#service-about.service-about-videos-1 .text {
  width: calc(50% - 40px);
  padding: 10px;
}
#service-about.service-about-videos-2 .videos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}
#service-about.service-about-videos-2 .videos > * {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
#service-about.service-about-videos-3 .videos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#service-about.service-about-videos-3 .videos > * {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
}
@media (max-width: 768px) {
  #service-about .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #service-about .wrap .videos,
  #service-about .wrap .text {
    width: 500px;
    max-width: calc(100% - 20px);
  }
  #service-about .wrap .videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    max-width: 326px;
  }
}

/* Intro Section */
#intro.intro-with-image .image_wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 16px;
}
#intro.intro-with-image a.button {
  display: block;
  width: 220px;
  text-align: center;
}
#intro.intro-with-image .wrap > * {
  font-size: 22px;
}
#intro.cards h2 {
  text-align: center;
  margin-bottom: 56px;
}
#intro.cards .card svg {
  height: 96px;
  width: auto;
  margin-bottom: 24px;
}
#intro.cards .card .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 16px;
}
#intro.numbers h2 {
  text-align: center;
  margin-bottom: 56px;
}
#intro.numbers .numbers_wrapper .card {
  margin-bottom: 60px;
}
#intro.numbers .numbers_wrapper .card > * {
  margin-right: 30px;
}
#intro.numbers .numbers_wrapper .card .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 16px;
}
#intro.numbers .numbers_wrapper .card .number {
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 64px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 27px;
}
#intro.featured_services .wrap {
  padding: 0 15px;
  gap: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#intro.featured_services .wrap:before, #intro.featured_services .wrap:after {
  content: none;
}
#intro.featured_services .intro_text {
  max-width: 640px;
}
#intro.featured_services .intro_text p {
  font-size: 18px;
  line-height: 26px;
}
#intro.featured_services .services {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  width: 375px;
}
#intro.featured_services .services li {
  background: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
#intro.featured_services .services li:hover {
  -webkit-box-shadow: 0px 8px 25px rgba(26, 35, 69, 0.15);
          box-shadow: 0px 8px 25px rgba(26, 35, 69, 0.15);
}
#intro.featured_services .services li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#intro.featured_services .services li a svg {
  width: 58px;
  height: 48px;
  padding: 0 10px 0px 0px;
  float: left;
  border-right: 2px solid #DBE8F5;
}
#intro.featured_services .services li a .right_sec_ser {
  text-align: left;
  padding-left: 25px;
}
#intro.featured_services .single_service {
  max-width: 400px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  border-radius: 6px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 12px rgba(26, 77, 128, 0.1);
          box-shadow: 0px 4px 12px rgba(26, 77, 128, 0.1);
}
#intro.featured_services .single_service:hover {
  -webkit-box-shadow: 0px 8px 25px rgba(26, 35, 69, 0.15);
          box-shadow: 0px 8px 25px rgba(26, 35, 69, 0.15);
}
#intro.featured_services .single_service img {
  width: 100%;
  aspect-ratio: 400/240;
  -o-object-fit: cover;
     object-fit: cover;
}
#intro.featured_services .single_service .service_details {
  border: 2px solid #F7F9FA;
  border-top: none;
  border-radius: 0 0 6px 6px;
  padding: 20px 24px 20px;
}
#intro.featured_services .single_service .service_details .title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
  text-align: center;
  color: #3399FF;
  margin-bottom: 12px;
}
#intro.featured_services .single_service .service_details .subheader {
  font-size: 16px;
  margin: 0;
  text-align: center;
  color: #2D63B4;
}
#intro.faq .wrap {
  padding: 0 15px;
  gap: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#intro.faq .wrap:before, #intro.faq .wrap:after {
  content: none;
}
#intro.faq .intro_text {
  max-width: 640px;
}
#intro.faq .intro_text p {
  font-size: 18px;
  line-height: 26px;
}
#intro.faq .faq-list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 540px;
  max-width: 50%;
}
@media (max-width: 992px) {
  #intro.intro-with-image .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
  }
  #intro.intro-with-image .wrap:before, #intro.intro-with-image .wrap:after {
    content: none;
  }
  #intro.intro-with-image .wrap .text {
    text-align: center;
  }
  #intro.intro-with-image .wrap .text a.button {
    margin: 0 auto;
  }
  #intro.intro-with-image .wrap .video_container {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
  }
  #intro.intro-with-image .wrap .image_wrapper img {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #intro.cards h2 {
    margin-bottom: 40px;
  }
  #intro.cards .card {
    width: 380px;
    max-width: 100%;
    margin: 0 auto 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #intro.cards .card svg {
    margin-bottom: 16px;
  }
  #intro.cards .card .title {
    margin-bottom: 8px;
  }
  #intro.cards .card .description {
    text-align: center;
  }
  #intro.featured_services .wrap {
    gap: 24px;
  }
  #intro.featured_services .services {
    width: 328px;
  }
  #intro.featured_services .single_service {
    width: 328px;
  }
  #intro.faq .wrap {
    gap: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #intro.faq .intro_text {
    width: 100%;
    max-width: 100%;
  }
  #intro.faq .faq-list {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #intro.numbers .numbers_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #intro.numbers .numbers_wrapper .card {
    margin-bottom: 0;
    max-width: 360px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  #intro.numbers .numbers_wrapper .card .number {
    margin: 0 auto 27px;
  }
  #intro.numbers .numbers_wrapper .card .title {
    margin-bottom: 16px;
  }
  #intro.numbers .numbers_wrapper .card > * {
    margin-right: 0;
    text-align: center;
  }
  #intro.featured_services .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  #intro.featured_services .intro_text, #intro.featured_services .intro_text > * {
    font-size: 16px;
    line-height: 24px;
  }
  #intro.featured_services .services {
    margin: 0 auto;
    max-width: 100%;
  }
  #intro.featured_services .single_service {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  #intro.intro-with-image .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #intro.intro-with-image .wrap .text {
    text-align: left;
  }
  #intro.intro-with-image .wrap .text > *:not(a.button) {
    text-align: left;
    font-size: 18px;
  }
  #intro.intro-with-image .wrap .video_container {
    display: none;
  }
}

.wrap.awards_wrap {
  margin-top: 50px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  gap: 25px !important;
}
.wrap.awards_wrap > * {
  width: 100%;
  max-width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrap.awards_wrap img {
  width: 100%;
  height: auto;
}

/* Sections - Promo Section */
.promo-section .flexbox.flex-center {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.promo-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  margin: 28px 14px;
  width: 30%;
  max-width: 460px;
  min-height: 200px;
  min-width: 300px;
}
.promo-item .head {
  height: 100px;
  padding: 28px;
  width: 100%;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.promo-item .head .amount {
  font-size: 60px;
  font-weight: 800;
}
.promo-item .head h3 {
  margin: 0 0 0 10px;
}
.promo-item .card-content {
  padding: 28px;
  height: 100%;
}
.promo-item .foot {
  padding: 28px;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .promo-item {
    width: 100%;
  }
}
/* Service Section */
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.card-list .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 320px;
  max-width: 48%;
  width: 31%;
  margin: 1%;
  padding: 2%;
}
.card-list .card .service-icon {
  min-height: 220px;
  padding: 24px;
  max-width: 220px;
}
.card-list .card .defaultOpen {
  display: block;
}
.card-list .card p {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card-list .card.template-emergency {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.card-list.card-4 .card, .card-list.card-2 .card {
  width: 48%;
}
.card-list.card-1 .card {
  width: 100%;
}

#services .one-third:first-of-type {
  margin-left: 0;
}
#services .service-tabs {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}
#services .service-tabs li {
  width: 50%;
}

@media (max-width: 768px) {
  .card-list .card {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  #services .service-tabs li {
    width: 100%;
  }
}
/* Testimonials Section */
#testimonials a.flexbox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.birdeye-container {
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  overflow: hidden;
}
.birdeye-container iframe + div {
  display: none !important;
}

/* Testimonials Section */
.slider_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider_dots .dot {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.slider_dots .dot:after {
  content: "";
  background: #D9D9D9;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
.slider_dots .dot.active:after {
  background: #979797;
}

body.page-template-template-testimonials .section-testimonials .testimonial-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.page-template-template-testimonials .section-testimonials .testimonial-list .review-card {
  width: calc(50% - 20px);
  max-width: calc(50% - 20px);
}
@media (max-width: 768px) {
  body.page-template-template-testimonials .section-testimonials .testimonial-list .review-card {
    max-width: 100%;
  }
}
body.page-template-template-testimonials .section-testimonials .testimonial-list .testimonials_show_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
  gap: 6px;
}
body.page-template-template-testimonials .section-testimonials .testimonial-list .testimonials_show_more i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 22px;
}
body.page-template-template-testimonials .section-testimonials .testimonial-list .testimonials_show_more.expanded i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.page-template-template-testimonials .section-testimonials .testimonial-list .testimonials_show_more_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 24px;
  margin-bottom: 32px;
}
.testimonial-tabs__tab {
  padding: 8px 16px;
  color: #3399FF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 123.529% */
  letter-spacing: 0.3px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.testimonial-tabs__tab.selected {
  background: #3399FF;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(158, 158, 158, 0.2);
          box-shadow: 0px 4px 8px 0px rgba(158, 158, 158, 0.2);
  color: #fff;
}

.section-testimonials.with_slider .slider_dots {
  display: none;
}
@media (max-width: 768px) {
  .section-testimonials.with_slider .slider_dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-testimonials.with_slider .view_all_link {
    display: block;
  }
  .section-testimonials.with_slider .testimonial-list {
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    gap: 40px;
    scrollbar-width: none;
  }
  .section-testimonials.with_slider .testimonial-list::-webkit-scrollbar {
    display: none;
  }
  .section-testimonials.with_slider .testimonial-list .card-default {
    scroll-snap-align: center;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    min-width: 100%;
  }
}
.section-testimonials .testimonial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.section-testimonials .testimonial-list.google_reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
.section-testimonials .testimonial-list.google_reviews > div {
  width: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 700px) {
  .section-testimonials .testimonial-list.google_reviews > div {
    width: 100%;
  }
}
.section-testimonials .testimonial-list.limit_width .review-card {
  max-width: 500px;
}
.section-testimonials .testimonial-list .review-card {
  padding: 28px 21px;
  min-width: 300px;
  margin: 10px;
  width: 30%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-radius: 6px;
  border: 2px solid #F7F9FA;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(46, 122, 205, 0.15);
          box-shadow: 0px 0px 8px 0px rgba(46, 122, 205, 0.15);
}
.section-testimonials .testimonial-list .review-card .rev-icon-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin: 8px 0 24px;
}
.section-testimonials .testimonial-list .review-card .rev-icon-stars svg {
  width: 14px;
  height: 14px;
}
.section-testimonials .testimonial-list .review-card h4 {
  margin: 0;
}
.section-testimonials .testimonial-list .review-card iframe:not(.lazyloaded_iframe),
.section-testimonials .testimonial-list .review-card img:not(.yt_thumb),
.section-testimonials .testimonial-list .review-card .wp-video,
.section-testimonials .testimonial-list .review-card video.wp-video-shortcode {
  max-height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  height: 300px !important;
}
.section-testimonials .testimonial-list .review-card.full-card {
  padding: 0;
  background: #FFFFFF;
  border: none;
  -webkit-box-shadow: 0px 0px 8px rgba(46, 122, 205, 0.15);
          box-shadow: 0px 0px 8px rgba(46, 122, 205, 0.15);
  border-radius: 6px;
}
.section-testimonials .testimonial-list .review-card.full-card .review-card-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  border: 2px solid #F7F9FA;
  border-top: none;
  border-radius: 6px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.section-testimonials .testimonial-list .review-card.full-card .review-card-info h4 {
  color: #3D3D3D;
  font-size: 24px;
}
.section-testimonials .testimonial-list .review-card.full-card .review-card-info .rev-icon-stars {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.section-testimonials .testimonial-list .review-card.full-card .review-card-info .rev-icon-stars svg {
  width: 20px;
  height: 20px;
}
.section-testimonials .slider {
  width: 50%;
}
.section-testimonials.from_google .testimonial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .section-testimonials .testimonial-list .review-card {
    width: 100%;
  }
  .section-testimonials .slider {
    display: none;
  }
}
/* Google Reviews */
.slider_wrapper {
  position: relative;
}

.revup-google-reviews__slider {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: calc(33.3%);
  --slide-min-width: 20rem;
}
.revup-google-reviews__slider-arrows {
  position: absolute;
  left: -30px;
  top: 0;
  width: calc(100% + 60px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.revup-google-reviews__slider-arrows .arrow {
  cursor: pointer;
  opacity: 0.3;
}
.revup-google-reviews__slider-arrows .arrow.arrow_left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.revup-google-reviews__slider-arrows .arrow svg {
  width: 20px;
}
@media screen and (max-width: 1200px) {
  .revup-google-reviews__slider-arrows {
    display: none;
  }
  .revup-google-reviews__slider-arrows .arrow {
    display: none;
  }
}
.revup-google-reviews__slider-item {
  margin-top: 40px;
  margin: 40px 0 0;
  overflow: visible;
  padding: 0px !important;
  position: relative;
}
.revup-google-reviews__slider-item-wrapper {
  padding: 0 0.5rem !important;
}
.revup-google-reviews__slider-item #google_logo {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
}
.revup-google-reviews .truncate {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: var(--truncate-height, auto);
  max-width: 550px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.revup-google-reviews .truncate--line-clamped {
  -webkit-line-clamp: 5;
}
.revup-google-reviews .truncate--expanded {
  max-height: var(--truncate-height-expanded, auto);
}
.revup-google-reviews img {
  max-width: 100%;
  height: auto;
}
.revup-google-reviews__text {
  overflow: hidden;
  margin: 20px 20px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.revup-google-reviews__text-expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 20px 20px;
}
.revup-google-reviews__text *, .revup-google-reviews__text :after, .revup-google-reviews__text :before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.revup-google-reviews__header-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin: 20px 0 5px;
}
.revup-google-reviews__header-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #888;
  font-size: 12px;
  line-height: 18px;
}
.revup-google-reviews__header-rating_stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-bottom: 5px;
}
.revup-google-reviews__header-rating_stars svg {
  width: 18px;
  height: 18px;
}
.revup-google-reviews__header-rating_stars svg path {
  fill: #f7b80c;
}
.revup-google-reviews__image {
  width: 80px;
  height: 80px;
  margin: -40px auto 0;
}

/* Team Section */
.team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.team-list.team-1[data-count="4"] {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
}

.team-card {
  overflow: hidden;
  margin: 15px;
  width: 300px;
  min-width: 230px;
}
.team-card .team-title {
  margin: 24px;
  margin-top: 44px;
}
.team-card .team-description.cropped {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* white-space: pre-wrap; */
}
.team-card .team-image {
  background-image: url("../images/placeholder_team.svg");
  width: 100%;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

#staff-bio h1 {
  margin: 0px;
}
#staff-bio .photo .team-image.placeholder {
  background-image: url("../images/placeholder_team.svg");
  width: 100%;
  height: 280px;
}
#staff-bio ul {
  margin-left: 20px;
}
#staff-bio ul li {
  list-style: disc;
}
#staff-bio p + ul {
  margin-bottom: 20px;
}
#staff-bio p, #staff-bio ul {
  text-align: left;
}

@media (max-width: 768px) {
  #staff-bio .details h1, #staff-bio .details h6, #staff-bio .details .job-title {
    text-align: center;
  }
}
#team a.flexbox {
  clear: both;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#team .wrap > div {
  margin-bottom: 28px;
}

#team.team-count-1 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#team.team-count-1 .wrap .team-cards {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#team.team-count-1 .wrap .team-description {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 576px) {
  .team-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .team-list .team-card {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .team-list .team-card a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .team-list .team-card .team-image {
    width: 120px;
    height: 140px;
    margin-bottom: 0;
    float: left;
  }
  .team-list .team-card .team-title {
    text-align: left;
    margin: auto 24px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/* Services Pages - SERVICE Section */
#hero h1 {
  line-height: 0.9em;
}
#hero h1 span {
  font-size: 38px;
}

.single-rvpm-staff .entry-header,
.single-services .entry-header {
  display: none;
}

.single-services #hero .service-icon {
  max-width: 120px;
}
.single-services #hero h2 {
  margin-bottom: 14px;
}

#features .feature-with-image .image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
#features .feature-with-image p {
  margin-bottom: 30px;
}

#contact .flexbox > div {
  min-width: 50%;
}

.flex-direction-nav a:before {
  font-family: "icomoon" !important;
  content: "\e904" !important;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #3399ff !important;
  margin-top: 21px !important;
}
.flex-direction-nav a.flex-next:before {
  content: "\e904" !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 9px !important;
}

/* Features Section */
.features-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature-item {
  margin: 60px auto;
}
.feature-item > * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.feature-item:first-child {
  margin-top: 0;
}
.feature-item:last-child,
.feature-item p {
  margin-bottom: 0;
}
.feature-item li {
  list-style-type: disc;
  margin-left: 5%;
}

/* About Section */
.about-item {
  margin: 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-item:first-child {
  margin-top: 0;
}
.about-item:last-child {
  margin-bottom: 0;
}
.about-item img {
  /* min-height: 320px; */
  -o-object-fit: contain;
     object-fit: contain;
}
.about-item p {
  margin-bottom: 0;
}
.about-item:nth-of-type(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Services -  CTA Section */
.service-benefits-alt {
  background: none !important;
}
.service-benefits-alt:nth-of-type(2n) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.service-benefits-alt.reversed:nth-of-type(2n) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.service-benefits-alt.reversed:nth-of-type(2n - 1) .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* Services -  CTA Section */
.content .section-service-cta {
  background: none !important;
}

#service-cta h4, #service-cta p {
  text-align: left;
}
@media (max-width: 500px) {
  #service-cta a.button.request {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* Services - FAQ Section */
/* ACCORDIONS - FAQ Modules */
.active {
  background-color: transparent;
  color: #378162;
}

.faq-item .accordion {
  cursor: pointer;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
  color: #378162;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.faq-item .accordion h3 {
  font-size: 20px;
}
.faq-item .accordion i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.faq-item .accordion:hover, .faq-item .accordion:focus {
  background-color: transparent;
  color: #378162;
}
.faq-item.show i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-item {
  display: inline-block;
  width: 100%;
  margin: 6px auto;
}
.faq-item h3,
.faq-item h5 {
  margin: 0;
}
.faq-item p {
  text-align: justify;
}
.faq-item .panel {
  background-color: rgba(172, 193, 202, 0.1);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  padding: 0 21px;
}
.faq-item .panel div,
.faq-item .panel p {
  margin: 21px 0;
}

/* Only on Desktop */
/*
*
* FOOTER 
*
*-----------------------------*/
/* Footer - CONTACT Section */
#footer .one-half,
#details .one-half {
  position: relative;
}

.contact .title {
  margin-left: 38px;
}
.contact.flexbox {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact .map-container {
  padding: 0;
  margin-bottom: 0px;
}

.map-container iframe {
  height: 100%;
  width: 100%;
}

.place-card.place-card-large {
  display: none;
}

.contact-form {
  padding-left: 35px;
  border-left: 1px solid rgba(49, 162, 255, 0.14);
}

@media (max-width: 768px) {
  .contact .map-container {
    height: 400px;
    width: 100%;
  }
}
/* Footer - CTA Section */
#cta {
  position: relative;
}
#cta img {
  width: 100vw;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#cta h2 {
  margin-bottom: 0.6em !important;
}
#cta .wrap > .flexbox div:last-of-type {
  text-align: center;
  margin-top: 7px;
}
#cta .button.request,
#cta button:first-of-type {
  margin-right: 21px;
}
@media (max-width: 576px) {
  #cta a, #cta button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#cta .no_shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 20px;
}
#cta .image_overlay_cta {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
#cta .image_overlay_cta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; /* Change the color and opacity as needed */
  mix-blend-mode: multiply; /* You can also experiment with other blend modes */
  pointer-events: none; /* Ensures the overlay doesn't block interaction */
  opacity: 0.8;
}

#advanced_cta .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#advanced_cta .wrap:before, #advanced_cta .wrap:after {
  content: none;
}
#advanced_cta .wrap .cta_content h2 {
  font-size: 34px;
  margin: 0 0 10px;
  font-weight: 700;
}
#advanced_cta .wrap .cta_content .subtitle {
  font-size: 22px;
}
#advanced_cta .wrap .cta_content .list_wrapper {
  margin: 44px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
}
#advanced_cta .wrap .cta_content .list_wrapper.steps .item {
  position: relative;
  padding-left: 98px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 16px 25px 16px 98px;
}
#advanced_cta .wrap .cta_content .list_wrapper.steps .item .step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #3399FF;
}
#advanced_cta .wrap .cta_content .list_wrapper.steps .item .step:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #3399FF;
  opacity: 0.2;
  border-radius: 5px;
  z-index: -1;
}
#advanced_cta .wrap .cta_content .list_wrapper.steps.list {
  gap: 46px;
}
#advanced_cta .wrap .cta_content .list_wrapper.steps.list .item {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding-left: 72px;
  padding-top: 0;
  padding-bottom: 0;
}
#advanced_cta .wrap .cta_content .list_wrapper.steps.list .item .step:before {
  content: none;
}
#advanced_cta .wrap .cta_content .list_wrapper.steps.list .item .step:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3399FF;
  width: 3px;
  height: 32px;
}
#advanced_cta .wrap .cta_content .list_wrapper .item {
  position: relative;
  padding-left: 49px;
}
#advanced_cta .wrap .cta_content .list_wrapper .item svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
#advanced_cta .wrap .cta_content .list_wrapper .item h3.title {
  font-size: 22px;
  margin: 0;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 5px;
}
#advanced_cta .wrap .cta_content .list_wrapper .item .description {
  line-height: 1.2;
}
#advanced_cta .wrap .cta_content .list_wrapper .item .title, #advanced_cta .wrap .cta_content .list_wrapper .item .description {
  max-width: 461px;
  font-size: 22px;
}
#advanced_cta .wrap .img_container {
  max-width: 540px;
  width: 100%;
  height: auto;
}
#advanced_cta .wrap .img_container img {
  width: 100%;
  height: auto;
}
#advanced_cta .wrap .buttons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  #advanced_cta .wrap .img_container {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  #advanced_cta .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 23px;
  }
  #advanced_cta .wrap .img_container {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #advanced_cta {
    padding-left: 10px;
    padding-right: 10px;
  }
  #advanced_cta .wrap .cta_content h2 {
    font-size: 21px !important;
    text-align: center;
  }
  #advanced_cta .wrap .cta_content .subtitle {
    font-size: 16px;
    text-align: center;
  }
  #advanced_cta .wrap .cta_content .list_wrapper {
    margin-top: 15px;
  }
  #advanced_cta .wrap .cta_content .list_wrapper.steps {
    gap: 15px;
  }
  #advanced_cta .wrap .cta_content .list_wrapper.steps .item {
    padding-left: 67px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #advanced_cta .wrap .cta_content .list_wrapper.steps .item .step {
    width: 35px;
    height: 35px;
    font-size: 18px;
    left: 12px;
  }
  #advanced_cta .wrap .cta_content .list_wrapper.steps .item h3.title, #advanced_cta .wrap .cta_content .list_wrapper.steps .item .description {
    text-align: left;
  }
  #advanced_cta .wrap .cta_content .list_wrapper.steps.list {
    gap: 20px;
    margin-top: 20px;
  }
  #advanced_cta .wrap .cta_content .list_wrapper.steps.list .item {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 50px;
    padding-right: 0;
  }
  #advanced_cta .wrap .cta_content .list_wrapper.steps.list .item .step {
    font-size: 24px;
  }
  #advanced_cta .wrap .cta_content .list_wrapper .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    padding: 0;
  }
  #advanced_cta .wrap .cta_content .list_wrapper .item h3.title, #advanced_cta .wrap .cta_content .list_wrapper .item .description {
    text-align: center;
    font-size: 15px !important;
    line-height: 1.2;
    margin: 0;
    max-width: 335px;
  }
  #advanced_cta .wrap .cta_content .list_wrapper .item svg {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  #advanced_cta .wrap button, #advanced_cta .wrap a.button {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  #advanced_cta .wrap .buttons_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
  }
}

.site-footer {
  display: none;
}

#footer {
  background: rgba(204, 204, 204, 0.1);
  padding-bottom: 0;
}
#footer .pages,
#footer .services {
  margin-bottom: 70px;
}
#footer.without-icon .services-list .service-column span {
  margin-left: 0;
}
#footer .contact {
  word-break: break-word;
}
#footer ~ section {
  padding: 0 !important;
}
#footer ~ div section {
  padding: 0 !important;
}

.pages-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pages-list .page_item {
  width: 25%;
}
.pages-list li {
  /* width: 25%; */
  padding: 7px 14px 7px 0px;
  display: inline-block;
}

.contact span:not(.day_name),
.contact span:not(.day_hours),
.checkmark-list span {
  vertical-align: middle;
}

ul.contact_working_hours li.current {
  font-weight: bold;
}

.contact i,
.checkmark-list i {
  vertical-align: middle;
  margin-right: 14px;
}

.contact .flexbox > i,
.checkmark-list i {
  position: absolute;
}

.contact i + *,
.checkmark-list i + * {
  margin-left: 38px;
  /* margin-top: -24px; */
}

.contact > div:first-child {
  padding: 21px 28px 21px 21px;
  margin-bottom: 0px;
}
.contact .flexbox {
  font-size: 18px;
  line-height: 28px;
  padding: 7px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.hours {
  padding-top: 21px;
}
.hours p {
  padding: 0;
}

.social {
  margin-bottom: 21px;
}

.page-template-template-contact #footer .contact,
.page-template-template-contact #footer.version-1:not(.footer-2) .map_wrapper,
.page-template-template-contact #footer.version-1.footer-2 .map-container,
.page-template-template-contact #footer.version-1.footer-2 .contact-top {
  display: none;
}

.copyright {
  padding-top: 49px;
}
.copyright div {
  padding: 0;
}
.copyright div:last-child {
  text-align: right;
}
.copyright h6 span {
  margin-left: 14px;
}
.copyright img {
  max-width: 20px;
  vertical-align: middle;
}
.copyright h6 {
  margin: 0;
}

.rev_youtube_wrapper .youtube {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}
.rev_youtube_wrapper .youtube img {
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  opacity: 1;
}
.rev_youtube_wrapper .youtube .play-button {
  width: 42px;
  height: 42px;
  z-index: 1;
  -webkit-box-shadow: 0px 4px 8px rgba(158, 158, 158, 0.199049);
          box-shadow: 0px 4px 8px rgba(158, 158, 158, 0.199049);
  border-radius: 3px;
}
.rev_youtube_wrapper .youtube img, .rev_youtube_wrapper .youtube .play-button {
  cursor: pointer;
}
.rev_youtube_wrapper .youtube img,
.rev_youtube_wrapper .youtube iframe,
.rev_youtube_wrapper .youtube .play-button,
.rev_youtube_wrapper .youtube .play-button:before {
  position: absolute;
}
.rev_youtube_wrapper .youtube .play-button,
.rev_youtube_wrapper .youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.rev_youtube_wrapper .youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width: 1200px) {
  #cta button:first-of-type,
  #cta .button.request,
  #hero button:first-of-type,
  #hero .button.request {
    margin-right: 7px;
  }
  #cta .card-cta {
    display: block;
    text-align: center;
  }
  #cta button,
  #cta .button.request {
    margin-top: 14px;
  }
  .flexbox.flex-4c li {
    width: 33%;
  }
  .section-smallbirdeye {
    text-align: center;
  }
  .section-smallbirdeye .smallbirdeye {
    margin: auto;
  }
}
/* Only on large Desktop */
@media (min-width: 991px) {
  #hero.hero-with-image .media-overlay {
    background: none;
  }
  #hero.hero-with-video .image-container {
    display: none;
  }
  .hero-with-video h1,
  .hero-with-video h2,
  .hero-with-video h3,
  .hero-with-video h4 {
    color: white !important;
  }
}
@media (max-width: 991px) {
  .single-services #hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  /* Sections */
  section,
  .section {
    padding: 60px 2%;
  }
  .section-footer {
    margin-top: 50px;
  }
  /* Features Section */
  .feature-item {
    margin: 40px auto;
  }
  /*     Elements */
  h1 {
    font-size: 50px !important;
  }
  h1.entry-title {
    font-size: 50px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  .column-2 {
    -webkit-column-count: auto;
       -moz-column-count: auto;
            column-count: auto;
  }
  .tab {
    margin-bottom: 35px;
  }
  .flexbox.flex-4c li {
    width: 49%;
  }
  /*     Modules */
  .mobile-links.active {
    display: block;
  }
  #service-menu-mobile.active {
    display: block;
  }
  #hero {
    height: auto;
  }
  #hero.mobile_video {
    height: calc(100vh - 89px);
  }
  #hero.mobile_video.hero-with-video .video-container {
    display: block;
  }
  #hero.mobile_video .image-container {
    display: none;
  }
  #hero.mobile_video h1, #hero.mobile_video h4, #hero.mobile_video span {
    color: white;
  }
  #hero.mobile_video .status {
    font-weight: 600;
  }
  #hero.mobile_video .media-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #hero.mobile_video .media-overlay .section-hero {
    margin-top: -10vh;
  }
  #hero .flexbox {
    display: block;
    position: relative !important;
  }
  #hero.hero-with-video .video-container {
    display: none;
  }
  #hero .image-container {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    height: 40vh;
  }
  #hero:not(.mobile_video) .media-overlay {
    background: none;
  }
  /* #hero .flexbox .tagline-container {
        padding: 30px 12px 48px !important;
    } */
  .home #about .flexbox,
  #details .wrap > .flexbox,
  #footer .wrap > .flexbox {
    /* display: block; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home #about .flexbox div:first-child {
    display: none;
  }
  /* #hero .flexbox div:first-child {
        text-align: center;
    } */
  #hero .flexbox {
    min-height: unset;
  }
  #hero .image {
    width: 100%;
    position: relative;
    height: 50vh;
  }
  .section-hero {
    text-align: center;
  }
  .section-hero .service-icon {
    margin: 10px auto 0px;
    padding: 0px;
    width: 140px;
  }
  /* #intro,
    #team,
    #features,
    #cta,
    .home #about,
    #testimonials {
        padding: 49px 0;
    } */
  .page-template-template-about #about .image {
    /* min-height: 250px; */
    margin-bottom: 28px;
  }
  /*
       #faq {
           padding: 0;
           margin-bottom: 0;
      }
  */
  .contact-form {
    border-left: none;
    padding: 30px 15px;
  }
  #details .contact > div:nth-of-type(2),
  #footer .contact > div:nth-of-type(2) {
    padding: 0;
  }
  .map-container {
    position: relative;
  }
  .map-container iframe {
    width: 100%;
  }
  .copyright div {
    text-align: center;
  }
  .copyright div:last-child {
    text-align: center;
  }
  .site-inner {
    margin-top: -10px;
  }
}
/* Only on Desktop */
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
/*  Only on Mobile */
@media (max-width: 768px) {
  /* Sections */
  section,
  .section {
    padding: 40px 1%;
  }
  .section-footer {
    margin-top: 30px;
  }
  /* Features Section */
  .feature-item {
    margin: 20px auto;
  }
  .desktop-only {
    display: none;
  }
  /* .section {
        padding-top: 48px;
        padding-bottom: 48px;
    } */
  /* .flexbox {
        flex-direction: column;
    } */
  /*
       #footer ul li {
           width: 49%;
      }
  */
  .about-item {
    text-align: center;
  }
  .about-item img {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .section-hero .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tab li,
  .flexbox.flex-4c li {
    width: 100%;
  }
  .site-header {
    max-height: 100vh;
    overflow: auto;
  }
  .site-header .wrap {
    padding: 7px 21px;
    margin: 0px;
  }
  .site-header .logo img {
    max-width: 90px;
  }
  .mobile-nav button.request,
  .mobile-nav .button.request {
    display: none;
  }
  .mobile-links .request {
    display: block;
  }
  .mobile-links .request button,
  .mobile-links .request a.button {
    display: block;
    width: 100%;
  }
  .copyright h6 span {
    width: 100%;
    float: right;
    margin-top: 7px;
    margin-left: 0;
  }
  h1 {
    font-size: 38px !important;
  }
  h1.entry-title {
    font-size: 38px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3,
  h4 {
    font-size: 20px !important;
  }
  #cta .wrap > .flexbox {
    padding: 28px 7px;
  }
  #cta button:first-of-type,
  #cta .button.request {
    margin-right: 0;
  }
  #hero button:first-of-type,
  #hero .button.request {
    margin-right: 0;
  }
  /* 
  #hero .flexbox div:first-child {
    padding: 56px 0 35px 0;
  } 
  */
  /*
  #hero .image {
    height: 200px;
  }
  */
  #testimonialBox {
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #testimonialBox span {
    font-size: 16px !important;
  }
  #testimonialBox .flexbox span {
    font-size: 20px !important;
    line-height: 24px;
  }
}
/** blog **/
#load-more-button {
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#blog-container {
  margin-top: 5rem;
  padding: 0 15px;
}
#blog-container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 30px;
}
#blog-container .wrap::before, #blog-container .wrap::after {
  content: none;
}
#blog-container .wrap .blog__item {
  max-width: calc(50% - 15px);
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-bottom: 56px;
}
#blog-container .wrap .blog__item a.image_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 7px;
}
#blog-container .wrap .blog__item a.image_link img {
  width: 100%;
  display: block;
  aspect-ratio: 540/280;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#blog-container .wrap .blog__item a.image_link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#blog-container .wrap .blog__item a.title_link h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25em;
  margin-bottom: 8px;
}
#blog-container .wrap .blog__item__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#blog-container .wrap .blog__item a.button {
  min-width: 240px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-post h1 {
  font-size: 40px;
  text-align: center;
  line-height: 1.2em;
}
.single-post .post-thumbnail {
  height: 300px;
  width: 100%;
}
.single-post .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.single-post .post_content {
  position: relative;
}
.single-post .post_content .wrap {
  max-width: 800px;
  padding: 15px;
}

@media (max-width: 768px) {
  #blog-container .wrap {
    gap: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #blog-container .wrap .blog__item {
    max-width: 500px;
  }
  #blog-container .wrap .blog__item a.title_link h3 {
    font-size: 18px;
    line-height: normal;
  }
  #blog-container .wrap .blog__item__excerpt {
    font-size: 16px;
    line-height: 22px;
  }
  #blog-container .wrap .blog__item a.button {
    width: 100%;
    margin-bottom: 0;
  }
  #load-more-button {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
#working_status {
  margin-top: 14px;
  color: #212326;
  font-weight: 400;
  font-size: 16px;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
@media screen and (min-width: 992px) {
  #working_status {
    display: none;
  }
}
#working_status.white {
  color: rgb(203, 203, 203);
}
#working_status.white .status {
  color: white !important;
}
#working_status.blured {
  -webkit-filter: blur(8px);
          filter: blur(8px);
}
#working_status .status {
  color: #027E3D;
  font-weight: 500;
  font-size: 18px;
}
#working_status .status.closed {
  color: #DD362D;
}
#working_status .status.soon {
  color: #AD6119;
}

.reviews_summary.line {
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid rgba(81, 101, 124, 0.2);
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #51657C;
  margin-top: 20px;
}
.reviews_summary.line .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #FFC92C;
}
.reviews_summary.line .rating svg path {
  fill: #FFC92C;
}
.reviews_summary.line svg {
  width: 12px;
  height: 12px;
}

.reviews_summary:not(.line) {
  margin: 21px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2.21108px 11.0554px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2.21108px 11.0554px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px;
}
.reviews_summary:not(.line) .google_icon svg {
  width: 25px;
  height: 25px;
}
.reviews_summary:not(.line) .rating {
  color: #51657C;
  font-size: 40px;
  line-height: 1em;
  font-weight: 700;
}
.reviews_summary:not(.line) .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.reviews_summary:not(.line) .stars svg {
  width: 18px;
  height: 18px;
}
.reviews_summary:not(.line) .text_line {
  font-size: 15px;
  color: #51657C;
}

.reviews_summary.mobile {
  display: none;
}

header#hero.version-2.hero-with-image .reviews_summary {
  margin-left: auto;
  margin-right: auto;
}

header#hero.hero-with-video .reviews_summary:not(.line) {
  display: none;
}
@media screen and (min-width: 992px) {
  header#hero.hero-with-video:not(.mobile_video) .reviews_summary.line {
    color: white;
    border-top-color: white;
  }
}
header#hero.hero-with-video.mobile_video .reviews_summary.line {
  color: white;
  border-top-color: white;
}

@media screen and (max-width: 992px) {
  div.reviews_summary.line {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.reviews_summary:not(.line) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 600px) {
  .reviews_summary:not(.mobile):not(.line) {
    display: none;
  }
  .reviews_summary.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 27px 10px;
  }
}
#promotions[data-style="1"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}
#promotions[data-style="1"] .promotion_card_item {
  background: white;
  -webkit-filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.15));
  padding: 34px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
  max-width: 960px;
  width: 100%;
}
#promotions[data-style="1"] .promotion_card_item .block_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#promotions[data-style="1"] .promotion_card_item .block_title .price {
  font-weight: 900;
  font-size: 54px;
  line-height: 1.1em;
  text-align: center;
  color: #56BF68;
}
#promotions[data-style="1"] .promotion_card_item .block_title .price_subtitle {
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0px;
  color: #848199;
}
#promotions[data-style="1"] .promotion_card_item .block_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
#promotions[data-style="1"] .promotion_card_item .block_details h2 {
  color: #595959;
  font-weight: 600;
  font-size: 34px;
  line-height: 44px;
  margin: 0;
}
.slider {
  --slider-padding: 1rem;
  --slider-column-gap: 1rem;
  --slide-width: 33%;
  --slide-min-width: 15rem;
  position: relative;
  overflow: hidden;
}
.slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding-inline: var(--slider-padding);
  scroll-behavior: auto;
  list-style-type: none;
  padding: 0;
  margin-right: calc(var(--slider-column-gap) * -1);
  scrollbar-width: none;
}
.slider__track > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--slide-width);
          flex: 0 0 var(--slide-width);
  min-width: var(--slide-min-width);
  scroll-snap-align: start;
  scroll-snap-stop: always;
  padding-right: var(--slider-column-gap);
  aspect-ratio: 16/11;
}
.slider__track > * img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider__track::-webkit-scrollbar {
  display: none;
}
.slider__buttons {
  margin-top: 1rem;
}
.slider__buttons [disabled] {
  opacity: 0.5;
}

.form_wrapper {
  position: relative;
}
.form_wrapper form {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.form_wrapper form.loading {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.form_wrapper .loader {
  scale: 3;
  width: 45px;
  height: 45px;
  -webkit-transform: rotateZ(0deg);
          transform: rotateZ(0deg);
}
.form_wrapper .loader.loading {
  -webkit-animation-name: rotate-loader;
          animation-name: rotate-loader;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: normal;
          animation-fill-mode: normal;
}
.form_wrapper .loader .loader-circle {
  fill: transparent;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #0275d8;
}
.form_wrapper .loader .loader-path {
  fill: transparent;
  stroke: white;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 40% 0% 40% 1000%;
  stroke-dashoffset: -176%;
}
.form_wrapper .loader.success, .form_wrapper .loader.error {
  -webkit-animation-name: none;
          animation-name: none;
}
.form_wrapper .loader.success .loader-circle {
  fill: #5cb85c;
}
.form_wrapper .loader.success .loader-path {
  -webkit-animation-name: loader-success;
          animation-name: loader-success;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.form_wrapper .loader.error .loader-circle {
  fill: #c9302c;
}
.form_wrapper .loader.error .loader-path {
  -webkit-animation-name: loader-error;
          animation-name: loader-error;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes rotate-loader {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
}
@keyframes rotate-loader {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(-360deg);
            transform: rotateZ(-360deg);
  }
}
@-webkit-keyframes loader-success {
  0% {
    stroke-dashoffset: -176%;
  }
  100% {
    stroke-dashoffset: -44%;
  }
}
@keyframes loader-success {
  0% {
    stroke-dashoffset: -176%;
  }
  100% {
    stroke-dashoffset: -44%;
  }
}
@-webkit-keyframes loader-error {
  0% {
    stroke-dasharray: 40% 0% 40% 1000%;
    stroke-dashoffset: -176%;
  }
  35% {
    stroke-dasharray: 40% 0% 40% 1000%;
  }
  100% {
    stroke-dasharray: 55% 48% 55% 1000%;
    stroke-dashoffset: -1;
  }
}
@keyframes loader-error {
  0% {
    stroke-dasharray: 40% 0% 40% 1000%;
    stroke-dashoffset: -176%;
  }
  35% {
    stroke-dasharray: 40% 0% 40% 1000%;
  }
  100% {
    stroke-dasharray: 55% 48% 55% 1000%;
    stroke-dashoffset: -1;
  }
}
.form_wrapper .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

/* styles for mobile home */
#footer .wrap.mobile {
  display: none;
}
@media (max-width: 768px) {
  #footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .wrap {
    display: none;
  }
  #footer .wrap.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #footer .wrap.mobile .back_to_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  #footer .wrap.mobile .back_to_top i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #footer .wrap.mobile .powered_by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
  }
  #footer .wrap.mobile .powered_by svg {
    width: 90px;
    height: auto;
  }
  #footer .pages {
    width: 50%;
  }
  #footer .pages h3 {
    display: none;
  }
  #footer .services {
    width: 50%;
  }
  #footer .services .service-column ul {
    display: none;
  }
  #footer .services > a {
    display: none;
  }
}

.column-5 .service-column-home ul li div span {
  font-size: 16px;
}

.services-list-home .service-column-home svg {
  width: 50px;
  height: 50px;
}

.services-list.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px 0 40px;
  gap: 32px;
}
.services-list.mobile .service-column {
  margin-bottom: 0;
}
.services-list.mobile .service-column h4.parent {
  margin: 0;
  line-height: 27px;
  padding-right: 35px;
  position: relative;
}
.services-list.mobile .service-column h4.parent i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.services-list.mobile .service-column.active h4.parent i {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.services-list.mobile .service-column ul {
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  overflow: hidden;
}
.services-list.mobile .service-column ul li {
  padding: 0;
}
.services-list.mobile .service-column ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.services-list.mobile .service-column ul li a svg {
  width: 24px;
  height: 24px;
  position: relative;
}
.services-list.mobile .service-column ul li a span {
  margin-left: 0;
}

body.page-template-template-home #services .wrap.mobile {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-template-home #services .wrap {
    display: none;
  }
  body.page-template-template-home #services .wrap.mobile {
    display: block;
  }
}
@media (max-width: 768px) {
  body.page-template-template-home .about-item {
    margin: 40px auto;
  }
  body.page-template-template-home #intro,
  body.page-template-template-home #associate_members_logos_hide {
    display: none;
  }
  body.page-template-template-home #about .about-item h3 {
    text-align: left;
  }
  body.page-template-template-home #about .about-item p {
    text-align: left;
  }
}
@media (max-width: 576px) {
  body.page-template-template-home #hero.hero-default h4 {
    font-size: 16px;
  }
}

.services-section.service-5 .custom_service_card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.services-section.service-5 .custom_service_card a .image_wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.services-section.service-5 .custom_service_card a img {
  width: 100%;
  height: auto;
  aspect-ratio: 400/240;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.services-section.service-5 .custom_service_card a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.services-section.service-5 .custom_service_card a span {
  display: block;
  padding: 16px;
  width: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 32px;
  font-size: 22px;
}
@media (max-width: 768px) {
  .services-section.service-5 .custom_service_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services-section.service-5 .custom_service_card {
    width: 300px;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .services-section.service-5 .custom_service_card {
    width: 370px;
  }
}

/*** fixes to ul list on custom pages ***/
.page-template-template-custom .entry ul {
  list-style: none !important;
  background-color: #fff !important;
}

.page-template-template-custom .entry ul {
  background-color: #fff !important;
  margin: 0 !important;
  margin-left: 38px !important;
  padding: 0 !important;
}

.page-template-template-custom .entry ul li {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff !important;
  list-style: none !important;
}

.block-image-compare {
  --after: 50%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  border-radius: 0.375em;
  margin: 0;
  padding: 0;
  line-height: 0;
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.block-image-compare__item {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  width: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  margin: 0;
  padding: 0;
  aspect-ratio: 16/9;
}
.block-image-compare__item img {
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-image-compare__input {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.block-image-compare__handle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: var(--after);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10em;
  color: rgba(0, 0, 0, 0.5);
  background-color: rgb(255, 255, 255);
  cursor: -webkit-grab;
  cursor: grab;
  will-change: left;
  -webkit-transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s;
  transition: transform 0.3s 0.7s, opacity 0s 0.7s, -webkit-transform 0.3s 0.7s;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
}
.block-image-compare__handle:hover, .block-image-compare__handle:focus {
  color: rgb(33, 150, 243);
}
.block-image-compare__handle svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.block-image-compare__item--after {
  width: var(--after);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-right: 0.25rem solid rgb(255, 255, 255);
  will-change: width;
  aspect-ratio: auto;
}
.block-image-compare__item--after img {
  height: 100%;
  width: auto;
  max-width: none;
}

.revup_columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.revup_columns[data-columns="3"] > * {
  width: calc(33.3% - 10px);
}
@media (max-width: 1024px) {
  .revup_columns[data-columns="3"] > * {
    width: calc(50% - 10px);
  }
}
@media (max-width: 500px) {
  .revup_columns[data-columns="3"] > * {
    width: 100%;
  }
}
.revup_columns[data-columns="2"] > * {
  width: calc(50% - 10px);
}
@media (max-width: 500px) {
  .revup_columns[data-columns="2"] > * {
    width: 100%;
  }
}

#footer_map .gm-style-iw-chr button.gm-ui-hover-effect {
  display: none !important;
}

.section-moa [data-slider-items="2"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-moa [data-slider-items="1"] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#services[data-version="6"] {
  background: #f7f9fa;
}
#services[data-version="6"] .wrap {
  display: block !important;
}
#services[data-version="6"] .wrap.mobile {
  display: none !important;
}
#services[data-version="6"] .services_tabs_wrapper {
  margin-top: 48px;
}
#services[data-version="6"] .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#services[data-version="6"] .section-header .content {
  max-width: 734px;
}
#services[data-version="6"] .section-header .content h2, #services[data-version="6"] .section-header .content p {
  text-align: left;
}
#services[data-version="6"] .section-header .content h2:last-child, #services[data-version="6"] .section-header .content p:last-child {
  margin-bottom: 0;
}
#services[data-version="6"] .section-header .emergency-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#services[data-version="6"] .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #E9EFF5;
  border-radius: 300px;
  margin-bottom: 40px;
}
#services[data-version="6"] .tabs div.tab {
  padding: 10px 24px;
  border-radius: 300px;
  cursor: pointer;
  color: #647288;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
#services[data-version="6"] .tabs div.tab:hover {
  background: rgba(0, 0, 0, 0.0196078431);
}
#services[data-version="6"] .tabs div.tab.active {
  color: white;
}
#services[data-version="6"] .tabs-content .tab-content-item {
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#services[data-version="6"] .tabs-content .tab-content-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#services[data-version="6"] .tabs-content .tab-content-item a.service_card {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 10px;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 15px;
  width: calc(25% - 15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#services[data-version="6"] .tabs-content .tab-content-item a.service_card .title {
  text-align: center;
}
#services[data-version="6"] .tabs-content .tab-content-item a.service_card .service_svg_wrapper {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  background: #F0F4F8;
  padding: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#services[data-version="6"] .tabs-content .tab-content-item a.service_card:hover {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
#services[data-version="6"] .tabs-content .tab-content-item a.service_card:hover .service_svg_wrapper {
  padding: 4px;
}
#services[data-version="6"] .emergency-button-mobile {
  display: none;
}
@media screen and (max-width: 992px) {
  #services[data-version="6"] .tabs-content .tab-content-item a.service_card {
    width: calc(33.3% - 13.3333333333px);
  }
}
@media screen and (max-width: 768px) {
  #services[data-version="6"] .section-header .emergency-button {
    display: none;
  }
  #services[data-version="6"] .emergency-button-mobile {
    margin-top: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #services[data-version="6"] .emergency-button-mobile button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
}
@media screen and (max-width: 650px) {
  #services[data-version="6"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  #services[data-version="6"] .services_tabs_wrapper {
    margin-top: 32px;
  }
  #services[data-version="6"] .tabs {
    margin-bottom: 32px;
  }
  #services[data-version="6"] .tabs div.tab {
    padding: 12px 14px;
    font-size: 12px;
    line-height: 10px;
  }
  #services[data-version="6"] .tabs-content .tab-content-item {
    gap: 16px;
  }
  #services[data-version="6"] .tabs-content .tab-content-item a.service_card {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 450px) {
  #services[data-version="6"] .tabs {
    width: 100%;
  }
  #services[data-version="6"] .tabs div.tab {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.modal iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-content {
  background: transparent;
  position: relative;
  margin: 20px auto;
  padding: 0;
  border: 1px solid #888;
  width: calc(100% - 40px);
  max-width: 700px;
  aspect-ratio: 16/9;
  height: auto;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  cursor: default;
}
.modal .close {
  display: none;
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: -30px;
  top: -30px;
}
.modal .close:hover, .modal .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .modal .close {
    right: 0;
    top: -40px;
  }
}

#advantages .wrap h2 {
  margin-bottom: 48px;
}
#advantages .wrap .advantage-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#advantages .wrap .advantage-items .advantage-item {
  width: calc(33.3% - 21.3333333333px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#advantages .wrap .advantage-items .advantage-item .image_wrapper {
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#advantages .wrap .advantage-items .advantage-item .image_wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#advantages .wrap .advantage-items .advantage-item .image_wrapper .rev_youtube_wrapper {
  height: 100%;
}
#advantages .wrap .advantage-items .advantage-item .image_wrapper .rev_youtube_wrapper .youtube {
  padding-top: 100%;
}
#advantages .wrap .advantage-items .advantage-item .image_wrapper .rev_youtube_wrapper .youtube img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 180%;
  max-width: none;
  margin-left: -40%;
}
#advantages .wrap .advantage-items .advantage-item .text_wrapper {
  margin: -84px 16px 0 16px;
  background: white;
  padding: 32px 24px 30px;
  position: relative;
  z-index: 2;
  border-radius: 15px;
  min-height: 0;
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
  height: 100%;
}
#advantages .wrap .advantage-items .advantage-item .text_wrapper h3 {
  font-size: 24px;
  margin: 0 0 24px;
}
#advantages .wrap .advantage-items .advantage-item .text_wrapper p {
  font-size: 16px;
  margin: 0;
}
#advantages .wrap .advantage-items .advantage-item:hover .image_wrapper img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#advantages .wrap .advantage-items .advantage-item:hover .image_wrapper .rev_youtube_wrapper .youtube img {
  -webkit-transform: scale(1.05) translateY(-50%);
          transform: scale(1.05) translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #advantages .wrap .advantage-items {
    gap: 48px 24px;
    max-width: 800px;
    margin: 0 auto;
  }
  #advantages .wrap .advantage-items .advantage-item {
    width: calc(50% - 12px);
  }
  #advantages .wrap .advantage-items .advantage-item:nth-child(3) {
    width: 100%;
  }
  #advantages .wrap .advantage-items .advantage-item:nth-child(3) .image_wrapper {
    aspect-ratio: 676/326;
  }
}
@media screen and (max-width: 600px) {
  #advantages .wrap h2 {
    margin-bottom: 32px;
  }
  #advantages .wrap .advantage-items {
    gap: 32px;
  }
  #advantages .wrap .advantage-items .advantage-item {
    width: 100%;
  }
  #advantages .wrap .advantage-items .advantage-item:nth-child(3) .image_wrapper {
    aspect-ratio: 1/1;
  }
}

.team_slider.version_4 {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.team_slider.version_4 .wrap {
  padding: 0 15px;
}
@media (min-width: 600px) and (max-width: 992px) {
  .team_slider.version_4 .wrap {
    padding: 0 60px;
  }
}
.team_slider.version_4 .description {
  margin-bottom: 20px;
}

.staff-carousel-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.staff-carousel-wrapper .staff-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 30px;
}
.staff-carousel-wrapper .staff-carousel .staff-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: min(370px, 33.3333333333vw - 30px);
  opacity: 0.5;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.staff-carousel-wrapper .staff-carousel .staff-card_image_wrapper {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 360/426;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
.staff-carousel-wrapper .staff-carousel .staff-card_image_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.staff-carousel-wrapper .staff-carousel .staff-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff-carousel-wrapper .staff-carousel .staff-card h4 {
  margin: 20px 0 10px;
  color: black;
  opacity: 0.8;
  text-align: center;
}
.staff-carousel-wrapper .staff-carousel .staff-card h6 {
  margin: 0 0 20px;
  text-align: center;
  font-style: normal;
}
.staff-carousel-wrapper .staff-carousel .staff-card.active {
  opacity: 1;
}
.staff-carousel-wrapper .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
}
.staff-carousel-wrapper .carousel-controls button {
  background: none;
  border: none !important;
  font-size: 1.5em;
  cursor: pointer;
  padding: 10px;
  margin: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.staff-carousel-wrapper .carousel-controls button:hover, .staff-carousel-wrapper .carousel-controls button:active {
  border: none;
}
.staff-carousel-wrapper .carousel-controls button#nextBtn svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.staff-carousel-wrapper .carousel-controls .dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1em;
}
.staff-carousel-wrapper .carousel-controls .dots .dot {
  height: 10px;
  width: 10px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.staff-carousel-wrapper .carousel-controls .dots .dot.active {
  background-color: #979797;
}
@media screen and (max-width: 992px) {
  .staff-carousel-wrapper {
    padding: 0 60px;
  }
  .staff-carousel-wrapper .staff-carousel {
    gap: 24px;
  }
  .staff-carousel-wrapper .staff-carousel .staff-card {
    max-width: calc(50vw - 72px);
  }
}
@media screen and (max-width: 500px) {
  .staff-carousel-wrapper {
    padding: 0 15px;
  }
  .staff-carousel-wrapper .staff-carousel {
    gap: 16px;
  }
  .staff-carousel-wrapper .staff-carousel .staff-card {
    max-width: calc(100vw - 60px);
  }
}

section.team.version_5 .staff-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 33px;
}
section.team.version_5 .staff-items .staff-card {
  width: calc(20% - 26.4px);
}
section.team.version_5 .staff-items .staff-card .team-title {
  padding: 13px 12px 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(3.75%, #92C1FA), color-stop(97.01%, #4E7DB6)), #D9D9D9;
  background: linear-gradient(90deg, #92C1FA 3.75%, #4E7DB6 97.01%), #D9D9D9;
  border-radius: 0px 0px 8px 8px;
}
section.team.version_5 .staff-items .staff-card .team-title h4 {
  margin: 0 0 5px;
  color: white;
  font-weight: 500;
}
section.team.version_5 .staff-items .staff-card .team-title h6 {
  color: white;
}

#footer.footer_4 {
  padding: 45px 0 140px;
}
#footer.footer_4 .wrap:not(.mobile) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 53px;
}
#footer.footer_4 .wrap:not(.mobile):before, #footer.footer_4 .wrap:not(.mobile):after {
  content: none;
}
#footer.footer_4 .wrap:not(.mobile) .pages {
  margin: 0;
}
#footer.footer_4 .wrap:not(.mobile) .pages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
#footer.footer_4 .wrap:not(.mobile) .pages-list li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 5px;
}
#footer.footer_4 .wrap:not(.mobile) .pages-list li.active_page {
  border-bottom: 3px solid red;
}
#footer.footer_4 .wrap:not(.mobile) .pages-list li a {
  text-transform: uppercase;
}
#footer.footer_4 .wrap:not(.mobile) .practice_big_name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
#footer.footer_4 .wrap:not(.mobile) .practice_big_name .line:nth-child(1) {
  font-size: 54px;
  line-height: 54px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer.footer_4 .wrap:not(.mobile) .practice_big_name .line:nth-child(2) {
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  text-transform: uppercase;
}
#footer.footer_4 .wrap:not(.mobile) .practice_big_name .line:nth-child(3) {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
#footer.footer_4 .wrap:not(.mobile) .copyright {
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer.footer_4 .wrap:not(.mobile) .copyright .col-md-6 {
  margin: 0;
}
#footer.footer_4 .wrap:not(.mobile) .copyright .col-md-6 h3 {
  margin: 0;
}
#footer.footer_4 .wrap:not(.mobile) .copyright div.logo {
  text-align: left;
}

section.cdcp {
  padding: 0;
  background: #F7FBFF;
  overflow: hidden;
  position: relative;
}
section.cdcp img.cdcp_bg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.cdcp .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 1170px;
  position: relative;
  z-index: 2;
}
section.cdcp .container svg.left_flag {
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 380px;
}
section.cdcp .container .text {
  position: relative;
}
section.cdcp .container .text.white_bg:before {
  content: "";
  left: calc((100vw - 1100px) / 2 * -1);
  top: 0;
  width: calc(100vw + 50px);
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
}
section.cdcp .container .text h1, section.cdcp .container .text h2 {
  font-family: Nunito;
  font-weight: 700;
  font-size: 38px !important;
  line-height: 1.4;
  letter-spacing: 0%;
  position: relative;
  margin: 15px 0;
}
section.cdcp .container .text p {
  font-family: Nunito;
  font-weight: 400;
  font-size: 17px;
  line-height: 23.19px;
  letter-spacing: 0%;
  max-width: 570px;
  position: relative;
}
section.cdcp .container .img {
  position: relative;
  max-width: 450px;
  margin-top: 12px;
}
section.cdcp .container .img svg {
  position: absolute;
  width: 260px;
  height: auto;
  left: -80px;
  top: 20px;
}
section.cdcp .container .img svg.white_bg {
  left: 20px;
}
section.cdcp .container .img img {
  width: 100%;
  position: relative;
}
section.cdcp[data-version=image] {
  position: relative;
  min-height: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.cdcp[data-version=image] .container {
  position: static;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.cdcp[data-version=image] .container .text {
  z-index: 4;
}
section.cdcp[data-version=image] .container .text:before {
  z-index: -1;
  content: none;
}
section.cdcp[data-version=image] .container .text * {
  z-index: 4;
}
section.cdcp[data-version=image] .container .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  z-index: 3;
}
section.cdcp[data-version=image] .container .img img {
  height: 100%;
  width: auto;
  z-index: 4;
}
section.cdcp[data-version=image] .container .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
section.cdcp[data-version=family] {
  position: relative;
  height: 425px;
}
section.cdcp[data-version=family] .container {
  position: static;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.cdcp[data-version=family] .container .text {
  z-index: 4;
}
section.cdcp[data-version=family] .container .text:before {
  z-index: -1;
  content: none;
}
section.cdcp[data-version=family] .container .text * {
  z-index: 4;
}
section.cdcp[data-version=family] .container .img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  margin: 0;
  z-index: 3;
}
section.cdcp[data-version=family] .container .img img {
  height: 100%;
  width: auto;
  z-index: 4;
}
section.cdcp[data-version=family] .container .img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background: -webkit-gradient(linear, right top, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

#cdcp_iframe_form {
  width: 100%;
  height: 1700px;
}

.page-template-template-cdcp-php .main_content {
  margin-top: 55px;
  margin-bottom: 55px;
  padding-left: 15px;
  padding-right: 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.page-template-template-cdcp-php .main_content ol, .page-template-template-cdcp-php .main_content ol li {
  list-style-type: decimal;
}
.page-template-template-cdcp-php .main_content ol {
  margin: 15px 0;
  padding-left: 30px;
}
.page-template-template-cdcp-php .main_content ol li {
  margin: 0 0 5px;
}

@media screen and (max-width: 1400px) {
  section.cdcp[data-version=image], section.cdcp[data-version=family] {
    min-height: 35vw;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.cdcp[data-version=image] .container .img, section.cdcp[data-version=family] .container .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: white;
  }
  section.cdcp[data-version=image] .container .img img, section.cdcp[data-version=family] .container .img img {
    height: 30vw;
  }
  section.cdcp[data-version=image] .container .text, section.cdcp[data-version=family] .container .text {
    max-width: 53vw;
  }
  section.cdcp[data-version=image] .container .img img {
    height: 100%;
  }
}
@media screen and (max-width: 998px) {
  section.cdcp .container .text h1, section.cdcp .container .text h2 {
    font-size: 30px !important;
  }
  section.cdcp .container .img {
    max-width: 400px;
  }
}
@media screen and (max-width: 700px) {
  section.cdcp .left_flag {
    display: none;
  }
  section.cdcp .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.cdcp .container .img svg {
    position: absolute;
    width: 350px;
    height: auto;
    left: 20px;
    top: -20px;
  }
  section.cdcp .container .text {
    min-height: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  section.cdcp .container .text h1, section.cdcp .container .text h2 {
    margin-left: auto;
    margin-right: auto;
  }
  section.cdcp .container .text:before {
    content: none;
  }
  section.cdcp[data-version=image], section.cdcp[data-version=family] {
    background: white;
  }
  section.cdcp[data-version=image] .container .text, section.cdcp[data-version=family] .container .text {
    max-width: 100%;
  }
  section.cdcp[data-version=image] .container .img, section.cdcp[data-version=family] .container .img {
    position: relative;
    width: 100%;
    min-width: auto;
  }
  section.cdcp[data-version=image] .container .img img, section.cdcp[data-version=family] .container .img img {
    width: 100%;
    height: auto;
    position: relative;
  }
  section.cdcp[data-version=image] .container .img {
    position: relative;
    width: 100%;
    min-width: calc(100% + 30px);
    margin-left: -15px;
  }
  section.cdcp[data-version=image] .container .img:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.7021183473)), color-stop(80%, rgba(255, 255, 255, 0.7049194678)), to(rgb(255, 255, 255)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.7021183473) 0%, rgba(255, 255, 255, 0.7049194678) 80%, rgb(255, 255, 255) 100%);
    z-index: 4;
  }
  section.cdcp[data-version=image] .container .img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
    aspect-ratio: 10/7;
  }
}
/** emergency section **/
div.emergency_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
div.emergency_section .emergency_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
div.emergency_section .emergency_inner .social {
  margin: 0;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 5px;
}
div.emergency_section .emergency_inner .social a:hover i:before {
  color: white;
  opacity: 0.8;
}
div.emergency_section .emergency_inner .social i {
  font-size: 18px;
}
/*# sourceMappingURL=revup.min.css.map */