* {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto; }

section .section-title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600; }
section #map {
  height: 400px; }
section .section-content {
  padding: 50px 0;
  width: 100%; }
section .fancy-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  section .fancy-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px; }
    section .fancy-list li:before {
      font-family: "Font Awesome 6 Free";
      content: "\f054";
      font-weight: 800;
      font-size: 10px;
      padding-left: 10px;
      float: left;
      padding-top: 5px;
      opacity: .7; }
section .wrapper-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  section .wrapper-row .col {
    flex: 1;
    flex-basis: 25%; }
section.bg_gray {
  background: rgba(0, 0, 0, 0.03); }
  section.bg_gray .card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  section.bg_gray .embedded-image {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
section[data-type='testimonials'] {
  background-color: #2f2f2f;
  color: white; }
  section[data-type='testimonials'] .wrapper-row {
    gap: 20px;
    margin-top: 50px; }
  section[data-type='testimonials'] .section-title {
    text-align: left;
    margin-bottom: 20px; }
    section[data-type='testimonials'] .section-title h2 {
      font-size: 40px;
      font-style: normal;
      font-weight: bold; }
  section[data-type='testimonials'] .card {
    border: none;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px; }
    section[data-type='testimonials'] .card .testimonial-title {
      font-weight: bold; }
    section[data-type='testimonials'] .card .testimonial-text {
      margin-top: 20px; }
    section[data-type='testimonials'] .card .testimonial-stars {
      color: var(--bs-primary); }
    section[data-type='testimonials'] .card .card-body {
      color: white;
      padding: 0; }
section[data-type='missing'] {
  background: #dbdbdb; }
section[data-type='applemaps'] .section-content {
  padding: 0; }
section[data-type='blog'] .bg-size-cover {
  background-size: cover;
  background-position: center; }
section[data-type='blog'] a {
  text-decoration: none; }
section[data-type='footer-form'] .block-body.bg-image {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 20px; }
  section[data-type='footer-form'] .block-body.bg-image:after {
    content: "";
    background: #0000008e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
section[data-type='footer-form'] .block-body .content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%; }
  section[data-type='footer-form'] .block-body .content-wrapper .f-title, section[data-type='footer-form'] .block-body .content-wrapper .f-subtitle {
    color: white; }
  section[data-type='footer-form'] .block-body .content-wrapper .f-title {
    font-size: 34px;
    font-weight: 400; }
  section[data-type='footer-form'] .block-body .content-wrapper .f-subtitle {
    font-size: 20px;
    font-weight: 400; }
  section[data-type='footer-form'] .block-body .content-wrapper .module-forms .btn-primary {
    border: solid 2px white;
    font-weight: bold;
    width: 100%; }
  section[data-type='footer-form'] .block-body .content-wrapper .module-forms .form-floating .form-label {
    font-weight: 600; }
  section[data-type='footer-form'] .block-body .content-wrapper .module-forms .form-floating textarea {
    height: 190px;
    border-radius: 20px; }
  section[data-type='footer-form'] .block-body .content-wrapper .module-forms .form-floating .form-control {
    border-radius: 20px; }
section[data-type='hero'] {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 660px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center; }
  section[data-type='hero']:after {
    content: "";
    background: #0000008e;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  section[data-type='hero'] .hero-content {
    position: relative;
    z-index: 1;
    width: 100%; }
  section[data-type='hero'] .bg-video {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
  section[data-type='hero'] .btn {
    padding: 10px 24px;
    font-weight: 18px; }
section[data-type='counter'] .wrapper-row > div {
  text-align: center; }
  section[data-type='counter'] .wrapper-row > div .count-wrap {
    font-size: 40px;
    color: #c69e41;
    font-weight: bold; }
  section[data-type='counter'] .wrapper-row > div .count-title {
    font-size: 16px;
    color: #00000079;
    font-weight: 600; }
section[data-type='content_parallax'] {
  background: #000;
  color: #fff;
  position: relative; }
  section[data-type='content_parallax'] .section-content {
    position: relative;
    min-height: 600px;
    padding: 0; }
    section[data-type='content_parallax'] .section-content .parallax-content {
      width: 40%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      min-height: 100%;
      min-height: 600px;
      gap: 10px; }
    section[data-type='content_parallax'] .section-content .parallax-image {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 60%;
      z-index: 1;
      background-size: cover;
      background-position: center; }
      section[data-type='content_parallax'] .section-content .parallax-image::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
        z-index: 2; }
section[data-type='banner_text'] {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center; }
  section[data-type='banner_text']:after {
    content: "";
    background: #00000073;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  section[data-type='banner_text'] .hero-content {
    position: relative;
    z-index: 1;
    width: 100%; }
  section[data-type='banner_text'] .bg-video {
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1; }
section[data-type='empty'] .embedded-video video {
  max-width: 100%;
  border-radius: 10px; }
section[data-type='cta'] {
  background-color: #c69e41;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  section[data-type='cta'] .cta-content {
    display: flex;
    justify-content: space-between;
    color: white;
    align-items: center; }
    section[data-type='cta'] .cta-content .cta-title {
      font-size: 24px; }
    section[data-type='cta'] .cta-content a {
      color: white; }
    section[data-type='cta'] .cta-content .block-buttons .btn-primary {
      background: white;
      color: #c69e41;
      margin-left: 10px;
      border: none; }
section[data-type='clean'] {
  padding: 0; }
section[data-type='gallery'] .grid-gallery {
  height: 500px;
  display: flex; }
  section[data-type='gallery'] .grid-gallery .g-l, section[data-type='gallery'] .grid-gallery .g-r {
    height: 100%;
    width: 50%;
    overflow: hidden; }
  section[data-type='gallery'] .grid-gallery .g-l {
    overflow: hidden; }
    section[data-type='gallery'] .grid-gallery .g-l .g-l-t, section[data-type='gallery'] .grid-gallery .g-l .g-l-b {
      height: 50%;
      width: 100%;
      overflow: hidden; }
    section[data-type='gallery'] .grid-gallery .g-l .g-l-b {
      display: flex; }
      section[data-type='gallery'] .grid-gallery .g-l .g-l-b .g-l-b-l, section[data-type='gallery'] .grid-gallery .g-l .g-l-b .g-l-b-r {
        height: 100%;
        width: 50%;
        overflow: hidden; }
  section[data-type='gallery'] .grid-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s; }
    section[data-type='gallery'] .grid-gallery img:hover {
      transform: scale(1.1); }
section[data-type='cards'].partial-bg-primary .partial_bg_primary {
  height: 300px;
  position: absolute;
  z-index: -1;
  background: #c69e41;
  width: 100%; }
section[data-type='cards'].partial-bg-primary .section-title {
  color: white;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px; }
  section[data-type='cards'].partial-bg-primary .section-title h2 {
    color: white;
    font-size: 40px;
    font-weight: bold; }
section[data-type='cards'].partial-bg-primary .card {
  background: transparent;
  border: none; }
  section[data-type='cards'].partial-bg-primary .card .card-image {
    height: 300px; }
    section[data-type='cards'].partial-bg-primary .card .card-image img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      border-radius: 30px; }
  section[data-type='cards'].partial-bg-primary .card .card-content {
    text-align: left; }
    section[data-type='cards'].partial-bg-primary .card .card-content .card-title, section[data-type='cards'].partial-bg-primary .card .card-content h3 {
      color: #2f2f2f;
      font-size: 32px;
      font-weight: bold; }
section[data-type='cards'] .card {
  margin-bottom: 20px;
  border-radius: 8px; }
  section[data-type='cards'] .card .card-image {
    height: 200px; }
    section[data-type='cards'] .card .card-image img {
      object-fit: cover;
      object-position: center;
      width: 100%;
      height: 100%;
      border-radius: 8px 8px 0 0; }
  section[data-type='cards'] .card .card-content {
    text-align: center; }
    section[data-type='cards'] .card .card-content .text {
      color: #333; }
  section[data-type='cards'] .card a {
    text-decoration: none; }
section[data-type='cards'].stacked .card {
  border: none; }
  section[data-type='cards'].stacked .card .card-image {
    height: 300px; }
    section[data-type='cards'].stacked .card .card-image img {
      position: absolute;
      top: 0;
      left: 0;
      object-fit: cover;
      width: 100%;
      height: 100%;
      border-radius: 8px; }
    section[data-type='cards'].stacked .card .card-image::before {
      background: rgba(0, 87, 39, 0.493);
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      content: "";
      border-radius: 8px; }
  section[data-type='cards'].stacked .card .card-content {
    position: absolute;
    z-index: 1;
    color: white;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5882352941); }
    section[data-type='cards'].stacked .card .card-content .card-title {
      margin-bottom: 30px; }
    section[data-type='cards'].stacked .card .card-content .text {
      color: white; }
section[data-type='block_category_masonry'] .card {
  border-radius: 5px;
  border: none;
  position: relative;
  overflow: hidden;
  display: block;
  height: 15.2rem;
  border-radius: 10px; }
  section[data-type='block_category_masonry'] .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    transition: transform .15s;
    position: absolute; }
  section[data-type='block_category_masonry'] .card:hover img {
    transform: scale(1.1); }
  section[data-type='block_category_masonry'] .card .title {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #2b8f22;
    padding: 15px 25px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    border-radius: 10px 0 10px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
section .embedded-image {
  max-width: 100%;
  border-radius: 10px; }
section .block-buttons {
  padding-top: 20px;
  display: flex;
  gap: 10px; }
  section .block-buttons.embedded-buttons {
    margin-top: 20px; }
  section .block-buttons a.btn::after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-weight: 800;
    font-size: 10px;
    padding-left: 10px;
    float: right;
    padding-top: 5px;
    opacity: .7; }
section.titlebar {
  background: #c69e41;
  color: white;
  padding: 20px 0; }

@media (max-width: 768px) {
  section[data-type='cta'] .cta-content {
    flex-direction: column; }
    section[data-type='cta'] .cta-content .cta-text {
      text-align: center; }
    section[data-type='cta'] .cta-content .block-buttons {
      margin-top: 20px; }
  section[data-type='content_parallax'] .section-content {
    min-height: auto;
    padding: 50px 0; }
    section[data-type='content_parallax'] .section-content .parallax-content {
      width: 100%;
      position: relative;
      z-index: 5;
      min-height: auto; }
  section[data-type="block_category_masonry"] .card {
    margin: 15px 0 0 0 !important;
    height: 200px !important; } }
.logo {
  padding: 10px 0;
  margin-right: 20px; }
  .logo img {
    max-height: 50px; }

.btn {
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 17px; }
  .btn.btn-primary {
    color: white; }

.nav-pills .nav-link {
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 17px;
  border: solid 2px rgba(0, 0, 0, 0.171);
  color: rgba(0, 0, 0, 0.521);
  background: transparent; }
  .nav-pills .nav-link.active {
    opacity: 1;
    color: black;
    border: solid 2px black;
    background: transparent; }
.nav-pills .show > .nav-link {
  opacity: 1;
  color: black;
  border: solid 2px black;
  background: transparent; }

.top-bar {
  display: none;
  background: #c69e41;
  color: white;
  padding: 0 0;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 36px;
  line-height: 36px; }
  .top-bar ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px; }
    .top-bar ul li {
      display: inline;
      padding: 0 10px;
      float: left;
      /* &:not(:last-child) {
          border-right: solid 1px rgba(255, 255, 255, 0.408);
      } */ }
      .top-bar ul li a {
        color: white;
        text-decoration: none; }
        .top-bar ul li a i {
          margin-right: 3px; }

nav.navbar {
  padding: 0; }
  nav.navbar ul.navbar-nav .nav-link.active {
    color: #c69e41;
    background-color: transparent;
    font-weight: bold; }
  nav.navbar ul.navbar-nav .dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.65rem;
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 4px;
    border: none;
    vertical-align: baseline; }
  nav.navbar ul.navbar-nav .dropdown-menu {
    font-size: 14px;
    background: black;
    border: none;
    left: 50%;
    transform: translateX(-50%); }
    nav.navbar ul.navbar-nav .dropdown-menu::before {
      border-bottom: 6px solid #000;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      width: 0;
      height: 0;
      content: "";
      display: block;
      position: absolute;
      bottom: 100%;
      left: calc(50% - $subnav_triangle_size); }
    nav.navbar ul.navbar-nav .dropdown-menu a {
      color: rgba(255, 255, 255, 0.7); }
      nav.navbar ul.navbar-nav .dropdown-menu a:hover {
        background: transparent;
        color: white; }

.nav-trans nav.navbar {
  background: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1; }
  .nav-trans nav.navbar .logo img {
    filter: brightness(0) invert(1); }
  .nav-trans nav.navbar ul.navbar-nav .nav-link {
    color: white;
    opacity: 0.7; }
    .nav-trans nav.navbar ul.navbar-nav .nav-link.active {
      color: white;
      opacity: 1; }

.has-topbar .top-bar {
  display: block; }
.has-topbar nav.navbar {
  padding-top: 36px; }
  .has-topbar nav.navbar.navbar-overlay {
    padding-top: 36px; }

.page-home nav.navbar.navbar-overlay {
  background: rgba(0, 0, 0, 0) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 0;
  font-size: 16px; }
  .page-home nav.navbar.navbar-overlay > .container {
    border-bottom: solid 1px rgba(255, 255, 255, 0.592);
    padding: 8px 0;
    font-weight: bold; }
    .page-home nav.navbar.navbar-overlay > .container a {
      color: rgba(255, 255, 255, 0.8);
      padding: 10px 20px; }
      .page-home nav.navbar.navbar-overlay > .container a.active {
        color: white; }
      .page-home nav.navbar.navbar-overlay > .container a:hover {
        color: white; }

footer {
  background-color: black;
  color: white; }
  footer a {
    color: white; }
    footer a.nav-link {
      color: rgba(255, 255, 255, 0.735); }
      footer a.nav-link:hover {
        color: white; }
  footer img {
    filter: brightness(0) invert(1); }

.slick-slider {
  margin-left: 20px;
  margin-right: 20px; }
  .slick-slider button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    width: 40px;
    background: transparent;
    border: none;
    border-radius: 10px;
    z-index: 1;
    font-size: 0px;
    opacity: 0.5;
    transition: all 0.1s ease-in-out; }
    .slick-slider button:hover {
      opacity: 1;
      background: #c69e41; }
      .slick-slider button:hover::after {
        color: white; }
    .slick-slider button::after {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 24px;
      position: relative;
      z-index: 2;
      display: inline-block;
      border: none;
      color: #c69e41;
      vertical-align: baseline; }
    .slick-slider button.slick-prev.slick-arrow {
      left: -50px; }
      .slick-slider button.slick-prev.slick-arrow::after {
        content: "\f060"; }
    .slick-slider button.slick-next.slick-arrow {
      right: -50px; }
      .slick-slider button.slick-next.slick-arrow::after {
        content: "\f061"; }

.home-usps .text-wrapper > div {
  height: 42px;
  line-height: 42px;
  text-align: left; }
  .home-usps .text-wrapper > div a {
    color: #c69e41;
    text-decoration: none; }
    .home-usps .text-wrapper > div a:hover {
      text-decoration: underline; }

section.titlebar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }
  section.titlebar::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  section.titlebar .container {
    z-index: 1;
    position: relative;
    text-align: center;
    padding: 30px 0; }
    section.titlebar .container h1 {
      color: white;
      font-size: 30px;
      font-weight: bold; }

footer h3 {
  font-size: 1rem;
  color: #c69e41; }
footer .col-sm-12 {
  text-align: center; }
footer ul {
  padding: 0; }
  footer ul li {
    list-style: none;
    position: relative;
    padding: 3px; }
footer svg {
  max-width: 220px; }
footer a {
  color: #fff;
  text-decoration: none; }
footer .subfooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  text-align: center;
  margin: 2rem 0 0; }
  footer .subfooter .subfooter-content {
    display: block; }
  footer .subfooter .subfooter-meta {
    display: block;
    margin: 0.5rem 0 0; }

.navbar .nav-mobile {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  z-index: 2;
  transition: all .1s; }
  .navbar .nav-mobile .navbar-nav {
    background: #c69e41;
    padding: 5px;
    box-shadow: 5px 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 3;
    width: 80%;
    height: 100%; }
    .navbar .nav-mobile .navbar-nav .nav-item a {
      padding: 8px 10px;
      display: block;
      border-bottom: solid 1px rgba(0, 0, 0, 0.2); }
  .navbar .nav-mobile::after {
    background: #000;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all .2s; }
.navbar.nav-mobile-active .nav-mobile {
  left: 0; }
  .navbar.nav-mobile-active .nav-mobile::after {
    opacity: 0.3; }

@media (max-width: 768px) {
  .has-topbar .top-bar {
    display: none; }
  .has-topbar nav.navbar {
    padding-top: 0; }
    .has-topbar nav.navbar.navbar-overlay {
      padding-top: 0; }
    .has-topbar nav.navbar .navbar-nav {
      display: none; }

  footer .footer-left {
    margin-bottom: 30px; }
  footer .footer-right, footer .subfooter {
    flex-direction: column; } }

/*# sourceMappingURL=style.css.map */
