<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap");

h2.underline-style {
	margin: 80px 0 50px;
}


.underline-style {
	position: relative;
	padding-bottom: 15px;
}

.underline-style::after {
	background-color: #8fbc54;
	bottom: 3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 140px;
	left: calc(50%);
	transform: translateX(-50%);
	height: 3px;
}

.testimonial .testimonial-author {
	display: flex;
}


.testimonial .testimonial-author img {
	margin-right: 15px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 40%);
	box-shadow: 0 0 5px rgb(0 0 0 / 40%);
}

.testimonial .testimonial-author .author {
	font-size: 14px;
	font-weight: 700;
}

.testimonial .testimonial-top {
	margin-bottom: 17px;
	display: flex;
	align-items: center;
}

.testimonial .testimonial-top time {
	position: relative;
	padding: 0 0 0 16px;
	font-size: 14px;
	line-height: 24px;
}

.testimonial .testimonial-top time:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	font-size: 4px;
	width: 1em;
	height: 1em;
	background: #c4c4c4;
	border-radius: 50%;
}

.testimonial .testimonial-description .description {
	font-size: 14px;
	line-height: 24px;
	color: #696969;
}

.testimonial .testimonial-description {
	margin: 19px 0 0;
}

.testimonial {
	padding-bottom: 40px;
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}

.testimonial .testimonial-top .client-rating {
	flex-shrink: 0;
	margin: 0 12px 0 0;
}


.hptm-nav.hptm-swiper-button-next {
	right: 0;
	transform: translate(50%, -50%);
	box-shadow: -2px 0 5px rgba(0,0,0,0.3);
}

.hptm-nav.hptm-swiper-button-prev {
	left: 0;
	transform: translate(50%, -50%);
	box-shadow: -2px 0 5px rgba(0,0,0,0.3);
}

.hptm-nav {
	background: #000;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	z-index: 1;
	cursor: pointer;
	opacity: 0.85;
	transition: all 0.2s;
	backface-visibility: hidden;
}

.hptm-wrapper {
	padding: 20px;
	background-color: #F0F2F5;
}

.hptm-wrapper h2 {
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	position: relative;
	margin: 30px 0 60px;
}

.hptm-wrapper h2:after {
	content: "";
	width: 100px;
	position: absolute;
	margin: 0 auto;
	height: 3px;
	background: #8fbc54;
	left: 0;
	right: 0;
	bottom: -10px;
}
.hptm-wrapper .col-center {
	margin: 0 auto;
	float: none !important;
}
.hptm-wrapper .carousel {
	margin: 50px auto;
	padding: 0 70px;
}
.hptm-wrapper .carousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
}
.hptm-wrapper .carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.hptm-wrapper .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.hptm-wrapper .carousel .testimonial {
	padding: 30px 0 10px;
}
.hptm-wrapper .carousel .overview {
	text-align: center;
	padding-bottom: 5px;
}
.hptm-wrapper .carousel .overview b {
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 5px;
}
.hptm-wrapper .carousel .star-rating i {
	font-size: 18px;
	color: #000;
}
.hptm-wrapper .carousel .carousel-control {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #8fbc54;
	text-shadow: none;
	top: 4px;
}
.hptm-wrapper .carousel-control i {
	font-size: 20px;
	margin-right: 2px;
	padding: 3px;
}
.hptm-wrapper .carousel-control.left {
	left: auto;
	right: 40px;
}
.hptm-wrapper .carousel-control.right i {
	margin-right: -2px;
}
.hptm-wrapper .carousel .carousel-indicators {
	bottom: -40px;
	margin-bottom: -10px;
}
.hptm-wrapper .carousel-indicators li,
.hptm-wrapper .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.hptm-wrapper .carousel-indicators li {
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.hptm-wrapper .carousel-indicators li.active {
	background: #555;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

#hptm-button {
	display: block;
	width: 200px;
	box-sizing: border-box;
	line-height: 40px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
	border: medium none;
	color: rgb(255, 255, 255);
	background-color: transparent;
	background-image: linear-gradient(to right, #a8c700,#a2bf01);
	text-shadow: none;
	background-position: 0;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	clear: both;
}

.btnreview {
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
	box-sizing: border-box;
	color: #fff!important;
	cursor: pointer;
/*	font-family: "Akzidenz Grotesk BQ Medium", -apple-system, BlinkMacSystemFont, sans-serif;*/
	font-size: 16px;
	font-weight: 500;
	outline: none;
	outline: 0;
	padding: 10px 25px;
	text-align: center;
	transform: translateY(0);
	transition: transform 150ms, box-shadow 150ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	text-decoration: none;
}
.button-37:hover {
	box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
	transform: translateY(-2px);
}
@media(min-width: 768px) {
	.button-37 {
		padding: 10px 30px;
	}
}


* {
	box-sizing: border-box;
}
.containerTestimonial {
	justify-content: space-evenly;
	flex-wrap: wrap;
}

#hprmp-carousel .card {
	background-color: white;
	border: 10px;
	margin: 10px;
	overflow: hidden;
	width: 300px;
}
.card-header img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.hptm-wrapper .card-body {
	display: flex!important;
	flex-direction: column;
	justify-content: start;
	align-items: flex-start;
	min-height: 250px;
}

.containerTestimonial .description {
	text-align: left;
	color: black;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
	height: 100px;
	width: 230px;
}

.tag {
	background: #cccccc;
	border-radius: 50px;
	font-size: 12px;
	margin: 0;
	color: #fff;
	padding: 2px 10px;
	text-transform: uppercase;
	cursor: pointer;
}
.tag-teal {
	background-color: #47bcd4;
}
.tag-purple {
	background-color: #5e76bf;
}
.tag-pink {
	background-color: #cd5b9f;
}

.hptm-wrapper .card-body .description2 {
	font-size: 13px;
	position: absolute;
	bottom: 45px;
}

.hptm-wrapper .card-body .description2 &gt; a{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 8px;
	text-decoration: none;
}
.user {
	display: flex;
	margin-top: auto;
}

.user img {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.user-info h5 {
	margin: 0;
}
.user-info small {
	color: #545d7a;
}
.testimonial-container{
	display:flex;
	margin-top: 15px;
}

.hptm-wrapper .col-right{
	width: 70%;
}

.hptm-wrapper .col-left{
	width: 30%;
}

.hptm-wrapper h3 {
	font-size: 36px;
	top: 20px !important;
}

#hprmp-carousel .card .user {
	margin: 0;
	position: absolute;
	bottom: 6px;
}

.responsive-hprmp.containerTestimonial .testimonial-container .col-right,
.responsive-hprmp.containerTestimonial .testimonial-container .col-left{
	width:100%;
}

.responsive-hprmp.containerTestimonial .testimonial-container .col-left{
	margin-bottom:20px;
}

.responsive-hprmp.containerTestimonial .testimonial-container{
	flex-direction:column;
}

.responsive-hprmp.containerTestimonial {
	margin-left:unset;
	margin-right:unset;
	padding: 0!important;
}

.responsive-hprmp.containerTestimonial #hprmp-carousel .card{
	margin: 0;
	background: transparent;
	width: 100%;
}

.responsive-hprmp.containerTestimonial .swiper-hpwd .swiper-pagination{
   display: flex;
   justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.hptm-wrapper .col-right,
	.hptm-wrapper .col-left{
		width:100%;
	}

	.hptm-wrapper .col-left{
		margin-bottom:20px;
	}

	.testimonial-container{
		flex-direction:column;
	}

	.containerTestimonial{
		margin-left:unset;
		margin-right:unset;
	}
}

@media only screen and (max-width: 768px) {
	.containerTestimonial .description {
		-webkit-line-clamp: 3;
	}

	.hptm-wrapper .card-body {
		min-height: unset;
	}

	#hprmp-carousel .card{
		width: unset;
		margin-top: 0;
		margin-bottom: 0;
	}

	.hptm-wrapper .card-body{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}

	.hptm-wrapper .card-body .description2,
	#hprmp-carousel .card .user
	{
		position: static;
	}
}




.containerTestimonial .card {
  width: auto;
}

.containerTestimonial &gt; .row {
	margin-right: 0;
	margin-left: 0;
}

.containerTestimonial.hptm-wrapper {
  margin: 30px 0;
  position: relative;
  border-radius: 8px;
  border:1px solid #dddddd;
}
</pre></body></html>