:root {
  --fixed-rows-height: 0px;
  --sc-space-tiny: 1rem;
  --sc-space-small: 2rem;
  --sc-space-medium: 3.3333rem;
  --sc-space-large: 6.6667rem;
  --sc-space-big: var(--sc-space-large);
  --sc-space-huge: 8.6667rem;
  --sc-shift-tiny: 2em;
  --sc-shift-small: 4em;
  --sc-shift-medium: 6em;
  --sc-shift-large: 8em;
  --themecrave-parallax-x-anchor: center;
  --themecrave-parallax-y-anchor: center ;
}

.sc_stack_section_effect_slide.sc_stack_section_position_fixed:not(.elementor-element-edit-mode),
.sc_stack_section_toggle_on.sc_stack_section_position_fixed:not(.stack_section_fixed_onscroll_on),
.sc_stack_section_effect_fade.sc_stack_section_position_fixed {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.sc_stack_section_effect_slide.sc_stack_section_position_absolute:not(.elementor-element-edit-mode),
.sc_stack_section_toggle_on.sc_stack_section_position_absolute:not(.elementor-element-edit-mode),
.sc_stack_section_effect_fade.sc_stack_section_position_absolute:not(.elementor-element-edit-mode) {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.sc_stack_section_effect_slide.sc_stack_section_position_static:not(.elementor-element-edit-mode),
.sc_stack_section_toggle_on.sc_stack_section_position_static:not(.elementor-element-edit-mode),
.sc_stack_section_effect_fade.sc_stack_section_position_static:not(.elementor-element-edit-mode) {
  position: static !important;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.sc_stack_section_toggle_on.sc_stack_section_position_fixed.stack_section_fixed_onscroll_on,
.sc_stack_section_toggle_on.sc_stack_section_position_absolute.stack_section_fixed_onscroll_on,
.sc_stack_section_toggle_on.sc_stack_section_position_static.stack_section_fixed_onscroll_on {
  transition: transform var(--stack-fixed-duration) ease-out;
}

.sc_stack_section_toggle_on.sc_stack_section_position_fixed.stack_section_fixed_onscroll_on.show-stack-section-onscroll,
.sc_stack_section_toggle_on.sc_stack_section_position_absolute.stack_section_fixed_onscroll_on.show-stack-section-onscroll,
.sc_stack_section_toggle_on.sc_stack_section_position_static.stack_section_fixed_onscroll_on.show-stack-section-onscroll {
  position: fixed !important;
  left: 0 !important;
  right: 0 !important;
}

.sc_stack_section_position_fixed,
.sc_stack_section_toggle_on.sc_stack_section_position_fixed.stack_section_fixed_onscroll_on,
.sc_stack_section_toggle_on.sc_stack_section_position_absolute.stack_section_fixed_onscroll_on,
.sc_stack_section_toggle_on.sc_stack_section_position_static.stack_section_fixed_onscroll_on {
  transition: transform var(--stack-fixed-duration) ease-out;
}

.sc_stack_section_position_fixed.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction .e-con-inner,
.sc_stack_section_position_absolute.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction .e-con-inner,
.sc_stack_section_position_static.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction .e-con-inner {
  height: var(--stack-height);
  transition: height var(--stack-fixed-duration) ease-out;
  will-change: height;
  backface-visibility: hidden;
}

.sc_stack_section_position_fixed.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction.show-stack-section:not(.stack_section_fixed_onscroll_on) .e-con-inner,
.sc_stack_section_position_fixed.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction.show-stack-section.show-stack-section-onscroll .e-con-inner,
.sc_stack_section_position_absolute.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction.show-stack-section:not(.stack_section_fixed_onscroll_on) .e-con-inner,
.sc_stack_section_position_absolute.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction.show-stack-section.show-stack-section-onscroll .e-con-inner,
.sc_stack_section_position_static.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction.show-stack-section:not(.stack_section_fixed_onscroll_on) .e-con-inner,
.sc_stack_section_position_static.sc_stack_section_toggle_on.stack_section_toggle_style_first-interaction.show-stack-section.show-stack-section-onscroll .e-con-inner {
  height: var(--stack-fixed-height);
}

.stack_section_toggle_hide_show_on,
.stack_section_toggle_fixed_onscroll_hide_on {
  transition: transform var(--stack-fixed-duration) ease-out;
}

.stack_section_toggle_hide_show_on.show-stack-section-toggle:not(.stack_section_toggle_fixed_onscroll_hide_on) {
  animation: stackSlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.stack_section_toggle_fixed_onscroll_hide_on.show-stack-section-hide:not(.stack_section_toggle_hide_show_on) {
  transform: translateY(-100%);
  animation: stackSlideUp 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@keyframes stackSlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stackSlideUp {
  0% {
    transform: translateY(0%);
  }
  25% {
    transform: translateY(-25%);
  }
  50% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.sc_stack_section_effect_fade:not(.elementor-element-edit-mode) {
  opacity: 0;
}

.body_style_fullscreen:not(.elementor-editor-active).sc_stack_section_present .content_wrap_fullscreen,
.body_style_fullscreen:not(.elementor-editor-active).fixed_blocks_sticky .content_wrap_fullscreen {
  overflow: clip;
}

.sc_column_fixed.elementor-column {
  display: block;
}

.sc_column_fixed:not(.elementor-column),
.elementor-section.elementor-section-height-full .sc_column_fixed.elementor-column,
.elementor-section:not(.elementor-section-height-full) .sc_column_fixed.elementor-column > .elementor-column-wrap,
.elementor-section:not(.elementor-section-height-full) .sc_column_fixed.elementor-column > .elementor-widget-wrap {
  -webkit-position: sticky;
  position: -webkit-sticky;
  position: sticky;
  top: var(--fixed-rows-height);
  -webkit-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

/* Shift block along X- and/or Y-axis */
[class*=sc_shift_] {
  position: relative;
  z-index: 0;
}

.sc_shift_x_tiny {
  left: var(--sc-shift-tiny) !important;
}

.sc_shift_x_tiny_negative {
  left: calc(-1 * var(--sc-shift-tiny)) !important;
}

.sc_shift_x_small {
  left: var(--sc-shift-small) !important;
}

.sc_shift_x_small_negative {
  left: calc(-1 * var(--sc-shift-small)) !important;
}

.sc_shift_x_medium {
  left: var(--sc-shift-medium) !important;
}

.sc_shift_x_medium_negative {
  left: calc(-1 * var(--sc-shift-medium)) !important;
}

.sc_shift_x_large {
  left: var(--sc-shift-large) !important;
}

.sc_shift_x_large_negative {
  left: calc(-1 * var(--sc-shift-large)) !important;
}

.sc_shift_y_tiny {
  top: var(--sc-shift-tiny) !important;
}

.sc_shift_y_tiny_negative {
  top: calc(-1 * var(--sc-shift-tiny)) !important;
}

.sc_shift_y_small {
  top: var(--sc-shift-small) !important;
}

.sc_shift_y_small_negative {
  top: calc(-1 * var(--sc-shift-small)) !important;
}

.sc_shift_y_medium {
  top: var(--sc-shift-medium) !important;
}

.sc_shift_y_medium_negative {
  top: calc(-1 * var(--sc-shift-medium)) !important;
}

.sc_shift_y_large {
  top: var(--sc-shift-large) !important;
}

.sc_shift_y_large_negative {
  top: calc(-1 * var(--sc-shift-large)) !important;
}

.themecrave_bg_text:not(.themecrave_marquee_wrap) {
  overflow: hidden;
}

.themecrave_bg_text {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  white-space: nowrap;
}

body.body_style_boxed .themecrave_bg_text {
  overflow: hidden;
}

.themecrave_bg_text.themecrave_marquee_reverse {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.themecrave_bg_text.themecrave_marquee_wrap {
  overflow: hidden;
  white-space: nowrap;
}

.themecrave_bg_text.themecrave_marquee_wrap .themecrave_marquee_element {
  position: relative;
}

.themecrave_bg_text.themecrave_marquee_wrap:not(.themecrave_marquee_reverse) .themecrave_marquee_element {
  padding-right: 50px;
}

body.rtl .themecrave_bg_text.themecrave_marquee_wrap:not(.themecrave_marquee_reverse) .themecrave_marquee_element {
  padding-right: 0;
  padding-left: 50px;
}

.themecrave_bg_text.themecrave_marquee_wrap.themecrave_marquee_reverse .themecrave_marquee_element {
  padding-left: 50px;
}

body.rtl .themecrave_bg_text.themecrave_marquee_wrap.themecrave_marquee_reverse .themecrave_marquee_element {
  padding-left: 0;
  padding-right: 50px;
}

.themecrave_bg_text .themecrave_bg_text_overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

.themecrave_bg_text .themecrave_bg_text_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}

.themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item {
  display: inline-block;
  vertical-align: top;
  opacity: 0;
  z-index: 0;
}

.themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_char {
  color: rgba(0, 0, 0, 0.05);
  font-size: 15em;
  font-weight: bold;
  line-height: 0.8em;
}

.themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_delimiter {
  margin: 0 0.75em;
}

.themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_delimiter img,
.themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_delimiter svg {
  display: block;
  max-height: 100%;
  height: 1em;
  max-width: none;
  width: auto;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item,
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item {
  opacity: 1;
  -webkit-transition-delay: 3s;
  -ms-transition-delay: 3s;
  transition-delay: 3s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(1),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(2),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(3),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(4),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(5),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(5) {
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(6),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(6) {
  -webkit-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(7),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(7) {
  -webkit-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(8),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(8) {
  -webkit-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(9),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(9) {
  -webkit-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(10),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(10) {
  -webkit-transition-delay: 1s;
  -ms-transition-delay: 1s;
  transition-delay: 1s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(11),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(11) {
  -webkit-transition-delay: 1.1s;
  -ms-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(12),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(12) {
  -webkit-transition-delay: 1.2s;
  -ms-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(13),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(13) {
  -webkit-transition-delay: 1.3s;
  -ms-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(14),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(14) {
  -webkit-transition-delay: 1.4s;
  -ms-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(5),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(15) {
  -webkit-transition-delay: 1.5s;
  -ms-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(6),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(16) {
  -webkit-transition-delay: 1.6s;
  -ms-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(17),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(17) {
  -webkit-transition-delay: 1.7s;
  -ms-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(18),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(18) {
  -webkit-transition-delay: 1.8s;
  -ms-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(19),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(19) {
  -webkit-transition-delay: 1.9s;
  -ms-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(20),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(20) {
  -webkit-transition-delay: 2s;
  -ms-transition-delay: 2s;
  transition-delay: 2s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(21),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(21) {
  -webkit-transition-delay: 2.1s;
  -ms-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(22),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(22) {
  -webkit-transition-delay: 2.2s;
  -ms-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(23),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(23) {
  -webkit-transition-delay: 2.3s;
  -ms-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(24),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(24) {
  -webkit-transition-delay: 2.4s;
  -ms-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(25),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(25) {
  -webkit-transition-delay: 2.5s;
  -ms-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(26),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(26) {
  -webkit-transition-delay: 2.6s;
  -ms-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(24),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(27) {
  -webkit-transition-delay: 2.7s;
  -ms-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(28),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(28) {
  -webkit-transition-delay: 2.8s;
  -ms-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(29),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(29) {
  -webkit-transition-delay: 2.9s;
  -ms-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_item:nth-child(30),
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_showed_on_scroll .themecrave_bg_text_item:nth-child(30) {
  -webkit-transition-delay: 3s;
  -ms-transition-delay: 3s;
  transition-delay: 3s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_rotate .themecrave_bg_text_item,
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_rotate .themecrave_bg_text_item {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, -1, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, -1, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, -1, 1);
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_rotate .themecrave_bg_text_item .themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_rotate.themecrave_showed_on_scroll .themecrave_bg_text_item {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_slide .themecrave_bg_text_item {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_slide .themecrave_bg_text_item,
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_slide.themecrave_showed_on_scroll .themecrave_bg_text_item {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_none .themecrave_bg_text_item,
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_none.themecrave_showed_on_scroll .themecrave_bg_text_item {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}

.themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_none.themecrave_bg_text_effect_rotate .themecrave_bg_text_item,
.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_none.themecrave_bg_text_effect_rotate .themecrave_bg_text_item .themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_none.themecrave_showed_on_scroll.themecrave_bg_text_effect_rotate .themecrave_bg_text_item {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_none.themecrave_bg_text_effect_slide .themecrave_bg_text_item,
.themecrave_bg_text_onscroll-no .themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_none.themecrave_bg_text_effect_slide .themecrave_bg_text_item,
.themecrave_bg_text .themecrave_bg_text_inner.themecrave_bg_text_effect_none.themecrave_showed_on_scroll.themecrave_bg_text_effect_slide .themecrave_bg_text_item {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.bottom-bg-text {
  position: absolute;
  bottom: 380px;
  right: -140px;
}

@media (max-width: 1279px) {
  .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_char {
    font-size: 12em;
  }
}
@media (max-width: 1023px) {
  .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_char {
    font-size: 9em;
  }
}
@media (max-width: 767px) {
  .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_char {
    font-size: 7em;
  }
}
@media (max-width: 479px) {
  .themecrave_bg_text .themecrave_bg_text_inner .themecrave_bg_text_char {
    font-size: 5em;
  }
}
@media (min-width: 1680px) and (max-width: 2159px) {
  .e-con.hide_bg_image_on_desktop,
  .elementor-section.hide_bg_image_on_desktop,
  .elementor-column.hide_bg_image_on_desktop > .elementor-column-wrap,
  .elementor-column.hide_bg_image_on_desktop > .elementor-widget-wrap {
    background-image: none !important;
  }
  .e-con.hide_bg_image_on_desktop[class*=sc_bg_mask_]:before,
  .elementor-section.hide_bg_image_on_desktop[class*=sc_bg_mask_]:before,
  .elementor-column.hide_bg_image_on_desktop[class*=sc_bg_mask_] > .elementor-column-wrap:before,
  .elementor-column.hide_bg_image_on_desktop[class*=sc_bg_mask_] > .elementor-widget-wrap:before {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .e-con.hide_bg_image_on_tablet,
  .elementor-section.hide_bg_image_on_tablet,
  .elementor-column.hide_bg_image_on_tablet > .elementor-column-wrap,
  .elementor-column.hide_bg_image_on_tablet > .elementor-widget-wrap {
    background-image: none !important;
  }
  .e-con.hide_bg_image_on_tablet[class*=sc_bg_mask_]:before,
  .elementor-section.hide_bg_image_on_tablet[class*=sc_bg_mask_]:before,
  .elementor-column.hide_bg_image_on_tablet[class*=sc_bg_mask_] > .elementor-column-wrap:before,
  .elementor-column.hide_bg_image_on_tablet[class*=sc_bg_mask_] > .elementor-widget-wrap:before {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .e-con.hide_bg_image_on_mobile,
  .elementor-section.hide_bg_image_on_mobile,
  .elementor-column.hide_bg_image_on_mobile > .elementor-column-wrap,
  .elementor-column.hide_bg_image_on_mobile > .elementor-widget-wrap {
    background-image: none !important;
  }
  .e-con.hide_bg_image_on_mobile[class*=sc_bg_mask_]:before,
  .elementor-section.hide_bg_image_on_mobile[class*=sc_bg_mask_]:before,
  .elementor-column.hide_bg_image_on_mobile[class*=sc_bg_mask_] > .elementor-column-wrap:before,
  .elementor-column.hide_bg_image_on_mobile[class*=sc_bg_mask_] > .elementor-widget-wrap:before {
    display: none !important;
  }
}
/* Extra bg for rows, columns and widgets "Text Editor" */
.elementor-section[class*=sc_extra_bg_],
.elementor-section[class*=sc_bg_mask_] {
  position: relative;
}

.elementor-section[class*=sc_extra_bg_]:not(.sc_layouts_row_fixed_on),
.elementor-section[class*=sc_bg_mask_]:not(.sc_layouts_row_fixed_on) {
  z-index: 0;
}

.e-con[class*=sc_extra_bg_],
.e-con[class*=sc_bg_mask_] {
  position: relative;
  z-index: var(--z-index);
}

.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap,
.elementor-column[class*=sc_extra_bg_] > .elementor-widget-wrap,
.elementor-column[class*=sc_bg_mask_] > .elementor-column-wrap,
.elementor-column[class*=sc_bg_mask_] > .elementor-widget-wrap,
.elementor-widget-text-editor[class*=sc_extra_bg_],
.elementor-widget-text-editor[class*=sc_bg_mask_] {
  position: relative;
  z-index: 0;
}

.elementor-widget-text-editor[class*=sc_bg_mask_] > .wpb_wrapper {
  position: relative;
  z-index: 2;
}

.e-con[class*=sc_extra_bg_]:after,
.elementor-section[class*=sc_extra_bg_]:after,
.elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap:after,
.elementor-column[class*=sc_extra_bg_] > .elementor-widget-wrap:after,
.elementor-widget-text-editor[class*=sc_extra_bg_]:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: -1;
  background: inherit;
}

.e-con[class*=sc_bg_mask_]:before,
.elementor-section[class*=sc_bg_mask_]:before,
.elementor-column[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-widget-text-editor[class*=sc_bg_mask_]:before {
  content: " ";
  display: block !important;
  background-color: inherit;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.e-con[class*=sc_extra_bg_]:after,
.e-con[class*=sc_bg_mask_]:before {
  width: auto;
  height: auto;
}

.e-con.vc_parallax[class*=sc_bg_mask_]:before,
.elementor-section.vc_parallax[class*=sc_bg_mask_]:before {
  z-index: 1;
}

.e-con.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.e-con.sc_extra_bg_tiny:after,
.elementor-section.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_tiny:after,
.elementor-column.sc_extra_bg_tiny[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_tiny[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_tiny[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_tiny:after {
  position: absolute;
  top: -2em;
  right: -2em;
  bottom: -2em;
  left: -2em;
}

.e-con.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.e-con.sc_extra_bg_small:after,
.elementor-section.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_small:after,
.elementor-column.sc_extra_bg_small[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_small[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_small[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_small:after {
  position: absolute;
  top: -4em;
  right: -4em;
  bottom: -4em;
  left: -4em;
}

.e-con.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.e-con.sc_extra_bg_medium:after,
.elementor-section.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_medium:after,
.elementor-column.sc_extra_bg_medium[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_medium[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_medium[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_medium:after {
  position: absolute;
  top: -6em;
  right: -6em;
  bottom: -6em;
  left: -6em;
}

.e-con.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.e-con.sc_extra_bg_large:after,
.elementor-section.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.elementor-section.sc_extra_bg_large:after,
.elementor-column.sc_extra_bg_large[class*=sc_bg_mask_] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_large[class*=sc_bg_mask_] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_large[class*=sc_bg_mask_]:before,
.elementor-widget-text-editor.sc_extra_bg_large:after {
  position: absolute;
  top: -8em;
  right: -8em;
  bottom: -8em;
  left: -8em;
}

.e-con.sc_bg_mask_bg_color:before,
.elementor-section.sc_bg_mask_bg_color:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_bg_color:before {
  background-color: inherit;
}

.e-con.sc_bg_mask_1:before,
.elementor-section.sc_bg_mask_1:before,
.elementor-column.sc_bg_mask_1 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_1 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_1:before {
  opacity: 0.1;
}

.e-con.sc_bg_mask_2:before,
.elementor-section.sc_bg_mask_2:before,
.elementor-column.sc_bg_mask_2 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_2 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_2:before {
  opacity: 0.2;
}

.e-con.sc_bg_mask_3:before,
.elementor-section.sc_bg_mask_3:before,
.elementor-column.sc_bg_mask_3 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_3 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_3:before {
  opacity: 0.3;
}

.e-con.sc_bg_mask_4:before,
.elementor-section.sc_bg_mask_4:before,
.elementor-column.sc_bg_mask_4 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_4 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_4:before {
  opacity: 0.4;
}

.e-con.sc_bg_mask_5:before,
.elementor-section.sc_bg_mask_5:before,
.elementor-column.sc_bg_mask_5 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_5 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_5:before {
  opacity: 0.5;
}

.e-con.sc_bg_mask_6:before,
.elementor-section.sc_bg_mask_6:before,
.elementor-column.sc_bg_mask_6 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_6 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_6:before {
  opacity: 0.6;
}

.e-con.sc_bg_mask_7:before,
.elementor-section.sc_bg_mask_7:before,
.elementor-column.sc_bg_mask_7 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_7 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_7:before {
  opacity: 0.7;
}

.e-con.sc_bg_mask_8:before,
.elementor-section.sc_bg_mask_8:before,
.elementor-column.sc_bg_mask_8 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_8 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_8:before {
  opacity: 0.8;
}

.e-con.sc_bg_mask_9:before,
.elementor-section.sc_bg_mask_9:before,
.elementor-column.sc_bg_mask_9 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_9 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_9:before {
  opacity: 0.9;
}

@media (max-width: 1279px) {
  .e-con[class*=sc_extra_bg_]:after,
  .elementor-section[class*=sc_extra_bg_]:after,
  .elementor-column[class*=sc_extra_bg_] > .elementor-column-wrap:after,
  .elementor-column[class*=sc_extra_bg_] > .elementor-widget-wrap:after,
  .elementor-widget-text-editor[class*=sc_extra_bg_]:after {
    display: none;
  }
  .e-con[class*=sc_extra_bg_][class*=sc_bg_mask_]:before,
  .elementor-section[class*=sc_extra_bg_][class*=sc_bg_mask_]:before,
  .elementor-column[class*=sc_extra_bg_][class*=sc_bg_mask_] > .elementor-column-wrap:before,
  .elementor-column[class*=sc_extra_bg_][class*=sc_bg_mask_] > .elementor-widget-wrap:before,
  .elementor-widget-text-editor[class*=sc_extra_bg_][class*=sc_bg_mask_]:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .e-con.sc_extra_bg_tiny,
  .elementor-section.sc_extra_bg_tiny,
  .elementor-column.sc_extra_bg_tiny > .elementor-column-wrap,
  .elementor-column.sc_extra_bg_tiny > .elementor-widget-wrap,
  .elementor-widget-text-editor.sc_extra_bg_tiny {
    padding: 1em !important;
  }
  .e-con.sc_extra_bg_small,
  .elementor-section.sc_extra_bg_small,
  .elementor-column.sc_extra_bg_small > .elementor-column-wrap,
  .elementor-column.sc_extra_bg_small > .elementor-widget-wrap,
  .elementor-widget-text-editor.sc_extra_bg_small {
    padding: 2em !important;
  }
  .e-con.sc_extra_bg_medium,
  .elementor-section.sc_extra_bg_medium,
  .elementor-column.sc_extra_bg_medium > .elementor-column-wrap,
  .elementor-column.sc_extra_bg_medium > .elementor-widget-wrap,
  .elementor-widget-text-editor.sc_extra_bg_medium {
    padding: 3em !important;
  }
  .e-con.sc_extra_bg_large,
  .elementor-section.sc_extra_bg_large,
  .elementor-column.sc_extra_bg_large > .elementor-column-wrap,
  .elementor-column.sc_extra_bg_large > .elementor-widget-wrap,
  .elementor-widget-text-editor.sc_extra_bg_large {
    padding: 4em !important;
  }
}
[class*=sc_fly_]:not(.sc_fly_static) {
  position: absolute !important;
}

.sc_fly_tl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sc_fly_tc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_fly_tr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

.sc_fly_ml {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_fly_mc {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sc_fly_mr {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_fly_bl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.sc_fly_bc {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_fly_br {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

@media (max-width: 1279px) {
  .sc-tablet_fly_static[class*=sc_fly_]:not(.sc_fly_static) {
    position: static !important;
    transform: none;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  [class*=sc-tablet_fly_]:not(.sc-tablet_fly_static) {
    position: absolute !important;
  }
  .sc-tablet_fly_tl {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform: none;
  }
  .sc-tablet_fly_tc {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    bottom: auto;
  }
  .sc-tablet_fly_tr {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    transform: none;
  }
  .sc-tablet_fly_ml {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: auto;
    bottom: auto;
  }
  .sc-tablet_fly_mc {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    right: auto;
    bottom: auto;
  }
  .sc-tablet_fly_mr {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: auto;
    bottom: auto;
  }
  .sc-tablet_fly_bl {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: none;
  }
  .sc-tablet_fly_bc {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    top: auto;
  }
  .sc-tablet_fly_br {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: auto;
    top: auto;
    transform: none;
  }
}
.elementor-control-core_floating_fx_translate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,
.elementor-control-core_floating_fx_rotate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after,
.elementor-control-core_floating_fx_scale_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-lower:after {
  left: -5px;
  box-shadow: -2px 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.elementor-control-core_floating_fx_translate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,
.elementor-control-core_floating_fx_rotate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after,
.elementor-control-core_floating_fx_scale_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper:after {
  left: 5px;
  box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, 0.1);
}

.elementor-control-core_floating_fx_translate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,
.elementor-control-core_floating_fx_rotate_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip,
.elementor-control-core_floating_fx_scale_toggle + .elementor-controls-popover .elementor-control-type-slider--handles-range .elementor-slider .noUi-handle-upper .noUi-tooltip {
  top: auto;
  bottom: calc(100% + 5px);
  left: 100%;
}

.sc_parallax_block {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  pointer-events: none;
}

.sc_parallax_block:not(.sc_parallax_block_animation_bg_parallax):not(.sc_parallax_block_animation_background) {
  -webkit-perspective: 1200px;
  -ms-perspective: 1200px;
  perspective: 1200px;
}

.sc_parallax_block_animation_bg_parallax {
  overflow: visible;
}

.sc_parallax_block_image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto;
  background-position: 50% 50%;
}

.sc_parallax_block_type_scroll:not(.is-mac):not(.sc_parallax_block_animation_bg_parallax) .sc_parallax_block_image {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
  transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
}

.sc_parallax_block_type_mouse {
  overflow: visible;
}

[class*=sc_gradient_animation_]:not(.sc_gradient_animation_none):not(.elementor-column):not(.elementor-widget),
[class*=sc_gradient_animation_].elementor-column:not(.sc_gradient_animation_none) > .elementor-column-wrap,
[class*=sc_gradient_animation_].elementor-column:not(.sc_gradient_animation_none) > .elementor-widget-wrap,
[class*=sc_gradient_animation_].elementor-widget:not(.sc_gradient_animation_none) > .elementor-widget-container {
  background-size: 400% 400%;
}

.sc_gradient_animation_horizontal:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_horizontal.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationHorizontal 10s ease infinite;
  -ms-animation: GradientAnimationHorizontal 10s ease infinite;
  animation: GradientAnimationHorizontal 10s ease infinite;
}

.sc_gradient_animation_horizontal.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_slow.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationHorizontal 15s ease infinite;
  -ms-animation: GradientAnimationHorizontal 15s ease infinite;
  animation: GradientAnimationHorizontal 15s ease infinite;
}

.sc_gradient_animation_horizontal.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_fast.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationHorizontal 5s ease infinite;
  -ms-animation: GradientAnimationHorizontal 5s ease infinite;
  animation: GradientAnimationHorizontal 5s ease infinite;
}

.sc_gradient_animation_vertical:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_vertical.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationVertical 10s ease infinite;
  -ms-animation: GradientAnimationVertical 10s ease infinite;
  animation: GradientAnimationVertical 10s ease infinite;
}

.sc_gradient_animation_vertical.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_slow.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationVertical 15s ease infinite;
  -ms-animation: GradientAnimationVertical 15s ease infinite;
  animation: GradientAnimationVertical 15s ease infinite;
}

.sc_gradient_animation_vertical.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_fast.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationVertical 5s ease infinite;
  -ms-animation: GradientAnimationVertical 5s ease infinite;
  animation: GradientAnimationVertical 5s ease infinite;
}

.sc_gradient_animation_diagonal:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_diagonal.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationDiagonal 10s ease infinite;
  -ms-animation: GradientAnimationDiagonal 10s ease infinite;
  animation: GradientAnimationDiagonal 10s ease infinite;
}

.sc_gradient_animation_diagonal.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_slow.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationDiagonal 15s ease infinite;
  -ms-animation: GradientAnimationDiagonal 15s ease infinite;
  animation: GradientAnimationDiagonal 15s ease infinite;
}

.sc_gradient_animation_diagonal.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_fast.elementor-column > .elementor-widget-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
  -webkit-animation: GradientAnimationDiagonal 5s ease infinite;
  -ms-animation: GradientAnimationDiagonal 5s ease infinite;
  animation: GradientAnimationDiagonal 5s ease infinite;
}

@-webkit-keyframes GradientAnimationHorizontal {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-moz-keyframes GradientAnimationHorizontal {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@keyframes GradientAnimationHorizontal {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}
@-webkit-keyframes GradientAnimationVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-moz-keyframes GradientAnimationVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@keyframes GradientAnimationVertical {
  0% {
    background-position: 50% 0%;
  }
  50% {
    background-position: 51% 100%;
  }
  100% {
    background-position: 50% 0%;
  }
}
@-webkit-keyframes GradientAnimationDiagonal {
  0% {
    background-position: 1% 0%;
  }
  50% {
    background-position: 99% 100%;
  }
  100% {
    background-position: 1% 0%;
  }
}
@-moz-keyframes GradientAnimationDiagonal {
  0% {
    background-position: 1% 0%;
  }
  50% {
    background-position: 99% 100%;
  }
  100% {
    background-position: 1% 0%;
  }
}
@keyframes GradientAnimationDiagonal {
  0% {
    background-position: 1% 0%;
  }
  50% {
    background-position: 99% 100%;
  }
  100% {
    background-position: 1% 0%;
  }
}
.sc_item_title,
.sc_item_subtitle,
.sc_item_descr,
.sc_item_button {
  margin: 0;
}

.sc_item_title {
  line-height: 1.2em;
}

.sc_item_title > small,
.sc_item_title > big {
  display: inline-block;
  margin-bottom: 0.9em;
}

.sc_item_title_inner {
  display: inline-block;
}

.sc_item_title_text > i:not([class*=eicon]) {
  font-family: inherit;
}

.sc_item_subtitle {
  font-size: 1.15rem;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
  letter-spacing: 0;
  display: block;
}

.sc_item_subtitle_above {
  margin-bottom: 0.5em;
}

.sc_item_subtitle_below {
  margin-top: 0.5em;
}

.sc_item_button {
  line-height: 0;
}

.sc_item_subtitle.sc_item_title_style_shadow {
  font-size: 8rem;
  line-height: 1.2em;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #f0f0f0;
  opacity: 0.1;
}

.sc_item_subtitle.sc_item_title_style_shadow.sc_align_left,
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_default {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc_item_subtitle.sc_item_title_style_shadow.sc_align_right {
  left: auto;
  right: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title {
  padding: 2.5rem 0;
  margin: 0;
}

.sc_item_title.sc_item_title_style_accent {
  position: relative;
}

.sc_item_title.sc_item_title_style_accent b {
  font-size: 6em;
  line-height: 0.8em;
  font-weight: 900;
  font-style: normal;
  position: absolute;
  z-index: 0;
  bottom: -100%;
  left: 0;
  color: rgba(200, 200, 200, 0.1);
  letter-spacing: 0;
}

.sc_item_title.sc_item_title_style_accent i {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  color: #fff;
  background-color: #000;
  text-align: center;
  position: absolute;
  z-index: 1;
  top: -5.25em;
  right: 0;
  width: 5em;
  height: 5em;
  line-height: 1.25em;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  letter-spacing: 0;
}

.sc_item_title.sc_item_title_style_accent.sc_align_center b {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_item_title.sc_item_title_style_accent.sc_align_right b {
  left: auto;
  right: 0;
}

.sc_item_title.sc_item_title_style_accent.sc_align_right i {
  left: 0;
  right: auto;
}

.sc_title.sc_title_accent .sc_item_button {
  position: relative;
  z-index: 1;
}

.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
  margin-top: 1em;
}

.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_masonry,
.sc_item_subtitle + .sc_item_masonry,
.sc_item_title + .sc_item_filters_wrap,
.sc_item_subtitle + .sc_item_filters_wrap,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content {
  margin-top: 2em;
}

.sc_item_descr + .sc_item_slider,
.sc_item_descr + .sc_item_columns,
.sc_item_descr + .sc_item_masonry,
.sc_item_descr + .sc_item_filters_wrap,
.sc_item_descr + .sc_item_content {
  margin-top: 3em;
}

h1.sc_item_title_tag + .sc_item_descr,
h1.sc_item_title_tag + .sc_item_slider,
h1.sc_item_title_tag + .sc_item_columns,
h1.sc_item_title_tag + .sc_item_masonry,
h1.sc_item_title_tag + .sc_item_filters_wrap,
h1.sc_item_title_tag + .sc_item_content {
  margin-top: 2em;
}

h2.sc_item_title_tag + .sc_item_descr,
h2.sc_item_title_tag + .sc_item_slider,
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_masonry,
h2.sc_item_title_tag + .sc_item_filters_wrap,
h2.sc_item_title_tag + .sc_item_content {
  margin-top: 1.8em;
}

h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_masonry,
h3.sc_item_title_tag + .sc_item_filters_wrap,
h3.sc_item_title_tag + .sc_item_content {
  margin-top: 1.6em;
}

h4.sc_item_title_tag + .sc_item_descr,
h4.sc_item_title_tag + .sc_item_slider,
h4.sc_item_title_tag + .sc_item_columns,
h4.sc_item_title_tag + .sc_item_masonry,
h4.sc_item_title_tag + .sc_item_filters_wrap,
h4.sc_item_title_tag + .sc_item_content {
  margin-top: 1.4em;
}

h5.sc_item_title_tag + .sc_item_descr,
h5.sc_item_title_tag + .sc_item_slider,
h5.sc_item_title_tag + .sc_item_columns,
h5.sc_item_title_tag + .sc_item_masonry,
h5.sc_item_title_tag + .sc_item_filters_wrap,
h5.sc_item_title_tag + .sc_item_content {
  margin-top: 1.2em;
}

h6.sc_item_title_tag + .sc_item_descr,
h6.sc_item_title_tag + .sc_item_slider,
h6.sc_item_title_tag + .sc_item_columns,
h6.sc_item_title_tag + .sc_item_masonry,
h6.sc_item_title_tag + .sc_item_filters_wrap,
h6.sc_item_title_tag + .sc_item_content {
  margin-top: 1em;
}

.sc_item_descr {
  margin-bottom: 2em;
}

.sc_item_descr.sc_align_center {
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.sc_item_descr:last-child {
  margin-bottom: 0;
}

.wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center {
  max-width: none;
}

nav.sc_item_pagination {
  margin-top: 1em;
}

nav.sc_item_pagination .nav-links {
  margin-top: 0;
  display: inline-block;
}

nav.sc_item_pagination_advanced_pages {
  text-align: left;
}

nav.sc_item_pagination_advanced_pages .nav-links {
  max-width: 82%;
}

nav.sc_item_pagination a {
  cursor: pointer;
}

nav.sc_item_pagination .nav-disabled {
  display: none;
}

nav.sc_item_pagination .nav-disabled a {
  cursor: not-allowed;
  pointer-events: none;
}

nav.sc_item_pagination .page-count {
  width: auto;
  float: right;
  line-height: 4em;
  margin-top: 0.6667em;
  max-width: 18%;
}

nav.sc_item_pagination_infinite {
  display: none;
}

nav.sc_item_pagination_infinite a span {
  opacity: 0;
}

nav.sc_item_pagination_infinite.loading {
  display: block;
}

.sc_item_title + .sc_item_button,
.sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button,
.sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button,
.sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button,
.sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button,
.sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button,
.sc_item_columns + .sc_item_button_image,
.sc_item_masonry + .sc_item_button,
.sc_item_masonry + .sc_item_button_image,
.sc_item_filters_wrap + .sc_item_button,
.sc_item_filters_wrap + .sc_item_button_image,
.sc_item_pagination + .sc_item_button,
.sc_item_pagination + .sc_item_button_image {
  margin-top: 2em;
}

.sc_item_title + .sc_item_button_simple,
.sc_item_subtitle + .sc_item_button_simple,
.sc_item_descr + .sc_item_button_simple,
.sc_item_content + .sc_item_button_simple,
.sc_item_slider + .sc_item_button_simple,
.sc_item_columns + .sc_item_button_simple,
.sc_item_masonry + .sc_item_button_simple,
.sc_item_filters_wrap + .sc_item_button_simple,
.sc_item_pagination + .sc_item_button_simple {
  margin-top: 1.5em;
}

.sc_item_button_image img {
  max-height: 8em;
  width: auto;
}

a .sc_icon_as_image {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover .sc_icon_as_image {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}

.sc_typed_entry {
  display: inline;
  color: #efa756;
  will-change: contents;
}

.sc_typed .typed-cursor {
  font-weight: 300;
  display: inline-block;
  vertical-align: baseline;
  -webkit-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

.sc_item_featured {
  position: relative;
}

.sc_item_featured [class*=post_info_] {
  padding: 0.4em 0.8em;
  background-color: rgba(248, 248, 248, 0.85);
  z-index: 10 !important;
  max-width: 75%;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_item_featured:hover [class*=post_info_] {
  background-color: #f7f7f7;
}

.sc_item_featured [class*=post_info_] .post_meta {
  margin: 0;
}

.sc_item_featured [class*=post_info_] .post_meta + .entry-title {
  margin-top: 8px;
}

.sc_item_featured [class*=post_info_] .entry-title + .post_meta {
  margin-top: 8px;
}

.sc_item_featured .post_info_tl {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sc_item_featured .post_info_tc {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.sc_item_featured .post_info_tr {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-align: right;
}

.sc_item_featured .post_info_ml {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_item_featured .post_info_mc {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 1em 1.5em;
  min-width: 60%;
}

.sc_item_featured .post_info_mr {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc_item_featured .post_info_bl {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}

.sc_item_featured .post_info_bc {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.sc_item_featured .post_info_br {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-align: right;
}

div[class*=_item_on_plate] div:not(.sc_item_featured) > [class*=post_info_] {
  padding: 1.5em 1.5em 0 1.5em;
}

.sc_item_featured .sc_item_price {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: bold;
}

.sc_item_featured.post_featured_bg[data-ratio]:before {
  content: " ";
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: -0.3em;
}

.sc_item_featured.post_featured_bg[data-ratio="2:1"]:before {
  padding-top: 50%;
}

.sc_item_featured.post_featured_bg[data-ratio="17:9"]:before {
  padding-top: 52.94%;
}

.sc_item_featured.post_featured_bg[data-ratio="16:9"]:before {
  padding-top: 56.25%;
}

.sc_item_featured.post_featured_bg[data-ratio="4:3"]:before {
  padding-top: 75%;
}

.sc_item_featured.post_featured_bg[data-ratio="1:1"]:before {
  padding-top: 100%;
}

.sc_item_featured.post_featured_bg[data-ratio="3:4"]:before {
  padding-top: 133.33%;
}

.sc_item_featured.post_featured_bg[data-ratio="9:16"]:before {
  padding-top: 177.77%;
}

.sc_item_featured.post_featured_bg[data-ratio="9:17"]:before {
  padding-top: 188.88%;
}

.sc_item_featured.post_featured_bg[data-ratio="1:2"]:before {
  padding-top: 200%;
}

.sc_item_filters {
  margin-bottom: 2em;
}

.sc_item_title + .sc_item_filters_wrap,
.sc_item_subtitle + .sc_item_filters_wrap {
  margin-top: 2em;
}

.sc_item_filters_title {
  margin: 0;
  line-height: 1em;
}

.sc_item_filters_subtitle {
  margin: 0.2em 0 0;
  font-size: 1.15em;
}

.sc_item_filters_wrap .sc_item_posts_container {
  position: relative;
}

.sc_item_filters_align_left,
.sc_item_filters_align_right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #333;
  padding-bottom: 1em;
}

.sc_item_filters_align_left .sc_item_filters_tabs,
.sc_item_filters_align_right .sc_item_filters_tabs {
  max-width: 80%;
}

.sc_item_filters_align_right.sc_item_filters_no_title {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sc_item_filters_align_left .sc_item_filters_tabs,
.sc_item_filters_align_left .sc_item_filters_more_link_wrap {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sc_item_filters_align_right .sc_item_filters_tabs,
.sc_item_filters_align_right .sc_item_filters_more_link_wrap {
  order: 1;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sc_item_filters_align_right .sc_item_filters_header {
  order: 2;
}

.sc_item_filters_align_center .sc_item_filters_header {
  text-align: center;
  border-bottom: 2px solid #333;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.sc_item_filters_empty,
.sc_item_filters_empty .sc_item_filters_header {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sc_item_filters_tabs,
.sc_item_filters_more_link_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.15em;
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

ul.sc_layouts_submenu .sc_item_filters_tabs {
  font-size: 1em;
}

.sc_item_filters_tabs li {
  display: inline-block;
  padding: 0 0 0 1.5em;
}

.sc_item_filters_align_right .sc_item_filters_tabs li {
  padding: 0 1.5em 0 0;
}

.sc_item_filters_align_center .sc_item_filters_tabs li {
  padding: 0 0.75em;
}

.sc_item_filters_tabs li:before {
  display: none !important;
}

.sc_item_filters_tabs li > a.active {
  border-bottom: 1px solid #e5e5e5;
}

.sc_placeholder {
  padding: 0.7em;
  background-color: rgba(213, 218, 223, 0.7);
  color: #c2cbd2;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_placeholder:before {
  content: "\e833";
  font-family: "eicons";
  font-size: 1.5em;
  margin: 0;
}

.sc_placeholder img {
  margin-right: 1em;
  height: 2em;
  width: auto;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 0 0.5em;
}

.sc_placeholder p {
  display: none;
  margin: 0 0 0 0.5em;
  text-transform: capitalize;
}

.sc_placeholder.sc_placeholder_with_title:before {
  color: #888;
}

.sc_placeholder.sc_placeholder_with_title p {
  display: block;
  color: #888;
  text-transform: none;
}

#themecrave_parallax_post_details_popup_overlay {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

#themecrave_parallax_post_details_popup {
  position: fixed;
  z-index: 100001;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80%;
  display: none;
}

.themecrave_parallax_post_details_popup_close,
.themecrave_parallax_post_details_popup_prev,
.themecrave_parallax_post_details_popup_next {
  position: absolute;
  z-index: 1;
  top: -2em;
  right: -2em;
  color: #fff;
  font-size: 1.5em;
  padding: 6px;
  cursor: pointer;
}

.themecrave_parallax_post_details_popup_prev,
.themecrave_parallax_post_details_popup_next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.themecrave_parallax_post_details_popup_prev {
  left: -2em;
  right: auto;
}

#themecrave_parallax_post_details_popup .themecrave_parallax_post_details_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

#themecrave_parallax_post_details_popup .post_details_page_title {
  background-color: #f0f0f0;
  margin: 0;
  padding: 0.2em 3em 0.2em 0.5em;
  position: relative;
}

#themecrave_parallax_post_details_popup .post_details_page_price {
  position: absolute;
  z-index: 1;
  top: 0.2em;
  right: 0.5em;
}

#themecrave_parallax_post_details_popup .post_details_page_header {
  margin-bottom: 0;
}

#themecrave_parallax_post_details_popup .post_details_page_content {
  padding: 2em;
}

#themecrave_parallax_post_details_popup .post_details_page_details {
  padding: 0 2em;
}

#themecrave_parallax_post_details_popup .post_details_page_button {
  padding: 1em 2em 2em;
}

body:not(.ua_ie) .themecrave_parallax_text_gradient {
  display: inline-block;
}

body:not(.ua_ie) .themecrave_parallax_text_gradient_fill_inline {
  display: inline;
}

body:not(.ua_ie) .themecrave_parallax_text_gradient_fill_block + .themecrave_parallax_text_gradient_fill_block {
  margin-left: 0.2em;
}

body:not(.ua_ie) .themecrave_parallax_text_gradient {
  -moz-background-clip: text !important;
  -o-background-clip: text !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -moz-text-fill-color: transparent !important;
  -o-text-fill-color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
  background: #efa758;
  background: linear-gradient(135deg, #efa758, #ef58a7);
}

body.ua_ie .themecrave_parallax_text_gradient {
  background: none !important;
}

@media (min-width: 1024px) {
  .sc_item_filters_tabs_left .sc_item_filters_wrap {
    position: relative;
  }
  .sc_item_filters_tabs_left .sc_item_filters,
  .sc_item_filters_tabs_left .sc_item_posts_container,
  .sc_item_filters_tabs_left .sc_item_slider,
  .sc_item_filters_tabs_left .sc_item_pagination {
    margin-left: 20% !important;
  }
  .sc_item_filters_tabs_left .sc_item_filters_tabs {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 20%;
    padding-right: 2em !important;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .sc_item_filters_tabs_left .sc_item_filters_tabs li {
    display: block;
    width: 100%;
    padding: 0;
  }
  .sc_item_filters_tabs_left .sc_item_filters_tabs li > a {
    display: block;
    padding: 0.5em 0;
  }
  .sc_item_filters_tabs_left .sc_item_filters_tabs li > a.active {
    border-bottom: 1px solid #e5e5e5;
  }
  ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters_tabs > li > a {
    padding: 0.5em 1em;
  }
  ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters_tabs > li > a.active {
    border-bottom-width: 0;
    font-weight: 600;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .sc_push_hide_on_tablet {
    margin-top: 0 !important;
  }
  .sc_pull_hide_on_tablet {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .sc_push_hide_on_mobile {
    margin-top: 0 !important;
  }
  .sc_pull_hide_on_mobile {
    margin-bottom: 0 !important;
  }
}
.elementor-container[class*=elementor-column-gap-] > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
  padding: 0;
}

#wp-admin-bar-elementor_edit_page.menupop .ab-submenu .ab-item {
  width: auto;
  max-width: 320px;
}

#wp-admin-bar-elementor_edit_page.menupop:hover .ab-sub-wrapper {
  display: block;
}

.body_style_boxed .top_panel .elementor-section-stretched {
  left: 0 !important;
  width: 100vw !important;
}

#e-styleguide-preview-dialog {
  z-index: 999999 !important;
}

.elementor-edit-area {
  z-index: 10000;
}

.elementor-editor-active .elementor-edit-area .elementor-element > .elementor-element-overlay {
  z-index: 100000 !important;
}

.elementor-editor-active.single-cpt_layouts .elementor-edit-area .elementor-element.elementor-widget-empty.sc_layouts_item .elementor-widget-empty-icon {
  padding: 10px;
}

.elementor-editor-active .elementor-edit-area .elementor-top-section.sc_layouts_row_type_narrow > .elementor-container > .elementor-row,
.elementor-editor-active .elementor-edit-area .elementor-top-section.sc_layouts_row_type_narrow > .elementor-container {
  min-height: 40px;
}

.elementor-editor-active .sc_layouts_row_type_narrow .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap,
.elementor-editor-active .sc_layouts_row_type_narrow .elementor-widget-wrap.elementor-element-empty {
  min-height: 30px;
}

.elementor-editor-active .elementor-edit-area .hide_on_wide:before,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_wide:before,
.elementor-editor-active .elementor-edit-area .hide_on_desktop:before,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_desktop:before,
.elementor-editor-active .elementor-edit-area .hide_on_notebook:before,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_notebook:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9997;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: none;
}

.elementor-editor-active .elementor-edit-area .hide_on_wide:after,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_wide:after,
.elementor-editor-active .elementor-edit-area .hide_on_desktop:after,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_desktop:after,
.elementor-editor-active .elementor-edit-area .hide_on_notebook:after,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_notebook:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px) rgba(128, 128, 128, 0.15);
  pointer-events: none;
}

.elementor-editor-active .elementor-edit-area {
  --hide-on-xxx-display: block ;
}

.elementor-editor-active .elementor-edit-area .e-con {
  --hide-on-xxx-display: flex ;
}

.elementor-editor-active .elementor-edit-area .hide_on_wide,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_wide,
.elementor-editor-active .elementor-edit-area .hide_on_desktop,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_desktop,
.elementor-editor-active .elementor-edit-area .hide_on_notebook,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_notebook,
.elementor-editor-active .elementor-edit-area .hide_on_tablet,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_tablet,
.elementor-editor-active .elementor-edit-area .hide_on_mobile,
.elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_mobile {
  display: var(--hide-on-xxx-display) !important;
}

.elementor-editor-active[class*=cpt_layouts-template] .elementor-edit-area .sc_layouts_hide_on_wide,
.elementor-editor-active[class*=cpt_layouts-template] .elementor-edit-area .sc_layouts_hide_on_desktop,
.elementor-editor-active[class*=cpt_layouts-template] .elementor-edit-area .sc_layouts_hide_on_notebook,
.elementor-editor-active[class*=cpt_layouts-template] .elementor-edit-area .sc_layouts_hide_on_tablet,
.elementor-editor-active[class*=cpt_layouts-template] .elementor-edit-area .sc_layouts_hide_on_mobile {
  display: var(--hide-on-xxx-display) !important;
}

.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item {
  --hide-on-xxx-display: inline-block ;
}

.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.e-con {
  --hide-on-xxx-display: flex ;
}

.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_wide,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_wide,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_desktop,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_desktop,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_notebook,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_notebook,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_tablet,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_tablet,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_mobile,
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_mobile {
  display: var(--hide-on-xxx-display) !important;
}

.elementor-edit-area .sc_layouts_item.elementor-hidden-desktop,
.elementor-edit-area .sc_layouts_item.elementor-hidden-tablet,
.elementor-edit-area .sc_layouts_item.elementor-hidden-phone {
  --hide-on-xxx-display: inline-block;
  display: var(--hide-on-xxx-display) !important;
}

.elementor-edit-area .sc_layouts_item.elementor-hidden-desktop.e-con,
.elementor-edit-area .sc_layouts_item.elementor-hidden-tablet.e-con,
.elementor-edit-area .sc_layouts_item.elementor-hidden-phone.e-con {
  --hide-on-xxx-display: flex ;
}

.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-container > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

.themecrave_parallax_sc_not_exists {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em;
  border: 3px solid #b7084e;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
  background-image: -o-linear-gradient(top, #f3f3f3, #fff);
  background-image: linear-gradient(180deg, #f3f3f3, #fff);
}

.themecrave_parallax_sc_not_exists_title {
  margin-top: 0;
}

.themecrave_parallax_sc_not_exists_description p:last-child {
  margin-bottom: 0;
}

.sc_layouts_featured_title_preview {
  margin: 0;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

:root {
  --tc-addons-parallax-x-anchor: center;
  --tc-addons-parallax-y-anchor: center ;
}

.sc_parallax {
  -webkit-transform-origin: var(--tc-addons-parallax-y-anchor) var(--tc-addons-parallax-x-anchor);
  -ms-transform-origin: var(--tc-addons-parallax-y-anchor) var(--tc-addons-parallax-x-anchor);
  transform-origin: var(--tc-addons-parallax-y-anchor) var(--tc-addons-parallax-x-anchor);
}

.elementor-editor-active .sc_parallax {
  overflow: visible !important;
}

.sc_parallax:not(.themecrave_parallax_parallax_layers_inited, .elementor-element-edit-mode),
.sc_parallax:not(.themecrave_parallax_parallax_blocks_inited),
.sc_parallax_mouse:not(.themecrave_parallax_parallax_layers_inited, .elementor-element-edit-mode),
.sc_parallax_mouse:not(.themecrave_parallax_parallax_blocks_inited) {
  opacity: 0;
}

.sc_parallax.animated {
  -webkit-animation-fill-mode: unset;
  animation-fill-mode: unset;
}

.sc_parallax_sticky,
.sc_parallax_sticky.e-con,
.sc_parallax_sticky.elementor-section,
.sc_parallax_sticky.elementor-column {
  position: sticky;
}

.elementor-image.sc_parallax_wrap,
.elementor-image.sc_parallax_wrap > .wp-caption {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post_featured.sc_parallax_wrap > img {
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.post_featured.sc_parallax_wrap:not(.parallax_inited) > img {
  opacity: 0;
}

.sc_parallax_text_block {
  display: inline-block;
  vertical-align: top;
}

.sc_parallax_word_wrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .sc_parallax_text_nowrap_on {
    white-space: nowrap;
  }
}
.sc_item_title .sc_item_animated_block,
.elementor-heading-title .sc_item_animated_block,
.tc-addons-advanced-title .sc_item_animated_block {
  display: inline-block;
  vertical-align: baseline;
}
/*# sourceMappingURL=extention.css.map */
