/* Service Style 1 */
.dsvy-service-style-1 .dsvy-featured-wrapper img,
.dsvy-service-style-1 .designervily-post-item{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.dsvy-service-style-1 .dsvy-service-img-wrapper{
	position: relative;
	overflow: hidden;
}
.dsvy-service-style-1 .designervily-box-content{
	position: relative;
	padding: 38px 32px 0px;
	overflow: hidden;
	background-color: #fff;
}
.dsvy-service-style-1 .designervily-box-content-inner {
	border-bottom: 5px solid var(--dsvy-colza-global-color);
	padding-bottom: 35px;
}
.dsvy-service-style-1 .dsvy-featured-wrapper img{
	width: 100%;
}
.dsvy-service-style-1:hover .dsvy-featured-wrapper img{
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.dsvy-service-style-1 .dsvy-service-title {
	position: relative;
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	margin: 5px 0 20px;
}
.dsvy-service-style-1 .dsvy-service-title a:hover{
	color: var(--dsvy-colza-global-color);
}
.dsvy-service-style-1 .dsvy-service-icon-wrapper{
	position: absolute;
	top: -15px;
	right: -15px;
	font-size: 142px;
	z-index: 0;
	line-height: 115px;
	color: rgb(102 102 102 / 7%);
}
.dsvy-service-style-1 .dsvy-service-icon-wrapper svg,
.dsvy-service-style-1 .dsvy-service-icon-wrapper img {
	width: 142px;
	height: 142px;
}
.dsvy-service-style-1 .dsvy-service-icon-wrapper svg{
	fill: rgb(102 102 102 / 7%);
}
.dsvy-service-style-1 .dsvy-service-cat h4 {
	position: relative;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 1.2px;
	margin-bottom: 0;
	font-weight: 500;
	text-transform: uppercase;
}
.dsvy-service-style-1 .dsvy-service-cat h4 a{
	color: var(--dsvy-colza-global-color);
}
.dsvy-element-service-style-1 .dsvy-heading-subheading {
	margin-bottom: 55px;
}
.dsvy-element-service-style-1 .dsvy-carousel-navs {
	display: none!important;
}