.elementor-posts .elementor-post__card .elementor-post__thumbnail img {
  transform: scale(1.01) translate(-50%, -50%);
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px); }

.elementor-heading-title span {
  color: #356DF1; }

.elementor-text-editor ul {
  margin: 10px 0;
  padding: 0 0 0 20px; }

.testimonial-slider .elementor-testimonial {
  text-align: left; }
.testimonial-slider .elementor-testimonial__footer {
  justify-content: flex-start; }
.testimonial-slider .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.3s ease; }
  .testimonial-slider .swiper-slide.swiper-slide-next {
    opacity: 1; }
.testimonial-slider h4 {
  font-size: 20px;
  color: black; }

@media all and (max-width: 1024px) {
  .testimonial-slider .swiper-slide {
    opacity: 1;
    transition: opacity 0.3s ease; }
    .testimonial-slider .swiper-slide.swiper-slide-next {
      opacity: 1; } }
.img-iconic-box-with-desc .elementor-image-box-wrapper {
  align-items: flex-start !important; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.charts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  column-gap: 80px;
  padding: 0;
  max-width: 850px;
  margin: 0 auto; }
  @media all and (max-width: 500px) {
    .charts {
      gap: 30px;
      padding: 20px 0; } }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.charts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
  column-gap: 80px;
  padding: 0;
  max-width: 850px;
  margin: 0 auto; }
  @media all and (max-width: 500px) {
    .charts {
      gap: 30px;
      padding: 20px 0; } }

.chart {
  width: 200px;
  height: 200px;
  position: relative; }
  .chart .chart-svg-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: relative;
    animation: spin 40s linear infinite; }
    .chart .chart-svg-wrapper.speed-1 {
      animation-duration: 30s; }
    .chart .chart-svg-wrapper.speed-2 {
      animation-duration: 45s; }
    .chart .chart-svg-wrapper.speed-3 {
      animation-duration: 60s; }
    .chart .chart-svg-wrapper svg {
      width: 100%;
      height: 100%;
      transform: rotate(-90deg);
      overflow: visible; }
      .chart .chart-svg-wrapper svg path {
        cursor: default !important;
        opacity: 1 !important;
        transition: none !important;
        pointer-events: none; }
      .chart .chart-svg-wrapper svg text {
        fill: black;
        font-size: 12px;
        font-weight: 600;
        user-select: none;
        pointer-events: none; }
  .chart .center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    pointer-events: none;
    line-height: 1.4;
    width: 100%; }
    .chart .center-text small {
      display: block;
      font-size: 0.85rem;
      font-weight: normal;
      margin-top: 0.25rem; }

/*# sourceMappingURL=style-elementor.css.map */
