.s_service {
	position: relative;
	width: 100%;
}
.s_service ul {
	position: relative;
	margin: 0px;
	padding: 0;
	display: flex;
	align-content: center;
	height: 100%;
}
.s_service ul li {
	position: relative;
}
.s_service ul li .item {
	position: relative;
	margin: 0px;
	padding: 2rem;
	height: 100%;
}
.s_service ul li .item .s_img {
	position: relative;	
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.s_service ul li .item .s_img img {
	display: block;
	max-height: 260px;
	max-width: 244px;
}
.s_service ul li .item .s_img:before {
	position: absolute;	
	background-image: url(../images/bgimgprd.png);
	width: 254px;
	height: 253px;
	content: "";
	z-index: -1;
	top: 3rem;
}


.s_service ul li .item .s_des{
	position: relative;
	text-align: center;
	display: block;
}
.s_service ul li .item .s_des a{
	text-transform: uppercase;
	padding: 2rem;
	font-weight: 500;
}
/*bxslider*/
.s_service .bx-wrapper {
	-moz-box-shadow: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	border: 0;
	background: transparent;
	margin-bottom: 0;
}
.s_service .bx-wrapper .bx-viewport {
	margin-bottom: 0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
	background: transparent;
}
@media (max-width: 767px) {
}

@media (max-width: 499px) {
}