
.pbmit-portfolio-style-2 .pbmit-port-cat a{
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--pbmit-xleb-global-color);
	display: none;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-title{
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(var(--pbmit-xleb-blackish-color-rgb), .1);
}
.pbmit-portfolio-style-2 .pbmit-featured-wrapper img{
	width: 100%;
	height: 530px;
	object-fit: cover;
}
.pbmit-portfolio-style-2 .pbminfotech-post-content{
	position: relative;
	overflow: hidden;
	border-radius: 25px;
}
.pbmit-portfolio-style-2 .pbminfotech-box-content{
	position: absolute;
	right: 10%;
	padding: 50px 40px 80px;
	transform: translate(0%, -50%);
	top: 50%;
	border-radius: 20px;
	overflow: hidden;
	max-width: 430px;	
}
.pbmit-portfolio-style-2 .pbminfotech-box-content::before {
	position: absolute;
	content: '';	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: var(--pbmit-xleb-white-color);
	-webkit-mask: url(../../images/portfolio-shape.png) bottom right no-repeat;
	mask: url(../../images/portfolio-shape.png) bottom right no-repeat;
	z-index:-1;
}
.pbmit-portfolio-style-2 .pbmit-portfolio-btn{
	position: absolute;
	bottom: 0;
	right: 55px;
	background: var(--pbmit-xleb-white-color);
	height: 46px;
	width: 46px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.pbmit-portfolio-style-2:hover .pbmit-portfolio-btn{
	background: var(--pbmit-xleb-global-color);
	z-index: 1;
	color:  var(--pbmit-xleb-white-color);
}
.pbmit-portfolio-style-2 .pbmit-short-description{
	color: var(--pbmit-xleb-blackish-color);
}

@media (max-width: 1024px) {
	.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {
		height: 370px;
	}
	.pbmit-portfolio-style-2 .pbminfotech-box-content {
		padding: 50px 30px 70px;
	}
}
@media (max-width: 767px) {
	.pbmit-portfolio-style-2 .pbminfotech-box-content {
		right: 15px;
		left: 15px;
		padding: 40px 30px 60px;
	}
	.pbmit-portfolio-style-2 .pbmit-portfolio-title {
		font-size: 18px;
		line-height: 28px;
	}
}