<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --theme-color-light: #ffffff;
    --theme-color-dark: #000000;
    --theme-color-dark2: #1a1a1a;
    --theme-color-gray: #F6F6F6;
    --theme-color1: #ff6809;
    --theme-color2: #fec63f;
    --theme-color3: #faf7f2;
    --theme-color4: #f5f5f5;
    --hover-color: #fec63f;
    --review-color: #fdc009;

}

/*** 

====================================================================
	testimonial Section
====================================================================

***/
.testimonial-section {
	position: relative;
	padding: 20px 0; clear:both;
}

.testimonial-section::before {
	content: "";
	position: absolute;
	top: 170px;
	right: 231px;
	width: 107px;
	height: 77px;
	background-image: url(../images/arrow3.png);
}

@media (max-width: 1399.98px) {
	.testimonial-section::before {
		right: 40px;
	}
}

@media (max-width: 575.98px) {
	.testimonial-section::before {
		display: none;
	}
}

.testimonial-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 261px;
	height: 540px;
	background-image: url(../images/circle.png);
	z-index: -1;
}

@media (max-width: 575.98px) {
	.testimonial-section::after {
		display: none;
	}
}

@media (max-width: 575.98px) {
	.testimonial-section .sec-title-two h2 {
		font-size: 22px;
		line-height: 35px;
	}
}

.testimonial-block {
	padding-bottom: 20px;
	padding-left: 93px;
	padding-top: 20px;
}

@media (max-width: 767.98px) {
	.testimonial-block {
		margin: 0 10px;
	}
}

@media (max-width: 575.98px) {
	.testimonial-block {
		padding-left: 0;
	}
}

.testimonial-block .inner-box {
	background-color: var(--theme-color-light);
	-webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	margin: 0 10px;
	padding: 37px 62px 33px 120px;
	position: relative;
}

.testimonial-block .inner-box::before {
	background-color: var(--theme-color1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 7px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

@media (max-width: 575.98px) {
	.testimonial-block .inner-box {
		padding-left: 35px;
	}
}

.testimonial-block .inner-box .image {
	position: absolute;
	top: 47px;
	left: -60px;
	background: #fff;
	width: 145px;
	height: 145px;
	z-index: 99;
}

@media (max-width: 575.98px) {
	.testimonial-block .inner-box .image {
		left: 0;
		margin-bottom: 30px;
		position: relative;
		top: 0;
	}
}

.testimonial-block .inner-box .image img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border: 7px solid #eee;
	border-radius: 50%;
	width: 100%;
}

.testimonial-block .inner-box .image:before {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	background: -webkit-gradient(linear, left top, left bottom, from(#f3640a), to(#fec53e));
	background: linear-gradient(to bottom, #f3640a, #fec53e);
	z-index: -1;
	top: -7px;
	left: -7px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.testimonial-block .inner-box .content-box {
	position: relative;
}

.testimonial-block .inner-box .content-box .icon-box {
	position: absolute;
	bottom: 6px;
	right: -12px;
}

.testimonial-block .inner-box .content-box .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 14px;
}

.testimonial-block .inner-box .content-box .rating li {
	margin-right: 4px;
	color: var(--theme-color1);
}

.testimonial-block .inner-box .content-box .rating li:last-child {
	margin-right: 0;
}

.testimonial-block .inner-box .content-box .text {
	line-height: 30px;
	margin-bottom: 29px;
}

.testimonial-block .inner-box .content-box .auther-info .name {
	font-weight: 700;
	font-family: var(--title-font2);
	margin-bottom: -2px;
}

.testimonial-block .inner-box .content-box .auther-info span {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--theme-color1);
	letter-spacing: 1px;
}

.testimonial-block .inner-box:hover:before {
	background-color: var(--theme-color2);
}

.testimonial-block .inner-box:hover .image:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*** 

====================================================================
	testimonial Section two
====================================================================

***/
.sec-title-two{ padding:20px 0px;}
.sec-title-two h2{}</pre></body></html>