/**
* Text slider CSS
*/

.ry-elementor-switcher-text-slider-item {
    display: none;
}

.ry-elementor-switcher-text-slider-item.active {
    display: block;
    animation: fade_in_show 1.5s
}

@keyframes fade_in_show {
     0% {
          opacity: 0;
     }

     100% {
          opacity: 1;
     }
}

.ry-elementor-switcher-text-margin {
 margin: 0 0 20px 0;
}

.ry-elementor-switcher-dots {
     margin-top: 20px;
}
 
.ry-elementor-switcher-dot {
     display: inline-block;
     width: 10px;
     height: 10px;
     background-color: #fff;
     border-radius: 50%;
     margin: 0 5px 0 0;
     cursor: pointer;
}
 
.ry-elementor-switcher-dot.active {
     background-color: #0E8CD4;
}


/**
* Testimonial CSS
*/

.ry-elementor-testimonial {
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
  color: #9e9e9e;
  display: inline-block;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  margin: 20px 20px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #32cae4;
}

.ry-elementor-testimonial *,
.ry-elementor-testimonial *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.ry-elementor-testimonial .ry-elementor-testimonial-figcaption {
  padding: 2em;
}

.ry-elementor-testimonial .ry-elementor-testimonial-author {
  /*color: #3c3c3c;*/
  /*font-size: 20px;*/
  /*font-weight: 300;*/
  /*line-height: 24px;*/
  /*margin: 10px 0 5px;*/
    margin: 10px 0 5px;
    color: #3d4160;
    font-size: 18.66px;
    font-weight: 700;
    line-height: 1.3em;
}

.ry-elementor-testimonial .ry-elementor-testimonial-title {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.ry-elementor-testimonial .ry-elementor-testimonial-blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 15px;
}

.ry-elementor-testimonial-container {
  text-align: center;
}