* {
  padding: 0;
  margin: 0;
}
.sec-title .elementor-heading-title:before {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  background: white;
  right: -20px;
  border-radius: 30px;
  top: 2px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  animation: animateCloud 6s linear infinite;
}
.sec-title .elementor-heading-title:after {
  content: "";
  width: 70px;
  height: 6px;
  background: #ddd8eb;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto 10px;
  border-radius: 30px;
}
.sec-title .elementor-heading-title {
  position: relative;
  width: fit-content;
}

/* button hover styling */
.btn-style-one a:before {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: -50px;
  border-bottom: 48px solid #222222;
  border-right: 30px solid transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.btn-style-one a:after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: -50px;
  border-left: 30px solid transparent;
  border-bottom: 58px solid #222222;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.btn-style-one a:hover::before {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
.btn-style-one a:hover::after {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}
.btn-style-one a {
  position: relative;
  overflow: hidden;
}
.btn-style-one a:hover .elementor-button-text,
.btn-style-one a:hover .elementor-button-icon {
  z-index: 2;
}

.btn-style-one.primary-color a:after,
.btn-style-one.primary-color a:before {
  border-bottom: 58px solid var(--e-global-color-f8097af);
}

/* button hover styling End */

/* image box styling for number*/
.services-hover-animation:hover .number .elementor-heading-title {
  color: #fff !important;
  position: relative;
  z-index: 2;

  transition: 0.5s all ease-in-out;
}
.services-hover-animation:hover .number .elementor-widget-container::before {
  width: 100%;
  height: 100%;
}
.number .elementor-widget-container::before {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  border-radius: 0 5px 0 50px;
  background-color: var(--e-global-color-b786565);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 1;
}
/* image box styling for number End*/
