body,
.pbmit-count-number {
    counter-reset: project_count;
}
article.pbmit-ele.pbmit-ele-service.pbmit-service-style-4 {
	flex: 0 0 auto;
	width: 100%;
}
.pbmit-service-style-4 .pbminfotech-post-item {
    position: relative;
	overflow: hidden;
    border-bottom: 1px solid rgba(var(--pbmit-gudfin-blackish-color-rgb), 0.1);
    padding-bottom: 30px;
	height: 75px;
	-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-4 .pbmit-box-content-img-wrapper-main.d-flex {
    align-items: center;
}
.pbmit-service-style-4 .pbmit-featured-wrapper img {
	position: relative;
}
.pbmit-service-style-4 .pbmit-heading-box {
    width: 60%;
	margin-top: 28px;
}
.pbmit-service-style-4 .pbmit-port-cat {
	width: 53%;
	padding: 22px 0 0 80px;
}
.pbmit-service-style-4 .pbmit-featured-wrapper{
	overflow: hidden;
    border-radius: 5px;
    position: relative;
    width: 223px;
    margin-right: 30px;
}
.pbmit-service-style-4 .pbmit-featured-wrapper img {
	min-width: 223px;
	height: 140px;
	object-fit: cover;
}
.pbmit-service-style-4:hover .pbmit-featured-wrapper img{
	transform: scale(1);
}
.pbmit-service-style-4 .pbmit-box-content-wrap{
	position: relative;
	overflow: hidden;
	padding-left: 290px;
	justify-content: space-between;
}
.pbmit-service-style-4 .pbmit-service-title,
.pbmit-service-style-4 .pbmit-service-title a{
	margin: 0;
	font-size: 32px;
    line-height: 42px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-bottom: 5px;
}
.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title, 
.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title a {
	font-size: 26px;
    line-height: 40px;
	margin: 0;
	-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-4 .pbmit-service-title a:hover{
	color: var(--pbmit-gudfin-global-color);
}
.pbmit-service-style-4 .pbmit-service-description p {
	margin: 0;
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pbmit-service-style-4 .pbmit-service-icon-wrap{
	display: flex;
	justify-content: space-between;
}
.pbmit-service-style-4 .pbmit-button-icon {
	font-size: 23px;
    width: 45px;
    height: 45px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid rgba(var(--pbmit-gudfin-blackish-color-rgb), 0.2);
}
.pbmit-service-style-4 .pbmit-count-number {
    color: var(--thsn-gudfin-global-color);
    position: absolute;
    top: 9px;
    left: 0;
    letter-spacing: -0.54px;
    font-size: 18px;
}
.pbmit-service-style-4 .pbmit-count-number::after {
    counter-increment: listnumber;
    content: "00" counter(listnumber);
}
.pbmit-service-style-4 .pbmit-count-number:nth-child(n+10)::before {
  content: "0" counter(listnumber);
}
.pbmit-service-style-4 .pbmit-count-number:nth-child(n+100)::before {
  content: counter(listnumber);
}
.pbmit-service-style-4 .pbmit-port-cat,
.pbmit-service-style-4 .pbmit-featured-wrapper  {
	-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-4 .pbmit-port-cat,
.pbmit-service-style-4.pbmit-active .pbmit-box-content-img-wrapper .pbmit-service-title,
.pbmit-service-style-4 .pbmit-heading-box,
.pbmit-service-style-4 .pbmit-featured-wrapper  {
	opacity: 0;
	height: 0;
}
.pbmit-service-style-4.pbmit-active .pbmit-heading-box,
.pbmit-service-style-4.pbmit-active .pbmit-featured-wrapper  {
	opacity: 1;
	height: 100%;	
}
.pbmit-service-style-4.pbmit-active .pbminfotech-post-item {
	height: 170px;
}
.pbmit-service-style-4.pbmit-active .pbmit-port-cat {
	opacity: 1;
}
.pbmit-service-style-4.pbmit-active .pbmit-service-btn-wrapper {
    margin-top: 12px;
}
.pbmit-service-style-4 .pbmit-port-cat a {
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 31px;
    letter-spacing: 0.78px;
    text-transform: uppercase;
    padding: 0 14px;
    display: inline-block;
	border-radius: 50px;
	background-color: var(--pbmit-gudfin-light-bg-color);
}
.pbmit-service-style-4 .pbmit-port-cat a:hover {
	background-color: var(--pbmit-gudfin-global-color) !important;
	color: var(--pbmit-gudfin-white-color);
}
.pbmit-service-style-4.pbmit-active .pbmit-service-btn .pbmit-base-icon-plus:before {
	content: '';
    width: 14px;
    height: 2px;
    position: relative;
    top: -7px;
    background-color: var(--pbmit-gudfin-blackish-color);
	
}
/* Bg color */
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-4 .pbmit-service-title, 
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-4 .pbmit-service-title a,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-4 .pbmit-service-title, 
.pbmit-elementor-bg-color-blackish .pbmit-service-style-4 .pbmit-service-title a,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-4 .pbmit-service-title, 
.pbmit-elementor-bg-color-secondary .pbmit-service-style-4 .pbmit-service-title a {
	color: var(--pbmit-gudfin-white-color);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-4 .pbminfotech-post-item,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-4 .pbminfotech-post-item,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-4 .pbminfotech-post-item {
	border-bottom-color: rgba(var(--pbmit-gudfin-white-color-rgb), 0.2);
}

.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-4 .pbmit-count-number,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-4 .pbmit-count-number,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-4 .pbmit-count-number,
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-4 .pbmit-service-description p,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-4 .pbmit-service-description p,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-4 .pbmit-service-description p {
	color: rgba(var(--pbmit-gudfin-white-color-rgb), 0.7);
}
.pbmit-elementor-bg-color-globalcolor .pbmit-service-style-4 .pbmit-button-icon,
.pbmit-elementor-bg-color-blackish .pbmit-service-style-4 .pbmit-button-icon,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-4 .pbmit-button-icon {
	color: var(--pbmit-gudfin-white-color);
	border-color: rgba(var(--pbmit-gudfin-white-color-rgb), 0.2);
}
.pbmit-elementor-bg-color-blackish .pbmit-service-style-4 .pbmit-port-cat a,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-4 .pbmit-port-cat a { 
	background-color: var(--pbmit-gudfin-white-color);
}

.pbmit-elementor-bg-color-blackish .pbmit-service-style-4.pbmit-active .pbmit-service-btn .pbmit-base-icon-plus:before,
.pbmit-elementor-bg-color-secondary .pbmit-service-style-4.pbmit-active .pbmit-service-btn .pbmit-base-icon-plus:before { 
	background-color: var(--pbmit-gudfin-white-color);
}

@media (max-width:1200px){ 
	.pbmit-service-style-4 .pbmit-box-content-wrap {
		padding-left: 120px;
	}
	.pbmit-service-style-4 .pbmit-service-title, 
	.pbmit-service-style-4 .pbmit-service-title a {
		font-size: 26px;
		line-height: 36px;
	}
	.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title, 
	.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title a {
		font-size: 22px;
		line-height: 32px;
	}
	.pbmit-service-style-4 .pbmit-service-description p {
		font-size: 16px;
	}
}
@media (max-width:991px){ 
	.pbmit-service-style-4 .pbmit-featured-wrapper img {
		min-width: 170px;
		height: 120px;
	}
	.pbmit-service-style-4 .pbmit-featured-wrapper {
		width: 170px;
		margin-right: 20px;
	}
	.pbmit-service-style-4 .pbmit-box-content-wrap {
        padding-left: 80px;
    }
	.pbmit-service-style-4 .pbmit-service-title, .pbmit-service-style-4 .pbmit-service-title a {
        font-size: 22px;
        line-height: 32px;
    }
	.pbmit-service-style-4 .pbmit-port-cat {
		padding: 22px 0 0 30px;
	}
	.pbmit-service-style-4 .pbmit-port-cat a {
		font-size: 12px;
		line-height: 29px;
		padding: 0 12px;
	}
}
@media (max-width: 767px){ 
	.pbmit-service-style-4 .pbmit-featured-wrapper img {
		min-width: 140px;
		height: 100px;
	}
	.pbmit-service-style-4 .pbmit-featured-wrapper {
		width: 140px;
		margin-right: 20px;
	}
	.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title, 
	.pbmit-service-style-4 .pbmit-box-content-img-wrapper .pbmit-service-title a {
        font-size: 18px;
        line-height: 28px;
    }
	.pbmit-service-style-4 .pbmit-port-cat {
		display: none;
	}
	.pbmit-service-style-4 .pbmit-box-content-wrap {
        padding-left: 60px;
    }
	.pbmit-service-style-4 .pbmit-count-number {
		font-size: 16px;
	}
	.pbmit-service-style-4 .pbmit-button-icon {
		font-size: 20px;
		width: 35px;
		height: 35px;
		line-height: 32px;
	}
	.pbmit-service-style-4.pbmit-active .pbmit-service-btn .pbmit-base-icon-plus:before {
		width: 12px;
		height: 2px;
		top: -6px;
	}
}

@media (max-width: 600px){ 
	.pbmit-service-style-4 .pbmit-featured-wrapper img {
		min-width: 120px;
		height: 90px;
	}
	.pbmit-service-style-4 .pbmit-featured-wrapper {
		width: 120px;
	}
}
@media (max-width: 500px){ 
    .pbmit-service-style-4 .pbmit-box-content-wrap {
        padding: 50px 0 0 0;
        display: block !important;
    }
	.pbmit-service-style-4 .pbmit-port-cat,
	.pbmit-service-style-4 .pbmit-box-content-img-wrapper-main.d-flex {
		display: block !important;
	}
	.pbmit-service-style-4 .pbminfotech-post-item,
	.pbmit-service-style-4.pbmit-active .pbminfotech-post-item {
		height: 100%;
	}
	.pbmit-service-style-4 .pbmit-service-title, 
	.pbmit-service-style-4 .pbmit-service-title a {
		display: none;
	}
	.pbmit-service-style-4 .pbmit-featured-wrapper {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
	.pbmit-service-style-4 .pbmit-port-cat, 
	.pbmit-service-style-4.pbmit-active .pbmit-box-content-img-wrapper .pbmit-service-title, 
	.pbmit-service-style-4 .pbmit-heading-box, .pbmit-service-style-4 .pbmit-featured-wrapper {
		opacity: 1;
		height: 100%;
		width: 100%;
	}
	.pbmit-service-style-4 .pbmit-port-cat {
        padding: 20px 0 10px;
    }
	.pbmit-service-style-4 .pbmit-featured-wrapper img {
        min-width: 100%;
        height: 100%;
    }
	.pbmit-service-style-4 .pbmit-service-btn-wrapper {
		display: none;
	}
}