/* Start custom CSS for html, class: .elementor-element-eb3cfc1 */.moving-2-2 {
  position: relative;
  height: 4px;
  margin-bottom: 0px;
}

.moving-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 80%;
  width: 0%;
  background-color: #f5821f;
  animation: moveLine 3s ease-in-out infinite;
}

@keyframes moveLine {
  0% {
    width: 10;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
}
}/* End custom CSS */