.text-white-08 {
  color: rgba(255, 255, 255, 0.8);
}

.lw-tab-content {
  display: none;
}
.lw-tab-content.--active {
  display: block;
}

.horizontal-scrolling .lw-tab-title.--active {
  background-color: #D49A74;
  color: #fff;
  border-color: #D49A74;
}

.vertical-tabs {
  list-style: none;
}
.vertical-tabs .lw-tab-title {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
  color: #fff;
}
.vertical-tabs .lw-tab-title.--active, .vertical-tabs .lw-tab-title:hover {
  color: #DDAE90;
}
.vertical-tabs .lw-tab-title.--active:before, .vertical-tabs .lw-tab-title:hover:before {
  content: "";
  width: 6px;
  height: 24px;
  position: absolute;
  left: -17px;
  top: 56%;
  background-color: #DDAE90;
  display: block;
  transform: translate3d(0, -50%, 0);
}

.mr-16 {
  margin-right: 16px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-50 {
  margin-left: 50px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-top: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt100 {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .mt100 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mt100 {
    padding-top: 30px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media screen and (max-width: 991px) {
  .pt100 {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pt100 {
    padding-top: 30px;
  }
}

.pb100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .pb100 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .pb100 {
    padding-bottom: 30px;
  }
}

.bg-white-01-pure {
  background: rgba(255, 255, 255, 0.1);
}

.fw-300 {
  font-weight: 300;
}

.text-brown-08 {
  color: #DDAE90;
}

.lw-color-brown-08 {
  color: #DDAE90;
}

a:hover, a:focus {
  text-decoration: none;
}

.lw-fs-12 {
  font-size: 12px;
}

.elementor-widget-text-editor {
  color: #fff;
}

.elementor-widget-lw_number_heading {
  color: #DDAE90;
  z-index: 9;
}

.has-drop-cap:first-letter, .dropcap p:first-child:first-letter, .elementor-drop-cap-yes p:first-child:first-letter {
  font-style: normal;
  font-weight: bold;
  font-size: 85px;
  line-height: 50px;
  text-align: center;
  color: #DDAE90;
  font-family: "Spectral", sans-serif;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 14px;
}
@media screen and (max-width: 576px) {
  .has-drop-cap:first-letter, .dropcap p:first-child:first-letter, .elementor-drop-cap-yes p:first-child:first-letter {
    font-size: 60px;
    line-height: 35px;
    margin-top: 10px;
  }
}

.dropcap p, .elementor-drop-cap-yes p {
  color: #fff;
}
.elementor-drop-cap-letter {
  font-style: normal;
  font-weight: bold;
  font-size: 85px;
  line-height: 50px;
  text-align: center;
  color: #DDAE90;
  font-family: "Spectral", sans-serif;
  float: left;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 14px;
}
@media screen and (max-width: 576px) {
  .elementor-drop-cap-letter {
    font-size: 60px;
    line-height: 35px;
    margin-top: 10px;
  }
}

q:before, q:after {
  content: initial;
}

.horizontal-scrolling {
  overflow: auto;
  white-space: nowrap;
}

.widget-image-caption {
  margin-top: 32px;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.height-100vh {
  min-height: 100vh;
}

#map {
  height: 100%;
}

.sub-menu {
  position: absolute;
  top: 0;
  left: 90%;
  width: 228px;
  background: #4F4F4F;
  padding: 10px;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}

.menu-item {
  position: relative;
}
.menu-item:hover .sub-menu {
  left: 100%;
  opacity: 1;
  padding: 12px;
}
.menu-item:hover .sub-menu li:not(:last-child) {
  margin-bottom: 16px;
}

.navbar-a .logo {
  margin: 20px 20px 14px 20px;
}
.navbar-a .social, .navbar-a .contact {
  padding-left: 20px;
  padding-right: 20px;
}
.navbar-a .contact {
  margin-bottom: 20px;
}

#menu-main-menu li {
  padding-left: 20px;
  padding-right: 20px;
}

.margin-x--15 {
  margin-right: -15px;
  margin-left: -15px;
}

.current-page-ancestor {
  color: #D49A74;
}

@media (min-width: 992px) {
  .line {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 1px;
    z-index: 0;
    background: rgba(255, 255, 255, 0.1);
  }
  .line-1 {
    left: 120px;
  }
  .line-2 {
    left: calc((100vw + 240px) / 4);
  }
  .line-3 {
    left: calc(50% - 1px);
  }
  .line-4 {
    right: calc((100vw + 240px) / 4);
  }
  .line-5 {
    right: 120px;
  }
}
.elementor-widget-wrap {
  z-index: 2;
}

.search, .language {
  z-index: 9;
}

@media (min-width: 992px) {
  #map {
    min-height: 80vh;
    height: 100%;
  }

  .banner-has-mb .banner-page {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .banner-has-mb .banner-page {
    margin-bottom: 50px;
  }

  #map {
    height: 50vh;
  }

  #location-content {
    height: 50vh;
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .elementor-container {
    width: calc(100% - 240px);
  }

  .elementor-section-full_width .elementor-container {
    width: 100%;
  }

  .text-bg {
    top: -136px;
    left: -50px;
    z-index: 0;
  }
}
@media screen and (min-width: 576px) {
  .two-columns {
    column-count: 2;
    column-gap: 30px;
  }
}
@media (max-width: 575px) {
  .pt200 {
    padding-top: 30px;
  }

  .banner-home-a .wrapper, .banner-page-a .wrapper {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.8) 100%);
  }

  .navbar-right {
    position: relative;
    width: auto;
  }

  .navbar-a {
    width: 50px;
  }

  body {
    padding-top: 50px;
  }

  .logo-mobile {
    margin-left: 30px;
  }
  .logo-mobile img {
    height: 40px;
  }

  .banner-page .title {
    margin-bottom: 30px;
  }

  .menu-bg {
    background: #000;
    position: fixed;
    top: 0;
    height: 50px;
    z-index: 9999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search .btn-search {
    background: transparent;
  }

  .search-active .logo-mobile {
    display: none !important;
  }
  .search-active .navbar-right, .search-active .search {
    width: 100%;
  }
  .search-active .search .search-input {
    max-width: 100%;
    width: 100%;
  }
}
.hr-white-4 {
  margin: 20px;
}

.elementor-text-editor h4, .elementor-text-editor ul, .lw-tab-content h4, .lw-tab-content ul {
  color: rgba(255, 255, 255, 0.8);
}
.elementor-text-editor ul, .lw-tab-content ul {
  padding-left: 11px;
}
.elementor-text-editor h4, .lw-tab-content h4 {
  padding-left: 10px;
}
.elementor-text-editor h4, .lw-tab-content h4 {
  margin-bottom: 16px;
}
.elementor-text-editor li, .lw-tab-content li {
  margin-bottom: 10px;
  font-weight: 300;
}

.news-item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 8px;
}

.title-height-control {
  height: 3.8em;
  overflow: hidden;
}

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