/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.1.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky-header {
  background: transparent;
  transition: 0.3s background;
}

.sticky-header .trigger,
.sticky-header.stick .logo {
  opacity: 0;
  transition: 0.4s opacity;
}

.sticky-header.stick .logo {
  pointer-events: none;
}

.sticky-header.stick {
  background: #fff;
  transition: 0.3s background;
}

.sticky-header.stick .trigger,
.sticky-header .logo {
  opacity: 1;
  transition: 0.4s opacity;
}

.sticky-header.stick .menu .elementor-widget-container {
  border-color: transparent !important;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

button,
button:hover,
*:focus {
  outline: 0 !important;
  -webkit-box-shadow:
    0 0 0 0rem #fff,
    0 0 0 0rem #fff !important;
  box-shadow:
    0 0 0 0rem #fff,
    0 0 0 0rem #fff !important;
}

button::-moz-focus-inner {
  padding: 0;
}

ul {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit !important;
}

.elementor-icon-wrapper {
  display: flex;
}

.comments-area a,
.page-content a {
  text-decoration: none;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

.blurred-image,
.blurred-image .elementor-widget-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
  margin-bottom: 0 !important;
}

.blurred-image img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
  filter: blur(4px);
  transform: scale(1.1);
}

.elementor-icon svg,
.elementor-icon-list-icon svg,
.elementor-button-icon svg {
  stroke-width: 1;
}

ul.inclusion,
ul.exclusion {
  list-style: none;
}

ul.inclusion span,
ul.exclusion span {
  color: #008037;
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 5px;
}

.hover-effect .post-wrapper,
.hover-effect .tax-wrapper {
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.hover-effect .post-wrapper:hover,
.hover-effect .tax-wrapper:hover {
  -webkit-box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 13px 21px 6px rgb(0 0 0 / 20%);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: box-shadow 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, box-shadow 0.5s, -webkit-transform 0.5s, background-color 0.5s;
}

.itinerary .repeater-wrapper {
  counter-increment: my-awesome-counter;
}

.itinerary .repeater-wrapper::before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: -16px;
  color: #fff;
  background: var(--e-global-color-accent);
  border-radius: 100%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tax-content {
  padding: 10px;
}

.tax-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.icon-hover .elementor-button-link {
  position: relative;
  overflow: hidden;
}

.icon-hover .elementor-button-content-wrapper {
  align-items: center !important;
}

.icon-hover .elementor-button-icon {
  width: 40px;
  line-height: 40px;
  color: #fff;
  position: relative;
}

.icon-hover .elementor-button-icon i {
  transform: rotate(0deg);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-link:hover .elementor-button-icon::before {
  transform: scale(10);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-link:hover .elementor-button-text {
  color: #fff !important;
  z-index: 10;
}

.icon-hover .elementor-button-link:hover .elementor-button-icon i {
  transform: rotate(-90deg);
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover .elementor-button-icon i {
  position: relative;
}

.icon-hover .elementor-button-icon::before {
  content: '';
  background: var(--e-global-color-accent);
  height: 40px;
  width: 40px;
  display: block;
  border-radius: 100%;
  position: absolute;
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}

.icon-hover.blue .elementor-button-icon::before {
  background: var(--e-global-color-9f2ea3f);
}

.icon-hover.green .elementor-button-icon::before {
  background: var(--e-global-color-3f55d54);
}

.icon-hover.orange .elementor-button-icon::before {
  background: var(--e-global-color-30b3b7d);
}

.custom-num-list ol {
  list-style: none;
  counter-reset: item;
  padding: 0;
}

.custom-num-list li {
  counter-increment: item;
  margin-bottom: 10px;
}

.custom-num-list li:before {
  font-size: 16px;
  margin-right: 10px;
  content: counter(item);
  background: var(--e-global-color-primary);
  border-radius: 100%;
  color: #fff;
  width: 2.2em;
  line-height: 2.2em;
  text-align: center;
  display: inline-block;
}

.blurred-bg {
  backdrop-filter: blur(6px);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  pointer-events: none;
}

.elementor-field-group .elementor-select-wrapper::before {
  color: var(--e-global-color-text) !important;
}

.custom-form .e-form__indicators__indicator__label {
  width: 200%;
  color: var(--e-global-color-text);
}

.custom-form .e-form__buttons.elementor-column.elementor-col-100 {
  position: sticky;
  bottom: 0;
  background: rgba(255, 255, 255, .95);
  padding: 20px 0 10px 0;
  margin-top: 20px;
}

.custom-form input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.custom-form input[type="radio"]+label {
  display: inline-block !important;
  background-color: #fff;
  padding: 10px 20px;
  border: 2px solid var(--e-global-color-901919c);
}

.custom-form .e-form__indicators {
  max-width: 70%;
  margin: 0 auto 30px auto;
}

.custom-form input[type="radio"]:checked+label {
  background-color: var(--e-global-color-901919c);
  border-color: var(--e-global-color-901919c);
}

.custom-form input[type="radio"]:focus+label {
  border: 2px dashed var(--e-global-color-901919c);
}

.custom-form .elementor-field-group.e-form__buttons__wrapper {
  padding: 0 !important;
}

.elementor-9348 .elementor-element.elementor-element-7f88076 table.tafe-table .elementor-repeater-item-cf97832 {
  vertical-align: bottom;
  background: #fff;
  color: var(--e-global-color-primary);
  border: 0;
  padding: 0;
  font-size: 40px;
}

.alignwide {
  margin: 0;
}

.tafe-table-header .elementor-inline-editing a {
  padding: 8px 40px;
  display: inline-block;
  border: 2px solid;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  transition: all 0.3s;
}

.tafe-table-header .elementor-inline-editing a:hover {
  background: #fff;
  color: var(--e-global-color-secondary) !important;
  border-color: var(--e-global-color-secondary) !important;
  transition: all 0.3s;
}

.active-gallery-img {
  opacity: 0.5;
}

.ist-palette-color {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}

.elementor-gallery-item__overlay {
  cursor: pointer;
}

.elementor-button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.side-title {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* IE 9 */
  -o-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  white-space: nowrap;
}

.true-absolute {
  position: absolute;
}

#main-header {
  overflow: visible;
}

.scrolling-wrapper-flexbox .elementor-widget-wrap {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  justify-content: flex-end;
}

.flexbox-child {
  flex: 0 0 auto;
}

.wpas-table {
  word-break: break-word;
}

.wpas-reply-meta .wpas-timestamp {
  font-style: normal;
}

.elementor-shortcode .wpas-form-group input {
  border-color: #C5C6C7 !important;
}

.fake-shadow {
  background: rgba(0, 0, 0, .17);
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(46%, -46%) scale(0.9, 0.80);
  filter: blur(9px);
  border-radius: 25px;
}

.animation-right {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run-right;
  -webkit-animation-duration: 2s;
}

.animation-left {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run-left;
  -webkit-animation-duration: 2s;
}

.animation-down {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run-down;
  -webkit-animation-duration: 2s;
}

body {
  overflow-x: hidden;
}

@-webkit-keyframes run-right {
  0% {
    left: 0;
  }

  50% {
    left: 25%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes run-left {
  0% {
    right: 0;
  }

  50% {
    right: 25%;
  }

  100% {
    right: 0;
  }
}

@-webkit-keyframes run-down {
  0% {
    top: 0;
  }

  50% {
    top: 25%;
  }

  100% {
    top: 0;
  }
}

.slider-mod .swiper-slide:not(.swiper-slide-next) {
  opacity: 0.4;
  transform: scale(0.9);
}

.slider-mod .swiper-slide img {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.restricted-height {
  max-height: 500px;
  height: 500px;
}

.elementor-background-overlay {
  z-index: 2;
  pointer-events: none;
}

.overlay-index-zero .elementor-background-overlay {
  z-index: 0;
}

.overlay-exception>.elementor-background-overlay {
  z-index: 0;
  pointer-events: none;
}

ul#breadcrumb {
  margin: 0;
  padding: 0;
}

#breadcrumb li {
  list-style: none;
  display: inline-block;
}

[type=submit] {
  fill: var(--e-global-color-ebc648b);
  color: var(--e-global-color-ebc648b);
  background-color: var(--e-global-color-primary);
  border-style: solid;
  border-color: var(--e-global-color-primary);
  border-radius: 0;
  border-width: 3px;
  margin-top: 0;
}

[type=submit]:hover {
  fill: var(--e-global-color-ebc648b);
  color: var(--e-global-color-primary);
  background-color: transparent;
  border-style: solid;
  border-color: var(--e-global-color-primary);
  border-radius: 0;
}

#alt-menu .elementor-nav-menu--dropdown {
  max-width: 100%;
  left: 0px !important;
}

.style-list-alt ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  padding: 0;
  text-align: right;
}

.style-list-alt ol li {
  counter-increment: my-awesome-counter;
  padding: 10px 45px 10px 10px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  overflow: hidden;
  position: relative;
  margin: 5px 0;
}

.style-list-alt ol li::after {
  content: counter(my-awesome-counter);
  font-size: 1.1rem;
  margin-left: 0.6rem;
  line-height: 37px;
  background: #ffffff;
  border-radius: 100%;
  color: #000;
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center;
}

.line-icon .elementor-icon i {
  color: transparent;
  background: var(--e-global-color-840f119);
  width: 8.5px;
  height: 8.5px;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.line-icon .elementor-icon i:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-accent);
}

.active-anchor .elementor-icon i {
  color: var(--e-global-color-840f119);
  width: 1em !important;
  height: 1em !important;
  background: none !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.active-anchor i {
  color: var(--e-global-color-840f119);
}

.style-list-alt a .shadow {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 0%;
  right: 0;
  height: 100%;
  top: 0;
  transition: width .4s;
  z-index: -1;
}

.style-list-alt .mPS2id-highlight .shadow {
  width: 100%;
  transition: width .4s;
}

ul {
  margin-bottom: .9rem;
}

.style-list ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.style-list ol li {
  counter-increment: my-awesome-counter;
}

.style-list ol li::before {
  content: counter(my-awesome-counter);
  font-size: 1.1rem;
  margin-right: 0.6rem;
  line-height: 37px;
  background: #27262C;
  border-radius: 100%;
  color: #ffffff;
  width: 37px;
  height: 37px;
  display: inline-block;
  text-align: center;
  margin-bottom: 8px;
}

a .elementor-align-icon-left {
  left: 0px;
  position: relative;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

.caret-link ul li:hover a::before,
a:hover .elementor-align-icon-left {
  left: -5px !important;
}

.caret-link ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  padding-right: 5px;
  opacity: 1 !important;
  left: 0px;
  font-weight: 700;
  background: none !important;
  position: relative;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
}

.elementor-menu-toggle:focus {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}

ol,
ul {
  padding-inline-start: 18px;
}

.menu-effect:hover li a {
  opacity: 0.5;
}

.menu-effect li a:hover {
  opacity: 1 !important;
}

.menu-effect li.transparency a {
  opacity: 0.5;
}

.elementor-headline-animation-type-clip .elementor-headline-dynamic-wrapper:after {
  width: 3px !important;
  background-color: #fff !important;
}

.zero-dimension {
  height: 0;
  pointer-events: none;
}

table i {
  font-size: 1.1em;
}

@media only screen and (max-width: 1025px) {
  .elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 20px;
  }
}

@media all and (min-width: 769px) {
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

  .column {
    float: left;
    width: 50%;
    padding-right: 20px;
  }

  .column:last-child {
    padding-right: 0;
  }

  .mobile-menu svg {
    display: none;
  }

}

@media only screen and (max-width: 768px) {
  .elementor-9348 .elementor-element.elementor-element-7f88076 table.tafe-table .elementor-repeater-item-cf97832 {
    font-size: 16px;
  }

  .e-form__indicators__indicator__label {
    display: none;
  }

  .wpas-btn {
    display: block;
    margin-right: 0;
    margin-top: 20px;
  }

  .scrolling-wrapper-flexbox .elementor-widget-wrap {
    justify-content: flex-start;
  }

  .slider-mod .swiper-slide-active {
    opacity: 1 !important;
    transform: scale(1) !important;
  }

  .mobile-red {
    background: var(--e-global-color-156f90a) !important;
  }

  .mobile-blue {
    background: var(--e-global-color-primary) !important;
  }

  .mobile-yellow {
    background: var(--e-global-color-7ba43b0) !important;
  }

  #mobile-menu {
    width: 85%;
  }

  .open-popup .elementor-icon-box-title,
  .open-modal .elementor-icon-box-title {
    display: none;
  }

  tr td:last-child,
  tr th:last-child {
    display: none !important;
  }
}