.testimonial-section {
	padding: 40px 0px 180px;
	.section-title-middle {
		margin: 0 auto;
		max-width: 525px;
		padding-bottom: 50px;
	}
	.testimonial-content {
		display: flex;
	}
	.testimonial-part {
		width: 50%;
	}
	.testimonial-text-slide {
		padding: 65px 30px 30px 60px;
		transform: translateY(70px);
		box-shadow: 0px 9px 40px 0px rgba(193, 193, 193, 0.5);
		.testimonial-slide-text {
			z-index: 1;
			max-width: 430px;
			.q-icon {
				top: 0px;
				left: 0px;
				z-index: -1;
				position: absolute;
				i {
					color: #ecfafc;
					font-size: 65px;
				}
			}
			h3 {
				color: #004168;
				font-size: 18px;
				font-weight: 700;
				padding-bottom: 20px;
			}
			p {
				color: #555555;
				font-size: 18px;
			}
			.testimonial-img-rate {
				margin-top: 30px;
				.testimonial-pic {
					width: 50px;
					height: 50px;
					overflow: hidden;
					margin-right: 12px;
					border-radius: 100%;
				}
				.testimonial-rate {
					h4 {
						color: #222222;
						font-size: 15px;
						line-height: 1;
						font-weight: 700;
					}
					span {
						font-size: 12px;
						font-weight: 300;
						line-height: 1;
						color: #222222;
					}
					li {
						float: left;
						color: #f89429;
						font-size: 12px;
						line-height: 1.5;
						margin-right: 3px;
					}
				}
			}
		}
	}
}
#testimonial-slideid {
	.owl-nav {
		text-align: right;
		.owl-prev,
		.owl-next {
			width: 45px;
			height: 45px;
			line-height: 45px;
			text-align: center;
			display: inline-block;
			border: 1px solid #dddddd;
			transition: .3s all ease-in-out;
			&:hover {
				color: #fff;
				background-color: $base-color;
				border: 1px solid $base-color;
			}
		}
	}
}
.about-page-testimonial {
	padding: 195px 0px 250px;
}