.pbmit-service-style-3 .pbmit-service-image-wrapper{
	position: relative;
	transition: all .5s ease-in-out
}
.pbmit-service-style-3 .pbminfotech-post-item,
.pbmit-service-style-3{
	position: relative
}
.pbmit-service-style-3 .pbmit-featured-img-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-service-style-3 .pbmit-featured-img-wrapper::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top, rgba(var(--pbmit-truseo-blackish-color-rgb), 1) 10%, rgba(var(--pbmit-truseo-blackish-color-rgb), 0) 42%, rgba(var(--pbmit-truseo-blackish-color-rgb), 0) 73%);
	z-index: 1;
}
.pbmit-service-style-3 .pbmit-featured-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.pbmit-service-style-3 .pbmit-service-image-wrapper img{
	border-radius: 10px;
	transition: all .4s ease-in-out;
	width: 100%
}
.pbmit-service-style-3:hover .pbmit-service-image-wrapper img{
	transform: scale(1.05)
}
.pbmit-service-style-3 .pbminfotech-box-content{
	position: relative;
}
.pbmit-service-style-3 .pbmit-content-box{
	position: absolute;
	bottom: 50px;
	left: 50px;
	z-index: 6;
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pbmit-service-style-3 .pbmit-service-title{
	width: 150px;
	margin-bottom: 0;
}
.pbmit-service-style-3 .pbmit-service-title a{
	color: var(--pbmit-truseo-white-color)
}
.pbmit-service-style-3 .pbmit-service-title a:hover {
	color: var(--pbmit-truseo-global-color);
}
.pbmit-element-service-style-3 .pbmit-servicebox-left{
	padding: 50px 45px 0 0;
}
.rtl .pbmit-element-service-style-3 .pbmit-servicebox-left{
	padding: 50px 0 0 45px;
}
.pbmit-element-service-style-3 .pbmit-servicebox-right{
	padding-left: 55px;
}
.pbmit-element-service-style-3 .pbmit-service-highlight h2{
	position: absolute;
	font-size: 170px;
	line-height: normal;
	color: transparent;
	-webkit-text-stroke: 1px rgba(var(--pbmit-truseo-global-color-rgb),.15);
	top: auto;
	bottom: -150px;
	left: -180px;
}
.pbmit-element-service-style-3 .pbmit-carousel-nav-arrow-header{
	bottom: 30px;
}
/* For bg color */
.pbmit-elementor-bg-color-light .pbmit-service-style-3 .pbmit-featured-wrapper::before {
	background-color: var(--pbmit-truseo-light-bg-color);
}
.pbmit-elementor-bg-color-blackish .pbmit-service-style-3 .pbmit-featured-wrapper::before {
	background-color: var(--pbmit-truseo-blackish-color);
}
.pbmit-elementor-bg-color-gradient .pbmit-service-style-3 .pbmit-featured-wrapper::before,
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-3 .pbmit-featured-wrapper::before {
	background-color: var(--pbmit-truseo-global-color);
}
.pbmit-elementor-bg-color-secondary .pbmit-service-style-3 .pbmit-featured-wrapper::before {
	background-color: var(--pbmit-truseo-secondary-color);
}
/* Col Set */
.pbmit-element-service-style-3.pbmit-element-viewtype-masonry.pbmit-element-column-two .pbmit-featured-wrapper,
.pbmit-element-column-three .pbmit-service-style-3 .pbmit-featured-wrapper,
.pbmit-element-column-four .pbmit-service-style-3 .pbmit-featured-wrapper{
	border-radius: 10px;
}
.pbmit-element-service-style-3.pbmit-element-viewtype-masonry.pbmit-element-column-two .pbmit-featured-wrapper::before,
.pbmit-element-column-three .pbmit-service-style-3 .pbmit-featured-wrapper::before,
.pbmit-element-column-four .pbmit-service-style-3 .pbmit-featured-wrapper::before{
	border-radius: 10px;
}
.pbmit-service-style-3 .pbmit-service-title{
	font-size: 20px;
	line-height: 26px;
}
.pbmit-element-column-three .pbmit-service-style-3 .pbmit-content-box,
.pbmit-element-column-four .pbmit-service-style-3 .pbmit-content-box{
	bottom: 30px;
	left: 30px;
}
.post-type-archive .pbmit-service-style-3.col-md-4 .pbmit-content-box,
.tax-pbmit-service-category .pbmit-service-style-3.col-md-4 .pbmit-content-box,
.pbmit-service-related .pbmit-service-style-3.col-md-4 .pbmit-content-box{
	bottom: 20px;
	left: 20px;
}
.pbmit-service-style-3 .pbmit-button-icon i {
	color: var(--pbmit-truseo-white-color);
}
.pbmit-service-style-3 .pbmit-arrow-icon--circle {
	transition: stroke-dashoffset 0.3s ease;
	stroke-dasharray: 136;
	stroke-dashoffset: 136;
}
.pbmit-service-style-3:hover .pbmit-arrow-icon--circle {
	stroke-dashoffset: 0;
}
/* Col Set */
@media (max-width: 1024px) {
	.pbmit-search-result-cpt .pbmit-service-style-3 .pbmit-content-box {
		bottom: 20px;
		left: 20px;
	}
}