@import url('https://fonts.googleapis.com/css2?family=Baloo+Da+2:wght@400;600;700&display=swap');


/* Marquee-section */
.marquee-track {
    display: flex;
}
.marquee-track span {
    margin-right: 30px;
    color: #fff;
    letter-spacing: 1px;
}
.marquee-track span::before {
    content: "✦";
    padding-right: 28px !important;
}
/* Marquee-section */

/* Services-Section */
#services {
  counter-reset: step-counter;
}
#services .elementor-widget-icon-box {
  counter-increment: step-counter;
}

#services .elementor-widget-icon-box::before {
  content: counter(step-counter) !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 62px !important;
  height: 62px !important;
  background-color: #D0A33B !important;
  border-radius: 10% 45% 0% 45% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: 'Baloo Da 2', sans-serif !important;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #333 !important; 
  z-index: 99 !important; 
}
/* Services-Section */


/* Email@FONT-family*/
span.email-text-at-the-rate {
    font-family: 'Baloo Da 2' !important;
}
/* Email@FONT-family*/
