.wv-service-box{background:#F8F3FF;padding:80px 0 140px}
.wv-service-inner{
	overflow: hidden;
	margin-bottom: -10px;
	padding-bottom: 10px;
}
.wv-service-item{}
.wv-service-img{overflow: hidden}
.wv-service-img:before {
	left: -15px;
	width: 110%;
	content: "";
	height: 100px;
	bottom: -57px;
	position: absolute;
	background-color: #f8f3ff;
	-webkit-transform: rotate(-13deg);
	transform: rotate(-13deg);
}
.wv-service-img img{
	height: 256px;
	width: 100%;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	object-fit: cover;
}
.wv-service-text-icon{
	top: -70px;
	max-width: 90%;
	margin: 0 auto;
	margin-bottom: -70px;
	padding: 35px 30px 75px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	background-color: white;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(12 12 12 / 20%);
	box-shadow: 0px 0px 10px 0px rgb(12 12 12 / 20%);
	height: 289px
}
.wv-service-text-icon:before {
	left: 0;
	top: -70px;
	content: "";
	position: absolute;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	border-bottom: 70px solid #fff;
	border-left: 315px solid rgba(255, 255, 255, 0);
}
.wv-service-text-icon:after {
	top: -36px;
	left: -4px;
	width: 103%;
	content: "";
	height: 15px;
	position: absolute;
	background-color: #008eff;
	-webkit-transform: rotate(-12deg) skew(-15deg);
	transform: rotate(-12deg) skew(-15deg);
}
.wv-service-text h3 {
	color: #121213;
	font-size: 1.3rem;
	font-weight: 700;
	padding-bottom: 15px;
}
.wv-service-text h3 a{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.wv-service-text p {
	color: #121213;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
	font-size: 0.9rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.wv-service-morebtn {
	right: 18px;
	bottom: 70px;
}
.wv-service-morebtn a {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: relative;
	padding: 14px 26px;
	background-color: #008eff;
	letter-spacing: 1px;
}
.wv-service-morebtn a:before {
	top: 0;
	width: 0;
	height: 0;
	content: "";
	left: -16px;
	position: absolute;
	border-bottom: 49px solid #008eff;
	border-left: 16px solid transparent;
}
.wv-service-morebtn a svg {
	margin-left: 8px;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.wv-service-morebtn a:hover {
	background-color: #fa4318;
	color: #fff;
	text-decoration: none;
}
.wv-service-morebtn a:hover:before {
	border-bottom: 49px solid #fa4318;
}
.wv-service-morebtn a:hover svg {
	margin-left: 12px;
}
.wv-service-icon{
	right: 30px;
	top: -100px;
	z-index: 1;
	width: 95px;
	height: 95px;
	border-radius: 100%;
	background-color: #fff;
	border: 10px solid #008cfb;
	-webkit-transition: 500ms all ease;
	transition: 500ms all ease;
}
.wv-service-icon svg{
	color: #141415;
	font-size: 40px;
	line-height: 0.75;
}
.wv-service-icon img{
	border-radius: 50%;
    width: 64px;
}
.wv-service-item:hover .wv-service-icon {
	border: 10px solid #fa4318;
}
.wv-service-item:hover .wv-service-text-icon {
	background-color: #01011c;
}
.wv-service-item:hover .wv-service-text-icon:before {
	border-bottom: 70px solid #01011c;
}
.wv-service-item:hover .wv-service-text h3, .wv-service-item:hover .wv-service-text p {
	color: #fff;
}