/*Global*/
.litmus-builder-nav {
  display: flex;
}
.litmus-builder-nav.header_area .site_menu .primary_menu {
  float: inherit;
}

.litmus-text-gradient .elementor-heading-title {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.litmus-icon-gradient .elementor-icon i {
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.litmus-icon-gradient .elementor-icon i:before {
  position: initial;
}

.litmus-sticky-header.sticky-on {
  top: 0;
  width: 100% !important;
  z-index: 20;
  position: fixed !important;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}

.litmus-button-after .elementor-button {
  position: relative;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
  -webkit-animation: btnanimation 1s infinite linear;
  animation: btnanimation 1s infinite linear;
}

.litmus-button-after .elementor-button:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #1db374;
  z-index: -1;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}

.litmus-button-after .elementor-button:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.service .ico {
  flex: 0 0 25%;
}

.service .icoo {
  flex: 0 0 75%;
}

/*# sourceMappingURL=zx-litmus.css.map */
