@charset "UTF-8";
@keyframes moteling-loading {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes moteling-loading {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
[class*=moteling-icon-] {
  font-family: "moteling-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
}

.lb-parallax-section {
  transition: background 0s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
}

.moteling-bg-map {
  background-image: url(assets/images/bg-map.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.dark-mode .moteling-bg-map {
  background-image: url(assets/images/wbg-map.svg);
}

.elementor-accordion .elementor-tab-content {
  border-color: var(--border);
}
.elementor-accordion .elementor-accordion-item {
  border-color: var(--border);
}

html:not(.elementor-html) .img-animate .elementor-widget-container img {
  transition: opacity 0s 0.6s, transform 1s 0.6s;
  opacity: 0;
  transform: translateX(-20px) translateZ(0);
}
html:not(.elementor-html) .img-animate .elementor-widget-container:after {
  content: "";
  margin: 0 -5px 0 0;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 100%;
  left: 0;
  z-index: 3;
  background: var(--primary);
  transition: bottom 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, right 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, margin 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, left 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
}
html:not(.elementor-html) .img-animate .elementor-widget-container.img-loaded {
  overflow: hidden;
  position: relative;
}
html:not(.elementor-html) .img-animate .elementor-widget-container.img-loaded img {
  transform: translateX(0);
  opacity: 1;
}
html:not(.elementor-html) .img-animate .elementor-widget-container.img-loaded:after {
  margin-right: 0;
  right: -3px;
  bottom: 0;
  left: 100%;
}

.swiper-container-horizontal .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--text_gray);
}
.swiper-container-horizontal .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 50px;
}

.swiper-inner {
  position: relative;
}

.swiper-wrapper.flex-wrap {
  margin: 0 -15px;
  width: auto;
}

div:not(.button-nav-group) > .elementor-swiper-button {
  background-color: rgba(19, 17, 32, 0.5);
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  display: block;
  font-size: 16px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  div:not(.button-nav-group) > .elementor-swiper-button {
    width: 80px;
    height: 80px;
    font-size: 20px;
  }
}
.swiper-container:hover div:not(.button-nav-group) > .elementor-swiper-button {
  opacity: 1;
}
div:not(.button-nav-group) > .elementor-swiper-button i {
  display: none;
}
div:not(.button-nav-group) > .elementor-swiper-button:before {
  font-family: "moteling-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e046";
  line-height: 45px;
}
@media (min-width: 1024px) {
  div:not(.button-nav-group) > .elementor-swiper-button:before {
    line-height: 80px;
  }
}
div:not(.button-nav-group) > .elementor-swiper-button-prev:before {
  content: "\e045";
}
div:not(.button-nav-group) > .elementor-swiper-button:hover {
  background-color: var(--primary);
  opacity: 1;
}

.scrollbar-wrapper {
  display: flex;
  margin-top: 30px;
}
.scrollbar-wrapper ~ .elementor-swiper-button {
  display: none !important;
}
.scrollbar-wrapper .swiper-scrollbar {
  height: 1px;
}
.elementor-arrows-position-inside .scrollbar-wrapper .swiper-scrollbar {
  max-width: calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
}
.scrollbar-wrapper .swiper-scrollbar-drag {
  height: 3px;
  top: -1px;
  background: var(--primary);
  border-radius: 0;
}
.dark-swiper .scrollbar-wrapper .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
}
.scrollbar-wrapper .button-nav-group {
  max-width: 120px;
  flex: 0 0 120px;
  margin-left: 20px;
}
.scrollbar-wrapper .elementor-swiper-button {
  position: static;
  width: 45px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border-radius: 45px;
  border: 1px solid var(--border);
}
.scrollbar-wrapper .elementor-swiper-button:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.scrollbar-wrapper .elementor-swiper-button:hover i {
  color: #fff !important;
}
.scrollbar-wrapper .elementor-swiper-button i {
  line-height: 43px;
  width: 100%;
  font-size: 18px;
  color: var(--border);
}
.scrollbar-wrapper .elementor-swiper-button.elementor-swiper-button-prev {
  margin-right: 7px;
}
.dark-swiper .scrollbar-wrapper .elementor-swiper-button {
  border-color: rgba(255, 255, 255, 0.2);
}
.dark-swiper .scrollbar-wrapper .elementor-swiper-button i {
  color: rgba(255, 255, 255, 0.2);
}

.elementor-widget-moteling-post-grid .entry-content .entry-title {
  font-size: 24px;
  margin-bottom: 16px;
  line-height: 1.3333333333;
  width: 100%;
  font-weight: 700;
  text-transform: none;
}
.elementor-widget-moteling-post-grid .entry-content p {
  margin-bottom: 19px;
}

.post-style-1 .post-inner {
  position: relative;
}
.post-style-1 .post-thumbnail {
  margin-bottom: 0;
  overflow: hidden;
}
.post-style-1 .post-thumbnail:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  background: linear-gradient(0deg, rgba(19, 17, 32, 0.8) 0%, rgba(19, 17, 32, 0.7) 57.69%, rgba(19, 17, 32, 0) 88.23%, rgba(19, 17, 32, 0) 100%);
  transition: height ease 0.3s;
  z-index: 1;
}
.post-style-1 .post-thumbnail a {
  display: block;
  width: 100%;
  padding-top: 120%;
  position: relative;
}
.post-style-1 .post-thumbnail a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-style-1 .entry-content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  background: linear-gradient(0deg, rgba(19, 17, 32, 0.8) 0%, rgba(19, 17, 32, 0.7) 22.46%, rgba(19, 17, 32, 0) 55.82%, rgba(19, 17, 32, 0) 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 3;
}
.post-style-1 .entry-content .entry-title {
  margin-bottom: 0;
  font-size: 24px;
}
.post-style-1 .entry-content .entry-title a {
  color: #fff;
}
.post-style-1 .entry-content .entry-title a:hover {
  text-decoration: underline;
}
.post-style-1 .entry-content .post-excerpt {
  color: #bababa;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: height ease 0.3s;
  height: 0;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 16px;
}
.post-style-1 .entry-content .post-meta {
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid #77777E;
}
.post-style-1 .entry-content .post-meta a {
  color: var(--light);
}
.post-style-1 .entry-content .more-link {
  overflow: hidden;
  display: block;
  transition: height ease 0.3s, margin ease 0.3s;
  height: 0;
  line-height: 1.5;
  color: var(--primary);
}
.post-style-1 .entry-content .more-link:hover {
  text-decoration: underline;
}
.post-style-1:hover .post-thumbnail:before {
  opacity: 1;
  height: 100%;
}
.post-style-1:hover .entry-content .post-excerpt {
  height: 4.5em;
  margin-top: 16px;
}
.post-style-1:hover .entry-content .more-link {
  margin-top: 30px;
  height: 1.5em;
}

.post-style-2 .post-thumbnail {
  margin-bottom: 0;
}
.post-style-2 .entry-content {
  padding: 40px;
  background-color: #fff;
}
.post-style-2 .post-meta {
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.post-style-2 .entry-title {
  font-size: 24px;
}
.post-style-2 .meta-categories {
  display: inline-block;
}
.post-style-2 .more-link {
  margin-top: 26px;
}

.post-style-3 .post-inner {
  display: flex;
  border-bottom: 1px solid var(--border);
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.post-style-3 .post-thumbnail {
  width: 120px;
  height: 120px;
  margin-right: 15px;
  margin-bottom: 0;
}
.post-style-3 .post-thumbnail img {
  aspect-ratio: 1;
  object-fit: cover;
}
.post-style-3 .post-meta {
  border: 0;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.post-style-3 .entry-content {
  flex: 1;
}
.post-style-3 .entry-content .entry-title {
  font-size: 20px;
  margin-bottom: 0;
}

.post-style-4 .post-inner {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.post-style-4 .entry-content,
.post-style-4 .post-thumbnail {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .post-style-4 .entry-content,
.post-style-4 .post-thumbnail {
    width: 50%;
  }
}
.post-style-4 .post-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.post-grid-special .post-style-4 .post-excerpt {
  -webkit-line-clamp: unset;
}
@media (min-width: 768px) {
  .post-style-4 .post-thumbnail img {
    aspect-ratio: 11/13;
    object-fit: cover;
  }
}
.post-style-4 .entry-content {
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-style-4 .entry-content .entry-title {
  font-size: 36px;
}
.post-style-4 .entry-content .more-link-wrap {
  margin-top: 52px;
}

.post-grid-special .row-special {
  display: grid;
  column-gap: 30px;
}
@media (min-width: 1024px) {
  .post-grid-special .row-special {
    column-gap: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .post-grid-special .row-special {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .post-grid-special .row-special .post-style-4 {
    grid-column: 2/1 span;
    grid-row: 1/4 span;
  }
}
@media (min-width: 1200px) {
  .post-grid-special .row-special .post-style-4 {
    grid-column: 2/2 span;
    grid-row: 1/4 span;
  }
}
@media (max-width: 1200px) {
  .post-grid-special .row-special .post-style-4 .entry-content,
.post-grid-special .row-special .post-style-4 .post-thumbnail {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .post-grid-special .row-special .post-style-4 .entry-content {
    padding: 30px;
  }
  .post-grid-special .row-special .post-style-4 .entry-content .more-link-wrap {
    margin-top: 5px;
  }
}
@media (max-width: 1200px) {
  .post-grid-special .row-special .post-style-4 .post-thumbnail img {
    aspect-ratio: unset;
    object-fit: cover;
  }
}
@media (max-width: 1200px) {
  .post-grid-special .row-special .post-style-3 .post-thumbnail {
    width: 150px;
    height: 150px;
  }
}
.post-grid-special .row-special > div:last-child .post-inner {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.elementor-widget-moteling-section-slider .elementor-section.elementor-section-stretched {
  left: 50% !important;
  margin-left: -50vw;
}
.elementor-widget-moteling-section-slider .swiper-pagination-bullet-active {
  background-color: var(--primary);
  border-radius: 6px;
}
.elementor-widget-moteling-section-slider .swiper-container-vertical .swiper-pagination-bullet-active {
  height: 32px;
}
.elementor-widget-moteling-section-slider .swiper-container-horizontal .swiper-pagination-bullet-active {
  width: 32px;
}
@media (max-width: 1023px) {
  .elementor-widget-moteling-section-slider.disable-on-mobile-yes .elementor-swiper-button,
.elementor-widget-moteling-section-slider.disable-on-mobile-yes .swiper-pagination {
    display: none;
  }
  .elementor-widget-moteling-section-slider.disable-on-mobile-yes .swiper-wrapper {
    display: block;
    max-height: unset !important;
  }
  .elementor-widget-moteling-section-slider.disable-on-mobile-yes .elementor-widget-container .swiper-container {
    max-height: 999em !important;
  }
}

@media (min-width: 768px) {
  .elementor-section-slider-height-full .swiper-container {
    height: 100vh;
  }
}

@media (max-width: 767px) {
  .elementor-nav-menu-wrapper .main-navigation .primary-navigation ul {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.4s;
  }
  .elementor-nav-menu-wrapper .main-navigation .primary-navigation ul.show {
    max-height: 999px;
  }
}

.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a .elementor-icon-list-text {
  position: relative;
  transition: all 0.3s ease;
}
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a:hover .elementor-icon-list-text {
  padding-left: 40px;
}
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a:hover .elementor-icon-list-text:before {
  content: "";
  width: 9px;
  height: 1px;
  background: #cdaa7c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 25px;
}

.single-woncep_menu_item .elementor-icon-list-items li.elementor-icon-list-item,
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item {
  min-width: unset !important;
}
.single-woncep_menu_item .elementor-icon-list-items li.elementor-icon-list-item a:not(.elementor-button-link),
.mega-menu .elementor-icon-list-items li.elementor-icon-list-item a:not(.elementor-button-link) {
  width: unset !important;
  padding: 0;
}
.single-woncep_menu_item .elementor-image-box-wrapper a:not(.elementor-button-link),
.mega-menu .elementor-image-box-wrapper a:not(.elementor-button-link) {
  width: unset !important;
}

.elementor-video-popup {
  display: inline-flex;
  align-items: center;
}

.elementor-video-wrapper {
  text-align: center;
}

.elementor-video-popup {
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.elementor-video-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-video-icon i {
  font-size: 58px;
  color: var(--accent);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-search-form-wrapper .site-search {
  display: block;
}
.elementor-search-form-wrapper .widget_search form::before,
.elementor-search-form-wrapper .widget_product_search form::before {
  font-family: "moteling-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e031";
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  transform: translate(0, -50%);
  color: var(--text);
}
.elementor-search-form-wrapper .widget_search form input[type=text],
.elementor-search-form-wrapper .widget_search form input[type=search],
.elementor-search-form-wrapper .widget_product_search form input[type=text],
.elementor-search-form-wrapper .widget_product_search form input[type=search] {
  font-size: 13px;
  padding-left: 1.5em;
  padding-right: 4em;
  border-radius: 50px;
  background-color: transparent;
}
.elementor-search-form-wrapper .widget_search form input[type=text] ::placeholder,
.elementor-search-form-wrapper .widget_search form input[type=search] ::placeholder,
.elementor-search-form-wrapper .widget_product_search form input[type=text] ::placeholder,
.elementor-search-form-wrapper .widget_product_search form input[type=search] ::placeholder {
  color: var(--text);
}
.elementor-search-form-wrapper .widget_search form input[type=submit],
.elementor-search-form-wrapper .widget_search form button[type=submit],
.elementor-search-form-wrapper .widget_product_search form input[type=submit],
.elementor-search-form-wrapper .widget_product_search form button[type=submit] {
  padding: 0;
  font-size: 0;
}

.site-header-search .button-search-popup {
  font-size: 24px;
  color: var(--accent);
  line-height: 1;
}
.site-header-search .button-search-popup:hover {
  color: var(--primary);
}

.search-popup-active {
  overflow: hidden;
}

.site-search-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  transition: all ease-in-out 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
.site-search-popup .site-search-popup-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 40px;
  background-color: #fff;
  transform: translateY(-100%);
  transition: all ease-in-out 0.3s;
}
@media (min-width: 1024px) {
  .site-search-popup .site-search-popup-wrap {
    padding: 80px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  line-height: 1;
  width: 18px;
  height: 18px;
}
@media (min-width: 1024px) {
  .site-search-popup .site-search-popup-wrap .site-search-popup-close {
    top: 20px;
    right: 30px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:before, .site-search-popup .site-search-popup-wrap .site-search-popup-close:after {
  content: "\20";
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -1px;
  width: 18px;
  height: 2px;
  background-color: var(--accent);
  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, width 0.2s ease-in-out;
  right: 0;
  transform: rotate(-45deg);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:before {
  transform: rotate(45deg);
}
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover:before, .site-search-popup .site-search-popup-wrap .site-search-popup-close:hover:after {
  transform: rotate(0);
}
.site-search-popup .site-search-popup-wrap .site-search {
  display: block;
  max-width: 600px;
  width: 100%;
}
@media (max-width: 767px) {
  .site-search-popup .site-search-popup-wrap .site-search {
    max-width: 300px;
  }
}
.site-search-popup .site-search-popup-wrap .site-search .widget {
  margin-bottom: 0;
  border: none;
}
.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
  max-height: 50vh;
}
.site-search-popup .site-search-ovelay {
  background-color: rgba(0, 0, 0, 0.7);
  flex: 1;
}
.search-popup-active .site-search-popup {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.search-popup-active .site-search-popup .site-search-popup-wrap {
  transform: translateY(0);
}

.site-header-account {
  position: relative;
}
.site-header-account > a {
  white-space: nowrap;
  line-height: 1;
  color: var(--accent);
}
.site-header-account > a:hover {
  color: var(--primary);
}
.site-header-account > a i {
  font-size: 22px;
  line-height: 1;
}
.site-header-account .account-dropdown {
  text-align: left;
  right: 0;
  top: 100%;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  z-index: 100;
  visibility: hidden;
  margin-top: 20px;
}
.site-header-account .account-dropdown .result-error {
  margin: 1em 0;
}
#elementor-sidebar .site-header-account .account-dropdown {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.right {
  left: 0;
  right: unset;
}
.site-header-account .account-dropdown.justify {
  right: 50%;
  transform: translateX(50%);
}
.site-header-account .account-dropdown a.register-link, .site-header-account .account-dropdown a.lostpass-link {
  color: var(--primary);
  font-size: 14px;
}
.site-header-account .account-dropdown a.register-link:hover, .site-header-account .account-dropdown a.lostpass-link:hover {
  text-decoration: underline;
}
.site-header-account .account-dropdown .account-wrap {
  display: block !important;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.07);
  border-radius: 3px;
}
.site-header-account .account-dropdown .account-inner {
  width: 320px;
  padding: 20px;
  max-height: 500px;
  overflow: auto;
}
.site-header-account .account-dropdown .account-inner.dashboard {
  width: 210px;
  padding: 15px 0;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
  width: 3px;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
  list-style: none;
  margin: 0;
}
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
  width: 100%;
  text-align: left;
  color: var(--text);
  font-size: 14px;
  line-height: 20px;
  display: block;
  padding: 10px 20px;
}
.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
  color: var(--primary_hover);
  background-color: rgba(0, 0, 0, 0.035);
}
.site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.header-account-content-right .site-header-account .account-dropdown {
  right: unset;
  left: 0;
}
.header-account-content-right .site-header-account .account-dropdown:before {
  right: unset;
  left: 0;
}

.mobile-navigation {
  clear: both;
}
.mobile-navigation #menu-main-menu > li > .sub-menu {
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 -15px;
}
.mobile-navigation ul {
  margin: 0;
  list-style: none;
}
.mobile-navigation ul > li:first-child {
  border: none;
}
.mobile-navigation ul li {
  position: relative;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: rgba(255, 255, 255, 0.1);
}
.mobile-navigation ul li a {
  padding: 15px 0.5em;
  display: block;
  color: #fff;
}
.mobile-navigation ul li button::after {
  transition: all, ease, 0.9s;
}
.mobile-navigation ul li button.toggled-on::after {
  transform: rotate(180deg);
}
.mobile-navigation ul .sub-menu {
  display: none;
  padding-left: 30px;
}
.mobile-navigation ul .sub-menu li a {
  padding: 10px 0.5em;
}
.mobile-navigation .dropdown-toggle {
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.5em 15px;
  border: none;
  border-radius: 0;
}
.mobile-navigation .dropdown-toggle:focus, .mobile-navigation .dropdown-toggle:hover {
  outline: none;
  background-color: transparent;
}

.mobile-navigation ul li button::before {
  font-family: "moteling-icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  content: "\e041";
}
.mobile-navigation ul li button:after {
  content: none;
}

.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
  line-height: 0;
  display: inline-block;
}

.moteling-mobile-nav {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
  background-color: var(--dark);
  transition: transform 0.25s ease;
  -webkit-transform: translate3d(-300px, 0, 0);
  transform: translate3d(-300px, 0, 0);
}
.mobile-nav-active .moteling-mobile-nav {
  transform: none;
}
.admin-bar .moteling-mobile-nav {
  top: 0;
}
@media (min-width: 783px) {
  .admin-bar .moteling-mobile-nav {
    top: 32px;
  }
}
@media (min-width: 601px) and (max-width: 782px) {
  .admin-bar .moteling-mobile-nav {
    top: 46px;
  }
}
.moteling-mobile-nav .search-form {
  margin-top: 1em;
}
.moteling-mobile-nav .moteling-social {
  border-top: 1px solid #0e0e0e;
  padding: 0.5em;
  margin-top: 1rem;
}
body .moteling-mobile-nav .moteling-social ul li a:before {
  color: #fff;
}
.moteling-mobile-nav .moteling-language-switcher-mobile {
  padding: 0.3em 45px 0 0.25em;
  display: flex;
}
.moteling-mobile-nav .moteling-language-switcher-mobile > * {
  padding: 0.25em;
}

.mobile-nav-close {
  color: #fff;
  float: right;
  clear: both;
  padding: 0 15px;
  margin-bottom: 11px;
}
.mobile-nav-close:hover, .mobile-nav-close:focus {
  color: #fff;
}

.moteling-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}
.mobile-nav-active .moteling-overlay {
  visibility: visible;
  opacity: 1;
}

.menu-mobile-nav-button {
  display: block;
  font-size: 15px;
  color: var(--accent);
}
.menu-mobile-nav-button i {
  font-size: 22px;
}

html {
  overflow-x: hidden;
}

#page {
  transition: all 0.25s ease;
}

.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active #page {
  margin-left: 300px;
  margin-right: -300px;
}

a.elementor-button, button.elementor-button {
  line-height: initial;
  border-radius: 0;
}

.elementor-widget-button.button-style-moteling-yes .elementor-button,
.elementor-widget-moteling-button-popup.button-style-moteling-yes .elementor-button {
  position: relative;
  background-color: transparent;
  border: 1px solid #000;
  color: var(--heading);
}
.elementor-widget-button.button-style-moteling-yes .elementor-button:after,
.elementor-widget-moteling-button-popup.button-style-moteling-yes .elementor-button:after {
  position: absolute;
  display: block;
  right: 0;
  bottom: -4px;
  content: "";
  border-bottom: 1px solid #000;
  width: 100%;
}
.elementor-widget-button.button-style-moteling-yes .elementor-button:hover,
.elementor-widget-moteling-button-popup.button-style-moteling-yes .elementor-button:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.elementor-widget-button.button-style-moteling-yes .elementor-button:hover:after,
.elementor-widget-moteling-button-popup.button-style-moteling-yes .elementor-button:hover:after {
  border-color: var(--primary);
  animation: border-slide 450ms linear;
  -webkit-animation: border-slide 450ms linear;
}

@keyframes border-slide {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    left: 0;
    right: unset;
    width: 100%;
  }
}
@-webkit-keyframes border-slide {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    left: 0;
    right: unset;
    width: 100%;
  }
}
:root {
  --bg-contact-label: #fff;
}

.wpcf7-form {
  margin-bottom: 0;
  position: relative;
}
.wpcf7-form label {
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  background-color: var(--bg-contact-label);
  color: var(--text);
  pointer-events: none;
  width: fit-content;
}
.wpcf7-form select:not([size]):not([multiple]) {
  background-color: transparent;
  margin-bottom: 20px;
  min-height: 55px;
  padding: 0 20px;
}
.wpcf7-form select:not([size]):not([multiple]) option {
  color: var(--accent);
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=date],
.wpcf7-form input[type=number],
.wpcf7-form textarea, .wpcf7-form select {
  width: 100%;
  min-height: 55px;
  font-size: 15px;
  font-weight: 300;
  color: var(--text);
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 0px 20px;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form textarea:focus, .wpcf7-form select:focus {
  border: 1px solid #222;
  outline: 0;
}
.wpcf7-form input[type=text]::placeholder,
.wpcf7-form input[type=email]::placeholder,
.wpcf7-form input[type=date]::placeholder,
.wpcf7-form input[type=number]::placeholder,
.wpcf7-form textarea::placeholder, .wpcf7-form select::placeholder {
  color: var(--text);
}
.wpcf7-form label, .wpcf7-form input, .wpcf7-form textarea {
  transition: all 0.2s;
  touch-action: manipulation;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form textarea {
  -webkit-appearance: none;
}
.wpcf7-form input[type=text]:placeholder-shown + label,
.wpcf7-form input[type=email]:placeholder-shown + label,
.wpcf7-form textarea:placeholder-shown + label {
  cursor: text;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(20px, 40px);
}
.wpcf7-form input[type=text]::-webkit-input-placeholder,
.wpcf7-form input[type=email]::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.wpcf7-form input[type=text]:not(:placeholder-shown) + label, .wpcf7-form input[type=text]:focus + label,
.wpcf7-form input[type=email]:not(:placeholder-shown) + label,
.wpcf7-form input[type=email]:focus + label,
.wpcf7-form textarea:not(:placeholder-shown) + label,
.wpcf7-form textarea:focus + label {
  cursor: pointer;
  padding: 0 5px;
  transform: translate(20px, 10px);
}
.wpcf7-form button[type=submit] {
  width: 100%;
}
.wpcf7-form button[type=submit] i {
  margin-right: 8px;
}
.wpcf7-form input[type=submit] {
  display: block;
  background-color: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .wpcf7-form input[type=submit] {
    padding: 15px 60px;
  }
}
.wpcf7-form input[type=submit]:focus {
  border: 0;
}
.wpcf7-form input[type=submit]:hover {
  border-color: var(--primary_hover);
  background-color: var(--primary_hover);
}
.wpcf7-form .row-inline .form-col {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 568px) {
  .wpcf7-form .row-inline .form-col {
    width: 50%;
  }
}
.wpcf7-form .form-col {
  position: relative;
  margin-bottom: 16px;
  display: flex;
  flex-flow: column-reverse;
}
.wpcf7-form .form-col.mb-0 {
  margin-bottom: 0;
}
.wpcf7-form .form-col.placeholder-shown {
  margin-top: -30px;
}
.wpcf7-form .form-col input[type=submit] {
  margin-top: 0;
}
.wpcf7-form .form-col .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form .form-col i {
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 22px;
  border-width: 0;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 18px;
  right: 20px;
  bottom: 18px;
  position: absolute;
}
@media (min-width: 568px) {
  .wpcf7-form .form-col i {
    right: 35px;
  }
}
.wpcf7-form .form-col i ~ select {
  background-image: none !important;
  margin-bottom: 0 !important;
}
.wpcf7-form .form-col i ~ input {
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 0 !important;
}
.wpcf7-form .form-col i ~ input::-webkit-inner-spin-button, .wpcf7-form .form-col i ~ input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.wpcf7-form .form-col input,
.wpcf7-form .form-col select {
  margin-bottom: 0 !important;
}
.wpcf7-form .form-col .wpcf7-spinner {
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
}
.wpcf7-form .form-check-box .wpcf7-list-item {
  display: flex;
  margin: 0;
  align-items: center;
}
.wpcf7-form .form-check-box .wpcf7-list-item input[type=checkbox] {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}

.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elementor-team-wrapper {
  text-align: left;
}
.elementor-team-wrapper .team-icon-details-inner {
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  align-items: flex-end;
}
.elementor-team-wrapper .team-icon-details-inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  z-index: 1;
  background-color: var(--primary);
}
.elementor-team-wrapper .team-icon-socials {
  padding: 30px;
  align-items: center;
  display: flex;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  z-index: 9;
}
.elementor-team-wrapper .team-icon-socials .team-icon-socials-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  transition: transform 1s 0.35s, opacity 1s 0.35s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
  transform: translateX(-30px);
}
.elementor-team-wrapper .team-icon-socials ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  transform: rotate(180deg) translateX(30px);
  transition: transform 1s 0.35s, opacity 1s 0.35s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
.elementor-team-wrapper .team-icon-socials ul li {
  padding: 0;
  line-height: 1;
  list-style: none;
  margin-bottom: 20px;
}
.elementor-team-wrapper .team-icon-socials ul li a {
  font-size: 16px;
  color: #ffffff;
}
.elementor-team-wrapper .team-icon-socials ul li a:hover {
  color: var(--accent);
}
.elementor-team-wrapper .team-image {
  position: relative;
  overflow: hidden;
}
.elementor-team-wrapper .team-caption {
  position: relative;
  padding: 30px;
  background: #fff;
}
.elementor-team-wrapper .team-name {
  font-size: 24px;
  line-height: 1.3333333333;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--accent);
  font-family: "Berlingske", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin-bottom: 6px;
}
.elementor-team-wrapper .team-job {
  font-weight: 400;
  color: var(--text);
  text-transform: uppercase;
}
.elementor-team-wrapper:hover .team-icon-details-inner {
  transform: translateX(0);
}
.elementor-team-wrapper:hover .team-icon-socials .team-icon-socials-title {
  opacity: 1;
  transform: translateX(0);
}
.elementor-team-wrapper:hover .team-icon-socials ul {
  opacity: 1;
  transform: rotate(180deg) translateX(0);
  transition-delay: 0.4s;
}

.elementor-widget-moteling-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-moteling-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
  padding: 30px;
  margin-right: 30px;
  height: fit-content;
  background: var(--background2);
}
.elementor-widget-moteling-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
  content: none;
}
.elementor-widget-moteling-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
  content: none;
}
.elementor-widget-moteling-tabs .elementor-tabs-content-wrapper {
  border: none;
}
.elementor-widget-moteling-tabs .elementor-tab-desktop-title {
  border: none;
}
.elementor-widget-moteling-tabs .elementor-tabs-wrapper .elementor-tab-title {
  border-bottom: 1px solid var(--border);
}
.elementor-widget-moteling-tabs .elementor-tabs-wrapper .elementor-tab-title:last-child {
  border-bottom: none;
}
.elementor-widget-moteling-tabs .elementor-tab-title {
  padding: 20px 0;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--accent);
}
.elementor-widget-moteling-tabs .elementor-tab-title.elementor-active {
  color: var(--primary);
}
.elementor-widget-moteling-tabs .elementor-tab-content {
  padding: 0;
  border: none;
}
.elementor-widget-moteling-tabs .elementor-tab-mobile-title {
  padding: 20px;
  margin-bottom: 15px;
  border: none;
  background: #F4F5F5;
}

@media (min-width: 768px) {
  .elementor-widget-moteling-tabs .elementor-tabs .elementor-tab-mobile-title {
    display: none !important;
  }
}
.elementor-widget-moteling-mailchmip .mc4wp-form {
  margin: 0;
}
.elementor-widget-moteling-mailchmip .mc4wp-form .mc4wp-form-fields {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.elementor-widget-moteling-mailchmip .mc4wp-form .mc4wp-form-fields > *:not(:last-child) {
  margin-right: 10px;
}
.elementor-widget-moteling-mailchmip .mc4wp-form .mc4wp-form-fields input,
.elementor-widget-moteling-mailchmip .mc4wp-form .mc4wp-form-fields textarea {
  width: 290px;
  max-width: 100%;
}
.elementor-widget-moteling-mailchmip .mc4wp-form .mc4wp-form-fields input[type=submit] i,
.elementor-widget-moteling-mailchmip .mc4wp-form .mc4wp-form-fields button[type=submit] i {
  margin-right: 10px;
}
.elementor-widget-moteling-mailchmip .mc4wp-form .mc4wp-form-fields input[type=submit] i:before,
.elementor-widget-moteling-mailchmip .mc4wp-form .mc4wp-form-fields button[type=submit] i:before {
  transition: all ease-in-out 0.2s;
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
  display: none;
}

.header-absolute {
  position: absolute;
  width: 100%;
  z-index: 99 !important;
  background-color: transparent !important;
}
.header-absolute.elementor-section.elementor-section-stretched {
  position: absolute;
}

.single-product .moteling-breadcrumb-build, .home .moteling-breadcrumb-build {
  display: none;
}
.single-product .moteling-breadcrumb-build > .elementor-container, .single-post .moteling-breadcrumb-build > .elementor-container {
  min-height: unset !important;
}

.sticky-header {
  --header-height: 150px;
  --opacity: 1;
  --shrink-me: 0.40;
  --sticky-background-color: #2B3446;
  --transition: .3s ease-in-out;
  transition: background-color var(--transition), background-image var(--transition), backdrop-filter var(--transition), opacity var(--transition);
}

.sticky-header.elementor-sticky--effects {
  background-color: var(--sticky-background-color) !important;
  background-image: none !important;
  opacity: var(--opacity) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.sticky-header > .elementor-container {
  transition: min-height var(--transition);
}

.sticky-header.elementor-sticky--effects > .elementor-container {
  min-height: calc(var(--header-height) * var(--shrink-me)) !important;
  height: calc(var(--header-height) * var(--shrink-me));
}

.sticky-header .elementor-nav-menu .elementor-item {
  transition: padding var(--transition);
}

.sticky-header.elementor-sticky--effects .elementor-nav-menu .elementor-item {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

.sticky-header > .elementor-container .logo img {
  transition: max-width var(--transition);
}

.sticky-header.elementor-sticky--effects .logo img {
  max-width: calc(100% * var(--shrink-me));
}

:root {
  --scroll-bar: 8px;
}

body:not(.has-scrollbar) [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched {
  width: 100vw !important;
  margin-left: calc(-50vw + 50%) !important;
  margin-right: calc(-50vw + 50%) !important;
  left: 0 !important;
}

body.has-scrollbar [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched {
  width: calc(100vw - 20px) !important;
  margin-left: calc(-50vw + 50% + 10px) !important;
  margin-right: calc(-50vw + 50% + 10px);
  left: 0 !important;
}

@supports (--css: variables) {
  body.has-scrollbar [data-elementor-type=wp-page] .elementor-section.elementor-section-stretched {
    width: calc(100vw - var(--scroll-bar)) !important;
    margin-left: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    left: 0 !important;
  }
}
.elementor-button-wrapper .elementor-button-content-wrapper {
  align-items: center;
}
.elementor-button-wrapper .elementor-button-icon {
  line-height: 1;
}

[data-elementor-type=wp-page] .elementor-section-wrap {
  overflow: hidden;
}

@media (max-width: 1320px) {
  .site-main {
    overflow: hidden;
  }
}
.site-main [data-elementor-type=wp-page] .elementor-section-wrap {
  overflow: inherit;
}

.elementor-widget-counter .elementor-counter-number-wrapper {
  font-size: 80px;
  line-height: 62px;
  font-weight: 700;
  margin-bottom: 12px;
  justify-content: flex-start;
  font-family: "Berlingske", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-counter .elementor-counter-number-prefix, .elementor-widget-counter .elementor-counter-number-suffix {
  flex-grow: unset;
}
.elementor-widget-counter .elementor-counter-title {
  font-weight: 300;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: left;
  color: var(--accent);
  font-family: "Barlow", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.elementor-widget-icon-list ul.elementor-icon-list-items {
  margin: 0;
}
.elementor-widget-icon-list ul.elementor-icon-list-items li.elementor-icon-list-item {
  margin-bottom: 0;
  padding-left: 0;
}

.elementor-widget-icon-list.elementor-icon-list-position-right .elementor-icon-list-item {
  flex-direction: row-reverse;
}
.elementor-widget-icon-list.elementor-icon-list-position-right .elementor-icon-list-item a {
  flex-direction: row-reverse;
}
.elementor-widget-icon-list.elementor-icon-list-position-right .elementor-icon-list-text {
  flex: 1;
}

.heading-style-moteling-yes .elementor-heading-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.elementor-widget-moteling-thumbnail .elementor-widget-container img {
  width: 100%;
  object-fit: cover;
}

.project-detail-wrapper .project-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.project-detail-wrapper .title {
  margin-bottom: 0;
  font-size: 18px;
  color: var(--accent);
}
.project-detail-wrapper .type {
  color: var(--light);
}

@media (min-width: 1410px) {
  .pr-vw {
    padding-right: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .pr-viw > .elementor-widget-wrap {
    padding-right: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .pl-vw {
    padding-left: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .pl-viw > .elementor-widget-wrap {
    padding-left: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .mr-vw {
    margin-right: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }

  .ml-vw {
    margin-left: calc(calc(100vw - calc(var(--container) - 30px)) / 2) !important;
  }
}
.elementor-widget-moteling-image-gallery .elementor-galerry__filter .count {
  display: none;
}

.elementor-widget-moteling-countdown .elementor-moteling-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  margin-right: auto;
  margin-left: auto;
}
.elementor-widget-moteling-countdown .elementor-countdown-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 50px;
}
.elementor-widget-moteling-countdown .elementor-countdown-label {
  font-size: 26px;
}
.elementor-widget-moteling-countdown .elementor-countdown-digits {
  font-weight: 600;
  font-size: 66px;
  line-height: 1;
}

.elementor-widget-opal-image-gallery .grid__item a {
  display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
  display: block;
}

.elementor-widget-moteling-image-gallery ul {
  margin: 0;
}
.elementor-widget-moteling-image-gallery .column-item {
  padding-bottom: 30px;
}
.elementor-widget-moteling-image-gallery .column-item a {
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
}
.elementor-widget-moteling-image-gallery .column-item img {
  display: block;
  transition: all 0.6s ease;
  transform-origin: bottom right;
}
.elementor-widget-moteling-image-gallery .column-item:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}
.elementor-widget-moteling-image-gallery .gallery-item-overlay {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
.elementor-widget-moteling-image-gallery .elementor-galerry__filter {
  margin: 0;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  line-height: 1.3333333333;
  color: var(--accent);
  font-weight: 700;
  font-family: "Berlingske", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-moteling-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-moteling-image-gallery .elementor-galerry__filter:hover {
  color: var(--primary);
}

.elementor-image-gallery {
  position: relative;
}

.elementor-editor-active .isotope-grid {
  height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
  pointer-events: none;
}

.elementor-galerry__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.elementor-filter-left .elementor-galerry__filters {
  justify-content: flex-start;
}

.elementor-filter-right .elementor-galerry__filters {
  justify-content: flex-end;
}

.elementor-widget-moteling-side-template .site-header-button .button-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.elementor-widget-moteling-side-template .site-header-button .button-content > span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000000;
  transition: all 0.3s ease;
}
.elementor-widget-moteling-side-template .site-header-button .button-content > span.icon-2 {
  width: 20px;
}
.elementor-widget-moteling-side-template .site-header-button .button-content > span.icon-3 {
  margin-bottom: 0;
}
.elementor-widget-moteling-side-template .site-header-button .button-content:hover > span {
  width: 25px;
}

.site-header-account .account-dropdown.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.button-side-heading {
  text-align: right;
  padding: 20px 0;
}
.button-side-heading .close-button-side {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  border: 1px solid transparent;
}
.button-side-heading .close-button-side i:before {
  color: var(--light);
}
.button-side-heading .close-button-side:hover {
  border-color: var(--primary);
}
.button-side-heading .close-button-side:hover i:before {
  color: var(--primary);
}

.header-button-canvas {
  display: flex;
  flex-direction: column;
  right: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  width: 300px;
  padding: 0 30px;
  background-color: var(--secondary);
  transition: transform 0.25s ease;
  z-index: 99999999;
  transform: translate3d(300px, 0, 0);
}
@media (min-width: 1024px) {
  .header-button-canvas {
    width: 450px;
    padding: 0 50px;
    transform: translate3d(450px, 0, 0);
  }
}

.button-side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease;
}

.header-button-canvas.active {
  transform: none;
  z-index: 999999999;
}

.header-button-canvas.active + .button-side-overlay {
  visibility: visible;
  opacity: 1;
}

.button-popup-content {
  background-color: #fff;
  max-width: 700px;
  padding: 60px;
  margin: 20px auto;
  position: relative;
  width: auto;
}
.button-popup-content .mfp-close {
  font-size: 48px;
  width: 60px;
  height: 60px;
  opacity: 1;
  line-height: 60px;
}
.button-popup-content .mfp-close:hover {
  color: var(--primary);
}

.mfp-zoom-in .button-popup-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-ready .button-popup-content {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-removing .button-popup-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.elementor-widget-moteling-map-location .elementor-widget-container .moteling-addons-map-location {
  margin: auto;
  object-fit: cover;
}
.elementor-widget-moteling-map-location .elementor-widget-container .moteling-map-location-content {
  position: absolute;
}
.elementor-widget-moteling-map-location .elementor-widget-container .moteling-map-location-icon {
  line-height: 1;
  text-align: center;
}
.elementor-widget-moteling-map-location .elementor-widget-container .moteling-map-location-icon .icon {
  font-size: 10px;
  cursor: pointer;
  color: var(--primary);
}
.elementor-widget-moteling-map-location .elementor-widget-container .moteling-map-location-icon .title {
  display: block;
  position: absolute;
  bottom: calc(100% + 100px);
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  opacity: 1;
  visibility: visible;
  color: var(--accent);
}
.elementor-widget-moteling-map-location .elementor-widget-container .moteling-map-location-icon .title:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 105px;
  bottom: -105px;
  left: 50%;
  background-color: var(--primary);
  transform: translate(-50%, 0);
}
.elementor-widget-moteling-map-location .elementor-widget-container .moteling-map-location-icon .title span {
  position: absolute;
  top: -10px;
  left: 0;
  display: flex;
  align-items: center;
}
.elementor-widget-moteling-map-location .elementor-widget-container .moteling-map-location-icon .title span:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 25px;
  margin-right: 5px;
  background-color: var(--primary);
}

.moteling-modern-slider {
  --ken-burn-speed: 5000ms;
}
.moteling-modern-slider .moteling-box {
  height: 940px;
  overflow: hidden;
  display: block;
}
.moteling-modern-slider .moteling-box-inner {
  max-width: calc(var(--container) + 30px);
  padding: 0 30px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 767px) {
  .moteling-modern-slider .moteling-box-inner {
    padding: 0 15px;
  }
}
.moteling-modern-slider .skeleton-body,
.moteling-modern-slider .skeleton-item {
  height: 100%;
}
.moteling-modern-slider .slide-bg-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.moteling-modern-slider .slide-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111;
  background-size: cover;
}
.moteling-modern-slider .container,
.moteling-modern-slider .row {
  height: 100%;
}
.moteling-modern-slider ~ .swiper-pagination {
  bottom: 15px !important;
}
.moteling-modern-slider .slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.moteling-modern-slider .sub-title,
.moteling-modern-slider .title,
.moteling-modern-slider .description {
  color: #fff;
}
.moteling-modern-slider .slide-layers {
  max-width: 750px;
  padding: 30px 0;
  position: relative;
}
.moteling-modern-slider .sub-title-wrap {
  margin: 0 0 21px;
}
.moteling-modern-slider .sub-title {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.54;
  margin: 0;
}
.moteling-modern-slider .title {
  font-size: 56px;
  line-height: 1.3;
  margin: 0;
}
.moteling-modern-slider .description-wrap {
  margin-top: 13px;
}
.moteling-modern-slider .description {
  font-size: 18px;
  line-height: 1.55;
}
.moteling-modern-slider .button-wrap {
  margin-top: 51px;
}

.moteling-slider-show-line-yes .title-wrap,
.moteling-slider-show-line-yes .sub-title-wrap,
.moteling-slider-show-line-yes .description-wrap,
.moteling-slider-show-line-yes .button-wrap {
  margin-left: 50px;
}

.moteling-slide-bg-animation-ken-burns .slide-bg-wrap {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  backface-visibility: hidden;
}
.moteling-slide-bg-animation-ken-burns.swiper-ken-burn-active .slide-bg-wrap {
  transform: scale(1) !important;
}
.moteling-slide-bg-animation-ken-burns.swiper-slide-active .slide-bg-wrap {
  transform: scale(1);
  transition: transform var(--ken-burn-speed) cubic-bezier(0.1, 0.2, 0.7, 1);
}

.elementor-widget-moteling-modern-slider .swiper-container {
  padding-bottom: 0;
}
.moteling-slider-show-line-yes .title-wrap-line {
  border-left-width: var(--modern-slider-border-width);
}

.slide-layer-transition .animated .title-wrap-line,
.slide-layer-transition .animated .slide-layer {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.6s cubic-bezier(0.1, 0.2, 0.7, 1);
}
.moteling-slider-show-line-yes .slide-layer-transition .animated .title-wrap-line {
  transition-delay: 0.3s;
  border-left-width: var(--modern-slider-border-width);
}
.slide-layer-transition .animated .slide-layer-wrap + .slide-layer-wrap .slide-layer {
  transition-delay: 0.2s;
}
.slide-layer-transition .animated .slide-layer-wrap + .slide-layer-wrap + .slide-layer-wrap .slide-layer {
  transition-delay: 0.4s;
}
.slide-layer-transition .slide-layer {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.1s;
}
.moteling-slider-show-line-yes .slide-layer-transition .title-wrap-line {
  border-left-width: 0;
}

.modern-slider-navigation-custom .swiper-pagination {
  display: flex;
  flex-direction: column;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}
.modern-slider-navigation-custom .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  padding: 40px;
  display: flex;
  align-items: flex-end;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  background: transparent;
  font-size: 20px;
  color: #fff;
  font-family: "Berlingske", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  opacity: 1;
  margin: 0;
  position: relative;
}
.modern-slider-navigation-custom .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  background-color: rgba(255, 255, 255, 0.75);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.modern-slider-navigation-custom .swiper-pagination .swiper-pagination-bullet:hover:before {
  transform: scaleY(1);
  transform-origin: top;
}
.modern-slider-navigation-custom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--primary);
}
.modern-slider-navigation-custom .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: currentColor;
  margin-bottom: 8px;
}

:root {
  --e-image-carousel-slides-to-show: 4;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.moteling-image-marquee {
  display: flex;
}
.moteling-image-marquee .flickity-slider {
  display: flex;
}
.moteling-image-marquee .swiper-slide {
  max-width: calc(100% / var(--e-image-carousel-slides-to-show));
  flex: 0 0 calc(100% / var(--e-image-carousel-slides-to-show));
}

.elementor-widget-moteling-testimonials .elementor-testimonial-image img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}
.elementor-widget-moteling-testimonials.swiper-opacity .swiper-slide {
  opacity: 0.4;
}
.elementor-widget-moteling-testimonials.swiper-opacity .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.elementor-widget-moteling-testimonials .swiper-pagination-bullet-img {
  width: 75px;
  height: 75px;
  border: 0;
  margin-top: 50px;
  transition: all 300ms cubic-bezier(0.56, 0.12, 0.12, 0.98);
  opacity: 1;
}
.elementor-widget-moteling-testimonials .swiper-pagination-bullet-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.moteling-testimonial-style-1 .rating,
.moteling-testimonial-style-2 .rating {
  color: #F4D225;
  margin-bottom: 20px;
}
.moteling-testimonial-style-1 .testimonial-content,
.moteling-testimonial-style-2 .testimonial-content {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: var(--body);
}
.moteling-testimonial-style-1 .caption,
.moteling-testimonial-style-2 .caption {
  text-align: center;
}
.moteling-testimonial-style-1 .caption .elementor-testimonial-image,
.moteling-testimonial-style-2 .caption .elementor-testimonial-image {
  margin-top: 30px;
}
.moteling-testimonial-style-1 .caption .elementor-testimonial-image img,
.moteling-testimonial-style-2 .caption .elementor-testimonial-image img {
  margin: 0 auto;
}
.moteling-testimonial-style-1 .caption .name,
.moteling-testimonial-style-2 .caption .name {
  font-size: 18px;
  font-family: "Berlingske", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  line-height: 1.55;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.moteling-testimonial-style-1 .caption .job,
.moteling-testimonial-style-2 .caption .job {
  font-size: 14px;
  font-weight: 500;
}

.moteling-testimonial-style-1 .elementor-testimonial-image {
  display: none;
}
.moteling-testimonial-style-1 .swiper-pagination {
  bottom: 0;
}
.moteling-testimonial-style-1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 100px;
  height: 100px;
}
.moteling-testimonial-style-1.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 150px;
}

.moteling-testimonial-style-3 .swiper-container {
  padding-top: 10px;
}
.moteling-testimonial-style-3 .inner {
  padding: 40px 40px 50px;
  background: #fff;
  transition: all ease 0.35s;
}
.moteling-testimonial-style-3 .testimonial-content {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: var(--body);
}
.moteling-testimonial-style-3 .rating {
  color: #F4D225;
  margin-bottom: 20px;
}
.moteling-testimonial-style-3 .details {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.moteling-testimonial-style-3 .details .elementor-testimonial-image {
  margin-right: 20px;
}
.moteling-testimonial-style-3 .details .elementor-testimonial-image img {
  width: 80px;
  height: 80px;
}
.moteling-testimonial-style-3 .details .name {
  font-size: 16px;
  line-height: 1.5;
  color: var(--accent);
  font-weight: 600;
  font-family: "Berlingske", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.moteling-testimonial-style-3 .details .job {
  font-size: 14px;
}
.moteling-testimonial-style-3 .elementor-testimonial-item:hover .inner {
  background-color: var(--secondary);
  transform: translateY(-10px);
}
.moteling-testimonial-style-3 .elementor-testimonial-item:hover .name,
.moteling-testimonial-style-3 .elementor-testimonial-item:hover .job,
.moteling-testimonial-style-3 .elementor-testimonial-item:hover .testimonial-content {
  color: #fff;
}

.moteling-testimonial-style-4 .testimonial-content {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
  color: var(--body);
}
.moteling-testimonial-style-4 .rating {
  color: #F4D225;
  margin-bottom: 20px;
}
.moteling-testimonial-style-4 .details {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.moteling-testimonial-style-4 .details .elementor-testimonial-image {
  margin-right: 20px;
}
.moteling-testimonial-style-4 .details .elementor-testimonial-image img {
  width: 80px;
  height: 80px;
}
.moteling-testimonial-style-4 .details .name {
  font-size: 16px;
  line-height: 1.5;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 8px;
}
.moteling-testimonial-style-4 .details .job {
  font-size: 14px;
}

@media (min-width: 1024px) {
  .elementor-widget-moteling-hb-search form[name=hb-search-form],
.search-room form[name=hb-search-form] {
    display: flex;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .elementor-widget-moteling-hb-search .hb-form-table,
.search-room .hb-form-table {
    width: 80%;
    display: flex;
  }
  .elementor-widget-moteling-hb-search .hb-form-table .hb-form-field,
.search-room .hb-form-table .hb-form-field {
    margin-bottom: 0;
    width: 25%;
    padding: 10px;
  }
}
.elementor-widget-moteling-hb-search .hb-form-table input,
.elementor-widget-moteling-hb-search .hb-form-table select,
.search-room .hb-form-table input,
.search-room .hb-form-table select {
  font-weight: 600;
}
.elementor-widget-moteling-hb-search .hb-submit,
.search-room .hb-submit {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .elementor-widget-moteling-hb-search .hb-submit,
.search-room .hb-submit {
    width: 20%;
    padding: 10px;
  }
}
.elementor-widget-moteling-hb-search .hb-submit button,
.search-room .hb-submit button {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
}
.elementor-widget-moteling-hb-search .hb_input_field:after,
.search-room .hb_input_field:after {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.elementor-widget-moteling-banner:hover .elementor-cta__bg {
  transform: translateY(-4%);
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}
.elementor-widget-moteling-banner .elementor-cta__bg-overlay {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}
.elementor-widget-moteling-banner .elementor-cta__content {
  position: relative;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(0);
}
.elementor-widget-moteling-banner .elementor-cta__content .elementor-cta__subtitle {
  transition: all 0s ease;
}
.elementor-widget-moteling-banner .elementor-cta__content .elementor-cta__subtitle span {
  transition: all 0.3s ease;
}
.elementor-widget-moteling-banner.content-stretch-yes {
  height: 100%;
}
.elementor-widget-moteling-banner.content-stretch-yes .elementor-widget-container, .elementor-widget-moteling-banner.content-stretch-yes .elementor-moteling-banner {
  height: 100%;
}
.elementor-widget-moteling-banner .elementor-cta__content-item:not(:last-child) {
  margin-bottom: 0;
}
.elementor-widget-moteling-banner:hover .elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
  height: 60px;
}
.elementor-widget-moteling-banner:hover .elementor-cta_toggle {
  opacity: 1;
  max-height: 500px;
  transition: all 0.45s ease-in;
}
.elementor-widget-moteling-banner:hover .elementor-cta__content_inner:after {
  height: 200%;
}
.elementor-widget-moteling-banner.graphic-image-effect-yes .elementor-cta__image {
  position: absolute;
  right: 0;
  top: 30px;
  width: 50%;
}
.elementor-widget-moteling-banner.graphic-image-effect-yes .elementor-cta__image > img {
  position: absolute;
  z-index: -1;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-widget-moteling-banner.graphic-image-effect-yes .image-behind img {
  position: relative;
  top: 15px;
  right: 25px;
}
.elementor-widget-moteling-banner.graphic-image-effect-yes:hover .elementor-cta__image > img {
  transform: scale(1.1);
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.elementor-animated-item--move-up-2.elementor-cta__button-wrapper {
  height: 0;
  overflow: hidden;
}

.elementor-bg-transform-move-left-custom .elementor-bg {
  width: calc(100% + 30px);
  height: auto;
}
.elementor-bg-transform-move-left-custom:hover .elementor-bg {
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  transform: translateX(-29px);
}

.elementor-bg-transform-move-right-custom .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  transform: translateX(-29px);
  height: 100%;
}
.elementor-bg-transform-move-right-custom:hover .elementor-bg {
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.elementor-bg-transform-zoom-in .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: translateX(-29px);
  -o-transform: translateX(-29px);
  -moz-transform: translateX(-29px);
  -webkit-transform: translateX(-29px);
  transform: translateX(-29px);
}
.elementor-bg-transform-zoom-in:hover .elementor-bg {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.elementor-bg-transform-zoom-out .elementor-bg {
  width: calc(100% + 30px);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.elementor-bg-transform-zoom-out:hover .elementor-bg {
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.elementor-cta_toggle {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.35s ease-out;
}

.elementor-cta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.elementor-cta--skin-classic .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
  position: relative;
  min-height: 200px;
  width: 100%;
}

.elementor-cta--skin-classic .elementor-cta__content {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  background-color: #f7f7f7;
}

.elementor-cta--skin-classic .elementor-cta__content-item, .elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
  color: #55595c;
  border-color: #55595c;
}

.elementor-cta--skin-classic .elementor-cta__button.elementor-button {
  color: #55595c;
  border-color: #55595c;
}

.elementor-cta--skin-cover .elementor-cta {
  display: block;
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

.elementor-cta--skin-cover .elementor-cta__content {
  min-height: 350px;
  overflow: hidden;
}

.elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
  color: #fff;
  border-color: #fff;
}

.elementor-cta--skin-cover .elementor-cta__button.elementor-button {
  color: white;
  border-color: white;
}

.elementor-cta--layout-image-above .elementor-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
  width: 100%;
}

.elementor-cta--layout-image-left .elementor-cta, .elementor-cta--layout-image-right .elementor-cta {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  width: auto;
  min-width: 50%;
}

.elementor-cta--layout-image-left .elementor-cta__content, .elementor-cta--layout-image-right .elementor-cta__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.elementor-cta--layout-image-left .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.elementor-cta--layout-image-right .elementor-cta {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.elementor-cta__bg {
  position: absolute;
  top: -1px;
  left: -1px;
  right: 0;
  bottom: 0;
  height: 110%;
  transition: transform calc(700ms * 1.5) cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s ease;
}

.elementor-cta__bg-wrapper {
  z-index: 1;
  overflow: hidden;
}

.elementor-cta__bg {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.elementor-cta__bg-overlay {
  z-index: 2;
}

.elementor-cta__button.elementor-button {
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  margin-right: auto;
}
.elementor-cta__button.elementor-button:hover {
  text-decoration: none;
}

.elementor-cta__subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

.elementor-cta__title {
  font-size: 36px;
}

.elementor-cta__description {
  font-size: 16px;
  font-weight: 300;
}

.elementor-cta__content {
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}

.elementor-cta__content_inner {
  width: 100%;
  padding: 50px 40px;
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.elementor-cta__content_inner:after {
  content: "";
  position: absolute;
  background: rgba(19, 17, 32, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}

.elementor-cta__content, .elementor-cta__content-item {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}

.elementor-cta__content-item {
  width: 100%;
  margin: 0;
}

.elementor-cta__content-item:not(:last-child) {
  margin-bottom: 15px;
}

.elementor-cta__content-item .elementor-icon {
  color: #fff;
}

.elementor-cta--valign-top .elementor-cta__content {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.elementor-cta--valign-middle .elementor-cta__content {
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.elementor-cta--valign-bottom .elementor-cta__content {
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.elementor-cta:hover .elementor-cta__bg-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-device-width: 1024px) {
  .elementor-cta {
    cursor: pointer;
  }
}
@media (min-width: 1025px) {
  .elementor-cta--desktop-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--desktop-layout-image-left .elementor-cta, .elementor-cta--desktop-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }

  .elementor-cta--desktop-layout-image-left .elementor-cta__content, .elementor-cta--desktop-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .elementor-cta--desktop-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .elementor-cta--desktop-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .elementor-cta--tablet-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta, .elementor-cta--tablet-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta__content, .elementor-cta--tablet-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .elementor-cta--tablet-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .elementor-cta--tablet-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .elementor-cta--mobile-layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
    width: 100%;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta, .elementor-cta--mobile-layout-image-right .elementor-cta {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper, .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta__content, .elementor-cta--mobile-layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .elementor-cta--mobile-layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .elementor-cta--mobile-layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.elementor-widget-opal-image-gallery .grid__item a {
  display: block;
}
.elementor-widget-opal-image-gallery .grid__item a img {
  display: block;
}

.elementor-widget-moteling-image-gallery ul {
  margin: 0;
}
.elementor-widget-moteling-image-gallery .column-item {
  padding-bottom: 30px;
}
.elementor-widget-moteling-image-gallery .column-item a {
  position: relative;
  overflow: hidden;
  display: block;
  background: #000;
}
.elementor-widget-moteling-image-gallery .column-item img {
  display: block;
  transition: all 0.6s ease;
  transform-origin: bottom right;
}
.elementor-widget-moteling-image-gallery .column-item:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}
.elementor-widget-moteling-image-gallery .gallery-item-overlay {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
.elementor-widget-moteling-image-gallery .elementor-galerry__filter {
  margin: 0;
  cursor: pointer;
  position: relative;
  font-size: 24px;
  line-height: 1.3333333333;
  color: var(--accent);
  font-weight: 700;
  font-family: "Berlingske", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.elementor-widget-moteling-image-gallery .elementor-galerry__filter.elementor-active, .elementor-widget-moteling-image-gallery .elementor-galerry__filter:hover {
  color: var(--primary);
}

.elementor-image-gallery {
  position: relative;
}

.elementor-editor-active .isotope-grid {
  height: auto !important;
}
.elementor-editor-active .isotope-grid .grid__item > a {
  pointer-events: none;
}

.elementor-galerry__filters {
  list-style: none;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.elementor-filter-left .elementor-galerry__filters {
  justify-content: flex-start;
}

.elementor-filter-right .elementor-galerry__filters {
  justify-content: flex-end;
}

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