@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  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;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1600px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1920px;
  }
}
:root, [data-theme="default"] {
  --bs-gutter-x: 10px;
}
@media (min-width: 768px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 1200px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1400px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1600px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 1800px) {
  :root, [data-theme="default"] {
    --bs-gutter-x: 60px;
  }
}
:root .row, [data-theme="default"] .row {
  --bs-gutter-x: 10px;
}
@media (min-width: 768px) {
  :root .row, [data-theme="default"] .row {
    --bs-gutter-x: 20px;
  }
}
@media (min-width: 1200px) {
  :root .row, [data-theme="default"] .row {
    --bs-gutter-x: 30px;
  }
}
@media (min-width: 1400px) {
  :root .row, [data-theme="default"] .row {
    --bs-gutter-x: 40px;
  }
}
@media (min-width: 1600px) {
  :root .row, [data-theme="default"] .row {
    --bs-gutter-x: 50px;
  }
}
@media (min-width: 1800px) {
  :root .row, [data-theme="default"] .row {
    --bs-gutter-x: 60px;
  }
}
:root .vc_row, [data-theme="default"] .vc_row {
  margin-left: -5px;
  margin-right: -5px;
}
@media (min-width: 768px) {
  :root .vc_row, [data-theme="default"] .vc_row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  :root .vc_row, [data-theme="default"] .vc_row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1400px) {
  :root .vc_row, [data-theme="default"] .vc_row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1600px) {
  :root .vc_row, [data-theme="default"] .vc_row {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 1800px) {
  :root .vc_row, [data-theme="default"] .vc_row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
:root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 768px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1400px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1800px) {
  :root .vc_column_container > .vc_column-inner, [data-theme="default"] .vc_column_container > .vc_column-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* 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;
  padding: 20px 50px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  border: none;
  border-bottom: 3px solid #ff6b74;
  outline: none;
  text-decoration: none;
  background-color: #c42731;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@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: 15px 30px;
    font-size: 16px;
    line-height: 18px;
  }
}
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 {
  box-shadow: none;
  background-color: #db2e39;
  color: #ffffff;
}
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 {
  background-color: #db2e39;
}
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;
}
.btn {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 50px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  border: none;
  border-bottom: 3px solid #ff6b74;
  outline: none;
  text-decoration: none;
  background-color: #c42731;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #c42731;
  border-color: #ff6b74;
}
@media (max-width: 1199.98px) {
  .btn {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 18px;
  }
}
.btn::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.btn:hover, .btn:focus {
  box-shadow: none;
  background-color: #db2e39;
  color: #ffffff;
}
.btn:active {
  background-color: #db2e39;
}
.btn:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.btn:disabled:hover, .btn:disabled:focus {
  box-shadow: none;
}
.btn i {
  margin-right: 0.5em;
}
.btn:hover {
  color: #ffffff;
  background-color: #db2e39;
  border-color: #ff6b74;
}
.btn.btn-primary {
  color: #fff;
  background-color: #c42731;
  border-color: #c42731;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #ff6b74;
  border-color: #ff6b74;
}
.btn.btn-secondary {
  color: #ffc03c;
  background-color: transparent;
  border-color: #ffc03c;
}
.btn.btn-secondary:hover {
  color: #ffffff;
  background-color: #ffc03c;
  border-color: #ffc03c;
}
.btn.btn-white {
  color: #ffffff;
  background-color: transparent;
  border: 3px solid #ffc03c;
}
.btn.btn-white:hover {
  color: #ffc03c;
  border-color: #ffc03c;
}
.btn.btn-orange {
  color: #000000;
  background-color: #ffc03c;
  border: 3px solid #ffc03c;
}
.btn.btn-orange i {
  color: #000000;
}
.btn.btn-orange:hover {
  color: #000000;
  border-color: #ffc03c;
}
body .gform_wrapper.gravity-theme .no-label-form .gfield_label {
  display: none;
}
body .gform_wrapper.gravity-theme .top_label .gfield_label, body .gform_wrapper.gravity-theme legend.gfield_label {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
}
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 .gfield_description {
  font-style: italic;
}
body .gform_wrapper.gravity-theme .form-note {
  font-size: 15px;
  font-style: italic;
}
body .gform_wrapper.gravity-theme .no-label .gfield_label {
  display: none !important;
}
body .gform_wrapper.gravity-theme .no-label .gfield_description:not(.validation_message) {
  padding-top: 0;
  font-size: 13px;
}
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: 50px;
  width: 100%;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
}
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 {
  border-color: #c42731;
}
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;
  min-height: 50px;
  width: 100%;
  padding: 12px 19px;
  font-family: inherit;
  font-size: 18px;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
}
body .gform_wrapper.gravity-theme select:focus {
  border-color: #c42731;
}
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: 50px;
  width: 100%;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  display: block;
  overflow: auto;
}
body .gform_wrapper.gravity-theme textarea:focus {
  border-color: #c42731;
}
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: 50px;
  width: 100%;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  padding: 0 0.25rem;
}
body .gform_wrapper.gravity-theme input[type="search"]:focus {
  border-color: #c42731;
}
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;
  min-height: 50px;
  width: 100%;
  padding: 12px 19px;
  font-family: inherit;
  font-size: 18px;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
}
body .gform_wrapper.gravity-theme .select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  color: #777;
  pointer-events: none;
}
body .gform_wrapper.gravity-theme .select-wrap select::-ms-expand {
  display: none;
}
body .gform_wrapper.gravity-theme .select-wrap:focus {
  border-color: #c42731;
}
body .gform_wrapper.gravity-theme .select-wrap:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
@media only screen and (max-width: 641px) {
  body .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: inherit;
    min-height: auto;
  }
}
body .inverted .gform_wrapper .top_label .gfield_label, body .inverted .gform_wrapper legend.gfield_label, body .inverted .gform_wrapper .gfield_required, body .inverted .gform_wrapper label {
  color: #ffffff;
}
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .inverted .gform_wrapper textarea, body .inverted .gform_wrapper select {
  border-color: #fff;
}
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .inverted .gform_wrapper textarea:focus, body .inverted .gform_wrapper select:focus {
  border-color: #c42731;
  -webkit-box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
  box-shadow: 0 0 20px 0 rgba(24, 174, 237, 0.3);
}
body .inverted .gform_wrapper div.validation_error, body .inverted .gform_wrapper .validation_message, body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox, body .inverted .gform_wrapper 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: #c42731;
  border-color: #c42731;
}
.form-check-label:has(> input:focus):before {
  border-color: #c42731;
}
#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: 42px;
  height: 42px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #25272c url(../images/helper/up-arrow.png) no-repeat 50% 50%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#back-top-wrapper #back-top a:hover {
  background-color: #c42731;
}
/* Preloader */
#preloader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
#preloader #status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/helper/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}
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: #c42731;
  margin: 0 20px;
  top: -6px;
  position: relative;
}
@media (max-width: 767px) {
  .rich_header:before, .rich_header:after {
    display: none;
  }
}
.breadcrumbs {
  font-size: 18px;
  line-height: 26px;
  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: #c42731;
}
.post-nav {
  padding: 24px 0;
  border-top: 1px solid #c42731;
}
.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;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
  padding: 30px 0;
}
.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: #c42731;
  font-size: 20px;
  border-color: #dedede;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.wp-pagenavi span.current {
  background-color: #c42731;
  color: #ffffff;
  text-decoration: none;
  border-color: #c42731;
  font-weight: 700;
}
.wp-pagenavi a:hover {
  background-color: #c42731;
  border-color: #dedede;
  color: #ffffff;
  text-decoration: none;
}
/*--------------------------------------------------------------
Image Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin: 0 28.8px 28.8px 0;
}
@media (max-width: 767.98px) {
  .alignleft {
    float: none;
    margin: 0 auto 28.8px auto;
  }
}
.alignright {
  float: right;
  margin: 0 0 28.8px 28.8px;
}
@media (max-width: 767.98px) {
  .alignright {
    float: none;
    margin: 0 auto 28.8px auto;
  }
}
.aligncenter {
  display: block;
  margin: 0 auto 28.8px 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 {
  border: 1px solid #c9c9c9;
  width: 100%;
}
table tr th {
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  border: 1px solid #c9c9c9;
  background-color: #f7f7f7;
  text-align: center;
}
table tr td {
  padding: 12px 20px;
  background-color: #f7f7f7;
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
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;
  }
  .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 5px 30%;
    min-height: 37px;
  }
  .flexible table td:before, table.flexible td:before {
    position: absolute;
    top: 6px;
    left: 10px;
    width: 25%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
  }
  .flexible table td:nth-of-type(1):before, table.flexible td:nth-of-type(1):before {
    content: "Column 1";
  }
  .flexible table td:nth-of-type(2):before, table.flexible td:nth-of-type(2):before {
    content: "Column 2";
  }
  .flexible table td:nth-of-type(3):before, table.flexible td:nth-of-type(3):before {
    content: "Column 3";
  }
  .flexible table td:nth-of-type(4):before, table.flexible td:nth-of-type(4):before {
    content: "Column 4";
  }
  .flexible table td:nth-of-type(5):before, table.flexible td:nth-of-type(5):before {
    content: "Column 5";
  }
}
.agent-content ul, .wpb_text_column > .wpb_wrapper > ul {
  padding: 0;
  list-style: none;
  margin: 0 0 28.8px 0;
}
@media (max-width: 1199.98px) {
  .agent-content ul, .wpb_text_column > .wpb_wrapper > ul {
    margin-bottom: 28.8px;
  }
}
@media (max-width: 991.98px) {
  .agent-content ul, .wpb_text_column > .wpb_wrapper > ul {
    margin-bottom: 25.6px;
  }
}
@media (max-width: 767.98px) {
  .agent-content ul, .wpb_text_column > .wpb_wrapper > ul {
    margin-bottom: 22.4px;
  }
}
.agent-content ul ul, .wpb_text_column > .wpb_wrapper > ul ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.agent-content ul ul li, .wpb_text_column > .wpb_wrapper > ul ul li {
  margin: 0 0 10px 0;
}
.agent-content ul li, .wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 34px;
}
.agent-content ul li:last-child, .wpb_text_column > .wpb_wrapper > ul li:last-child {
  margin-bottom: 0;
}
.agent-content ul li:before, .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: 4px;
  left: 0;
  color: #c42731;
}
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: #ffc03c;
  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: "";
}
body .fancybox-content {
  overflow: initial;
}
body .fancybox-close-small {
  background: #c42731;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.6);
  margin: -25px -25px 0 0;
  opacity: 1;
  color: #ffffff;
}
body .fancybox-close-small svg path {
  fill: #ffffff;
}
.popup-form.fancybox-content, .contact-agent.fancybox-content, .contact-about-property.fancybox-content, .contact-agent-properties.fancybox-content, .digital-registration-properties.fancybox-content, .leave-teestimonial.fancybox-content {
  padding: 0;
  margin: var(--bs-gutter-x) 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .popup-form.fancybox-content, .contact-agent.fancybox-content, .contact-about-property.fancybox-content, .contact-agent-properties.fancybox-content, .digital-registration-properties.fancybox-content, .leave-teestimonial.fancybox-content {
    margin: 30px;
  }
}
.popup-form.fancybox-content h3, .contact-agent.fancybox-content h3, .contact-about-property.fancybox-content h3, .contact-agent-properties.fancybox-content h3, .digital-registration-properties.fancybox-content h3, .leave-teestimonial.fancybox-content h3 {
  text-align: center;
  text-transform: none;
  margin: calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x);
}
.popup-form.fancybox-content .gform_required_legend, .contact-agent.fancybox-content .gform_required_legend, .contact-about-property.fancybox-content .gform_required_legend, .contact-agent-properties.fancybox-content .gform_required_legend, .digital-registration-properties.fancybox-content .gform_required_legend, .leave-teestimonial.fancybox-content .gform_required_legend {
  display: none;
}
.popup-form.fancybox-content .gform_wrapper, .contact-agent.fancybox-content .gform_wrapper, .contact-about-property.fancybox-content .gform_wrapper, .contact-agent-properties.fancybox-content .gform_wrapper, .digital-registration-properties.fancybox-content .gform_wrapper, .leave-teestimonial.fancybox-content .gform_wrapper {
  margin: 0;
}
.popup-form.fancybox-content .gform_wrapper .gform_validation_errors, .contact-agent.fancybox-content .gform_wrapper .gform_validation_errors, .contact-about-property.fancybox-content .gform_wrapper .gform_validation_errors, .contact-agent-properties.fancybox-content .gform_wrapper .gform_validation_errors, .digital-registration-properties.fancybox-content .gform_wrapper .gform_validation_errors, .leave-teestimonial.fancybox-content .gform_wrapper .gform_validation_errors {
  margin-left: var(--bs-gutter-x);
  margin-right: var(--bs-gutter-x);
  width: auto !important;
}
.popup-form.fancybox-content .gform_wrapper .gform_body, .contact-agent.fancybox-content .gform_wrapper .gform_body, .contact-about-property.fancybox-content .gform_wrapper .gform_body, .contact-agent-properties.fancybox-content .gform_wrapper .gform_body, .digital-registration-properties.fancybox-content .gform_wrapper .gform_body, .leave-teestimonial.fancybox-content .gform_wrapper .gform_body {
  padding: 0 var(--bs-gutter-x) calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x);
}
.popup-form.fancybox-content .gform_wrapper .gform_footer, .contact-agent.fancybox-content .gform_wrapper .gform_footer, .contact-about-property.fancybox-content .gform_wrapper .gform_footer, .contact-agent-properties.fancybox-content .gform_wrapper .gform_footer, .digital-registration-properties.fancybox-content .gform_wrapper .gform_footer, .leave-teestimonial.fancybox-content .gform_wrapper .gform_footer {
  padding: calc(var(--bs-gutter-x) * 0.6) var(--bs-gutter-x);
  margin: 0;
  background: #f5f5f5;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  text-align: right;
}
.popup-form.fancybox-content .gform_confirmation_wrapper, .contact-agent.fancybox-content .gform_confirmation_wrapper, .contact-about-property.fancybox-content .gform_confirmation_wrapper, .contact-agent-properties.fancybox-content .gform_confirmation_wrapper, .digital-registration-properties.fancybox-content .gform_confirmation_wrapper, .leave-teestimonial.fancybox-content .gform_confirmation_wrapper {
  padding: 0 var(--bs-gutter-x) calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x);
}
.social-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 0;
  display: flex;
}
.social-menu::before {
  display: none;
}
.social-menu li {
  margin: 0 0 0 10px;
  padding: 0;
}
.social-menu li:first-child {
  margin: 0;
}
.social-menu a {
  display: block;
  text-decoration: none;
  text-align: center;
  width: 30px;
  height: 30px;
  text-indent: -999px;
  overflow: hidden;
  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;
  position: absolute;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  text-indent: initial;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.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: 20px 0;
  border: none;
  z-index: 100;
  position: relative;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .site-header {
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 767.98px) {
  .site-header {
    padding: 10px 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%;
  display: block;
  margin: 0;
}
.site-header .logo a > svg {
  display: block;
  width: 200px;
  height: auto;
}
.site-header .logo a > svg polygon, .site-header .logo a > svg path {
  fill: #c42731;
}
@media (max-width: 991.98px) {
  .site-header .logo a > svg {
    width: 160px;
  }
}
@media (max-width: 419.98px) {
  .site-header .logo a > svg {
    width: 150px;
  }
}
.site-header .site-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-header .site-header-wrapper {
    align-items: flex-start;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper {
    flex-wrap: wrap;
  }
}
.site-header .site-header-wrapper .header-sidebar-mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .site-header .site-header-wrapper .header-sidebar-mobile {
    display: block;
    margin-right: auto;
    margin-left: 30px;
  }
}
@media (max-width: 419.98px) {
  .site-header .site-header-wrapper .header-sidebar-mobile {
    margin-left: 20px;
  }
}
.site-header .site-header-wrapper .header-sidebar {
  display: flex;
  align-items: center;
  margin-left: 30px;
  flex: auto;
}
@media (max-width: 1699.98px) {
  .site-header .site-header-wrapper .header-sidebar {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .site-header .site-header-wrapper .header-sidebar {
    order: 10;
    margin: 20px 0 0 0;
    justify-content: center;
  }
}
.site-header .header-social {
  margin-left: 60px;
  font-size: 30px;
}
@media (min-width: 1400px) and (max-width: 1799.98px) {
  .site-header .header-social {
    margin-left: 40px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
  .site-header .header-social {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .site-header .header-social {
    order: 4;
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .site-header .header-social {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-social {
    margin: 0 0 10px 0;
  }
}
.site-header .header-social a {
  color: #c42731;
}
.site-header .header-social a:hover {
  color: #ffc03c;
}
.site-header .header-widgets {
  display: flex;
  margin-right: auto;
}
@media (max-width: 1699.98px) {
  .site-header .header-widgets {
    width: 100%;
    justify-content: flex-end;
    margin: 0 0 5px 0;
  }
}
@media (max-width: 991.98px) {
  .site-header .header-widgets {
    order: 1;
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-widgets {
    margin: 0 auto;
    justify-content: center;
  }
}
@media (max-width: 419.98px) {
  .site-header .header-widgets {
    width: 100%;
  }
}
.site-header .header-widgets .header-widget {
  margin-left: 40px;
}
@media (max-width: 1799.98px) {
  .site-header .header-widgets .header-widget {
    margin-left: 20px;
  }
}
.site-header .header-widgets .header-widget:first-child {
  margin-left: 0;
}
@media (max-width: 575.98px) {
  .site-header .header-widgets .header-widget.header-sidebar-2 {
    display: none;
  }
}
.site-header .header-widgets .header-widget > div {
  display: flex;
}
@media (max-width: 419.98px) {
  .site-header .header-widgets .header-widget > div {
    flex-direction: column;
    width: 100%;
  }
}
.site-header .header-widgets .header-widget > div .btn-header {
  margin-left: 40px;
}
@media (max-width: 1799.98px) {
  .site-header .header-widgets .header-widget > div .btn-header {
    margin-left: 20px;
  }
}
@media (max-width: 419.98px) {
  .site-header .header-widgets .header-widget > div .btn-header {
    margin: 10px 0 0 0;
  }
}
.site-header .header-widgets .header-widget > div .btn-header:first-child {
  margin-left: 0;
  margin-top: 0;
}
.site-header .header-widget img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1699.98px) {
  .site-header .header-widget img {
    width: auto;
    height: 58px;
  }
}
.site-header .btn-header {
  display: block;
  position: relative;
  border: 2px solid #000000;
  color: #000000;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 22px;
  line-height: 22px;
  max-width: 200px;
}
@media (max-width: 1799.98px) {
  .site-header .btn-header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1699.98px) {
  .site-header .btn-header {
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  .site-header .btn-header {
    max-width: 180px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767.98px) {
  .site-header .btn-header {
    max-width: none;
    flex: 1;
  }
}
@media (max-width: 419.98px) {
  .site-header .btn-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site-header .btn-header:hover {
  color: #c42731;
  border-color: #c42731;
}
.site-header .btn-header.phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 14px;
  font-weight: 500;
}
@media (max-width: 1699.98px) {
  .site-header .btn-header.phone {
    padding-top: 5px;
    padding-bottom: 7px;
  }
}
.site-header .btn-header.phone:before {
  content: "Sales Info Line";
  font-size: 14px;
  line-height: 20px;
}
.site-header .btn-header.icon-yes {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.site-header .btn-header.icon-yes:before {
  width: 42px;
  height: 32px;
  content: "";
  display: block;
  background-image: url("../images/icon-yes.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1699.98px) {
  .site-header .btn-header.icon-yes:before {
    margin-right: 10px;
  }
}
.site-header .btn-header.icon-yes:hover:before {
  background-image: url("../images/icon-yes-red.png");
}
@media (max-width: 991.98px) {
  .site-header .header-nav {
    width: auto;
    order: 10;
  }
}
@media (max-width: 767.98px) {
  .site-header .header-nav {
    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: 32px !important;
        @media (max-width: 782.98px) {
            top: 46px !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;
    padding: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .primary-menu > li {
    margin: 0 0 0 60px;
    padding: 0;
  }
  .primary-menu > li:first-child {
    margin-left: 0;
  }
  .primary-menu > li > a {
    display: block;
    position: relative;
    padding: 10px 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    text-decoration: none;
    white-space: nowrap;
    color: #000000;
  }
  .primary-menu > li > a:hover {
    color: #c42731;
    text-decoration: none;
  }
  .primary-menu > li:hover > a, .primary-menu > li.focus > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current-menu-ancestor > a {
    color: #c42731;
    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: #c42731;
    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: 0px;
    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: 45px;
  }
  .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: #c42731;
    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: #c42731;
    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(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    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(-21px);
    -moz-transform: translateY(-21px);
    -ms-transform: translateY(-21px);
    -o-transform: translateY(-21px);
    transform: translateY(-21px);
    z-index: 80;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .primary-menu > li {
    margin: 0 0 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .primary-menu > li {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1799.98px) {
  .primary-menu > li > a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .primary-menu > li > a {
    font-size: 18px;
    line-height: 22px;
  }
}
.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 #c42731;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.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 #c42731;
}
.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: #c42731;
}
.menu-primary-trigger .menu-icon:before {
  border-top: 2px solid #c42731;
  top: 10px;
}
.menu-primary-trigger .menu-icon:after {
  border-bottom: 2px solid #c42731;
  top: 22px;
}
.menu-primary-trigger .menu-text {
  display: none;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 500;
  color: #c42731;
  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: #ffc03c;
}
.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: 20px 0;
  padding: 0;
  text-align: left;
}
.mobile-header-nav .primary-menu li.current-menu-item > a {
  color: #c42731 !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: "Ubuntu", sans-serif;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #000000;
  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: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  padding: 0;
  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;
}
.site-footer {
  background: #c42731;
  margin: 0;
  padding: 50px 0;
  border-top: none;
}
@media (max-width: 1399.98px) {
  .site-footer {
    padding: 40px 0;
  }
}
@media (max-width: 1199.98px) {
  .site-footer {
    padding: 30px 0;
  }
}
@media (max-width: 991.98px) {
  .site-footer {
    padding: 20px 0;
  }
}
.site-footer .site-footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper > * {
    margin-top: 15px;
  }
  .site-footer .site-footer-wrapper > *:first-child {
    margin-top: 0;
  }
}
.site-footer .site-footer-wrapper .footer-logo svg {
  display: block;
  width: 200px;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .footer-logo svg {
    width: 160px;
  }
}
.site-footer .site-footer-wrapper .footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: calc(-.7 * var(--bs-gutter-x));
  margin-left: calc(-.7 * var(--bs-gutter-x));
}
.site-footer .site-footer-wrapper .footer-logos > div {
  padding-right: calc(var(--bs-gutter-x) * .7);
  padding-left: calc(var(--bs-gutter-x) * .7);
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .footer-logos .jm-logo-wrapper {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.site-footer .site-footer-wrapper .footer-logos img {
  display: block;
  height: auto;
}
.site-footer .site-footer-wrapper .live-chat-blank {
  width: 80px;
  height: 80px;
}
@media (max-width: 767.98px) {
  .site-footer .site-footer-wrapper .live-chat-blank {
    display: none;
  }
}
.site-footer .site-footer-wrapper .jm-logo {
  display: block;
}
.site-footer .site-footer-wrapper .jm-logo svg {
  display: block;
  width: 223px;
}
@media (max-width: 991.98px) {
  .site-footer .site-footer-wrapper .jm-logo svg {
    width: 180px;
  }
}
.title-section {
  position: relative;
  padding-top: calc(var(--bs-gutter-x) * 1.5);
  padding-bottom: calc(var(--bs-gutter-x) * 1.5);
  margin: 0;
  text-align: center;
  background-color: #c42731;
}
.title-section.has-page-featured {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.title-section h1 {
  margin: 0;
}
.title-section h1.property-page-title {
  font-size: 30px;
}
@media (max-width: 1399.98px) {
  .title-section h1.property-page-title {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .title-section h1.property-page-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .title-section h1.property-page-title {
    font-size: 24px;
  }
}
.title-section h4.price {
  font-size: 44px;
}
@media (max-width: 1399.98px) {
  .title-section h4.price {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  .title-section h4.price {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .title-section h4.price {
    font-size: 30px;
  }
}
.title-section .title-description {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1199.98px) {
  .title-section .title-description {
    margin-top: 20px;
  }
}
.title-section .title-description > *:last-child {
  margin-bottom: 0;
}
.title-section .title-description .link-list-wrapper {
  position: relative;
}
.title-section .title-description ul, .title-section .title-description ul.link-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px -25px;
}
.title-section .title-description ul li, .title-section .title-description ul.link-list li {
  margin: 0;
  padding: 5px 25px;
}
.title-section .title-description ul li a, .title-section .title-description ul.link-list li a {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 0;
}
.title-section .title-description ul li a i, .title-section .title-description ul.link-list li a i {
  font-size: 16px;
  margin-right: 0.5em;
}
.title-section .title-description ul li a.active, .title-section .title-description ul li a:hover, .title-section .title-description ul.link-list li a.active, .title-section .title-description ul.link-list li a:hover {
  color: #ffc03c !important;
}
.title-section .title-description a.title-description-link {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.title-section .title-description a.title-description-link i {
  font-size: 16px;
  margin-right: 0.5em;
}
.title-section .title-description a.title-description-link.active, .title-section .title-description a.title-description-link:hover {
  color: #ffc03c !important;
}
.title-section .above-page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.title-section .above-page-title h4 {
  margin: 0;
  font-weight: 300;
}
.title-section .above-page-title .separator {
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 calc(var(--bs-gutter-x) * 0.8);
}
.title-section .below-page-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(var(--bs-gutter-x) * 0.5);
}
.title-section .below-page-title a {
  font-size: 18px;
  text-decoration: none;
}
.title-section .below-page-title a:hover {
  color: #ffc03c !important;
}
.cycle-slider {
  position: relative;
  width: 100%;
  max-height: 780px;
  display: block;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.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 #c42731;
  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;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
  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: #c42731;
}
@media (max-width: 1399.98px) {
  .cycle-slider .cycle-prev, .cycle-slider .cycle-next {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 1199.98px) {
  .cycle-slider .cycle-prev, .cycle-slider .cycle-next {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider .cycle-prev, .cycle-slider .cycle-next {
    display: none;
  }
}
.cycle-slider .cycle-prev {
  left: var(--bs-gutter-x);
}
.cycle-slider .cycle-next {
  right: var(--bs-gutter-x);
}
.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(0, 0, 0, 0.2);
}
.cycle-slider .cycle-slide > img {
  width: 100%;
  height: auto;
  display: block;
}
.cycle-slider .slider-caption-wrapper {
  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;
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper {
    position: relative;
  }
}
.cycle-slider .slider-caption-wrapper .slider-caption {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption {
    flex-direction: column;
  }
}
.cycle-slider .slider-caption-wrapper .slider-caption .left-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}
@media (max-width: 1799.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .left-side {
    padding-left: 0;
  }
}
@media (max-width: 1399.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .left-side {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .left-side {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .left-side {
    width: 100%;
    text-align: center;
  }
}
.cycle-slider .slider-caption-wrapper .slider-caption .left-side h2 {
  text-align: left;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .left-side h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .left-side h2 {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .left-side h2 br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .left-side ul {
    margin-top: 10px;
  }
}
.cycle-slider .slider-caption-wrapper .slider-caption .left-side .btn {
  color: #000000;
  background-color: #ffffff;
  border: 3px solid #ffffff;
}
.cycle-slider .slider-caption-wrapper .slider-caption .left-side .btn i {
  color: #000000;
}
.cycle-slider .slider-caption-wrapper .slider-caption .left-side .btn:hover {
  color: #000000;
  background-color: #ffc03c;
  border-color: #ffc03c;
}
.cycle-slider .slider-caption-wrapper .slider-caption .right-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 60px;
}
@media (max-width: 1799.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .right-side {
    padding-right: 0;
  }
}
@media (max-width: 1399.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .right-side {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .right-side {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper .slider-caption .right-side {
    width: 100%;
    text-align: center;
  }
}
.cycle-slider .slider-caption-wrapper .slider-caption .right-side h2 {
  text-align: center;
}
.cycle-slider .slider-caption-wrapper h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 300;
  font-size: 74px;
  line-height: 1.125;
  width: 100%;
}
@media (max-width: 1799.98px) {
  .cycle-slider .slider-caption-wrapper h2 {
    font-size: 70px;
  }
}
@media (max-width: 1699.98px) {
  .cycle-slider .slider-caption-wrapper h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .cycle-slider .slider-caption-wrapper h2 {
    font-size: 54px;
  }
}
@media (max-width: 991.98px) {
  .cycle-slider .slider-caption-wrapper h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .cycle-slider .slider-caption-wrapper h2 {
    font-size: 34px;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper h2 {
    font-size: 28px;
    color: #000000;
    text-align: center;
    margin: 0 0 10px 0;
  }
}
.cycle-slider .slider-caption-wrapper h2 a {
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper h2 a {
    color: #000000;
  }
}
.cycle-slider .slider-caption-wrapper h2 span {
  font-size: 26px;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper h2 span {
    font-size: 20px;
  }
}
.cycle-slider .slider-caption-wrapper ul {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.03em;
  color: #ffffff;
  padding-left: 24px;
}
@media (max-width: 1399.98px) {
  .cycle-slider .slider-caption-wrapper ul {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .cycle-slider .slider-caption-wrapper ul {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .cycle-slider .slider-caption-wrapper ul {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper ul {
    color: #000000;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper ul li {
    padding: 2px 10px;
  }
}
.cycle-slider .slider-caption-wrapper .text-box {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 40px 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.03em;
}
@media (max-width: 1699.98px) {
  .cycle-slider .slider-caption-wrapper .text-box {
    padding: 20px 30px;
  }
}
@media (max-width: 1399.98px) {
  .cycle-slider .slider-caption-wrapper .text-box {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .cycle-slider .slider-caption-wrapper .text-box {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .cycle-slider .slider-caption-wrapper .text-box {
    font-size: 16px;
    padding: 10px 10px;
  }
}
@media (max-width: 575.98px) {
  .cycle-slider .slider-caption-wrapper .text-box {
    font-size: 16px;
    padding: 10px 10px;
    width: auto;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media (max-width: 419.98px) {
  .cycle-slider .slider-caption-wrapper .text-box {
    padding: 5px;
    text-align: center;
  }
}
.cycle-slider .slider-caption-wrapper .text-box h5 {
  color: #ff0000;
  font-style: italic;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .cycle-slider .slider-caption-wrapper .text-box h5 {
    margin-bottom: 0;
  }
}
.cycle-slider .slider-caption-wrapper .text-box h6 {
  font-size: 12px;
}
.cycle-slider .slider-caption-wrapper .text-box p {
  margin: 0;
}
.cycle-slider .slider-caption-wrapper .text-box > *:last-child {
  margin-bottom: 0;
}
.content-slider {
  position: relative;
  max-height: 780px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.content-slider .slide {
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.content-slider .slide:before {
  display: none;
}
.content-slider .slide > img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.content-slider .cycle-prev, .content-slider .cycle-next {
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
  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;
}
.content-slider .cycle-prev:hover, .content-slider .cycle-next:hover {
  color: #c42731;
}
@media (max-width: 575.98px) {
  .content-slider .cycle-prev, .content-slider .cycle-next {
    display: none;
  }
}
.content-slider .cycle-prev {
  left: var(--bs-gutter-x);
}
.content-slider .cycle-next {
  right: var(--bs-gutter-x);
}
.content-slider-pager {
  position: absolute;
  width: 100%;
  bottom: calc(-.7 * var(--bs-gutter-x));
  z-index: 300;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px 0;
}
@media (max-width: 1199.98px) {
  .content-slider-pager {
    position: relative;
    bottom: initial;
    margin-top: var(--bs-gutter-x);
    margin-bottom: var(--bs-gutter-x);
  }
}
.content-slider-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  margin: 5px 10px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .content-slider-pager span {
    margin: 5px;
  }
}
.content-slider-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border: 2px solid #c42731;
  position: absolute;
  display: block;
  border-radius: 50%;
  box-sizing: border-box;
}
.content-slider-pager span.cycle-pager-active {
  background-color: #c42731;
}
.content-slider-pager span.cycle-pager-active:before {
  opacity: 0;
}
.home-buttons-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
  margin-top: calc(-.5 * var(--bs-gutter-x));
  margin-bottom: calc(-.5 * var(--bs-gutter-x));
}
.home-buttons-group > div {
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-top: calc(var(--bs-gutter-x) * .5);
  padding-bottom: calc(var(--bs-gutter-x) * .5);
  flex: 1;
  width: 25%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .home-buttons-group > div {
    flex: none;
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .home-buttons-group > div {
    width: 50%;
  }
}
@media (max-width: 479.98px) {
  .home-buttons-group > div {
    width: 100%;
  }
}
.jm-model-location {
  font-size: 18px;
}
.jm-model-location p {
  margin-bottom: 16px;
}
.jm-model-location a {
  display: inline-block;
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #ffa7ab;
}
.jm-model-location a:hover {
  border-bottom: 1px solid #000000;
}
.jm-model-location .wpb_text_column > .wpb_wrapper > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jm-model-location .wpb_text_column > .wpb_wrapper > ul li {
  position: relative;
  margin: 0;
  padding: 5px 0 5px 18px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .jm-model-location .wpb_text_column > .wpb_wrapper > ul li {
    padding: 0 0 0 18px;
  }
}
.jm-model-location .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: 13px;
  left: 0;
  color: #c42731;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .jm-model-location .wpb_text_column > .wpb_wrapper > ul li:before {
    font-size: 12px;
    top: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .jm-model-location .wpb_text_column > .wpb_wrapper > ul li:before {
    font-size: 10px;
    top: 5px;
  }
}
article.post {
  margin-bottom: 40px;
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link {
  margin-right: 1em;
}
.entry-meta {
  margin-bottom: 20px;
}
.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: #c42731;
}
.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: #c42731;
}
.post-author h3 a:focus {
  text-decoration: none;
  color: #c42731;
}
.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: #c42731;
}
ol.comment-list li .comment-body {
  background: #fff !important;
  border: 1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: left;
  color: #c42731;
}
@media (max-width: 480px) {
  ol.comment-list li .comment-body .extra-wrap {
    overflow: visible;
  }
}
ol.comment-list li .comment-body .reply {
  margin: 0 0 0 20px;
}
ol.comment-list li .comment-body .reply a {
  background: #c42731;
  display: inline-block;
  margin: 0;
  padding: 9px 23px 10px 23px;
  vertical-align: top;
  border: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  text-shadow: none;
  text-transform: lowercase;
  color: #fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
  background: #c42731;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
ol.comment-list li .comment-body .reply a:hover {
  background: #000000;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
}
ol.comment-list li .comment-body .comment-meta {
  line-height: 39px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1e2731;
}
.cancel-comment-reply {
  padding: 0 0 6px 0;
}
.designs-tabs-wrapper {
  position: relative;
}
.designs-tabs-wrapper ul.designs-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}
.designs-tabs-wrapper ul.designs-tabs li {
  margin: 0;
  padding: 5px;
}
.designs-tabs-wrapper ul.designs-tabs li a {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding: 20px 30px;
  border: 2px solid #c42731;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .designs-tabs-wrapper ul.designs-tabs li a {
    padding: 10px 15px;
  }
}
.designs-tabs-wrapper ul.designs-tabs li a.active, .designs-tabs-wrapper ul.designs-tabs li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.designs-wrapper {
  position: relative;
}
.designs-wrapper .designs {
  display: none;
}
.designs-wrapper .designs.active {
  display: block;
}
.designs-wrapper .designs h2 {
  text-align: center;
}
.designs-wrapper .designs .designs-post-wrapper {
  position: relative;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-bottom: var(--bs-gutter-x);
  width: 25%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .designs-wrapper .designs .designs-post-wrapper {
    width: 33.3333%;
  }
}
@media (max-width: 991.98px) {
  .designs-wrapper .designs .designs-post-wrapper {
    width: 50%;
  }
}
@media (max-width: 419.98px) {
  .designs-wrapper .designs .designs-post-wrapper {
    width: 100%;
  }
}
.designs-wrapper .designs .designs-post-wrapper .designs-post {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .designs-wrapper .designs .designs-post-wrapper .designs-post:hover {
    -webkit-transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    -moz-transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    -ms-transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    -o-transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  }
}
.designs-wrapper .designs .designs-post-wrapper .designs-post:hover .above-photo h5 {
  color: #c42731;
}
.designs-wrapper .designs .designs-post-wrapper .designs-post img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.designs-wrapper .designs .designs-post-wrapper .designs-post .above-photo {
  width: 100%;
  padding: 30px;
}
@media (max-width: 1399.98px) {
  .designs-wrapper .designs .designs-post-wrapper .designs-post .above-photo {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .designs-wrapper .designs .designs-post-wrapper .designs-post .above-photo {
    padding: 10px;
  }
}
.designs-wrapper .designs .designs-post-wrapper .designs-post .above-photo h5 {
  text-align: center;
  margin: 0;
  color: #000000;
}
.designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta {
  width: 100%;
  padding: 0 30px 30px 30px;
}
@media (max-width: 1399.98px) {
  .designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1199.98px) {
  .designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta {
    padding: 0 10px 10px 10px;
  }
}
.designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta .sq_footage {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta ul li {
  position: relative;
  margin: 0;
  padding: 4px 0 4px 18px;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
}
.designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta 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: 8px;
  left: 0;
  color: #c42731;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta ul li:before {
    font-size: 12px;
    top: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .designs-wrapper .designs .designs-post-wrapper .designs-post .design-meta ul li:before {
    font-size: 10px;
    top: 5px;
  }
}
.designs-profile-content {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .designs-profile-content {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .designs-profile-content {
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .designs-profile-content {
    height: auto;
    margin-bottom: var(--bs-gutter-x);
  }
}
.designs-profile-content .designs-profile-item {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 40px 0;
}
@media (max-width: 1399.98px) {
  .designs-profile-content .designs-profile-item {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 1199.98px) {
  .designs-profile-content .designs-profile-item {
    margin: 0 0 20px 0;
  }
}
.designs-profile-content .designs-profile-item:last-child {
  margin: 0;
}
.designs-profile-content .designs-profile-item:before {
  position: absolute;
  left: 0;
  top: 6px;
  color: #c42731;
  font-size: 18px;
}
.designs-profile-content .designs-profile-item.square-footage: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;
}
.designs-profile-content .designs-profile-item.model-location: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;
}
.designs-profile-content .designs-profile-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 6px 0 0 0;
}
.designs-profile-content .designs-profile-item ul li {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0;
}
.designs-profile-content .designs-profile-item 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: 7px;
  left: -30px;
  color: #c42731;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .designs-profile-content .designs-profile-item ul li:before {
    top: 6px;
  }
}
.designs-slider-wrapper {
  position: relative;
}
.designs-slider-wrapper .designs-slider-logo-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 180;
}
.designs-slider-wrapper .designs-slider-logo-wrapper .designs-slider-logo {
  display: block;
}
@media (max-width: 767.98px) {
  .designs-slider-wrapper .designs-slider-logo-wrapper {
    display: none;
  }
}
.design-community-wrapper {
  position: relative;
  background-color: #f5f5f5;
}
.design-community-wrapper:before, .design-community-wrapper:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  width: 101%;
}
.design-community-wrapper:before {
  right: 100%;
}
.design-community-wrapper:after {
  left: 100%;
}
.design-community-wrapper h2.section-title {
  text-align: center;
  margin-bottom: calc(var(--bs-gutter-x) * 1.5);
}
.design-community-wrapper .designs-locations-slider-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * 1.2);
}
@media (max-width: 767.98px) {
  .design-community-wrapper .designs-locations-slider-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 419.98px) {
  .design-community-wrapper .designs-locations-slider-wrapper {
    padding: 0 25px;
  }
}
.design-community-wrapper .designs-locations-slider {
  margin-top: -16px;
  margin-bottom: -16px;
}
.design-community-wrapper .designs-locations-slider .slick-list {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.design-community-wrapper .designs-locations-slider .slick-track {
  display: flex;
}
.design-community-wrapper .designs-locations-slider .slick-track .slick-slide {
  height: auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.design-community-wrapper .designs-locations-slider .slide > a {
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1799.98px) {
  .design-community-wrapper .designs-locations-slider .slide > a {
    padding: 40px;
  }
}
@media (max-width: 1399.98px) {
  .design-community-wrapper .designs-locations-slider .slide > a {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .design-community-wrapper .designs-locations-slider .slide > a {
    padding: 20px;
    font-size: 18px;
  }
}
.design-community-wrapper .designs-locations-slider .slide > a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .design-community-wrapper .designs-locations-slider .slide > a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.design-community-wrapper .designs-locations-slider .slide > a:hover .slide-content {
  opacity: 1;
}
.design-community-wrapper .designs-locations-slider .slide > a img {
  display: block;
  width: 100%;
  height: auto;
}
.design-community-wrapper .designs-locations-slider .slide .slide-content {
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #c42731;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.design-community-wrapper .designs-locations-slider .slide .slide-content * {
  color: #ffffff;
}
.design-community-wrapper .designs-locations-slider .slide .slide-content h4 {
  font-weight: 400;
  margin: 10px 10px 30px 10px;
  text-align: center;
}
.design-community-wrapper .designs-locations-slider .slide .slide-content .btn {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  text-align: center;
  max-width: 90%;
  padding: 15px;
  margin-bottom: 10px;
  /*
					@media (max-width: 419.98px) {
						padding: 15px 20px;
					}
					 */
}
.design-community-wrapper .designs-locations-slider .slick-prev, .design-community-wrapper .designs-locations-slider .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: #e2e2e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.design-community-wrapper .designs-locations-slider .slick-prev:hover, .design-community-wrapper .designs-locations-slider .slick-prev:focus, .design-community-wrapper .designs-locations-slider .slick-next:hover, .design-community-wrapper .designs-locations-slider .slick-next:focus {
  outline: none;
  background: #c42731;
  color: transparent;
}
.design-community-wrapper .designs-locations-slider .slick-prev:hover:before, .design-community-wrapper .designs-locations-slider .slick-prev:focus:before, .design-community-wrapper .designs-locations-slider .slick-next:hover:before, .design-community-wrapper .designs-locations-slider .slick-next:focus:before {
  color: #ffffff;
}
.design-community-wrapper .designs-locations-slider .slick-prev:before, .design-community-wrapper .designs-locations-slider .slick-next: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: 20px;
  color: #000000;
}
.design-community-wrapper .designs-locations-slider .slick-prev {
  left: calc(-1.2 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .design-community-wrapper .designs-locations-slider .slick-prev {
    left: -50px;
  }
}
@media (max-width: 419.98px) {
  .design-community-wrapper .designs-locations-slider .slick-prev {
    left: -25px;
  }
}
.design-community-wrapper .designs-locations-slider .slick-prev:before {
  content: "";
}
.design-community-wrapper .designs-locations-slider .slick-next {
  right: calc(-1.2 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .design-community-wrapper .designs-locations-slider .slick-next {
    right: -50px;
  }
}
@media (max-width: 419.98px) {
  .design-community-wrapper .designs-locations-slider .slick-next {
    right: -25px;
  }
}
.design-community-wrapper .designs-locations-slider .slick-next:before {
  content: "";
}
.available-now-wrapper h2.section-title {
  text-align: center;
  margin-bottom: calc(var(--bs-gutter-x) * 1.5);
}
.available-now-wrapper .wpp_nothing_found {
  text-align: center;
}
.available-now-wrapper .agent-properties {
  padding: 0 calc(var(--bs-gutter-x) * 1.2);
}
@media (max-width: 767.98px) {
  .available-now-wrapper .agent-properties {
    padding: 0 50px;
  }
}
@media (max-width: 419.98px) {
  .available-now-wrapper .agent-properties {
    padding: 0 25px;
  }
}
.available-now-wrapper .all-properties.slick-slider {
  margin: 0;
}
.available-now-wrapper .all-properties.slick-slider .slick-list {
  padding-right: calc(var(--bs-gutter-x) * .3);
  padding-left: calc(var(--bs-gutter-x) * .3);
}
.available-now-wrapper .all-properties.slick-slider .slick-track {
  display: flex;
}
.available-now-wrapper .all-properties.slick-slider .slick-track .slick-slide {
  height: auto;
  padding-right: calc(var(--bs-gutter-x) * .3);
  padding-left: calc(var(--bs-gutter-x) * .3);
}
.available-now-wrapper .all-properties.slick-slider .slick-prev, .available-now-wrapper .all-properties.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: #e2e2e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.available-now-wrapper .all-properties.slick-slider .slick-prev:hover, .available-now-wrapper .all-properties.slick-slider .slick-prev:focus, .available-now-wrapper .all-properties.slick-slider .slick-next:hover, .available-now-wrapper .all-properties.slick-slider .slick-next:focus {
  outline: none;
  background: #c42731;
  color: transparent;
}
.available-now-wrapper .all-properties.slick-slider .slick-prev:hover:before, .available-now-wrapper .all-properties.slick-slider .slick-prev:focus:before, .available-now-wrapper .all-properties.slick-slider .slick-next:hover:before, .available-now-wrapper .all-properties.slick-slider .slick-next:focus:before {
  color: #ffffff;
}
.available-now-wrapper .all-properties.slick-slider .slick-prev:before, .available-now-wrapper .all-properties.slick-slider .slick-next: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: 20px;
  color: #000000;
}
.available-now-wrapper .all-properties.slick-slider .slick-prev {
  left: calc(-1.2 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .available-now-wrapper .all-properties.slick-slider .slick-prev {
    left: -50px;
  }
}
@media (max-width: 419.98px) {
  .available-now-wrapper .all-properties.slick-slider .slick-prev {
    left: -25px;
  }
}
.available-now-wrapper .all-properties.slick-slider .slick-prev:before {
  content: "";
}
.available-now-wrapper .all-properties.slick-slider .slick-next {
  right: calc(-1.2 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .available-now-wrapper .all-properties.slick-slider .slick-next {
    right: -50px;
  }
}
@media (max-width: 419.98px) {
  .available-now-wrapper .all-properties.slick-slider .slick-next {
    right: -25px;
  }
}
.available-now-wrapper .all-properties.slick-slider .slick-next:before {
  content: "";
}
.communities-tabs-wrapper {
  position: relative;
}
.communities-tabs-wrapper .communities-tabs {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}
.communities-tabs-wrapper .communities-tabs li {
  margin: 0;
  padding: 5px;
}
.communities-tabs-wrapper .communities-tabs li a {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  padding: 20px 30px;
  border: 2px solid #c42731;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .communities-tabs-wrapper .communities-tabs li a {
    padding: 10px 15px;
  }
}
.communities-tabs-wrapper .communities-tabs li a.active, .communities-tabs-wrapper .communities-tabs li a:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.jm-map-communities-wrapper {
  position: relative;
}
.jm-map-communities-wrapper .jm-communities-map {
  position: relative;
  width: 100%;
  height: 600px;
}
@media (max-width: 1365px) {
  .jm-map-communities-wrapper .jm-communities-map {
    height: 500px;
  }
}
@media (max-width: 1199px) {
  .jm-map-communities-wrapper .jm-communities-map {
    height: 300px;
  }
}
.jm-map-communities-wrapper .infowindow {
  display: block;
  max-width: 250px;
}
.jm-map-communities-wrapper .infowindow img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.jm-map-community-wrapper {
  position: relative;
  height: 100%;
}
.jm-map-community-wrapper .jm-community-map {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .jm-map-community-wrapper .jm-community-map {
    height: 300px;
  }
}
.jm-map-community-wrapper .infowindow {
  display: block;
  max-width: 250px;
}
.jm-map-community-wrapper .infowindow img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
.jm-list-communities-wrapper {
  position: relative;
}
.jm-list-communities-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.jm-list-communities-wrapper ul li {
  width: 50%;
  padding: 0 0 30px 0;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin: 0;
}
@media (max-width: 1199.98px) {
  .jm-list-communities-wrapper ul li {
    width: 25%;
    padding-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .jm-list-communities-wrapper ul li {
    width: 33.333333%;
  }
}
@media (max-width: 767.98px) {
  .jm-list-communities-wrapper ul li {
    width: 50%;
    padding-bottom: 10px;
  }
}
.jm-list-communities-wrapper ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
}
.jm-list-communities-wrapper ul li a:hover {
  z-index: 200;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
}
.jm-list-communities-wrapper ul li a img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 120px;
  display: block;
}
.community-links-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.community-links-wrapper ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-bottom: 20px;
  text-align: center;
}
.community-links-wrapper ul li a {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 50px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  border: none;
  border-bottom: 3px solid #ff6b74;
  outline: none;
  text-decoration: none;
  background-color: #c42731;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #fff;
  background-color: #c42731;
  border-color: #ff6b74;
}
@media (max-width: 1199.98px) {
  .community-links-wrapper ul li a {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 18px;
  }
}
.community-links-wrapper ul li a::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.community-links-wrapper ul li a:hover, .community-links-wrapper ul li a:focus {
  box-shadow: none;
  background-color: #db2e39;
  color: #ffffff;
}
.community-links-wrapper ul li a:active {
  background-color: #db2e39;
}
.community-links-wrapper ul li a:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.community-links-wrapper ul li a:disabled:hover, .community-links-wrapper ul li a:disabled:focus {
  box-shadow: none;
}
.community-links-wrapper ul li a:hover {
  color: #ffffff;
  background-color: #db2e39;
  border-color: #ff6b74;
}
.community-agents-wrapper .agents-feed .row {
  justify-content: center;
}
.community-profile-content {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  padding: 50px;
  height: 100%;
}
@media (max-width: 1399.98px) {
  .community-profile-content {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .community-profile-content {
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .community-profile-content {
    height: auto;
    margin-bottom: var(--bs-gutter-x);
  }
}
.community-profile-content .community-profile-item {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0;
}
@media (max-width: 1199.98px) {
  .community-profile-content .community-profile-item {
    margin: 0 0 10px 0;
  }
}
.community-profile-content .community-profile-item:last-child {
  margin: 0;
}
.community-profile-content .community-profile-item:before {
  position: absolute;
  left: 0;
  top: 6px;
  color: #c42731;
  font-size: 18px;
}
.community-profile-content .community-profile-item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 6px 0 0 0;
}
.community-profile-content .community-profile-item ul li {
  position: relative;
  margin: 0 0 8px 0;
  padding: 0;
}
.community-profile-content .community-profile-item 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: 7px;
  left: -30px;
  color: #c42731;
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .community-profile-content .community-profile-item ul li:before {
    top: 6px;
  }
}
.community-profile-content .community-profile-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.properties-wrapper .all-properties > .property-grid {
  padding-bottom: var(--bs-gutter-x);
}
.properties-wrapper .property {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #f5f5f5;
  white-space: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 405px;
  margin: 0 auto;
}
.properties-wrapper .property figure {
  margin: 0;
  position: relative;
}
.properties-wrapper .property figure .property_overview_thumb {
  display: block;
  position: relative;
}
.properties-wrapper .property figure .property_overview_thumb img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.properties-wrapper .property figure figcaption {
  padding: 30px;
}
@media (max-width: 1799.98px) {
  .properties-wrapper .property figure figcaption {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  .properties-wrapper .property figure figcaption {
    padding: 10px;
  }
}
.properties-wrapper .property figure figcaption h4 {
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 16px;
}
@media (max-width: 1399.98px) {
  .properties-wrapper .property figure figcaption h4 {
    font-size: 16px;
  }
}
.properties-wrapper .property figure figcaption h4 a {
  text-decoration: none;
}
.properties-wrapper .property figure figcaption .price {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
}
@media (max-width: 1399.98px) {
  .properties-wrapper .property figure figcaption .price {
    font-size: 30px;
  }
}
.properties-wrapper .property figure figcaption .exclusive-features {
  display: block;
  color: #c42731;
  margin-top: 10px;
}
.properties-wrapper .property .btn-holder {
  margin-top: auto;
  padding: 0 30px 30px 30px;
}
@media (max-width: 1799.98px) {
  .properties-wrapper .property .btn-holder {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1199.98px) {
  .properties-wrapper .property .btn-holder {
    padding: 0 10px 10px 10px;
  }
}
.properties-wrapper .property .btn-holder .btn {
  font-size: 16px;
  width: 100%;
  text-align: center;
  padding: 13px 30px;
  border-bottom: 2px solid #ff6b74;
}
.properties-wrapper .sq_footage {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 1399.98px) {
  .properties-wrapper .sq_footage {
    font-size: 16px;
  }
}
.properties-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.properties-wrapper ul li {
  position: relative;
  margin: 0;
  padding: 4px 0 4px 18px;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 1399.98px) {
  .properties-wrapper ul li {
    font-size: 16px;
  }
}
.properties-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: 8px;
  left: 0;
  color: #c42731;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .properties-wrapper ul li:before {
    font-size: 12px;
    top: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .properties-wrapper ul li:before {
    font-size: 10px;
    top: 5px;
  }
}
.properties-wrapper ul li a {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #ffa7ab;
}
.properties-wrapper ul li a:hover {
  border-bottom: 1px solid #000000;
}
.property-description-wrapper {
  position: relative;
}
.property-below-description-wrapper {
  position: relative;
  background-color: #f5f5f5;
}
.property-below-description-wrapper:before, .property-below-description-wrapper:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  width: 101%;
}
.property-below-description-wrapper:before {
  right: 100%;
}
.property-below-description-wrapper:after {
  left: 100%;
}
@media (max-width: 1199.98px) {
  .property-profile-photo {
    margin-bottom: var(--bs-gutter-x);
  }
}
.property-profile-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
}
.property-included {
  position: relative;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
  font-size: 20px;
  line-height: 1.8;
}
.property-included p {
  font-size: 20px;
  line-height: 1.8;
}
.property-information {
  position: relative;
  margin-bottom: calc(var(--bs-gutter-x) * 0.5);
}
.property-information .property-item {
  margin-bottom: 10px;
}
.property-information .property-item .label {
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1699.98px) {
  .property-information .property-item .label {
    display: block;
    line-height: 22px;
  }
}
.property-information ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.property-information ul li {
  position: relative;
  margin: 0;
  padding: 5px 0 5px 20px;
  line-height: 1.2;
}
.property-information 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: 11px;
  left: 0;
  color: #000000;
  font-size: 8px;
}
.property-slider-wrapper {
  position: relative;
}
.property-calc-wrapper {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
  background-color: #ffffff;
}
@media (max-width: 1199.98px) {
  .property-calc-wrapper {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  .property-calc-wrapper {
    height: auto;
    margin-bottom: var(--bs-gutter-x);
  }
}
.property-calc-wrapper form {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
}
.property-calc-wrapper form h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding: calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x) 0 var(--bs-gutter-x);
  margin-bottom: calc(var(--bs-gutter-x) * 0.8);
}
.property-calc-wrapper form .calcbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-x) * 0.5);
}
.property-calc-wrapper form .calcbox:first-child {
  margin-top: 0;
}
.property-calc-wrapper form .calcbox label {
  font-size: 16px;
  font-weight: 500;
  width: 40%;
  flex: 0 0 auto;
  padding-right: 20px;
}
@media (max-width: 419.98px) {
  .property-calc-wrapper form .calcbox label {
    width: 100%;
    padding: 0;
  }
}
.property-calc-wrapper form .calcbox input {
  display: block;
  box-sizing: border-box;
  min-height: 50px;
  width: 100%;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
  width: 60%;
}
.property-calc-wrapper form .calcbox input:focus {
  border-color: #c42731;
}
.property-calc-wrapper form .calcbox input:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
@media (max-width: 419.98px) {
  .property-calc-wrapper form .calcbox input {
    width: 100%;
  }
}
.property-calc-wrapper form .bodybox {
  padding: 0 var(--bs-gutter-x);
}
.property-calc-wrapper form .resultbox {
  background-color: #c42731;
  display: flex;
  align-items: center;
  padding: calc(var(--bs-gutter-x) * 0.8) var(--bs-gutter-x);
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  margin-top: calc(var(--bs-gutter-x) * 0.8);
}
@media (max-width: 1799.98px) {
  .property-calc-wrapper form .resultbox {
    flex-direction: column;
  }
}
.property-calc-wrapper form .resultbox * {
  color: #ffffff;
}
.property-calc-wrapper form .resultbox > div {
  font-size: 14px;
  font-style: italic;
}
.property-calc-wrapper form .resultbox > div:first-child {
  min-width: 40%;
  padding-right: 20px;
  flex: 0 0 auto;
}
@media (max-width: 1799.98px) {
  .property-calc-wrapper form .resultbox > div:first-child {
    min-width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.property-calc-wrapper form .resultbox label {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1799.98px) {
  .property-calc-wrapper form .resultbox label br {
    display: none;
  }
}
.property-calc-wrapper form .resultbox #resultbox {
  background: transparent;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0;
}
.wpp_top_pagination {
  position: relative;
  margin-bottom: var(--bs-gutter-x);
}
.wpp_top_pagination .clearfix, .wpp_top_pagination .clear {
  display: none;
}
.wpp_top_pagination .wpp_property_results_options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wpp_sorter_options {
  display: flex;
  flex-wrap: wrap;
}
.wpp_sorter_options > * {
  margin-left: 20px;
}
.wpp_sorter_options > *:first-child {
  margin-left: 0;
}
.wpp_sorter_options .wpp_sortable_link {
  cursor: pointer;
  color: #c42731;
}
.wpp_bottom_pagination .wpp_pagination_buttons_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button {
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  padding: 20px 50px;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #ffffff;
  border: none;
  border-bottom: 3px solid #ff6b74;
  outline: none;
  text-decoration: none;
  background-color: #c42731;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media (max-width: 1199.98px) {
  .wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button {
    padding: 15px 30px;
    font-size: 16px;
    line-height: 18px;
  }
}
.wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button::-moz-focus-inner {
  border: 0;
  /* Removes dotted line in Firefox */
}
.wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button:hover, .wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button:focus {
  box-shadow: none;
  background-color: #db2e39;
  color: #ffffff;
}
.wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button:active {
  background-color: #db2e39;
}
.wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button:disabled {
  color: #a2a2a2;
  background-color: #eee;
  cursor: not-allowed;
}
.wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button:disabled:hover, .wpp_bottom_pagination .wpp_pagination_buttons_wrapper .wpp_loadmore_button:disabled:focus {
  box-shadow: none;
}
.wpp_bottom_pagination .wpp_pagination_buttons_wrapper .ajax_loader {
  width: 20px;
  height: 20px;
  background-image: url("../images/helper/status.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: 20px;
  display: none;
}
.wpp_property_overview_shortcode > .ajax_loader {
  display: none !important;
}
.advanced-search-details {
  margin-bottom: var(--bs-gutter-x);
}
@media (max-width: 767.98px) {
  .advanced-search-details {
    margin-bottom: 30px;
  }
}
.advanced-search-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.advanced-search-details ul li {
  margin: 0;
  padding: 0;
}
.advanced-search-details .wpp_search_elements {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .advanced-search-details .wpp_search_elements {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.advanced-search-details .wpp_search_elements .wpp_search_form_element.submit {
  margin: 0 0 0 auto;
}
@media (max-width: 991.98px) {
  .advanced-search-details .wpp_search_elements .wpp_search_form_element.submit {
    margin: 0 auto;
  }
}
.advanced-search-details .wpp_search_elements .wpp_search_form_element.submit .wpp_search_button {
  padding: 13px 50px;
  margin-top: 29px;
}
.advanced-search-details ul.wpp_search_group {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(-.2 * var(--bs-gutter-x));
  margin-left: calc(-.2 * var(--bs-gutter-x));
}
.advanced-search-details ul.wpp_search_group li {
  padding-right: calc(var(--bs-gutter-x) * .2);
  padding-left: calc(var(--bs-gutter-x) * .2);
  margin-bottom: 10px;
}
.advanced-search-details ul.wpp_search_group .wpp_search_attribute_wrap {
  display: flex;
}
.advanced-search-details ul.wpp_search_group .wpp_dash {
  font-size: 0;
  line-height: 0;
  width: 30px;
}
.advanced-search-details ul.wpp_search_group input.wpp_search_input_field_price {
  width: 120px !important;
}
.advanced-search-details .wpp_search_label {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
.advanced-search-details 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: 50px;
  width: 100%;
  padding: 13px 20px;
  font-family: inherit;
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
}
.advanced-search-details input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus {
  border-color: #c42731;
}
.advanced-search-details 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;
}
.advanced-search-details select {
  display: block;
  min-height: 50px;
  width: 100%;
  padding: 12px 19px;
  font-family: inherit;
  font-size: 18px;
  border: 2px solid #e8e8e8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: none;
  background-color: #ffffff;
}
.advanced-search-details select:focus {
  border-color: #c42731;
}
.advanced-search-details select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}
.agents-feed .col-12 {
  margin-bottom: var(--bs-gutter-x);
}
.agents-feed > .row {
  margin-bottom: calc(-1 * var(--bs-gutter-x));
}
figure.agent {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #f5f5f5;
  white-space: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-width: 405px;
  margin: 0 auto;
}
figure.agent .photo {
  display: block;
  position: relative;
}
figure.agent .photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
figure.agent figcaption {
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 30px;
}
@media (max-width: 1399.98px) {
  figure.agent figcaption {
    padding: 20px;
  }
}
@media (max-width: 1199.98px) {
  figure.agent figcaption {
    padding: 10px;
  }
}
figure.agent figcaption h4 {
  text-decoration: none;
  font-size: 26px;
  line-height: 1.38;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1599.98px) {
  figure.agent figcaption h4 {
    font-size: 24px;
  }
}
@media (max-width: 1399.98px) {
  figure.agent figcaption h4 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  figure.agent figcaption h4 {
    font-size: 20px;
  }
}
figure.agent figcaption h4 a {
  text-decoration: none;
}
figure.agent figcaption a.phone {
  display: block;
  color: #000000;
  margin-bottom: 16px;
  text-decoration: none;
}
figure.agent figcaption a.phone:hover {
  color: #c42731;
}
figure.agent figcaption .btn {
  margin: auto 0 0 0;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-holder {
  margin-top: auto;
  padding: 0 30px 30px 30px;
}
@media (max-width: 1399.98px) {
  .btn-holder {
    padding: 0 20px 20px 20px;
  }
}
@media (max-width: 1199.98px) {
  .btn-holder {
    padding: 0 10px 10px 10px;
  }
}
.btn-holder .btn {
  width: 100%;
  text-align: center;
}
.agent-profile-photo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.our-agents-links-wrapper {
  position: relative;
  background-color: #f5f5f5;
}
.our-agents-links-wrapper:before, .our-agents-links-wrapper:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  width: 101%;
}
.our-agents-links-wrapper:before {
  right: 100%;
}
.our-agents-links-wrapper:after {
  left: 100%;
}
.our-agents-links-wrapper h2.section-title {
  text-align: center;
  margin-bottom: 30px;
}
.our-agents-links-wrapper h2.section-title + p {
  text-align: center;
  margin-bottom: calc(var(--bs-gutter-x) * 1.5);
}
.our-agents-links-wrapper .agents-links-slider-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * 1.2);
}
@media (max-width: 767.98px) {
  .our-agents-links-wrapper .agents-links-slider-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 419.98px) {
  .our-agents-links-wrapper .agents-links-slider-wrapper {
    padding: 0 25px;
  }
}
.our-agents-links-wrapper .agents-links-slider-wrapper .link-item > a {
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1799.98px) {
  .our-agents-links-wrapper .agents-links-slider-wrapper .link-item > a {
    padding: 40px;
  }
}
@media (max-width: 1399.98px) {
  .our-agents-links-wrapper .agents-links-slider-wrapper .link-item > a {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .our-agents-links-wrapper .agents-links-slider-wrapper .link-item > a {
    padding: 20px;
    font-size: 18px;
  }
}
.our-agents-links-wrapper .agents-links-slider-wrapper .link-item > a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .our-agents-links-wrapper .agents-links-slider-wrapper .link-item > a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.our-agents-links-wrapper .agents-links-slider-wrapper .link-item > a:hover .slide-content {
  opacity: 1;
}
.our-agents-links-wrapper .agents-links-slider-wrapper .link-item > a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.our-agents-testimonials-wrapper {
  position: relative;
  background-color: #f5f5f5;
}
.our-agents-testimonials-wrapper:before, .our-agents-testimonials-wrapper:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  width: 101%;
}
.our-agents-testimonials-wrapper:before {
  right: 100%;
}
.our-agents-testimonials-wrapper:after {
  left: 100%;
}
.our-agents-testimonials-wrapper .agents-testimonials-slider-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * 1.2);
}
@media (max-width: 991.98px) {
  .our-agents-testimonials-wrapper .agents-testimonials-slider-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .our-agents-testimonials-wrapper .agents-testimonials-slider-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 419.98px) {
  .our-agents-testimonials-wrapper .agents-testimonials-slider-wrapper {
    padding: 0 25px;
  }
}
.our-agents-testimonials-wrapper .agents-testimonials-slider-wrapper blockquote {
  margin: 0;
  padding: 50px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  height: 100%;
}
@media (max-width: 1799.98px) {
  .our-agents-testimonials-wrapper .agents-testimonials-slider-wrapper blockquote {
    padding: 40px;
  }
}
@media (max-width: 1399.98px) {
  .our-agents-testimonials-wrapper .agents-testimonials-slider-wrapper blockquote {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .our-agents-testimonials-wrapper .agents-testimonials-slider-wrapper blockquote {
    padding: 20px;
    font-size: 18px;
  }
}
.agent-app-wrapper {
  position: relative;
  background-color: #f5f5f5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  margin-top: 30px;
  background-image: url("../images/qr_code_banner.png");
  background-repeat: no-repeat;
  background-position: 40px bottom;
}
@media (max-width: 1799.98px) {
  .agent-app-wrapper {
    padding: 20px;
    background-position: 20px bottom;
    background-size: 200px auto;
  }
}
@media (max-width: 1399.98px) {
  .agent-app-wrapper {
    flex-wrap: wrap;
    background: none;
    background-color: #f5f5f5;
  }
}
.agent-app-wrapper .agent-app-title-wrapper {
  margin: 0 auto 0 20px;
  width: 100%;
}
@media (max-width: 1399.98px) {
  .agent-app-wrapper .agent-app-title-wrapper {
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 419.98px) {
  .agent-app-wrapper .agent-app-title-wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 1799.98px) {
  .agent-app-wrapper .agent-app-title-wrapper h2 {
    font-size: 30px;
  }
}
@media (max-width: 1399.98px) {
  .agent-app-wrapper .agent-app-title-wrapper h2 {
    text-align: center;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 1399.98px) {
  .agent-app-wrapper .agent-app-title-wrapper h2 br {
    display: none;
  }
}
.agent-app-wrapper .agent-app-title-wrapper svg {
  width: 150px;
  height: auto;
  display: block;
}
@media (max-width: 1399.98px) {
  .agent-app-wrapper .agent-app-title-wrapper svg {
    margin: 0 auto;
  }
}
.agent-app-wrapper .agent-app-step-wrapper {
  width: 27%;
  margin: 0 auto;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1399.98px) {
  .agent-app-wrapper .agent-app-step-wrapper {
    width: 44%;
  }
}
@media (max-width: 419.98px) {
  .agent-app-wrapper .agent-app-step-wrapper {
    width: 100%;
    max-width: 210px;
    margin: 20px auto 0 auto;
  }
}
.agent-app-wrapper .agent-app-step-wrapper h4 {
  font-weight: 500;
  margin-bottom: 10px;
}
.agent-app-wrapper .agent-app-step-wrapper p {
  margin-bottom: 20px;
}
@media (max-width: 1399.98px) {
  .agent-app-wrapper .agent-app-step-wrapper p {
    margin-bottom: 10px;
  }
}
.agent-app-wrapper .agent-app-step-wrapper div {
  margin: auto 0 0 0;
}
.agent-app-wrapper .agent-app-step-wrapper div img {
  display: block;
  max-width: 210px;
  width: 100% !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.agent-app-wrapper .agent-app-step-seporator {
  width: 9%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c42731;
  font-size: 20px;
  padding-top: 94px;
  flex-shrink: 0;
}
@media (max-width: 419.98px) {
  .agent-app-wrapper .agent-app-step-seporator {
    display: none;
  }
}
.slider-base-type {
  margin-top: -16px;
  margin-bottom: -16px;
}
.slider-base-type .slick-list {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.slider-base-type .slick-track {
  display: flex;
}
.slider-base-type .slick-track .slick-slide {
  height: auto;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}
.slider-base-type .slide {
  /*
    > a {
      height: 100%;
      background-color: #ffffff;
      @include border-radius(8px);
      padding: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      @media (max-width: 1799.98px) {
        padding: 40px;
      }
      @media (max-width: 1399.98px) {
        padding: 30px;
      }
      @media (max-width: 1199.98px) {
        padding: 20px;
        font-size: 18px;
      }
      &:hover {
        @include transform ( scale(1.1) );
        @media (max-width: 767.98px) {
          @include transform ( scale(1.05) );
        }
        .slide-content {
          opacity: 1;
        }
      }
      img {
        display: block;
        width: 100%;
        height: auto;
      }
    }
    .slide-content {
      opacity: 0;
      @include transition(0.3s);
      position: absolute;
      width: 100%; height: 100%;
      top: 0; bottom: 0;
      left: 0; right: 0;
      background-color: $color1;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      @include border-radius(8px);
      * {
        color: #ffffff;
      }
      h4 {
        font-weight: 400;
        margin-bottom: 30px;
      }
      .btn {
        color: #ffffff;
        background-color: transparent;
        border: 2px solid #ffffff;
        @media (max-width: 419.98px) {
          padding: 15px 20px;
        }
      }
    }

     */
}
.slider-base-type .slick-prev, .slider-base-type .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  background-color: #e2e2e2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 10;
}
.slider-base-type .slick-prev:hover, .slider-base-type .slick-prev:focus, .slider-base-type .slick-next:hover, .slider-base-type .slick-next:focus {
  outline: none;
  background: #c42731;
  color: transparent;
}
.slider-base-type .slick-prev:hover:before, .slider-base-type .slick-prev:focus:before, .slider-base-type .slick-next:hover:before, .slider-base-type .slick-next:focus:before {
  color: #ffffff;
}
.slider-base-type .slick-prev:before, .slider-base-type .slick-next: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: 20px;
  color: #000000;
}
.slider-base-type .slick-prev {
  left: calc(-1.2 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .slider-base-type .slick-prev {
    left: -50px;
  }
}
@media (max-width: 419.98px) {
  .slider-base-type .slick-prev {
    left: -25px;
  }
}
.slider-base-type .slick-prev:before {
  content: "";
}
.slider-base-type .slick-next {
  right: calc(-1.2 * var(--bs-gutter-x));
}
@media (max-width: 767.98px) {
  .slider-base-type .slick-next {
    right: -50px;
  }
}
@media (max-width: 419.98px) {
  .slider-base-type .slick-next {
    right: -25px;
  }
}
.slider-base-type .slick-next:before {
  content: "";
}
.series-summary-wrapper {
  position: relative;
}
.series-summary-wrapper ul {
  align-items: flex-end;
}
.series-summary-wrapper a:hover svg polygon, .series-summary-wrapper a:hover svg path, .series-summary-wrapper a:hover svg rect {
  fill: #ffc03c;
}
.series-summary-wrapper a:hover svg line {
  stroke: #ffc03c;
}
.series-summary-wrapper svg {
  display: block;
  width: auto;
  height: 50px;
}
@media (max-width: 991.98px) {
  .series-summary-wrapper svg {
    height: 40px;
  }
}
.series-summary-wrapper svg.new-beginnings {
  height: 60px;
}
@media (max-width: 991.98px) {
  .series-summary-wrapper svg.new-beginnings {
    height: 50px;
  }
}
.series-summary-wrapper svg polygon, .series-summary-wrapper svg path, .series-summary-wrapper svg rect {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.series-summary-wrapper svg line {
  stroke: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.jm-youtube-box {
  position: relative;
  margin-bottom: 35px;
  -webkit-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  -moz-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .jm-youtube-box {
    -webkit-box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
    -moz-box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
    box-shadow: 0 25px 40px 0 rgba(12, 26, 62, 0.2);
  }
}
.jm-youtube-box .jm-video-wrapper {
  overflow: hidden;
  padding: 0 0 56.25% 0;
  margin: 0;
  height: 0;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /*
            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: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.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;
}
.carousel-content-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 (max-width: 991.98px) {
  .carousel-content-wrapper {
    margin-bottom: 30px;
  }
}
.carousel-content-wrapper .owl-stage {
  display: flex;
  flex-direction: row;
}
.carousel-content-wrapper .owl-stage:after {
  display: none;
}
.carousel-content-wrapper .owl-stage .owl-item {
  float: none;
  display: flex;
  flex: 1 0 auto;
}
.carousel-content-wrapper .item p:last-child {
  margin-bottom: 0;
}
.carousel-content-wrapper .owl-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1399.98px) {
  .carousel-content-wrapper .owl-dots {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .carousel-content-wrapper .owl-dots {
    margin-top: 20px;
    justify-content: center;
  }
}
.carousel-content-wrapper .owl-dots button.owl-dot {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}
.carousel-content-wrapper .owl-dots button.owl-dot:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  position: absolute;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #c42731;
}
.carousel-content-wrapper .owl-dots button.owl-dot.active {
  border-color: #ffc03c;
}
.carousel-content-wrapper .owl-dots button.owl-dot.active:before {
  background-color: #ffc03c;
}
.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: #c77e37;
}
.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: #ffc03c;
  font-size: 65px;
}
@media (max-width: 1599.98px) {
  .rich-link-wrapper .rich-link-icon i {
    font-size: 50px;
  }
}
.rich-link-wrapper .rich-link-title {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  color: #c42731;
  -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-title {
    font-size: 24px;
  }
}
.rich-link-wrapper .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-sub-title {
    font-size: 20px;
  }
}
.loans-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.loans-wrapper .loans-title {
  font-size: 32px;
  line-height: 1.25;
  display: block;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-title {
    font-size: 26px;
  }
}
.loans-wrapper .loans-sub-title {
  font-size: 24px;
  line-height: 1.6;
  display: block;
  text-align: center;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-sub-title {
    font-size: 20px;
  }
}
.loans-wrapper .loans-value-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1399.98px) {
  .loans-wrapper .loans-value-box {
    margin-top: 10px;
  }
}
.loans-wrapper .loans-value-box .loans-value {
  font-size: 80px;
  line-height: 80px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.loans-wrapper .loans-value-box sup {
  display: block;
  font-size: 38px;
  line-height: 40px;
  top: auto;
}
.loans-wrapper .loans-value-box sub {
  display: block;
  font-size: 20px;
  line-height: 40px;
  bottom: auto;
}
.big-btn {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  box-shadow: none;
  padding: 0 10px;
  height: 90px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  background-color: #c42731;
  border-bottom: 3px solid #ff6b74;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.big-btn:hover, .big-btn:focus {
  outline: none !important;
  color: #fff;
  background-color: #db2e39;
  border-bottom: 3px solid #ff6b74;
}
.big-btn img {
  display: block;
  max-width: 100%;
  height: auto;
}
.jm-banner-box-wrapper {
  position: relative;
  padding-bottom: var(--bs-gutter-x);
}
.jm-banner-box-wrapper .jm-banner-box {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}
@media (min-width: 768px) {
  .jm-banner-box-wrapper .jm-banner-box:hover {
    -webkit-transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    -moz-transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    -ms-transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    -o-transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    transform: translateY(calc(-0.5 * var(--bs-gutter-x)));
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  }
}
.jm-banner-box-wrapper .jm-banner-box:hover .above-photo h5 {
  color: #c42731;
}
.jm-banner-box-wrapper .jm-banner-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-banner-box-wrapper .jm-banner-box .above-photo {
  margin: auto;
}
.jm-banner-box-wrapper .jm-banner-box .above-photo h5 {
  text-align: center;
  margin: 40px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .jm-banner-box-wrapper .jm-banner-box .above-photo h5 {
    margin: 30px;
  }
}
@media (max-width: 1199.98px) {
  .jm-banner-box-wrapper .jm-banner-box .above-photo h5 {
    margin: 20px 10px;
  }
}
/*
.jm-banner-box {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
  text-decoration: none;
  @media (max-width: 767px) {
    width: 270px;
    margin: 0 auto 20px auto;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  h3 {
    position: relative;
    background-color: $color1;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    text-transform: none;
    font-weight: 600;
    color: #ffffff;
  }
  &:hover {

  }

}
 */
.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;
  }
}
.service-box-home-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  /*
	&:before {
		content: '';
		@include overlay();
		background-color: rgba(10,27,70,0.6);
		@include border-radius(8px);
		@include transition(0.3s);
	}

	a {
		text-decoration: none;
	}
	* {
		position: relative;
		z-index: 10;
		color: #ffffff;
	}
	h3 {
		font: 700 30px/1.3 $altFontFamily;
		margin: 0 0 30px 0; padding: 0;
		@media (max-width: 1799.98px) {
			font-size: 28px;
		}
		@media (max-width: 1599.98px) {
			font-size: 26px;
		}
		@media (max-width: 1399.98px) {
			font-size: 24px;
		}
		@media (max-width: 1199.98px) {
			margin-bottom: 20px;
		}
	}
	.text {
		display: block;
		margin: 0;
		font-size: map-get($fontSizes, small);
	}
	.service-box {
		display: block;
		padding: 40px;
		width: 100%; height: 100%;
		position: relative;
		@media (max-width: 1599.98px) {
			padding: 30px;
		}
		@media (max-width: 1199.98px) {
			padding: 20px;
		}
	}

	 */
}
.service-box-home-wrapper.new-beginnings .service-box-home .svg-wrapper svg {
  height: 60px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-box-home-wrapper.new-beginnings .service-box-home .svg-wrapper svg {
    height: 48px;
  }
}
.service-box-home-wrapper .service-box-home {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767.98px) {
  .service-box-home-wrapper .service-box-home {
    height: auto;
    margin-bottom: var(--bs-gutter-x);
  }
}
@media (min-width: 768px) {
  .service-box-home-wrapper .service-box-home:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.1);
  }
}
.service-box-home-wrapper .service-box-home:hover .img-wrapper .text {
  opacity: 1;
}
.service-box-home-wrapper .service-box-home:hover .svg-wrapper svg polygon, .service-box-home-wrapper .service-box-home:hover .svg-wrapper svg path, .service-box-home-wrapper .service-box-home:hover .svg-wrapper svg rect {
  fill: #c42731;
}
.service-box-home-wrapper .service-box-home:hover .svg-wrapper svg line {
  stroke: #c42731;
}
.service-box-home-wrapper .service-box-home .svg-wrapper {
  margin: auto;
}
.service-box-home-wrapper .service-box-home .svg-wrapper svg {
  margin: 50px 0;
  display: block;
  max-width: 200px;
  width: auto;
  height: 50px;
}
.service-box-home-wrapper .service-box-home .svg-wrapper svg polygon, .service-box-home-wrapper .service-box-home .svg-wrapper svg path, .service-box-home-wrapper .service-box-home .svg-wrapper svg rect, .service-box-home-wrapper .service-box-home .svg-wrapper svg line {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1399.98px) {
  .service-box-home-wrapper .service-box-home .svg-wrapper svg {
    margin: 30px 0;
  }
}
@media (max-width: 1199.98px) {
  .service-box-home-wrapper .service-box-home .svg-wrapper svg {
    margin: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-box-home-wrapper .service-box-home .svg-wrapper svg {
    height: 38px;
  }
}
.service-box-home-wrapper .service-box-home .img-wrapper {
  position: relative;
}
.service-box-home-wrapper .service-box-home .img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.service-box-home-wrapper .service-box-home .img-wrapper .text {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(196, 39, 49, 0.9);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .service-box-home-wrapper .service-box-home .img-wrapper .text {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-box-home-wrapper .service-box-home .img-wrapper .text {
    font-size: 14px;
  }
}
.service-box-home-wrapper .service-box-home .img-wrapper .text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.service-box-home-wrapper .service-box-home .img-wrapper .text ul li {
  position: relative;
  margin: 0;
  padding: 2px 0 2px 18px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .service-box-home-wrapper .service-box-home .img-wrapper .text ul li {
    padding: 0 0 0 18px;
  }
}
.service-box-home-wrapper .service-box-home .img-wrapper .text 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: 10px;
  left: 0;
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .service-box-home-wrapper .service-box-home .img-wrapper .text ul li:before {
    font-size: 12px;
    top: 9px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .service-box-home-wrapper .service-box-home .img-wrapper .text ul li:before {
    font-size: 10px;
    top: 5px;
  }
}
.service-box-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  height: 100%;
  min-height: 330px;
  display: flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .service-box-wrapper {
    margin-bottom: 20px;
  }
}
.service-box-wrapper:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(10, 27, 70, 0.6);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service-box-wrapper:hover {
  -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.4);
  -moz-box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.4);
  box-shadow: 0 50px 80px 0 rgba(12, 26, 62, 0.4);
}
.service-box-wrapper:hover:before {
  background-color: rgba(0, 42, 149, 0.6);
}
.service-box-wrapper a {
  text-decoration: none;
}
.service-box-wrapper * {
  position: relative;
  z-index: 10;
  color: #ffffff;
}
.service-box-wrapper h3 {
  font: 700 30px/1.3 "Ubuntu", sans-serif;
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 1799.98px) {
  .service-box-wrapper h3 {
    font-size: 28px;
  }
}
@media (max-width: 1599.98px) {
  .service-box-wrapper h3 {
    font-size: 26px;
  }
}
@media (max-width: 1399.98px) {
  .service-box-wrapper h3 {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  .service-box-wrapper h3 {
    margin-bottom: 20px;
  }
}
.service-box-wrapper .text {
  display: block;
  margin: 0;
}
.service-box-wrapper .service-box {
  display: block;
  padding: 40px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 1599.98px) {
  .service-box-wrapper .service-box {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .service-box-wrapper .service-box {
    padding: 20px;
  }
}
.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: #c42731;
  font: italic normal 900 24px/24px "Ubuntu", sans-serif;
  margin: 0 0 6px 0;
  text-align: center;
}
.service-svg-box p {
  color: #c42731;
  font: normal normal 600 14px/24px "Ubuntu", sans-serif;
  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: #c42731;
}
.service-svg-box .btn {
  width: 100%;
}
.testimonials-box {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer {
  overflow: inherit;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage:after {
  display: none;
}
.testimonials-box .owl-carousel.testimonials-carousel .owl-stage-outer .owl-stage .owl-item {
  float: none;
  display: flex;
  flex: 1 0 auto;
}
.testimonials-box .owl-item.active {
  height: auto;
}
.testimonials-box .item {
  position: relative;
  background-color: #fcfceb;
  padding: 120px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1599.98px) {
  .testimonials-box .item {
    padding: 100px 40px 40px 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item {
    padding: 90px 30px 30px 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item {
    padding: 80px 20px 20px 20px;
  }
}
.testimonials-box .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-box .item:before {
    left: 40px;
    width: 100px;
    height: 75px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item:before {
    left: 30px;
    width: 80px;
    height: 60px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item:before {
    left: 20px;
  }
}
.testimonials-box .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-box .item:after {
    left: 40px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .item:after {
    left: 30px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .item:after {
    left: 20px;
  }
}
.testimonials-box h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0 0 0;
}
.testimonials-box blockquote {
  margin: 0;
  padding: 0;
}
.testimonials-box blockquote p:last-child {
  margin-bottom: 0;
}
.testimonials-box .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 1599.98px) {
  .testimonials-box .owl-dots {
    margin-top: 80px;
  }
}
@media (max-width: 1399.98px) {
  .testimonials-box .owl-dots {
    margin-top: 50px;
  }
}
@media (max-width: 1199.98px) {
  .testimonials-box .owl-dots {
    margin-top: 30px;
  }
}
.testimonials-box .owl-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 14px;
  height: 14px;
  margin: 0 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  cursor: pointer;
}
.testimonials-box .owl-dots button:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 2px solid #000000;
  position: absolute;
  display: block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  box-sizing: border-box;
}
.testimonials-box .owl-dots button.active {
  border: 2px solid #5cf7b7;
  background-color: #5cf7b7;
}
.testimonials-box .owl-dots button.active:before {
  opacity: 0;
}
.testimonials-box .owl-nav {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials-box .owl-nav button.owl-next, .testimonials-box .owl-nav button.owl-prev, .testimonials-box .owl-nav button {
  margin: 0 10px;
  width: 50px;
  height: 50px;
}
.testimonials-box .owl-nav button.owl-next:focus, .testimonials-box .owl-nav button.owl-next .focus, .testimonials-box .owl-nav button.owl-prev:focus, .testimonials-box .owl-nav button.owl-prev .focus, .testimonials-box .owl-nav button:focus, .testimonials-box .owl-nav button .focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.testimonials-box .owl-nav button.owl-next i, .testimonials-box .owl-nav button.owl-prev i, .testimonials-box .owl-nav button i {
  font-size: 24px;
  color: #c42731;
}
.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 30px 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
  background-color: #ffc03c;
  -webkit-border-radius: 8px 8px 8px 0;
  -moz-border-radius: 8px 8px 8px 0;
  border-radius: 8px 8px 8px 0;
  flex: 1 0;
  padding: 40px;
  margin: 0 0 40px 0;
  font-size: 16px;
  position: relative;
}
@media (max-width: 991.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .jm-testimonials-box-wrapper .jm-testimonials-box blockquote {
    padding: 20px;
  }
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote p {
  margin-bottom: 24px;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote > *:last-child {
  margin-bottom: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box blockquote:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 40px solid transparent;
  border-top: 20px solid #ffc03c;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box h4.title, .jm-testimonials-box-wrapper .jm-testimonials-box h5.sub-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.jm-testimonials-box-wrapper .jm-testimonials-box h5.sub-title {
  font-size: 16px;
  font-weight: 400;
}
.jm-gallery-wrapper {
  position: relative;
  padding: 0;
  margin-bottom: 35px;
}
.jm-gallery-wrapper .cycle-slide {
  width: 100%;
}
.jm-gallery-wrapper .cycle-slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 40, 82, 0);
  background: -moz-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 40, 82, 0)), color-stop(40%, rgba(0, 40, 82, 0)), color-stop(80%, rgba(0, 40, 82, 0.67)), color-stop(100%, #002852));
  background: -webkit-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -o-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: -ms-linear-gradient(top, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  background: linear-gradient(to bottom, rgba(0, 40, 82, 0) 0%, rgba(0, 40, 82, 0) 40%, rgba(0, 40, 82, 0.67) 80%, #002852 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002852", endColorstr="#002852", GradientType=0);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.jm-gallery-wrapper .cycle-slide img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.jm-gallery-wrapper .cycle-slide .image-caption {
  display: block;
  position: absolute;
  z-index: 10;
  color: #ffffff;
  left: calc(var(--bs-gutter-x) / 2);
  bottom: calc(var(--bs-gutter-x) / 2);
}
.jm-gallery-wrapper .cycle-gallery-pager {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-left: -6px;
  margin-right: -6px;
}
.jm-gallery-wrapper .cycle-gallery-pager li {
  margin: 0;
  padding: 0 6px 6px 6px;
  cursor: pointer;
  position: relative;
}
.jm-gallery-wrapper .cycle-gallery-pager li.cycle-pager-active:before {
  display: none;
}
.jm-gallery-wrapper .cycle-gallery-pager li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.jm-gallery-wrapper .cycle-gallery-pager li img {
  width: 130px;
  height: auto;
  display: block;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
@media (max-width: 767.98px) {
  .jm-gallery-wrapper .cycle-gallery-pager li img {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .jm-gallery-wrapper .cycle-gallery-pager li img {
    width: 70px;
  }
}
.jm-gallery-wrapper .cycle-gallery-pager span {
  display: none;
}
.jm-gallery-wrapper .cycle-nav {
  position: absolute;
  z-index: 800;
  width: 100%;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 575.98px) {
  .jm-gallery-wrapper .cycle-nav {
    display: none;
  }
}
.jm-gallery-wrapper .cycle-nav .cycle-prev, .jm-gallery-wrapper .cycle-nav .cycle-next {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-size: 40px;
  line-height: 100px;
  background-color: rgba(11, 40, 71, 0.5);
  color: #ffffff;
  z-index: 500;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .jm-gallery-wrapper .cycle-nav .cycle-prev, .jm-gallery-wrapper .cycle-nav .cycle-next {
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
  }
}
.jm-gallery-wrapper .cycle-nav .cycle-prev:hover, .jm-gallery-wrapper .cycle-nav .cycle-next:hover {
  color: #ffc03c;
}
.jm-gallery-with-text-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 35px 0;
}
.jm-gallery-with-text-wrapper .cycle-slide {
  width: 100%;
}
.jm-gallery-with-text-wrapper .cycle-slide .cycle-slide-wrapper {
  display: flex;
}
.jm-gallery-with-text-wrapper .cycle-slide img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.jm-gallery-with-text-wrapper .cycle-slide .slide-content-wrapper {
  margin-bottom: 30px;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager {
  position: relative;
  display: flex;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span {
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  margin: 0 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 6px;
  left: 6px;
  position: absolute;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #c42731;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span.cycle-pager-active {
  border-color: #ffc03c;
}
.jm-gallery-with-text-wrapper .cycle-gallery-with-text-pager span.cycle-pager-active:before {
  background-color: #ffc03c;
}
.jm-custom-accordion {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  margin-bottom: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.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: #c42731;
  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-size: 20px;
  font-weight: 500;
  margin: 0;
  color: #c42731;
  position: relative;
  padding-left: 40px;
}
.jm-custom-accordion .jm-custom-accordion-header h4 i {
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1.2;
}
.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;
  }
}
.jm-photo-collage-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 767.98px) {
  .jm-photo-collage-wrapper {
    margin-bottom: 30px;
  }
}
.jm-photo-collage-wrapper .jm-photo-collage {
  position: relative;
  width: 100%;
  display: flex;
}
.jm-photo-collage-wrapper img {
  position: relative;
  display: block;
  width: 66%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 50px 80px 0 rgba(25, 35, 112, 0.1);
  -moz-box-shadow: 0 50px 80px 0 rgba(25, 35, 112, 0.1);
  box-shadow: 0 50px 80px 0 rgba(25, 35, 112, 0.1);
}
@media (max-width: 1399.98px) {
  .jm-photo-collage-wrapper img {
    -webkit-box-shadow: 0 20px 40px 0 rgba(25, 35, 112, 0.1);
    -moz-box-shadow: 0 20px 40px 0 rgba(25, 35, 112, 0.1);
    box-shadow: 0 20px 40px 0 rgba(25, 35, 112, 0.1);
  }
}
@media (min-width: 768px) {
  .jm-photo-collage-wrapper.position-left-outside, .jm-photo-collage-wrapper.position-right-outside {
    margin-top: calc(-1.5 * var(--bs-gutter-y));
    margin-bottom: calc(-1.5 * var(--bs-gutter-y));
  }
}
.jm-photo-collage-wrapper.position-left img:first-child, .jm-photo-collage-wrapper.position-left-outside img:first-child {
  z-index: 10;
  margin-top: 15%;
}
.jm-photo-collage-wrapper.position-left img:last-child, .jm-photo-collage-wrapper.position-left-outside img:last-child {
  position: absolute;
  top: 0;
  left: 0;
}
.jm-photo-collage-wrapper.position-left .jm-photo-collage, .jm-photo-collage-wrapper.position-left-outside .jm-photo-collage {
  align-items: flex-end;
  justify-content: flex-end;
}
.jm-photo-collage-wrapper.position-right img:first-child, .jm-photo-collage-wrapper.position-right-outside img:first-child {
  z-index: 10;
  margin-top: 15%;
}
.jm-photo-collage-wrapper.position-right img:last-child, .jm-photo-collage-wrapper.position-right-outside img:last-child {
  position: absolute;
  top: 0;
  right: 0;
}
.jm-photo-collage-wrapper.position-right .jm-photo-collage, .jm-photo-collage-wrapper.position-right-outside .jm-photo-collage {
  align-items: flex-start;
  justify-content: flex-start;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner {
  height: 100%;
}
.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}
@media (max-width: 991.98px) {
  .vc_row.even-section, .even-section > .vc_row {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 991.98px) {
  .vc_row.even-section *:first-child, .even-section > .vc_row *:first-child {
    order: 20;
  }
}
@media (max-width: 991.98px) {
  .vc_row.even-section *:last-child, .even-section > .vc_row *:last-child {
    order: 10;
  }
}
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;
}
body .vc_general.vc_btn3 {
  font-size: 18px;
  font-weight: 500;
}
body .vc_general.vc_btn3.vc_btn3-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
body .vc_general.vc_btn3.vc_btn3-block.vc_btn3-icon-left {
  text-align: left;
}
body .vc_general.vc_btn3.vc_btn3-style-classic {
  border: none;
  border-bottom: 3px solid #ff6b74;
}
body .vc_general.vc_btn3.vc_btn3-color-danger {
  background-color: #c42731;
}
body .vc_general.vc_btn3.vc_btn3-color-danger:hover {
  background-color: #db2e39;
}
body .vc_general.vc_btn3.vc_btn3-block.vc_btn3-size-lg {
  font-size: 18px;
  line-height: 20px;
  padding: 30px 40px;
}
@media (max-width: 1599.98px) {
  body .vc_general.vc_btn3.vc_btn3-block.vc_btn3-size-lg {
    padding: 20px 30px;
  }
}
@media (max-width: 1399.98px) {
  body .vc_general.vc_btn3.vc_btn3-block.vc_btn3-size-lg {
    padding: 15px 20px;
  }
}
@media (max-width: 767.98px) {
  body .vc_general.vc_btn3.vc_btn3-block.vc_btn3-size-lg {
    padding: 15px 10px;
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  body .vc_general.vc_btn3.vc_btn3-block.vc_btn3-size-lg .vc_btn3-icon {
    font-size: 16px;
  }
}
body .fivecolumns.wpb_row .vc_col-sm-2 {
  width: 20%;
}
@media (max-width: 1199.98px) {
  body .fivecolumns.wpb_row .vc_col-sm-2 {
    width: 33.3333%;
  }
}
@media (max-width: 991.98px) {
  body .fivecolumns.wpb_row .vc_col-sm-2 {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  body .fivecolumns.wpb_row .vc_col-sm-2 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 575.98px) {
  body .fivecolumns.wpb_row .vc_col-sm-2 {
    width: auto;
    float: none;
  }
}
body .fivecolumns .last {
  display: none;
}
/*
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic {
    .vc_tta-panel .vc_tta-panel-heading {
        border-color: #dce2e8;
        background-color: #fff;
        h4 {
            font-family: @baseFontFamily;
            font-size: 24px;
            line-height: 30px;
            font-weight: 400;
            a {
                padding-top: 20px;
                padding-bottom: 20px;
                padding-left: 30px;
            }
        }
    }

    .vc_tta-panel .vc_tta-panel-heading:focus,
    .vc_tta-panel .vc_tta-panel-heading:hover {
        background-color: #d2e9ff
    }

    .vc_tta-panel .vc_tta-panel-title>a {
        color: $color1;
    }

    .vc_tta-panel.vc_active .vc_tta-panel-heading {
        border-color: $color1;
        background-color: $color1
    }

    .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        color: #ffffff;
    }

    .vc_tta-panel .vc_tta-panel-body {
        background-color: $color1;
        color: #fff;
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
        * {
            color: #fff;
        }
    }

    .vc_tta-panel .vc_tta-panel-body,
    .vc_tta-panel .vc_tta-panel-body::after,
    .vc_tta-panel .vc_tta-panel-body::before {
        border-color: $color1;
    }


    .vc_tta-controls-icon::after,
    .vc_tta-controls-icon::before {
        border-color: $color1;
    }
    .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after,
    .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
        border-color: #fff;
    }
}
*/
/* #General
================================================== */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  color: #000000;
  font: 400 18px/1.6 "Ubuntu", sans-serif;
  width: 100%;
  min-width: 320px;
  position: inherit;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 1399.98px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
td, th {
  color: #000000;
  text-align: left;
  vertical-align: top;
}
p {
  margin: 0 0 28.8px 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  p {
    margin-bottom: 28.8px;
  }
}
@media (max-width: 991.98px) {
  p {
    margin-bottom: 25.6px;
  }
}
@media (max-width: 767.98px) {
  p {
    margin-bottom: 22.4px;
  }
}
hr {
  display: block;
  clear: both;
  height: 1px;
  border: none;
  margin: 0 0 28.8px 0;
  padding: 0;
  border-bottom: 1px solid #000000;
}
a {
  color: #c42731;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:focus, a:hover {
  text-decoration: none;
  color: #000000;
  outline: none;
}
h1 {
  color: #c42731;
  font: 700 80px/1.125 "Ubuntu", sans-serif;
  margin: 0;
  padding: 0;
}
h1 span {
  font-weight: 300;
}
@media (max-width: 1399.98px) {
  h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  color: #000000;
  font: 500 50px/1.2 "Ubuntu", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199.98px) {
  h2 {
    font-size: 30px;
  }
}
h2.vc_custom_heading {
  margin-bottom: 40px;
}
h2.section-title {
  text-align: center;
  margin-bottom: calc(var(--bs-gutter-x) * 1.5);
}
h2.big-indent {
  margin-bottom: calc(var(--bs-gutter-x) * 1.5);
}
h2 a {
  color: #000000;
  text-decoration: none;
}
h3 {
  color: #000000;
  font: 500 40px/1.2 "Ubuntu", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  h3 {
    font-size: 34px;
  }
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 26px;
  }
}
h4 {
  color: #c42731;
  font: 700 30px/1.2 "Ubuntu", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  h4 {
    font-size: 24px;
  }
}
@media (max-width: 1199.98px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  color: #c42731;
  font: 500 26px/1.3 "Ubuntu", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
@media (max-width: 1399.98px) {
  h5 {
    font-size: 22px;
  }
}
@media (max-width: 1199.98px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  color: #000000;
  font: 700 14px/28px "Ubuntu", sans-serif;
  margin: 0 0 16px 0;
  padding: 0;
}
.site {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  text-align: left;
  overflow: hidden;
}
.site .site-wrapper {
  flex: 1 0 auto;
}
.site-content {
  position: relative;
  z-index: 40;
}
.inverted * {
  color: #fff;
}
.inverted a:not(.btn) {
  color: #fff;
}
.inverted a:not(.btn):hover {
  color: #c42731;
}
.header-indent {
  margin: 25px 0 60px 0;
}
@media (max-width: 1199.98px) {
  .header-indent {
    margin: 0 0 35px 0;
  }
}
.content-indent {
  padding-top: calc(var(--bs-gutter-x) * 1.5);
  padding-bottom: calc(var(--bs-gutter-x) * 1.5);
}
.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(--bs-gutter-x) * 1.5);
}
.content-indent > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-small {
  padding-top: var(--bs-gutter-x);
  padding-bottom: var(--bs-gutter-x);
}
.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(--bs-gutter-x);
}
.content-indent-small > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-top {
  padding-top: calc(var(--bs-gutter-x) * 1.5);
}
.content-indent-bottom {
  padding-bottom: calc(var(--bs-gutter-x) * 1.5);
}
.content-indent-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-indent-small-bottom {
  padding-bottom: var(--bs-gutter-x);
}
.content-indent-small-bottom > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}
.content-area, .widget-area {
  margin: calc(var(--bs-gutter-x) * 1.5) 0;
}
.wpb-post .content-area, .wpb-post .widget-area {
  margin: 0;
}
.single-property .content-area, .single-property .widget-area {
  margin: 0;
}
.home .content-area, .home .widget-area {
  margin: 0;
}
.page .content-area, .page .widget-area {
  margin: 0;
}
body.advanced-search .content-area, body.advanced-search .widget-area {
  margin: calc(var(--bs-gutter-x) * 1.5) 0;
}
.all-included {
  font-weight: 600;
  font-size: 160%;
  font-style: italic;
}
.jm-svg-box {
  display: block;
  margin: 0 0 28.8px 0;
  padding: 0;
}
@media (max-width: 1199.98px) {
  .jm-svg-box {
    margin-bottom: 28.8px;
  }
}
@media (max-width: 991.98px) {
  .jm-svg-box {
    margin-bottom: 25.6px;
  }
}
@media (max-width: 767.98px) {
  .jm-svg-box {
    margin-bottom: 22.4px;
  }
}
.partners-slider-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * 1.2);
}
@media (max-width: 767.98px) {
  .partners-slider-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 419.98px) {
  .partners-slider-wrapper {
    padding: 0 25px;
  }
}
.partners-slider-wrapper .link-item > a {
  height: 100%;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1799.98px) {
  .partners-slider-wrapper .link-item > a {
    padding: 40px;
  }
}
@media (max-width: 1399.98px) {
  .partners-slider-wrapper .link-item > a {
    padding: 30px;
  }
}
@media (max-width: 1199.98px) {
  .partners-slider-wrapper .link-item > a {
    padding: 20px;
    font-size: 18px;
  }
}
.partners-slider-wrapper .link-item > a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media (max-width: 767.98px) {
  .partners-slider-wrapper .link-item > a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.partners-slider-wrapper .link-item > a:hover .slide-content {
  opacity: 1;
}
.partners-slider-wrapper .link-item > a img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gray-wrapper {
  position: relative;
  background-color: #f5f5f5;
}
.gray-wrapper:before, .gray-wrapper:after {
  content: "";
  position: absolute;
  background: #f5f5f5;
  top: 0;
  bottom: 0;
  width: 101%;
}
.gray-wrapper:before {
  right: 100%;
}
.gray-wrapper:after {
  left: 100%;
}
.simple-slider-wrapper {
  padding: 0 calc(var(--bs-gutter-x) * 1.2);
}
@media (max-width: 767.98px) {
  .simple-slider-wrapper {
    padding: 0 50px;
  }
}
@media (max-width: 419.98px) {
  .simple-slider-wrapper {
    padding: 0 25px;
  }
}
.simple-box {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}
.simple-box:hover .above-photo h5 {
  color: #c42731;
}
.simple-box img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.simple-box .above-photo {
  margin: auto;
}
.simple-box .above-photo h5 {
  text-align: center;
  margin: 40px;
  color: #000000;
}
@media (max-width: 1399.98px) {
  .simple-box .above-photo h5 {
    margin: 30px;
  }
}
@media (max-width: 1199.98px) {
  .simple-box .above-photo h5 {
    margin: 20px 10px;
  }
}
.financing-logos {
  display: flex;
  justify-content: space-between;
  margin-right: calc(-.5* var(--bs-gutter-x));
  margin-left: calc(-.5* var(--bs-gutter-x));
}
@media (max-width: 1199.98px) {
  .financing-logos {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.financing-logos .big-btn-wrapper {
  padding-right: calc(var(--bs-gutter-x)* .5);
  padding-left: calc(var(--bs-gutter-x)* .5);
}
@media (max-width: 1199.98px) {
  .financing-logos .big-btn-wrapper {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
