.pbmit-service-style-1 .pbmit-content-box::before,
.pbmit-service-style-1 .pbmit-content-box::after,
.pbmit-service-style-1 .pbmit-content-wrap::before,
.pbmit-service-style-1 .pbmit-content-box {
	-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-1 .pbminfotech-post-item {
	display: grid;
	gap: 5px;
}
.pbmit-service-style-1 .pbmit-content-box {
	position: relative;
	border-radius: 7px;
	overflow: hidden;
	z-index: 1;
	padding: 20px 50px 15px 25px;
	background-color: var(--pbmit-labozen-white-bg-color);
}
.pbmit-service-style-1 .pbmit-content-box::before,
.pbmit-service-style-1 .pbmit-content-box::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: rgba(var(--pbmit-labozen-blackish-color-rgb), 0.5);
	-khtml-transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
}
.pbmit-service-style-1 .pbmit-content-box::after {
	right: 38px;
	background-color: rgba(var(--pbmit-labozen-blackish-color-rgb), 0.2);
}
.pbmit-service-style-1 .pbmit-content-wrap::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	background-color: var(--pbmit-labozen-secondary-color);
}
.pbmit-service-style-1:hover .pbmit-content-wrap::before {
	height: 100%;
}
.pbmit-service-style-1 .pbmit-content-wrap {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.pbmit-service-style-1 .pbmit-service-title {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 0;
}
.pbmit-service-style-1 .pbmit-serv-cat {
	font-size: 13px;
	line-height: 26px;
	text-transform: uppercase;
	position: relative;
}
.pbmit-service-style-1 .pbmit-serv-cat a::before {
	content: '/';
	display: inline-block;
	padding-right: 3px;
}
.pbmit-service-style-1:hover .pbmit-serv-cat a,
.pbmit-service-style-1:hover .pbmit-service-title a {
	color: var(--pbmit-labozen-white-color);
}
.pbmit-service-style-1 .pbmit-featured-wrapper img {
	width: 100%;
}
.pbmit-service-style-1 .pbmit-hover-wrap {
	position: relative;
}
.pbmit-service-style-1 .pbmit-hover-wrap .pbmit-link {
	z-index: 0;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img,
.pbmit-service-style-1 .pbmit-featured-wrapper {
	overflow: hidden;
	border-radius: 7px;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img {
	transform: scale3d(1.1, 1.1, 1) translate3d(15px, 0, 0);
	transition: all .35s;
	transform-origin: 85% 100%;
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(15px, 0, 0);
	-webkit-transition: all .35s;
	-webkit-transform-origin: 85% 100%;
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img {
	transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
	-webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0);
}
.pbmit-service-style-1 .pbmit-image-box {
	position: relative;
	overflow: hidden;
	border-radius: 7px;
}
.pbmit-service-style-1 .pbmit-service-description,
.pbmit-service-style-1 .pbmit-service-icon {
	position: absolute;
	bottom: 0;
	left: 0;
}
.pbmit-service-style-1 .pbmit-service-icon {
	bottom: 140px;
	left: 30px;
	width: 60px;
	height: 60px;
	border-radius: 7px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--pbmit-labozen-blackish-bg-color);
}
.pbmit-service-style-1 .pbmit-service-icon svg {
	fill: var(--pbmit-labozen-secondary-color);
}
.pbmit-service-style-1 .pbmit-service-description {
	padding: 20px 30px;
	background-color: rgba(var(--pbmit-labozen-blackish-bg-color-rgb), 0.5);
}
.pbmit-service-style-1 .pbmit-service-description,
.pbmit-service-style-1 .pbmit-service-description p {
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: var(--pbmit-labozen-white-color);
}
/* == Bg Color == */
.pbmit-elementor-bg-color-secondary .pbmit-service-style-1 .pbmit-content-wrap::before {
	background-color: var(--pbmit-labozen-blackish-bg-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-service-style-1:hover .pbmit-content-box::before {
	background-color: rgba(var(--pbmit-labozen-white-bg-color-rgb), 0.5);
}
.pbmit-elementor-bg-color-secondary .pbmit-service-style-1:hover .pbmit-content-box::after {
	background-color: rgba(var(--pbmit-labozen-white-bg-color-rgb), 0.2);
}
.pbmit-elementor-bg-color-white .pbmit-service-style-1 .pbmit-content-box {
	background-color: var(--pbmit-labozen-light-bg-color);
}
.pbmit-element-service-style-1 .pbmit-ele-header-area.container .pbmit-carousel-nav-arrow-header {
	bottom: inherit;
	top: 50px;
}
@media (max-width: 1650px) {
	.e-con-full .pbmit-element-service-style-1.pbmit-element-column-four .pbmit-service-style-1 .pbmit-content-wrap {
		display: block;
	}
}