.harness_the_power {
	padding: 40px 0 0;
}

.harness_the_power .container {
	max-width: 1080px;
}

.harness_the_power .harness_hedding {
	margin: 0 auto;
	max-width: 950px;
	padding-bottom: 35px;
}

.harness_the_power .harness_hedding h3 {
	font-weight: 300;
	text-align: center;
}

.harness_the_power
	.customer_slider
	.customer_slider_inner
	.customer_profile_box {
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
	margin: 15px;
	padding: 0;
}

.harness_the_power
	.customer_slider
	.customer_slider_inner
	.customer_profile_box
	.customer_thumbnail
	> img {
	border-radius: 5px 5px 0 0;
	width: 100%;
}

.harness_the_power
	.customer_slider
	.customer_slider_inner
	.customer_profile_box
	.customer_thumbnail
	.customer_logo_img {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19);
	height: 90px;
	left: 0;
	margin: 0 auto;
	padding: 10px;
	position: absolute;
	right: 0;
	top: -30px;
	width: 170px;
	z-index: 999;
}

.harness_the_power
	.customer_slider
	.customer_slider_inner
	.customer_profile_box
	.customer_thumbnail
	.customer_logo_img
	img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 120px;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.harness_the_power
	.customer_slider
	.customer_slider_inner
	.customer_profile_box
	.customer_content {
	margin: 0 auto;
	max-width: 320px;
	min-height: 175px;
	padding: 25px 15px;
	text-align: center;
}

.harness_the_power
	.customer_slider
	.customer_slider_inner
	.customer_profile_box
	.customer_content
	h4 {
	color: #404040;
	font-size: 17px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 20px;
}

.harness_the_power
	.customer_slider
	.customer_slider_inner
	.customer_profile_box
	.customer_content
	a {
	color: #263583;
	font-size: 18px;
	font-weight: 900;
}

.harness_the_power .customer_slider .customer_slider_loop {
	position: relative;
}

.harness_the_power .customer_slider .slick-track {
	padding: 40px 0;
}

.harness_the_power .slick-next,
.harness_the_power .slick-prev {
	background-color: #fff;
	border-radius: 50%;
	height: 40px;
	line-height: 40px;
	width: 40px;
	z-index: 9;
}

@media screen and (max-width: 1200px) {
	.harness_the_power .slick-prev {
		left: 0;
	}

	.harness_the_power .slick-next {
		right: 0;
	}
}

@media screen and (max-width: 991px) {
	.harness_the_power .harness_hedding {
		max-width: 100%;
		padding-bottom: 15px;
	}

	.harness_the_power {
		padding: 20px 0 30px;
	}
}
