/*css*/
.customer-logos img {
	font-size: 0px;
	overflow: hidden;
	text-align: center;
	width: 270px;
	background: #fff;
	padding: 5px 10px;
	height: 190px;
	display: block;
	object-fit: contain;
	transition: .5s linear 0s;
	margin: 0 auto;
	border: solid 1px #e9e9e9;
	border-radius: 5px;
}
.crumb-cate {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
	margin: 0 0 30px;
	position: relative;
}
#crumbs {
	padding: 12px 0;
}
#crumbs a:first-child:before {
	content: '\f015';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: 10px;
}
#crumbs a {
	color: #000;
}
#crumbs {
	font-size: 14px;
}
#crumbs i {
	margin: 0 8px;
}
.demo ul, ul.lSPager {
	list-style: none outside none;
	padding-left: 0;
	margin-bottom:0;
}
.demo ul li, ul.lSPager.lSGallery li {
	display: block;
	float: left;
	cursor:pointer;
	margin-left: 0 !important;
}
.demo ul img {
	display: block;
	height: auto;
	max-width: 100%;
}
.demo ul li img, ul.lSPager.lSGallery li img {
	opacity: 1;
}
.testimonials_item {
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	height: 100%;
	min-height: 1px;
	cursor: pointer;
	transition: .4s;
}
.testimonials_content_wrap {
	box-shadow: 1px 0 18px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	background-color: #fff;
	margin-bottom: 30px;
	margin-top: 35px;
}
.testimonials_meta_wrap {
	padding: 32px 35px 30px;
	border-bottom: 1px solid #eee;
	display: flex;
	align-items: center;
	position: relative;
	line-height: 1;
}
.testimonials_name_wrap {
	display: flex;
	flex-direction: column;
}
.testimonials_name_wrap {
	vertical-align: top;
	line-height: 1;
}
.testimonials_name {
	padding-bottom: 1px;
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	color: #000 !important;
	margin-bottom: 0;
}
.testimonials_position {
	font-size: 15px;
	line-height: 1.25;
	font-weight: 400;
	margin-top: 6px;
	color: #000;
}
.testimonials_quote {
	padding: 25px 35px 30px;
	font-size: 16px;
	color: #000;
	text-align: justify;
}
.testimonials_meta_wrap:after {
	position: absolute;
	z-index: 1;
	content: "“";
	font-size: 120px;
	text-align: center;
	color: #fff;
	right: 35px;
	top: -35px;
	height: 72px;
	width: 72px;
	line-height: 124px;
	border-radius: 50%;
	background: -webkit-linear-gradient(left, #ef9a2a 0%, #f6c687 50%, #ffe3be 100%);
	background: -ms-linear-gradient(left, #ef9a2a 0%, #f6c687 50%, #ffe3be 100%);
	background-size: 300%, 1px;
	background-position: 0%;
}
.slick-dots {
	text-align: center;
	padding: 0;
	margin: 0 15px 0 15px;
	line-height: 0;
	font-size: 0;
	list-style: none;
}
.slick-dots li {
	margin-left: 0;
}
.slick-dots li {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	list-style: none;
	opacity: 1;
	cursor: pointer;
	margin: 0 5px;
	padding: 10px 0;
}
.slick-dots li button {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	border: 0;
	vertical-align: bottom;
	width: 25px;
	height: 3px;
	background: transparent;
	opacity: 1;
}
.slick-dots li button:before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	transition: all .3s;
	background: #ffffff;
}
.slick-dots li.slick-active button:before{
	height: 3px;
}