.pbmit-service-style-1 .pbminfotech-post-item{
	position: relative;
	overflow: hidden;
}
.pbmit-element-service-style-1 .pbmit-ele-header-area{
	max-width: 400px;
	padding-right: 110px;
}
.pbmit-service-style-1 .pbmit-feature-circle .pbmit-featured-wrapper,
.pbmit-service-style-1 .pbmit-service-description,
.pbmit-service-style-1 .pbminfotech-box-content{
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.pbmit-service-style-1 .pbminfotech-post-item::after{
	position: absolute;
	content: "";
	bottom: 0;
	display: block;
	width: 100%;
	height: 60%;
	background-color: var(--pbmit-physiofy-secondary-color);
	opacity: 0;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
}
.pbmit-service-style-1:hover .pbminfotech-post-item::after{
	height: 100%;
	opacity: 1;
}
.pbmit-service-style-1 .pbminfotech-box-content{
	position: absolute;
	left: 0px;
	padding: 0 50px;
	bottom: -30px;
}
.pbmit-service-style-1:hover .pbminfotech-box-content{
	bottom: 50px;
	z-index: 2;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper img{
	max-width: 50px;
	margin-bottom: 5px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
	color: var(--pbmit-physiofy-white-color);
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper svg{
	fill: var(--pbmit-physiofy-white-color);
	margin-bottom: 5px;
}
.pbmit-service-style-1 .pbmit-service-icon-wrapper{
	display: inline-block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pbmit-service-style-1:hover .pbmit-service-icon-wrapper{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pbmit-service-style-1 .pbmit-service-description{
	opacity: 0;
}
.pbmit-service-style-1:hover .pbmit-service-description {
	opacity: 1;
}
.pbmit-service-style-1 .pbmit-service-btn{
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.pbmit-service-style-1:hover .pbmit-service-btn{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pbmit-service-style-1 .pbmit-service-btn{
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.pbmit-service-style-1 .pbmit-service-btn i{
	font-size: 35px;
	line-height: 35px;
	color: var(--pbmit-physiofy-global-color);
	z-index: 1;
	position: relative;
}
.pbmit-service-style-1 .pbmit-service-btn a:hover i{
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-service-style-1 .pbminfotech-post-item::before{
	position: absolute;
	content: '';
	background: linear-gradient(to top,  rgba(3,13,45,1) 0%,rgba(88,132,175,0.3) 52%,rgba(125,185,232,0.3) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	bottom: 0;
}
.pbmit-service-style-1 .pbmit-service-title,
.pbmit-service-style-1 .pbmit-service-title a{
	font-size: 26px;
	line-height:26px;
	color: var(--pbmit-physiofy-white-color);
}
.pbmit-service-style-1 .pbmit-service-cat a{
	font-size: 14px;
	line-height: 24px;
	color: var(--pbmit-physiofy-global-color);
}
.pbmit-service-style-1 .pbmit-service-description{
	color: var(--pbmit-physiofy-white-color);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.pbmit-service-style-1 .pbmit-featured-wrapper img{
	width: 100%;
}
/* Circle image css */
.pbmit-service-style-1 .pbmit-feature-circle{
	position: absolute;
	overflow: hidden;
	transform: translate(-137px, 90px) scale(0.5);
	margin: 0 auto;
	width: 235px;
	height: 235px;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 200ms linear 0ms;
	-khtml-transition: all 200ms linear 0ms;
	-moz-transition: all 200ms linear 0ms;
	-ms-transition: all 200ms linear 0ms;
	-o-transition: all 200ms linear 0ms;
	transition: all 200ms linear 0ms;
	top: 50px;
	left: 0px;
	right: 0;
	z-index: 2;
	opacity: 0;
}
.pbmit-service-style-1:hover .pbmit-feature-circle{
	opacity: 1;
	transform: translate(0px, 0px) scale(1);
}
.pbmit-service-style-1 .pbmit-feature-circle .pbmit-featured-img-wrapper::before{
	position: unset;
	content: unset;
	background-color: transparent;
}
.pbmit-element-service-style-1 .pbmit-element-inner{
	display: flex;
	align-items: center;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-three .pbmit-service-style-1 .pbmit-feature-circle {
	width: 130px;
	height: 130px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-four .pbmit-service-style-1 .pbminfotech-box-content,
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-three .pbmit-service-style-1 .pbminfotech-box-content{
	padding: 0 30px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-four .pbmit-service-style-1 .pbmit-service-btn i,
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-three .pbmit-service-style-1 .pbmit-service-btn i {
	font-size: 20px;
	line-height: 30px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-three .pbmit-service-style-1 .pbmit-service-title a {
	font-size: 22px;
	line-height: 26px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-three .pbmit-service-style-1 .pbmit-service-icon-wrapper{
	font-size: 40px;
	line-height: 40px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-four .pbmit-service-style-1 .pbmit-feature-circle {
	width: 90px;
	height: 90px;
	top: 30px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-five .pbmit-service-style-1:hover .pbminfotech-box-content,
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-four .pbmit-service-style-1:hover .pbminfotech-box-content {
	bottom: 20px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-four .pbmit-service-style-1 .pbmit-service-title,
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-four .pbmit-service-style-1 .pbmit-service-title a {
	margin-bottom: 5px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-five .pbmit-service-style-1 .pbmit-service-title a,
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-four .pbmit-service-style-1 .pbmit-service-title a {
	font-size: 18px;
	line-height: 20px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-four .pbmit-service-style-1 .pbmit-service-icon-wrapper{
	font-size: 30px;
	line-height: 30px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-five .pbmit-service-style-1 .pbminfotech-box-content{
	padding: 0 15px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-five .pbmit-service-style-1 .pbmit-service-icon-wrapper{
	font-size: 20px;
	line-height: 20px;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-five .pbmit-service-style-1 .pbmit-feature-circle{
	display: none;
}
.elementor-section-boxed:not(.pbmit-col-stretched-right) .pbmit-element-column-five .pbmit-service-style-1 .pbmit-service-btn i {
	font-size: 15px;
	line-height: 20px;
}
.pbmit-element-viewtype-masonry.pbmit-element-service-style-1 .pbmit-element-inner{
	display: block;
}
.pbmit-element-viewtype-masonry.pbmit-element-service-style-1 .pbmit-ele-header-area {
	max-width: 100%;
	padding-right: 0;
}
.pbmit-element-viewtype-masonry.pbmit-element-service-style-1 .pbmit-feature-circle{
	display: none;
}
.archive.post-type-archive .pbmit-service-style-1.col-lg-3 .pbmit-feature-circle,
.tax-pbmit-service-category .pbmit-service-style-1.col-lg-3 .pbmit-feature-circle {
	width: 150px;
	height: 150px;
}
.archive.post-type-archive .pbmit-service-style-1.col-lg-3 .pbmit-service-title,
.archive.post-type-archive .pbmit-service-style-1.col-lg-3 .pbmit-service-title a,
.tax-pbmit-service-category .pbmit-service-style-1.col-lg-3 .pbmit-service-title,
.tax-pbmit-service-category .pbmit-service-style-1.col-lg-3 .pbmit-service-title a{
	font-size: 22px;
}
.archive.post-type-archive .pbmit-service-style-1.col-lg-3 .pbminfotech-box-content,
.tax-pbmit-service-category .pbmit-service-style-1.col-lg-3 .pbminfotech-box-content{
	padding: 0 30px;
}
/* cat col3 */
.pbmit-service-related .pbmit-service-style-1.col-md-4 .pbmit-service-title,
.pbmit-service-related .pbmit-service-style-1.col-md-4 .pbmit-service-title a,
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-md-4 .pbmit-service-title,
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-md-4 .pbmit-service-title a {
	font-size: 18px;
	line-height: 20px;
}
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-md-4 .pbmit-service-icon-wrapper{
	font-size: 30px;
	line-height: 40px;
}
.pbmit-service-related .pbmit-service-style-1.col-md-4 .pbmit-feature-circle,
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-md-4 .pbmit-feature-circle {
	width: 95px;
	height: 95px;
}
.pbmit-service-related .pbmit-service-style-1.col-md-4 .pbmit-service-btn i,
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-md-4 .pbmit-service-btn i {
	font-size: 20px;
	line-height: 20px;
}
.pbmit-service-related .pbmit-service-style-1.col-md-4 .pbminfotech-box-content,
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-md-4 .pbminfotech-box-content{
	padding: 0 20px;
}
/* cat col4 */
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-lg-3 .pbmit-service-title,
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-lg-3 .pbmit-service-title a {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-lg-3 .pbmit-service-icon-wrapper{
	font-size: 20px;
	line-height: 30px;
}
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-lg-3 .pbmit-feature-circle {
	width: 60px;
	height: 60px;
}
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-lg-3 .pbmit-service-btn i {
	font-size: 18px;
	line-height: 18px;
}
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-lg-3 .pbminfotech-box-content {
	padding: 0 15px;
}
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-lg-3 .pbmit-service-description{
	font-size: 12px;
	line-height: 20px;
}
.pbmit-element-cat-wrapper .pbmit-service-style-1.col-lg-3:hover .pbminfotech-box-content {
	bottom: 20px;
}
.pbmit-service-related .pbmit-service-style-1.col-md-12 .pbmit-feature-circle{
	height: 400px;
	width: 400px;
}
/* Nav aerrow */
.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header{
	left: 0;
	right: auto;
	bottom: -100px;
	top: auto;
}
@media (max-width: 1500px) {
	.pbmit-service-style-1 .pbmit-feature-circle{
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 1200px) {
	.pbmit-element-service-style-1 .pbmit-ele-header-area {
		padding: 0;
	}
	.pbmit-service-style-1 .pbmit-feature-circle{
		width: 130px;
		height: 130px;
	}
	.pbmit-service-style-1 .pbmit-service-title,
	.pbmit-service-style-1 .pbmit-service-title a {
		margin-bottom: 10px;
	}
	.pbmit-service-style-1 .pbminfotech-box-content {
		padding: 0 30px;
	}
}
@media (max-width: 1198px) {
	.pbmit-service-style-1 .pbmit-feature-circle{
		width: 230px;
		height: 230px;
	}
}
@media (max-width: 992px) {
	.pbmit-element-service-style-1 .pbmit-element-inner {
		display: block;
	}
	.pbmit-element-service-style-1 .pbmit-ele-header-area {
		max-width: 100%;
	}
	.pbmit-element-service-style-1 .pbmit-carousel-nav-arrow-header{
		display: none;
	}
}
@media (max-width:600px) {
	.pbmit-service-style-1 .pbmit-feature-circle{
		width: 100px;
		height: 100px;
	}
	.pbmit-service-style-1 .pbmit-service-title,
	.pbmit-service-style-1 .pbmit-service-title a {
		font-size: 22px;
	}
	.pbmit-service-style-1 .pbmit-service-btn i {
		font-size: 24px;
		line-height: 24px;
	}
}
@media (max-width:570px) {
	.pbmit-service-style-1 .pbmit-feature-circle{
		width: 150px;
		height: 150px;
	}
}