.pbmit-service-style-1 .pbmit-featured-wrapper img,
.pbmit-service-style-1 .pbmit-heading-box{
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.pbmit-service-style-1 .pbmit-featured-wrapper{
	overflow: hidden;
	border-radius: 5px;
	position: relative;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	width: 100%;
	transform: scale(1.05);
	transition: transform 1.2s cubic-bezier(.4,.01,.14,.99);
	position: relative;
}
.pbmit-service-style-1 .pbmit-featured-wrapper::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 33.65%, rgba(0, 0, 0, 0.70) 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.pbmit-service-style-1:hover .pbmit-featured-wrapper img{
	transform: scale(1);
}
.pbmit-service-style-1 .pbmit-box-content-wrap{
	position: relative;
	overflow: hidden;
}
.pbmit-service-style-1 .pbmit-heading-box {
	position: absolute;
    bottom: 44px;
    left: 45px;
    right: 45px;
    z-index: 7;
    width: auto;
    align-items: center;
    display: flex
;
    justify-content: space-between;
}
.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a{
	margin: 0;
    font-size: 24px;
    line-height: 30px;
    overflow: hidden;
    width: 65%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--pbmit-gudfin-white-color);
}
.pbmit-service-style-1 .pbmit-service-title a:hover{
	color: var(--pbmit-gudfin-global-color);
}	
.pbmit-service-style-1 .pbmit-service-icon-wrap{
	display: flex;
	justify-content: space-between;
}
.pbmit-service-style-1 .pbmit-service-number{
	font-size: 14px;
	line-height: 16px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	border: 1px solid rgba(var(--pbmit-gudfin-blackish-bg-color-rgb), 0.1);
}
.pbmit-service-style-1 .pbmit-service-icon{
	position: absolute;
    top: 45px;
    left: 45px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
    font-size: 55px;
    color: var(--pbmit-gudfin-white-color);
    fill: var(--pbmit-gudfin-white-color);
}
.pbmit-service-style-1 .pbmit-service-icon svg,
.pbmit-service-style-1 .pbmit-service-icon g {
	fill: var(--pbmit-gudfin-white-color);
}
.pbmit-service-style-1 .pbmit-content-box .pbmit-service-title, 
.pbmit-service-style-1 .pbmit-content-box .pbmit-service-title a{
	text-align: start;
}
.pbmit-service-style-1 .pbmit-button-icon {
	font-size: 33px;
    margin-top: 5px;
    display: inline-flex;
    color: var(--pbmit-gudfin-white-color);
}
.pbmit-element-service-style-1 .pbmit-element-posts-wrapper {
	position: static;
    margin-right: -18vw;
    border-radius: 5px;
}
.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header {
	right: -31px;
}
.pbmit-element-service-style-1 .pbmit-heading-subheading.pbmit-desc-yes > div {
    width: 46%;
}
.pbmit-element-service-style-1 .pbmit-heading-subheading.pbmit-desc-yes .pbmit-heading-desc {
	margin-bottom: 5px;
    width: 35%;
}
.pbmit-element-service-style-1  .pbmit-carousel-nav-arrow-header {
	bottom: 25px;
}
.pbmit-element-service-style-1 .pbmit-ele-header-area.container {
    padding: 0;
}

/* Responsive */
@media (max-width:1600px){
	.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header{
		right: 15px;
	}
}
@media (max-width: 1366px) {
	.pbmit-element-service-style-1 .pbmit-element-posts-wrapper {
		position: static;
		margin-right: -4vw;
		border-radius: 5px;
	}
	.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header {
		right: 0;
	}
}
@media (max-width: 1200px) {
	.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header {
		right: 0;
		bottom: 35px;
	}
	.pbmit-element-service-style-1 .pbmit-heading-subheading.pbmit-desc-yes > div {
		width: 45%;
	}
	.pbmit-element-service-style-1 .pbmit-heading-subheading.pbmit-desc-yes .pbmit-heading-desc {
		margin-bottom: 0;
		width: 40%;
	}
	.pbmit-service-style-1 .pbmit-heading-box {
		bottom: 30px;
		left: 30px;
		right: 30px;
	}
	.pbmit-service-style-1 .pbmit-service-icon {
		top: 30px;
		left: 30px;
	}
	.pbmit-service-style-1 .pbmit-service-title,
	.pbmit-service-style-1 .pbmit-service-title a {
		font-size: 22px;
    	line-height: 28px;
	}
}
@media (max-width: 991px) {
	.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header {
		display: none;
	}
	.pbmit-element-service-style-1 .pbmit-heading-subheading.pbmit-desc-yes .pbmit-heading-desc,
    .pbmit-element-service-style-1 .pbmit-heading-subheading.pbmit-desc-yes > div {
        width: 100%;
		padding-left: 0;
    }
	.pbmit-element-service-style-1 .pbmit-element-posts-wrapper {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.pbmit-service-style-1 .pbmit-heading-box {
		bottom: 25px;
		left: 25px;
		right: 25px;
	}
	.pbmit-service-style-1 .pbmit-service-title, 
	.pbmit-service-style-1 .pbmit-service-title a {
		font-size: 22px;
		line-height: 28px;
	}
	.pbmit-service-style-1 .pbmit-service-icon {
		top: 25px;
		left: 25px;
	}
}
@media (max-width: 575px) {
    .pbmit-service-style-1 .pbmit-service-title, .pbmit-service-style-1 .pbmit-service-title a {
        font-size: 20px;
        line-height: 28px;
    }
}