/*=== dsvy-portfolio-style-2 ===*/
.dsvy-portfolio-style-2 .dsvy-image-wrapper {
	padding-bottom: 60px;
}
.dsvy-portfolio-style-2 .dsvy-featured-wrapper img{
	width: 100%;
	border-radius: 6px;
}
.dsvy-portfolio-style-2 .dsvy-link-icon{
	position: absolute;
}
.dsvy-portfolio-style-2 .dsvy-content-wrapper {
	position: absolute;
	width: calc(100% - 60px);
	bottom: 0;
	background: #fff;
	border-radius: 6px;
	margin: 0 15px;
	padding: 21px 30px 0 30px;
	box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.03);
}
.dsvy-portfolio-style-2 .dsvy-portfolio-title {
	font-weight: 800;
	font-size: 22px;
	line-height: 36px;
}
.dsvy-portfolio-style-2 .dsvy-port-cat {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}
.dsvy-portfolio-style-2 .dsvy-port-cat a {
	color: #9ea1ac;
}
.dsvy-portfolio-style-2 .dsvy-link-icon {
	position: absolute;
	top: -22px;
	right: 10px;
	font-size: 23px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--dsvy-cardioly-global-color);
}
.dsvy-portfolio-style-2 .dsvy-link-icon  a{
	color: #fff;
}
.dsvy-portfolio-style-2 .dsvy-content-wrapper,
.dsvy-portfolio-style-2 .dsvy-link-icon{
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}
.dsvy-portfolio-style-2:hover .dsvy-content-wrapper{
	border-color: transparent;
	background-color: var(--dsvy-cardioly-global-color);
}
.dsvy-portfolio-style-2:hover .dsvy-portfolio-title a,
.dsvy-portfolio-style-2 .dsvy-portfolio-title a:hover,
.dsvy-portfolio-style-2:hover .dsvy-port-cat a{
	color: #fff;
}
.dsvy-portfolio-style-2:hover .dsvy-link-icon{
	background-color: #fff;
}
.dsvy-portfolio-style-2:hover .dsvy-link-icon a{
	color: #000;
}