.pbmit-service-style-3 .pbminfotech-post-item{
	border: 1px solid rgb(var(--pbmit-shipex-white-color-rgb), 0.1);
	border-radius: 30px;
	padding: 10px;
	background: var(--pbmit-shipex-blackish-color);
}
.pbmit-service-style-3 .pbminfotech-box-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-service-style-3 .pbmit-service-title{
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.pbmit-service-style-3 .pbminfotech-box-content-desc-wraper{
	padding: 30px 30px 20px;
}
.pbmit-service-style-3 .pbmit-content-box{
	width: 200px;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper{
	border-radius: 30px;
	height: 210px;
	object-fit: cover;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	position: relative;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper img{
	position: absolute;
	left: 0;
	right: 0;
	height: 210px;
	bottom: 0;
	top: auto;
	object-fit: cover;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-radius: 30px;
}
.pbmit-service-style-3.pbmit-active .pbmit-service-image-wrapper img,
.pbmit-service-style-3:hover .pbmit-service-image-wrapper img{
	height: 360px;
}
.pbmit-service-style-3 .pbmit-service-description p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
}
.pbmit-service-style-3 .pbmit-service-description{
	padding: 25px 0 0 0;
	margin: 60px 0 0 0;
	border-top: 1px solid rgb(var(--pbmit-shipex-white-color-rgb), 0.1);
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	transition: 0.9s;
}
.pbmit-service-style-3.pbmit-active .pbmit-service-description,
.pbmit-service-style-3:hover .pbmit-service-description{
	opacity: 0;
	transform: scale(0.8);
	visibility: hidden;
}
.pbmit-service-style-3 .pbmit-service-icon,
.pbmit-service-style-3 .pbmit-service-title a{
	color: var(--pbmit-shipex-white-color);
}
.pbmit-service-style-3 .pbmit-service-description p{
	color:rgba(var(--pbmit-shipex-white-color-rgb),.7);
}
.pbmit-element-viewtype-carousel.pbmit-element-service-style-3 .pbmit-element-posts-wrapper{
	border-radius: 30px;
}
.pbmit-element-service-style-3 .pbmit-carousel-nav-arrow-header{
	bottom: 50%;
}
.pbmit-service-style-3 .pbmit-featured-img-wrapper{
	background-color: var(--pbmit-shipex-blackish-color);
	-webkit-transition: all .9s ease;
	transition:  all .9s ease;
}
.pbmit-service-style-3 .pbmit-featured-wrapper{ 
	mix-blend-mode: luminosity;
	-webkit-transition: all .9s ease;
	transition:  all .9s ease;
}
.pbmit-service-style-3.pbmit-active .pbmit-featured-wrapper,
.pbmit-service-style-3:hover .pbmit-featured-wrapper{ 
	mix-blend-mode: normal;
}
.pbmit-service-style-3 .pbmit-service-icon svg {
	fill: var(--pbmit-shipex-white-color);
}
@media(max-width:1200px){
	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 20px;
		line-height: 24px;
	}
	.pbmit-service-style-3 .pbminfotech-box-content-desc-wraper {
		padding: 30px 10px 20px;
	}
}
@media(max-width:767px){
	.pbmit-service-style-3 .pbmit-service-title {
		font-size: 18px;
		line-height: 22px;
	}
}