.pbmit-element-service-style-10 .pbmit-featured-img-wrapper img {
	border-radius: 10px;
	width: 100%;
}
.pbmit-element-service-style-10 .pbmit-service-description {
	color: rgba(var(--pbmit-xinterio-white-color-rgb), 0.8);
	padding-top: 13px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-10 .pbmit-service-title,
.pbmit-service-style-10 .pbmit-service-title a{
	margin: 0;
	font-size: 26px;
	line-height: 30px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	letter-spacing: 0;
	color: var(--pbmit-xinterio-white-color);
}
.pbmit-service-style-10 .pbminfotech-post-item {
	position: relative;	
	overflow: hidden;
}
.pbmit-service-style-10 .pbmit-content-wrap {
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	z-index: 2;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-service-style-10  .pbmit-service-description p {
	margin: 0;
}
.pbmit-service-style-10 .pbmit-featured-wrapper {
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-service-style-10 .pbmit-featured-wrapper::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	border-radius: 10px;
	background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0) 73%);
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pbmit-service-style-10 a.pbmit-link-arrow {
	text-align: center;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 2;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	font-size: 14px;
	color: var(--pbmit-xinterio-white-color);
	background-color: var(--pbmit-xinterio-global-color);
	border-radius: 5px;
	transform: translateX(130%);
	-webkit-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.rtl .pbmit-service-style-10 a.pbmit-link-arrow {
	left: 15px;
	right: auto;
	transform: translateX(-130%);
}
.pbmit-service-style-10:hover a.pbmit-link-arrow  {
	transform: translateX(0%);
}
/* == For bg color == */
.pbmit-elementor-bg-color-secondary .pbmit-service-style-10 .pbmit-service-title,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-10 .pbmit-service-title a{
	color: var(--pbmit-xinterio-white-color);
}
@media (max-width:1024px) {
	.pbmit-service-style-10 .pbmit-content-wrap {
		bottom: 20px;
		left: 20px;
		right: 20px;
	}
	.pbmit-service-style-10 .pbmit-service-title, 
	.pbmit-service-style-10 .pbmit-service-title a {
		font-size: 20px;
		line-height: 22px;
	}
	.pbmit-service-style-10 .pbmit-service-description,
	.pbmit-service-style-10 .pbmit-service-description p {
		font-size: 15px;
		margin: 0;
	}
	.pbmit-element-service-style-10 .pbmit-service-description {
		padding-top: 8px;
	}
}