.dsvy-service-style-4 .designervily-post-item::after,
.dsvy-service-style-4 .designervily-box-content,
.dsvy-service-style-4 .dsvy-meta,
.dsvy-service-style-4 .dsvy-service-btn a,
.dsvy-service-style-4 .dsvy-featured-wrapper img,
.dsvy-service-style-4 .designervily-post-item {
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
.dsvy-service-style-4 .designervily-post-item {
	position: relative;
	overflow: hidden;
}
.dsvy-service-style-4 .dsvy-featured-wrapper img {
	position: relative;
	width: 100%;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.dsvy-service-style-4:hover .dsvy-featured-wrapper img {
	-moz-transform: scale(1.09);
	-webkit-transform: scale(1.09);
	-ms-transform: scale(1.09);
	transform: scale(1.09);
}
.dsvy-service-style-4 .dsvy-service-title a,
.dsvy-service-style-4:hover .designervily-box-content .dsvy-service-title a,
.dsvy-service-style-4 .dsvy-service-content {
	color: #fff;
}
.dsvy-service-style-4 .designervily-box-content {
	position: absolute;
	padding: 100px 40px 0;
	width: 100%;
	height: 100%;
	left: -100%;
	opacity: 0;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	-khtml-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.dsvy-service-style-4:hover .designervily-box-content {
	left: 0%;
	opacity: 1;
}
.dsvy-service-style-4 .dsvy-service-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.dsvy-service-style-4 .dsvy-service-content ul li i {
	padding-right: 10px;
	font-size: 12px;
	color: var(--dsvy-karzo-global-color)
}
.dsvy-service-style-4:hover .designervily-post-item::after {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-khtml-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	right: 0;
}
.dsvy-service-style-4 .dsvy-featured-wrapper::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: left;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: linear-gradient(0deg, var(--dsvy-karzo-secondary-color) 0%, rgba(0, 50, 129, 0) 70%);
}
.dsvy-service-style-4 .dsvy-featured-wrapper::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	text-align: left;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}
.dsvy-service-style-4:hover .dsvy-featured-wrapper::before {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.dsvy-service-style-4 .designervily-post-item::after {
	position: absolute;
	content: '';
	height: 100%;
	width: 300px;
	background: var(--dsvy-karzo-global-color);
	top: 0;
	right: 120px;
	z-index: 0;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	-webkit-transform: translateX(100%);
	-khtml-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}
.dsvy-service-style-4 .designervily-box-content .dsvy-service-cat {
	margin: 5px 0 20px;
}
.dsvy-service-style-4 .dsvy-service-title {
	position: relative;
	font-size: 20px;
	line-height: 24px;
	margin: 5px 0 15px;
}
.dsvy-service-style-4 .dsvy-service-title a:hover {
	color: var(--dsvy-karzo-global-color);
}
.dsvy-service-style-4 .dsvy-service-icon-wrapper {
	font-size: 60px;
	line-height: 60px;
	color: var(--dsvy-karzo-global-color);
	font-weight: 500;
}
.dsvy-service-style-4 .dsvy-service-custom-icon-wrapper img{
	width: 60px !important;
	height: 60px;
	margin-bottom: 10px;
}
.dsvy-service-style-4 .dsvy-service-icon-wrapper svg{
	margin-bottom: 10px;
	fill: var(--dsvy-karzo-global-color);
}
.dsvy-service-style-4 .dsvy-service-cat h4 {
	position: relative;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 400;
}
.dsvy-service-style-4 .dsvy-service-cat h4 a {
	color: var(--dsvy-karzo-global-color);
}
.dsvy-service-style-4 .dsvy-heading-subheading {
	margin-bottom: 55px;
}
.dsvy-service-style-4 .dsvy-meta {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px 40px 25px;
}
.dsvy-service-style-4 .dsvy-service-btn a {
	position: absolute;
	bottom: 40px;
	left: 40px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	padding: 18px 50px 18px 30px;
}
.dsvy-service-style-4:hover .dsvy-service-btn a {
	opacity: 1;
	visibility: visible;
}
.dsvy-service-style-4:hover .dsvy-meta {
	-webkit-transform: translateY(100%);
	-khtml-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}
.dsvy-service-style-4.dsvy-ele-service .dsvy-service-btn:before {
	content: unset;
}
.dsvy-service-style-4 .dsvy-service-btn a:hover,
.dsvy-service-style-4 .dsvy-service-btn a span {
	color: var(--dsvy-karzo-secondary-color);
}
.dsvy-element-service-style-4.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-next,
.dsvy-element-service-style-4.designervily-element-viewtype-carousel .owl-carousel .owl-nav button.owl-prev {
	background: transparent;
	color: var(--dsvy-karzo-secondary-color);
	border: 1px solid #d9d9d9;
}
@media (max-width: 460px) {
	.dsvy-service-style-4 .dsvy-service-title {
		margin: 5px 65px 15px 0px;
	}
}