.pbmit-element-static-box-style-1 .pbmit-svg-btn,
.pbmit-element-static-box-style-1 .pbmit-contentbox .pbmit-contentbox-inner {
	position: absolute;
	top: auto;
	bottom:35px;
	left: 40px;
	right: auto;
}
.pbmit-element-static-box-style-1 .pbmit-svg-btn span{
	font-size: 0;
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele {
	margin: 0;
	display: flex;
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(6),
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(4),
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(2) {
	flex-direction: row-reverse;
	margin-left: 10px;
	margin-top: 10px;
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(6) .pbmit-bg-imgbox,
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(4) .pbmit-bg-imgbox,
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(2) .pbmit-bg-imgbox {
	margin-left: 10px;
	margin-right: 0;
}
.pbmit-element-static-box-style-1 .pbmit-contentbox{
	position: relative;
	background-size: cover;
 }
 .pbmit-element-static-box-style-1  .icon-heading-wrapper{
	width: 250px;
 }
 .pbmit-element-static-box-style-1 .pbmit-svg-btn{
	bottom:60px;
	left: auto;
	right: 40px;
 }
 .pbmit-static-box-style-1 .pbmit-contentbox .pbmit-svg-btn a svg{
	height: 20px;
	width: 20px;
}

.pbmit-element-static-box-style-1 .pbmit-contentbox::before {
	content: '';
	background: rgba(var(--pbmit-immiza-blackish-color-rgb),0.9);
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
}
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(5) .pbmit-contentbox::before,
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(3) .pbmit-contentbox::before,
.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(1) .pbmit-contentbox::before{
	background: rgba(var(--pbmit-immiza-global-color-rgb),0.9);
}
.pbmit-element-static-box-style-1  .pbminfotech-box-title h4 {
	color:var(--pbmit-immiza-white-color);
	margin: 0;
}
.pbmit-element-static-box-style-1 .pbminfotech-static-box-desc{
	text-transform: uppercase;
	font-size: 13px;
	color: rgba(var(--pbmit-immiza-white-color-rgb),0.5);
	letter-spacing: 1px;
}
.pbmit-element-static-box-style-1 .pbmit-bg-imgbox {
	margin-right: 10px;
}
.pbmit-element-static-box-style-1 .pbmit-element-inner {
	margin: -10px 0;
}
.pbmit-static-box-style-1 .pbmit-contentbox-inner svg{
	border: none;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text,
.elementor-column .static-img-hover.elementor-widget{
	position: relative
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text::after,
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text::before{
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text::before {
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	background: rgba(255,255,255,.2) none repeat scroll 0 0;
	z-index: 2
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(255,255,255,.2) none repeat scroll 0 0;
	z-index: 2
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text:hover::before {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	right: 0;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img-text:hover::after {
	bottom: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-img img{
	width: 100%;
}
@media (max-width:1366px){
	.pbmit-static-box-style-1 .pbminfotech-box-title h4{
		font-size: 24px;
		line-height: 34px;
	}
	.pbmit-static-box-style-1 .pbmit-contentbox .pbmit-svg-btn a svg{
		height: 15px;
		width: 15px;
	}
}
@media (max-width:1200px){
	.pbmit-static-box-style-1 .pbminfotech-box-title h4 {
		font-size: 20px;
		line-height: 30px;
	}	
	.pbmit-element-static-box-style-1 .pbmit-contentbox .pbmit-contentbox-inner{
		left: 30px;
		bottom: 60px;
	}
	.pbmit-element-static-box-style-1 .pbmit-svg-btn{
		left: 20px;
		right: auto;
		bottom: 20px;
	}
	.pbmit-element-static-box-style-1 .icon-heading-wrapper{
		width: 100%;
	}
}
@media (max-width: 575px){
	.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele{
		display: block;
	}
	.pbmit-element-static-box-style-1 .pbmit-contentbox{
		height: 300px;
		margin-top: 10px;
	}
	.pbmit-element-static-box-style-1 .pbmit-bg-imgbox .pbmit-img img{
		width: 100%;
	}
	.pbmit-element-static-box-style-1 .pbmit-bg-imgbox{
		margin-right: 0;
	}
	.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(6) .pbmit-bg-imgbox,
	.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(6),
	.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(4) .pbmit-bg-imgbox,
	.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(4),
	.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(2) .pbmit-bg-imgbox,
	.pbmit-element-static-box-style-1 .pbmit-element-posts-wrapper.row .pbmit-ele:nth-child(2){
		margin-left: 0px;
	}
}
