
@charset "UTF-8";

.pp-testimonial .pp-testimonial-name {
	margin-bottom: 0;
}

.pp-testimonial .pp-testimonial-name, .pp-testimonial .pp-testimonial-position {
	color: inherit;
	display: block;
}

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

.pp-testimonial-image {
	border-radius: 50%;
}

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

.pp-testimonial-skin-3, .pp-testimonial-skin-4, .pp-testimonial-skin-5, .pp-testimonial-skin-6 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pp-testimonial-skin-3 .pp-testimonial-footer, .pp-testimonial-skin-4 .pp-testimonial-footer, .pp-testimonial-skin-5 .pp-testimonial-footer, .pp-testimonial-skin-6 .pp-testimonial-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pp-testimonial-skin-8 .pp-testimonial-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pp-testimonial-skin-5 .pp-testimonial-image, .pp-testimonial-skin-6 .pp-testimonial-image, .pp-testimonial-skin-8 .pp-testimonial-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pp-testimonial-skin-4, .pp-testimonial-skin-6 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.pp-testimonials-h-align-left .pp-testimonial .pp-testimonial-footer {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.pp-testimonials-h-align-left .pp-testimonial-skin-7 .pp-testimonial-image {
	text-align: left;
}

.pp-testimonials-h-align-center .pp-testimonial-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.pp-testimonials-h-align-center .pp-testimonial-skin-7 .pp-testimonial-image {
	text-align: center;
}

.pp-testimonials-h-align-right .pp-testimonial .pp-testimonial-footer-inner {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	text-align: right;
}

.pp-testimonials-h-align-right .pp-testimonial-skin-7 .pp-testimonial-image {
	text-align: right;
}

.pp-testimonials-v-align-top .pp-testimonial-skin-3, .pp-testimonials-v-align-top .pp-testimonial-skin-4, .pp-testimonials-v-align-top .pp-testimonial-skin-5, .pp-testimonials-v-align-top .pp-testimonial-skin-6 {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.pp-testimonials-v-align-bottom .pp-testimonial-skin-3, .pp-testimonials-v-align-bottom .pp-testimonial-skin-4, .pp-testimonials-v-align-bottom .pp-testimonial-skin-5, .pp-testimonials-v-align-bottom .pp-testimonial-skin-6 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.pp-testimonials-thumb-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -8px;
}

.pp-testimonials-thumb-item-wrap {
	padding-left: 8px;
}

.pp-testimonials-thumb-item {
	cursor: pointer;
	position: relative;
	padding-top: 30px;
}

.pp-testimonials-thumb-item img {
	border-radius: 50%;
	height: 80px;
	width: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: middle;
}

.pp-testimonials-thumb-image {
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

.pp-testimonials-thumb-image img {
	-webkit-transition: all .25s linear 0s;
	transition: all .25s linear 0s;
}

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

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

.pp-testimonial-text, .pp-testimonials-container {
	position: relative;
}

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

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

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

.pp-testimonials-image-inline .pp-testimonial-footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.pp-testimonials-image-inline.pp-testimonials-h-align-right .pp-testimonial-image {
	margin: 0 0 0 15px;
}

.pp-testimonials-image-inline.pp-testimonials-h-align-left .pp-testimonial-image {
	margin: 0 15px 0 0;
}

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

.pp-testimonials-content-bubble .pp-testimonial-content {
	background-color: #e6e9ec;
	padding: 20px;
	position: relative;
}

.pp-testimonials-content-bubble .pp-testimonial-content:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-color: #e6e9ec;
	position: absolute;
	border-width: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.pp-testimonials-content-bubble .pp-testimonial-skin-1 .pp-testimonial-content:after, .pp-testimonials-content-bubble .pp-testimonial-skin-5 .pp-testimonial-content:after, .pp-testimonials-content-bubble .pp-testimonial-skin-6 .pp-testimonial-content:after {
	top: calc(100% - 7px);
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(45deg);
	transform: translateX(-50%) scaleX(.75) rotate(45deg);
}

.pp-testimonials-content-bubble .pp-testimonial-skin-2 .pp-testimonial-content:after, .pp-testimonials-content-bubble .pp-testimonial-skin-7 .pp-testimonial-content:after {
	bottom: calc(100% - 7px);
	left: 50%;
	-webkit-transform: translateX(-50%) scaleX(.75) rotate(-135deg);
	transform: translateX(-50%) scaleX(.75) rotate(-135deg);
}

.pp-testimonials-content-bubble .pp-testimonial-skin-3 .pp-testimonial-content:after {
	top: 50%;
	left: -7px;
	-webkit-transform: translateY(-50%) scaleY(.75) rotate(135deg);
	transform: translateY(-50%) scaleY(.75) rotate(135deg);
}

.pp-testimonials-content-bubble .pp-testimonial-skin-4 .pp-testimonial-content:after {
	top: 50%;
	right: -7px;
	-webkit-transform: translateY(-50%) scaleY(.75) rotate(315deg);
	transform: translateY(-50%) scaleY(.75) rotate(315deg);
}

.pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-1 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-2 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-5 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-6 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-h-align-left .pp-testimonial-skin-7 .pp-testimonial-content:after {
	left: 25px;
}

.pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-1 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-5 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-6 .pp-testimonial-content:after {
	left: auto;
	right: 25px;
	-webkit-transform: translateX(50%) scaleX(.75) rotate(45deg);
	transform: translateX(50%) scaleX(.75) rotate(45deg);
}

.pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-2 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-h-align-right .pp-testimonial-skin-7 .pp-testimonial-content:after {
	left: auto;
	right: 25px;
	-webkit-transform: translateX(50%) scaleX(.75) rotate(-135deg);
	transform: translateX(50%) scaleX(.75) rotate(-135deg);
}

.pp-testimonials-content-bubble.pp-testimonials-v-align-top .pp-testimonial-skin-3 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-v-align-top .pp-testimonial-skin-4 .pp-testimonial-content:after {
	top: 30px;
}

.pp-testimonials-content-bubble.pp-testimonials-v-align-bottom .pp-testimonial-skin-3 .pp-testimonial-content:after, .pp-testimonials-content-bubble.pp-testimonials-v-align-bottom .pp-testimonial-skin-4 .pp-testimonial-content:after {
	top: auto;
	bottom: 18px;
}

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

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

.elementor-star-rating {
	color: var(--e-rating-icon-color);
	font-family: eicons;
	font-size: var(--e-rating-icon-font-size);
	display: inline-block;
}

.elementor-star-rating i {
	display: inline-block;
	position: relative;
	font-style: normal;
	cursor: default;
}

.elementor-star-rating i:before {
	content: "";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: var(--e-rating-icon-marked-color);
	top: 0;
	left: 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: "★";
}

.pp-testimonials {
	--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;
}

.pp-testimonials .e-rating-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-webkit-margin-after: calc(0px - var(--e-rating-gap));
	margin-block-end: calc(0px - var(--e-rating-gap));
	-webkit-margin-end: calc(0px - var(--e-rating-gap));
	margin-inline-end: calc(0px - var(--e-rating-gap));
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.pp-testimonials .e-rating-wrapper .e-icon {
	-webkit-margin-after: var(--e-rating-gap);
	margin-block-end: var(--e-rating-gap);
	-webkit-margin-end: var(--e-rating-gap);
	margin-inline-end: var(--e-rating-gap);
	position: relative;
}

.pp-testimonials .e-rating-wrapper .e-icon-wrapper.e-icon-marked {
	--e-rating-icon-color: var(--e-rating-icon-marked-color);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: var(--e-rating-icon-marked-width);
	z-index: 1;
}

.pp-testimonials .e-rating-wrapper .e-icon-wrapper :is(i, svg) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.pp-testimonials .e-rating-wrapper .e-icon-wrapper i {
	color: var(--e-rating-icon-color);
	font-size: var(--e-rating-icon-font-size);
}

.pp-testimonials .e-rating-wrapper .e-icon-wrapper svg {
	height: var(--e-rating-icon-font-size);
	width: auto;
	fill: var(--e-rating-icon-color);
}
