@charset "UTF-8";
.dkel-testimonial .dkel-testimonial-name {
  margin-bottom: 0;
}
.dkel-testimonial .dkel-testimonial-name,
.dkel-testimonial .dkel-testimonial-position {
  color: inherit;
  display: block;
}

.dkel-testimonial-skin-1 .dkel-testimonial-content {
  margin-bottom: 15px;
}

.dkel-testimonial-image {
  border-radius: 50%;
}
.dkel-testimonial-image img {
  border-radius: 50%;
  display: inline-block;
  height: 50px;
  width: 50px;
  vertical-align: middle;
}

.dkel-testimonial-skin-3,
.dkel-testimonial-skin-4 {
  display: flex;
  align-items: center;
}
.dkel-testimonial-skin-3 .dkel-testimonial-footer,
.dkel-testimonial-skin-4 .dkel-testimonial-footer {
  flex-shrink: 0;
}

.dkel-testimonial-skin-4 {
  flex-direction: row-reverse;
}

.dkel-testimonials-h-align-left .dkel-testimonial .dkel-testimonial-footer {
  justify-content: flex-start;
  text-align: right;
}

.dkel-testimonials-h-align-center .dkel-testimonial-footer {
  display: flex;
  justify-content: center;
  text-align: center;
}

.dkel-testimonials-h-align-right .dkel-testimonial .dkel-testimonial-footer-inner {
  justify-content: flex-start;
  flex-direction: row-reverse;
  text-align: left;
}

.dkel-testimonials-v-align-top .dkel-testimonial-skin-3,
.dkel-testimonials-v-align-top .dkel-testimonial-skin-4 {
  align-items: flex-start;
}

.dkel-testimonials-v-align-bottom .dkel-testimonial-skin-3,
.dkel-testimonials-v-align-bottom .dkel-testimonial-skin-4 {
  align-items: flex-end;
}

.dkel-testimonials-thumb-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -8px;
}

.dkel-testimonials-thumb-item-wrap {
  padding-right: 8px;
}

.dkel-testimonials-thumb-item {
  cursor: pointer;
  position: relative;
  padding-top: 30px;
}
.dkel-testimonials-thumb-item img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

.dkel-testimonials-thumb-image {
  border-radius: 50%;
  position: relative;
  transition: all 0.25s linear 0s;
}
.dkel-testimonials-thumb-image img {
  transition: all 0.25s linear 0s;
}

.dkel-testimonials-wrap .dkel-testimonials-thumb-item:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  transform: translate(50%, -50%) rotate(45deg);
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
  height: 15px;
  width: 15px;
  border-top-color: transparent;
  border-left-color: transparent;
  box-sizing: content-box;
  background-clip: content-box;
}

.dkel-testimonials-wrap .dkel-active-slide .dkel-testimonials-thumb-item:before {
  opacity: 1;
}

.dkel-testimonial-text {
  position: relative;
}

.dkel-testimonials-quote-position-above .dkel-testimonial-text:before {
  content: "“";
  display: block;
  font-size: 120px;
  line-height: 90px;
  margin-bottom: -30px;
}

.dkel-testimonials-quote-position-before .dkel-testimonial-text:before,
.dkel-testimonials-quote-position-before-after .dkel-testimonial-text:before {
  display: inline-block;
  content: "“";
  font-size: 26px;
}

.dkel-testimonials-quote-position-before-after .dkel-testimonial-text:after {
  display: inline-block;
  content: "”";
  font-size: 26px;
}

.dkel-testimonials-image-inline .dkel-testimonial-footer-inner {
  display: flex;
  text-align: right;
  align-items: center;
}
.dkel-testimonials-image-inline.dkel-testimonials-h-align-right .dkel-testimonial-image {
  margin: 0 15px 0 0;
}
.dkel-testimonials-image-inline.dkel-testimonials-h-align-left .dkel-testimonial-image {
  margin: 0 0 0 15px;
}

.dkel-testimonials-image-stacked .dkel-testimonial-image {
  display: inline-block;
}

.dkel-testimonials-content-bubble .dkel-testimonial-content {
  background-color: var(--dkel-testimonial-bubble-bg, #e6e9ec);
  padding: 20px;
  position: relative;
}
.dkel-testimonials-content-bubble .dkel-testimonial-content:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-color: var(--dkel-testimonial-bubble-bg, #e6e9ec);
  position: absolute;
  border-width: 0;
  box-sizing: content-box;
}
.dkel-testimonials-content-bubble .dkel-testimonial-skin-1 .dkel-testimonial-content:after {
  top: calc(100% - 7px);
  right: 50%;
  transform: translateX(50%) scaleX(0.75) rotate(-45deg);
}
.dkel-testimonials-content-bubble .dkel-testimonial-skin-2 .dkel-testimonial-content:after {
  bottom: calc(100% - 7px);
  right: 50%;
  transform: translateX(50%) scaleX(0.75) rotate(135deg);
}
.dkel-testimonials-content-bubble .dkel-testimonial-skin-3 .dkel-testimonial-content:after {
  top: 50%;
  right: -7px;
  transform: translateY(-50%) scaleY(0.75) rotate(-135deg);
}
.dkel-testimonials-content-bubble .dkel-testimonial-skin-4 .dkel-testimonial-content:after {
  top: 50%;
  left: -7px;
  transform: translateY(-50%) scaleY(0.75) rotate(-315deg);
}
.dkel-testimonials-content-bubble.dkel-testimonials-h-align-left .dkel-testimonial-skin-1 .dkel-testimonial-content:after,
.dkel-testimonials-content-bubble.dkel-testimonials-h-align-left .dkel-testimonial-skin-2 .dkel-testimonial-content:after {
  right: 25px;
}
.dkel-testimonials-content-bubble.dkel-testimonials-h-align-right .dkel-testimonial-skin-1 .dkel-testimonial-content:after {
  right: auto;
  left: 25px;
  transform: translateX(-50%) scaleX(0.75) rotate(-45deg);
}
.dkel-testimonials-content-bubble.dkel-testimonials-h-align-right .dkel-testimonial-skin-2 .dkel-testimonial-content:after {
  right: auto;
  left: 25px;
  transform: translateX(-50%) scaleX(0.75) rotate(135deg);
}
.dkel-testimonials-content-bubble.dkel-testimonials-v-align-top .dkel-testimonial-skin-3 .dkel-testimonial-content:after,
.dkel-testimonials-content-bubble.dkel-testimonials-v-align-top .dkel-testimonial-skin-4 .dkel-testimonial-content:after {
  top: 30px;
}
.dkel-testimonials-content-bubble.dkel-testimonials-v-align-bottom .dkel-testimonial-skin-3 .dkel-testimonial-content:after,
.dkel-testimonials-content-bubble.dkel-testimonials-v-align-bottom .dkel-testimonial-skin-4 .dkel-testimonial-content:after {
  top: auto;
  bottom: 18px;
}

.elementor-star-rating {
  color: var(--dkel-star-empty-color, #ccd6df);
  font-family: eicons;
  display: inline-block;
}
.elementor-star-rating i {
  display: inline-block;
  position: relative;
  font-style: normal;
  cursor: default;
}
.elementor-star-rating i:before {
  content: "\e934";
  display: block;
  font-size: inherit;
  font-family: inherit;
  position: absolute;
  overflow: hidden;
  color: var(--dkel-star-filled-color, #f0ad4e);
  top: 0;
  right: 0;
}
.elementor-star-rating .elementor-star-empty:before {
  content: none;
}
.elementor-star-rating .elementor-star-1:before {
  width: 10%;
}
.elementor-star-rating .elementor-star-2:before {
  width: 20%;
}
.elementor-star-rating .elementor-star-3:before {
  width: 30%;
}
.elementor-star-rating .elementor-star-4:before {
  width: 40%;
}
.elementor-star-rating .elementor-star-5:before {
  width: 50%;
}
.elementor-star-rating .elementor-star-6:before {
  width: 60%;
}
.elementor-star-rating .elementor-star-7:before {
  width: 70%;
}
.elementor-star-rating .elementor-star-8:before {
  width: 80%;
}
.elementor-star-rating .elementor-star-9:before {
  width: 90%;
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
  content: "★";
}

.dkel-testimonial .e-rating-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: inherit;
  width: -moz-fit-content;
  width: fit-content;
}
.dkel-testimonial .e-rating {
  display: inline-block;
}
.dkel-testimonial .e-rating .e-icon {
  position: relative;
}
.dkel-testimonial .e-rating .e-icon-wrapper.e-icon-marked {
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  overflow: hidden;
  position: absolute;
  width: var(--e-rating-icon-marked-width);
  z-index: 1;
}
.dkel-testimonial .e-rating .e-icon-wrapper.e-icon-marked svg {
  fill: var(--dkel-star-filled-color, #f0ad4e);
}
.dkel-testimonial .e-rating .e-icon-wrapper :is(i, svg) {
  display: flex;
  flex-shrink: 0;
}
.dkel-testimonial .e-rating .e-icon-wrapper svg {
  height: 16px;
  width: auto;
  fill: var(--dkel-star-empty-color, #ccd6df);
}

.dkel-thumb-nav-gray .dkel-testimonials-thumb-image img,
.dkel-thumb-nav-gray-hover .dkel-testimonials-thumb-image:hover img,
.dkel-thumb-nav-gray-active .dkel-active-slide .dkel-testimonials-thumb-image img {
  filter: grayscale(100%);
}

.dkel-thumb-nav-gray .dkel-testimonials-thumb-image:hover img,
.dkel-thumb-nav-gray .dkel-active-slide .dkel-testimonials-thumb-image img {
  filter: none;
}

.dkel-testimonials-equal-height .dkel-testimonial {
  height: 100%;
}

.dkel-swiper-slideshow.elementor-element .dkel-testimonials-slideshow {
  position: relative;
}
.dkel-swiper-slideshow.elementor-element .dkel-testimonials-slideshow :is(.swiper, .swiper-container) ~ .elementor-swiper-button-prev,
.dkel-swiper-slideshow.elementor-element .dkel-testimonials-slideshow :is(.swiper, .swiper-container) ~ .elementor-swiper-button-next {
  top: 50%;
}