#firstSlider h6 { 
	font-weight: bold;
	transform: translateY(100px);
}
#firstSlider h5 { 
	transform: translateY(100px);
	transition-delay: 0.2s;
}
.cservice {
	position: relative;
	width: 100%;
	font-size: 0;
	background: url(./../images/service/service_bg.png) right top no-repeat #fff;
	overflow: hidden;
}
.cservice .serviceTitle {
	margin-bottom: 85px;
	text-align: center;
	transform: translateY(-200px);
}
.cservice .serviceWrap {
	position: relative;
	width: 93%; height: 570px;
	margin: 0 auto 100px;
}
.cservice .serviceWrap .loader {
	position: absolute;
	top: 0; left: 0;
	width: calc(100% - 760px); height: 570px;
}
.cservice .serviceWrap .loader::after {
	content: '';
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	box-shadow: 20px 20px 0 rgba(0,0,0,0.1);
}
.cservice .serviceRight {
	position: absolute;
	top: 0; right: 0;
	width: 760px; height: 570px;
	padding: 90px;
}
.cservice .serviceRight h5 {
	position: relative;
	margin-bottom: 70px;
	font-family: 'Playfair Display', serif;
	font-size: 50px; font-weight: bold;
	line-height: 50px;
	color: #233a42;
	transform: translateX(200px);
	transition-delay: 0.3s;
}
.cservice .serviceRight h5::before {
	content: '';
	position: absolute;
	top: 27px; left: -90px;
	width: 84px; height: 1px;
	background: #7b7979;
}
.cservice .serviceRight h6 {
	margin-bottom: 20px;
	font-size: 20px; font-weight: 500;
	color: #231f20;
}
.cservice .serviceRight .text {
	font-size: 15px;
	line-height: 28px;
	color: #6e6e6e;
}
.cservice .serviceRight .btn_back {
	position: absolute;
	bottom: 90px; left: 90px;
	margin: auto;
	display: inline-block;
	width: 186px;
	line-height: 54px;
	font-size: 14px; font-weight: normal;
	border: 1px solid #231f20;
	color: #231f20;
	text-align: center;
	transition: background 0.3s, color 0.3s;
}
.cservice .serviceRight .btn_back:hover {
	background: #231f20;
	color: #fff;
}