.tenweb-skin-carousel .tenweb-testimonial-carousel-swiper,
.tenweb-skin-coverflow .tenweb-testimonial-carousel-swiper {
    height: 230px
}

.tenweb-skin-carousel.tenweb-pagination-position-inside .swiper-container-horizontal>.swiper-pagination-bullets,
.tenweb-skin-carousel.tenweb-pagination-position-inside .swiper-horizontal>.swiper-pagination-bullets,
.tenweb-skin-carousel.tenweb-pagination-position-inside .swiper-pagination-fraction,
.tenweb-skin-coverflow.tenweb-pagination-position-inside .swiper-container-horizontal>.swiper-pagination-bullets,
.tenweb-skin-coverflow.tenweb-pagination-position-inside .swiper-horizontal>.swiper-pagination-bullets,
.tenweb-skin-coverflow.tenweb-pagination-position-inside .swiper-pagination-fraction {
    bottom: 5px
}

.tenweb-skin-carousel.tenweb-pagination-position-outside .swiper,
.tenweb-skin-coverflow.tenweb-pagination-position-outside .swiper,
.tenweb-skin-carousel.tenweb-pagination-position-outside .swiper-container,
.tenweb-skin-coverflow.tenweb-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.tenweb-skin-carousel.tenweb-pagination-position-outside .swiper-horizontal>.swiper-pagination-bullets,
.tenweb-skin-carousel.tenweb-pagination-position-outside .swiper-container-horizontal>.swiper-pagination-bullets,
.tenweb-skin-carousel.tenweb-pagination-position-outside .swiper-pagination-fraction,
.tenweb-skin-coverflow.tenweb-pagination-position-outside .swiper-horizontal>.swiper-pagination-bullets,
.tenweb-skin-coverflow.tenweb-pagination-position-outside .swiper-container-horizontal>.swiper-pagination-bullets,
.tenweb-skin-coverflow.tenweb-pagination-position-outside .swiper-pagination-fraction {
    bottom: 0
}

.tenweb-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93%, .9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tenweb-swiper-button.swiper-button-disabled {
    opacity: .3
}

.tenweb-skin-carousel.tenweb-pagination-position-outside .tenweb-swiper-button,
.tenweb-skin-coverflow.tenweb-pagination-position-outside .tenweb-swiper-button {
    top: calc(50% - 30px / 2)
}

.tenweb-skin-slideshow .tenweb-testimonial-carousel-swiper {
    height: 450px;
    position: relative
}

.tenweb-skin-slideshow .tenweb-thumbnails-swiper .tenweb-custom-embed-play i {
    font-size: 50px
}

.tenweb-skin-slideshow .tenweb-thumbnails-swiper .swiper-slide {
    cursor: pointer
}

.tenweb-skin-slideshow .tenweb-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3)
}


.tenweb-testimonial__text {
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.5
}

.tenweb-masonry .tenweb-testimonial__text {
    font-size: inherit;
    font-style: normal;
    line-height: inherit;
    word-break: break-word;
}

.tenweb-testimonial__image {
    display: flex;
    align-items: center;
}

.tenweb-testimonial__image img {
    border-radius: 999px;
    width: 56px;
    height: 56px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -o-object-fit: cover;
    object-fit: cover
}

.tenweb-testimonial__footer,
.tenweb-testimonial__footer cite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.tenweb-testimonial__footer cite {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
}

.tenweb-testimonial__name {
    font-weight: 700
}

.tenweb-testimonial--layout-image_above .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_inline .tenweb-testimonial__footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.tenweb-testimonial--layout-image_above .tenweb-testimonial__image+cite,
.tenweb-testimonial--layout-image_inline .tenweb-testimonial__image+cite {
    margin-left: 20px
}

.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-right .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-right .tenweb-testimonial__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-right .tenweb-testimonial__image+cite,
.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-right .tenweb-testimonial__image+cite {
    margin-right: 20px;
    margin-left: 0
}

.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-left .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-left .tenweb-testimonial__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-left .tenweb-testimonial__image+cite,
.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-left .tenweb-testimonial__image+cite {
    margin-right: 0;
    margin-left: 20px;
    flex: 1;
}

.tenweb-testimonial--layout-image_inline .tenweb-testimonial__footer {
    margin-top: 25px
}

.tenweb-testimonial--layout-image_above .tenweb-testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.tenweb-testimonial--layout-image_above .tenweb-testimonial__footer {
    margin-bottom: 25px
}

.tenweb-testimonial--layout-image_stacked .tenweb-testimonial__footer {
    margin-top: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tenweb-testimonial--layout-image_stacked .tenweb-testimonial__image,
.tenweb-testimonial--layout-image_stacked .tenweb-testimonial cite {
    margin-top: 15px;
    width: 100%
}

.tenweb-testimonial--layout-image_left .tenweb-testimonial,
.tenweb-testimonial--layout-image_right .tenweb-testimonial {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.tenweb-testimonial--layout-image_left .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_right .tenweb-testimonial__footer {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.tenweb-testimonial--layout-image_left .tenweb-testimonial__image+cite,
.tenweb-testimonial--layout-image_right .tenweb-testimonial__image+cite {
    margin-top: 15px
}

.tenweb-testimonial--layout-image_left.tenweb-testimonial--align-center .tenweb-testimonial__footer,
.tenweb-testimonial--layout-image_right.tenweb-testimonial--align-center .tenweb-testimonial__footer {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.tenweb-testimonial--layout-image_left .tenweb-testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.tenweb-testimonial--layout-image_left .tenweb-testimonial__footer {
    padding-right: 20px
}

.tenweb-testimonial--layout-image_right .tenweb-testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.tenweb-testimonial--layout-image_right .tenweb-testimonial__footer {
    padding-left: 20px
}

.tenweb-testimonial--align-right .tenweb-testimonial {
    text-align: right
}

.tenweb-testimonial--align-left .tenweb-testimonial {
    text-align: left
}

.tenweb-testimonial--align-center .tenweb-testimonial {
    text-align: center
}

.tenweb-testimonial--align-center .tenweb-testimonial__footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.tenweb-testimonial--align-center.tenweb-testimonial--layout-image_inline .tenweb-testimonial__image+cite {
    text-align: left
}

.tenweb-testimonial--skin-default.tenweb-testimonial--layout-image_above .tenweb-testimonial__cite,
.tenweb-testimonial--skin-default.tenweb-testimonial--layout-image_left .tenweb-testimonial__cite,
.tenweb-testimonial--skin-default.tenweb-testimonial--layout-image_right .tenweb-testimonial__cite {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 25px;
}

.tenweb-testimonial--skin-bubble .tenweb-testimonial__content {
    background-color: #e6e9ec;
    padding: 20px;
    position: relative
}

.tenweb-testimonial--skin-bubble .tenweb-testimonial__content:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-color: #e6e9ec;
    position: absolute;
    -webkit-transform: scaleX(.75) rotate(45deg);
    -ms-transform: scaleX(.75) rotate(45deg);
    transform: scaleX(.75) rotate(45deg);
    border-width: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_above .tenweb-testimonial__content:after {
    bottom: calc(100% - 7px);
    -webkit-transform: scaleX(.75) rotate(-135deg);
    -ms-transform: scaleX(.75) rotate(-135deg);
    transform: scaleX(.75) rotate(-135deg)
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-center .tenweb-testimonial__content:after {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
    -ms-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
    transform: translateX(-50%) scaleX(.75) rotate(-135deg)
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_inline .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_stacked .tenweb-testimonial__content:after {
    top: calc(100% - 7px)
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-center .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_stacked.tenweb-testimonial--align-center .tenweb-testimonial__content:after {
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
    -ms-transform: translateX(-50%) scaleX(.75) rotate(45deg);
    transform: translateX(-50%) scaleX(.75) rotate(45deg)
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-left .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-left .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_stacked.tenweb-testimonial--align-left .tenweb-testimonial__content:after {
    left: 45px
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_above.tenweb-testimonial--align-right .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_inline.tenweb-testimonial--align-right .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_stacked.tenweb-testimonial--align-right .tenweb-testimonial__content:after {
    right: 45px
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_left .tenweb-testimonial__content:after {
    -webkit-transform: scaleY(.75) rotate(135deg);
    -ms-transform: scaleY(.75) rotate(135deg);
    transform: scaleY(.75) rotate(135deg);
    left: -8px
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_right .tenweb-testimonial__content:after {
    -webkit-transform: scaleY(.75) rotate(-45deg);
    -ms-transform: scaleY(.75) rotate(-45deg);
    transform: scaleY(.75) rotate(-45deg);
    right: -8px
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_left .tenweb-testimonial__content:after,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_right .tenweb-testimonial__content:after {
    top: 45px
}

.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_left .tenweb-testimonial__footer,
.tenweb-testimonial--skin-bubble.tenweb-testimonial--layout-image_right .tenweb-testimonial__footer {
    padding-top: 20px
}
.elementor-widget-twbb-testimonial-carousel .tenweb-arrows-yes .tenweb-testimonial-carousel-swiper {
    width: calc(95% - 40px)
}

.elementor-widget-twbb-testimonial-carousel .tenweb-testimonial-carousel-swiper {
    width: 95%
}

.elementor-widget-twbb-testimonial-carousel .swiper-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.elementor-widget-twbb-testimonial-carousel .swiper-slide {
    height: auto;
    padding: 20px;
}

.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-bullets .swiper,
.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-fraction .swiper,
.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-bullets .swiper-container,
.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-fraction .swiper-container {
    padding-bottom: 40px;
}

.elementor-widget-twbb-testimonial-carousel .tenweb-testimonial-carousel-swiper .tenweb-swiper-button-prev {
    left: 0
}

.elementor-widget-twbb-testimonial-carousel .tenweb-testimonial-carousel-swiper .tenweb-swiper-button-next {
    right: 0
}

.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-bullets .tenweb-swiper-button-next,
.elementor-widget-twbb-testimonial-carousel.tenweb-pagination-type-bullets .tenweb-swiper-button-prev {
    top: calc(50% - 20px)
}

.swiper-pagination-bullets {
    color: #fff;
    cursor: default
}

.swiper .tenweb-lightbox-content-source,
.swiper-container .tenweb-lightbox-content-source {
    display: none
}

.swiper-slide {
    border-style: solid;
    border-width: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: border, background;
    -o-transition-property: border, background;
    transition-property: border, background;
    overflow: hidden
}

.swiper-slide:not(:hover) .e-overlay-animation-fade {
    opacity: 0
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-up {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-down {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-right {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-slide-left {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.swiper-slide:not(:hover) .e-overlay-animation-zoom-in {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.swiper-slide a {
    display: inline
}

.tenweb-swiper {
    position: relative
}

.tenweb-testimonial-carousel-swiper {
    position: static
}

.tenweb-testimonial-carousel-swiper .tenweb-swiper-button-prev {
    left: 10px
}

.tenweb-testimonial-carousel-swiper .tenweb-swiper-button-next {
    right: 10px
}

/* Masonry View */
.masonry-body {
    /*
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: sans-serif;
    */
}
.tenweb-masonry {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-template-columns: repeat(3,1fr);
    display: grid;
}

.tenweb-masonry .tenweb-item{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-style: solid!important;
}

/* Rating styles */
.elementor-widget-rating {
    --e-rating-gap: 0px;
    --e-rating-icon-font-size: 16px;
    --e-rating-icon-color: #CCD6DF;
    --e-rating-icon-marked-color: #f0ad4e;
    --e-rating-icon-marked-width: 100%;
    --e-rating-justify-content: flex-start;
}
.elementor-widget-twbb-testimonial-carousel .e-rating {
    display: flex;
    justify-content: var(--e-rating-justify-content);
}
.elementor-widget-twbb-testimonial-carousel .e-rating-wrapper {
    display: flex;
    justify-content: inherit;
    flex-direction: row;
    flex-wrap: wrap;
    width: -moz-fit-content;
    width: fit-content;
    margin-block-end: calc(0px - var(--e-rating-gap));
    margin-inline-end: calc(0px - var(--e-rating-gap));
}
.elementor-widget-twbb-testimonial-carousel .e-rating .e-icon {
    position: relative;
    margin-block-end: var(--e-rating-gap);
    margin-inline-end: var(--e-rating-gap);
}
.elementor-widget-twbb-testimonial-carousel .e-rating .e-icon-wrapper.e-icon-marked {
    --e-rating-icon-color: var(--e-rating-icon-marked-color);
    width: var(--e-rating-icon-marked-width);
    position: absolute;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.elementor-widget-twbb-testimonial-carousel .e-rating .e-icon-wrapper :is(i, svg) {
    display: flex;
    flex-shrink: 0;
}
.elementor-widget-twbb-testimonial-carousel .e-rating .e-icon-wrapper i {
    font-size: var(--e-rating-icon-font-size);
    color: var(--e-rating-icon-color);
}
.elementor-widget-twbb-testimonial-carousel .e-rating .e-icon-wrapper svg {
    width: auto;
    height: var(--e-rating-icon-font-size);
    fill: var(--e-rating-icon-color);
}

