@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap");
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
}
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html, button, input, select, textarea {
  font-family: sans-serif;
  outline: none;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:focus, a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before, q:after {
  content: "";
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------------------------------*/
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
   * Don't show links for images, or javascript/internal links
   */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
:root, [data-theme="default"] {
  --jm-base-font-family:  "Outfit", sans-serif;
  --jm-alt-font-family:   "Oswald", sans-serif;
  --jm-base-font-size:    16px;
  --jm-base-font-weight:  400;
  --jm-base-line-height:  1.6;
  --jm-base-margin-bottom: 20px;
  --jm-spacer-y: 20px;
  --jm-h1-font-size: 30px;
  --jm-h1-hero-font-size: 46px;
  --jm-h2-font-size: 38px;
  --jm-h3-font-size: 22px;
  --jm-h4-font-size: 18px;
  --jm-h5-font-size: 16px;
  --jm-h6-font-size: 14px;
  --jm-content-indent-larger: calc(var(--jm-spacer-y) * 2.5);
  --jm-content-indent-large: calc(var(--jm-spacer-y) * 2.3);
  --jm-content-indent-normal: calc(var(--jm-spacer-y) * 2);
  --jm-content-indent-small: calc(var(--jm-spacer-y) * 1.5);
  --jm-content-indent-smaller: var(--jm-spacer-y);
}
@media (min-width: 576px) {
  :root, [data-theme="default"] {
    --jm-h1-hero-font-size: 50px;
    --jm-h2-font-size: 44px;
    --jm-h3-font-size: 24px;
    --jm-h4-font-size: 18px;
    --jm-h5-font-size: 16px;
    --jm-h6-font-size: 14px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 16px;
    --jm-h1-hero-font-size: 60px;
    --jm-h2-font-size: 50px;
    --jm-h3-font-size: 30px;
    --jm-h4-font-size: 20px;
    --jm-h5-font-size: 18px;
    --jm-h6-font-size: 16px;
    --jm-base-margin-bottom: calc(var(--jm-base-font-size) * var(--jm-base-line-height));
  }
}
@media (min-width: 992px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 17px;
    --jm-h1-font-size: 30px;
    --jm-h1-hero-font-size: 60px;
    --jm-h2-font-size: 50px;
    --jm-h3-font-size: 36px;
    --jm-h4-font-size: 26px;
    --jm-h5-font-size: 20px;
    --jm-h6-font-size: 18px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme="default"] {
    --jm-h1-font-size: 32px;
    --jm-h1-hero-font-size: 70px;
    --jm-h2-font-size: 60px;
    --jm-h3-font-size: 42px;
    --jm-h4-font-size: 32px;
    --jm-h5-font-size: 22px;
    --jm-h6-font-size: 20px;
    --jm-spacer-y: 30px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 18px;
    --jm-h1-font-size: 38px;
    --jm-h1-hero-font-size: 80px;
    --jm-h2-font-size: 68px;
    --jm-h3-font-size: 48px;
    --jm-h4-font-size: 38px;
    --jm-h5-font-size: 28px;
    --jm-h6-font-size: 22px;
    --jm-spacer-y: 40px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 19px;
    --jm-h1-font-size: 44px;
    --jm-h1-hero-font-size: 80px;
    --jm-h2-font-size: 74px;
    --jm-h3-font-size: 54px;
    --jm-h4-font-size: 44px;
    --jm-h5-font-size: 34px;
    --jm-h6-font-size: 24px;
    --jm-spacer-y: 50px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme="default"] {
    --jm-base-font-size: 20px;
    --jm-h1-font-size: 50px;
    --jm-h1-hero-font-size: 100px;
    --jm-h2-font-size: 80px;
    --jm-h3-font-size: 60px;
    --jm-h4-font-size: 50px;
    --jm-h5-font-size: 40px;
    --jm-h6-font-size: 30px;
    --jm-spacer-y: 60px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1700px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1860px;
  }
}
.container-fluid {
  margin: 0 auto;
  max-width: 1920px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * .4);
    padding-left: calc(var(--bs-gutter-x)* .4);
  }
}
:root, [data-theme="default"] {
  --bs-gutter-x: 30px;
  --jm-gutter-x-small: 20px;
}
@media (min-width: 576px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 768px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 992px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 70px;
    --jm-gutter-x-small: 30px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 90px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 100px;
    --jm-gutter-x-small: 40px;
  }
}
:root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
  --bs-gutter-x: 30px;
}
@media (min-width: 576px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 768px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 992px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1200px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 70px;
  }
}
@media (min-width: 1400px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 80px;
  }
}
@media (min-width: 1600px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 90px;
  }
}
@media (min-width: 1800px) {
  :root .row, :root .container, :root .container-fluid, [data-theme="default"] .row, [data-theme="default"] .container, [data-theme="default"] .container-fluid {
    --bs-gutter-x: 100px;
  }
}
:root .vc_section, :root .vc_row:not(.vc_inner), [data-theme="default"] .vc_section, [data-theme="default"] .vc_row:not(.vc_inner) {
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-right: calc(-.5 * var(--bs-gutter-x));
}
:root .vc_row.vc_inner, [data-theme="default"] .vc_row.vc_inner {
  margin-left: calc(-.25 * var(--bs-gutter-x));
  margin-right: calc(-.25 * var(--bs-gutter-x));
}
:root .vc_row.vc_inner .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_row.vc_inner .vc_column_container > .vc_column-inner {
  padding-left: calc(.25 * var(--bs-gutter-x));
  padding-right: calc(.25 * var(--bs-gutter-x));
}
:root .vc_row.small-gutter .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_row.small-gutter .vc_column_container > .vc_column-inner {
  padding-left: calc(.5 * var(--jm-gutter-x-small));
  padding-right: calc(.5 * var(--jm-gutter-x-small));
}
:root .vc_section, :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_section, [data-theme="default"] .vc_column_container > .vc_column-inner {
  padding-left: calc(.5 * var(--bs-gutter-x));
  padding-right: calc(.5 * var(--bs-gutter-x));
}
:root {
  --jm-admin-y: 0px;
}
:root .admin-bar {
  --jm-admin-y: 32px;
}
@media only screen and (max-width: 782px) {
  :root .admin-bar {
    --jm-admin-y: 46px;
  }
}
/* Accessibility Settings -------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0s !important;
    transition-duration: 0s !important;
  }
}
/* Screen Reader Text ------------------------ */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
/* Skip Link --------------------------------- */
.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 40px;
  padding: 19px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #017f01;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #017f01;
  border-color: #017f01;
}
@media (max-width: 1199.98px) {
  body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 14px 19px;
  }
}
body .gform_wrapper .gform_footer input.button::-moz-focus-inner, body .gform_wrapper .gform_footer input[type=submit]::-moz-focus-inner, body .gform_wrapper .gform_page_footer input.button::-moz-focus-inner, body .gform_wrapper .gform_page_footer input[type=submit]::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input.button:focus, body .gform_wrapper .gform_page_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background-color: #006400;
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:active, body .gform_wrapper .gform_footer input[type=submit]:active, body .gform_wrapper .gform_page_footer input.button:active, body .gform_wrapper .gform_page_footer input[type=submit]:active {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:disabled, body .gform_wrapper .gform_footer input[type=submit]:disabled, body .gform_wrapper .gform_page_footer input.button:disabled, body .gform_wrapper .gform_page_footer input[type=submit]:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper .gform_footer input.button:disabled:hover, body .gform_wrapper .gform_footer input.button:disabled:focus, body .gform_wrapper .gform_footer input[type=submit]:disabled:hover, body .gform_wrapper .gform_footer input[type=submit]:disabled:focus, body .gform_wrapper .gform_page_footer input.button:disabled:hover, body .gform_wrapper .gform_page_footer input.button:disabled:focus, body .gform_wrapper .gform_page_footer input[type=submit]:disabled:hover, body .gform_wrapper .gform_page_footer input[type=submit]:disabled:focus {
  box-shadow: none;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 40px;
  padding: 19px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #017f01;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #017f01;
  border-color: #017f01;
}
@media (max-width: 1199.98px) {
  .btn {
    padding: 14px 19px;
  }
}
.btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  background-color: #006400;
  box-shadow: none;
}
.btn:active {
  box-shadow: none;
}
.btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.btn:disabled:hover, .btn:disabled:focus {
  box-shadow: none;
}
.btn:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-primary {
  color: #fff;
  background-color: #017f01;
  border-color: #017f01;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn.btn-secondary {
  color: #000000;
  background-color: #efe67c;
  border-color: #efe67c;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #017f01;
  border-color: #017f01;
}
.btn.btn-white {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-white:hover {
  color: #ffffff;
  background-color: #017f01;
  border-color: #017f01;
}
body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_required_legend {
  font-size: 16px;
  margin-bottom: 10px;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label, body .gform_wrapper.gravity-theme legend.gfield_label {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
body .gform_wrapper.gravity-theme label {
  color: #000000;
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gchoice {
  position: relative;
}
body .gform_wrapper.gravity-theme .gchoice label {
  cursor: pointer;
}
body .gform_wrapper.gravity-theme .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #017f01;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):active {
  border-color: #006400;
}
body .gform_wrapper.gravity-theme input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme select {
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #017f01;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme select:focus, body .gform_wrapper.gravity-theme select:active {
  border-color: #006400;
}
body .gform_wrapper.gravity-theme select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme textarea {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #017f01;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  display: block;
  overflow: auto;
}
body .gform_wrapper.gravity-theme textarea:focus, body .gform_wrapper.gravity-theme textarea:active {
  border-color: #006400;
}
body .gform_wrapper.gravity-theme textarea:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme input[type="search"] {
  display: block;
  box-sizing: border-box;
  min-height: 40px;
  width: 100%;
  padding: 9px 19px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #017f01;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
  padding: 0 0.25rem;
}
body .gform_wrapper.gravity-theme input[type="search"]:focus, body .gform_wrapper.gravity-theme input[type="search"]:active {
  border-color: #006400;
}
body .gform_wrapper.gravity-theme input[type="search"]:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
body .gform_wrapper.gravity-theme .select-wrap {
  position: relative;
  color: inherit;
  /* Target IE9 and IE10 */
  display: block;
  height: 40px;
  width: 100%;
  padding: 10px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  border: 1px solid #017f01;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  background-color: white;
}
body .gform_wrapper.gravity-theme .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #017f01;
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .select-wrap select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .select-wrap:focus, body .gform_wrapper.gravity-theme .select-wrap:active {
  border-color: #006400;
}
body .gform_wrapper.gravity-theme .select-wrap:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
/*
body .inverted .gform_wrapper {
  .top_label .gfield_label,
  legend.gfield_label,
  .gfield_required,
  label {
    color: #ffffff;
  }
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
  textarea,
  select {
    border-color: #fff;
    &:focus {
      border-color: $color1;
      @include box-shadow (0 0 20px 0 rgba(24,174,237,0.3));
    }
  }
  div.validation_error,
  .validation_message,
  li.gfield_error div.ginput_complex.ginput_container label,
  li.gfield_error ul.gfield_checkbox,
  li.gfield_error ul.gfield_radio {
    color: #ffffff;
    border-color: #fff;
  }
}
 */
.form-check-label {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0;
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}
.form-check-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 16px;
  width: 16px;
  background-color: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
  font-family: sans-serif;
}
.form-check-label::after {
  content: "";
  opacity: 0;
  transition: opacity 0.3s;
}
.form-check-label input {
  position: absolute;
  left: -1000rem;
}
.form-check-label:has(> input:checked):after {
  content: "";
  position: absolute;
  display: block;
  opacity: 1;
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.form-check-label:has(> input:checked):before {
  background-color: #017f01;
  border-color: #017f01;
}
.form-check-label:has(> input:focus):before {
  border-color: #017f01;
}
#back-top-wrapper {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
}
#back-top-wrapper #back-top {
  margin: 0;
}
#back-top-wrapper #back-top a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #25272c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top-wrapper #back-top a:hover {
  background-color: #017f01;
}
a[href^="tel:"], a[href^="mailto:"] {
  white-space: nowrap !important;
}
.says, .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.clear {
  border: 0;
  clear: both;
  display: block;
  float: none;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 1px;
  line-height: 1px;
}
.clearfix:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.rich_header:before, .rich_header:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #017f01;
  margin: 0 20px;
  top: -6px;
  position: relative;
}
@media (max-width: 767px) {
  .rich_header:before, .rich_header:after {
    display: none;
  }
}
.breadcrumbs {
  font-size: calc(var(--jm-base-font-size) * 0.8);
  line-height: 1.2;
  color: #000000;
  padding: 15px 0;
  background: none;
}
.breadcrumbs ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  list-style: none;
}
.breadcrumbs ul li {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}
.breadcrumbs .breadcrumbs-item-sep {
  padding: 0 10px;
  text-align: center;
}
.breadcrumbs a {
  color: #017f01;
}
.post-nav {
  padding: 24px 0;
  border-top: 1px solid #017f01;
}
.post-nav a {
  text-decoration: none;
}
.post-nav .nav-previous {
  float: left;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}
.post-nav .nav-next {
  float: right;
  text-align: right;
  width: 50%;
  font-weight: 600;
  font-size: 16px;
}
.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}
@media (max-width: 767.98px) {
  .nav-links {
    flex-wrap: wrap;
  }
}
.nav-links .nav-next {
  margin: 0 0 0 auto;
}
.jm-pagination, .wp-pagenavi {
  margin: 0;
  padding: 0;
  list-style-type: none;
  clear: both;
  text-align: center;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.jm-pagination li, .wp-pagenavi li {
  margin: 0;
  padding: 0;
}
.jm-pagination a, .jm-pagination span, .wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0 5px;
  margin: 0 2px;
  background: none;
  color: #017f01;
  font-size: 20px;
  border: 1px solid #BFBFBF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.jm-pagination li.active > *, .jm-pagination span.current, .wp-pagenavi li.active > *, .wp-pagenavi span.current {
  background-color: #017f01;
  color: #ffffff;
  text-decoration: none;
  border-color: #017f01;
  font-weight: 700;
}
.jm-pagination a:hover, .wp-pagenavi a:hover {
  background-color: #017f01;
  border-color: #017f01;
  color: #ffffff;
  text-decoration: none;
}
/*--------------------------------------------------------------
Image Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 var(--jm-base-margin-bottom) var(--jm-base-margin-bottom) 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    float: none;
    margin: 0 auto var(--jm-base-margin-bottom) auto;
  }
}
.alignright {
  float: right;
  margin: 0 0 var(--jm-base-margin-bottom) var(--jm-base-margin-bottom);
}
@media (max-width: 767.98px) {
  .alignright {
    float: none;
    margin: 0 auto var(--jm-base-margin-bottom) auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto var(--jm-base-margin-bottom) auto;
}
img.aligncenter, img.alignright, img.alignleft {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
.wp-caption .wp-caption-text {
  text-align: center;
}
.ui-datepicker a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.ui-datepicker tbody td {
  text-align: center;
}
table {
  --jm-table-border: #c9c9c9;
  border: 1px solid var(--jm-table-border);
  width: 100%;
}
table tr th {
  padding: 12px 20px;
  font-size: calc(var(--jm-base-font-size) * 0.8);
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid var(--jm-table-border);
  background-color: #f7f7f7;
  text-align: center;
}
table tr td {
  padding: 12px 20px;
  background-color: #f7f7f7;
  border-left: 1px solid var(--jm-table-border);
  border-right: 1px solid var(--jm-table-border);
}
table tr:nth-child(2n) td {
  background-color: #fff;
}
.flexible table th, table.flexible th {
  white-space: nowrap;
}
.flexible table td, table.flexible td {
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .flexible table, table.flexible {
    display: block;
    /*
        td:before {
            position: absolute;
            top: 6px;
            left: 10px;
            width: 25%;
            padding-right: 10px;
            white-space: wrap;
            text-align: left;
        }
        /*
        td:nth-of-type(1):before { content: "Column 1"; }
        td:nth-of-type(2):before { content: "Column 2"; }
        td:nth-of-type(3):before { content: "Column 3"; }
        td:nth-of-type(4):before { content: "Column 4"; }
        td:nth-of-type(5):before { content: "Column 5"; }
         */
  }
  .flexible table thead, .flexible table tbody, .flexible table th, .flexible table td, .flexible table tr, table.flexible thead, table.flexible tbody, table.flexible th, table.flexible td, table.flexible tr {
    display: block;
  }
  .flexible table thead tr, table.flexible thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .flexible table tr, table.flexible tr {
    border-bottom: 1px solid #ccc;
  }
  .flexible table th, table.flexible th {
    display: none;
  }
  .flexible table td, table.flexible td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 5px 10px;
    min-height: 37px;
  }
}
.wpb_text_column > .wpb_wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.wpb_text_column > .wpb_wrapper > ul ul li {
  margin: 0 0 10px 0;
}
.wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0 0 calc(var(--jm-base-font-size) * 0.7) 0;
  padding: 0 0 0 calc(var(--jm-base-font-size) * 1.7);
}
.wpb_text_column > .wpb_wrapper > ul li:last-child {
  margin-bottom: 0;
}
.wpb_text_column > .wpb_wrapper > ul li:before {
  content: "";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: calc(var(--jm-base-font-size) * 0.3);
  left: 0;
  color: #017f01;
}
a.icon {
  position: relative;
  text-decoration: none;
}
a.icon:before {
  content: "";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #efe67c;
  margin-right: 10px;
}
a.icon[href$=".pdf"]:before {
  content: "";
}
a.icon[href$=".doc"]:before {
  content: "";
}
a.icon[href$=".xls"]:before {
  content: "";
}
a.icon[href$=".zip"]:before {
  content: "";
}
.social-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  display: flex;
  align-items: center;
}
.social-menu::before {
  display: none;
}
.social-menu li {
  margin: 0;
  padding: 0;
}
.social-menu li:first-child {
  margin: 0;
}
.social-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
}
.social-menu a span {
  display: none;
}
.social-menu a:hover {
  text-decoration: none;
}
.social-menu a:before {
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  font-family: "Font Awesome 6 Brands";
  display: block;
  text-indent: initial;
}
.social-menu a[href*="linkedin.com"]:before {
  content: "";
}
.social-menu a[href*="plus.google.com"]:before {
  content: "";
}
.social-menu a[href*="instagram.com"]:before {
  content: "";
}
.social-menu a[href*="facebook.com"]:before {
  content: "";
}
.social-menu a[href*="twitter.com"]:before {
  content: "";
}
.social-menu a[href*="youtube.com"]:before {
  content: "";
}
.social-menu a[href*="vimeo.com"]:before {
  content: "";
}
.social-menu a[href*="yelp.com"]:before {
  content: "";
}
/* #Header
================================================== */
.site-header {
  margin: 0;
  padding: 30px 0;
  border: none;
  z-index: 100;
  position: relative;
  background-color: #017f01;
}
@media (max-width: 1399.98px) {
  .site-header {
    padding: 20px 0;
  }
}
.site-header .logo {
  position: relative;
  display: block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.site-header .logo a > img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
@media (max-width: 1399.98px) {
  .site-header .logo a > img {
    width: auto;
    max-height: 100px;
  }
}
@media (max-width: 767.98px) {
  .site-header .logo a > img {
    max-height: 58px;
  }
}
.site-header .logo a > svg {
  display: block;
  width: 265px;
  height: auto;
}
.site-header .site-header-wrapper {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 20px;
  align-items: center;
}
@media (max-width: 1799.98px) {
  .site-header .site-header-wrapper {
    grid-row-gap: 20px;
  }
}
@media (max-width: 1399.98px) {
  .site-header .site-header-wrapper {
    grid-row-gap: 10px;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper {
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper {
    grid-template-columns: auto 1fr auto;
    grid-template-rows: repeat(2, auto);
  }
}
.site-header .site-header-wrapper .logo {
  grid-column: 1;
  grid-row: 1 / -1;
}
@media (max-width: 1399.98px) {
  .site-header .site-header-wrapper .logo {
    grid-column: 1;
    grid-row: 1;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .logo {
    grid-column: 1 / -1;
    grid-row: 1;
    margin: 0 auto;
  }
}
.site-header .site-header-wrapper .header-sidebar-1-wrapper {
  grid-column: 2;
  grid-row: 1 / -1;
}
@media (max-width: 1799.98px) {
  .site-header .site-header-wrapper .header-sidebar-1-wrapper {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .header-sidebar-1-wrapper {
    grid-column: 1;
    grid-row: 2;
  }
}
.site-header .site-header-wrapper .header-sidebar-2-wrapper {
  grid-column: 3;
  grid-row: 1;
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .header-sidebar-2-wrapper {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
  }
}
.site-header .site-header-wrapper .header-nav-wrapper {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 1799.98px) {
  .site-header .site-header-wrapper .header-nav-wrapper {
    grid-column: 2 / -1;
    grid-row: 2;
  }
}
@media (max-width: 1399.98px) {
  .site-header .site-header-wrapper .header-nav-wrapper {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .mobile-header-wrapper {
    grid-column: 3;
    grid-row: 2;
  }
}
.site-header .site-header-wrapper .header-widget img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 1799.98px) {
  .site-header .site-header-wrapper .header-widget img {
    height: 60px !important;
    width: auto !important;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1399.98px) {
  .site-header .site-header-wrapper .header-widget img {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper .header-widget img {
    height: 48px !important;
  }
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .header-widget img {
    margin: 0 auto 0 0;
  }
}
.site-header .header-sidebar-2-wrapper .header-sidebar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1399.98px) {
  .site-header .header-sidebar-2-wrapper .header-sidebar {
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
.site-header .header-nav-wrapper .nav-primary {
  margin-left: 40px;
}
@media (max-width: 1399.98px) {
  .site-header .header-nav-wrapper .nav-primary {
    margin: 0;
  }
}
.site-header .header-sidebar-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.site-header .header-social-wrapper {
  margin-left: 40px;
}
@media (max-width: 1399.98px) {
  .site-header .header-social-wrapper {
    margin: 0 15px 10px auto;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-social-wrapper {
    margin: 0 0 20px 0;
  }
}
.site-header .header-social-wrapper .social-menu {
  margin: 0 -20px;
}
@media (max-width: 1399.98px) {
  .site-header .header-social-wrapper .social-menu {
    margin: 0 -10px;
  }
}
.site-header .header-social-wrapper .social-menu li {
  padding: 0 20px;
}
@media (max-width: 1399.98px) {
  .site-header .header-social-wrapper .social-menu li {
    padding: 0 10px;
  }
}
.site-header .header-social-wrapper .social-menu li a {
  font-size: 36px;
  color: #fff;
}
@media (max-width: 1399.98px) {
  .site-header .header-social-wrapper .social-menu li a {
    font-size: 26px;
  }
}
.site-header .header-social-wrapper .social-menu li a:hover {
  color: #efe67c;
}
.site-header .call-today-wrapper {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .site-header .call-today-wrapper {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .site-header .call-today-wrapper > span {
    display: none;
  }
}
.site-header .call-today-wrapper .btn {
  margin-left: 40px;
  padding: 12px 24px;
  color: #017f01;
  background-color: #efe57c;
}
@media (max-width: 1399.98px) {
  .site-header .call-today-wrapper .btn {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-header .call-today-wrapper .btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 13px 14px;
  }
}
.site-header .call-today-wrapper .btn i {
  margin-right: 6px;
}
@media (max-width: 767.98px) {
  .site-header .call-today-wrapper .btn i {
    margin: 0;
  }
}
.site-header .call-today-wrapper .btn:hover {
  color: #017f01;
  background-color: #efe67c;
}
@media (max-width: 767.98px) {
  .site-header .call-today-wrapper .btn span {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-nav-wrapper {
    display: none !important;
  }
}
.mobile-site-header, .mobile-header-wrapper {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-site-header, .mobile-header-wrapper {
    display: block;
  }
}
/*/ Sticky Header */
.admin-bar .sticky-header {
  top: var(--jm-admin-y) !important;
}
@media (max-width: 600.98px) {
  .admin-bar .sticky-header {
    top: 0 !important;
  }
}
.sticky-wrapper {
  position: relative;
  z-index: 200;
}
.sticky-wrapper * {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sticky-wrapper.is-sticky .sticky-header {
  width: 100%;
}
.sticky-wrapper.is-sticky .site-header {
  position: relative;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
}
.sticky-wrapper.is-sticky .site-header .site-header-wrapper {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .primary-menu {
    margin: 0 -15px;
    padding: 0;
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: flex-end;
  }
  .primary-menu > li {
    margin: 0;
    padding: 0 15px;
  }
  .primary-menu > li > a {
    display: block;
    position: relative;
    padding: 0;
    font-family: var(--jm-alt-font-family);
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    color: #ffffff;
    text-transform: uppercase;
  }
  .primary-menu > li > a:hover {
    color: #efe67c;
    text-decoration: none;
  }
  .primary-menu > li:hover > a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_parent > a, .primary-menu > li.current-menu-ancestor > a {
    color: #efe67c;
    text-decoration: none;
  }
  .primary-menu > li.menu-item-has-children > a {
    padding-right: 16px;
  }
  .primary-menu > li.menu-item-has-children > a:before {
    content: "";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-menu li {
    text-align: left;
  }
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0 0 0 15px;
    padding: 20px 0;
    list-style: none;
    background-color: #e1e5f3;
    border: 1px solid #e1e5f3;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
    -moz-box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(33, 104, 159, 0.4);
  }
  .primary-menu li ul:before, .primary-menu li ul.sub-menu:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e1e5f3;
    position: absolute;
    top: -10px;
    left: 30px;
  }
  .primary-menu li ul li a, .primary-menu li ul.sub-menu li a {
    display: block;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    white-space: nowrap;
    padding: 15px 30px;
    text-decoration: none;
  }
  .primary-menu li ul li a:hover, .primary-menu li ul.sub-menu li a:hover {
    color: #017f01;
    background-color: #f6f6f6;
    text-decoration: none;
  }
  .primary-menu li ul li:hover > a, .primary-menu li ul li.focus > a, .primary-menu li ul li.current-menu-item > a, .primary-menu li ul li.current-menu-ancestor > a, .primary-menu li ul.sub-menu li:hover > a, .primary-menu li ul.sub-menu li.focus > a, .primary-menu li ul.sub-menu li.current-menu-item > a, .primary-menu li ul.sub-menu li.current-menu-ancestor > a {
    background-color: #f6f6f6;
    color: #017f01;
    text-decoration: none;
  }
  .primary-menu li ul li.menu-item-has-children > a, .primary-menu li ul.sub-menu li.menu-item-has-children > a {
    padding-right: 46px;
  }
  .primary-menu li ul li.menu-item-has-children > a:before, .primary-menu li ul.sub-menu li.menu-item-has-children > a:before {
    content: "";
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    font-size: 12px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .primary-menu li ul li ul.sub-menu, .primary-menu li ul.sub-menu li ul.sub-menu {
    margin-left: 0;
  }
  .primary-menu li ul li ul.sub-menu:before, .primary-menu li ul.sub-menu li ul.sub-menu:before {
    display: none;
  }
  .primary-menu li {
    position: relative;
  }
  .primary-menu li ul.sub-menu {
    -webkit-transition: opacity 0.15s linear, max-height 0.15s linear, -webkit-transform 0.15s linear;
    transition: opacity 0.15s linear, max-height 0.15s linear, transform 0.15s linear;
    min-width: 150px;
    position: absolute;
    top: auto;
    opacity: 0;
    max-height: 0;
    left: -9999px;
  }
  .primary-menu > li[aria-expanded=true] > ul.sub-menu, .primary-menu > li.focus > ul.sub-menu, .primary-menu > li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    z-index: 90;
    left: 0;
  }
  .primary-menu > li > ul.sub-menu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .primary-menu > li > ul.sub-menu li[aria-expanded=true] > ul.sub-menu, .primary-menu > li > ul.sub-menu li.focus > ul.sub-menu, .primary-menu > li > ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    max-height: 9999px;
    z-index: 90;
  }
  .primary-menu > li > ul.sub-menu li ul.sub-menu {
    left: 100%;
    top: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 80;
  }
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .primary-menu {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .primary-menu {
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .primary-menu > li {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .primary-menu > li > a {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .primary-menu > li > a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1599.98px) {
  .primary-menu li ul, .primary-menu li ul.sub-menu {
    margin: 0 0 0 10px;
  }
}
.menu-primary-trigger {
  margin: 0;
  padding: 10px 16px;
  box-shadow: none;
  position: relative;
  background: transparent;
  cursor: pointer;
  z-index: 200;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu-primary-trigger:focus {
  outline: none;
}
.menu-primary-trigger .menu-icon {
  position: relative;
  display: block;
  width: 28px;
  height: 26px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 2px solid #ffffff;
}
.menu-primary-trigger .menu-icon:before, .menu-primary-trigger .menu-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
}
.menu-primary-trigger .menu-icon:before {
  border-top: 2px solid #ffffff;
  top: 10px;
}
.menu-primary-trigger .menu-icon:after {
  border-bottom: 2px solid #ffffff;
  top: 22px;
}
.menu-primary-trigger .menu-text {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #017f01;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon {
  border: none;
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon:before {
  top: 11px;
  -webkit-transform: rotate(-45deg) scale(1.2);
  -moz-transform: rotate(-45deg) scale(1.2);
  -ms-transform: rotate(-45deg) scale(1.2);
  -o-transform: rotate(-45deg) scale(1.2);
  transform: rotate(-45deg) scale(1.2);
}
.menu-primary-trigger[aria-expanded="true"] .menu-icon:after {
  top: 11px;
  -webkit-transform: rotate(45deg) scale(1.2);
  -moz-transform: rotate(45deg) scale(1.2);
  -ms-transform: rotate(45deg) scale(1.2);
  -o-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}
.opener {
  font-size: 30px;
  margin-left: 10px;
  cursor: pointer;
  color: #efe67c;
}
.opener .fa-angle-up {
  display: none;
}
.active > .opener .fa-angle-up {
  display: inherit;
}
.active > .opener .fa-angle-down {
  display: none;
}
.mobile-header-nav {
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 100;
  position: relative;
  width: 100%;
  max-height: 0;
  -webkit-transition: max-height 0.15s ease-out;
  -moz-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  text-align: left;
}
.mobile-header-nav.toggled {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-header-nav.toggled {
    -webkit-transition: max-height 0.25s ease-in;
    -moz-transition: max-height 0.25s ease-in;
    -o-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
    display: block;
    max-height: 9999px;
  }
}
.mobile-header-nav .primary-menu {
  margin: 30px 0;
  padding: 0;
  text-align: left;
}
.mobile-header-nav .primary-menu li.current-menu-item > a {
  color: #efe67c !important;
}
.mobile-header-nav .primary-menu > li {
  margin: 0 0 10px 0;
  padding: 0;
}
.mobile-header-nav .primary-menu > li > a {
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-family: var(--jm-alt-font-family);
  margin: 0;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-weight: 400;
  border: none;
  text-shadow: none;
  text-decoration: none;
}
.mobile-header-nav .primary-menu > li li {
  margin: 0;
  padding: 0;
}
.mobile-header-nav .primary-menu > li li:after {
  display: none;
}
.mobile-header-nav .primary-menu > li li a {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  text-decoration: none;
  background: none !important;
}
.mobile-header-nav .primary-menu > li li .opener {
  font-size: 20px;
}
.mobile-header-nav .primary-menu .sub-menu {
  background: none;
  margin-left: 20px;
  padding: 0;
  position: relative;
  top: auto;
}
.mobile-header-nav .btn {
  margin-bottom: 20px;
  padding: 0;
  min-height: auto;
  background: none !important;
}
.mobile-header-nav .btn i {
  margin-right: 8px;
}
.site-footer {
  background: #017f01;
  margin: 0;
  padding: calc(var(--jm-spacer-y) * 0.6) 0;
  border-top: none;
}
.site-footer .site-footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.site-footer .site-footer-wrapper .logo, .site-footer .site-footer-wrapper .site-footer-aside {
  width: 50%;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  display: flex;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .logo, .site-footer .site-footer-wrapper .site-footer-aside {
    width: 100%;
    align-items: center;
  }
}
.site-footer .site-footer-wrapper .logo a {
  margin: 0 0 0 auto;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .logo a {
    margin: 0 auto;
  }
}
.site-footer .site-footer-wrapper .logo a img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .logo a img {
    width: 270px;
  }
}
.site-footer .site-footer-wrapper .site-footer-aside {
  margin-top: 20px;
  font-size: calc(var(--jm-base-font-size) - 2);
}
@media (max-width: 1199.98px) {
  .site-footer .site-footer-wrapper .site-footer-aside {
    margin: 0;
  }
}
.site-footer .site-footer-wrapper .site-footer-aside p {
  font-size: calc(var(--jm-base-font-size) - 2);
  margin: 0;
  padding: 0;
}
.site-footer .site-footer-wrapper .site-footer-aside a {
  text-decoration: none;
}
.site-footer .site-footer-wrapper .site-footer-aside a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .site-footer-aside .copyright br {
    display: none;
  }
}
.site-footer .site-footer-wrapper .jm-logo {
  display: block;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .jm-logo {
    margin-top: 10px;
  }
}
.site-footer .site-footer-wrapper .jm-logo svg {
  display: block;
  width: 223px;
}
.title-section {
  position: relative;
  padding: 60px 0;
  margin: 0;
  text-align: center;
  background-color: #f1f3f4;
}
@media (max-width: 1199px) {
  .title-section {
    padding: 35px 0;
  }
}
.title-section h1 {
  margin: 0;
}
.rich-title-section {
  position: relative;
  margin: 0;
  padding: calc(var(--jm-spacer-y) * 2) 0;
  background-color: #f1f3f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  /*
  &:after {
    content: '';
    @include overlay();
    background-color: rgba(0, 0, 0, 0.5);
  }

   */
}
.rich-title-section > .wrapper {
  position: relative;
  z-index: 10;
}
.rich-title-section .page-header {
  /*
    h1 {
      color: #ffffff;
      font-size: 80px;
      line-height: 1.25;
      font-weight: 400;
      margin: 0; padding: 0;
      text-align: center;
      .single-post & {
        font-size: 60px;
        line-height: 1.1;
        @media (max-width: 1399.98px) {
          font-size: 50px;
        }
        @media (max-width: 767.98px) {
          font-size: 40px;
        }
        @media (max-width: 575.98px) {
          font-size: 30px;
        }
      }
      @media (max-width: 1399.98px) {
        font-size: 60px;
      }
      @media (max-width: 767.98px) {
        font-size: 50px;
      }
      @media (max-width: 575.98px) {
        font-size: 30px;
      }
    }
    .page-title-description {
      margin: 40px auto 0 auto; padding: 0;
      text-align: center;
      color: #ffffff;
      font-size: 20px;
      width: 65%;
      @media (max-width: 1399.98px) {
        margin-top: 30px;
        width: 80%;
        font-size: 18px;
      }
      @media (max-width: 1199.98px) {
        margin-top: 20px;
        width: 100%;
        font-size: 16px;
      }
      @media (max-width: 575.98px) {
        margin-top: 10px;
      }
    }

     */
}
.rich-title-section .page-header {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 960px;
  text-align: center;
  padding: calc(var(--jm-spacer-y) * 1.6) calc(var(--jm-spacer-y) * 2);
}
@media (max-width: 1199.98px) {
  .rich-title-section .page-header {
    width: 100%;
  }
}
.rich-title-section .page-header > *:last-child {
  margin-bottom: 0;
}
.rich-title-section .page-header h1.rich-heading {
  margin-bottom: 40px;
  /*
      font-size: 60px;
      @media (max-width: 1799.98px) {
        font-size: 58px;
      }
      @media (max-width: 1599.98px) {
        font-size: 56px;
      }
      @media (max-width: 1399.98px) {
        font-size: 54px;
      }
      @media (max-width: 1199.98px) {
        font-size: 52px;
      }
      @media (max-width: 991.98px) {
        font-size: 50px;
      }
      @media (max-width: 767.98px) {
        font-size: 48px;
      }
      @media (max-width: 575.98px) {
        font-size: 46px;
      }
       */
}
@media (max-width: 1399.98px) {
  .rich-title-section .page-header h1.rich-heading {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .rich-title-section .page-header h1.rich-heading {
    margin-bottom: 10px;
  }
}
@media (max-width: 991.98px) {
  .rich-title-section .page-header h1.rich-heading:after {
    width: 200px;
    height: 2px;
    margin-top: 4px;
  }
}
@media (max-width: 767.98px) {
  .rich-title-section .page-header h1.rich-heading:after {
    width: 150px;
  }
}
.rich-title-section .page-header h6 {
  font-weight: 400;
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1799.98px) {
  .rich-title-section .page-header h6 {
    font-size: 28px;
  }
}
@media (max-width: 1599.98px) {
  .rich-title-section .page-header h6 {
    font-size: 26px;
  }
}
@media (max-width: 1399.98px) {
  .rich-title-section .page-header h6 {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .rich-title-section .page-header h6 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .rich-title-section .page-header h6 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .rich-title-section .page-header h6 {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .rich-title-section .page-header h6 {
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .rich-title-section .page-header h6 {
    margin-bottom: 10px;
  }
}
.rich-title-section .page-header h6 a {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 3px;
}
.rich-title-section .page-header h6 a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #efe67c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -o-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}
.rich-title-section .page-header h6 a:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.page-title-description {
  margin-top: 10px;
}
.page-title-description *:last-child {
  margin-bottom: 0;
}
.cycle-slider {
  position: relative;
  width: 100%;
  max-height: 700px;
  display: block;
  overflow: hidden;
}
.cycle-slider .cycle-pager {
  position: absolute;
  bottom: 30px;
  z-index: 300;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
}
.cycle-slider .cycle-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  border-radius: 50%;
  cursor: pointer;
}
.cycle-slider .cycle-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
  border: 2px solid #017f01;
  position: absolute;
  display: block;
  border-radius: 50%;
}
.cycle-slider .cycle-pager span.cycle-pager-active {
  background-color: #ffffff;
}
.cycle-slider .cycle-pager span.cycle-pager-active:before {
  opacity: 0;
}
.cycle-slider .cycle-prev, .cycle-slider .cycle-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #ffffff;
  z-index: 500;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.cycle-slider .cycle-prev:hover, .cycle-slider .cycle-next:hover {
  color: #017f01;
}
.cycle-slider .cycle-prev {
  left: 100px;
}
.cycle-slider .cycle-next {
  right: 100px;
}
.cycle-slider .cycle-slide {
  width: 100%;
}
.cycle-slider .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 52, 65, 0.5);
}
.cycle-slider .cycle-slide > img {
  width: 100%;
  height: auto;
  display: block;
}
.cycle-slider .slider-caption {
  position: absolute;
  z-index: 200;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption {
    position: relative;
    height: auto;
    padding: 10px 0 50px 0;
  }
}
.cycle-slider h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 80px;
}
@media (max-width: 767px) {
  .cycle-slider h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .cycle-slider .btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.blog-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.3 * var(--bs-gutter-x));
  margin-left: calc(-.3 * var(--bs-gutter-x));
}
.blog-posts-wrapper .blog-post-excerpt-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * .3) var(--jm-spacer-y) calc(var(--bs-gutter-x) * .3);
  flex: 0 0 auto;
}
.blog-posts-wrapper.bcpr-c6 .blog-post-excerpt-wrapper {
  width: 16.666666%;
}
.blog-posts-wrapper.bcpr-c5 .blog-post-excerpt-wrapper {
  width: 20%;
}
.blog-posts-wrapper.bcpr-c4 .blog-post-excerpt-wrapper {
  width: 25%;
}
.blog-posts-wrapper.bcpr-c3 .blog-post-excerpt-wrapper {
  width: 33.333333%;
}
.blog-posts-wrapper.bcpr-c2 .blog-post-excerpt-wrapper {
  width: 50%;
}
.blog-posts-wrapper.bcpr-c1 .blog-post-excerpt-wrapper {
  width: 100%;
}
@media (max-width: 1799.98px) {
  .blog-posts-wrapper.bcpr-1800-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1800-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1800-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1800-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1800-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1800-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1599.98px) {
  .blog-posts-wrapper.bcpr-1600-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1600-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1600-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1600-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1600-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1600-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1399.98px) {
  .blog-posts-wrapper.bcpr-1400-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1400-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1400-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1400-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1400-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1400-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .blog-posts-wrapper.bcpr-1200-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-1200-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-1200-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-1200-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-1200-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-1200-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .blog-posts-wrapper.bcpr-992-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-992-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-992-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-992-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-992-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-992-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .blog-posts-wrapper.bcpr-768-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-768-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-768-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-768-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-768-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-768-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .blog-posts-wrapper.bcpr-576-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-576-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-576-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-576-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-576-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-576-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
@media (max-width: 379.98px) {
  .blog-posts-wrapper.bcpr-380-c6 .blog-post-excerpt-wrapper {
    width: 16.666666%;
  }
  .blog-posts-wrapper.bcpr-380-c5 .blog-post-excerpt-wrapper {
    width: 20%;
  }
  .blog-posts-wrapper.bcpr-380-c4 .blog-post-excerpt-wrapper {
    width: 25%;
  }
  .blog-posts-wrapper.bcpr-380-c3 .blog-post-excerpt-wrapper {
    width: 33.333333%;
  }
  .blog-posts-wrapper.bcpr-3808-c2 .blog-post-excerpt-wrapper {
    width: 50%;
  }
  .blog-posts-wrapper.bcpr-380-c1 .blog-post-excerpt-wrapper {
    width: 100%;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt {
  position: relative;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured {
    flex-direction: row;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-thumbnail {
    width: 50%;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content {
    width: 50%;
    height: auto;
  }
  .blog-post-excerpt-wrapper .blog-post-excerpt.excerpt-featured .post-content .btn {
    margin: 0;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 var(--jm-spacer-y) var(--jm-spacer-y) 0 rgba(0, 0, 0, 0.1);
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn {
  color: #ffffff;
  background-color: #006400;
  border-color: #006400;
}
.blog-post-excerpt-wrapper .blog-post-excerpt:hover .btn:hover {
  color: #ffffff;
  background-color: #006400;
  border-color: #006400;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail {
  display: block;
  position: relative;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail a {
  z-index: 10;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
  position: relative;
  z-index: 10;
  padding: 20px 30px 30px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
    padding: 20px;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-date {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content h4 a {
  color: #000000;
  text-decoration: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  min-height: 40px;
  padding: 19px 29px;
  margin: 0;
  font-family: inherit;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  border: none;
  outline: none;
  text-decoration: none;
  background-color: #017f01;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #017f01;
  border-color: #017f01;
  margin: auto 0 0 0;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn {
    padding: 14px 19px;
  }
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus {
  background-color: #006400;
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:disabled:focus {
  box-shadow: none;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:hover, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:focus, .blog-post-excerpt-wrapper .blog-post-excerpt .post-content .btn:active {
  color: #ffffff;
  background-color: #006400;
  border-color: #006400;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper {
  margin-top: auto;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1399.98px) {
  .blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn {
    width: 100%;
  }
}
article.post {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}
article.post .post-thumbnail {
  margin-bottom: calc(var(--jm-spacer-y) * 0.5);
}
article.post .post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}
article.post .entry-content > *:last-child {
  margin-bottom: 0;
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link {
  margin-right: 1em;
}
.entry-meta {
  margin-bottom: var(--jm-spacer-y);
}
.post_meta i {
  color: #3b4348;
}
.post_meta a {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:focus {
  text-decoration: none;
  color: #1e2731;
}
.post_meta a:hover {
  text-decoration: none;
  color: #017f01;
}
.post-author {
  background: #fff;
  margin: 0 0 70px 0;
  padding: 15px 20px;
  border: 1px solid #dfdfdf;
}
.post-author h3 {
  margin: 0 0 15px 0;
  line-height: 21px;
  font-size: 13px;
  font-weight: 400;
  color: #737885;
}
.post-author h3 a {
  text-decoration: none;
  color: #017f01;
}
.post-author h3 a:focus {
  text-decoration: none;
  color: #017f01;
}
.post-author h3 a:hover {
  text-decoration: none;
  color: #1e2731;
}
.post-author .post-author_gravatar {
  margin: 2px 20px 5px 0;
}
.post-author .post-author_gravatar img {
  padding: 0;
  border: none;
}
.post-author .post-author_link {
  margin: 18px 0 0 0;
}
.post-author .post-author_link p {
  margin: 0;
}
.related-posts {
  margin: 0 0 60px 0;
}
.related-posts ul li {
  line-height: 22px;
  font-size: 16px;
  color: #424f5e;
}
.related-posts ul li a {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:focus {
  text-decoration: none;
  color: #424f5e;
}
.related-posts ul li a:hover {
  text-decoration: none;
  color: #017f01;
}
.widget-area > aside, .widget-area > div {
  margin: 0 0 var(--jm-content-indent-smaller) 0;
}
.widget-area > aside:last-child, .widget-area > div:last-child {
  margin-bottom: 0;
}
.widget-area h3 {
  padding: 0;
  margin: 0 0 calc(var(--jm-content-indent-smaller) / 2) 0;
}
.widget-area ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget-area ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 var(--jm-base-font-size);
}
.widget-area ul li:before {
  content: "";
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  line-height: inherit;
  position: absolute;
  top: calc(var(--jm-base-font-size) / 2.5);
  left: 0;
  font-size: calc(var(--jm-base-font-size) / 2);
  color: #017f01;
}
.widget-area ul li a {
  text-decoration: none;
}
.jm-custom-accordion {
  position: relative;
  overflow: hidden;
  background-color: #f5f5f5;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-custom-accordion.active {
  outline: none;
}
.jm-custom-accordion.active .jm-custom-accordion-header > i {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.jm-custom-accordion.active .jm-custom-accordion-body-wrapper {
  max-height: 999px;
}
.jm-custom-accordion .jm-custom-accordion-header {
  position: relative;
  padding: 20px 50px 20px 30px;
  color: #000000;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header {
    padding: 10px 40px 10px 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header > i {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-header > i {
    right: 20px;
  }
}
.jm-custom-accordion .jm-custom-accordion-header h4 {
  font-weight: 500;
  margin: 0;
  color: #000000;
  position: relative;
  display: flex;
}
.jm-custom-accordion .jm-custom-accordion-header h4 i {
  margin-right: 10px;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .jm-custom-accordion .jm-custom-accordion-body-wrapper .jm-custom-accordion-body {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.rich-link-wrapper {
  position: relative;
}
.rich-link-wrapper .rich-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.rich-link-wrapper a {
  text-decoration: none;
}
.rich-link-wrapper a.rich-link:hover .rich-link-icon {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
  -moz-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
  box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.15);
}
.rich-link-wrapper a.rich-link:hover .rich-link-title {
  color: #efe57c;
}
.rich-link-wrapper a.rich-link:hover .rich-link-sub-title {
  color: #929fc1;
}
.rich-link-wrapper .rich-link-icon {
  width: 170px;
  height: 170px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon {
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767.98px) {
  .rich-link-wrapper .rich-link-icon {
    margin-bottom: 10px;
  }
}
.rich-link-wrapper .rich-link-icon i {
  color: #efe67c;
  font-size: 65px;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon i {
    font-size: 50px;
  }
}
.rich-link-wrapper .rich-link-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.rich-link-wrapper .rich-link-content .rich-link-title {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #017f01;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-content .rich-link-title {
    font-size: 24px;
  }
}
.rich-link-wrapper .rich-link-content .rich-link-sub-title {
  display: block;
  text-align: center;
  color: #7e8cad;
  font-size: 24px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-content .rich-link-sub-title {
    font-size: 20px;
  }
}
.jm-content-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .jm-content-carousel-wrapper .slick-slider .slick-list {
    overflow: visible;
  }
  .jm-content-carousel-wrapper .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-content-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-content-carousel-wrapper .jm-content-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li.slick-active button {
  background-color: #017f01;
  border-color: #017f01;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jm-content-carousel-wrapper .jm-content-carousel .slick-dots li button:before {
  display: none;
}
.jm-content-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--jm-content-indent-smaller);
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  color: #000000;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover:before {
  color: #017f01;
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "";
}
.jm-content-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "";
}
.jm-content-carousel-wrapper .jm-carousel-container-single {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .jm-content-carousel-wrapper .jm-carousel-container-single {
    height: 100%;
  }
}
.jm-content-carousel-wrapper .jm-carousel-container-single .jm-carousel-container-single-body > *:last-child {
  margin-bottom: 0;
}
.jm-content-carousel-wrapper .jm-carousel-container-single > *:last-child {
  margin-bottom: 0;
}
.universal-container-wrapper.flex-box {
  display: flex;
  justify-content: center;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box {
    flex-direction: column;
  }
}
.universal-container-wrapper.flex-box > * {
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  flex: 1;
}
@media (max-width: 767.98px) {
  .universal-container-wrapper.flex-box > * {
    padding-top: 30px;
  }
}
.jm-site-notice-wrapper {
  padding: 20px 0;
  background-color: #017f01;
}
@media (max-width: 767.98px) {
  .jm-site-notice-wrapper {
    padding: 10px 0;
  }
}
.jm-site-notice-wrapper * {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}
.jm-site-notice-wrapper .jm-site-notice {
  width: 100%;
}
.jm-site-notice-wrapper .jm-site-notice.infinite-scrolling {
  overflow: hidden;
  display: flex;
  white-space: nowrap;
}
.jm-site-notice-wrapper .jm-site-notice .scrolling-text {
  animation: animate_text 30s linear infinite;
  padding-right: 40px;
}
.jm-site-notice-wrapper .jm-site-notice .static-text {
  width: 100%;
  text-align: center;
}
@keyframes animate_text {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
.our-team-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
.our-team-wrapper .team-box {
  display: flex;
  flex-direction: column;
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
  flex: 0 0 auto;
  width: 25%;
  margin-bottom: var(--jm-spacer-y);
  text-decoration: none !important;
}
@media (max-width: 1399.98px) {
  .our-team-wrapper .team-box {
    width: 50%;
  }
}
@media (max-width: 419.98px) {
  .our-team-wrapper .team-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .our-team-wrapper .team-box:last-child {
    margin: 0;
  }
}
.our-team-wrapper .team-box .team-photo-wrapper {
  position: relative;
  margin: 0 0 20px 0;
  flex-shrink: 0;
}
.our-team-wrapper .team-box .team-photo-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.our-team-wrapper .team-box .team-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.our-team-wrapper .team-box .team-content-wrapper h5 {
  margin-bottom: 10px;
}
.our-team-wrapper .team-box .team-content-wrapper .team-position {
  display: block;
  margin: 0;
}
.our-team-wrapper .team-box .team-content-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.our-team-post-popup-wrapper {
  max-width: 1280px;
  padding: 0;
}
@media (max-width: 991.98px) {
  .our-team-post-popup-wrapper {
    max-width: 600px;
  }
}
.our-team-post-popup-wrapper .our-team-post-popup {
  display: flex;
}
@media (max-width: 991.98px) {
  .our-team-post-popup-wrapper .our-team-post-popup {
    flex-direction: column;
  }
}
.our-team-post-popup-wrapper .our-team-post-popup .our-team-post-popup-image {
  flex-shrink: 0;
  width: 450px;
  min-height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1599.98px) {
  .our-team-post-popup-wrapper .our-team-post-popup .our-team-post-popup-image {
    width: 40%;
  }
}
@media (max-width: 991.98px) {
  .our-team-post-popup-wrapper .our-team-post-popup .our-team-post-popup-image {
    position: relative;
    width: 100%;
    min-height: auto;
    padding-bottom: 100%;
  }
}
.our-team-post-popup-wrapper .our-team-post-popup .our-team-post-popup-content {
  padding: calc(var(--bs-gutter-x) * .5);
}
.our-team-post-popup-wrapper .our-team-post-popup .our-team-post-popup-content h3 {
  margin: 0;
  padding: 0;
}
.our-team-post-popup-wrapper .our-team-post-popup .our-team-post-popup-content .position-title {
  display: block;
  color: #000000;
}
.our-team-post-popup-wrapper .our-team-post-popup .our-team-post-popup-content .team-position {
  margin-bottom: 30px;
}
.our-team-post-popup-wrapper .fancybox-button {
  top: calc(var(--bs-gutter-x) * .5);
  right: calc(var(--bs-gutter-x) * .5);
  width: 60px;
  height: 60px;
  background-color: #f9f9f9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .our-team-post-popup-wrapper .fancybox-button {
    top: 20px;
    right: 20px;
  }
}
.jm-youtube-box {
  position: relative;
  margin-bottom: var(--jm-base-margin-bottom);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.jm-youtube-box .jm-video-wrapper {
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.jm-youtube-box .jm-video-wrapper iframe {
  border: 0;
  height: 100%;
  width: 100%;
  /* 100 * 16 / 9 */
  min-width: 100%;
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 {
  padding: 0 0 56.25% 0;
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 {
  padding: 0 0 75% 0;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  /*
            width: 177.77777778vh;
            min-width: 100%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            */
  overflow: hidden;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
  display: block;
  width: auto;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
  text-align: inherit;
  font-size: 100%;
  font-family: inherit;
  cursor: default;
  line-height: inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus, .jm-youtube-box .jm-video-wrapper .ytp-button {
  outline: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 80px;
  margin-left: -50px;
  margin-top: -40px;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 63;
  cursor: pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 0.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
  -moz-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  transition: fill 0.1s cubic-bezier(0, 0, 0.2, 1), fill-opacity 0.1s cubic-bezier(0, 0, 0.2, 1);
  fill: #f00;
  fill-opacity: 1;
}
.jm-empty-normal {
  height: var(--jm-content-indent-normal);
}
.jm-empty-larger {
  height: var(--jm-content-indent-larger);
}
.jm-empty-large {
  height: var(--jm-content-indent-large);
}
.jm-empty-small {
  height: var(--jm-content-indent-small);
}
.jm-empty-smaller {
  height: var(--jm-content-indent-smaller);
}
.service-box-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  .service-box-wrapper {
    height: auto;
    margin-bottom: var(--jm-base-margin-bottom);
  }
}
.service-box-wrapper a {
  text-decoration: none;
}
.service-box-wrapper a.service-box {
  align-items: center;
  background-color: #ffffff;
}
.service-box-wrapper a.service-box img {
  margin: 0 auto var(--jm-gutter-x-small) auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.service-box-wrapper a.service-box .service-box-content-wrapper {
  padding: 20px;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text {
  color: #000000;
}
.service-box-wrapper a.service-box .service-box-content-wrapper .text * {
  color: #000000;
}
.service-box-wrapper a.service-box h4 {
  position: relative;
  overflow: hidden;
}
.service-box-wrapper a.service-box h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #efe67c;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(-101%, 0, 0);
  -moz-transform: translate3d(-101%, 0, 0);
  -o-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}
.service-box-wrapper a.service-box:hover h4:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.service-box-wrapper .service-box {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  background-color: #ffffff;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: var(--jm-gutter-x-small);
}
.service-box-wrapper .service-box:hover h4 a {
  color: #017f01;
}
.service-box-wrapper .service-box.box-mode {
  height: 100%;
}
.service-box-wrapper .service-box .service-box-svg-wrapper {
  display: block;
  margin: 0 auto calc(var(--jm-spacer-y) / 2) auto;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box-wrapper .service-box .service-box-svg-wrapper .service-box-svg svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper {
  display: block;
  margin: 0 auto var(--jm-gutter-x-small) auto;
}
.service-box-wrapper .service-box .service-box-image-wrapper img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.service-box-wrapper .service-box h4 {
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: var(--jm-gutter-x-small);
}
@media (max-width: 1799.98px) {
  .service-box-wrapper .service-box h4 {
    text-align: center;
  }
}
.service-box-wrapper .service-box h4 a {
  color: #000000;
}
.service-box-wrapper .service-box h4 a:hover {
  color: #017f01;
}
.service-box-wrapper .service-box .service-box-content-wrapper {
  display: flex;
  /*
			> * {
				margin-bottom: calc(var(--jm-spacer-y) / 2);
				&:last-child {
					margin-bottom: 0;
				}
			}


			.btns {
				display: flex;
				justify-content: center;
				flex-wrap: wrap;
				margin-top: auto;
				.btn {
					margin: 5px 15px;
					@media (max-width: 991.98px) {
						margin: 5px;
					}
				}
			}

			 */
}
@media (max-width: 1799.98px) {
  .service-box-wrapper .service-box .service-box-content-wrapper {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.service-box-wrapper .service-box .service-box-content-wrapper .btns {
  margin-left: var(--jm-gutter-x-small);
}
@media (max-width: 1799.98px) {
  .service-box-wrapper .service-box .service-box-content-wrapper .btns {
    margin: 0 auto;
  }
}
.service-box-wrapper .service-box .service-box-content-wrapper .btns .btn {
  white-space: nowrap;
  padding: 19px 29px;
}
.service-box-wrapper .service-box .service-box-content-wrapper .text {
  display: block;
  padding: 0;
}
@media (max-width: 1799.98px) {
  .service-box-wrapper .service-box .service-box-content-wrapper .text {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.service-box-wrapper .service-box .service-box-content-wrapper .text > *:last-child {
  margin-bottom: 0;
}
.service-svg-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box {
    padding: 10px;
  }
}
@media (max-width: 1199.98px) {
  .service-svg-box {
    margin-bottom: 20px;
  }
}
.service-svg-box h2 {
  color: #017f01;
  font: italic normal 900 24px/24px var(--jm-alt-font-family);
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: #017f01;
  font: normal normal 600 14px/24px var(--jm-base-font-family);
  text-align: center;
  margin: 0;
}
.service-svg-box svg {
  margin: 30px auto;
  width: 100px;
  height: 82px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-svg-box svg {
    margin: 10px auto;
  }
}
.service-svg-box svg path {
  fill: #017f01;
}
.service-svg-box .btn {
  width: 100%;
}
.jm-testimonials-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-testimonials-carousel-wrapper .slick-slider .slick-list .slick-track {
  display: flex;
}
.jm-testimonials-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
  height: auto;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list {
  margin-right: calc(-.2 * var(--bs-gutter-x));
  margin-left: calc(-.2 * var(--bs-gutter-x));
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .2);
  padding-left: calc(var(--bs-gutter-x) * .2);
  margin: 0;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list .slick-slide > div, .jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list .slick-slide .jm-testimonials-box, .jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-list .slick-slide .jm-testimonials-box blockquote {
  height: 100%;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li.slick-active button {
  background-color: #017f01;
  border-color: #017f01;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jm-testimonials-carousel-wrapper .jm-testimonials-carousel .slick-dots li button:before {
  display: none;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(var(--jm-spacer-y) * .66);
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4f4f4;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #000000;
  opacity: 1;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow:hover {
  background-color: #efe67c;
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-prev:before {
  content: "";
}
.jm-testimonials-carousel-wrapper .jm-carousel-arrows .slick-arrow.slick-next:before {
  content: "";
}
.testimonials-feed {
  position: relative;
}
.testimonials-feed .item {
  position: relative;
  background-color: #fcfceb;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item {
    padding: 100px 40px 40px 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item {
    padding: 90px 30px 30px 30px;
    margin-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item {
    padding: 80px 20px 20px 20px;
  }
}
.testimonials-feed .item:before {
  content: "";
  position: absolute;
  left: 60px;
  top: 0;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  width: 135px;
  height: 101px;
  background: url("../images/helper/icon-quote.svg") no-repeat center top;
  background-size: 100% auto;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:before {
    left: 40px;
    width: 100px;
    height: 75px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:before {
    left: 30px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:before {
    left: 20px;
  }
}
.testimonials-feed .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 50px solid transparent;
  border-top: 30px solid #fcfceb;
  position: absolute;
  bottom: -30px;
  left: 60px;
}
@media (max-width: 1599.98px) {
  .testimonials-feed .item:after {
    left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-feed .item:after {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item:after {
    left: 20px;
  }
}
.testimonials-feed .item .testimonials-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 50px 0;
}
@media (max-width: 1199.98px) {
  .testimonials-feed .item .testimonials-title {
    margin: 0 0 30px 0;
  }
}
.testimonials-feed .item .testimonials-title img {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonials-feed .item .testimonials-title h4 {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.testimonials-feed .item blockquote {
  margin: 0;
  padding: 0;
}
.testimonials-feed .item blockquote p:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 var(--jm-base-margin-bottom) 0;
}
.jm-testimonials-box {
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  --jm-testimonials-bg: #f5f5f5;
  background-color: var(--jm-testimonials-bg);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: calc(var(--jm-spacer-y) * 0.66);
}
.jm-testimonials-box blockquote {
  flex: 1 0;
  padding: 0;
  margin: 0;
  position: relative;
}
.jm-testimonials-box blockquote p {
  margin-bottom: calc(var(--jm-base-margin-bottom) * 0.8);
}
.jm-testimonials-box blockquote > *:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box blockquote a {
  text-decoration: none;
}
.jm-testimonials-box h4 {
  font-family: var(--jm-base-font-family);
  font-size: var(--jm-base-font-size);
  font-weight: 600;
  line-height: 1.4;
  margin: calc(var(--jm-base-margin-bottom) * 0.8) 0 0 0;
  padding: 0;
}
.jm-testimonials-box .read-more {
  white-space: nowrap;
}
.testimonial-full-wrapper {
  margin-top: calc(var(--jm-admin-y) + 40px);
  margin-bottom: 40px;
  max-width: 800px;
}
.testimonial-full-wrapper .testimonial-full > *:last-child {
  margin-bottom: 0;
}
.jm-gallery-carousel-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .jm-gallery-carousel-wrapper .slick-slider .slick-list {
    overflow: visible;
  }
  .jm-gallery-carousel-wrapper .slick-slider .slick-list .slick-track {
    display: flex;
  }
  .jm-gallery-carousel-wrapper .slick-slider .slick-list .slick-track .slick-slide {
    height: auto;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel.slick-dotted.slick-slider {
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list {
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide {
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide > div > a {
  display: block !important;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-list .slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  border-radius: 26px;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  bottom: auto;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 13px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li {
    margin: 2px 5px;
  }
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li.slick-active button {
  background-color: #017f01;
  border-color: #017f01;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button {
  padding: 0;
  width: 12px;
  height: 12px;
  border: 2px solid #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.jm-gallery-carousel-wrapper .jm-gallery-carousel .slick-dots li button:before {
  display: none;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  width: auto;
  height: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  margin-right: calc(var(--bs-gutter-x) * .5);
  margin-left: calc(var(--bs-gutter-x) * .5);
  background-color: transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:before {
  color: #000000;
  opacity: 1;
  font-size: 40px;
  font-family: "Font Awesome 6 Free", "Font Awesome 5 Brands";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow:hover:before {
  color: #017f01;
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-prev:before {
  content: "";
}
.jm-gallery-carousel-wrapper .jm-gallery-arrows .slick-arrow.slick-next:before {
  content: "";
}
.jm-photo-collage-wrapper {
  position: relative;
  width: 100%;
}
.jm-photo-collage-wrapper .jm-photo-collage {
  position: relative;
  width: 100%;
  display: flex;
}
.jm-photo-collage-wrapper img {
  position: relative;
  display: block;
  width: 72%;
  height: auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.jm-photo-collage-wrapper img:first-child {
  z-index: 10;
  margin-top: 45%;
}
.jm-photo-collage-wrapper img:last-child {
  position: absolute;
  top: 0;
}
.jm-photo-collage-wrapper.position-left img:last-child {
  right: 0;
}
.jm-photo-collage-wrapper.position-left .jm-photo-collage {
  align-items: flex-start;
  justify-content: flex-start;
}
.jm-photo-collage-wrapper.position-right img:last-child {
  left: 0;
}
.jm-photo-collage-wrapper.position-right .jm-photo-collage {
  align-items: flex-end;
  justify-content: flex-end;
}
.vc_row-o-equal-height:not(.vc_row-o-content-middle):not(.vc_row-o-content-top):not(.vc_row-o-content-bottom) > .wpb_column > .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height:not(.vc_row-o-content-middle):not(.vc_row-o-content-top):not(.vc_row-o-content-bottom) > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
body .wpb_content_element {
  margin-bottom: var(--jm-base-margin-bottom);
}
@media (max-width: 767.98px) {
  body .wpb_content_element {
    margin-bottom: 20px;
  }
}
.vc_row.overflow-visible[data-vc-full-width] {
  overflow: visible;
}
@media (max-width: 991.98px) {
  .even-section > .vc_row, .vc_row.even-section {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row > *:first-child, .vc_row.even-section > *:first-child {
    order: 20;
  }
}
@media (max-width: 991.98px) {
  .even-section > .vc_row > *:last-child, .vc_row.even-section > *:last-child {
    order: 10;
  }
}
@media (min-width: 1920px) {
  body .vc_section[data-vc-full-width] > .vc_row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
  }
}
body .wpb_text_column p:has(.btn + .btn) {
  text-align: center;
}
body .wpb_text_column p:has(.btn + .btn) .btn {
  margin: 5px 20px;
}
.vc_empty_space[style="height: 0px"] {
  height: var(--jm-spacer-y) !important;
}
.image-full-size {
  margin: 0 !important;
}
@media (max-width: 991.98px) {
  .image-full-size {
    margin-top: var(--jm-content-indent-normal) !important;
  }
}
@media (min-width: 992px) {
  .image-full-size {
    height: 100%;
  }
}
@media (min-width: 1920px) {
  .image-full-size {
    position: relative;
  }
}
.image-full-size .vc_figure {
  /*
		@media (max-width: 991.98px) {
			position: absolute;
			left: 50%;
			width: 100%;
			padding: 0 0 56.75% 0;
			overflow: hidden;
			transform: translate(-50%, 0);
		}
		*/
}
@media (min-width: 992px) {
  .image-full-size .vc_figure {
    position: absolute;
    right: 0;
    min-width: 910px;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0;
  }
}
@media (min-width: 992px) and (max-width: 1919.98px) {
  .image-full-size .vc_figure {
    right: calc(var(--bs-gutter-x) * .5);
    width: calc(50% - var(--bs-gutter-x) * .5);
    height: 100%;
  }
}
@media (min-width: 992px) {
  .image-full-size .vc_figure > div {
    height: 100%;
  }
}
.image-full-size .vc_figure > div img {
  /*
				@media (max-width: 991.98px) {
					width: 100%;
				}
				 */
}
@media (min-width: 992px) {
  .image-full-size .vc_figure > div img {
    object-fit: cover;
    object-position: center;
  }
}
/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #000000;
  font-family: var(--jm-base-font-family);
  font-size: var(--jm-base-font-size);
  font-weight: var(--jm-base-font-weight);
  line-height: var(--jm-base-line-height);
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: #ffffff;
}
td, th {
  color: #000000;
  text-align: left;
  vertical-align: top;
}
hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  border-bottom: 1px solid #000000;
}
a {
  color: #017f01;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a * {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  text-decoration: none;
  color: #006400;
  outline: none;
}
h1, h2, h3, h4, h5, h6, p, hr {
  margin: 0 0 var(--jm-base-margin-bottom) 0;
  padding: 0;
}
ul, ol, blockquote {
  margin-bottom: var(--jm-base-margin-bottom);
}
h1 {
  color: #017f01;
  font: 500 var(--jm-h1-font-size)/1.1 var(--jm-alt-font-family);
  text-transform: uppercase;
}
h2 {
  color: #000000;
  font: 400 var(--jm-h2-font-size)/1.1 var(--jm-alt-font-family);
}
h2.vc_custom_heading {
  text-transform: uppercase;
  margin-bottom: var(--jm-base-margin-bottom);
}
h2 a {
  color: #000000;
  text-decoration: none;
}
h3 {
  color: #000000;
  font: 400 var(--jm-h3-font-size)/1.3 var(--jm-alt-font-family);
}
h4 {
  color: #000000;
  font: 500 var(--jm-h4-font-size)/1.3 var(--jm-alt-font-family);
}
h5 {
  color: #000000;
  font: 500 var(--jm-h5-font-size)/1.3 var(--jm-alt-font-family);
}
h6 {
  color: #000000;
  font: 500 var(--jm-h6-font-size)/1.3 var(--jm-alt-font-family);
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
  overflow: hidden;
}
.site .site-wrapper {
  flex: 1 0 auto;
}
/*
body.toggled {
	.site {
		position: fixed;
		height: 100.01%;
		width: 100%;
	}
}
 */
.site-content {
  position: relative;
  z-index: 40;
}
.inverted * {
  color: #fff;
}
.inverted a:not(.btn) {
  color: #fff;
}
.inverted a:not(.btn):hover {
  color: #efe67c;
}
.title-indent {
  margin-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent {
  padding-top: calc(var(--jm-spacer-y) * 2);
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent.vc_section.vc_section-has-fill + .vc_section {
  padding-top: calc(var(--jm-spacer-y) * 2);
}
.content-indent > .vc_column-inner, .content-indent > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-small {
  padding-top: var(--jm-spacer-y);
  padding-bottom: var(--jm-spacer-y);
}
.content-indent-small.vc_section.vc_section-has-fill, .content-indent-small.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .content-indent-small.vc_section.vc_section-has-fill + .vc_section {
  padding-top: var(--jm-spacer-y);
}
.content-indent-small > .vc_column-inner, .content-indent-small > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-bottom {
  padding-bottom: calc(var(--jm-spacer-y) * 2);
}
.content-indent-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-small-bottom {
  padding-bottom: var(--jm-spacer-y);
}
.content-indent-small-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-area, .widget-area {
  margin: calc(var(--jm-spacer-y) * 2) 0;
}
.wpb-post .content-area, .wpb-post .widget-area {
  margin: 0;
}
.home .content-area, .home .widget-area {
  margin: 0;
}
body.home #gform_wrapper_5.gform-theme {
  --gf-form-gap-x: 30px;
  --gf-form-gap-y: 20px;
  --gf-ctrl-bg-color: #006400;
  --gf-ctrl-border-color: #006400;
  --gf-ctrl-border-width: 2px;
  --gf-radius: 6px;
  --gf-ctrl-font-size: 20px;
  --gf-ctrl-size: 60px;
  --gf-ctrl-padding-x: 16px;
  --gf-ctrl-shadow: none !important;
  --gf-ctrl-color: #81c181;
  --gf-color-primary: #81c181;
  --gf-color-primary-darker: #000000;
  --gf-ctrl-color-focus: #000000;
  --gf-ctrl-bg-color-focus: #ffffff;
  --gf-ctrl-bg-color-error: #ffffff;
  --gf-ctrl-border-color-focus: #81c181;
  --gf-ctrl-shadow-color-focus: none;
  --gf-ctrl-color-error: #000000;
  --gf-form-validation-bg-color: #ffffff;
  --gf-form-validation-border-color: red;
  --gf-ctrl-desc-color-error: #ffffff;
  --gf-form-footer-margin-y-start: 50px;
  --gf-ctrl-btn-size: 60px;
  --gf-ctrl-btn-radius: 30px;
  --gf-ctrl-btn-padding-x: 50px;
  --gf-ctrl-btn-bg-color-primary: #efe67c;
  --gf-ctrl-btn-border-color-primary: #efe67c;
  --gf-ctrl-btn-color-primary: #000000;
  --gf-ctrl-btn-font-size: 20px;
  --gf-ctrl-btn-bg-color-hover-primary: #efe57c;
  --gf-ctrl-btn-border-color-hover-primary: #efe57c;
}
body.home #gform_wrapper_5.gform-theme .gform_required_legend {
  display: none;
}
body.home #gform_wrapper_5.gform-theme .no-label .gform-field-label {
  display: none;
}
@media (min-width: 640px) {
  body.home #gform_wrapper_5.gform-theme .gform_fields {
    grid-template-rows: repeat(3, auto);
  }
  body.home #gform_wrapper_5.gform-theme .gform_fields #field_5_5 {
    grid-column: 7 / -1;
    grid-row: 1 / -1;
  }
}
@media (min-width: 640px) {
  body.home #gform_wrapper_5.gform-theme .gfield textarea {
    height: 220px;
  }
}
.awards-box {
  display: flex;
}
.awards-box .awards-left {
  margin-right: calc(var(--bs-gutter-x) * .4);
}
.awards-box .awards-left > div {
  height: 100%;
}
.awards-box .awards-right > div:first-child {
  margin-bottom: calc(var(--jm-spacer-y) * .3);
}
.awards-box a {
  display: block;
}
.awards-box img {
  display: block;
  max-width: 100%;
  height: auto;
}
.vc_section[data-vc-full-width].section-overflow-visible {
  overflow: visible;
  position: relative;
}
@media (min-width: 768px) {
  :root {
    --services-negative-padding: 190px;
  }
}
@media (min-width: 992px) {
  :root {
    --services-negative-padding: 205px;
  }
}
@media (min-width: 1200px) {
  :root {
    --services-negative-padding: 230px;
  }
}
@media (min-width: 1400px) {
  :root {
    --services-negative-padding: 255px;
  }
}
@media (min-width: 1600px) {
  :root {
    --services-negative-padding: 270px;
  }
}
@media (min-width: 1800px) {
  :root {
    --services-negative-padding: 280px;
  }
}
.services-wrapper {
  margin-top: calc(var(--services-negative-padding) * -1);
}
@media (max-width: 767.98px) {
  .services-wrapper {
    margin-top: calc(var(--jm-spacer-y)* 2);
  }
}
.home-hero {
  padding-top: var(--jm-content-indent-normal) !important;
  padding-bottom: calc(var(--services-negative-padding) + var(--jm-content-indent-normal));
}
@media (max-width: 767.98px) {
  .home-hero {
    padding-bottom: var(--jm-content-indent-normal);
  }
}
.home-hero:before {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: rgba(5, 7, 5, 0.6);
}
.home-hero > .wpb_row > .wpb_column > .vc_column-inner > .wpb_wrapper {
  padding-left: var(--jm-spacer-y);
  padding-right: var(--jm-spacer-y);
}
.home-hero h1 {
  color: #ffffff;
  font-size: var(--jm-h1-hero-font-size);
}
.home-hero h1 strong {
  font-weight: 300;
  color: #efe57c;
}
.home-hero p {
  color: #ffffff;
}
.home-hero .btns {
  display: flex;
}
.home-hero .btns .btn {
  width: 210px;
  text-align: center;
  margin-right: 30px;
}
.home-hero .hero-rating {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background-color: #017f01;
  padding: calc(var(--jm-spacer-y) * 0.5) var(--jm-gutter-x-small);
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .home-hero .hero-rating {
    margin-top: 20px;
  }
}
.home-hero .hero-rating * {
  color: #ffffff;
}
.home-hero .hero-rating h6 {
  text-transform: uppercase;
  margin: 20px 0;
}
@media (max-width: 991.98px) {
  .home-hero .hero-rating h6 {
    margin: 10px 0;
  }
}
.home-hero .hero-rating .stars i {
  font-size: 30px;
  color: #efe67c;
}
@media (max-width: 991.98px) {
  .home-hero .hero-rating .stars i {
    font-size: 20px;
  }
}
.home-hero .hero-rating .author {
  display: block;
  color: #efe67c;
}
.home-hero .hero-rating .author i {
  color: #efe67c;
}
.gallery-thumbnail h2 {
  color: #000000;
  font: 500 var(--jm-h4-font-size)/1.3 var(--jm-alt-font-family);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gallery-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
