.pbmit-testimonial-style-3 .pbminfotech-post-item {
	padding: 15px;
	border-radius: 6px;
	background-color: var(--pbmit-xhyre-secondary-color);
}
.pbmit-testimonial-style-3 .pbminfotech-box-author {
	display: flex;
	align-items: center;
	padding: 15px 0 0 10px;
}
.pbmit-testimonial-style-3 .pbmit-featured-img-wrapper {
	padding-right: 15px;
}
.pbmit-testimonial-style-3 .pbminfotech-box-title{
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	color: var(--pbmit-xhyre-global-color);
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
	font-size: 14px;
}
.pbmit-testimonial-style-3 .pbmit-box-content-wrap {
	padding: 50px 40px;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	margin-top: 25px;
	background-color: var(--pbmit-xhyre-blackish-color);
}
.pbmit-testimonial-style-3 .pbmit-box-content-wrap::before {
	font-family: "pbminfotech-base-icons";
	content: '\e801';
	position: absolute;
	right: 30px;
	top: -30px;
	font-size: 30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 100%;
	text-align: center;
	color: var(--pbmit-xhyre-white-color);
	background: var(--pbmit-xhyre-global-color);
}
.pbmit-testimonial-style-3 .pbmit-featured-wrapper img{
	width: 65px;
	height: 65px;
	border-radius: 50%;
}
.pbmit-testimonial-style-3 .pbminfotech-box-img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-text{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 22px;
	color: var(--pbmit-xhyre-white-color);
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail,
.pbmit-testimonial-style-3 .pbminfotech-box-title{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings{
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 20px;
	display: none;
	color: rgba(var(--pbmit-xhyre-global-color-rgb), 0.1);
}
.pbmit-testimonial-style-3 .pbminfotech-box-star-ratings .pbmit-active{
	color: #ffa72a;
}
.pbmit-testimonial-style-3 .pbminfotech-testimonial-detail {
	display: none;
}
.pbmit-element-testimonial-style-3 .pbmit-vertical-scroller-wrapper {
	overflow: hidden;
}
.pbmit-element-testimonial-style-3 .pbmit-vertical-scroller-wrapper {
	position: relative;
}
.pbmit-element-testimonial-style-3 .pbmit-vertical-scroller-wrapper::after,
.pbmit-element-testimonial-style-3 .pbmit-vertical-scroller-wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 12%;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(var(--pbmit-xhyre-blackish-color-rgb), 1) 41%, rgba(var(--pbmit-xhyre-blackish-color-rgb), 0.36) 79%, rgba(var(--pbmit-xhyre-blackish-color-rgb), 0) 100%);
}
.pbmit-element-testimonial-style-3 .pbmit-vertical-scroller-wrapper::after {
	top: inherit;
	bottom: 0;
	height: 20%;
	background: linear-gradient(to top, rgba(var(--pbmit-xhyre-blackish-color-rgb), 1) 41%, rgba(var(--pbmit-xhyre-blackish-color-rgb), 0.36) 79%, rgba(var(--pbmit-xhyre-blackish-color-rgb), 0) 100%);
}
/* BG Color Set */
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-3 .pbminfotech-post-item {
	background-color: var(--pbmit-xhyre-blackish-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-testimonial-style-3 .pbmit-box-content-wrap {
	background-color: var(--pbmit-xhyre-secondary-color);
}