
/* .elementor-widget-wts-textseparator .elementor-widget-container, */
.elementor-widget-wts-textseparator .wts-eae-textseparator {
  overflow: hidden;
}
.wts-eae-textseparator {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  margin: auto;
}
body.rtl .wts-eae-textseparator {
  flex-direction: row-reverse;
}

.eae-separator-icon-inner i {
  height: 1em;
  width: 1em;
  text-align: center;
  position: relative;
  display: block;
}

.eae-separator-icon-inner i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wts-eae-textseparator .eae-sep-holder {
  flex: 1 1 auto;
  height: 1px;
  min-width: 10%;
  position: relative;
}

.wts-eae-textseparator .eae-sep-holder .eae-sep-lines {
  border-top-width: 1px;
  display: block;
  height: 1px;
  position: relative;
  top: 1px;
  width: 100%;
}

.eae-separator-title {
  margin: 0;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  line-height: 1em;
  margin: 0;
  overflow-wrap: break-word;
}

.sep-align-right .sep-right {
  display: none;
}

.sep-align-left .sep-left {
  display: none;
}

.eae-icon-view-stacked i {
  color: #fff;
}
.eae-icon-view-framed .eae-separator-icon-inner {
  border: 1px solid;
}
.eae-icon-shape-circle .eae-separator-icon-inner {
  border-radius: 50%;
}
.eae-separator-icon-wrapper,
.eae-separator-title {
  margin: 0 5px !important;
}
.eae-separator-icon-inner {
  line-height: 1;
}

/**
Price Table Css
**/
.wts-price-box-wrapper .eae-pt-heading,
.wts-price-box-wrapper .eae-pt-sub-heading {
  margin: 5px 0;
  text-align: center;
}
.plan-price-shape {
  display: table;
  height: 6em;
  margin: auto;
  width: 6em;
}

.eae-pt-price-box-shape-circle .plan-price-shape,
.eae-pt-price-box-shape-square .plan-price-shape {
  border: 1px solid;
}
.eae-pt-price-box-shape-circle .plan-price-shape {
  border-radius: 50%;
}
.plan-price-block {
  padding: 10px 0;
}
.plan-price-shape-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}
.plan-price-shape-inner > span {
  display: block;
  font-size: 1em;
  text-align: center;
}

.eae-pt-feature-list {
  list-style: outside none none;
  text-align: center;
  margin: 10px 0;
}
.eae-pt-button-wrapper > a {
  text-align: center;
  display: inline-block;
  line-height: 1;
}
.eae-pt-button-wrapper {
  text-align: center;
}

.wts-price-box-wrapper .heading-wrapper,
.wts-price-box-wrapper .plan-features-wrapper {
  padding: 10px 5px;
}
.eae-pt-button-wrapper {
  padding: 15px 0;
}
.eae-pt-button-wrapper a {
  padding: 5px 15px;
  border-radius: 3px;
}
.eae-pt-align-icon-right {
  float: right;
}
.strike-feature {
  text-decoration: line-through;
}

/**
Flip Box CSS
**/
.eae-flip-box {
  width: 100%;
  text-align: center;
}
.eae-flip-box-wrapper {
  display: inline-block;
  width: 100%;
}
.eae-flip-box-inner {
  width: 100%;
  height: 200px;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.eae-flip-box-inner .eae-flip-box-front,
.eae-flip-box-inner .eae-flip-box-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 10px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;

  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.eae-flip-box-front {
  z-index: 2;
}
.eae-flip-box-back {
  z-index: 1;
}

.eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-front {
  -webkit-transform: perspective(1000px) rotateX(0deg);
  -ms-transform: perspective(1000px) rotateX(0deg);
  transform: perspective(1000px) rotateX(0deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner .eae-flip-box-back {
  -webkit-transform: perspective(1000px) rotateX(180deg);
  transform: perspective(1000px) rotateX(180deg);
  -ms-transform: perspective(1000px) rotateX(180deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-front {
  -webkit-transform: perspective(1000px) rotateX(180deg);
  transform: perspective(1000px) rotateX(180deg);
  -ms-transform: perspective(1000px) rotateX(180deg);
}
.eae-fb-animate-vertical .eae-flip-box-inner:hover .eae-flip-box-back {
  -webkit-transform: perspective(1000px) rotateX(0deg);
  transform: perspective(1000px) rotateX(0deg);
  -ms-transform: perspective(1000px) rotateX(0deg);
}

.eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-front {
  -webkit-transform: perspective(1000px) rotateY(0deg);
  transform: perspective(1000px) rotateY(0deg);
  -ms-transform: perspective(1000px) rotateY(0deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner .eae-flip-box-back {
  -webkit-transform: perspective(1000px) rotateY(180deg);
  transform: perspective(1000px) rotateY(180deg);
  -ms-transform: perspective(1000px) rotateY(180deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-front {
  -webkit-transform: perspective(1000px) rotateY(180deg);
  transform: perspective(1000px) rotateY(180deg);
  -ms-transform: perspective(1000px) rotateY(180deg);
}
.eae-fb-animate-horizontal .eae-flip-box-inner:hover .eae-flip-box-back {
  -webkit-transform: perspective(1000px) rotateY(0deg);
  transform: perspective(1000px) rotateY(0deg);
  -ms-transform: perspective(1000px) rotateY(0deg);
}

.eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-front {
  opacity: 1;
}
.eae-fb-animate-fade .eae-flip-box-inner .eae-flip-box-back {
  opacity: 0;
}
.eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-front {
  opacity: 0;
}
.eae-fb-animate-fade .eae-flip-box-inner:hover .eae-flip-box-back {
  opacity: 1;
}

.eae-flip-box-wrapper:hover .eae-flip-box-back,
.eae-flip-box-wrapper:focus .eae-flip-box-back {
  z-index: 2;
}
.eae-flip-box-wrapper:hover .eae-flip-box-front,
.eae-flip-box-wrapper:focus .eae-flip-box-front {
  z-index: 1;
}
.fade .eae-flip-box-wrapper .eae-flip-box-front {
  opacity: 1;
  transition: 1s;
}
.fade .eae-flip-box-wrapper .eae-flip-box-back {
  opacity: 0;
  transition: 1s;
}
.fade .eae-flip-box-wrapper:hover .eae-flip-box-front,
.fade .eae-flip-box-wrapper:focus .eae-flip-box-front {
  opacity: 0;
}
.fade .eae-flip-box-wrapper:hover .eae-flip-box-back,
.fade .eae-flip-box-wrapper:focus .eae-flip-box-back {
  opacity: 1;
}

.eae-fb-animate-flip .eae-flip-box-wrapper {
  perspective: 800px;
}
.eae-fb-animate-flip .eae-flip-box-inner {
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(0) rotateZ(0);
  transition: 1s;
}
.eae-fb-animate-flip .eae-flip-box-front {
  transform: translate3d(0, 0, 1px);
}
.eae-fb-animate-flip .eae-flip-box-back {
  transform: rotateY(180deg) translate3d(0, 0, 0);
}
.eae-fb-animate-flip .eae-flip-box-wrapper:hover .eae-flip-box-inner,
.eae-fb-animate-flip .eae-flip-box-wrapper:focus .eae-flip-box-inner {
  transform: rotateY(180deg);
}
.up .eae-flip-box-front {
  transform: translate3d(0, 0, 1px);
}
.up .eae-flip-box-back {
  transform: rotateX(180deg) translate3d(0, 0, 0);
}
.up .eae-flip-box-wrapper:hover .eae-flip-box-inner,
.up .eae-flip-box-wrapper:focus .eae-flip-box-inner {
  transform: rotateX(180deg);
}

.box .eae-flip-box-front {
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.box .eae-flip-box-back {
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}
.box.up .eae-flip-box-back {
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.hideback .eae-flip-box-front,
.hideback .eae-flip-box-back {
  backface-visibility: hidden;
}
.eae-fb-animate-nananana .eae-flip-box-wrapper {
}
.eae-fb-animate-nananana .eae-flip-box-wrapper:hover .eae-flip-box-front,
.eae-fb-animate-nananana .eae-flip-box-wrapper:focus .eae-flip-box-front {
  z-index: 10;
  animation: batman 1s 2 alternate linear;
}

/* Cube Animation */

.eae-fb-animate-flipcard .eae-flip-box-front,
.eae-fb-animate-flipcard .eae-flip-box-back {
  transition: transform 0.4s ease;
  transform-origin: center center -150px;
  -webkit-transform-origin: center center -150px;
}

/* top to down */

.flipcard-rotate-top-down .eae-flip-box-front {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-top-down .eae-flip-box-back {
  transform: rotateX(90deg) rotateY(0deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-top-down
  .eae-flip-box-wrapper:hover
  .eae-flip-box-front {
  transform: rotateX(-90deg) rotateY(0) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-top-down
  .eae-flip-box-wrapper:hover
  .eae-flip-box-back {
  z-index: 99999;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0);
}

/* down to top */
.flipcard-rotate-down-top .eae-flip-box-front {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-down-top .eae-flip-box-back {
  transform: rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-down-top
  .eae-flip-box-wrapper:hover
  .eae-flip-box-front {
  transform: rotateX(90deg) rotateY(0) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-down-top
  .eae-flip-box-wrapper:hover
  .eae-flip-box-back {
  z-index: 99999;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

/* left to right */

.flipcard-rotate-left-right .eae-flip-box-front {
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-left-right .eae-flip-box-back {
  transform: perspective(0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-left-right
  .eae-flip-box-wrapper:hover
  .eae-flip-box-front {
  transform: perspective(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-left-right
  .eae-flip-box-wrapper:hover
  .eae-flip-box-back {
  z-index: 99999;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

/* right to left */

.flipcard-rotate-right-left .eae-flip-box-front {
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.flipcard-rotate-right-left .eae-flip-box-back {
  transform: perspective(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-right-left
  .eae-flip-box-wrapper:hover
  .eae-flip-box-front {
  transform: perspective(0px) rotateX(0deg) rotateY(-90deg) rotateZ(0deg);
}
.eae-fb-animate-flipcard.flipcard-rotate-right-left
  .eae-flip-box-wrapper:hover
  .eae-flip-box-back {
  z-index: 99999;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

@keyframes batman {
  0% {
    transform: scale(1, 1) rotateZ(0);
  }
  100% {
    transform: scale(0, 0) rotateZ(720deg);
    opacity: 0;
  }
}

.eae-flip-box-front i,
.eae-flip-box-back i {
  font-size: 32px;
  height: 1em;
  width: 1em;
  position: relative;
  display: block;
}

.eae-flip-box-front i:before,
.eae-flip-box-back i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.eae-fb-icon-view-framed {
  border: 1px solid #92be43;
}
.eae-fb-icon-shape-circle {
  border-radius: 50%;
}
.eae-flip-box-wrapper .icon-wrapper {
  display: inline-block;
  padding: 10px;
  line-height: 1;
}

.eae-flip-box-wrapper .front-icon-title,
.eae-flip-box-wrapper .back-icon-title {
  margin: 10px auto;
  color: #fff;
}

.eae-flip-box-wrapper .flipbox-content {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flipbox-content p {
  margin-bottom: 10px;
}
.eae-fb-button {
  display: inline-block;
  padding: 5px 10px;
}

.eae-flip-box-front {
  background: #a0ce4e;
}
.eae-flip-box-back {
  background: #73b9dc;
}

@media only screen and (max-width: 768px) {
  .flipbox-content,
  .eae-flip-box-front,
  .eae-flip-box-back {
    cursor: pointer;
    overflow: visible !important;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }
}
/**
Shape Separator
**/
.elementor-widget-wts-shape-separator svg {
  display: block;
}

/**
    Post List
**/
.wts-eae-pl-wrapper ul {
  margin: 0;
}
.wts-eae-pl-wrapper ul li {
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.eae-pl-img-align-none .eae-pl-image-wrapper a {
  text-align: center;
}
.eae-pl-title {
  margin: 0;
}
.eae-pl-title a {
  display: block;
}

.eae-pl-readmore a {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  padding: 4px 8px;
}

/**
Animated Text Styles
**/
/* --------------------------------
Primary style
-------------------------------- */

.eae-at-animation-text-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.eae-at-animation-text-wrapper .eae-at-animation-text {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}
[data-elementor-device-mode="mobile"] .eae-at-animation-text {
  white-space: normal;
}

.eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
  position: relative;
}
.no-js .eae-at-animation-text-wrapper .eae-at-animation-text {
  opacity: 0;
}
.no-js .eae-at-animation-text-wrapper .eae-at-animation-text.is-visible {
  opacity: 1;
}

.eae-animtext-wrapper {
  font-size: 40px;
}

/**
Animated Text Styles
**/
.eae-st-rest-text {
  display: inline-block;
}
.eae-st-split-text {
  display: inline-block;
}

body.rtl .eae-st-transform-text-title {
  display: flex;
  flex-direction: row-reverse;
}
body.rtl .eae-text-align-left .eae-st-transform-text-title {
  justify-content: flex-start;
}
body.rtl .eae-text-align-right .eae-st-transform-text-title {
  justify-content: flex-end;
}
body.rtl .eae-text-align-center .eae-st-transform-text-title {
  justify-content: center;
}
/* --------------------------------
xtype
-------------------------------- */
.eae-at-animation.type .eae-at-animation-text-wrapper {
  vertical-align: bottom;
  overflow: hidden;
}
.eae-at-animation.type .eae-at-animation-text-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
}
.eae-at-animation.type .eae-at-animation-text-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.eae-at-animation.type .eae-at-animation-text-wrapper.selected::after {
  visibility: hidden;
}

.eae-at-animation.type .eae-at-animation-text {
  visibility: hidden;
}
.eae-at-animation.type .eae-at-animation-text.is-visible {
  visibility: visible;
}
.eae-at-animation.type i {
  position: absolute;
  visibility: hidden;
}
.eae-at-animation.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}

/**
   After Before Image
**/
/* --------------------------------
Primary style
-------------------------------- */
.eae-img-comp-container {
  width: 100%;
  position: relative;
  text-align: center;
}
.eae-img-comp-container img {
  vertical-align: middle;
}
.eae-img-comp-img {
  /*position: absolute;
    width: 100%;
    height: 100%;
    overflow:hidden;*/

  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0px);
  backface-visibility: hidden;
}
.eae-img-comp-img img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.eae-img-comp-slider {
  position: absolute;
  z-index: 9;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: #2196f3;
  opacity: 1;
  border-radius: 50%;
}
.icon-horizontal {
  cursor: ew-resize;
}
.icon-vertical {
  cursor: n-resize;
}

.eae-img-comp-overlay {
}
.mode-horizontal .eae-img-comp-overlay img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: auto;
  height: 100% !important;
  max-width: none !important;
}

.mode-vertical .eae-img-comp-overlay img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto !important;
  max-width: none !important;
}

.eae-slider-icon,
.eae-img-comp-slider svg {
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  color: white;
}
.elementor-widget-wts-ab-image {
  text-align: center;
}
/* .elementor-widget-wts-ab-image .elementor-widget-container, */
.elementor-widget-wts-ab-image .eae-ab-image-container {
  display: inline-block;
  margin: 0 auto !important;
  overflow: hidden;
}

.eae-text-before {
  position: absolute !important;
  padding: 10px;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  color: #d36118;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
  margin: 20px;
}

.eae-text-after {
  position: absolute !important;
  padding: 10px;
  transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
  color: #d36118;
  z-index: 0;
  background: rgba(255, 255, 255, 0.5);
  margin: 20px;
}

/* Test CSS */

.divTest {
  display: inline-block;
  background-color: #00a0d2;
  padding: 20px;
}

/*.eae-particle-wrapper{*/
/*    width:100%;*/
/*    height:100%;*/
/*    position: absolute;*/
/*    left:0;*/
/*    top:0;*/
/*}*/

/*.particles-js-canvas-el{ height:100%; position:absolute; }*/

.eae-particle-wrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.eae-particle-wrapper.eae-particle-area {
  width: 100%;
  height: 100%;
}

body:not(.elementor-editor-active) .eae-particle-wrapper {
  width: 100%;
  height: 100%;
}

body:not(.elementor-editor-active)
  .eae-particle-wrapper
  .particles-js-canvas-el {
  height: 100%;
  position: absolute;
  z-index: 0;
}
body:not(.elementor-editor-active)
  .eae-particle-wrapper
  .tsparticles-canvas-el {
  height: 100%;
  position: absolute !important;
  z-index: 0 !important;
}
body.elementor-editor-active .eae-particle-areas .tsparticles-canvas-el {
  z-index: 0 !important;
  height: 100%;
  width: 100%;
  position: absolute !important;
}
/* body.elementor-editor-active .eae-particle-areas {

} */

/**
 BG Slider
**/
.eae-section-bs {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
}
.eae-section-bs-inner {
  width: 100%;
  height: 100% !important;
}

/**
 Popup
 **/
.eae-popup.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.eae-popup-link {
  padding: 12px 24px;
  color: #fff;
  display: inline-flex;
  line-height: 1;
}

.eae-popup-link svg {
  fill: #fff;
}
.eae-popup-link:hover {
  color: #fff;
}
.eae-popup.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
   overflow : hidden;
}

.eae-popup .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.eae-popup .mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.eae-popup .mfp-align-top .mfp-container:before {
  display: none;
}

.eae-popup .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.eae-modal-content {
  padding: 20px;
}
.eae-pop-btn-align-left .eae-popup-wrapper {
  text-align: left;
}
.eae-pop-btn-align-right .eae-popup-wrapper {
  text-align: right;
}
.eae-pop-btn-align-center .eae-popup-wrapper {
  text-align: center;
}
.eae-pop-btn-align-justify .eae-popup-wrapper {
  text-align: center;
}
.eae-pop-btn-align-justify .eae-popup-wrapper a {
  display: block;
}
.eae-popup .mfp-inline-holder .mfp-content,
.eae-popup .mfp-ajax-holder .mfp-content {
  width: 50%;
  background-color: #fff;
  cursor: auto;
  overflow: hidden;
}

.eae-popup .mfp-ajax-cur {
  cursor: progress;
}

.eae-popup .mfp-zoom-out-cur,
.eae-popup .mfp-zoom-out-cur .mfp-image-holder .eae-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.eae-popup .mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.eae-popup.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.eae-popup .eae-close,
.eae-popup .mfp-arrow,
.eae-popup .mfp-preloader,
.eae-popup .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.eae-popup .mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.eae-popup .mfp-preloader a {
  color: #ccc;
}
.eae-popup .mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.eae-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.eae-popup .eae-close {
  width: 28px;
  height: 28px;
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  color: #fff;
  font-size: 28px;
  z-index: 1500;
}
.eae-close:hover,
.eae-close:focus {
  opacity: 1;
  cursor: pointer;
}
/* .eae-close:active {
  top: 1px;
} */
.eae-close:before {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.eae-popup.eae-close-btn-in .eae-close {
  color: #fff;
}

.mfp-image-holder .eae-close,
.mfp-iframe-holder .eae-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .eae-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.eae-popup .mfp-figure {
  line-height: 0;
}
.eae-popup .mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.eae-popup .mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.eae-popup .mfp-figure figure {
  margin: 0;
}

.eae-popup .mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.eae-popup .mfp-title {
  text-align: left;
  line-height: 1;
  word-wrap: break-word;
  color: #ffffff;
  background-color: #4054b2;
  padding: 20px 20px 20px 20px;
}

.eae-popup .mfp-image-holder .mfp-content {
  max-width: 100%;
}

.eae-popup .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .eae-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

.elementor-element.eae-animated-gradient-yes,
.elementor-element.eae-animated-gradient-yes .animated-gradient {
  background-size: 400% 400% !important;
  -webkit-animation: AnimateGradient 15s ease-in-out infinite;
  -moz-animation: AnimateGradient 15s ease-in-out infinite;
  animation: AnimateGradient 15s ease-in-out infinite;
}
.animated-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@-webkit-keyframes AnimateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimateGradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/*--------------------------------Testimonial Slider----------------------------*/
.eae-swiper-outer-wrapper{
  overflow: hidden;
}
.eae-swiper-outer-wrapper .swiper-slide {
  height: auto;
  overflow: inherit;
}
.eae-swiper-outer-wrapper .swiper-slide-wrapper,
.eae-swiper-outer-wrapper .testimonial-wrapper {
  height: 100%;
}

.eae-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.eae-masonry- .eae-grid-item {
  position: relative;
  height: 100%;
}
.eae-masonry- .eae-grid-item .testimonial-wrapper {
  height: 100%;
}
.eae-grid-container {
  transition: 0.1s all ease;
}
.eae-grid-container {
  display: inline-block;
}

.wrapper .content {
  margin: 10px 0;
} /*------------------------skin-2------------------*/
.skin-2.testimonial-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #9c989821;
  min-height: 300px;
  padding: 10px 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #696969;
}
.skin-2 .content-wrapper {
  padding: 10px;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  color: #77778e;
}
.skin-2 i.before-content,
.skin-2 i.after-content {
  position: absolute;
}
.skin-2 i.before-content {
  top: 10px;
  left: 20px;
}
.skin-2 i.after-content {
  bottom: 10px;
  right: 20px;
}
.skin-2 blockquote {
  position: relative;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
.skin-2 blockquote::before,
.skin-2 blockquote::after {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

.skin-2 blockquote::before {
  top: 10px;
  left: 20px;
}
.skin-2 blockquote::after {
  content: "\201D";
  right: 20px;
}
.skin-2 .image-wrapper {
  position: relative;
  max-width: 100%;
  text-align: center;
}
.skin-2 img {
  width: 100px;
  border-radius: 25%;
}
.skin-2 .detail-wrapper {
  text-align: center;
}
.skin-2 .rating-wrapper,
.skin-2 .title,
.skin-2 .designation,
.skin-2 .company {
  padding: 5px 0;
}
.skin-2 .rating-wrapper {
  color: #000080;
}

.skin-2 .title {
  font-weight: 800;
  color: #000000;
}
.skin-2 blockquote p {
  margin: 10px 0 !important;
}

/*------------------------skin-1------------------*/

.skin-1.testimonial-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: black;
}
.skin-1 .content-wrapper {
  order: 0;
}
.skin-1 .image-wrapper {
  order: 1;
  text-align: center;
  margin: 15px 0;
}
.skin-1 .detail-wrapper {
  order: 2;
}
.skin-1 .content-wrapper {
  padding: 10px;
  position: relative;
}
.skin-1 i.before-content,
.skin-1 i.after-content {
  position: absolute;
}
.skin-1 i.before-content {
  top: 10px;
  left: 20px;
}
.skin-1 i.after-content {
  bottom: 10px;
  right: 20px;
}
.skin-1 blockquote {
  position: relative;
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
.skin-1 blockquote::before,
.skin-1 blockquote::after {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

.skin-1 blockquote::before {
  top: 10px;
  left: 20px;
}
.skin-1 blockquote::after {
  content: "\201D";
  right: 20px;
}
.skin-1 .image-wrapper {
  position: relative;
  max-width: 100%;
}
.skin-1 img {
  width: 100px;
  height: auto;
  border-radius: 50%;
}
.skin-1 .detail-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 10px;
  background-color: rgba(157, 163, 156, 0.18);
}
.skin-1 .rating-wrapper,
.skin-1 .title,
.skin-1 .designation {
  margin: 0 5px;
}
.skin-1 .title-wrapper {
  display: flex;
  flex-direction: row;
}
.skin-1 .rating-wrapper {
  color: #fecc1f;
}

/*------------------------skin-4------------------*/

.skin-4.testimonial-wrapper {
  flex-direction: column;
  display: flex;
  background-color: #bfbfb6bd;
  min-height: 300px;
  padding: 10px 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #77778e;
}
.skin-4 .content-wrapper {
  padding: 10px;
  position: relative;
}
.skin-4 .content-wrapper {
  order: 2;
  color: #3c3c3c;
}
.skin-4 i.before-content,
.skin-4 i.after-content {
  position: absolute;
}
.skin-4 i.before-content {
  top: 10px;
  left: 20px;
}
.skin-4 i.after-content {
  bottom: 10px;
  right: 20px;
}
.skin-4 blockquote {
  position: relative;
  font-size: 14px;
  padding: 10px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
.skin-4 blockquote::before,
.skin-4 blockquote::after {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

.skin-4 blockquote::before {
  top: 10px;
  left: 20px;
}
.skin-4 blockquote::after {
  content: "\201D";
  right: 20px;
}
.skin-4 .image-wrapper {
  position: relative;
  max-width: 100%;
  text-align: center;
}
.skin-4 img {
  width: 100px;
  border-radius: 50%;
}
.skin-4 .detail-wrapper {
  text-align: center;
}
.skin-4 .rating-wrapper,
.skin-2 .title,
.skin-2 .designation {
  padding: 5px 0;
}
.skin-4 .rating-wrapper {
  color: #690a69;
}

.skin-4 .title {
  font-weight: 800;
  color: #000000;
}

/*------------------------skin-3------------------*/

.skin-3.testimonial-wrapper {
  display: flex;
  flex-direction: row;
  background-color: #9c989821;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: black;
  overflow: hidden;
}
.skin-3 .content-section {
  display: flex;
  flex-direction: column;
  align-self: center;
}
.skin-3 .content-wrapper {
  padding: 10px;
  position: relative;
}
.skin-3 i.before-content,
.skin-2 i.after-content {
  position: absolute;
}
.skin-3 i.before-content {
  top: 10px;
  left: 20px;
}
.skin-3 i.after-content {
  bottom: 10px;
  right: 20px;
}
.skin-3 blockquote {
  position: relative;
  font-size: 18px;
  padding: 10px;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
.skin-3 blockquote::before,
.skin-3 blockquote::after {
  font-family: "FontAwesome";
  content: "\201C";
  position: absolute;
  font-size: 50px;
  opacity: 0.3;
  font-style: normal;
}

.skin-3 blockquote::before {
  top: 10px;
  left: 20px;
}
.skin-3 blockquote::after {
  content: "\201D";
  right: 20px;
}
.skin-3 .image-wrapper {
  position: relative;
  max-width: 30%;
  max-height: 250px;
  text-align: center;
  align-self: center;
}
.skin-3 img {
  width: 100%;
}
.testimonial-wrapper .skin-3 .eae-person-avatar {
  border-radius: 50%;
}
.skin-3 .detail-wrapper {
  text-align: left;
  padding-left: 20px;
}
.skin-3 .rating-wrapper,
.skin-3 .title,
.skin-3 .designation {
  padding: 3px 0;
}
.skin-3 .rating-wrapper {
  color: #800040;
}

.skin-3 .title {
  font-weight: 800;
}
.eae-swiper-outer-wrapper .swiper-button-prev {
  -webkit-mask: url(arrow-left.svg) no-repeat 100% 100%;
  mask: url(arrow-left.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
  background-color: #007aff;
  transform: translateY(-50%);
  margin-top: 0px;
}
.eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-prev {
  -webkit-mask: url(arrow-right.svg) no-repeat 100% 100%;
  mask: url(arrow-right.svg) no-repeat 100% 100%;
}
.eae-swiper-outer-wrapper .swiper-button-next {
  -webkit-mask: url(arrow-right.svg) no-repeat 100% 100%;
  mask: url(arrow-right.svg) no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
  background-color: #007aff;
  transform: translateY(-50%);
  margin-top: 0px;
}
.eae-swiper-outer-wrapper .swiper-container-rtl .swiper-button-next {
  -webkit-mask: url(arrow-left.svg) no-repeat 100% 100%;
  mask: url(arrow-left.svg) no-repeat 100% 100%;
}
/* .elementor-widget-wts-testimonial-slider */
.eae-swiper-outer-wrapper
  .swiper-button-prev,
/* .elementor-widget-wts-testimonial-slider */
  .eae-swiper-outer-wrapper
  .swiper-button-next {
  -webkit-mask: none;
  mask: none;
  -webkit-mask-size: unset;
  mask-size: unset;
  background-image: none;
  background-color: unset;
  width: auto;
  height: auto;
  transform: translateY(-50%);
  margin-top: 0px;
}
.eae-swiper-outer-wrapper
  .swiper-button-prev svg,
/* .elementor-widget-wts-testimonial-slider */
  .eae-swiper-outer-wrapper
  .swiper-button-next svg {
  height: auto;
}

.swiper-container .swiper-button-next i,
.swiper-container .swiper-button-prev i {
  width: 1em;
  height: 1em;
  text-align: center;
  position: relative;
}

.elementor-widget-wts-testimonial-slider
  .eae-swiper-outer-wrapper
  .eae-swiper-button-wrapper {
  position: absolute;
  height: auto;
  line-height: 0;
}

.eae-hpos-right.eae-vpos-top .eae-swiper-button-wrapper {
  bottom: auto;
  top: 0;
  width: auto;
  right: 0;
}
.eae-vpos-top.eae-hpos-left .eae-swiper-button-wrapper {
  bottom: auto;
  top: 0;
  width: auto;
  left: 0;
}
.eeae-hpos-right.eae-vpos-bottom .eae-swiper-button-wrapper {
  bottom: 0;
  top: auto;
  width: auto;
  right: 0;
}
.eae-vpos-bottom.eae-hpos-left .eae-swiper-button-wrapper {
  bottom: 0;
  top: auto;
  width: auto;
  left: 0;
}
.eae-hpos-right.eae-vpos-middle .eae-swiper-button-wrapper {
  bottom: auto;
  top: 50%;
  width: auto;
  right: 0;
}
.eae-hpos-left.eae-vpos-middle .eae-swiper-button-wrapper {
  bottom: auto;
  top: 50%;
  width: auto;
  left: 0;
}

.eae-hpos-right .swiper-button-prev,
.eae-hpos-left .swiper-button-prev,
.eae-hpos-right .swiper-button-next,
.eae-hpos-left .swiper-button-next {
  position: relative;
  display: inline-block;
  right: auto;
  left: auto;
  margin: 0;
}

.eae-hpos-right.eae-vpos-bottom .swiper-button-prev,
.eae-hpos-right.eae-vpos-bottom .swiper-button-next {
  top: auto;
  bottom: 0;
  transform: unset;
}
.eae-hpos-right.eae-vpos-top .swiper-button-next,
.eae-hpos-right.eae-vpos-top .swiper-button-prev {
  top: 0;
  bottom: auto;
  transform: unset;
}
.eae-hpos-left.eae-vpos-top .swiper-button-prev,
.eae-hpos-left.eae-vpos-top .swiper-button-next {
  top: 0;
  bottom: auto;
  transform: unset;
}
.eae-hpos-left.eae-vpos-bottom .swiper-button-next,
.eae-hpos-left.eae-vpos-bottom .swiper-button-prev {
  top: auto;
  bottom: 0;
  transform: unset;
}
.eae-hpos-center.eae-vpos-bottom .swiper-button-next,
.eae-hpos-center.eae-vpos-bottom .swiper-button-prev {
  top: auto;
  bottom: 0;
  transform: unset;
}
.eae-hpos-center.eae-vpos-top .swiper-button-next,
.eae-hpos-center.eae-vpos-top .swiper-button-prev {
  top: 0;
  bottom: auto;
  transform: unset;
  margin: 0;
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* Info Circle */
.eae-info-circle {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-radius: 50%;
  display: block;
}

.eae-info-circle:before {
  content: "";
  display: block;
  position: absolute;
  top: 4%;
  left: 4%;
  width: 92%;
  height: 92%;
  border-radius: 50%;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.eae-info-circle:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.eae-info-circle .eae-ic-icon-wrap {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  z-index: 2;
  line-height: 1em;
  vertical-align: middle;
  overflow: hidden;
  max-width: 100%;
}

.eae-info-circle .eae-info-circle-item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.eae-info-circle
  .eae-info-circle-item.eae-active
  .eae-info-circle-item__content-wrap {
  visibility: visible;
  opacity: 1;
  display: flex;
}

.eae-info-circle .eae-info-circle-item__content-wrap {
  visibility: visible;
  display: none;
  height: 91%;
  width: 91%;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eae-info-circle .eae-info-circle-item__content-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.eae-info-circle .eae-info-circle-item__content {
  display: inline-block;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
  vertical-align: middle;
  z-index: 1;
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 75%;
}

/* Mobile */
@media screen and (max-width: 767px) {
  .eae-info-circle.eae-info-circle .eae-info-circle-item__content-wrap:before {
    display: none;
  }
  .eae-info-circle:before,
  .eae-info-circle:after {
    display: none;
  }

  .eae-info-circle {
    width: 100% !important;
  }

  .eae-info-circle-wrapper:before,
  .eae-info-circle-wrapper:after {
    display: none;
  }
  .eae-info-circle .eae-ic-icon-wrap {
    display: block;
    text-align: center;
    position: relative !important;
    left: unset !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .eae-info-circle-item {
    position: relative !important;
    border-radius: 0 !important;
    padding: 0px;
    margin: 10px 0;
  }

  .eae-info-circle .eae-info-circle-item__content-wrap {
    visibility: visible;
    opacity: 1 !important;
    display: flex !important;
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
    height: auto;
    line-height: 1.5em;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
  }

  .eae-info-circle .eae-info-circle-item__content {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    width: 100%;
    padding: 10px;
  }
}

/**
New Icon
 */
.eae-icon-wrap i {
  height: 1.25em;
  width: 1.25em;
  line-height: 1.25em;
  display: block;
}
.eae-icon-wrap i img {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
}
.eae-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  padding: 10px;
}

.eae-icon-shape-circle:not(.elementor-element) {
  border-radius: 50%;
}
.eae-icon-view-framed:not(.elementor-element) {
  border-width: 1px;
  border-style: solid;
}

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

.eae-icon-wrapper .eae-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

/**

Timeline CSS
new comment

**/

.eae-timeline {
  position: relative;
  display: inline-block;
  width: 100%;
}

.eae-timline-progress-bar {
  width: 4px;
  background-color: #f45b69;
  top: 0;
  bottom: 50px;
  position: absolute;
  transform: translateX(-50%);
  overflow: hidden;
}

.eae-timeline-item {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
}

.eae-timeline-item:last-child {
  padding-bottom: 0px !important;
}

.eae-tl-top .eae-timeline-item {
  align-items: flex-start;
}
.eae-tl-top .eae-tl-item-content::before {
  top: 10px;
}
.eae-timeline-item.image-position-row-reverse .eae-tl-item-image,
.eae-timeline-item.image-position-row .eae-tl-item-image {
  margin-top: 0;
  margin-bottom: 0;
}

.eae-tl-item-meta-wrapper-inner {
  display: none;
}
.eae-tl-bottom .eae-timeline-item {
  align-items: flex-end;
}
.eae-tl-bottom .eae-tl-item-content::before {
  bottom: 10px;
}

.eae-tl-center .eae-timeline-item {
  align-items: center;
}
.eae-tl-center .eae-tl-item-content::before {
  bottom: calc(50% - 5px);
}

.eae-layout-center .eae-timline-progress-bar {
  left: 50%;
}
.eae-layout-center .eae-timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-item-meta-wrapper {
  margin-right: 0px;
  margin-left: 0px;
  justify-content: flex-start;
}
body:not(.rtl)[data-elementor-device-mode="tablet"]
  .eae-layout-center
  .eae-timeline-item:nth-child(odd)
  .eae-tl-content-wrapper,
body.rtl[data-elementor-device-mode="tablet"]
  .eae-layout-center
  .eae-timeline-item:nth-child(even)
  .eae-tl-content-wrapper {
  padding-right: 20px;
  padding-left: 0px;
}
body:not(.rtl)[data-elementor-device-mode="tablet"]
  .eae-layout-center
  .eae-timeline-item:nth-child(even)
  .eae-tl-content-wrapper,
body.rtl[data-elementor-device-mode="tablet"]
  .eae-layout-center
  .eae-timeline-item:nth-child(odd)
  .eae-tl-content-wrapper {
  padding-right: 0px;
  padding-left: 20px;
}

body:not(.rtl) .eae-layout-left .eae-tl-content-wrapper {
  padding-right: 10px;
  padding-left: 20px;
}

body.rtl .eae-layout-left .eae-tl-content-wrapper {
  padding-right: 20px;
  padding-left: 10px;
}
.eae-layout-left .eae-timline-progress-bar {
  display: none;
}
.eae-layout-left .eae-tl-item-meta-wrapper {
  display: none;
}
.eae-layout-left .eae-tl-item-meta-wrapper-inner {
  display: block;
}

.eae-layout-right .eae-timline-progress-bar {
  display: none;
}
body:not(.rtl) .eae-layout-right .eae-tl-content-wrapper {
  padding-right: 20px;
  padding-left: 10px;
}

body.rtl .eae-layout-right .eae-tl-content-wrapper {
  padding-right: 10px;
  padding-left: 20px;
}

.eae-layout-right .eae-tl-icon-wrapper {
  order: 3;
}
.eae-layout-right .eae-tl-item-meta-wrapper {
  display: none;
}
.eae-layout-right .eae-tl-item-meta-wrapper-inner {
  display: block;
}

.eae-tl-item-meta-wrapper {
  flex-grow: 1;
  order: 0;
  flex-basis: 50%;
  flex-direction: initial;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  margin-right: 0px;
}
.eae-tl-item-meta {
  padding: 0px 20px;
}

.eae-tl-icon-wrapper {
  height: auto;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
  order: 1;
  margin-left: 0px;
  margin-right: 0px;
  min-width: 10px;
  min-height: 10px;
  border-radius: 999px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.eae-tl-content-wrapper {
  flex-grow: 1;
  order: 2;
  flex-basis: 50%;
  position: relative;
  padding-right: 0px;
  padding-left: 20px;
}
.eae-tl-item-content {
  background: #f4f4f4;
  padding: 25px;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: row;
}
.eae-tl-content {
  display: inline-block;
  position: relative;
  padding: 10px;
  width: 100%;
  color: #000;
}

.image-position-row
  .eae-timeline
  .eae-timeline-item:not(.custom-image-style-yes)
  .eae-content-inner,
.image-position-row-reverse
  .eae-timeline
  .eae-timeline-item:not(.custom-image-style-yes)
  .eae-content-inner,
.eae-timeline-item.custom-image-style-yes.image-position-row .eae-content-inner,
.eae-timeline-item.custom-image-style-yes.image-position-row-reverse
  .eae-content-inner {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 100%;
}
.custom-image-style-.image-position-row .eae-content-inner,
.custom-image-style-.image-position-row-reverse .eae-content-inner,
.custom-image-style-no.image-position-row .eae-content-inner,
.custom-image-style-no.image-position-row-reverse .eae-content-inner {
  left: unset;
  top: unset;
  transform: unset;
}
.eae-tl-item-image {
  display: inline-block;
}

.image-position-row .eae-tl-item-image img,
.image-position-row-reverse .eae-tl-item-image img {
  object-fit: cover;
  height: 100% !important;
}
.image-position-row .eae-tl-item-image,
.image-position-row-reverse .eae-tl-item-image {
  margin: 0px;
}
.image-position-column .eae-tl-item-image {
  margin: auto;
}
.custom-image-style-no.image-position-column .eae-tl-item-image,
.custom-image-style-.image-position-column .eae-tl-item-image {
  margin: 0 auto;
}

.eae-pb-inner-line {
  width: 100%;
  background-color: #3d5ac3;
}

.eae-tl-item-content::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 16px 8px 0;
  border-color: transparent #f4f4f4 transparent transparent;
}

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

.elementor-widget-bpel-timeline .eae-icon-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}

.eae-tl-read-more {
  display: inline-block;
  padding: 5px;
  border: 2px solid #000000;
}
.image-position-row
  .eae-timeline.eae-timeline-alternate-yes
  .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
  .eae-tl-item-content {
  flex-direction: row-reverse !important;
}
.image-position-row-reverse
  .eae-timeline.eae-timeline-alternate-yes
  .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
  .eae-tl-item-content {
  flex-direction: row !important;
}
@media screen and (min-width: 1024px) {
  .eae-layout-center .eae-timeline-item:nth-child(odd) .eae-tl-content-wrapper,
  body.rtl
    .eae-layout-center
    .eae-timeline-item:nth-child(even)
    .eae-tl-content-wrapper {
    padding-right: 20px;
    padding-left: 0px;
  }
  .eae-layout-center .eae-timeline-item:nth-child(even) .eae-tl-content-wrapper,
  body.rtl
    .eae-layout-center
    .eae-timeline-item:nth-child(odd)
    .eae-tl-content-wrapper {
    padding-right: 0px;
    padding-left: 20px;
  }

  .eae-layout-right .eae-tl-item-content::before,
  .eae-layout-center
    .eae-timeline-item:nth-child(odd)
    .eae-tl-item-content::before,
  body.rtl .eae-layout-left .eae-tl-item-content::before,
  body.rtl
    .eae-layout-center
    .eae-timeline-item:nth-child(even)
    .eae-tl-item-content::before {
    right: 4px;
    left: unset;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #f4f4f4;
  }

  .eae-layout-left .eae-tl-item-content::before,
  .eae-layout-center
    .eae-timeline-item:nth-child(even)
    .eae-tl-item-content::before,
  body.rtl .eae-layout-right .eae-tl-item-content::before,
  body.rtl
    .eae-layout-center
    .eae-timeline-item:nth-child(odd)
    .eae-tl-item-content::before {
    left: 4px;
    right: unset;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f4f4f4 transparent transparent;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .image-position-row
    .eae-timeline.eae-timeline-alternate-yes
    .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
    .eae-tl-item-content {
    flex-direction: row-reverse !important;
  }
  .image-position-row-reverse
    .eae-timeline.eae-timeline-alternate-yes
    .eae-timeline-item:nth-child(odd):not(.custom-image-style-yes)
    .eae-tl-item-content {
    flex-direction: row !important;
  }

  .eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper {
    display: none;
  }
  .eae-tl-res-style-mobile-tablet .eae-tl-item-meta-wrapper-inner {
    display: block;
  }
  .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item {
    flex-direction: row !important;
  }
  .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item {
    flex-direction: row-reverse !important;
  }

  .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-item-content::before,
  .eae-timeline.eae-layout-center.eae-tl-res-style-mobile
    .eae-timeline-item:nth-child(even)
    .eae-tl-item-content::before,
  body:not(.rtl) .eae-layout-left .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-layout-left
    .eae-timeline-item
    .eae-tl-item-content::before,
  body.rtl .eae-layout-right .eae-timeline-item .eae-tl-item-content::before,
  body.rtl .eae-layout-right .eae-tl-item-content::before,
  body.rtl
    .eae-timeline.eae-layout-center.eae-tl-res-style-mobile
    .eae-timeline-item:nth-child(odd)
    .eae-tl-item-content::before,
  body.rtl
    .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before {
    left: 4px !important;
    border-width: 8px 16px 8px 0 !important;
    border-color: transparent #f4f4f4 transparent transparent !important;
  }
  body.rtl
    .eae-timeline.eae-layout-center.eae-tl-res-style-mobile
    .eae-timeline-item:nth-child(odd)
    .eae-tl-item-content::before {
    left: 4px !important;
    right: unset !important;
    border-width: 8px 16px 8px 0 !important;
    border-color: transparent #f4f4f4 transparent transparent !important;
  }

  body.rtl .eae-layout-left .eae-tl-item-content::before,
  body.rtl .eae-layout-left .eae-timeline-item .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before,
  body:not(.rtl) .eae-layout-right .eae-tl-item-content::before,
  .eae-timeline.eae-layout-center.eae-tl-res-style-mobile
    .eae-timeline-item:nth-child(odd)
    .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before,
  body.rtl
    .eae-timeline.eae-layout-center.eae-tl-res-style-mobile
    .eae-timeline-item:nth-child(even)
    .eae-tl-item-content::before,
  body.rtl
    .eae-layout-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-item-content::before {
    right: 4px !important;
    border-width: 8px 0 8px 16px !important;
    border-color: transparent transparent transparent #f4f4f4 !important;
  }
  body.rtl
    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-content-wrapper,
  .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-content-wrapper {
    padding-right: 0px !important;
    padding-left: 20px !important;
  }

  body.rtl
    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-content-wrapper,
  .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-content-wrapper {
    padding-right: 20px !important;
    padding-left: 0px !important;
  }
  .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
    .eae-timline-progress-bar {
    left: 13px;
  }
  .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
    .eae-timline-progress-bar {
    left: calc(100% - 13px);
  }
}

@media screen and (max-width: 767px) {
  .eae-tl-item-meta-wrapper {
    display: none;
  }
  .eae-tl-item-meta-wrapper-inner {
    display: block;
  }

  .elementor-widget-bpel-timeline:not(.image-position-column)
    .eae-timeline
    .eae-tl-item-content {
    flex-direction: column-reverse !important;
  }
  .elementor-widget-bpel-timeline:not(.image-position-column) .eae-tl-content,
  .eae-tl-item-image {
    width: 100% !important;
  }
  .eae-tl-res-style-mobile.eae-tl-res-layout-left .eae-timeline-item,
  .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left .eae-timeline-item {
    flex-direction: row !important;
  }
  .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right .eae-timeline-item,
  .eae-tl-res-style-mobile.eae-tl-res-layout-right .eae-timeline-item {
    flex-direction: row-reverse !important;
  }

  body:not(.rtl)
    .eae-tl-res-style-mobile.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-layout-left
    .eae-timeline-item
    .eae-tl-item-content::before,
  .eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile.eae-tl-res-layout-left
    .eae-timeline-item:nth-child(odd)
    .eae-tl-item-content::before,
  .eae-timeline.eae-layout-center.eae-tl-center.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
    .eae-timeline-item:nth-child(odd)
    .eae-tl-item-content::before,
  body.rtl
    .eae-timeline.eae-tl-res-style-mobile.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before,
  body.rtl
    .eae-timeline.eae-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before {
    left: 4px !important;
    border-width: 8px 16px 8px 0 !important;
    border-color: transparent #f4f4f4 transparent transparent !important;
  }

  body.rtl
    .eae-tl-res-style-mobile.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-tl-res-style-mobile.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before,
  body:not(.rtl)
    .eae-layout-right
    .eae-timeline-item
    .eae-tl-item-content::before,
  body.rtl .eae-layout-left .eae-timeline-item .eae-tl-item-content::before {
    right: 4px !important;
    border-width: 8px 0 8px 16px !important;
    border-color: transparent transparent transparent #f4f4f4 !important;
  }

  body:not(.rtl)
    .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-content-wrapper,
  body:not(.rtl)
    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-content-wrapper
    body.rtl
    .eae-timeline.eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-content-wrapper,
  .eae-timeline.eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-content-wrapper {
    padding-right: 0px !important;
    padding-left: 20px !important;
  }
  body:not(.rtl)
    .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-content-wrapper,
  body:not(.rtl)
    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-content-wrapper,
  body.rtl
    .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-content-wrapper,
  body.rtl
    .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-content-wrapper {
    padding-right: 20px !important;
    padding-left: 0px !important;
  }
  .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-left
    .eae-timline-progress-bar,
  .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-left
    .eae-timline-progress-bar {
    left: 13px;
  }
  .eae-tl-res-style-mobile.eae-layout-center.eae-tl-res-layout-right
    .eae-timline-progress-bar,
  .eae-tl-res-style-mobile-tablet.eae-layout-center.eae-tl-res-layout-right
    .eae-timline-progress-bar {
    left: calc(100% - 13px);
  }

  body.rtl
    .eae-layout-center.eae-timeline.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-right
    .eae-timeline-item
    .eae-tl-content-wrapper
    .eae-tl-item-content::before {
    left: 4px;
    right: unset;
  }

  body.rtl
    .eae-layout-center.eae-timeline.eae-tl-res-style-mobile-tablet.eae-tl-res-layout-left
    .eae-timeline-item
    .eae-tl-content-wrapper
    .eae-tl-item-content::before {
    left: unset;
    right: 4px;
    border-width: 8px 0 8px 16px !important;
    border-color: transparent transparent transparent #f4f4f4 !important;
  }
}

/** EverGreen Timer **/

[data-element_type="eae-evergreen-timer.skin1"] .eae-evergreen-wrapper {
  display: block;
  text-align: center;
}
[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

[data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
  padding: 10px;
  border-radius: 3px;
  background: #00bf96;
  display: inline-block;
  overflow: hidden;
}

[data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div > span {
  padding: 15px;
  width: 100%;
  background: #00816a;
  display: inline-block;
}

[data-element_type="eae-evergreen-timer.skin1"] .smalltext {
  padding: 7px;
  font-size: 16px;
}

[data-element_type="eae-evergreen-timer.skin1"] .eae-egt-hide {
  display: none;
}

.eae-egt-message {
  display: none;
}

@media screen and (max-width: 767px) {
  [data-element_type="eae-evergreen-timer.skin1"] #eaeclockdiv div > span {
    padding: 5px;
  }

  [data-element_type="eae-evergreen-timer.skin1"] .eae-time-wrapper {
    padding: 5px;
  }
}

/* Skin 2 - Flip Clock Css*/

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-evergreen-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: auto;
}
[data-element_type="eae-evergreen-timer.skin2"] .timer-container {
  display: inline-block;
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  a:hover {
  color: #fff;
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
  list-style: none;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper.clearfix:before,
[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper.clearfix:after {
  clear: both;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper.clearfix {
  *zoom: 1;
}

/* Main */
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none;
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-meridium a {
  color: #313333;
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:before,
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper:after {
  clear: both;
}

/* Skeleton */
[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li:first-child {
  z-index: 2;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a
  div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden;
  outline: 1px solid transparent;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a
  div
  .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a
  div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a
  div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a
  div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a
  div
  div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a
  div.up
  div.inn {
  top: 0;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li
  a
  div.down
  div.inn {
  bottom: 0;
}

/* PLAY */
[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul.play
  li.flip-clock-before {
  z-index: 3;
}

[data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul.play
  li.flip-clock-active {
  -webkit-animation: asd 0.01s 0.49s linear both;
  -moz-animation: asd 0.01s 0.49s linear both;
  animation: asd 0.01s 0.49s linear both;
  z-index: 5;
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .flip-clock-divider:first-child {
  width: 0;
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .flip-clock-divider
  .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .flip-clock-divider.minutes
  .flip-clock-label {
  right: -88px;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .flip-clock-divider.seconds
  .flip-clock-label {
  right: -91px;
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.top {
  top: 30%;
}

[data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot.bottom {
  bottom: 30%;
}

@-webkit-keyframes asd {
  0% {
    z-index: 2;
  }

  100% {
    z-index: 4;
  }
}

@-moz-keyframes asd {
  0% {
    z-index: 2;
  }

  100% {
    z-index: 4;
  }
}

@-o-keyframes asd {
  0% {
    z-index: 2;
  }

  100% {
    z-index: 4;
  }
}

@keyframes asd {
  0% {
    z-index: 2;
  }

  100% {
    z-index: 4;
  }
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul.play
  li.flip-clock-active
  .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both;
}

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg);
  }

  100% {
    -webkit-transform: rotateX(0deg);
  }
}

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg);
  }

  100% {
    -moz-transform: rotateX(0deg);
  }
}

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg);
  }

  100% {
    -o-transform: rotateX(0deg);
  }
}

@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul.play
  li.flip-clock-before
  .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both;
}

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg);
  }

  100% {
    -webkit-transform: rotateX(-90deg);
  }
}

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg);
  }

  100% {
    -moz-transform: rotateX(-90deg);
  }
}

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg);
  }

  100% {
    -o-transform: rotateX(-90deg);
  }
}

@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul
  li.flip-clock-active {
  z-index: 3;
}

/* SHADOW */
[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul.play
  li.flip-clock-before
  .up
  .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, black)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul.play
  li.flip-clock-active
  .up
  .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, black)
  );
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both;
}

/*DOWN*/
[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul.play
  li.flip-clock-before
  .down
  .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, black),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both;
}

[data-element_type="eae-evergreen-timer.skin2"]
  .eae-flip-clock-wrapper
  ul.play
  li.flip-clock-active
  .down
  .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, black),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
    width: 15px;
  }
  [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-dot {
    height: 5px;
    width: 5px;
  }
  [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
    height: 40px;
  }
  [data-element_type="eae-evergreen-timer.skin2"] .flip-clock-divider {
    height: 50px;
  }
  [data-element_type="eae-evergreen-timer.skin2"]
    .eae-flip-clock-wrapper
    ul
    li {
    line-height: 37px;
  }
  [data-element_type="eae-evergreen-timer.skin2"]
    .eae-flip-clock-wrapper
    ul
    li
    a
    div
    div.inn {
    font-size: 24px;
  }
  [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
    margin: 2px;
  }
  /* [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul {
        position: relative;
        float: left;
        margin: 5px;
        width: 40px;
        height: 70px;
        font-size: 40px;
        font-weight: bold;
        line-height: 47px;
        border-radius: 6px;
        background: #000;
    }
    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div {
        z-index: 1;
        position: absolute;
        left: 0;
        width: 100%;
        height: 50%;
        font-size: 40px;
        overflow: hidden;
        outline: 1px solid transparent;
    }
    [data-element_type="eae-evergreen-timer.skin2"] .eae-flip-clock-wrapper ul li a div div.inn {
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 200%;
        color: #ccc;
        text-shadow: 0 1px 2px #000;
        text-align: center;
        background-color: #333;
        border-radius: 6px;
        font-size: 40px;
    }*/
}

/* Skin 3 - Flip Block */
/*
[data-element_type="eae-evergreen-timer.skin3"] body  {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    color: #fff;
}

[data-element_type="eae-evergreen-timer.skin3"] .eae-evergreen-wrapper {
    text-align: center;
    grid-column: 1 / 7;
    grid-row: 2/ 4;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer,
[data-element_type="eae-evergreen-timer.skin3"] .desc{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    align-items: center;
    grid-gap: 1em;
    grid-template-rows: 150px;
}
[data-element_type="eae-evergreen-timer.skin3"] .desc{
    margin-top: 10px;
    grid-template-rows: 10px;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span {
    font-size: 48px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    color: #fff;
}
[data-element_type="eae-evergreen-timer.skin3"] .eae-time-wrapper{
    position: relative;
}
[data-element_type="eae-evergreen-timer.skin3"] .eae-time-wrapper div{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
[data-element_type="eae-evergreen-timer.skin3"] .eae-evergreen-wrapper{
    display: block;
    text-align: center;
}*/
[data-element_type="eae-evergreen-timer.skin3"] #timer {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
[data-element_type="eae-evergreen-timer.skin3"] .desc {
  display: flex;
  justify-content: center;
}
[data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-right
  .desc {
  justify-content: flex-end;
}
[data-element_type="eae-evergreen-timer.skin3"].eae-egt-content-align-left
  .desc {
  justify-content: flex-start;
}
[data-element_type="eae-evergreen-timer.skin3"] .desc .egt-time-text {
  display: inline-block;
  padding: 0 50px 0 50px;
}

[data-element_type="eae-evergreen-timer.skin3"] .eae-time-wrapper {
  padding: 50px;
  border-radius: 3px;
  background: #00bf96;
  display: inline-block;
  overflow: hidden;
  margin: 5px;
  line-height: 1em;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(1) {
  background: khaki;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(2) {
  background: indianred;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(3) {
  background: cadetblue;
}

[data-element_type="eae-evergreen-timer.skin3"] #timer span:nth-child(4) {
  background: cornflowerblue;
}

[data-element_type="eae-evergreen-timer.skin3"] .fade {
  animation: flip 0.7s ease forwards;
}

@keyframes flip {
  0% {
    transform: rotateY(0) scaleY(1.1);
    opacity: 0.5;
  }
  50% {
    transform: rotateY(180deg) scaleY(1.3);
    opacity: 0;
  }
  100% {
    transform: rotateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  [data-element_type="eae-evergreen-timer.skin3"] #timer span {
    font-size: 22px;
  }
  [data-element_type="eae-evergreen-timer.skin2"]
    .flip-clock-divider
    .flip-clock-label {
    top: -1.5em;
    right: -42px;
  }

  [data-element_type="eae-evergreen-timer.skin2"]
    .flip-clock-divider.minutes
    .flip-clock-label {
    right: -48px;
  }

  [data-element_type="eae-evergreen-timer.skin2"]
    .flip-clock-divider.seconds
    .flip-clock-label {
    right: -51px;
  }
}

/* Skin 4 - Digit Up Animation */
[data-element_type="eae-evergreen-timer.skin4"] .eae-evergreen-wrapper {
  width: 100%;
}
[data-element_type="eae-evergreen-timer.skin4"] .container {
  margin: 0 auto;
}
[data-element_type="eae-evergreen-timer.skin4"] .special {
  position: relative;
  width: 840px;
  height: 47px;
}
[data-element_type="eae-evergreen-timer.skin4"] #counter {
  position: absolute;
  z-index: 4000;
}
[data-element_type="eae-evergreen-timer.skin4"] .digit-separator {
  position: relative;
  float: left;
  width: 17px;
  height: 44px;
  overflow: hidden;
  background-image: url("../digit-sep-svg.svg");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #4054b2;
}
[data-element_type="eae-evergreen-timer.skin4"] .digit {
  background-image: url("../digits-svg-alpha.svg");
  background-color: #4054b2;
}

/* Comparison Table */

.eae-ct-wrapper * {
  box-sizing: border-box;

  margin: 0;
  outline: 0;
}
article.eae-ct-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.eae-ct-wrapper tbody tr.eae-ct-header td,
.eae-ct-wrapper th {
  position: relative;
}
.eae-ct-wrapper ul {
  display: none;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
}
.eae-ct-wrapper li {
  list-style: none;
  flex: 1;
  position: relative;
}
.eae-ct-wrapper li:hover {
  cursor: pointer;
}
.eae-ct-wrapper li:last-child {
  /*border-right:1px solid #DDD;*/
}
.eae-ct-wrapper .eae-ct-heading {
  width: 100%;
  padding: 10px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  color: #999;
  text-align: center;
}
.eae-ct-wrapper li.eae-ct-heading .eae-ct-heading-inner {
  position: absolute;
  align-self: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.eae-ct-wrapper li.eae-ct-heading.active {
  background: #f5f5f5;
}
.eae-ct-wrapper table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.eae-ct-wrapper th {
  background: #f5f5f5;
  display: none;
}
.eae-ct-wrapper td,
.eae-ct-wrapper th {
  height: 53px;
  vertical-align: middle;
}
.eae-ct-wrapper table {
  border: none;
}
/*.eae-ct-wrapper table tr td:first-child,.eae-ct-wrapper table tr td:last-child, .eae-ct-wrapper td,.eae-ct-wrapper td,.eae-ct-wrapper th { border:1px solid #DDD; padding:10px; empty-cells:show; }*/
.eae-ct-wrapper table th,
.eae-ct-wrapper table td {
  border: none;
}
.eae-ct-wrapper table tr td:first-child,
.eae-ct-wrapper table tr td:last-child,
.eae-ct-wrapper td,
.eae-ct-wrapper td,
.eae-ct-wrapper th {
  padding: 10px;
  empty-cells: show;
}
.eae-ct-wrapper td,
.eae-ct-wrapper th {
  text-align: center;
}
.eae-ct-wrapper td + td,
.eae-ct-wrapper th + th {
  text-align: center;
}
.eae-ct-wrapper tr:first-child {
  background: none !important;
}
.eae-ct-wrapper ul li:nth-child(1) {
  display: table-cell;
}
.eae-ct-wrapper tr td:nth-child(2) {
  display: table-cell;
}

.eae-ct-wrapper td:nth-child(1) {
  display: table-cell;
}
.eae-ct-wrapper td {
  display: none;
}
.eae-ct-wrapper .sep {
  background: #f5f5f5;
  font-weight: bold;
}
.eae-ct-price-wrapper {
  display: flex;
  justify-content: center;
}
.eae-ct-tt-type-icon .eae-ct-feature .tooltip {
  float: right;
}
.eae-ct-wrapper .tooltiptext::before {
  content: "";
  border-width: 5px 5px 0 5px;
  border-color: #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  left: 42%;
}
.eae-ct-wrapper .eae-ct-price {
  font-size: 28px;
  font-weight: bold;
  line-height: 1em;
}
.eae-ct-wrapper .eae-ct-currency {
  align-self: flex-start;
  margin-right: 3px;
}
.eae-ct-wrapper .eae-ct-fractional-price {
  align-self: flex-start;
  margin-left: 3px;
}
.eae-ct-wrapper .eae-ct-duration {
  align-self: flex-start;
}
.eae-ct-wrapper .eae-ct-original-price {
  margin-right: 5px;
  text-decoration: line-through;
  align-self: flex-end;
}
.eae-ct-wrapper .tick {
  font-size: 18px;
  color: #2ca01c;
}
.feature-heading-blank.eae-ct-wrapper .hide {
  border: unset !important;
  background: unset !important;
}
.eae-ct-wrapper .hide.eae-ct-hide.eae-fbox-heading {
  border: 0px solid black;
}
.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
  position: absolute;
  top: 0;
  /* -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);*/
  /* transform: rotate(90deg); */
  width: 100px;
  overflow: hidden;
  height: 100px;
  z-index: 998;
  padding: 8px 12px;
}
.eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  height: 50px;
  z-index: 999;
  padding: 8px 12px;
}
.eae-ct-ribbons-h-top.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper-top {
  background-color: rgba(63, 195, 135, 0.8);
  color: #fff;
  transform: translateY(-100%);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.eae-ct-ribbons-h-left.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
.eae-ct-ribbons-h-right.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(90deg);
  left: auto;
  right: 0;
}

.eae-ct-ribbons-yes .eae-ct-ribbons-wrapper span.eae-ct-ribbons-inner {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(63, 195, 135, 0.8);
  padding: 8px 12px;
  color: #ffffff;
}
.eae-ct-wrapper .tooltip {
  position: relative;
  display: inline-block;
}

.eae-ct-wrapper .tooltip .tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 120%;
  left: 50%;
  margin-left: -60px;
}

.eae-ct-wrapper .tooltip:hover .tooltiptext {
  visibility: visible;
}
.eae-ct-heading-tooltip {
  text-decoration-line: underline;
  text-decoration-style: dotted;
}
.eae-ct-btn {
  padding: 10px 15px 10px 15px;
  color: #fff;
  display: inline-block;
  line-height: 1em;
}
.eae-ct-btn:hover {
  color: #fff;
}
.eae-ct-wrapper i.fa.fa-check,
.eae-ct-wrapper i.fas.fa-check {
  color: #38f146;
}
.eae-ct-wrapper i.fa.fa-close,
.eae-ct-wrapper i.fas.fa-times {
  color: #ff0000;
}

.button-heading-blank.eae-ct-wrapper tr:last-child td:first-child {
  background: none !important;
  border: none !important;
}

.eae-ct-wrapper tr:last-child {
  background: none !important;
}
.eae-ct-wrapper tbody tr:nth-child(2) {
  background: none !important;
}
@media (min-width: 767px) {
  .eae-ct-wrapper td,
  .eae-ct-wrapper .eae-ct-header {
    width: 330px;
  }
  .eae-ct-wrapper td + td,
  .eae-ct-wrapper th + th {
    width: auto;
  }
}

.eae-tab-format-all .eae-ct-wrapper ul {
  display: flex;
}
.hide.eae-ct-hide {
  display: table-cell;
}
@media (min-width: 1023px) {
  .eae-tab-format-all tbody tr.eae-ct-header {
    display: none;
  }
  .eae-tab-format-tab-mob .eae-ct-wrapper td,
  .eae-tab-format-tab-mob .eae-ct-wrapper th,
  .eae-tab-format-mobile .eae-ct-wrapper td,
  .eae-tab-format-mobile .eae-ct-wrapper th {
    display: table-cell !important;
  }

  .eae-tab-format-all .hide.eae-ct-hide {
    display: table-cell;
  }
  .eae-tab-format-tab-mob .hide.eae-ct-hide,
  .eae-tab-format-mobile .hide.eae-ct-hide {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .eae-tab-format-tab-mob .eae-ct-wrapper ul {
    display: flex;
  }
  /*.eae-tab-format-all .eae-ct-wrapper td+td,.eae-tab-format-all .eae-ct-wrapper th+th{*/
  /*    display: none;*/
  /*}*/
  .eae-tab-format-all tbody tr.eae-ct-header,
  .eae-tab-format-tab-mob tbody tr.eae-ct-header {
    display: none;
  }

  .eae-tab-format-all .hide.eae-ct-hide {
    display: table-cell;
  }
  .eae-tab-format-tab-mob .hide.eae-ct-hide {
    display: table-cell;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .eae-tab-format-mobile .eae-ct-wrapper td,
  .eae-tab-format-mobile .eae-ct-wrapper th {
    display: table-cell !important;
  }
  /*[data-elementor-device-mode='tablet'] .eae-tab-format-mobile .eae-ct-hide.eae-fbox-heading{*/
  /*    display: none !important;*/
  /*}*/

  .eae-tab-format-all tbody tr.eae-ct-header,
  .eae-tab-format-tab-mob tbody tr.eae-ct-header {
    display: none;
  }
  .eae-tab-format-tab-mob .hide.eae-ct-hide {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .eae-tab-format-mobile .eae-ct-wrapper ul {
    display: flex;
  }
  .eae-tab-format-mobile tbody tr.eae-ct-header {
    display: none;
  }

  .eae-tab-format-mobile tbody tr.eae-ct-header,
  .eae-tab-format-all tbody tr.eae-ct-header {
    display: none;
  }
  .eae-tab-format-mobile .hide.eae-ct-hide {
    display: table-cell;
  }
}

td.eae-ct-feature .tooltip {
  opacity: 1;
}

/* Progress Bar */
.eae-progress-bar-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 15px 0;
}

.eae-progress-bar-wrapper.eae-progress-bar {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.eae-pb-bar,
.eae-pb-bar-inner,
.eae-pb-bar-value,
.eae-pb-bar-skill {
  box-sizing: border-box;
}

.eae-pb-bar {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.eae-pb-bar--no-overflow {
  overflow: visible;
}

.eae-pb-bar-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
body.rtl .eae-pb-bar .eae-pb-bar-inner {
  position: absolute;
  top: 0;
  right: 0 !important;
  height: 100%;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.eae-pb-bar-inner.js-animated {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
  transition-delay: 1.5s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
body.rtl .eae-pb-bar .eae-pb-bar-inner.js-animated {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
  transition-delay: 1.5s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.eae-pb-bar-skill,
.eae-pb-bar-value {
  font-size: 14px;
  letter-spacing: 1px;
}

body:not(.rtl) .eae-pb-bar-value--aligned-value {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.rtl .eae-pb-bar-value--aligned-value {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/* progress bar #1 styles */
.eae-progress-bar-skin1 {
  height: 20px;
  padding: 4px;
  border: 1px solid #dddddd;
  border-radius: 20px;
}
.eae-pb-bar-skin1 {
  border-radius: 20px;
}
.eae-pb-bar-inner-skin1 {
  background-color: #00bfb3;
  background-size: 200%;
  background-position: 0 0;
  border-radius: 20px;
}

.eae-pb-bar-skill-skin1 {
  position: absolute;
  bottom: 20px;
  left: 0px;
  opacity: 0;
}
body.rtl .eae-pb-bar-skill-skin1 {
  right: 0px;
}
.eae-pb-bar-skill-skin1.js-animated {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
  left: 0;
  opacity: 1;
}
body.rtl .eae-pb-bar-skill-skin1.js-animated {
  right: 0 !important;
}

.eae-pb-bar-value-skin1 {
  position: absolute;
  bottom: 20px;
  opacity: 1;
}
body:not(.rtl) .eae-pb-bar-value-skin1 {
  right: 0;
}
body.rtl .eae-pb-bar-value-skin1 {
  left: 0% !important;
}

.eae-pb-bar-value-skin1.js-animated {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
  opacity: 1;
}
body:not(.rtl) .eae-pb-bar-value-skin1.js-animated {
  right: 0;
}

/* progress bar #2 styles */
.eae-progress-bar-skin2 {
  height: 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

@-webkit-keyframes progress-2-bg-animation-rtl {
  100% {
    background-position: 0 0, 0 0;
  }
  0% {
    background-position: 0 0, 42px 0;
  }
}

@keyframes progress-2-bg-animation-rtl {
  100% {
    background-position: 0 0, 0 0;
  }
  0% {
    background-position: 0 0, 42px 0;
  }
}

@-webkit-keyframes progress-2-bg-animation {
  0% {
    background-position: 0 0, 0 0;
  }
  1000% {
    background-position: 0 0, 42px 0;
  }
}

@keyframes progress-2-bg-animation {
  0% {
    background-position: 0 0, 0 0;
  }
  100% {
    background-position: 0 0, 42px 0;
  }
}

.eae-pb-bar-inner-skin2 {
  background-image: linear-gradient(
      to top,
      rgba(255, 255, 255, 0.15),
      rgba(0, 0, 0, 0.2)
    ),
    linear-gradient(
      135deg,
      #5eeb5b,
      #5eeb5b 33%,
      #358600 33%,
      #358600 66%,
      #5eeb5b 66%
    );
  background-size: 100% 100%, 42px 100%;
  background-position: 0 0, 0 0;
  border-radius: 3px;
}
body:not(.rtl) .eae-pb-bar-inner-skin2.js-animated {
  -webkit-animation: progress-2-bg-animation 1.5s linear 0s infinite;
  animation: progress-2-bg-animation 1.5s linear 0s infinite;
}

body.rtl .eae-pb-bar-inner-skin2.js-animated {
  -webkit-animation: progress-2-bg-animation-rtl 1.5s linear 0s infinite;
  animation: progress-2-bg-animation-rtl 1.5s linear 0s infinite;
}

.eae-pb-bar-skill-skin2 {
  position: absolute;
  opacity: 0;
}
body:not(.rtl) .eae-pb-bar-skill-skin2 {
  left: 0;
}
body.rtl .eae-pb-bar-skill-skin2 {
  right: 0;
}

.eae-pb-bar-skill-skin2.js-animated {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
  bottom: 20px;
  opacity: 1;
}

.eae-pb-bar-value-skin2 {
  position: absolute;
  opacity: 0;
}
body:not(.rtl) .eae-pb-bar-value-skin2 {
  right: 0;
}
body.rtl .eae-pb-bar-value-skin2 {
  left: 0%;
}

.eae-pb-bar-value-skin2.js-animated {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
  bottom: 20px;
  opacity: 1;
}

/* Progress Bar Skin 3*/

.eae-progress-bar-skin3 {
  height: 5px;
  background-color: #efefef;
}
.eae-pb-bar-value-skin3,
.eae-pb-bar-inner-skin3 {
  background-color: #f40076;
}
.eae-pb-bar-value-skin3:after,
.eae-pb-bar-inner:after {
  border-top-color: #f40076;
}

.eae-pb-bar-skill-skin3 {
  position: absolute;
  bottom: 10px;
  left: -10px;
  opacity: 0;
}
.eae-pb-bar-skill-skin3.js-animated {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
  opacity: 1;
}
body:not(.rtl) .eae-pb-bar-skill-skin3.js-animated {
  left: 0;
}
body.rtl .eae-pb-bar-skill-skin3.js-animated {
  right: 0;
}

.eae-pb-bar-value-skin3 {
  position: absolute;
  display: inline-block;
  padding: 0px 8px;
  font-size: 14px;
  color: #fff;
  opacity: 0;
}
.eae-pb-bar-value-skin3:after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-width: 5px;
  border-style: solid;
  border-color: #f40076 transparent transparent transparent;
}
.eae-pb-bar-inner-skin3.js-animated {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
  transition-delay: 1.5s;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.eae-pb-bar-value-skin3.js-animated {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.1, 1.14, 0.31, 1.06);
  transition-delay: 2s;
  bottom: 14px;
  opacity: 1;
}

/* Progress Bar Skin 4 */
.eae-progress-bar-skin4 {
  height: 3px;
  background-color: #efefef;
}

.eae-pb-bar-inner-skin4 {
  background-color: #000;
}
.eae-pb-bar-inner-skin4:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #000;
  border-radius: 50%;
}
body:not(.rtl) .eae-pb-bar-inner-skin4:after {
  right: 0;
}
body.rtl .eae-pb-bar-inner-skin4:after {
  left: 0;
}
.eae-pb-bar-value-skin4 {
  position: absolute;
  bottom: 2px;
  font-size: 14px;
  opacity: 0;
}
.eae-pb-bar-value-skin4.js-animated {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: linear;
  transition-delay: 1.5s;
  opacity: 1;
}

.eae-pb-bar-skill-skin4 {
  position: absolute;
  bottom: 2px;
  left: -20px;
  opacity: 0;
}
.eae-pb-bar-skill-skin4.js-animated {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
  opacity: 1;
}
body:not(.rtl) .eae-pb-bar-skill-skin4.js-animated {
  left: 0;
}
body.rtl .eae-pb-bar-skill-skin4.js-animated {
  right: 0;
}

/* Progress Bar Skin 5 */
.eae-progress-bar-skin5 {
  height: 30px;
  background-color: #f7f7f7;
}

.eae-pb-bar-inner-skin5 {
  background-color: #57b8ff;
}

.eae-pb-bar-skill-skin5 {
  position: absolute;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
body:not(.rtl) .eae-pb-bar-skill-skin5 {
  left: 10px;
}
body:not(.rtl) .eae-pb-bar-skill-skin5 {
  right: 10px;
}
.eae-pb-bar-skill-skin5.js-animated {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s;
  opacity: 1;
}

.eae-pb-bar-value-skin5 {
  position: absolute;
  top: 50%;
  color: #fff;
  opacity: 0;
  z-index: 10;
}
body:not(.rtl) .eae-pb-bar-value-skin5 {
  -webkit-transform: translateX(-100%) translateX(-10px) translateY(-50%);
  transform: translateX(-100%) translateX(-10px) translateY(-50%);
}
body.rtl .eae-pb-bar-value-skin5 {
  -webkit-transform: translateX(100%) translateX(10px) translateY(-50%);
  transform: translateX(100%) translateX(10px) translateY(-50%);
}
.eae-pb-bar-value-skin5.js-animated {
  transition-property: all;
  transition-duration: 1.5s;
  transition-timing-function: linear;
  transition-delay: 1.5s;
  opacity: 1;
}

/* EAE Dual Button */
.eae-dual-button-wrapper .eae-button-1-wrapper,
.eae-dual-button-wrapper .eae-button-2-wrapper {
  overflow: hidden;
}

.eae-dual-button-wrapper.button-style-horizontal {
  display: flex;
  flex-direction: row;
  position: relative;
}
.eae-dual-button-main-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.eae-dual-button-wrapper a {
  min-width: 0px;
}
.eae-dual-button-wrapper.button-style-vertical {
  display: inline-flex;
  flex-direction: column;
  position: relative;
}
.eae-button-1.icon-before,
.eae-button-2.icon-before {
  display: flex;
  flex-direction: row;
}
body.rtl .eae-button-1.icon-before,
body.rtl .eae-button-2.icon-before {
  display: flex;
  flex-direction: row-reverse;
}
.eae-button-1.icon-after,
.eae-button-2.icon-after {
  display: flex;
  flex-direction: row-reverse;
}
body.rtl .eae-button-1.icon-after,
body.rtl .eae-button-2.icon-after {
  display: flex;
  flex-direction: row;
}
.eae-button-1-wrapper .eae-button-1,
.eae-button-2-wrapper .eae-button-2 {
  color: black;
  align-items: center;
}
.eae-button-1-wrapper:hover .eae-button-1,
.eae-button-2-wrapper:hover .eae-button-2 {
  color: black;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-before,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-before,
.eae-dual-button-wrapper.button-style-vertical .eae-button-1.icon-after,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2.icon-after {
  justify-content: center;
}
.eae-button-1.icon-up,
.eae-button-2.icon-up {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.eae-button-1.icon-down,
.eae-button-2.icon-down {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
.eae-button-1-wrapper {
  background: lightpink;
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1;
}
.eae-button-2-wrapper {
  background: orange;
  display: flex;
  justify-content: center;
  width: 100%;
  line-height: 1;
}
.eae-button-1.icon-up .icon-wrapper,
.eae-button-2.icon-up .icon-wrapper,
.eae-button-2.icon-down .icon-wrapper,
.eae-button-2.icon-down .icon-wrapper {
  text-align: center;
}
.eae-button-1.icon-up .eae-button-text,
.eae-button-2.icon-up .eae-button-text,
.eae-button-2.icon-down .eae-button-text,
.eae-button-2.icon-down .eae-button-text {
  text-align: center;
}
.eae-button-1.icon-before i,
.eae-button-2.icon-before i,
.eae-button-2.icon-after i {
  align-self: center;
  margin: 0 10px 0 0;
}
.eae-button-1.icon-after i,
.eae-button-2.icon-after i {
  align-self: center;
  margin: 0 0 0 10px;
}
.eae-button-1.icon-up i,
.eae-button-1.icon-down i,
.eae-button-2.icon-up i,
.eae-button-2.icon-down i {
  align-self: center;
  margin: 5px 0;
}
.eae-dual-button-wrapper.button-style-horizontal .eae-button-1-wrapper,
.eae-dual-button-wrapper.button-style-horizontal .eae-button-2-wrapper {
  padding: 12px 30px;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button-1-wrapper,
.eae-dual-button-wrapper.button-style-vertical .eae-button-2-wrapper {
  padding: 20px 30px;
}
.eae-button1,
.eae-button2 {
  position: relative;
  display: flex;
}

.eae-dual-button-wrapper.button-style-horizontal .eae-button1,
.eae-dual-button-wrapper.button-style-horizontal .eae-button2 {
  min-width: 150px;
}
.eae-dual-button-wrapper.button-style-vertical .eae-button1 {
  display: flex;
  flex-direction: column;
}
.eae-button-separator-wrapper .eae-button-separator {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  background: #fafaf8;
  color: #444;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  transform: translateY(-50%);
}
.eae-button-separator span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body.rtl.elementor-editor-active
  .eae-dual-button-main-wrapper
  .button-style-horizontal
  .eae-button1
  .eae-button-separator-wrapper.not-rtl
  .eae-button-separator {
  display: none !important;
}
body:not(.rtl).elementor-editor-active
  .eae-dual-button-main-wrapper
  .button-style-horizontal
  .eae-button2
  .eae-button-separator-wrapper.rtl
  .eae-button-separator,
body:not(.rtl).elementor-editor-preview
  .eae-dual-button-main-wrapper
  .button-style-horizontal
  .eae-button2
  .eae-button-separator-wrapper.rtl
  .eae-button-separator {
  display: none !important;
}

/* Sweep to right */
.eae-sweep-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.eae-sweep-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eae-sweep-right:hover,
.eae-sweep-right:focus,
.eae-sweep-right:active {
  color: white;
}
.eae-sweep-right:hover:before,
.eae-sweep-right:focus:before,
.eae-sweep-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.eae-sweep-left {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.eae-sweep-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eae-sweep-left:hover,
.eae-sweep-left:focus,
.eae-sweep-left:active {
  color: white;
}
.eae-sweep-left:hover:before,
.eae-sweep-left:focus:before,
.eae-sweep-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.eae-sweep-bottom {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.eae-sweep-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eae-sweep-bottom:hover,
.eae-sweep-bottom:focus,
.eae-sweep-bottom:active {
  color: white;
}
.eae-sweep-bottom:hover:before,
.eae-sweep-bottom:focus:before,
.eae-sweep-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.eae-sweep-top {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.eae-sweep-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eae-sweep-top:hover,
.eae-sweep-top:focus,
.eae-sweep-top:active {
  color: white;
}
.eae-sweep-top:hover:before,
.eae-sweep-top:focus:before,
.eae-sweep-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.eae-bounce-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.eae-bounce-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eae-bounce-right:hover,
.eae-bounce-right:focus,
.eae-bounce-right:active {
  color: white;
}
.eae-bounce-right:hover:before,
.eae-bounce-right:focus:before,
.eae-bounce-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.eae-bounce-left {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.eae-bounce-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eae-bounce-left:hover,
.eae-bounce-left:focus,
.eae-bounce-left:active {
  color: white;
}
.eae-bounce-left:hover:before,
.eae-bounce-left:focus:before,
.eae-bounce-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.eae-bounce-bottom {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.eae-bounce-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.eae-bounce-bottom:hover,
.eae-bounce-bottom:focus,
.eae-bounce-bottom:active {
  color: white;
}
.eae-bounce-bottom:hover:before,
.eae-bounce-bottom:focus:before,
.eae-bounce-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.eae-bounce-top {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.eae-bounce-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.eae-bounce-top:hover,
.eae-bounce-top:focus,
.eae-bounce-top:active {
  color: white;
}
.eae-bounce-top:hover:before,
.eae-bounce-top:focus:before,
.eae-bounce-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* Google Map */
.eae-markers .marker {
  display: none;
}
.eae-markers p {
  margin-bottom: 0;
}

/*EAE Filterable Gallery*/
.eae-fg-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.eae-gallery-filter {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.eae-filter-label {
  padding: 5px 10px;
  background-color: #a0ce4e;
  color: #fff;
  margin: 0px 3px 0px 3px;
}
.eae-filter-label.current {
  background-color: #73b9dc;
}

.eae-fg-image {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.eae-fg-wrapper .eae-gallery-item-inner img {
  width: 100%;
  height: auto;
  display: block !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.eae-gallery-item {
  height: auto;
}
.eae-gallery-filter a {
  color: #ffffff;
  text-decoration: none;
}
.eae-gallery-filter a.current {
  font-weight: bold;
}

.eae-gallery-item-inner {
  position: relative;
  overflow: hidden;
}

/*Overlay Css*/
.eae-overlay-always .eae-gallery-item .eae-grid-overlay {
  display: block;
}

.eae-overlay-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
  display: block;
}
.eae-overlay-hide-on-hover .eae-gallery-item-inner:hover .eae-grid-overlay {
  display: none;
}
.eae-overlay-hide-on-hover .eae-grid-overlay {
  display: block;
}
.eae-grid-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.eae-grid-overlay-inner {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.eae-fg-wrapper .eae-icon-wrapper {
  display: flex;
  justify-content: center;
}

/* Overlay Icon*/
.eae-overlay-caption {
  display: block;
  line-height: 1em;
  margin-top: 15px;
  color: #73b9dc;
  font-size: 20px;
}
.eae-overlay-icon {
  line-height: 1em;
  padding: 0.5em;
  display: inline-block;
}
.eae-overlay-icon svg {
  height: auto;
}
.eae-icon-view-framed .eae-overlay-icon {
  padding: 0.5em;
  color: #73b9dc;
  border: 3px solid #73b9dc;
  background-color: transparent;
}

.eae-icon-view-stacked .eae-overlay-icon {
  padding: 0.5em;
  color: #fff;
  background-color: #818a91;
}
.eae-hover-direction-effect .eae-grid-overlay {
  position: absolute;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}

.eae-fg-wrapper.eae-image-ratio-yes
  .eae-gallery-item-inner
  .eae-fg-img-wrapper {
  position: relative;
  top: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  border: 0;
}
.eae-fg-wrapper.eae-image-ratio-yes
  .eae-gallery-item-inner
  .eae-fg-img-wrapper
  img {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

/* Ribbons and Badges */

.wts-eae-ribbons-badges-wrapper {
  display: none;
}
/* .wts-eae-enable-ribbons-badges-yes
  .elementor-column-wrap
  > .wts-eae-ribbons-badges-wrapper */
  .wts-eae-enable-ribbons-badges-yes .wts-eae-ribbons-badges-wrapper {
  display: block;
}

/* Ribbon */
.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
  > .wts-eae-ribbons-badges-wrapper {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  /* -webkit-transform: rotate(90deg); */
  -ms-transform: rotate(90deg);
  /* transform: rotate(90deg); */
  width: 150px;
  overflow: hidden;
  height: 150px;
  z-index: 999;
  padding: 8px 12px;
}
.wts-eae-badge-h-left.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
  > .wts-eae-ribbons-badges-wrapper {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  right: auto;
}
.wts-eae-badge-h-right.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
  > .wts-eae-ribbons-badges-wrapper {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(90deg);
  left: auto;
  right: 0;
}
.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-ribbon
  > .wts-eae-ribbons-badges-wrapper
  span.wts-eae-ribbons-badges-inner {
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
  width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) translateX(35px)
    rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
  margin-top: 35px;
  font-size: 13px;
  line-height: 2;
  font-weight: 800;
  text-transform: uppercase;
  background: rgba(63, 195, 135, 0.8);
  padding: 8px 12px;
}
/* Ribbon */

/* Sale Badge Badge */
.wts-eae-enable-ribbons-badges-yes.wts-eae-badge-type-badge
  > .wts-eae-ribbons-badges-wrapper
  span.wts-eae-ribbons-badges-inner {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: #fff;
  font-size: 0.857em;
  z-index: 9;
}
.wts-eae-badge-h-left.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes
  > .wts-eae-ribbons-badges-wrapper
  span.wts-eae-ribbons-badges-inner {
  left: 20px;
  right: auto;
  top: auto;
  bottom: 20px;
}
.wts-eae-badge-h-left.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes
  > .wts-eae-ribbons-badges-wrapper
  span.wts-eae-ribbons-badges-inner {
  left: 20px;
  right: auto;
  top: 20px;
  bottom: auto;
}

.wts-eae-badge-h-right.wts-eae-badge-v-bottom.wts-eae-enable-ribbons-badges-yes
  > .wts-eae-ribbons-badges-wrapper
  span.wts-eae-ribbons-badges-inner {
  left: auto;
  right: 20px;
  top: auto;
  bottom: 20px;
}
.wts-eae-badge-h-right.wts-eae-badge-v-top.wts-eae-enable-ribbons-badges-yes
  > .wts-eae-ribbons-badges-wrapper
  span.wts-eae-ribbons-badges-inner {
  left: auto;
  right: 20px;
  top: 20px;
  bottom: auto;
}

/* Sale Badge Badge */

/* Icon Migration */
/* Flipbox */
.eae-flip-box-front svg,
.eae-flip-box-back svg {
  width: 25px;
  height: auto;
}
/* Text-Separator */
.wts-eae-textseparator svg {
  width: 25px;
  height: auto;
}

/* AfterBefore Image Comp */
.eae-img-comp-slider svg {
  width: 22px;
  height: auto;
}

/* Model Popup */
.eae-popup-link svg {
  display: inline-block;
  width: 1em;
}

.eae-popup svg:hover,
.eae-popup svg:focus {
  opacity: 1;
  cursor: pointer;
}
/* .eae-popup svg:active {
  top: 1px;
} */

.eae-popup svg.eae-close {
  width: 28px;
  height: 28px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  background-color: #fff;
}
/* Dual Button */
.eae-dual-button-wrapper svg {
  width: 1em;
  height: auto;
  display: block;
}
eae-button-separator i {
  position: relative;
  display: block;
}
.eae-button-1.icon-before svg,
.eae-button-2.icon-before svg,
.eae-button-2.icon-after svg {
  align-self: center;
  margin: 0 10px 0 0;
}

.eae-button-1.icon-after svg,
.eae-button-2.icon-after svg {
  align-self: center;
  margin: 0 0 0 10px;
}
.eae-button-1.icon-up svg,
.eae-button-1.icon-down svg,
.eae-button-2.icon-up svg,
.eae-button-2.icon-down svg {
  align-self: center;
  margin: 5px 0;
}

/* Price Table */
.eae-pt-button-wrapper a svg {
  width: 1em;
}
.eae-pt-action-button .eae-pt-align-icon-left {
  float: left;
}

.eae-pt-action-button .eae-pt-align-icon-right {
  float: right;
}

.eae-icon-wrap svg {
  width: 20px;
  height: auto;
  font-size: 20px;
  display: block;
}
.eae-info-circle .eae-icon-wrap svg {
  width: 20px;
  height: auto;
  font-size: 20px;
}

.eae-icon-view-stacked svg {
  fill: #fff;
}

.ae-link-yes {
  cursor: pointer;
}

/*unfold-css*/
/*.eae-element-unfold-content {
  padding: 10px 0px;
  background-color: #d3d3d3c4;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 999;
}

a.eae-unfold-link {
  background-color: #61ce70;
  color: #fff;
  display: inline-block;
  overflow: hidden;
}
a.eae-unfold-link svg {
  background-color: #fff;
}
.eae-unfold-button-icon {
  vertical-align: middle;
}

.eae-fold-yes.elementor-section .elementor-container,
.eae-fold-yes .elementor-column-wrap,
.eae-fold-yes.elementor-widget {
  overflow: hidden;
}

body.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-element.elementor-section.eae-widget-unfold-yes
  .elementor-container,
body.elementor-editor-preview
  .elementor.elementor-edit-mode
  .elementor-element.elementor-section.eae-widget-unfold-yes
  .elementor-container {
  overflow: hidden;
}
body.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-element.elementor-column.eae-widget-unfold-yes
  .elementor-column-wrap,
body.elementor-editor-preview
  .elementor.elementor-edit-mode
  .elementor-element.elementor-column.eae-widget-unfold-yes
  .elementor-column-wrap {
  overflow: hidden;
}
body.elementor-editor-active
  .elementor.elementor-edit-mode
  .elementor-element.elementor-widget.eae-widget-unfold-yes,
body.elementor-editor-preview
  .elementor.elementor-edit-mode
  .elementor-element.elementor-widget.eae-widget-unfold-yes {
  overflow: hidden;
}

.eae-widget-unfold-yes .elementor-widget-container .eae-fold-yes.eae-rc {
  display: none !important;
}

.eae-unfold-button-icon svg {
  line-height: 1em;
  text-decoration: none;
  -webkit-mask-repeat: no-repeat !important;
  text-align: center;
  opacity: 1;
}
.eae-unfold-icon-type-svg .eae-unfold-button-icon,
.eae-fold-icon-type-svg .eae-unfold-button-icon {
  -webkit-mask-size: cover !important;
  background-image: none;
  transform: translateY(-50%);
}

.elementor-section.elementor-section-items-middle.eae-widget-unfold-yes
  > .elementor-container,
.elementor-section.elementor-section-items-bottom.eae-widget-unfold-yes
  > .elementor-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
}
.elementor-section.elementor-section-content-middle.eae-widget-unfold-yes
  > .elementor-container,
.elementor-section.elementor-section-content-bottom.eae-widget-unfold-yes
  > .elementor-container {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: start;
}*/

/*Modal Pop Up Button Type Image*/
.elementor-widget-wts-modal-popup.eae-pop-btn-type-image .eae-popup-link {
  padding: 0px;
  background-color: transparent;
  overflow: hidden;
}

/*Comparision Table Bug Fix elementor*/
[data-elementor-device-mode="tablet"]
  .eae-tab-format-mobile
  .eae-ct-hide.eae-fbox-heading {
  display: none !important;
}

/* Timeline Stacked Item Border Size Changed to 0 */
.eae-timeline-item .eae-icon-view-stacked {
  border-width: 0px !important;
}

/*EAE-Content Switch*/
.eae-content-switcher-wrapper {
  display: block;
  text-align: center;
}

.eae-cs-layout-skin1 .eae-cs-switch-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 8px 12px;
  background: #54595f;
  border-radius: 50px;
}

/*Skin1 Head*/
.eae-cs-switch-container {
  display: block;
  text-align: center;
}
.eae-cs-layout-skin1 .eae-cs-label-wrapper {
  display: inline-block;
  overflow: hidden;
}
.eae-cs-layout-skin1 .eae-content-switch-button {
  border-radius: 50px;
  padding: 8px 12px;
  background-color: #7a7a7a;
  color: #ffffff;
  overflow: hidden;
  display: block;
  min-width: 150px;
  position: relative;
  text-align: center;
  margin: 3px;
}
.eae-cs-layout-skin1 .eae-content-switch-button:before {
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  width: 0;
  position: absolute;
  right: 0;
  transition: all 300ms ease-out;
}
.eae-cs-layout-skin1 .eae-content-switch-button.active:before {
  width: 100%;
  left: 0;
  right: auto;
  background-color: #61ce70;
}
.eae-cs-layout-skin1 .eae-content-switch-label {
  position: relative;
}
/*COntent Switcher Content CSS
 */
.eae-cs-content-section {
  display: none;
}
.eae-cs-content-section.active {
  display: block;
}

@media only screen and (max-width: 768px) {
  .eae-cs-switch-wrapper {
    display: inline-block !important;
  }
}

/*SKin 2*/
.eae-cs-layout-skin2 .eae-cs-switch-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0px;
  background: none;
}
.eae-cs-layout-skin2 .eae-cs-label-wrapper {
  display: inline-block;
}

.eae-cs-layout-skin2 .eae-content-switch-button {
  width: auto;
  margin: 3px 8px;
  padding: 10px 12px;
  background-color: #e2e2e2;
  overflow: hidden;
  display: block;
  position: relative;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgba(130, 130, 130, 0.26);
  color: rgba(71, 71, 71, 0.44);
}

.eae-cs-layout-skin2 .eae-content-switch-button.active {
  box-shadow: 0px 10px 34px -9px rgba(0, 0, 0, 0.38);
  background-color: white;
  color: #575757;
  border-color: white;
}
h5.eae-cs-label {
  margin: 0px;
}

/*SKin 3*/
.eae-cs-layout-skin3 .eae-cs-switch-wrapper {
  display: block;
  justify-content: center;
  align-items: center;
}
.eae-content-switch-label.primary-label {
  margin-right: 30px;
}
.eae-content-switch-label.secondary-label {
  margin-left: 30px;
}

.eae-cs-layout-skin3 .eae-cs-switch-label {
  position: relative;
  display: inline-block;
  width: 4.5em;
  height: 2.3em;
  vertical-align: middle;
}

.eae-cs-layout-skin3 .eae-content-switch-label {
  margin: 0px;
  display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-switch-button {
  display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-label {
  display: inline-block;
}
.eae-cs-layout-skin3 .eae-cs-switch-label input.eae-content-toggle-switch {
  display: none;
}

.eae-cs-layout-skin3
  .eae-cs-switch-label
  input.eae-content-toggle-switch
  + span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  background: #2e394d;
  border: 2px solid #2e394d;
}
.eae-cs-layout-skin3
  .eae-cs-switch-label
  input.eae-content-toggle-switch
  + span:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: 4px;
  transform: translateY(-52%);
  top: 50%;
  transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #88cf8f;
  border: 2px solid #88cf8f;
}
body.rtl
  .eae-cs-layout-skin3
  .eae-cs-switch-label
  input.eae-content-toggle-switch
  + span:before {
  left: unset;
  right: 4px;
}

.eae-cs-layout-skin3
  .eae-cs-switch-label
  input:checked.eae-content-toggle-switch
  + span:before {
  transform: translate(36px, -52%);
}
body.rtl
  .eae-cs-layout-skin3
  .eae-cs-switch-label
  input:checked.eae-content-toggle-switch
  + span:before {
  transform: translate(-36px, -52%);
}

.eae-content-switch-label.active {
  color: #61ce70;
}

/*Skin 4 Cs*/
.eae-cs-layout-skin4 .eae-cs-switch-wrapper {
  display: block;
  /*justify-content: center;*/
  /*align-items: center;*/
}
.eae-cs-layout-skin4 .eae-content-switch-label.primary-label {
  margin-right: 30px;
}
.eae-cs-layout-skin4 .eae-content-switch-label.secondary-label {
  margin-left: 30px;
}

.eae-cs-layout-skin4 .eae-content-switch-label {
  display: inline-block;
}
.eae-cs-layout-skin4 .eae-cs-switch-label {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 20px;
  vertical-align: middle;
}
.eae-cs-layout-skin4 .eae-cs-label {
  display: inline-block;
}
.eae-cs-layout-skin4 .eae-content-toggle-switch {
  display: none;
}
.eae-cs-layout-skin4 .eae-content-toggle-switcher {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 1.5em;
  border-radius: 1.5em;
  background: #2e394d;
  border: 2px solid #2e394d;
}
.eae-cs-layout-skin4 .eae-cs-switch-button {
  display: inline-block;
}
.eae-cs-layout-skin4 .eae-content-toggle-switcher:before {
  position: absolute;
  content: "";
  height: 34px;
  width: 34px;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 2px solid #88cf8f;
  background: #88cf8f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2);
}
.eae-cs-layout-skin4 .eae-cs-switch-container {
  padding: 15px 0px;
}
body.rtl .eae-cs-layout-skin4 .eae-content-toggle-switcher:before {
  right: -12px !important;
}
.eae-cs-layout-skin4 input:checked + .eae-content-toggle-switcher:before {
  transform: translate(55px, -50%);
}

body.rtl
  .eae-cs-layout-skin4
  input:checked
  + .eae-content-toggle-switcher:before {
  transform: translate(-55px, -50%);
}

/* Thumb Gallery */

.eae-swiper-outer-wrapper {
  position: relative;
}
.eae-swiper-container {
  position: relative;
}
.eae-thumb-container {
  position: absolute;
}



.eae-swiper-outer-wrapper .eae-swiper-slide {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}

.eae-swiper-outer-wrapper .eae-swiper-slide .eae-slide-inner {
  color: #7a7a7a;
  /* color: #000000; */
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
}
.eae-slide-inner .eae-slide-content {
  padding: 20px 30px;
}
.eae-slide-inner .eae-slide-heading {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
}
.eae-slide-inner .eae-slide-text {
  font-size: 17px;
  line-height: 1.4;
}

.eae-slide-inner .eae-slide-button {
  display: inline-block;
}

.eae-slide-inner .eae-slide-btn {
  display: inline-block;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}

.eae-slide-inner .eae-slide-heading:not(:last-child),
.eae-slide-inner .eae-slide-text:not(:last-child) {
  margin-bottom: 30px;
}

.eae--hr-position-left .eae-slide-inner {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.eae--hr-position-right .eae-slide-inner {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.eae--hr-position-center .eae-slide-inner {
  -webkit-box-pack: center;
  justify-content: center;
}

.eae--vr-position-top .eae-slide-inner {
  -webkit-box-pack: start;
  align-items: flex-start;
}

.eae--vr-position-middle .eae-slide-inner {
  -webkit-box-align: center;
  align-items: center;
}

.eae--vr-position-bottom .eae-slide-inner {
  -webkit-box-pack: end;
  align-items: flex-end;
}

.eae-swiper-button-prev {
  left: 10px;
}
.eae-swiper-button-next {
  right: 10px;
}
.eae-swiper-button {
  position: absolute;
  display: inline-flex;
  z-index: 1;
  cursor: pointer;
  color: #7a7a7a;
  top: 50%;
  transform: translateY(-50%);
}

.eae-swiper-button svg{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}


.swiper-pagination-bullet {
  margin-bottom: 5px !important;
}

.eae-swiper-outer-wrapper .eae-swiper-slide .eae-background-overlay {
  width: 100%;
  height: 100%;
  /* top: 0;
  left: 0; */
  position: absolute;
}

.eae-swiper-outer-wrapper .eae-gallery-thumbs {
  box-sizing: border-box;
  text-align: center;
}
.eae-swiper-outer-wrapper  .eae-gallery-thumbs:not(.eae-thumb-horizontal-inside) .eae-thumb-slide {
  opacity: 0.7;
}


.eae-swiper-outer-wrapper .eae-gallery-thumbs .eae-thumb-slide {
  background-size: cover;
  background-position: center;
  height: 100%;
  
}

.eae-swiper-outer-wrapper  .eae-gallery-thumbs:not(.eae-thumb-horizontal-inside) .swiper-slide-thumb-active {
  opacity: 1;
}

/* .eae-swiper-vertical-left-out .eae-gallery-thumbs{
  padding: 0 10px 0 0;
}

.eae-swiper-vertical-right-out .eae-gallery-thumbs{
  padding: 0 0 0 10px;
}

.eae-swiper-container-vertical{
  display: flex;
  width: 100%;
}

.eae-slider-vertical{
  flex-grow: 1;
} */

/* .eae-aspect-ratio-219 .eae-fit-aspect-ratio {
  padding-bottom: 43%;
}
.eae-aspect-ratio-169 .eae-fit-aspect-ratio {
  padding-bottom: 56.25%;
}
.eae-aspect-ratio-43 .eae-fit-aspect-ratio {
  padding-bottom: 75%;
}
.eae-aspect-ratio-11 .eae-fit-aspect-ratio {
  padding-bottom: 100%;
}  */

/* Chart */

.eae-chart-outer-container {
  position: relative;
}
.eae-chart-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Data Table */
.eae-table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}
.eae-table tr {
  border-style: none;
}
.eae-table__body_row_column {
  border: none;
  overflow: hidden;
}
.eae-table__head_column {
  transition: all 0.3s ease-in-out;
}
.eae-table__body_row_column {
  transition: all 0.3s ease-in-out;
}

/* thead icon */
.eae-head-icon {
  vertical-align: middle;
}
.eae-table__head-column-wrapper .eae-head-img {
  width: 50px;
  display: inline-block;
}
.eae-table__head-column-wrapper .eae-lottie-animation svg {
  width: 70px !important;
  line-height: 0;
}
.eae-head-icon-before {
  margin-right: 5px;
}
.eae-head-icon-after {
  margin-left: 5px;
}

/* tbody icon */
.eae-table__col-inner {
  display: block;
}
.eae-body-icon {
  vertical-align: middle;
}
.eae-table__body-column-wrapper .eae-body-image {
  width: 70px;
  display: inline-block;
}
.eae-table__body-column-wrapper .eae-table-lottie-animation svg {
  width: 70px !important;
  line-height: 0;
}
.eae-body-icon-before {
  margin-right: 5px;
}
.eae-body-icon-after {
  margin-left: 5px;
}
.eae-table-body__text {
  vertical-align: middle;
}

/* Table Search */
.eae-table .eae-table-search-hide {
  display: none;
}
.eae-table-search-wrap {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.eae-search-wrap {
  padding: 0;
  margin: 0;
  width: 50%;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  align-items: center;
}

.eae-table-search-wrap .eae-table-search-field {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background-color: #eceeef;
  width: 100%;
  font-size: 15px;
  color: #7a7a7a;
  padding: 10px;
  line-height: 0;
  display: inline-block;
  box-sizing: border-box;
}

.eae-table-search-wrap .eae-table-search-field:focus {
  background-color: #eceeef;
}
::placeholder {
  opacity: 0.5;
}
.search-icon {
  background-color: #eceeef;
  padding: 0;
  margin: 0;
  padding: 10px;
}
.search-icon i {
  color: #7a7a7a73;
  display: flex;
  align-items: center;
  left: 0px;
  font-size: 20px;
}

/* Sorting icon */
.eae-table__sortable .eae-table__sortable-head {
  cursor: pointer;
}

.eae-table__head__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.eae-sort-icon {
  padding: 0;
  margin: 0;
  align-self: center;
}
.eae-table__head-column-wrapper {
  flex-grow: 3;
  display: inline-block;
  width: 100%;
  margin: 0px 3px;
}
.eae-icon-sort-icon {
  vertical-align: middle;
  display: inline-block;
  margin: 0px 3px;
}
.eae-icon {
  padding: 0;
  margin: 0;
}
.eae-table__head__wrapper .eae-sort-icon .eae-icon {
  font-size: 25px;
}

.eae-table__sortable .eae-table__head__wrapper .eae-sort-icon-down,
.eae-table__sortable .eae-table__head__wrapper .eae-sort-icon-up {
  display: none;
}
.eae-table__sortable
  .eae-table__sort-Desc
  .eae-table__head__wrapper
  .eae-icon-sort-icon,
.eae-table__sortable
  .eae-table__sort-Asc
  .eae-table__head__wrapper
  .eae-icon-sort-icon {
  display: none;
}
.eae-table__sortable
  .eae-table__sort-Desc
  .eae-table__head__wrapper
  .eae-sort-icon-down,
.eae-table__sortable
  .eae-table__sort-Asc
  .eae-table__head__wrapper
  .eae-sort-icon-up {
  display: block;
}
.eae-table-wrap {
  overflow-x: auto;
}
.eae-table-body__text,
.eae-table__col-inner {
  white-space: nowrap !important;
}
.eae-table-wrapper {
  max-width: 100%;
}

/* cform-styler */
.wts-eae-main .wpcf7 h1,
.wts-eae-main .wpcf7 h2,
.wts-eae-main .wpcf7 h3,
.wts-eae-main .wpcf7 h4,
.wts-eae-main .wpcf7 h5,
.wts-eae-main .wpcf7 h6,
.wts-eae-main .wpcf7 p,
.wts-eae-main .wpcf7 label {
  color: #7a7a7a;
}

/* Date */
.wts-eae-main .wpcf7 .wpcf7-date {
  color: #cbcbcb;
  background-color: #fafafa;
  border-radius: 0;
  padding: 10px 15px;
  outline: 0px;
  /* border: 1px solid #eaeaea; */
}

/* Dropdown */
.wts-eae-main .wpcf7 .wpcf7-select {
  color: #cbcbcb;
  background-color: #fafafa;
}
/* Submit Button */
.wts-eae-main .wpcf7 .wpcf7-submit {
  background-color: #61ce70;
}
/* Radio and Checkbox Section */
/* Orientation */
.radio-orientation-vertical .wts-eae-main .wpcf7 .wpcf7-radio {
  display: flex;
  flex-direction: column;
}
.checkbox-orientation-vertical .wts-eae-main .wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}
/* Radio Button */
.wts-eae-main .wpcf7 input[type="radio"] {
  appearance: none;
  color: #ffffff;
  background-repeat: no-repeat;
  background-color: currentColor;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: middle;
}

.wts-eae-main .wpcf7 input[type="radio"] + span {
  vertical-align: middle;
}

.wts-eae-main .wpcf7 input[type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #61ce70;
}

.wts-eae-main .wpcf7 .wpcf7-list-item {
  padding-right: 1rem;
}

/* Radio */
/* .wts-eae-main .wpcf7 input[type="radio"] {
  display: none;
}

.wts-eae-main .wpcf7 input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
}

.wts-eae-main .wpcf7 input[type="radio"] + span::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  text-align: center;
  border-radius: 4px;
  border-radius: 50%;
}

.wts-eae-main .wpcf7 input[type="radio"]:checked + span::before {
  content: "\25CF";
  line-height: 1.2;
  font-size: calc(12px);
  font-weight: 800;
} */

/* Checkbox */
.wts-eae-main .wpcf7 input[type="checkbox"] {
  appearance: none;
  color: #ffffff;
  background-repeat: no-repeat;
  background-color: currentColor;
  width: 1.2rem;
  height: 1.2rem;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 4px;
  border: 3.4px solid black;
}

.wts-eae-main .wpcf7 input[type="checkbox"] + span {
  vertical-align: middle;
}

.wts-eae-main .wpcf7 input[type="checkbox"]:checked {
  background-image: url('data:image/svg+xml,%3csvg viewBox="0 0 16 16" fill="white" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z"/%3e%3c/svg%3e');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: #61ce70;
}
/* Checkbox
.wts-eae-main .wpcf7 input[type="checkbox"] {
  display: none;
}

.wts-eae-main .wpcf7 input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
}

.wts-eae-main .wpcf7 input[type="checkbox"] + span::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  text-align: center;
  border-radius: 4px;
}

.wts-eae-main .wpcf7 input[type="checkbox"]:checked + span::before {
  content: "\2713";
  line-height: 1.2;
  font-size: calc(12px / 1.2);
  font-weight: 800;
} */

/* Field Style */
.wts-cf7-style-box
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wts-cf7-style-box .wpcf7-select,
.wts-cf7-style-box .wpcf7-textarea {
  border: 0px;
}

.wts-cf7-style-underline
  input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.wts-cf7-style-underline .wpcf7-select,
.wts-cf7-style-underline .wpcf7-textarea {
  border: 0px;
  outline: 0px;
}

/* Button */

.wts-eae-main .wpcf7-submit {
  display: flex;
  width: auto;
  text-align: center;
  justify-content: center;
  border: 0px;
}

/* Button Size */

.cf7-btn-size-sm .wpcf7-submit {
  font-size: 15px;
  padding: 12px 24px;
}

.cf7-btn-size-md .wpcf7-submit {
  font-size: 16px;
  padding: 15px 30px;
}

.cf7-btn-size-lg .wpcf7-submit {
  font-size: 18px;
  padding: 20px 40px;
}

.cf7-btn-size-xl .wpcf7-submit {
  font-size: 20px;
  padding: 15px 30px;
  width: 100%;
}

/* Button Field Alignment */
.cf7-btn-alignment-left .wpcf7-submit {
  margin-left: 0;
  margin-right: auto;
}
.cf7-btn-alignment-center .wpcf7-submit {
  margin-left: auto;
  margin-right: auto;
}
.cf7-btn-alignment-right .wpcf7-submit {
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  justify-content: center;
}

/* File Field */
.wpcf7-file {
  width: 40%;
  color: #cbcbcb;
  background-color: #fafafa;
  border-radius: 0;
  padding: 10px 15px;
  outline: 0px;
  border-style: solid;
}
/* File Field Media Query on small screen */
@media only screen and (max-width: 600px) {
  .wpcf7-file {
    width: 100%;
  }
}
/* Show /Hide Label */

/* Hide Labels */
/* .wts-eae-main label{
  font-size: 0px;
} */

/* Show Labels */
/* .eae-cf7-label-yes label{
display: block;
}  */
/* .eae-cf7-label-yes .wpcf7-quiz-label{
display: block;
} */

/* Show /Hide Error Output */
.wts-eae-main .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  margin: 0.5em 0em;
  padding: 0em;
}

.wts-eae-main .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  margin: 0.5em 0em;
  padding: 0em;
}

.eae-cf7-error-output-hide .wpcf7-response-output {
  display: none;
}
.eae-cf7-error-output-show .wpcf7-response-output {
  display: block;
}

/* Show /Hide Error Validation messages */
.eae-cf7-error-validation-hide .wpcf7-not-valid-tip {
  display: none;
}
.eae-cf7-error-validation-show .wpcf7-not-valid-tip {
  display: block;
}

/* Overriding Contact Form 7 default CSS */

/* wpcf7-list-item */
.wts-eae-main .wpcf7 .wpcf7-list-item {
  margin-left: 0px;
}
.sent-box {
  margin: 1em 0em;
}
.error-box {
  margin-top: 1em;
}

/* error-field */
.wts-eae-main .wpcf7 .error-field {
  color: #dc3232;
  font-size: 1em;
}

/* ====== Zoom effect ======  */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Newspaper effect ======

*/
.mfp-newspaper .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-content {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-content {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-content {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/*  
====== Move-from-top effect ======

*/
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-content {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-content {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== 3d unfold ======

*/

.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-content {
  opacity: 1;
  transform: rotateY(1deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-content {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-content {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}

.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

/* .eae-layout-grid.eae-post-loop {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  display: grid;
  column-gap: 10px;
  grid-column-gap: 10px;
  row-gap: 10px;
  grid-row-gap: 10px;
} */
.eae-post-item {
  background-color: white;
  border: 1px solid #f2f2f2;
}
.eae-post-title {
  margin: 0px;
}

.eae-post-media-wrapper.eae_image_ratio_yes {
  display: block;
  position: relative;
}
.eae-post-media-wrapper.eae_image_ratio_yes img {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.eae-layout-grid.eae-image-pos-left .eae-post-item-inner {
  display: flex;
  flex-direction: row;
}
.eae-layout-grid.eae-image-pos-up .eae-post-item-inner {
  display: flex;
  flex-direction: column;
}
/* .eae-post-cont-wrap {
  width: 100%;
} */
.eae-layout-grid.eae-image-pos-right .eae-post-item-inner {
  display: flex;
  flex-direction: row-reverse;
}

/* Posts Mobile CSS */
@media (max-width: 767px) {
  .eae-posts-layout-collapse-mobile
    .eae-post-layout-horizontal
    .eae-post-item-inner {
    display: block;
  }
}
/* Posts Tablet CSS */
@media screen and (max-width: 1024px) {
  .eae-posts-layout-collapse-tablet
    .eae-post-layout-horizontal
    .eae-post-item-inner {
    display: block;
  }
}
/* Hide last Row CSS Comparision Table */
.eae-hide-lastRow-yes .eae-ct-wrapper tbody tr:last-child {
  display: none;
}
.eae-hide-priceRow-yes .eae-ct-wrapper table tr:nth-child(2) td.eae-ct-plan,
.eae-hide-priceRow-yes .eae-ct-wrapper table tr:nth-child(2) td.hide {
  display: none !important;
}
.eae-hide-titleRow-yes .eae-ct-wrapper table tr:nth-child(1) {
  display: none !important;
}


/** alert Message **/

.eae-alert-box{
  display: flex;
  flex-direction: row;
  margin: 0px;
}

.eae-alert-type-info .eae-alert-box {
  background:lightblue;
}
.eae-alert-type-success .eae-alert-box {
  background:rgb(176, 218, 198);
}
.eae-alert-type-warning .eae-alert-box {
  background:rgb(217, 223, 184);
}
.eae-alert-type-danger .eae-alert-box{
  background:rgb(226, 175, 175);
}
.eae-icon-position-top .eae-alert-box{
  flex-direction: column;
}
.eae-icon-position-left .eae-alert-box{
  flex-direction: row;
}

.eae-alert-icon{
  display: flex;
  align-items: flex-start;
}
.eae-alert-icon i{
display:flex;
}
 .wts-eae-icon-view-stacked .eae-alert-icon i{
  color: #fff;
  background-color: #2098d1;
}
.wts-eae-icon-view-framed .eae-alert-icon i{
  color: #fff;
  background-color: #2098d1; 
}
.wts-eae-icon-shape-circle .eae-alert-icon i {
  border-radius: 50% !important ;
}

.eae-alert-box .eae-alert-dismiss{
  position: absolute;
  display: flex;
}

.eae-alert-content{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap:5px;
}
.eae-alert-text h3 , .eae-alert-text p{
  margin: 0px;
}

.eae-alert-action {
  margin:0px;
  display: flex;
  white-space: nowrap;
  align-items: center;
  line-height: 1;
}
.eae-alert-action a{
  display: flex;
  flex-direction: row;

}

.eae-button-icon-pos-before {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
}
.eae-button-icon-pos-after {
  display: inline-flex;
  flex-direction: unset;
  align-items: center;
  padding-top: 5px;
}

.eae-alert-text{
display: flex;
flex-direction: column;
gap:5px;
}

.eae-alert-text h3{
  margin:0px !important;
  line-height: 0.8;
}

.eae-alert-box{
  padding: 16px;
  gap:12px;
 }
.eae-alert-dismiss{
  padding: 16px;
}
.eae-alert-action a {
  display: flex;
  gap:5px;
}

/* advance button */

.eae-advance-button{
  display: flex;
  justify-content: center;
}

.elementor-widget-eae-advance-button a.eae-button{
  text-decoration: none;
  border-radius: 5px;
  padding:10px 20px;
  gap:10px;
  flex-direction: var(--eae-ab-dir);
  line-height: 1;
}

.eae-advance-button-separator-row{
  display: var(--eae-ab-sep-row);
}

.eae-advance-button-separator-col{
  display: var(--eae-ab-sep-col);
}

.eae-button{
  display: flex;
  flex-direction: column;
  align-items: center;
  transition-duration: 0.4s;
  padding:5px;
}
.eae-advance-button-title .heading{
  display: flex;
  margin: 0px !important;
}
.eae-advance-button-title{
  display: flex;
  align-self: center;
 
}
.eae-advance-button-title i {
  display: flex;
  align-items: center;
}
.eae-advance-button-title i:before {
 padding:2px;
}

.eae-advance-button-separator{
  display: flex;
}

.wts-eae-advance-button-icon-view-stacked .eae-advance-button-title i:before{
  color: #fff;
  background: #2098d1;
  padding:10px;
}
.wts-eae-advance-button-icon-view-framed .eae-advance-button-title i:before{
  color: #2098d1;
  border: 1px solid #2098d1;
  padding:10px;
}
.wts-eae-advance-button-icon-shape-circle .eae-advance-button-title i:before{
  border-radius: 50%;
}

.icon-align-before .eae-advance-button-title{
  display: flex;
  flex-direction: row;
  align-items:center;
}
.icon-align-after .eae-advance-button-title{ 
  display: flex;
  flex-direction: row-reverse;
  align-items:center;
}

/* Content Ticker Widget Start */

.eae-content-ticker-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f5;
}
/* .eae-content-ticker-content-wrapper{
  padding-left: 20px;
} */
.eae-content-ticker-heading{
  display: flex;
  align-items: center;
  padding: 14px 28px; 
  gap: 10px;
  align-self: stretch;
  flex:none;
  position: relative;
}

.eae-content-ticker-heading svg{
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.eae-heading-arrow .eae-content-ticker-heading::after{
    content: '';
    position: absolute;
    right: -20px;
    border: 10px solid transparent;
    /* border-left-color: inherit; */
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.eae-content-ticker{
  display: flex;
  align-items: center;
  
}
.eae-content-ticker > div{
  display: flex;
  align-items: center;
  width:100%;
}
.eae-content-ticker-wrapper .eae-content-ticker-content-wrapper{
  display: flex;
  overflow: hidden;
  align-self: stretch;
  width:96%;
  padding-left:20px;
  
}
.eae-navigation-icon-wrapper{
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  gap: 30px;

}
.eae-navigation-icon-wrapper > div {
  background: unset;
}
.eae-navigation-icon-wrapper svg{
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.eae-navigation-icon-wrapper i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1em;
  width: 1em;
}
.eae-navigation-icon-wrapper .swiper-button-prev, .eae-navigation-icon-wrapper .swiper-button-next{
  position: relative;
}
.eae-navigation-icon-wrapper .swiper-button-prev, .eae-navigation-icon-wrapper .swiper-button-next{
  -webkit-mask: none;
  mask: none;
  -webkit-mask-size : unset;
  mask-size : unset;
  background-image: none;
  background-color: unset;
  width: auto;
  height: auto;
  font-size:24px;
  margin-top: 0;
}

.eae-content-ticker-wrapper .eae-content-ticker.swiper-wrapper .swiper-slide a{
  color: inherit;
}
/* content slider block plugin css overriding */
.eae-content-ticker-content-wrapper .swiper-button-prev:after, .eae-content-ticker-content-wrapper .swiper-rtl .swiper-button-next:after{
  display: none;
}
.eae-content-ticker-content-wrapper .swiper-button-next:after, .eae-content-ticker-content-wrapper .swiper-rtl .swiper-button-prev:after{
  display: none;
}

@media (max-width: 767px) {

  .eae-mobile-stack.eae-content-ticker-wrapper{
    flex-direction: column;
  }
  .eae-nav-on-mobile .eae-navigation-icon-wrapper{
    display:none;
  }
  .eae-heading-arrow .eae-content-ticker-heading::after{
    display: none;
  }

  .eae-content-ticker-heading{
    align-self: stretch;
  }
  .eae-navigation-icon-wrapper{
    top:25%;
  }
  .eae-content-ticker-wrapper.eae-slide-vertical{
    height : auto !important;
  }

  .eae-content-ticker-content-wrapper.swiper{
    position: unset;
  }
}

/* Pie Chart Css */
.eae-pie-chart-wrapper{
  position: relative;
}
.eae-pie-chart-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: auto;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  border-radius: 50%;
}
.chart-overlay-content{
  text-align: center;
  display:flex; 
}
.eae-custom-text{ 
  text-align: center;
  display:flex;
  align-items: center;
}
.eae-pie-chart-container{
  display:flex;
}

.chart-overlay-content .center-content{
  display:  none;
}
.chart-overlay-content .eae-custom-text.start .center-content{
  display: block;
}
.chart-overlay-content span.eae-custom-text{
  display:  none;
}
.chart-overlay-content span.start{
  display: inline-block;
   display: flex;
}
.tooltip-parent{
  border-radius: 6px;
  background-color: #000;

}
.tooltip-label{
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 4px 4px 4px 4px;
  border-style: none;
}
.tooltip-value{
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  border-style: none;
}
.eae-tooltip-value-parent-first{
  font-size:12px;
  display: flex;
  padding-left: 7px;
  padding-bottom: 3px;
  align-items: center;
  padding: 0px 4px 4px 4px;
  gap:2px
}
.tooltip-parent::after{
  content: '';
  position: absolute;
  left: -14px;
  border: 7px solid transparent;
  border-right-color: #000;  
  top: 50%;
  transform: translateY(-50%);
} 
.eae-tooltip-value-parent-second{
  height: 1em;
  width: 1em;
  background-color: #000;
  border: 1px solid rgb(255, 255, 255);
}
.eae-radial-chart-wrapper{
  width:100%;
}  

.eae-swiper-container, .eae-thumb-container.swiper-container {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}
/* Heading Pro css */

.wts-eae-title-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
}
.wts-eae-advance-heading-content-wrapper{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.wts-eae-title-wrapper > svg{
  height: 50px;
  width: 50px;
}

.wts-eae-shadow-text-wrapper{
  line-height: 106px;
  position: absolute;
    z-index: 1;
    font-family: "Playfair Display", Sans-serif;
    font-size: 62px;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-text-stroke-color: #8f8f8f4f;
    -webkit-text-fill-color: #eaeaea5e;
    -webkit-text-stroke-width: 1px;
    transform: translate(-51%, 0%);
    width: max-content;
}
.wts-eae-title-wrapper *{
  margin-bottom: 10px;
  margin: 0;
}
.eae-title-background-image .wts-eae-title{
  color: transparent;
}
.eae-icon-wrapper .eae-gbl-icon.eae-ah-icon{
  font-size: 50px;
}
.eae-icon-wrapper svg{
  height: 40px;
  width: 40px;
}
 .wts-eae-separator-wrapper{
  display: flex;
  align-items: center;
  align-self: center;
  margin-bottom: 0px;
}

.wts-eae-advance-heading-content-wrapper .eae-icon-wrapper{
  z-index: 9;
}
.wts-eae-title{
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 500;
  line-height: 1;
  z-index: 2;
  font-size: 45px;
  background-color: transparent;
}

.custom-link:hover{
  color: unset;
}
.wts-eae-title >span{
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 700;
  font-size: 40px;
  background-color: transparent;
  background-image: linear-gradient(174deg, #625D5D 0%, #69D2DB 66%);
}
.wts-eae-advance-heading-content-wrapper .wta-eae-sub-title-wrapper{
  margin-bottom: 0px;
}
.wts-eae-advance-heading-content-wrapper .wts-eae-title-wrapper .wts-eae-title{
  margin-bottom: 0px;
}
.wta-eae-sub-title-wrapper {
  -webkit-background-clip: text;
  color: transparent;
  z-index: 2;
  text-align: center;
  line-height: 1.1;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  background-color: transparent;
  background-image: linear-gradient(173deg, #605656 0%, #EAA97F 67%);
}
.wta-eae-sub-title-wrapper{
  display: block;
  justify-content: center;
}

.wts-eae-separator-image > img{
 height: 20px;
}
.wts-eae-advance-heading-content-wrapper .wta-eae-sub-title-wrapper{
  margin-top: 0px;
}
.wts-eae-separator{
   border-top-width: 3px;
   border-top-color: black;
  width: 90px;
  z-index: 2;
 
}
.wts-eae-title span{
  position: relative;
}
.wts-eae-title span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.wts-eae-separator-without{
  border-top-width: 3px;
  width: 150px;
  z-index: 2;
  border-top-color: black;
  align-self: center;
}
.wts-eae-title-wrapper .eae-gbl-icon.eae-ah-title-icon {
  font-size:30px;
  color: #000000;
}
.eae-icon-wrapper  .eae-ah-icon{
  justify-content: center;
}

.eae-icon-wrapper .eae-ah-icon{
  color: #8F5656;
  border-color: #8F5656;
}
.wts-eae-title-wrapper .wts-eae-title{
  margin-top: 0px;
 }

 .wts-eae-separator-pos-left .wts-separator-left, .wts-eae-separator-pos-right .wts-separator-right{
  display: none;
 } 
@media only screen and (max-width: 768px) {
  .wts-eae-title{
    font-size: 45px;
  }
  .wts-eae-title >span{
    font-size: 45px;
  }
  .wts-eae-shadow-text-wrapper{
    font-size: 70px;
 }
}
@media only screen and (max-width: 480px) {
  .wts-eae-title{
    font-size: 28px;
  }
  .wts-eae-title >span{
    font-size: 28px;
  }
  .wts-eae-shadow-text-wrapper{
    font-size: 45px;

 }
 .wta-eae-sub-title-wrapper *{
  font-size: 24px;
 }
}



/*  add to calendar */

.elementor-widget-eae-add-to-calendar a.eae-calendar-wrapper_link{
    padding: 6px 25px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
    gap: 10px;
 }
 .eae-calendar-wrapper_wrong_link{
  color: red;

 }
 .eae-calendar-wrapper_link:hover{
  color: #ffffff;
}
.eae-act-button-icon .eae-gbl-icon{
  font-size: 20px;
}
.eae-link-text-wrapper .eae-gbl-icon .eae-act-button-icon{
  color: rgb(255, 255, 255);
}
.eae-calendar-wrapper_link .eae-act-button-icon{
  font-size: 20px;
  color: rgb(255, 255, 255);
}
.eae-calendar-wrapper_link .eae-act-button-icon i,  .eae-calendar-wrapper_link .eae-act-button-icon svg{
  text-shadow : none;
}

.eae-act-button-icon img{
  width: 20px;
  height: 20px;
}

/* Image Accordion */
.eae-img-acc-wrapper{
  --eae-panel-width : 15%;
  --eae-panels : 2;
  
}
/* Image Accordion */
.eae-img-acc-wrapper{
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: rgba(34, 35, 37, 0.6);
  justify-content: space-between;
  overflow: hidden;
  
}

.elementor-widget-eae-image-accordion{
  z-index: 0;
}
.eae-img-panel  {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    display: flex;
    transition: all .7s ease-in-out;
    width: var(--eae-panel-width);
}

.eae-img-panel img.eae-panel-img{
  position: absolute;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
    width: 100%;
    object-fit: cover;
    transition: opacity 1s, transform 1.5s;
    overflow: hidden;
    opacity: 0;
}
.eae-img-panel.active{
  width: calc(100% - (var(--eae-panels) * var(--eae-panel-width)));
}
.eae-img-panel.active img{
  opacity: 1;
  transform: scale(1.2);
  transition: opacity .5s, transform 1.5s;
}
.eae-panel-conent{
  position: relative;
  z-index: 1;
  flex-direction: column;
  row-gap: 5px;
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: center;
  
  color: #fff;
}
.eae-panel-content-wrap{
  display: block;
  opacity: 0;
  transition: all .2s;
  transition-delay: .1s;
}

.eae-panel-content-wrap a{
  display: inline-flex;
  padding: 6px 15px;
  gap : 10px;
  align-items: center;
  justify-content: center;
}
.eae-panel-content-wrap a.eae-link-icon-pos-before{
  flex-direction: row-reverse;
}
.eae-panel-content-wrap a.eae-link-icon-pos-after{
  flex-direction: row;
}

.eae-panel-content-wrap a svg, .eae-panel-content-wrap a i{
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: text-bottom;
}

.eae-img-panel.active .eae-panel-content-wrap{
  opacity: 1;
  transition: all .5s;
  transition-delay: .4s;
}

.eae-img-acc-wrapper .eae-img-panel .eae-panel-conent::before {
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  top : 10px;
  left: 10px;
  position: absolute;
}
.eae-pane-item-title , .eae-pane-item-desc{
  margin: 0px;


}

/* IA Stacked On Mobile */
.enable-stacked.eae-img-acc-wrapper{
  flex-direction: column;
}
.enable-stacked .eae-img-panel{
width: 100% !important;
}
.enable-stacked .eae-img-panel .eae-panel-content-wrap{
opacity: 1;
}
.enable-stacked.eae-img-acc-wrapper:not(.eae-ia-skin-panel) .eae-img-panel{
position: relative;
}
.enable-stacked.eae-img-acc-wrapper:not(.eae-ia-skin-panel) .eae-img-panel img{
opacity: 1;
}

.eae-gbl-icon{
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #69727D;
  font-size: 50px;
  text-align: center;
  /* overflow: hidden; */
}
.eae-gbl-icon.eae-graphic-type-img{
  overflow: hidden;
}
.eae-gbl-icon i, .eae-gbl-icon svg{
  width: 1em !important;
  height: 1em !important;
  position: relative;
  display: block;
}
.eae-gbl-icon img{
  display: block;
}

.eae-gbl-icon.eae-graphic-type-icon, .eae-gbl-icon.eae-graphic-type-lottie{
  font-size: 20px;
}
.eae-gbl-icon.eae-graphic-type-image img{
  width: 20px;
  height: auto;
}

.eae-gbl-icon i::before, .eae-gbl-icon svg::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.eae-gbl-icon.eae-graphic-view-stacked{
  padding: 0.5em;
  background-color: #69727D;
  color: #fff;
  fill: #fff;
}

.eae-gbl-icon.eae-graphic-view-framed{
  padding: 0.5em;
  color: #69727D;
  border: 3px solid #69727D;
  background-color: transparent;
}

.eae-gbl-icon.eae-graphic-shape-circle{
  border-radius: 50%;
}


.eae-img-acc-wrapper.eae-ia-skin-panel{
  column-gap: 10px;
  background-color: unset;
}
.eae-img-acc-wrapper.eae-ia-skin-panel .eae-img-panel{
  position: relative;
}
.eae-img-acc-wrapper.eae-ia-skin-panel .eae-img-panel img{
  z-index: 0;
  opacity: 1;
}




/* EAE - Advanced List  */

.eae-list-text .eae-list-title{
  margin: 0;
}

.eae-list-wrapper{
  display: flex;
  flex-direction: column;
  padding: 5px;
  margin: 0;
  list-style: lower-alpha;
  margin: 20px auto;
}

.eae-list-panel-icon img{
  width: auto;
  transition: all .5s;
}

.eae-list-text-wrapper{
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: left;
}

.eae-list-item {
  color: #101010;
  display: flex;  
  column-gap: 10px;
  width: 100%;
  position: relative;
  padding: 5px;
  transition: all .5s;
}
.eae-counter{
  counter-reset: list-item;

}

.eae-lottie-animation svg{
  transition: all .5s;  
}
.eae-list-badge span{
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
  height: 25px;
}
.eae-list-badge{
  display: flex;
}
.eae-list-badge span{
  display: flex;
  align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  justify-content: center;
}

.eae-list-text span{
  font-size: 12px;
}

.eae-list-text{
  display: flex;
  flex-direction: column;
  justify-content: center; 
  width: 100%;
}

.eae-list-text-wrapper .eae-gbl-icon{
  height: max-content;
}

.eae-list-wrapper-blur:hover .eae-list-item-blur{
  filter: blur(2px);
  transition: all .3s;
}

.eae-list-item-blur:hover{
  filter: none !important;
  transition: ease-in-out .3s;
}

.eae-advance-list-container{
  display: flex;
  width: 100%;
}

.eae-list-grid-view{
  flex-wrap: wrap;
  flex-direction: row !important;
}

.eae-item-count{
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s;
}

.eae-list-item-link{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  bottom: 0;
}


/* EAE Video Widget */

.eae-video-play img.eae-video-thumb{
  bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 100%;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
    object-fit: cover;
}

.eae-video-wrapper{
  width: 700px;
  border: 1px solid #efefef;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.eae-video-player{
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .2s all;
  transition: .2s all;
  aspect-ratio: 16/9;        
}
.video-box-inner{
  width: 100%;
}
.eae-video-player img{
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.eae-video-player iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top : 0;
  left: 0;
}


.eae-video-outer-wrapper{
    position: relative;
    height: auto;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    cursor: pointer;
    /* z-index: 1; */
    -webkit-transition: .2s all;
    transition: .2s all;
}



.eae-video-play img{
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .2s all;
    transition: .2s all;
}

.eae-video-play iframe, .eae-video-play video{
  position: absolute;
  width: 100%;
  height: 100%;
  top : 0;
  left: 0;
}
.eae-hosted-video{
  z-index: 3;
}

.eae-video-play-button{
    left: 50%;
    top: 50%;
    position: absolute;
    cursor: pointer;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    -webkit-transition: text-shadow ease .2s,color ease .2s;
    transition: text-shadow ease .2s,color ease .2s;
    z-index: 5;
}
.eae-gbl-icon.eae-graphic-type-icon.eae-video-play-button,
.eae-gbl-icon.eae-graphic-type-lottie.eae-video-play-button{
  font-size: 80px;
}

.eae-gbl-icon.eae-graphic-type-image.eae-video-play-button,.eae-gbl-icon.eae-graphic-type-image.eae-video-play-button img{
  width: 80px;
  height: auto;
}
.eae-video-outer-wrapper.eae-sticky-apply{
  overflow: unset;
  /* z-index: 9; */
  background: 0 0;
}
.eae-video-outer-wrapper.eae-sticky-apply .eae-video-container {
  position: fixed !important;
  z-index: 99999;
  height: 225px;
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  top: 50px;
  left: 50px;
}

.eae-video-outer-wrapper.eae-video-mask-media{
  background-color: unset;
}

.eae-video-outer-wrapper.eae-video-mask-media .eae-video-container{
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: cover;
    -webkit-mask-size: cover;
    -webkit-mask-position : center center;
    height: 100%;
}

.eae-video-outer-wrapper .fluidvids{
  width: unset; 
  max-width: unset; 
  position: unset;
}

.eae-video-container{
  height: 100%;
}

.eae-video-outer-wrapper:not(.eae-sticky-apply) .eae-video-container:hover .eae-video-display-details , .eae-video-outer-wrapper.preview-info:not(.eae-sticky-apply) .eae-video-container .eae-video-display-details{
  transform : translateY(0%); 
}
.eae-video-outer-wrapper iframe body{
  margin: 0;
}

.eae-video-outer-wrapper:not(.eae-sticky-apply) .eae-video-display-details{
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px;
    color: #000;
    background: #fff;
    text-align: center;
    z-index: 9999;
    margin-top: -1px;
    transform : translateY(100%);
    transition: all .3s ease-in-out;
}
/* .eae-video-outer-wrapper.eae-sticky-apply.eae-video-type-hosted  .eae-video-container .eae-sticky-video-display-details{
  top : unset;
} */
.eae-video-outer-wrapper.eae-sticky-apply  .eae-video-container .eae-sticky-video-display-details{
  display: block;
  position: relative;
  top: 100%;
  width: 100%;
  padding: 5px;
  color: #000;
  background: #fff;
  text-align: center;
  z-index: 9999;
  margin-top: -1px;
  box-shadow: 0 5px 10px -5px #333;
  transform: unset;
  transition: unset;
}

.eae-video-outer-wrapper.eae-sticky-apply  .eae-video-container .eae-video-display-details span{
  display: none;
}
.eae-video-outer-wrapper.eae-sticky-apply  .eae-video-container .eae-sticky-video-display-details span{
  display: block;
}
/* .eae-video-outer-wrapper {
  padding-bottom: 56.25%;
}
.eae-video-outer-wrapper:before {
  content: '';
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */

.eae-video-outer-wrapper .eae-video-sticky-close{
  display: none;
}
.eae-video-outer-wrapper.eae-sticky-apply .eae-video-sticky-close {
    display: block;
    position: absolute;
    padding: 7px;
    color: #000;
    background: #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    z-index: 99999;
    height: 16px;
    width: 16px;
    line-height: 14px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: -14px;
    right: -14px;
    text-align: center;

}

/* Sticky Top Left */
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-top.eae-video-hpos-left .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-middle.eae-video-hpos-left .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-bottom.eae-video-hpos-left .eae-video-container{
  left : 10px;
  right: auto;
}

/* Sticky Top Right */
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-top.eae-video-hpos-right .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-middle.eae-video-hpos-right .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-bottom.eae-video-hpos-right .eae-video-container{
  left : auto;
  right: 10px;
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-top.eae-video-hpos-center .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-middle.eae-video-hpos-center .eae-video-container,
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-bottom.eae-video-hpos-center .eae-video-container{
  left : 50%;
  transform: translateX(-50%);
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-top .eae-video-container{
   top : 10px;
   bottom: auto;
}

.eae-video-sticky.eae-sticky-apply.eae-video-vpos-middle .eae-video-container{
  top: 50%;
  transform: translateY(-50%);
}
.eae-video-sticky.eae-sticky-apply.eae-video-vpos-bottom .eae-video-container{
  bottom : 10px;
  top : auto
}

.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-169 .eae-video-container{
  height: calc(0.5625 * var(--sticky-width));
}
.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-219 .eae-video-container{
  height: calc(0.4285 * var(--sticky-width));
}
.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-43 .eae-video-container{
  height: calc(0.75 * var(--sticky-width));
}
.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-32 .eae-video-container{
  height: calc(0.6666666666666667 * var(--sticky-width));
}
.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-11 .eae-video-container{
  height: calc(1 * var(--sticky-width));
}
.eae-video-sticky.eae-sticky-apply.eae-asp-ratio-916 .eae-video-container{
  height: calc(1.7777 * var(--sticky-width));
}

/* EAE- Business Hours  */

.eae-business-weekdays-wrapper {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  padding: 10px;
}
.wts-eae-business-indicators * {
  display: flex;
  
}
.eae-indicator-date{
  font-size:14px;
  color:rgb(255, 255, 255);
}
.eae-indicator-time{
  font-size:14px;
  color:rgb(255, 255, 255);
}
.wts-eae-business-indicators{
  background-color: #000000;
  /* padding: 10px; */
  display: flex;
  flex-direction: column;
  position: relative;
}
.eae-business-weekdays-wrapper.currentDay-hide{
  display: none;
}
.eae-business-weekdays-wrapper.highlightDay{
  font-weight: bold;
}
.bultr-labelss.position_fixed{
  position: absolute;
}
.eae-business-weekdays{
  display: flex;
  align-items: center;
  gap: 5px;
}
.wts-eae-business-days{
  display: flex;
  flex-direction: column;
  background-color: #5D54540F;
}
.bultr-labelss{
  font-size: 14px;
  color:#ffffff;
}
.eae-bh-bi-open-wmsg{
  font-size: 14px;
  color:#ffffff;
}
.eae-bh-bi-close-wmsg{
  font-size: 14px;
  color:#ffffff;
}
.eae-business-weekdays-time{
  display: flex;
  flex-direction: column;
  align-items: end;
}
.bultr-bh-label-wrap{
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.wta-eae-business-heading-wrapper::before{
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
}
.wta-eae-business-heading-wrapper{
  display: flex;
  flex-direction: column;
}
.pre_icon_days_style{
  color: rgb(0, 0, 0);
  
}
.eae-business-weekdays .pre_icon_days_style{
  font-size: 12px;
}
.eae-business-weekdays .eae-glb-panel-icon{
  font-size: 12px;
}
.eae-cus-days-icon{
  color: rgb(0, 0, 0);
}
.eae-indicator-title{
  font-size: 17px;
  color: #FFFFFF;  
  justify-content: start;
  gap: 5px;
  align-items: center;
}
.eae-day-close, .eae-day-close .eae-gbl-icon{
  color: red;
}

/* .eae-day-close .pre_icon_days_style{
  color: red;
} 
.eae-day-close .eae-cus-days-icon{
  color: red;
} */
.bultr-labelss.bultr-lbl-open.position_fixed{
  left: auto;
  font-size: 16px;
  background-color: #39ab1c;
  padding: 2px 8px 2px 8px;
  border-radius: 2px 2px 2px 2px; 
}
.bultr-labelss.bultr-lbl-close.position_fixed{
  background-color: red;
  left: auto;
  padding: 2px 8px 2px 8px;
  border-radius: 2px 2px 2px 2px; 
}


/* Carousel Navigation CSS */
.elementor-widget .eae-swiper-button-wrapper{
	position: absolute;
	height: auto;
	line-height: 0;
}

.eae-hpos-right.eae-vpos-top .eae-swiper-button-wrapper {
	bottom: auto;
	top: 0;
	width: auto;
	right: 0;
}
.eae-vpos-top.eae-hpos-left .eae-swiper-button-wrapper {
	bottom: auto;
	top: 0;
	width: auto;
	left: 0;
}
.eae-hpos-right.eae-vpos-bottom .eae-swiper-button-wrapper {
	bottom: 0;
	top: auto;
	width: auto;
	right: 0;
}
.eae-vpos-bottom.eae-hpos-left .eae-swiper-button-wrapper {
	bottom: 0;
	top: auto;
	width: auto;
	left: 0;
}
.eae-hpos-right.eae-vpos-middle .eae-swiper-button-wrapper {
	bottom: auto;
	top: 50%;
	width: auto;
	right: 0;
}
.eae-hpos-left.eae-vpos-middle .eae-swiper-button-wrapper {
	bottom: auto;
	top: 50%;
	width: auto;
	left: 0;
}

.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-prev {
	right: auto;
	left: 0;
}

.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-next {
	right: 0;
	left: auto;
}

.eae-hpos-right.eae-vpos-top
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-prev
	i {
	transform: scale(-1);
}
.eae-hpos-right.eae-vpos-top
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-next
	i {
	transform: scale(-1);
}
.eae-vpos-top.eae-hpos-left
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-next
	i {
	transform: scale(-1);
}
.eae-vpos-top.eae-hpos-left
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-prev
	i {
	transform: scale(-1);
}
.eae-hpos-right.eae-vpos-bottom
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-prev
	i {
	transform: scale(-1);
}
.eae-hpos-right.eae-vpos-bottom
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-next
	i {
	transform: scale(-1);
}
.eae-vpos-bottom.eae-hpos-left
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-next
	i {
	transform: scale(-1);
}
.eae-vpos-bottom.eae-hpos-left
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-prev
	i {
	transform: scale(-1);
}
.eae-hpos-right.eae-vpos-middle
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-prev
	i {
	transform: scale(-1);
}
.eae-hpos-right.eae-vpos-middle
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-next
	i {
	transform: scale(-1);
}
.eae-hpos-left.eae-vpos-middle
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-next
	i {
	transform: scale(-1);
}
.eae-hpos-left.eae-vpos-middle
	.eae-swiper-container.swiper-container-rtl
	.eae-swiper-button-wrapper
	.eae-swiper-button-prev
	i {
	transform: scale(-1);
}

.eae-hpos-right .eae-swiper-button-prev,
.eae-hpos-left .eae-swiper-button-prev,
.eae-hpos-right .eae-swiper-button-next,
.eae-hpos-left .eae-swiper-button-next {
	position: relative;
	display: inline-block;
	right: auto;
	left: auto;
}

.eae-carousel-yes.eae-hpos-right.eae-vpos-bottom .eae-swiper-button-prev,
.eae-carousel-yes.eae-hpos-right.eae-vpos-bottom .eae-swiper-button-next {
	top: auto;
	bottom: 0;
	transform: unset;
}
.eae-carousel-yes.eae-hpos-right.eae-vpos-top .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-right.eae-vpos-top .eae-swiper-button-prev {
	top: 0;
	bottom: auto;
	transform: unset;
}
.eae-carousel-yes.eae-hpos-left.eae-vpos-top .eae-swiper-button-prev,
.eae-carousel-yes.eae-hpos-left.eae-vpos-top .eae-swiper-button-next {
	top: 0;
	bottom: auto;
	transform: unset;
}
.eae-carousel-yes.eae-hpos-left.eae-vpos-bottom .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-left.eae-vpos-bottom .eae-swiper-button-prev {
	top: auto;
	bottom: 0;
	transform: unset;
}
.eae-carousel-yes.eae-hpos-center.eae-vpos-bottom .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-center.eae-vpos-bottom .eae-swiper-button-prev {
	top: auto;
	bottom: 0;
	transform: unset;
}
.eae-carousel-yes.eae-hpos-center.eae-vpos-top .eae-swiper-button-next,
.eae-carousel-yes.eae-hpos-center.eae-vpos-top .eae-swiper-button-prev {
	top: 0;
	bottom: auto;
	transform: unset;
}

.eae-swiper-pagination.swiper-pagination-fraction{
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}
/* Carousel Navigation CSS */

/* EAE - Team Member */

.eae-team-member-wrapper{
  display: flex;
}

.eae-team-member-grid-wrapper{
  flex-wrap: wrap;
}

.eae-tm-container{
  display: flex;
  flex-direction: column ;
  right: auto;
  left: auto;
  overflow: hidden;
  position: relative;
  transition: 0.2s ease-in;
  justify-content: center;
  top: 0;
}

.eae-team-member-wrapper .eae-tm-item-wrapper.swiper-slide{
  overflow: visible;
  height: auto;
}
.eae-tm-item-wrapper{
  border: 1px solid #D5D8DC;

}

.eae-tm-image-container{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
}
.eae-tm-image-container img{
  width: 100%;
  object-fit: cover;
  object-position: center;
  transition: .5s ease-in-out;
}


.eae-tm-text-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 100%;
  /* padding: 10px; */
}


.eae-tm-text .eae-tm-name{
  margin: 0;
  line-height: 1;
}
.eae-tm-text .eae-tm-designation{
  margin: 0;
  line-height: 1;
}
.eae-tm-text .eae-tm-description{
  margin: 0;
}
.eae-tm-text{
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.eae-tm-social-icon{
  display: flex;
  width: 100%;
}

.eae-tm-button-container{
  display: flex;
  width: 100%;
  margin: 10px 0px;
}

.eae-tm-container .eae-tm-text-container .eae-tm-button{
  text-decoration: none;
}

.eae-tm-button{
  text-decoration: none;
  padding: 5px 15px;
}

.eae-tm-social-icon-tag{
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .6s ease;
}

.eae-tm-text-padding{
  padding: 10px;
}

.eae-tm-img-overlay img{
  position: relative;
  padding: 0px;
}

.eae-tm-text-overlay{
  /* display: none; */
  transition: .6s ease;
  background-color: #00000030;
  position: absolute;
  justify-content: center;
  opacity: 0;
}

.eae-tm-container:hover .eae-tm-text-overlay{
  /* display: block; */
  opacity: 1;
}

.preview-eae-team-member-info-style-2 .eae-tm-image-container .eae-tm-social-icon{
  opacity: 1;
  transform: scale(1);
  height: auto;
}

.preview-eae-team-member-info-style-2 .eae-tm-image-effect img{
  transform: scale(1.0);
  filter: blur(4px);
}

.eae-tm-text-container.preview-eae-team-member-info-default{
  opacity: 1;
}
.eae-tm-text-container.preview-eae-team-member-info-down{
  bottom: 0;
}
.eae-tm-text-container.preview-eae-team-member-info-right{
  left: 0;
}
.eae-tm-text-container.preview-eae-team-member-info-up{
  top: 0;
}
.eae-tm-text-container.preview-eae-team-member-info-left{
  transform: translateX(0);
}

.preview-eae-team-member-info-style-4 .eae-tm-button-overlay, .preview-eae-team-member-info-style-4 .eae-tm-social-overlay-half-up, .preview-eae-team-member-info-style-4 .eae-tm-description-overlay-half-up{
  opacity: 1;
  height: auto;
  display: flex;
  transition: .5s ease; 
}

.eae-team-member-swiper-container.swiper-autoheight .swiper-slide{
  height: auto;
}

.eae-tm-text-up{
  display: flex;
  flex-direction: column; 
  gap: 10px;
  text-align: center;
  justify-content: center;
  position: absolute;
  bottom: 100%;
  overflow: hidden;
  height: 100%;
  transition: .5s ease;  
  width: 100%;
  background-color: #00000030;
}

.eae-tm-container:hover .eae-tm-text-up{
  bottom: 0;
}

.eae-tm-text-right{
  display: flex;
  flex-direction: column; 
  gap: 10px;
  text-align: center;
  justify-content: center;
  position: absolute;
  left: 100%;
  right: 0;
  background-color: #00000030;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: .5s ease;
}

.eae-tm-container:hover .eae-tm-text-right{
    left: 0;
}

.eae-tm-text-left{
  display: flex;
  flex-direction: column; 
  gap: 10px;
  text-align: center;
  justify-content: center;
  position: absolute;
  background-color: #00000030;
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: .5s ease;  
  transform: translateX(-100%);
}
.eae-tm-container:hover .eae-tm-text-left{
  transform: translateX(0);
}

.eae-tm-text-down{
  display: flex;
  flex-direction: column; 
  gap: 10px;
  text-align: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  overflow: hidden;
  height: 100%;
  transition: .5s ease;  
  width: 100%;
  background-color: #00000030;
}

.eae-tm-container:hover .eae-tm-text-down{
  top: 0%;
}

.eae-tm-container:hover .eae-tm-img-blur img{
  filter: blur(4px);
  transition: all .5s ease;
}
.eae-tm-img-blur img{
  filter:blur(0px);
  transition: all .5s ease;    
}

.eae-tm-text-overlay-half-up-style-2{
  position: absolute;
  bottom: 0;
  transition: .5s ease;
  background-color: #00000030;
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
  width: 100%;
}

/*.eae-tm-container:hover  .eae-tm-text-half-up{
  top: 40%;
  transition: .5s ease;
}*/

.eae-tm-text-overlay-half-up{
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: .5s ease;
  background-color: #00000030;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-overflow: ellipsis;
}
.eae-tm-description-overlay-half-up, .eae-tm-social-icon-overlay, .eae-tm-social-overlay-half-up , .eae-tm-button-overlay{
  /* display: none; */
  opacity: 0;
  height: 0;
  transition: .5s ease;
}

.eae-tm-button-overlay, .eae-tm-social-overlay-half-up, .eae-tm-description-overlay-half-up{
  display: none;
}

.eae-tm-text{
    transition: .5s ease;
}

.eae-tm-container:hover .eae-tm-description-overlay-half-up{
  display: flex;
  opacity: 1;
  height: auto;
  transition: .5s ease;
}
.eae-tm-container:hover .eae-tm-social-overlay-half-up{
  display: flex;
  opacity: 1;
  height: auto;
  transition: .5s ease;
}
.eae-tm-image-container:hover .eae-tm-social-icon-overlay{
  display: flex;
  opacity: 1;
  transition: .5s ease;
}

.eae-tm-container:hover .eae-tm-button-overlay{
  opacity: 1;
  height: auto;
  display: flex;
  transition: .5s ease;
}
.eae-tm-designation{
  margin-bottom: 0;
}

.eae-tm-social-icon-overlay{
  position: absolute;
  transform: scale(0);
  transition: all .5s ease;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: fit-content;
}

.eae-tm-image-container:hover .eae-tm-social-icon-overlay{
  transform: scale(1.0);
  transition: all .5s ease;
}

.eae-tm-image-effect img{
  transform: scale(1.1);
  filter:blur(0px);
  transition: all .5s ease;
}

.eae-tm-image-effect:hover img{
  transform: scale(1.0);
  filter: blur(4px);
}

.eae-tm-swiper-container{
  width: 100%;
} 

.eae-tm-separator{
  border: 2px solid black;
  width: 40%;
  border-color: #000000;
}

.eae-team-member-swiper-container{
  overflow: hidden;
  padding: 10px 0px;
}

/* Insta Feed */
.elementor-widget-eae-instagram-feed .eae-insta-feed-icon{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
.elementor-widget-eae-instagram-feed .eae-insta-post-video{
	display: none;
}
.elementor-widget-eae-instagram-feed span.eae-insta-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 50px;
	color: #fff;
}
.elementor-widget-eae-instagram-feed .eae-swiper-container {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.elementor-widget-eae-instagram-feed .eae-insta-post.eae-swiper-slide{
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.elementor-widget-eae-instagram-feed .eae-height-100 .eae-insta-post.eae-swiper-slide {
	height: auto;
}
.elementor-widget-eae-instagram-feed .eae-insta-layout-grid .eae-post-collection{
	display: grid;
	align-items: stretch;
}
.elementor-widget-eae-instagram-feed .eae-insta-layout-flex .eae-post-collection{
	display: flex;
	flex-direction: column;
	align-items: stretch;
}
.elementor-widget-eae-instagram-feed .eae-insta-layout-masonry .eae-post-collection{
	display: grid;
	align-items: flex-start;
}

.elementor-widget-eae-instagram-feed .eae-insta-layout-grid .eae-insta-post, 
.elementor-widget-eae-instagram-feed .eae-insta-layout-flex .eae-insta-post {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.gutter-sizer {
    height: 0;
}
.elementor-widget-eae-instagram-feed .eae-post-collection .eae-insta-post-link{
	position: relative;
}
.elementor-widget-eae-instagram-feed .eae-post-collection.lightbox .eae-insta-post-link{
	cursor: pointer;
}

.elementor-widget-eae-instagram-feed .eae-insta-post {
	position: relative;
	overflow: hidden;
}
.elementor-widget-eae-instagram-feed .eae-insta-post:hover {
	transition: all .1s ease;
}
.eae-insta-layout-masonry .eae-insta-post{
  visibility: hidden;
}

.elementor-widget-eae-instagram-feed .eae-insta-caption-hover .eae-insta-post-caption,
.elementor-widget-eae-instagram-feed .eae-insta-caption-always .eae-insta-post-caption{
	color: #fff;
}
.elementor-widget-eae-instagram-feed .eae-insta-caption-hover .eae-insta-post .eae-insta-post-caption,
.elementor-widget-eae-instagram-feed .eae-insta-caption-always .eae-insta-post .eae-insta-post-caption{
	display: none;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	width: 100%;
	transition: all 0.6s ease 0s;
}
.eae-insta-caption-below .eae-insta-post-caption {
    position: relative;
}
.elementor-widget-eae-instagram-feed .eae-insta-caption-below .eae-insta-post .eae-insta-post-caption,
.elementor-widget-eae-instagram-feed .eae-insta-caption-always .eae-insta-post .eae-insta-post-caption, 
.elementor-widget-eae-instagram-feed .eae-insta-caption-hover .eae-insta-post:hover .eae-insta-post-caption {
	display: flex;
    flex-direction: column;
}

.elementor-widget-eae-instagram-feed .eae-insta-post .insta_image_grayscale, 
.elementor-widget-eae-instagram-feed .eae-insta-post:hover .insta_image_grayscale_hover{
	filter: grayscale(1);
	transition: all 0.6s ease 0s;
}
.elementor-widget-eae-instagram-feed .eae-insta-post:hover .insta_image_grayscale {
	filter: unset;
}

.elementor-widget-eae-instagram-feed .eae-insta-profile-link-wrap{
	display: flex;
}
.elementor-widget-eae-instagram-feed .eae-insta-profile{
	align-self: center;
	width: fit-content;
}
.elementor-widget-eae-instagram-feed .eae-insta-post img{
	display: block;
}

.elementor-widget-eae-instagram-feed .eae_image_ratio_yes .eae-insta-post img {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.elementor-widget-eae-instagram-feed .eae-insta-profile-link {
    display: flex;
    align-items: center;
}
.elementor-widget-eae-instagram-feed .eae-insta-profile-link{
	line-height: 1;
}
.elementor-widget-eae-instagram-feed .eae-insta-profile {
    margin: 0 0 20px 0;
}
.elementor-widget-eae-instagram-feed .eae-insta-profile-link svg{
	width: 1em;
	height: 1em;
}
.elementor-widget-eae-instagram-feed .eae-insta-profile-link .eae-insta-profile-link-icon {
	display:flex;
}
.elementor-widget-eae-instagram-feed .eae-insta-post-caption.caption-overlay-full {
    top: 0;
}

/* Insta Feed */

/* FAQ */
.elementor-widget-eae-faq .eae-faq-wrapper{
	display: grid;
}
.elementor-widget-eae-faq .eae-faq-question{
	display: flex;
	align-items: center;
}

.elementor-widget-eae-faq .eae-faq-question{
	transition: all .2s linear;
}
.elementor-widget-eae-faq .eae-faq-question.eae-faq-layout-accordion{
	cursor: pointer;
}
.elementor-widget-eae-faq .eae-faq-question .eae-faq-question-bar{
	width: 100%;
}

.elementor-widget-eae-faq .eae-faq-icon-inactive{
	display: block;
}
.elementor-widget-eae-faq .eae-faq-icon-active{
	display: none;
}
.elementor-widget-eae-faq .eae-faq-question{
	margin: 0;
}
.elementor-widget-eae-faq .eae-faq-active .eae-faq-icon-inactive {
	display: none;
}
.elementor-widget-eae-faq .eae-faq-active .eae-faq-icon-active {
	display: block;
}
.elementor-widget-eae-faq .eae-faq-question-bar {
	display: flex;
	align-items: center;
}
.elementor-widget-eae-faq .eae-faq-question.eae-faq-icon-align-left{
	flex-direction: row;
}

.elementor-widget-eae-faq .eae-faq-question.eae-faq-icon-align-right {
	flex-direction: row-reverse;
}

.elementor-widget-eae-faq .eae-faq-question-title {
	line-height: 1;
}
.elementor-widget-eae-faq .eae-faq-layout-accordion .eae-faq-question{
	border-width: 1px 1px 1px 1px;
	cursor: pointer;
}
.elementor-widget-eae-faq .eae-faq-layout-list .eae-faq-question,
.elementor-widget-eae-faq .eae-faq-layout-grid .eae-faq-question {
	border-width: 0 0 1px 0;
}

/* FAQ */


/*   Floating Image */

@keyframes FloatingImageVertical{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(20px);

  }
  100%{
      transform: translateY(0);
  }
}
@keyframes FloatingImageHorizontal{
  0%{
      transform: translateX(0);
  }
  50%{
      transform: translateX(20px);

  }
  100%{
      transform: translateX(0);
  }
}

.wta-eae-floating-image-wrapper{
  position: relative;
  height: 100%;
}
.wts-eae-image:nth-child(1){
  top: 20%;
  left: 30%;
}
.wts-eae-image:nth-child(2){
  top: 40%;
  left: 80%;
}
.wts-eae-image:nth-child(3){
  top: 80%;
  left: 20%;
}
.wts-eae-image{
  display: flex;
  position: absolute;
  overflow: hidden;
  flex-direction: column;
  /* padding: 20px; */

}
.wts-eae-image:has(i){
  overflow: unset;
}
/* wts-eae-image has i overflow unset */
.wts-eae-image.image .eae-floating-img{
  height: 100%;
  width: 100%;
}
.wts-eae-image.image.eae-content-outside{
  padding: 10px;
}
.wts-eae-image.image {
  height: auto;
 
  width: 200px;
}

.wts-eae-image-title-inside{
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
}
.wts-eae-image-title-inside.title-center span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.wts-eae-image-title-inside.title-top span{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.wts-eae-image-title-inside.title-bottom span{
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-50%);
}
/* .eae-lottie-animation{
  height:50px ;
} */
.wts-eae-image-title-outside{
  text-align: center;
}
.wts-eae-image.vertical-animation{
  animation: FloatingImageVertical 5s infinite; 
  /* animation-delay: calc(500ms - 0000ms); */
}
.wts-eae-image.horizontal-animation{
  animation: FloatingImageHorizontal 5s infinite; 
  /* animation-delay: calc(500ms - 0000ms); */
}
.fa-element-view-stacked-circle{
    background-color: #000;    
    border-radius: 50%;
    color: #ffffff;
}
.fa-element-view-stacked-square{
  background-color: #000; 
  color: #ffffff;

}
.fa-element-view-framed-circle{
    border: 2px solid black;
    border-radius: 50%;
}
.fa-element-view-framed-square{
  border: 2px solid black;
}
.wts-eae-image.icon i{
  width: 1em;
  height: 1em;
  text-align: center;
}
.wts-eae-image.icon svg{
  width: 1em;
  height: 1em;
  display: block;
  position: relative;
}



.wts-eae-image.icon.fa-element-view-framed-circle,
.wts-eae-image.icon.fa-element-view-framed-square,
.wts-eae-image.icon.fa-element-view-stacked-square
,.wts-eae-image.icon.fa-element-view-stacked-circle{
  padding: 20px;
}
.wts-eae-image.text.fa-element-view-framed-circle,
.wts-eae-image.text.fa-element-view-framed-square,
.wts-eae-image.text.fa-element-view-stacked-square
,.wts-eae-image.text.fa-element-view-stacked-circle{
  padding: 20px;
}

.wts-eae-image.image.eae-content-outside .fe-outside-wrapper{
  overflow: hidden;
}

.wts-eae-image.text{  
  line-height: 1;
  font-size:18px;
  color: #000;
}
.elementor-clickable0{
  display: flex;
}

.eae-overlay-hide-on-hover .wts-eae-image.image:hover .wts-eae-image-title-inside{
  display: none;
  
}
.elementor-widget.elementor-widget-eae-floating-element{
  position: absolute;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 300px;
  z-index: 0;
}

.wts-eae-image.image:hover .eae-floating-img{
  transform: scale(1.1);
}
.wts-eae-image.image .eae-floating-img{
  transition:all .7s ease-in-out;
}
.wts-eae-image.icon a{
  line-height: initial;
  color: #000;
}
.wts-eae-image.text a{
  line-height: initial;
  color: #000;
}
.elementor-widget-eae-floating-element .elementor-widget-container,
.elementor-widget-eae-floating-element .wta-eae-floating-image-wrapper{
  height: 100%;
}


.eae-overlay-hover .wts-eae-image.image .wts-eae-image-title-inside{
  display:none;
}
.eae-overlay-hover .wts-eae-image.image:hover .wts-eae-image-title-inside{
  display:block;
}
.eae-overlay-never .wts-eae-image.image  .wts-eae-image-title-inside{
  display: none;
}

.elementor-widget-eae-floating-element .wts-eae-image.image{
  height: unset;
  width: unset;
}
/* Advanced Price Table */


.eae-price-table{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.eae-price-table-wrapper{
  border: 1px solid #DDD;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.enable-stacked .eae-apt-tab-content-section{
  flex-direction: column;
}

.enable-stacked .eae-price-table-wrapper{
  width: 100% !important;
}

.eae-apt-title-container{
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.eae-apt-icon-container{
  display: flex;
}

.eae-apt-feature-icon{
  display: flex;
  align-items: center;
}
 
.eae-apt-title{
  transition: 0.3s ease-in-out;
} 

.eae-apt .eae-apt-title{
  margin-bottom: 0px;
}
.eae-apt-description{
  transition: 0.3s ease-in-out;
}

.eae-apt-features-list-item{
  transition: 0.3s ease-in-out;
}

.eae-apt-button{
  transition: 0.3s ease-in-out;
}

.eae-apt-price-wrapper{
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  transition: 0.3s ease-in-out;
}
.eae-apt-price-container{
  display: flex;
  justify-content: center;
}

/* .eae-apt-price{
  font-size: 35px;
  margin-left: -4px;
} */
/* .eae-apt-price-prefix , .eae-apt-price-suffix{
  font-size: 18px;
} */

.eae-apt-price-font{
  font-size: 28px;
  line-height: 1em;
  margin-right: 3px;
}

.eae-apt-descount-font{
  justify-items: center;
  margin-right: 5px;
  text-decoration: line-through;
}

.eae-apt-fractional{
  margin-right: 3px;
}

.eae-apt-price-prefix{
  margin-right: 3px;
}

.eae-apt-features-list-item{
  /* font-size: 18px; */
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  width: 100%;
}
.eae-apt-features-container{
  display: flex;
  flex-direction: column;
}
.eae-apt-button-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: auto;
}

.eae-apt-button-container .eae-apt-button{
  color: #FFFFFF;
  background-color: #000000;
  padding: 5px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
}

.eae-apt-badge-style-1-right{
  border-radius: 100px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eae-apt-badge-style-1-left{
  display: flex;
  color: #ffffff;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  left: 10px;
  white-space: nowrap;
}

.eae-apt-badge-style-2-left{
  background-color: #000000;
  padding: 10px;
  position: absolute; 
  top: 0;
  left: 0;
  transform: rotate(-90deg) translateX(-100%);
  white-space: nowrap;
  transform-origin:left top;
}

.eae-apt-badge-style-2-left span{
  color: #FFFFFF;
  white-space: nowrap;
}

.eae-apt-badge-style-2-right{
  background-color: #000000;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg) translateY(-100%);
  transform-origin:right top;
  /* transform: rotate(90deg); */
  white-space: nowrap;
}

.eae-apt-badge-style-2-right span{
  color: #FFFFFF;
  white-space: nowrap;
}

.eae-apt-badge-style-3-right{
  background-color: #000000;
  color: #FFFFFF;
  position: absolute;
  padding: 8px 15px;
  right: 0;
  top: 12%;
  border-radius: 20px 0 0 20px;
  white-space: nowrap;
}

.eae-apt-badge-style-3-left{
  background-color: #000000;
  color: #FFFFFF;
  position: absolute;
  padding: 8px 20px;
  left: 0;
  top: 12%;
  border-radius: 0px 20px 20px 0px;
  white-space: nowrap;
}

.eae-apt-badge-style-4-right{
  position: absolute;
  height: 150px;
  width: 150px;
  right: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
}

.eae-apt-badge-style-4-inner-right{
  /* top: 25px;
  left: 30px; */
  transform: rotate(45deg);
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 0px;
  text-align: center;
  position: absolute;
  width: 150%;
  white-space: nowrap;
}

.eae-badge{
  padding-top: 35px;
}

.eae-apt-badge-style-4-left{
  position: absolute;
  height: 150px;
  width: 150px;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
}

.eae-apt-badge-style-4-inner-left{
  /* top: 25px;
  left: 30px; */
  transform: rotate(320deg);
  background-color: #000000;
  color: #FFFFFF;
  padding: 10px 0px;
  text-align: center;
  position: absolute;
  padding: 5px 0px;
  width: 150%;
  white-space: nowrap;
}

.eae-apt-badge-style-5{
  display: flex;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;justify-content: center;
  background-color: #000000;
  color: #FFFFFF;
  transform: translateY(-100%);
  padding: 5px;
}

.eae-apt-tooltip{
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 110%;
  opacity: 0;
  transition: opacity 0.3s;
}

.eae-apt-tooltip-on-icon{
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  right: 10%;
  bottom: 125%;
  opacity: 0;
  transition: opacity 0.3s;
}

.eae-apt-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 9px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  transform: translateX(-50%);
}

.eae-apt-tooltip-on-icon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 9px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
  transform: translateX(-50%);
}

.eae-apt-features-list-item:hover .eae-apt-tooltip{
  visibility: visible;
  opacity: 1;
}

.eae-apt-tooltip-icon:hover .eae-apt-tooltip-on-icon{
  visibility: visible;
  opacity: 1;
}

.eae-apt-tooltip-icon{
  position: relative;
}

.eae-apt-tooltip-on-icon{
  transform: translateX(-50%);
  left: 50%;
}

.eae-apt-tooltip-icon-container{
  display: flex;
  align-items: center;
}

.eae-apt-tooltip-preview{
  visibility: visible;
  opacity: 1;
}

.eae-apt-tab-1 , .eae-apt-tab-2{
  width: 100%;
  flex-direction: row;
  justify-content: center;
  display: none;
}

.eae-apt-tab-content-section.active{
  display: flex;
}

.eae-apt-content-switch-button-text{
  display: flex;
  align-items: center;
  transition: 0.2s ease-in-out;
}

.eae-apt-switch-container{
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 20px;
}

.eae-apt{
  display: flex;
}

.eae-apt-content-switch-button{
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 20px;
  border-radius: 20px;
}



.eae-apt-switch-label {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.eae-apt-switch-label input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.eae-apt-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

.eae-apt-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  -webkit-transition: .4s;
  transition: .4s;
}

/* input:checked + .eae-apt-slider {
  background-color: #000000;
} */

input:focus + .eae-apt-slider {
  box-shadow: 0 0 1px #000000;
}

input:checked + .eae-apt-slider:before {
  transform: translateX(36px);
}
.eae-apt-feature-not-available{
  text-decoration: line-through;
}

.eae-apt-feature-not-available-icon i{
  color: red;
}


.eae-apt-slider-skin-4 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  width: 70px;
  border-radius: 50px;
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
  margin: auto 0px;
}

.eae-apt-slider-skin-4:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 32px;
  left: -1px;
  bottom: -6px;
  border-radius: 50px;
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

input:focus + .eae-apt-slider-skin-4 {
  box-shadow: 0 0 1px #000000;
}

input:checked + .eae-apt-slider-skin-4:before {
  transform: translateX(40px);
}

.eae-apt-slider-skin-3 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100px;
  background-color: #000000;
  -webkit-transition: .4s;
  transition: .4s;
}

.eae-apt-slider-skin-3:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  border-radius: 100px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}


input:focus + .eae-apt-slider-skin-3 {
  box-shadow: 0 0 1px #000000;
}

input:checked + .eae-apt-slider-skin-3:before {
  transform: translateX(36px);
}

.eae-pt-tooltip-icon-container{
  display: flex;
  align-items: center;
}
.eae-apt-switch-label{
  width: 70px;
}
/*  Image Scroll */
.wts-eae-image-scroll{
  width: auto;
  overflow: hidden;
  position: relative;
}
.image-scroll-wrapper{
  transition: all 5s;
}
.image-scroll-wrapper img{
  transition: all 3s ease-in-out;
}

.image-scroll-wrapper.horizontal img{
  height: 100%;
  width: auto;
  max-width: none;
}
.eae-icon-image-container::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 10;
}
.eae-icon-image-container:hover::before {
  opacity: 0;
}
.eae_image_scroll_icon *{
  z-index: 99;
}
.eae-container-scroll{
  overflow: auto;
}

.image-scroll-wrapper.vertical img{
  width: 100%;
}
.eae-image-scroll-overlay:hover{
  opacity: 0;
}
.eae-image-scroll-ver{
  position: relative;
}

.elementor-widget-eae-image-scroll:hover .eae-floating-icon-wrapper{
  opacity: 0;
}

.eae-floating-icon-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.5s;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eae-floating-icon-wrapper:hover{
  opacity: 0;
}

.eae-floating-icon-wrapper[data-overlay="enable"]{
  background-color: #00000063;
}

.image-scroll-wrapper.horizontal{
height: 100%;
}

/* EAE - Video Gallery */

.eae-vg-wrapper{
  display: flex;
  flex-direction: column;
}

.eae-vg-grid{
  flex-wrap: wrap;
}

.eae-vg-video-container{
  display: flex;
  flex-direction: row;
}

.eae-vg-swiper-container{
  flex-direction: row;
  flex-wrap: nowrap;
}

.eae-vg-element iframe{
 height: 100%; 
  width: 100%; 
} 

.eae-vg-element{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 100%;
  width: 100% ;
}

.eae-vg-video-details-always-visible{
  position: absolute;
  color: #FFFFFF;
  font-size: 25px;
  stroke: black 2px;
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-self: end;
  background-color: #0000008d;
}
.eae-vg-description{
  font-size: 15px;
}
.eae-vg-title{
  font-size: 20px;
}
.eae-vg-video-details-on-hover{
  opacity: 0;
  position: absolute;
  color: #FFFFFF;
  font-size: 25px;
  transform: translateY(100%);
  width: 100%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #0000008d;
  transition: .3s ease-in-out;
  align-self: end;
}

.eae-vg-thumb-hover{
  height: 200px;
  width: 300px; 
  transform: scale(1);
  transition: .3s ease-in-out;
}

.eae-vg-element-wrapper{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  transition: .3s ease-in-out;
}

.eae-vg-video-details-below-video{
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}

/* filter */ 
.eae-vg-filter-button-container{
  display: flex;
  flex-direction: row;
  padding: 20px;
  align-items: center;
}

.eae-filter-button{
  text-decoration: none;
  padding: 10px 15px;
}

.eae-vg-filters-item .eae-filter-button{
  width: 100%;
}

.eae-vg-filter-hidden{
  visibility: hidden;
  display: none;
}

.eae-vg-active{
  visibility: visible;
  display: flex;
}

.eae-vg-video-iframe html body{
  display: flex;
  align-items: center;
}

.eae-vg-element img{
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.eae-vg-element:hover .eae-vg-video-details-on-hover{
  opacity: 1;
  transform: translateY(0%);
}

.eae-vg-wrapper.eae-swiper-outer-wrapper .eae-swiper-slide{
  height: 100%;
}
.eae-vg-icon{
  position: absolute;
  cursor: pointer;
  z-index: 3;
}

.eae-vg-icon.eae-gbl-icon.eae-graphic-type-icon, .eae-vg-icon.eae-gbl-icon.eae-graphic-type-lottie{
  font-size: 45px;
}

.eae-vg-active-button{
  background-color: red;
  color: #FFFFFF;
}

.eae-vg-swiper.eae-swiper-outer-wrapper .swiper-slide{
  overflow: hidden;
}
.eae-vg-filter-tab{
  display: flex;
}

.eae-vg-wrapper .eae-vg-filteres-heading{
  margin-bottom: 0px;
}

.eae-vg-filter-dropdown{
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #f5f5f5;
  color: #424242;
  position: relative;
}




.eae-vg-filters-item{
  text-align: center;
  display: flex;
  width: 100%;
}


.eae-vg-collaps-item-list{
  display: none;
  opacity: 0;
  width: auto;
  position: absolute;
  top: 105%;
  left: 0;
  margin-top: 5px;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 10%);
  list-style-type: none;
  z-index: 9;
  overflow: auto;
  max-height: 300px;
  transition: .5s ease-in-out;
}

.eae-vg-filter-dropdown.eae-vg-visible .eae-vg-collaps-item-list{
  display: flex;
  width: 100%;
  flex-direction: column;
  opacity: 1;
}

.disable-vg-dropdown-layout{
  display: none;
}

.eae-vg-dropdown-tab.enable-vg-dropdown-layout{
  display: flex;
}

.swiper-container:not(.swiper-container-initialized) .swiper-wrapper, .swiper:not(.swiper-initialized) .eae-vg-video-container.swiper-wrapper{
  overflow: visible;
}

.eae-vg-dropdown-tab{
  display: none;
}

.elementor-widget-eae-video-gallery .eae-swiper-container{
  overflow: hidden;
}

.eae-swiper-container{
  padding: 10px 0;
}

.transit-in{
  animation: zoomIn ease .5s;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomOut {
   
  0% {
    opacity: 1;
    transform: scale(1);
  }
100% {
    opacity: 0;
    transform: scale(0);
  } 
}

.transit-out
{
  animation: zoomOut ease .5s;
}

.eae-vg-element img{
  width: 100%;
}

.eae-vg-wrapper.eae-swiper-outer-wrapper{
  padding: 10px 0px;
}

.eae-vg-image-overlay::before{
  content: '';
  z-index: 1;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.eae-vg-video-details-on-hover , .eae-vg-video-details-always-visible{
  z-index: 2;
}

.eae-vg-video-container .swiper-button-next::after, .eae-vg-video-container .swiper-button-prev::after{
  display: none;
}

.eae-vg-wrapper .swiper-button-next::after, .eae-vg-wrapper .swiper-rtl .swiper-button-next::after,
.eae-vg-wrapper .swiper-button-prev::after, .eae-vg-wrapper .swiper-rtl .swiper-button-prev::after{
  display: none;
}

/* Swiper Arrow Hider */

.eae-swiper-button-prev.swiper-button-prev::after, 
.swiper-rtl .eae-swiper-button-prev::after,
.eae-swiper-button-next.swiper-button-next::after, 
.swiper-rtl .eae-swiper-button-next::after{
  display: none;
}



/* EAE - Info Group */

.eae-ig-wrapper{
  display:grid;
  row-gap: 10px;
  column-gap: 10px;
  grid-auto-flow: dense;
}

.eae-ig-item-wrapper{
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: .2s ease-in;
  overflow: hidden;
  justify-content: center;
}

.eae-ig-content-container .eae-ig-title{
  margin-bottom: 0;
}

.eae-ig-title{
  line-height: 1;
}

.eae-ig-content-container{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.eae-ig-title , .eae-ig-sub-text{
  transition: .2s ease-in-out;
}
.eae-ig-media-container{
  max-width: fit-content;
}


.eae-ig-link{
  display: flex;
  align-items: center;
  column-gap: 10px;
  max-width: fit-content;
  padding: 6px 15px;
  color: #fff;
  align-self: center;
  cursor: pointer;
}

.eae-ig-icon , .eae-ig-lottie{
  display: inline-block;
  line-height: 1;
  text-align: center;
}

.eae-ig-icon i:before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.eae-ig-media-container.eae-ig-icon i{
  height: 1em;
  width: 1em;
  position: relative;
  display: block;
}

.eae-ig-link-icon-pos-before{
  flex-direction: row-reverse; 
}

.eae-ig-media-view-type-stacked{
  padding: 0.5em;
}

.eae-ig-icon-shape-circle{
  border-radius: 50%;
}

.eae-ig-media-view-type-framed{
  border: 3px solid #69727D;
  padding: 0.5em;
  background: transparent;
}

.eae-ig-icon{
  transition: .3s ease-in-out;
  font-size: 30px;
}

.eae-ig-lottie{
  font-size: 60px;
}

.eae-ig-media-type-image{
  width: 30%;
}

.eae-ig-link{
  padding: 6px 15px;
  color: #fff;
}

.eae-ig-item-info-wrapper{
  grid-column: 1/-1;
  padding: 20px;
  border:1px solid #D5D8DC;
  position: relative;
  display: none; 
  overflow: hidden;
}

.eae-ig-close-button{
  position: absolute;
  font-size: 20px;
  transition: .4s ease-in-out; 
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.eae-ig-item-wrapper.eae-ig-active-item .eae-ig-button-icon{
  display: none;
}

.eae-ig-active-button-icon{
  display: none;
}

.eae-ig-item-wrapper.eae-ig-active-item .eae-ig-active-button-icon{
  display: block;
}

.eae-ig-media-container.eae-ig-media-type-lottie svg , .eae-ig-media-container.eae-ig-icon svg{
  width: 1em !important;
  height: 1em !important;
  position: relative;
  display: block;
}

.eae-ig-item-wrapper:not(.click-on-button){
  cursor: pointer;
}

.eae-ig-active-button-icon svg, .eae-ig-button-icon svg{
  width: 1em;
  height: 1em;
}

.eae-ig-button-icon svg, .eae-ig-active-button-icon svg{
  fill: #fff;
}

.eae-ig-item-info-wrapper p:last-child{
  margin-bottom: 0;
}

.eae-ig-close-button svg{
  width: 1em;
  height: 1em;
}

.eae-ig-item-wrapper .eae-ig-content-container .eae-ig-link{
  color: #fff;
  text-decoration: none;
}

.eae-ig-active-button-text{
  transition: .3s ease-in-out;
  opacity: 0;
  display: none;
}

.eae-ig-item-wrapper.eae-ig-active-item .eae-ig-button-text:not(.eae-ig-active-button){
  opacity: 0;
  transition: .3s ease-in-out;
  display: none;
}

.eae-ig-item-wrapper.eae-ig-active-item .eae-ig-active-button-text{
  transition: .3s ease-in-out;
  opacity: 1;
  display: block;
}
.eae-ig-sub-title{
  line-height: 1;
}

/* EAE - Circular Progress */

.eae-cp-text-contain{
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.eae-cp-layout-half-circle .eae-cp-text-contain{
	bottom: 0;
}

.eae-cp-canvas-wrapper{
  overflow: hidden;
}

.eae-cp-procent{
  font-size: 30px;
  line-height: 1;
}

.eae-cp-canvas{
  width: 100%;
}

.eae-cp-canvas-container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.eae-cp-wrapper{
  display: flex;
  flex-direction: column;
}

.eae-cp-text-contain-below-canvas{
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  align-items: center;
}
.eae-circular-progress-container{
  display: flex;
  justify-content: center;
}

.eae-cp-title, .eae-cp-description{
  text-align: center;
  line-height: 1;
}

.eae-cp-title{
  font-size: 20px;
}

.eae-cp-value-container{
  display: flex;
  justify-content: center;
}

.eae-cp-symbol{
  line-height: 1;
}

/*  Stack Image */
.eae-image-stack{
  display: inline-flex;
  transition-duration:  2s;
  box-sizing: border-box;
}
.img-stack-item .eae-img-stack{
  height: 100%;
  width: 100%;
}

.img-stack-item:not(:first-child){
  margin-left: -30px;
}

.img-stack-item{
position: relative;
transition-duration:.8s;
display: flex;
align-items: center;
}
.eae-image-stack .img-stack-item.eae-is-ct-image img,
.eae-image-stack .img-stack-item.eae-is-ct-icon,
.eae-image-stack .img-stack-item.eae-is-ct-lottie-animation,
.eae-image-stack .img-stack-item.eae-is-ct-text
{
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}

.elementor-widget-eae-image-stack{
  text-align: center;
}

.img-stack-item[tooltip]:hover::after{
  content: attr(tooltip);
  z-index: 1000;
  overflow: hidden;
}
.img-stack-item[tooltip]::after,
.img-stack-item[tooltip]::before{
  position: absolute;
    text-transform: none;
    font-size: .8em;
    line-height: 1;
    pointer-events: none;
    user-select: none;
    opacity: 0;
}
.img-stack-item[tooltip]::after{
  font-size: 20px;
  padding: 8px 16px;
 color: #FFFFFF; 
}
.img-stack-item.eae-is-ct-image img,
.img-stack-item.eae-is-ct-image .stack_overlay{
  border-radius: 50%;
}
.img-stack-item.eae-is-ct-image img{
  object-fit: cover;
}


.img-stack-item.eae-is-ct-image img,
.img-stack-item.eae-is-ct-lottie-animation .eae-lottie-animation,
.img-stack-item.eae-is-ct-icon i,
.img-stack-item.eae-is-ct-text .img-stack-text{
    height: 60px;
    width: 60px;
}

.img-stack-item[tooltip]:hover::before{
  z-index: 1001;
  border: 5px solid transparent;
  content: "";
}

 /*  Tooltip Right */
.img-stack-item[tooltip][dir^=right]::after {
  left: calc(100% + 5px);
  background-color: #000;
}
[tooltip]{
  position: relative;
}
.img-stack-item[tooltip]::after{
  font-size: 15px;
  width: max-content;
}



.img-stack-item[tooltip][dir^=right]::after,
.img-stack-item[tooltip][dir^=right]::before {
  top: 50%;
  transform: translate(0.5em,-50%);
}
.img-stack-item[tooltip][dir^=right]:hover::before{
  right: calc(0em - 5px);
  border-right-color:  #333;
  border-left-width: 0;
}

.img-stack-item[tooltip][dir^=up]::after,
.img-stack-item[tooltip][dir^=up]::before {
  left: 50%;
  transform: translate(-50%,-0.5em);
}
.img-stack-item[tooltip][dir^=up]:hover::before {
  bottom: 100%;
  border-top-color:  #333;
  border-bottom-width: 0;
}
.img-stack-item.eae-is-ct-icon,
.img-stack-item.eae-is-ct-icon a,
.img-stack-item.eae-is-ct-text ,
.img-stack-item.eae-is-ct-text a
{
  color: #000;
}
.img-stack-item[tooltip][dir^=up]::after{
  bottom: calc(100% + 5px);
  background-color: #000;
}

.img-stack-item[tooltip][dir^=left]::after,
.img-stack-item[tooltip][dir^=left]::before {
  top: 50%;
  transform: translate(-0.5em,-50%);
}

.img-stack-item[tooltip][dir^=left]:hover::before {
  left: calc(0em - 5px);
  border-right-width: 0;
  border-left-color:  #333;
}

.img-stack-item[tooltip][dir^=left]::after{
  right: calc(100% + 5px);
  background-color: #000;
}
.img-stack-item[tooltip][dir^=down]:hover::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color:  #333;
}
.img-stack-item[tooltip][dir^=down]::after,
.img-stack-item[tooltip][dir^=down]::before {
  left: 50%;
  transform: translate(-50%,0.5em);
}
.img-stack-item[tooltip][dir^=down]::after{
  top: calc(100% + 5px);
  background-color: #000;
}

.eae-image-stack .eae-lottie-animation.eae-lottie{
  height: 65px;
  width: auto;
}
.stack_overlay{
  background-color: #be212145;
  position: absolute;
}
.img-stack-item.eae-is-ct-lottie-animation{
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #FFFFFF;
}
.img-stack-item.eae-is-ct-icon i, .img-stack-item.eae-is-ct-lottie-animation .eae-lottie-animation{
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  border-radius: 50%;
}
.img-stack-item.eae-is-ct-icon{
  border-radius: 50%;
  background-color: #ffffff;
}

.img-stack-item.eae-is-ct-text{
  border-radius: 50%;
  background-color: #FFFFFF;
}


.img-stack-item.eae-is-ct-image img,
.img-stack-item.eae-is-ct-lottie-animation .eae-lottie-animation,
.img-stack-item.eae-is-ct-icon i,
.img-stack-item.eae-is-ct-text .img-stack-text{
  overflow: hidden;
}
.img-stack-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
@keyframes tooltip_ver{
  to{opacity:.9;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}
}
@keyframes tooltips-hor{
  to{opacity:.9;-webkit-transform:translate(0,-50%);transform:translate(0,-50%)}
}
[tooltip]:not([dir]):hover::after,
[tooltip]:not([dir]):hover::before,
[tooltip][dir^=down]:hover::after,
[tooltip][dir^=down]:hover::before,
[tooltip][dir^=up]:hover::after,
[tooltip][dir^=up]:hover::before{
      animation: tooltip_ver 300ms ease-out forwards;
}
[tooltip][dir^=left]:hover::after,
[tooltip][dir^=left]:hover::before,
[tooltip][dir^=right]:hover::after,
[tooltip][dir^=right]:hover::before{
    animation: tooltips-hor 300ms ease-out forwards;
}

/*  Devices */
.eae-device-wrapper{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    /* margin-left: 36%; */
}
.devices-mockup-wrapper {
  position: absolute;
}
 .devices-mockup-wrapper  svg{
  width: 100%;
  height: auto;
  display: block;
  font-size: 1rem;
  transition: .3s cubic-bezier(.42,0,.2,1);
}

.eae-wrapper{
  position: relative;
  display: inline-block;
  height: 0;
  max-width: 100%;
  width: 100%;
  padding-bottom: 201.22022%;
}

.eae-mobile.device-iphone11  .devices-mockup-wrapper{
  z-index: 99;
}
.eae-mobile.device-iphone11  .device-img-content .eae-devices-img{
  border-radius: 30px;
}

.eae-device-wrapper.eae-mobile.device-iphoneSe  {
  max-width: 250px;
}
.eae-device-wrapper.eae-tablet.device-ipad11{
  max-width: 350px;
}
.eae-device-wrapper.eae-tablet.device-ipad11pro{
  max-width: 400px;
}
.eae-device-wrapper.eae-mobile.device-iphone11{
  max-width: 300px;
}

 
.eae-mobile.device-iphoneSe  .eae-wrapper{
  padding-bottom: 201.22022%;
}
.eae-tablet.device-ipad11 .eae-wrapper{
  padding-bottom: 143.22022%;
}
.eae-tablet.device-ipad11pro .eae-wrapper{
  padding-bottom: 139.22022%;

}
.eae-laptop.device-macPro .eae-wrapper{
  padding-bottom: 63%;
}
.eae-laptop.device-macAir .eae-wrapper{
  padding-bottom: 60%;
}
.eae-desktop.device-iMacBlack .eae-wrapper,
.eae-desktop.device-iMacWhite .eae-wrapper{
  padding-bottom: 90%;
}

.eae-browser.device-dChrome .eae-wrapper,
.eae-browser.device-safari .eae-wrapper,
.eae-browser.device-chrome .eae-wrapper{
padding-bottom: 62%;
}


.eae-mobile.device-iphoneSe  .device-content{
  width: 89.80866%;
}
.eae-mobile.device-iphone11  .device-content{
  top: 1.8%;
  width: 91.5%;
}


.eae-tablet.device-ipad11 .device-content{
  width: 91%;
  top: 7.2%;
}
.eae-tablet.device-ipad11pro .device-content{
  top: 3.5%;
  width: 90%;

}
.eae-laptop.device-macAir .device-content{
  top: 5.7%;
    width: 75.80866%;
    left: 50.3%;
}

.eae-laptop.device-macPro .device-content{
  top: 5.7%;
  width: 77%;
}
.eae-browser.device-chrome  .device-content,
.eae-browser.device-safari  .device-content,
.eae-browser.device-dChrome  .device-content{
  top: 8.8%;
  width: 100%;
}

.eae-browser.device-safari  .device-content{
  top: 11.5%;
}

.eae-desktop.device-iMacWhite .device-content,
.eae-desktop.device-iMacBlack .device-content{
  top: 4.6%;
  width: 91.9%;
}


.eae-tablet.device-ipad11 .device-inner-container{
  padding-bottom: 131%;
}
.eae-device-wrapper.device-iphoneSe .device-inner-container{
  padding-bottom: 176%;
}

.eae-tablet.device-ipad11pro .device-inner-container{
  padding-bottom: 143%;
  
}

.eae-mobile.device-iphone11 .device-inner-container{
  padding-bottom: 213%;
  background: #171717;
  
}
.eae-browser.device-dChrome .device-inner-container,
.eae-browser.device-safari .device-inner-container,
.eae-browser.device-chrome .device-inner-container{
  padding-bottom: 56%;
  
}
.eae-desktop.device-iMacWhite .device-inner-container,
.eae-desktop.device-iMacBlack .device-inner-container{
  padding-bottom: 57%;
  
}

.eae-laptop.device-macPro .device-inner-container{
  padding-bottom: 62.5%;
}
.eae-laptop.device-macAir .device-inner-container{
  padding-bottom: 62.2%;
}

.eae-device-wrapper .device-content{
  top: 10.7%; 
  position: absolute;
  left: 50%;
  transition: .3s cubic-bezier(.42,0,.2,1);
  overflow: hidden;
  width: 88.80866%;
  transform: translateX(-50%);
  /* border-radius: 3px; */
}
/* .eae-device-wrapper.device-ipad11pro .device-content{
  border-radius: 10px;
} */


.eae-device-wrapper .device-inner-container{
    position: relative;
    left: 0;
    width: 100%;
    height: 0;
    transition: .3s cubic-bezier(.42,0,.2,1);
    padding-bottom: 177%;
}
.device-img-content{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.device-img-content.vertical .eae-devices-img{
  width: 100%;
}
.eae-video-outer-wrapper{
  height: 100%;
}
.eae-devices-img{
  transition: all 3s;
}


.eae-device-wrapper .eae-video-outer-wrapper {
  position: relative;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  cursor: pointer;
  /* z-index: 1; */
  -webkit-transition: .2s all;
  transition: .2s all;
  height: 100%;
}
.eae-device-wrapper .eae-video-play img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .2s all;
  transition: .2s all;
}
.eae-device-wrapper .eae-video-play iframe, .eae-video-play video{

  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.eae-device-wrapper  .device-text{
  position: absolute;
  z-index: 999;
  top: 50%;
  pointer-events: none;
  color: white;
  right: 50%;
  transform: translate(50%,-50%);
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}

.eae-device-video-outer-wrapper{
  position: relative;
  height: auto;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  cursor: pointer;
 z-index: 1;
 -webkit-transition: .2s all;
  transition: .2s all;
  height: 100%; 
  width: 100%;

}
  .eae-device-video-play img{
    bottom: 0;
      display: block;
      left: 0;
      margin: auto;
      max-width: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      top: 0;
      border: none;
      height: 100%;
      cursor: pointer;
      -webkit-transition: .2s all;
      transition: .2s all;
      object-fit: cover;
  }
  .eae-device-wrapper .eae-wrapper.landscape{
    transform: rotate(90deg);
  }

  .orientation .eicon-device-mobile.rotate{
    transform: rotate(90deg);
  }


  /*  Device orientation css */
  .eae-device-wrapper.eae-mobile.device-iphoneSe  .eae-wrapper.landscape .device-img-content{
    position: absolute;
    rotate: -90deg;
    height: 57%;
    width: 178%;
    top: 22%;
    left: -39%;
}
  .eae-device-wrapper.eae-mobile.device-iphone11  .eae-wrapper.landscape .device-img-content{
    position: absolute;
    rotate: 270deg;
    width: 182%;
    top: 0%;
    left: -43%;

}
  .eae-device-wrapper.eae-tablet.device-ipad11  .eae-wrapper.landscape .device-img-content{
    position: absolute;
    rotate: -90deg;
    height: 75%;
    width: 132%;
    top: 12%;
    left: -16%;
}
  .eae-device-wrapper.eae-tablet.device-ipad11pro  .eae-wrapper.landscape .device-img-content{
    position: absolute;
    rotate: -90deg;
    height: 71%;
    width: 145%;
    top: 14%;
    left: -22%;
}
.eae-mobile.device-iphoneSe .eae-wrapper.landscape .device-inner-container{
  padding-bottom: 176%;
}
.device-text .eae-gbl-icon.eae-graphic-type-lottie.eae-lottie-animation.eae-lottie{
  height: unset;
}

.eae-device-container{
  width: 100%;
  text-align: center;
}

.device-img-content.swiper-slide {
  position: absolute;
}


.eae-device-mockup{
  fill: red;
}

.eae-device-wrapper.eae-mobile .eae-video-iframe .wistia_embed.wistia_embed_initialized{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.device-img-content.horizontal .eae-devices-img{
  max-width: unset;
  height: 100%;
}
.device-img-content  .eae-devices-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.device-img-content.vertical  .eae-devices-img{
  height: unset;
  width: unset;
  object-fit: unset;
}
.device-img-content.horizontal  .eae-devices-img{
  width: unset;
}
.device-content.eae-container-scroll .device-img-content.vertical{
  overflow-y: scroll;
}
.device-content.eae-container-scroll .device-img-content.horizontal{
  overflow-x: scroll;
}
.device-img-content.vertical .eae-devices-img{
  width:100%
}
.devices-mockup-wrapper{
  width: 100%;
}

.eae-wrapper.landscape  + .orientation {
  position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateY(calc(100% + 24px)) translateX(-50%);
}

.eae-tablet .eae-wrapper.landscape  + .orientation {
  position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateY(calc(100% + 24px)) translateX(-50%);
}
.eae-device-wrapper.eae-mobile.device-iphone11 .devices-mockup-wrapper{
  pointer-events: none;
}

.eae-device-wrapper.eae-mobile.device-iphone11 .device-img-content.horizontal {
  border-radius: 20px;
  overflow: hidden;

}

.eae-device-video-play iframe, .eae-video-play video {
  margin: 0;
  height: auto;
  position: absolute;
  left: 50%;
  border: none;
  top: 50%;
  
  transform: translate(-50%, -50%);
}

.eae-device-wrapper.eae-mobile.device-iphone11 .device-content{
    /* border-radius: 10%; */
}
.eae-device-video-outer-wrapper.eae-video-type-hosted{
  display: flex;
}
.eae-device-video-outer-wrapper.eae-video-type-hosted .eae-device-video-wrapper{
   width: 100%;
}
.eae-video-type-hosted .eae-device-video-wrapper {
  display: flex;
}
.eae-device-video-play .landscape .eae-video-iframe{
  height: 100%;
}


.eae-device-wrapper.eae-mobile.device-iphone11 .eae-wrapper.landscape .device-content{
  border-radius: 5%;
}

.eae-device-wrapper .orientation{
  cursor: pointer;
}

.eae-device-tone-light .device-iMacBlack .devices-mockup-wrapper svg .eae-frame-element{
  fill : #525252
}



/* EAE - Image Hotspots */

.eae-ih-wrapper{
  position: relative;
  overflow: hidden;
}

.eae-ih-wrapper img{
  width: 100%;
  height: auto;
}

.eae-ih-marker{
  display: flex;
  align-items: center;
  position: absolute;
  cursor: pointer;
  text-align: center;
  column-gap: 5px;
}

.eae-ih-tooltip{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.eae-ih-tooltip-content-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.eae-ih-tooltip-icon-container{
  display: flex;
}

.eae-ih-tooltip-button{
  display: flex;
  gap: 10px;
  max-width: fit-content;
  align-items: center;
}

.eae-ih-tooltip-content-container .eae-ih-tooltip-button{
  color: #fff;
}

.eae-ih-add-tooltip{
  pointer-events: all !important;
}

.eae-ih-tooltip-tour .eae-ih-tooltip-next, .eae-ih-tooltip-tour .eae-ih-tooltip-prev, .eae-ih-tooltip-tour .eae-ih-end-tour, .eae-ih-tooltip-tour .eae-ih-tooltip-button, .eae-ih-tooltip-content-container .eae-ih-tooltip-close-icon, .eae-ih-tooltip-tour .eae-ih-end-tour-btn{
  cursor: pointer;
  color: #fff;
  fill: #fff;
  font-size: 14px;
}

.eae-ih-tooltip-prev svg, .eae-ih-tooltip-next svg, .eae-ih-tooltip-button svg, .eae-ih-tooltip-close-icon svg{
  height: 1em;
  width: 1em;
}

.eae-ih-tooltip-description p:last-child{
  margin-bottom: 0;
}

.eae-ih-tooltip-container{
  display: flex;
  flex-direction: column;
}

.eae-ih-icon-position-after{
  flex-direction: row;
}

.eae-ih-icon-position-before{
  flex-direction: row-reverse;
}

.eae-ih-tooltip-close-icon{
  position: absolute;
  top: 6px;
  right: 12px;
  font-size: 17px;
  color: #fff;
}

.eae-ih-tooltip-content-container .eae-ih-tooltip-close-icon{
  color: #fff;
}

.eae-ih-tooltip-tour{
  display: flex;
  flex-direction: column;
}
.eae-ih-navigation-container{
  display: flex;
}

.eae-ih-tooltip-pre-nxt-btn{
  display: flex;
}

.eae-ih-end-tour-btn-container{
  display: flex;
}

.eae-ih-tooltip-next{
  display: flex;
  align-items: center;
  gap: 5px;
}

.eae-ih-tooltip-prev{
  display: flex;
  align-items: center;
  gap: 5px;
}

.eae-ih-marker-animtion{
  animation-iteration-count:infinite;
}

.eae-ih-end-tour-btn-container{
  text-align: end;
}

.tippy-box .tippy-content{
  padding: 0px;
  overflow: hidden;
}

.eae-ih-add-tooltip .tippy-box{
  background: transparent;
}

.eae-ih-tooltip-heading{
  font-size: 20px;
}

/* Thumbnail CSS Pro */
.eae-thumb-horizontal-inside.eae-thumb-container{
  position: absolute;
  z-index: 3;
  width: 100%;
}

/* left top */
.eae-thumb-inside-vpos-top.eae-thumb-inside-hpos-left .eae-thumb-horizontal-inside.eae-thumb-container {
  bottom: auto;
  top: 0;
  width: auto;
  left: 0;
}

/* left Center */
.eae-thumb-inside-hpos-left.eae-thumb-inside-vpos-middle .eae-thumb-horizontal-inside.eae-thumb-container {
  bottom: auto;
  top: 50%;
  width: auto;
  left: 0;
  margin: unset;
  transform: translateY(-50%);
}


/* left bottom */

.eae-thumb-inside-vpos-bottom.eae-thumb-inside-hpos-left .eae-thumb-horizontal-inside.eae-thumb-container {
  bottom: 0;
  top: auto;
  width: auto;
  left: 0;
}


/* Center Top */
.eae-thumb-inside-hpos-center.eae-thumb-inside-vpos-top .eae-thumb-horizontal-inside.eae-thumb-container{
  top: 0;
  bottom: auto;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Center Middle */
.eae-thumb-inside-hpos-center.eae-thumb-inside-vpos-middle .eae-thumb-horizontal-inside.eae-thumb-container{
  top: 50%;
  margin: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* Center Bottom */
.eae-thumb-inside-hpos-center.eae-thumb-inside-vpos-bottom .eae-thumb-horizontal-inside.eae-thumb-container{
  top: auto;
  bottom: 0;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}


/* Right Top */
.eae-thumb-inside-hpos-right.eae-thumb-inside-vpos-top .eae-thumb-horizontal-inside.eae-thumb-container {
  bottom: auto;
  top: 0;
  width: auto;
  right: 0;
  margin: unset;
  left: unset;
}


/* Right Middle */
.eae-thumb-inside-hpos-right.eae-thumb-inside-vpos-middle .eae-thumb-horizontal-inside.eae-thumb-container {
  bottom: auto;
  top: 50%;
  width: auto;
  right: 0;
  left: unset;
  margin: unset;
  transform: translateY(-50%);
}

/* Right Bottom */
.eae-thumb-inside-hpos-right.eae-thumb-inside-vpos-bottom .eae-thumb-horizontal-inside.eae-thumb-container {
  bottom: 0;
  top: auto;
  width: auto;
  right: 0;
  left: unset;
  margin: unset;
}


/*  Call To Action  */

.eae-cta-wrapper .eae-cta-img{
  overflow:hidden;
}

.eae-cta-wrapper .eae-cta-img img {  
  object-fit: cover;
  width: 100%;
}

.eae-cta-content{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  height: auto;
  z-index: 99;
}
.eae-cta-layout-split .eae-cta-wrapper{
  display: flex;
  /* justify-content: center; */
  overflow: hidden;
}
.eae-cta-layout-cover .eae-cta-img{
  position: relative;
} 
.eae-cta-layout-cover .eae-cta-content{
  position: relative;
  display: flex;
  /* height: 100%; */
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 10px 5px 10px 5px;
  background: 0 0;
  color: #000;
  transition-duration: 1.4s;
  gap: 10px;
}
.eae-cta-content .eae-cta-button {
  display: flex;
  gap: 10px;
}
.eae-cta-button .eae-cta-pri-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.eae-cta-button .eae-cta-sec-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.eae-cta-ribbon.position-left {
  position: absolute;
  z-index: 120;
  top: 0;
  left: 0;
  width: 180px;
  overflow: hidden;
  height: 180px;
}
.eae-cta-ribbon.position-right {
    position: absolute;
    z-index: 120;
    top: 0;
    left: auto;
    right: 0;
    transform: rotate(90deg);
    width: 180px;
    overflow: hidden;
    height: 180px;
}

.eae-cta-ribbon p {
  width: 271px;
    text-align: start;
    margin-top: 23px;
    background-color: #000000;
    transform: translateY(-50%) translateX(-50%) translateX(32px) rotate(-45deg);
    position: absolute;
    top: 0;
    left: 34px;
    color: white;
    text-align: center;
    padding-right: 64px;
}

.eae-cta-layout-cover .eae-cta-wrapper{
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
}
.eae-cta-layout-cover .eae-cta-wrapper .eae-cta-img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform .4s;
  background-size: cover;
  background-position: 50%;
}
.eae-cta-wrapper .eae-cta-content  h2 ,
.eae-cta-wrapper .eae-cta-content   h3 ,
.eae-cta-wrapper .eae-cta-content  h4 ,
.eae-cta-wrapper .eae-cta-content   h5 ,
.eae-cta-wrapper .eae-cta-content  h6
.eae-cta-wrapper .eae-cta-content  p {
  margin-bottom: 0;
  margin: unset;
}

.eae-cta-img{
  position: relative;
  display: flex;
}
.eae-cta-pri-btn{
  background-color: #E9E8E8;
}

.eae-cta-img-ani-zoom-in:hover .eae-cta-img img{
  transform: scale(1.2);

}
.eae-cta-img-ani-zoom-out .eae-cta-img img{
  transform: scale(1.2);

}
.eae-cta-img-ani-zoom-out:hover .eae-cta-img img{
  transform: scale(1);
}
.eae-cta-img-ani-move-left .eae-cta-img img{
  transform: scale(1.2) translateX(8%);
}
.eae-cta-img-ani-move-left:hover .eae-cta-img img{
  transform: scale(1.2) translateX(-8%);
}
.eae-cta-img-ani-move-right .eae-cta-img img{
  transform: scale(1.2) translateX(-8%);
}
.eae-cta-img-ani-move-right:hover .eae-cta-img img{
  transform: scale(1.2) translateX(8%);
}
.eae-cta-img-ani-move-up .eae-cta-img img{
  transform: scale(1.2) translateY(8%);
}
.eae-cta-img-ani-move-up:hover .eae-cta-img img{
  transform: scale(1.2) translateY(-8%);
}
.eae-cta-img-ani-move-down .eae-cta-img img{
  transform: scale(1.2) translateY(-8%);
}
.eae-cta-img-ani-move-down:hover .eae-cta-img img{
  transform: scale(1.2) translateY(8%);
}



.eae-cta-wrapper:hover .eae-cta-con-ani-grow {
  transform: scale(1.1);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-shrink {
  transform: scale(0.85);
}

.eae-cta-wrapper:hover .eae-cta-con-ani-move-right {
  transform: translateX(30px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-move-left {
  transform: translateX(-30px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-move-up {
  transform: translateY(-30px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-move-down {
  transform: translateY(30px);
}

.eae-cta-wrapper:hover .eae-cta-con-ani-zoom-out,  .eae-cta-wrapper:hover .eae-cta-con-ani-zoom-in,  .eae-cta-wrapper:hover .eae-cta-con-ani-fade-out {
  opacity: 0;
}
.eae-cta-wrapper:hover .eae-cta-con-ani-zoom-out {
  transform: scale(0.2);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-zoom-in {
  transform: scale(2);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-right {
  transform: translateX(1000px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-left {
  transform: translateX(-1000px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-up {
  transform: translateY(-600px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-down {
  transform: translateY(600px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-right, .eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-left, .eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-up, .eae-cta-wrapper:hover .eae-cta-con-ani-slide-out-down {
  opacity: 0;
}

.eae-cta-wrapper .eae-cta-con-ani-slide-in-right {
  transform: translateX(1000px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-right {
  transform: translateX(0px);
}

.eae-cta-wrapper .eae-cta-con-ani-slide-in-left {
  transform: translateX(-1000px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-left {
  transform: translateX(0px);
}
.eae-cta-wrapper .eae-cta-con-ani-slide-in-up {
  transform: translateY(-600px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-up {
  transform: translateY(0px);
}
.eae-cta-wrapper .eae-cta-con-ani-slide-in-down {
  transform: translateY(600px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-down {
  transform: translateY(0px);
}
.eae-cta-wrapper:hover .eae-cta-con-ani-slide-in-right, .bultr-cta-main-default:hover .eae-cta-con-ani-slide-in-left, .bultr-cta-main-default:hover .eae-cta-con-ani-slide-in-up, .bultr-cta-main-default:hover .eae-cta-con-ani-slide-in-down, .bultr-cta-main-default:hover .eae-cta-con-ani-fade-in {
  opacity: 1;
}
.eae-cta-wrapper .eae-cta-con-ani-fade-in {
  opacity: 0;
}
.eae-cta-wrapper:hover .eae-cta-con-ani-fade-in {
  opacity: 1;
}
.eae-cta-overlay{
  position: absolute;
  bottom: 0px;
  width: 100%;
  opacity: 1;
  height: 100%;
  transition: .5s ease;
  z-index: 99;
  pointer-events: none;
}
.eae-cta-wrapper .eae-cta-content .eae-cta-title,
.eae-cta-wrapper .eae-cta-content .eae-cta-sub-title,
.eae-cta-wrapper .eae-cta-content .eae-cta-description{
  line-height: 2;
}
.eae-cta-wrapper .eae-cta-content .eae-cta-button .eae-cta-pri-btn,
.eae-cta-wrapper .eae-cta-content .eae-cta-button .eae-cta-sec-btn{
  line-height: 1.6;
}
.eae-cta-content .eae-cta-button a{
  text-decoration: none;
  color: #000;
}
.eae-cta-layout-split .eae-cta-content {
  z-index: 2;
}
.eae-cta-layout-split .eae-cta-img {
  z-index: 0;
}
.eae-cta-pri-btn,
.eae-cta-sec-btn{
  cursor: pointer;
}

.eae-cta-button .eae-cta-pri-btn,
.eae-cta-button .eae-cta-sec-btn{
  background-color: #E9E8E8;
}  
/* EAE - Table Of content */

.eae-toc-wrapper{
  overflow: hidden;
  background-color: white;
}

.eae-toc-heading-container{
  display: flex;
  align-items: center;
  padding: 16px;
  width: 100%;
}

.eae-toc-wrapper:not(.eae-toc-sticky){
  max-width: 100%;
}

.eae-toc-heading-container .eae-toc-heading{
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100%;
  font-size: 18px;
}

.eae-toc-headings-wrapper{
  width: 100%;
  border: 2px solid black;
  padding: 20px;
  overflow: auto;
}

.eae-toc-headings-wrapper ul{
  list-style-type: none;
  /* padding-left: 0px; */
}

.eae-toc-counter ul{
  counter-reset: toc-heading;
}

.eae-toc-heading-anchor-wrapper{
  display: flex;
  gap: 5px;
  align-items: center;
}
.eae-toc-headings-wrapper ul li i{
  font-size: 10px;
}

.eae-toc-word-wrap ul li a{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.eae-toc-hide{
  display: none;
}

.eae-toc-active .eae-toc-icon-wrap .eae-toc-icon{
  display: none;
}

.eae-toc-active .eae-toc-icon-wrap .eae-toc-active-icon{
  display: block;
}

.eae-toc-active-icon{
  display: none;
}

.eae-toc-sticky{
  position: fixed;
}

.eae-toc-wrapper{
  width: 400px;
}

.elementor-widget.eae-toc-fix{
  position:absolute;
  bottom: 0px;
}

.eae-toc-wrapper{
  width: 100%;
}

.eae-toc-wrapper.eae-toc-sticky{
  width: 400px;
}

.eae-toc-collapse{
  cursor: pointer;
}

.eae-toc-icon-heading-wrapper{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 5px;
}
.eae-toc-icon-wrap{
  display: flex;
  align-items: center;
}

.eae-toc-heading-anchor-wrapper .eae-toc-heading-anchor{
  width: 100%;
  color: #7A7A7A;
}

.eae-toc-headings-wrapper ul{
  padding-left: 0px;
  margin: unset;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.eae-toc-headings-wrapper li ul{
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

.eae-toc-headings-wrapper ul li{
  display: flex;
  flex-direction: column;
}

.eae-toc-scroll{
  scroll-behavior: smooth;
}

/*  Coupon Code */

/* this is added due to global css break in layout if we give default css using control */

/* defualt global style start version 1.12.13 */
.eae-coupon-wrapper .eae-code , 
.eae-cc-button,
.eae-exp-date span,
.eae-exp-date, 
.eae-re-btn,
.pop-visit-btn,
.eae-coupon-popup-link{
    font-family: var( --e-global-typography-accent-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-accent-font-weight );
    
}
.eae-cc-button,
.eae-re-btn,
.pop-visit-btn,
.eae-coupon-popup-link{
  background-color: var( --e-global-color-accent );
}
.eae-cc-button:hover,
.eae-re-btn:hover,
.pop-visit-btn:hover,
.eae-coupon-popup-link:hover{
  color: #fff;
}



/* defualt global style end */
.wts-eae-coupon-code-wrapper{
  display: flex;
  flex-direction: column;
  /* width: fit-content; */
  align-items: center;
  gap: 10px;
  width: 100%;
  overflow: hidden;
}

.eae-code{
  padding: 10px 20px;
}

.eae-cc-button{
  color: white;
  min-width: 150px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.eae-scratch-btn{
  background-color: black;
  color: white;
  max-width: 150px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;

}
.eae-code{
  width: fit-content;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  background-color: #f8f8f8;
  font-size: 16px;
  resize: none;
}

.eae-code.disable{
  display: none;
}

.eae-peel-wrapper{
  max-width: 540px;
  height: 300px;
  margin: 25px auto; 
  overflow: hidden;
}

.pl-cp-code{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
.eae-top,
.eae-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.peel-bottom .peel-bottom-shadow{
  pointer-events: none;
}
.eae-back-cc-btn{
  display: flex;
}
.eae-back-vst-btn{
  background-color: white;
  padding: 3px 14px;
}
.white-popup {
  position: relative;
  background: #FFF;
  padding: 50px 10px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
  overflow-y: auto;
 
}
.eae-wp-modal-box .eae-close{
  position: absolute;
  top: 2%;
  right: 2%;
  font-size: 25px;
  color: #000000;
}

.eae-coupon-popup.eae-close-btn-in .eae-close{
  color : #000000;
}

.eae-wp-modal-box button.eae-close:hover{
  color: #000000;
  background-color: unset;
}

.eae-coupon-popup .mfp-content{
  width: 50%;
  cursor: auto;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
 .eae-coupon-popup .mfp-container{
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.eae-coupon-popup .mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.eae-coupon-popup.mfp-ready{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 1;
  background-color: rgba(0,0,0,0.75);
}
.eae-coupon-popup-link{
  color: white;
  min-width: 150px;
  text-align: center;
  justify-content: center;
  padding: 10px 20px;
  display:flex;
  align-items: center;
  gap: 10px;
}
.pop-visit-btn{
  color: white;
  text-align: center;
  padding: 6px 15px;
  cursor: pointer;
}
.eae-coupon-wrapper{
  display: flex;
}
.eae-exp-date span {
  font-weight: bold;
}
.eae-scratch-container .eae-back-wrapper{
  background-color: rgb(156, 156, 160);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
}
.eae-scratch-container{
  height: 300px;
  width: 300px;
}

.eae-coupon-slide{
  height: 250px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}
.eae-slide-fr{
  background-color: #C2CBD2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index:  10;
}
.eae-coupon-back{
  background-color: rgb(156, 156, 160);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.eae-scratch-container{
  position: relative;
    overflow: hidden;
}
.wts-eae-coupon-code-wrapper a:hover{
  color: #fff;
}
.eae-coupon-wrapper .eae-cc-btn-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-visit-btn:hover{
  color: #fff;
}

.eae-coupon-slide .eae-slide-fr{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
[data-elementor-device-mode="mobile"]  .eae-cc-button,
[data-elementor-device-mode="mobile"]  .eae-code,
[data-elementor-device-mode="mobile"] .eae-coupon-popup .mfp-content .eae-cc-button,
[data-elementor-device-mode="mobile"] .eae-coupon-popup .mfp-content .eae-code{
  min-width: 100px;
}

[data-elementor-device-mode="mobile"] .eae-coupon-popup .mfp-content{
  min-width: 90%;
}
.eae-coupon-slide .eae-coupon-back{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.eae-re-btn{
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  color: white;
}
.white-popup .eae-back-title,
 .eae-back-title,
.eae-coupon-slide .eae-scratch-title{
    font-size: 24px;
}
.eae-back-btn{
  display: flex;
  align-items: center;
}
.eae-coupon-popup svg.eae-close{
  width: 28px;
  height: 28px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  background-color: #000000;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
}
.eae-slide-fr::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.eae-scratch-title,.eae-scratch-des{
z-index: 10;
}


/*  woo coupon  */
.eae-wp-content-wrapper{
  display: flex;
  width: 100%;
}
.eae-woo-products img{
  width: 100%;
  object-fit: cover;
}
.wp-split-layout .eae-wp-content{
  padding: 10px 20px;
}
.eae-woo-products.eae-wp-grid{
  display: grid;
  /* grid-auto-flow: column; */
  padding: 10px;
  width: 100%;
  column-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 40px;
  grid-auto-flow: unset;
}
.wp-cover-layout .eae-wp-content-inner{
  display: flex;
  flex-direction: column;
  /* height: 100%; */
}
.eae-wp-content{
  display: flex;
  flex-direction: row;
}
.eae-product-card{
  display: flex;
  flex-direction: column;
  padding: 0px;
  overflow: hidden;
  height: 100%;
}
.eae-wp-content .eae-wp-content-inner{
  display: flex;  
  flex-direction: column;
  gap: 5px;
}
.eae-woo-split-up .eae-woo-products.wp-preset2 .eae-wp-content-outer,
.eae-woo-split-down .eae-woo-products.wp-preset2 .eae-wp-content-outer{
  justify-content: space-between;
}
.eae-woo-products.wp-cover-layout .eae-wp-content-button a{
  color: #ffffff;
  border: 1px solid #ffffff;
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-left: 40px;
  border-radius: 8px;
  margin-top: 8px;
  align-self: center;
}
.wp-preset2 .eae-wp-content{
  display: flex;  
  flex-direction: column;
} 
  
.eae-wp-content-outer{
  display: flex;
  flex-direction: row;
}

.wp-split-layout.wp-preset2 .eae-wp-content-button .eae-wp-icon{
  width: 100%;
  color: #2196f3;
  background: #1e69b8;
  border: none;
  border-radius: 5px;
  padding-top: 10px;
  padding-right: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  overflow: hidden;
}
.eae-wp-icon svg{
  width: 1em;
    height: 1em;
    position: relative;
    display: block;
}
.wp-preset2 .eae-wp-content-button{
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  /* width: 100%; */
  padding: 10px 0px;
}
.wp-preset1 .eae-wp-button{
  display: flex;
  flex-wrap: wrap;
  /* height: 100%; */
  /* width: 100%; */
  order: 10;
  gap: 10px;
  flex-direction: row;
  align-self: center;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
}

.wp-preset2 .eae-wp-content-button .eae-wp-icon{
  display:flex ;
  align-items: center;
  justify-content: center;
}
.wp-preset1 .eae-wp-content{
  display: flex;
  justify-content: space-between;
}

.wp-split-layout.wp-preset1 .eae-wp-content-button .eae-wp-icon{
  color: #ffffff;
  fill : #ffffff;
  align-items: center;
  font-size: 15px;
  text-align: center;
  background: #1e69b8;
  border: 1px solid rgba(53, 135, 222, 0.73);
  border-radius: 50px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.eae-wp-content-button{
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  /* width: 100%; */
  display: flex;
  padding: 10px 0px;
}

.eae-wp-image.wp-media-btn{
  position: relative;
  overflow: hidden;
  display: flex;
}
.eae-wp-media-btn{
  position: absolute;
  right: 20px;
  top: 10px;
  display: flex;
  gap: 10px;
  z-index: 20;
}

.eae-wp-media-btn.enable-hover{
  visibility: hidden;
}
.eae-wp-media-btn a{
  padding: 8px 10px 8px 10px;
    background: #f5f5f5;
    border: 1px solid rgba(30, 105, 184, 0.58);
}
.eae-wp-media-btn i{
    color: rgba(30, 104, 183, 0.92);
    font-size: 12px;
}
.eae-wp-media-btn svg{
  fill: rgba(30, 104, 183, 0.92);
}

.eae-wp-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  width: fit-content;
  gap: 2px;
}
.eae-product-card:hover .eae-wp-media-btn.enable-hover{
  visibility: visible;
}

.wp-cover-layout .eae-product-card{
  position: relative;
}

.wp-cover-layout.wp-preset1 .eae-product-card .eae-wp-content {
  position: absolute;
  background-color: #00000055;
  color: #fff;
  flex-direction:column;
  transition: all 0.7s linear;
  width: 100%;
  height: 100%;
  top: auto;
}

.wp-cover-layout.wp-preset1 .eae-wp-content-inner{
  align-items: center;
  justify-content: center;

}
.wp-cover-layout.wp-preset1 .eae-wp-content{
    display: flex;
    /* flex-direction: column; */
    align-self: center;
    justify-content: center;
    align-items: center;
}

.wp-cover-layout.wp-preset2 .eae-wp-content{
  display: flex;
  /* flex-direction: column; */
  overflow: hidden;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  align-items: center;
  text-align: center;
  background-image: linear-gradient(0, #0000008a, #0000008a);
  color: #e0e0e0;
  font-family: serif;
  width: 100%;
  height: 40%;
  padding: 10px;
  transition: all 0.7s linear;
}
.wp-cover-layout.wp-preset2 .eae-wp-content-inner{
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.wp-cover-layout.wp-preset2 .eae-product-card:hover .eae-wp-content{
  height:60%;
}

.eae-wp-modal-box.mfp-wrap{
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
}
.eae-wp-modal-box .mfp-content{
    height: 80%;
    max-height: 80%;
    position: relative;
    background: #FFF;
    padding: 20px;
    width: 80%;
    max-width: 80%;
    margin: 20px auto;
    overflow-y: scroll;
    top: 10%;
}
.eae-wp-modal-box .mfp-container{
  text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-bg.eae-wp-modal-box{
  top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}
.eae-wp-popup-container{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.woocommerce-product-gallery{
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 50%;
}
.wp-popup-content{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: start;
  width: 60%;
  gap: 10px;
}
.eae-wp-slider{
  box-sizing: content-box;
  display: grid;
  grid-auto-flow: column;
  height: 100%;
  max-height: inherit;
  min-height: inherit;
  position: relative;
  transition-property: transform;
  width: 100%;
  z-index: 1;
  gap: 10px;
}
.eae-woo-products .eae-wp-content-inner .eae-wp-des{
  text-align: center;
}
.eae-woo-products .eae-wp-rating{
  display: flex;
  font-size: 14px;
  gap: 3px;  
}
.eae-wp-content-button .eae-wp-icon,
.eae-wp-media-btn .eae-wp-icon{
  display: flex;
  width: 100%;
}

.eae-woopro-swiper.eae-swiper-outer-wrapper .eae-swiper-slide{
  height: 100%;
}
.eae-woopro-swiper{
  display: flex;
  width: 100%;
}

.eae-content-btn-left .eae-wp-content{
  flex-direction: row-reverse;
}

.eae-content-btn-up .eae-wp-content{
  flex-direction: column-reverse;
}

.eae-content-btn-right .eae-wp-content{
  flex-direction: row;
}

.eae-content-btn-down .eae-wp-content{
  flex-direction: column;
}
.eae-content-btn-right .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-outer,
.eae-content-btn-left .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-outer{
  flex-direction: column;
  width: 100%;
}
.eae-content-btn-right .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-button,
.eae-content-btn-left .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-button{
  width: 100%;
}
.eae-content-btn-right .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-button a,
.eae-content-btn-left .eae-woo-products.wp-preset2 .eae-wp-content .eae-wp-content-button a{
 height: fit-content;
}



.eae-content-btn-up .eae-wp-button,
.eae-content-btn-up .eae-wp-button.wp-layout-horizontal .eae-wp-content-button,
.eae-content-btn-down .eae-wp-button.wp-layout-horizontal .eae-wp-content-button,
.eae-content-btn-down .eae-wp-button{
width: 100%;
}
.eae-wp-btn-layout-vertical .eae-wp-content-button{
  flex-direction: column;
}
.eae-product-card .eae-wp-image img{
  width: 100%;
  object-fit: cover;
}
.wp-img-overlay{
  position: absolute;
  bottom: 0px;
  width: 100%;
  opacity: 1;
  height: 100%;
  transition: .5s ease;
  z-index: 10;
  pointer-events: none;
}

.eae-product-card .eae-wp-content .eae-wp-content-inner a{
  text-decoration: none;
  color: unset;
}

.eae-wp-content-inner .eae-wp-price{
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-family: serif;
  gap: 10px;
  order: 2;
}
.elementor-widget-eae-woo-products {
  --eae-wp-badge-height: 18px;
  --eae-wp-badge-width: 15px;
  --eae-wp-border-radius:3px;
  --eae-wp-img-width: 100%; 
}
.eae-woo-split-right .eae-wp-image,
.eae-woo-split-left .eae-wp-image{
  --eae-wp-img-width:50%;
  width: var(--eae-wp-img-width);
}
.eae-wp-sale-tag {
    position: absolute;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 10px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.eae-wp-sale-tag .wp-sales{
  z-index: 9;
}
.eae-wp-sale-tag.eae-preset2,.eae-wp-sale-tag.eae-preset4,.eae-wp-sale-tag.eae-preset5{
  overflow: visible;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  box-shadow: none;
}

.eae-wp-sale-tag.eae-preset1.eae-position-left{
  position: absolute;
  display: flex;
  background-color: #1e69b8;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  z-index: 3;
  left: 0;
  right: auto;
}

.eae-wp-sale-tag.eae-preset1.eae-position-right{
  position: absolute;
  display: flex;
  background-color: #1e69b8;
  color: #fff;
  right: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 10px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.eae-wp-sale-tag.eae-preset2.eae-position-left{
  height: 20px;
}
.eae-wp-sale-tag.eae-preset2.eae-position-left::before{
  border-left-color: transparent !important;
  display: inline-block;
  content: "";
  height: 20px;
  position: absolute;
  right: calc(var(--eae-wp-badge-height,15px)* -1);
  top: 0;
  border-top-width:  calc(var(--eae-wp-badge-height,15px)/2);
  border-bottom-width:  calc(var(--eae-wp-badge-height,15px)/2);
  border-left-width:  calc(var(--eae-wp-badge-height,15px)/2);
  border-style: solid;
  border-color: #000;    
  border-right: calc(var(--eae-wp-badge-width)*2) solid transparent;
  transform: rotate(180deg) ;
}
.eae-wp-sale-tag.eae-preset2.eae-position-right::before{
  border-left-color: transparent !important;
  display: inline-block;
  content: "";
  position: absolute;
  right: auto;
  left: -20px;
  top: 0;
  border-top-width:  calc(var(--eae-wp-badge-height,15px)/2);
  border-bottom-width:  calc(var(--eae-wp-badge-height,15px)/2);
  border-right-width:  calc(var(--eae-wp-badge-height,15px)/2);
  border-style: solid;
  border-color: #000;
  border-left: 15px solid transparent;
  transform: rotate(0deg) ;

}
.eae-wp-sale-tag.eae-preset2.eae-position-left{
  left: 0;
  right: auto;
}
.eae-wp-sale-tag.eae-preset2.eae-position-right{
   left: auto;
   right:0;
}

.eae-wp-sale-tag.eae-preset3{
  width: 250px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.eae-wp-sale-tag.eae-preset3.eae-position-left{
  left:50px;
  top: 50px;
  right: auto ;
  transform: translate(-50%, -50%) rotate(-45deg);
  
}
.eae-wp-sale-tag.eae-preset3.eae-position-right{
  left:auto ;
  right: 50px;
  top: 50px;
  transform: translate(42%, 42%) rotate(45deg);
}


.eae-wp-sale-tag.eae-preset4.eae-position-left::after{
  right: 0px;
}
.eae-wp-sale-tag.eae-preset4.eae-position-right::after{
  left: 0px;
}
.eae-wp-sale-tag.eae-preset4::after{
  display: block;
  content: '';
  position: absolute;
  background: #ffffff;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.eae-wp-sale-tag.eae-preset4::before{
  position: absolute;
  top: 0px;
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top-width: calc(var(--eae-wp-badge-height,15px)/2);
  border-bottom-width: calc(var(--eae-wp-badge-height,15px)/2);

}
.eae-wp-sale-tag.eae-preset4.eae-position-left::before{
  right: -16px;
  border-left: 15px  solid #2196f3;

}
.eae-wp-sale-tag.eae-preset4.eae-position-right::before{
  left: -16px;
  border-right: 15px solid #6D71F9;

}
.eae-wp-sale-tag.eae-preset4.eae-position-left{
  left: 0;
  right: auto;
}
.eae-wp-sale-tag.eae-preset4.eae-position-right{
   left: auto;
   right:0;
}

.eae-wp-sale-tag.eae-preset5{
  border-radius: var(--eae-wp-border-radius,5px);
  border-top-right-radius: 0px;
}
.eae-wp-sale-tag.eae-preset5::after{
  position: absolute;
  content: '';
  display: block;
  width: calc(var(--eae-wp-badge-height,10px)/2);
  height: 100%;
  bottom: 0px;
  background: #000;
  border-radius: 0px var(--eae-wp-border-radius,5px) var(--eae-wp-border-radius,5px) 0px;

}
.eae-wp-sale-tag.eae-preset5.eae-position-left{
  left: 0px;
  right: auto;
}
.eae-wp-sale-tag.eae-preset5.eae-position-right{
  left: auto;
  right: 0px;
}
.eae-wp-sale-tag.eae-preset5.eae-position-left::after{
  right: -10px;
  transform: skew(-15deg);
}
.eae-wp-sale-tag.eae-preset5.eae-position-right:after{
  left: -8px;
  transform: skew(15deg) rotate(180deg);
}
.eae-product-card .eae-wp-sale-tag .wp-sales{
  min-width: 45px;
  
}

.eae-woo-split-left .eae-product-card .eae-wp-content,
.eae-woo-split-right .eae-product-card .eae-wp-content{
  flex-direction: column;
  justify-content: center;
  --eae-wp-img-width : 50%;
}
.eae-woo-split-left .eae-product-card .eae-wp-content .eae-wp-content-outer,
.eae-woo-split-right .eae-product-card .eae-wp-content .eae-wp-content-outer{
  
  flex-direction: column;
  /* justify-content: center; */
}
.eae-woo-split-right .wp-split-layout .eae-wp-content , .eae-woo-split-left .wp-split-layout .eae-wp-content{
  width: calc(100% - var(--eae-wp-img-width));
}
.eae-woo-split-left .eae-product-card .eae-wp-image,
.eae-woo-split-right .eae-product-card .eae-wp-image{
  max-width: var(--eae-wp-img-width , 50%);
  height: auto;
}

.eae-woo-split-left .eae-product-card .eae-wp-button,
.eae-woo-split-right .eae-product-card .eae-wp-button{
  width: 100%;
  justify-content: flex-start;
}

.eae-woo-products .swiper-flip{
  overflow: hidden;

}



/* --------cover hover animation----------- */

.wp-cover-layout.wp-preset1 .eae-product-card.enable-hover-animation .eae-wp-content{
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s linear;
}
.wp-cover-layout.wp-preset1 .eae-product-card.enable-hover-animation .eae-wp-content{
  position: absolute;
  background-color: #00000055;
  color: #fff;
  transition: all 0.7s linear;
}
.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-bottom .eae-wp-content{
  bottom : -100%;
  width: 100%;
  height: 0%;
  top: auto;
}
.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-top .eae-wp-content{
  top : 0px;
  width: 100%;
  height: 0%;
}
.wp-preset1 .eae-product-card.wp-hover-bottom:hover .eae-wp-content,.wp-preset1 .eae-product-card.wp-hover-top:hover .eae-wp-content {
  opacity: 1;
  height: 100%;
  visibility: visible;
  bottom: 0px;
}


.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-left .eae-wp-content{
  left : -100%;
  height: 100%;
  width: 100%;
}
.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-right .eae-wp-content{
  right : -100%;
  height: 100%;
  width: 100%;
}
.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-left:hover .eae-wp-content{
  opacity: 1;
  left: 0;
  width: 100%;
  visibility: visible;
}
.wp-cover-layout.wp-preset1 .eae-product-card.wp-hover-right:hover .eae-wp-content{
  opacity: 1;
  right: 0;
  width: 100%;
  visibility: visible;
}
.eae-content-btn-down .eae-woo-products .eae-product-card .eae-wp-content-button ,
.eae-content-btn-up .eae-woo-products .eae-product-card .eae-wp-content-button{
  width: 100%;
}
.eae-content-btn-up .eae-woo-products.wp-preset1 .eae-product-card .eae-wp-content-button .eae-wp-icon,
.eae-content-btn-down .eae-woo-products.wp-preset1 .eae-product-card .eae-wp-content-button .eae-wp-icon{
  width: fit-content;
}
.eae-product-card .eae-wp-button .eae-wp-icon,
.eae-product-card .eae-wp-content-button .eae-wp-icon{
  color: #FFF;
}

.eae-woo-products.wp-split-layout.wp-preset1 .eae-product-card{
  border: 1px solid #cccccc8c;
  box-shadow: 0px 0px 9px 2px #ccccccb0;
  overflow: hidden;
}
.eae-woo-products.wp-split-layout.wp-preset2 .eae-product-card{
    border: 1px solid #cccccc8c;
    border-radius: 10px;
}
.eae-product-card .eae-wp-title{
  display: flex;
  font-size: 20px;
  line-height: 1.3;
  font-family: 'serif', sans-serif;
  font-weight: 500;
}
.eae-wp-des{
  font-size: 12px;
    font-weight: 400;
    text-align: left;
}

[data-elementor-device-mode="mobile"] .eae-wp-modal-box .eae-wp-popup-container{
  display: flex;
  flex-direction: column;
}
[data-elementor-device-mode="mobile"] .eae-wp-modal-box .wp-popup-content{
  width: 100%;
}

/* Reviews Widget */

.eae-rw-icon{
  position: absolute;
  right: 20px;
  top: 20px;
}

.eae-rw-wrapper .eae-rw-item{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  border: 1px solid #E1E1E1;
  padding: 15px;
  border-radius: 4px;
  transition-duration: .4s;
  overflow: hidden;
}

.eae-rw-wrapper{
  display: grid;
}

.eae-rw-wrapper.eae-swiper-container{
  margin-left: unset;
  margin-right: unset;
}

.eae-rw-wrapper .eae-rw-name{
  margin: 0;
}

.eae-rw-name{
  font-size: 20px;
}

.eae-rw-image-container img{
  width: 100%;
}

.eae-rw-image-container{
  min-width: fit-content;
  overflow: hidden;
}

.eae-rw-item .eae-rw-button{
  text-decoration: none;
  padding: 5px 15px;
  border-radius: 3px;
  color: #ffffff;
}

.eae-rw-separator{
  width: 100%;
  border-top: 0px;
  border-style: solid;
  border-color: #00000026;
}

.eae-rw-container{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eae-rw-header .eae-rw-header-button{
  padding: 8px 17px;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  height: fit-content;
}
.eae-rw-heading{
  margin: unset;
}
.eae-rw-review-details-container{
  flex-direction: column;
  display: flex;
  align-items: center;
}

.eae-rw-header{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: rgb(127 127 127 / 10%);
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  transition-duration: .4s;
}
.eae-rw-header-content{
  display: flex;
  align-items: center;
  gap: 20px;
}

.eae-rw-star-container, .eae-rw-header-star-container{
  display: flex;
  flex-direction: row;
}

.eae-rw-star-container{
  width: 100%;
}

.eae-rw-date{
  width: 100%;
}

.eae-rw-e-icon-container{
  position: relative;
}

.eae-rw-e-marked{
  position: absolute;
  overflow: hidden;
}

.eae-rw-e-marked svg, .eae-rw-e-unmarked svg{
  width: 1em;
    height: 1em;
    position: relative;
    display: block;
}

.eae-rw-e-marked i {
  color : #f0ad4e;
}
.eae-rw-e-marked svg{
  fill : #f0ad4e;
}

.eae-rw-e-unmarked i{
  color: #CCD6DF;
}

.eae-rw-e-unmarked svg{
  fill : #CCD6DF;
}

.eae-rw-rating-num{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background-color: rebeccapurple;
  padding: 5px 10px;
  color: white;
  border-radius: 20px;
  font-size: 12px;
}

.eae-rw-rating-num i{
  font-size: 10px;
}

.eae-rw-header-content .eae-rw-header-title{
  margin: unset;
}

.eae-rw-name-wrap{
  width: 100%;
}

.eae-rw-details-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.eae-rw-data-wrapper{
  display: flex;
  align-self: start;
  align-items: center;
  width: 100%;
  gap: 5px;
}

.eae-rw-preset-bottom .eae-rw-data-wrapper{
  order: 4;
}

.eae-rw-preset-bottom .eae-rw-separator{
  order: 3;
}

.eae-rw-preset-bottom .eae-rw-review-text-container{
  order: 1;
}

.eae-rw-preset-bottom .eae-rw-button{
  order: 2;
}

.eae-rw-container.eae-swiper-outer-wrapper .eae-swiper-slide{
  height: auto;
}

.eae-rw-e-icon-container svg{
  height: 1em;
  width: 1em;
}
.eae-rw-e-icon-container{
  display: flex;
  align-items: center;
}

/* Woo Category */

.elementor-widget-eae-woo-category {
  --eae-wc-column: 4;
}


.eae-woo-cat-wrapper{
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
/* Globaly Overflow Hidden added for Slider */
.eae-swiper-outer-wrapper .eae-swiper.swiper-flip{
  overflow: hidden;
}
.eae-woo-cat-wrapper .eae-category{
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.eae-woo-cat-wrapper .eae-grid-layout{
  display: grid;
  grid-auto-flow: column;
  padding: 10px;
  width: 100%;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(var(--eae-wc-column), 1fr);
  grid-auto-flow: unset;
}
.eae-woo-cat-wrapper .eae-category-card{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
}
.eae-woo-cat-wrapper .eae-category-card .eae-image,
.eae-woo-cat-wrapper .eae-category-card .eae-image a{
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.eae-woo-cat-wrapper .eae-category-card .eae-image a img{
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.eae-woo-cat-wrapper .eae-category-card .eae-category-content{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.eae-woo-cat-wrapper .eae-category-card .eae-category-content .eae-title{
  word-break: break-all;
  font-size: 1.6em;
}
.eae-woo-cat-wrapper .eae-category-card .eae-category-content .eae-heading-wrap{
  display: flex;
  align-items: center;
  gap: 5px;
}
.eae-woo-cat-wrapper  .eae-category-content .eae-heading-wrap.eae-pst-1{
  flex-wrap: wrap;
}
.eae-woo-cat-wrapper .eae-category-content .eae-heading-wrap.eae-pst-left{
   flex-direction: row-reverse;
}
.eae-woo-cat-wrapper .eae-category-content .eae-heading-wrap.eae-pst-right{
   flex-direction: row;
}

.eae-woo-cat-wrapper  .eae-category-content .eae-count{
  font-size: 16px;
  font-weight: 500;
}
.eae-woo-cat-wrapper  .eae-category-content h1,
.eae-woo-cat-wrapper  .eae-category-content h2,
.eae-woo-cat-wrapper  .eae-category-content h3,
.eae-woo-cat-wrapper  .eae-category-content h4,
.eae-woo-cat-wrapper  .eae-category-content h5{
  margin: unset;
}
.eae-woo-cat-wrapper  .eae-category-content .eae-title a{
  color: unset;
}
.eae-woo-cat-wrapper .eae-category-content .eae-description{
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.eae-woo-cat-wrapper  .eae-category-content .eae-buttons{
  padding: 10px 18px;
  margin: 10px 0px;
  font-size: 16px;
  background-color: black;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-width: fit-content;
  justify-content: center;
  cursor: pointer;

}
.eae-category-card .eae-category-content .eae-count{
  font-size: 16px;
  font-weight: 500;
}
.eae-swiper-outer-wrapper .eae-swiper.swiper-flip{
  overflow: hidden;
}
.eae-woo-cat-wrapper  .eae-category-content .eae-child-category{
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  flex-wrap: wrap;
}
 /* .elementor-widget-eae-woo-category .eae-swiper-outer-wrapper .eae-swiper-slide{
  height: unset;
} */
.eae-woo-category-swiper .eae-category-card.eae-swiper-slide{
  height: unset;
}

.eae-woo-cat-wrapper .eae-category-content .eae-child-category li{
  list-style: none;
}
.eae-woo-cat-wrapper .eae-category-card{
  border:1px solid #eee;
  border-radius: 5px;
  box-shadow: 5px 4px 4px 0 #cacaca5e;
}

/* style 1 */

.eae-style1 .eae-category-card .eae-category-content{
  position: none;
  flex-grow: 1;
  justify-content: space-between;
}

.eae-woo-split-up .eae-style1 .eae-category-card .eae-image,
.eae-woo-split-down #eae-style1 .eae-category-card .eae-category-content{
    width: 100% !important;
}
.eae-woo-split-left .enable-stacked .eae-style1 .eae-category-card{
    flex-direction: column !important;
}
.eae-woo-split-right  .enable-stacked .eae-style1 .eae-category-card{
    flex-direction: column-reverse !important;
}
/* style 2 */
.eae-style2  .eae-category-card{
  flex-direction: row;
  position: relative;
}

.eae-style2 .eae-category-card .eae-image{
  position: relative;
  width: 100% ;
}
.eae-style2 .eae-category-card .eae-category-content{
  position: absolute;
  bottom: 0px;
  background-color: #00000055;
  color : #fff;
  min-height: 30%;
}

/* style 3 */
.eae-style3  .eae-category-card{
  flex-direction: row;
  position: relative;
}

.eae-style3 .eae-category-card .eae-image{
  position: relative;
  width: 100% !important;
}
.eae-style3 .eae-category-card .eae-category-content{
  position: absolute;
  background-color: #00000055;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.eae-style3 .eae-hvr-bottom.eae-category-card .eae-category-content{
  bottom : -100%;
  width: 100%;
  height: 0%;
}
.eae-style3 .eae-hvr-top.eae-category-card .eae-category-content{
  top : 0px;
  width: 100%;
  height: 0%;
}
.eae-style3 .eae-hvr-bottom.eae-category-card:hover .eae-category-content , .eae-style3 .eae-hvr-top.eae-category-card:hover .eae-category-content{
  opacity: 1;
  height: 100%;
  visibility: visible;
  bottom: 0px;
}


.eae-style3 .eae-hvr-left.eae-category-card .eae-category-content{
  left : -100%;
  height: 100%;
  width: 100%;

}
.eae-style3 .eae-hvr-right.eae-category-card .eae-category-content{
  right : -100%;
  height: 100%;
  width: 100%;

}
.eae-style3 .eae-hvr-left.eae-category-card:hover .eae-category-content{
  opacity: 1;
  left: 0;
  width: 100%;
  visibility: visible;
}

.eae-style3 .eae-hvr-right.eae-category-card:hover .eae-category-content{
  opacity: 1;
  right: 0;
  width: 100%;
  visibility: visible;
}
.eae-category-card .eae-image.enable-scale img{
  transition: all .3s ease-in-out;
}
.eae-category-card:hover .eae-image.enable-scale img{
  transform: scale3d(1.2,1.2,1);
  transition: all .3s ease-in-out;
}


/*  Testimonial */
.elementor-widget-eae-testimonial{
  --columns: 1;
}

.eae-testimonial-wrapper{
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
.eae-testimonial-wrapper .eae-testimonial-container{
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  gap: 10px;
}
.eae-testimonial-wrapper.eae-grid-layout{
  display: grid;
  grid-auto-flow: column;
  /* padding: 10px; */
  width: 100%;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(var(--columns), 1fr);
  grid-auto-flow: unset;
}
.eae-testimonial-container.eae-pre1 .eae-testimonial-content{
  align-items: center;

}
.eae-testimonial-wrapper .eae-testimonial-content{
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  backface-visibility: hidden;
}
.eae-testimonial-wrapper .eae-ts-content-section,
.eae-testimonial-wrapper .eae-testimonial-content{
  gap: 5px;
}
.eae-testimonial-wrapper .eae-content-img .eae-avatar-image{
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.eae-testimonial-wrapper .eae-content-img{
  padding: 5px;
  width: 70px;
  height: 70px;
}

/* Preset 2  */
.eae-testimonial-container.eae-pre2 .eae-testimonial-content{
    flex-direction: row;
}
.eae-pre2 .eae-ts-content-section{
  padding: 0 50px;
}
.eae-pre2 .eae-author-info-wrapper{
  flex-direction: row;
}
.eae-testimonial-container.eae-pre2 .eae-additional-image{
  width: 30%;
  display: flex;
}
.eae-testimonial-container .eae-additional-image img{
  object-fit: cover;
  overflow: hidden;
  width: auto;
}
.eae-testimonial-container.eae-pre2 .eae-ts-content-section{
  flex: 1;
}
.eae-ts-content-section{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.eae-author-info-wrapper{
  display: flex;
  flex-direction: column;
  
}
/* preset 3 */
.eae-testimonial-container.eae-pre3 .eae-ts-content-section{
  justify-content: center;
}
.eae-testimonial-container.eae-pre3 .eae-testimonial-content{
  flex-direction:row;
}
.eae-testimonial-container.eae-pre3 .eae-ts-img-wrapper .eae-ts-overlay-block .eae-ts-info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  padding: 24px 34px;
  background: rgb(53 45 45 / 24%);
  backdrop-filter: blur(11px);
  -webkit-backdrop-filter: blur(14.6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.eae-testimonial-container.eae-pre3 .eae-ts-img-wrapper .eae-ts-overlay-block{
  display: flex;
  width: 100%;
  position:absolute;
  bottom: 0;
}
.eae-testimonial-container .eae-ts-overlay-block .eae-ts-info-container{
  display: flex;
  flex-direction: column;
}
.eae-testimonial-container.eae-pre3 .eae-ts-content-section{
  align-self: center;
  width: 50%;
  flex: 1;
}
.eae-testimonial-container.eae-pre3 .eae-ts-img-wrapper{
  position: relative;
  width: 50%;
  
}

.eae-testimonial-wrapper.eae-swiper-outer-wrapper .eae-swiper-slide{
  height: unset; 
}

.eae-testimonial-content-wrapper{
  display: flex;
  flex-direction: row;
}


.eae-rating.eae-content-rating{
  display: flex;
  align-items: center;
  gap: 5px;
}
.eae-rating.eae-content-rating i{
  font-size:16px;
}
.eae-rating.eae-content-rating svg{
  height: 16px;
  width: 16px;
}
.eae-testimonial-container .eae-content-desc{
  margin-bottom: 12px;
  font-size: 22px; 
}
.eae-testimonial-container .eae-name{
  font-weight: 600;
  font-size: 16px;
}
.eae-testimonial-container .eae-designation{
  font-weight: 500;
  font-size: 14px;
}
.eae-testimonial-container .eae-company-name{
  font-size: 14px;
  font-weight: 300;
}
.eae-testimonial-container .eae-ts-overlay-block .eae-ts-overlay-rating{
  display: flex;
  flex-direction: row;
}
.eae-ts-icon.eae-ts-unfilled-icon svg{
  height: 16px;
  width: 16px;
}
.eae-testimonial-container .eae-ts-icon{
  display: flex;
  align-items: center;
}
.eae-testimonial-container .eae-ts-overlay{
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.eae-testimonial-container.eae-pre3 .eae-additional-image{
  height: 100%;
  display: flex;
}
.eae-testimonial-container.eae-pre3 .eae-testimonial-content{
  justify-content: space-around;
}
.eae-swiper-outer-wrapper .swiper-fade .eae-swiper-slide{
  background-color: white;
}
.eae-testimonial-container.swiper-coverflow .eae-testimonial-content{
background-color: white;
}

.eae-testimonial-container.eae-pre3 .eae-ts-info{
  width: 100%;
}
.eae-pre1 .eae-testimonial-content, 
.eae-pre2 .eae-testimonial-content{
padding: 50px;
}
.eae-pre1 .eae-testimonial-content.eae-company-name{
  margin-bottom:12px;
}
.eae-testimonial-content .eae-content-rating{
  margin-bottom: 12px;
}
.eae-pre2 .eae-ts-content-section .eae-content-rating{
  order: 1;
}
.eae-pre2 .eae-ts-content-section .eae-content-desc{
  order: 2;
}
.eae-pre2 .eae-ts-content-section .eae-author-info-wrapper{
  order: 3;
}
.eae-pre2 .eae-content-img,
.eae-pre3 .eae-content-img{
  margin-right: 16px;
}
.eae-pre3 .eae-testimonial-content .eae-ts-content-section{
  padding: 20px 40px 20px 60px;
}
.eae-pre3 .eae-testimonial-content .eae-ts-author-info{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.elementor-form .eae-form-field select[multiple] {
    height: auto;
}

.elementor-form .eae-uploads {
    display: flex;
    column-gap: 10px;
	row-gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
    width: 100%;
}

.elementor-form .eae-uploads img {
	vertical-align: middle;
	width: 100%;
}
.elementor-form .eae-upload-item{
	position: relative;

}
.elementor-form .eae-uploads .eae-upload-close {
    position: absolute;
    right: -10px;
    cursor: pointer;
    top: -10px;
}
.elementor-form .eae-uploads .eae-upload-close svg {
    width: 20px;
}

.wpcf7-spinner:not(:first-of-type) { display: none !important; visibility: hidden !important; }

/* Blob Shape  */

.eae-blob-shape-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.eae-blob-frame{
  position: relative;
}
.eae-overlay-content{
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.eae-blob-button{
   transition: all 0.3s;
  cursor: pointer;
}
.eae-blob-button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* Text Scroll */
.eae-text-scroll-wrapper{
  overflow: hidden;
  position: relative;
  font-size: 28px;
  display: flex;
  flex-direction: column;
}
.eae-text-slide{
  transition: background-color 0.4s ease-in, color 0.4s ease-in;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  font-size: 30px;
}
.eae-text-slide .eae-text-content{
  display: flex;
}
span.eae-gbl-icon.eae-graphic-type-image.eae-title-separator{
  width: 20px;
}

span.eae-gbl-icon.eae-graphic-type-image.eae-title-separator img{
  width: 100%;
}

/* Dropbar */
.eae-dropbar-wrapper {
  position: relative;
  width: fit-content;
}

.eae-dropbar-text {
  display: flex;
  line-height: 1;
  background-color: #69727D;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  fill: #fff;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.eae-dropbar-wrapper.eae-animation .eae-drop-content {
  transition: visibility 400ms ease, clip-path 400ms ease, opacity 400ms ease;
}
.eae-drop-content {
  position: absolute;
  z-index: 2;
  background-color: #dee1de;
  visibility: hidden;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.eae-dropbar-wrapper.eae-active .eae-drop-content {
  visibility: visible;
}
.eae-drop-bar-align-right{
  text-align: right;
  text-align: -webkit-right;
}
.eae-drop-bar-align-center{
  text-align: center;
  text-align: -webkit-center;
}
.eae-drop-bar-align-left{
  text-align: left;
  text-align: -webkit-left;
}
.eae-drop-bar-align-justify .eae-dropbar-wrapper ,
.eae-drop-bar-align-justify .eae-dropbar-wrapper .eae-dropbar-text{
  width: 100%;
}
.eae-dropbar-wrapper .eae-drop-content p{
  margin-bottom:unset ;
}

/*  Random Images */
.eae-random-image-wrapper{
  display: flex;
  flex-direction: column;
}
.eae-random-image-content{
  display: flex;
  flex-direction: column;
}
.eae-random-image-caption{
  display: flex;
}
.eae-random-image-wrapper img{
 height: 100%;
 width: 100%;
}
