.testimonials:not(.slider):not(.cols-enabled) .testimonial {
	background-color: transparent !important;
}

.testimonials:not(.slider,.cols-enabled),
.testimonials:not(.slider,.cols-enabled) .testimonial {
}
.testimonials.slider {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  transform: scale(1);
  will-change: transform;
  user-select: none;
  cursor: pointer;
  text-align: center;
  scroll-behavior: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.testimonials.slider::-webkit-scrollbar {
  display: none;
}
.testimonials.slider.is-grabbed {
  cursor: grabbing;
  transform: scale(1.02);
}
.testimonials.slider > * {
  display: inline-block;
  white-space: normal;
  text-align: left;
  vertical-align: middle;
  margin-left: 1rem;
  margin-right: 1rem;
}
.testimonials.slider.is-valigned-top > * {
  vertical-align: top;
}
.testimonials.slider.is-valigned-middle > * {
  vertical-align: middle;
}
.testimonials.slider.is-valigned-bottom > * {
  vertical-align: bottom;
}
.testimonials.slider.zigzag {
  padding: 2rem 0;
}
.testimonials.slider.zigzag > * {
  position: relative;
}
.testimonials.slider.zigzag > *:nth-child(odd) {
  top: -1.5rem;
}
.testimonials.slider.zigzag > *:nth-child(even) {
  bottom: -1.5rem;
}
.testimonials:not(.slider) .testimonial {
  overflow: hidden;
}
.testimonials .testimonial {
  margin: 5px;
  padding: 15px;
}
.testimonials.cols-enabled {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.testimonials.cols-enabled .testimonial {
    width: 100%;
}
.testimonials .testimonial .content .icon {
  display: inline-block;
}
.elementor-widget-som_testimonials .cycle-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elementor-widget-som_testimonials .cycle-pager > * {
  margin: 0px 4px;
  cursor: pointer;
}
.elementor-widget-som_testimonials .cycle-pager .activeSlide {
  transform: scale(1.25);
}
@media(min-width: 460px){
  .testimonials.cols-enabled.cols-2 .testimonial,
  .testimonials.cols-enabled.cols-3 .testimonial,
  .testimonials.cols-enabled.cols-4 .testimonial,
  .testimonials.cols-enabled.cols-5 .testimonial,
  .testimonials.cols-enabled.cols-6 .testimonial {
    width: calc(48.5% - 50px);
  }
}
@media(min-width: 768px){
  .testimonials.cols-enabled.cols-3 .testimonial,
  .testimonials.cols-enabled.cols-4 .testimonial,
  .testimonials.cols-enabled.cols-5 .testimonial,
  .testimonials.cols-enabled.cols-6 .testimonial {
    width: calc(32% - 50px);
  }
}
@media(min-width: 960px){
  .testimonials.cols-enabled.cols-4 .testimonial {
    width: calc(24% - 50px);
  }
  .testimonials.cols-enabled.cols-5 .testimonial {
    width: calc(19.5% - 50px);
  }
  .testimonials.cols-enabled.cols-6 .testimonial {
    width: calc(16% - 50px);
  }
}
.testimonials.cols-enabled.diff-first .testimonial:first-child {
	width: 100%;
}