.pbmit-static-box-style-1:first-child{
	margin-left: 0
}
.pbmit-static-box-style-1:last-child{
	margin-right: 0
}
.pbmit-static-box-style-1 .pbmit-staticbox-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.pbmit-static-box-style-1.pbmit-active{
	flex: 8;
}
.pbmit-static-box-style-1{
	flex: 1;
	transition: .7s;
	position: relative;
	overflow: hidden;
	height: 60vh;
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox{
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	transition: .5s;
	z-index: 0;
	position: absolute;
	background-position: center center;
	background-size: cover;
	border-radius: 20px;
}
.pbmit-static-box-style-1 .pbmit-img{
	display: none
}
.pbmit-static-box-style-1 .pbmit-content-box{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 60px;
	text-align: left;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	transition: .5s
}
.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title{
	position: absolute;
	bottom: 370px;
	left: 35%;
	top: auto;
	font-size: 22px;
	line-height: 38px;
	margin: 0;
	z-index: 1;
	inline-size: 350px;
	color: #000;
	 font-family: 'Poppins', sans-serif;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	-khtml-transform: translateX(-50%) translateY(0) rotate(180deg);
	-moz-transform: translateX(-50%) translateY(0) rotate(180deg);
	-ms-transform: translateX(-50%) translateY(0) rotate(180deg);
	-o-transform: translateX(-50%) translateY(0) rotate(180deg);
	transform: translateX(-90%) translateY(-50%) rotate(-90deg);
	transform-origin: bottom right;
	font-weight: 500;
}
.pbmit-static-box-style-1 .pbmit-content-box,
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox .pbmit-static-box-title{
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	transition-delay: 0s
}
.pbmit-static-box-style-1.pbmit-active .pbmit-content-box{
	opacity: 1;
	visibility: visible;
	transition: .5s;
	transition-delay: .2s
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow-wrap: break-word;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc{
	color: var(--pbmit-shipex-white-color);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	width: 370px;
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-content-inner{
	width: 350px
}
.pbmit-static-box-style-1 .pbmit-static-btn a .pbmit-button-text{
	font-size: 0;
}
.pbmit-static-box-style-1 .pbmit-static-btn .pbmit-button-wrapper::after{
	position: unset !important;
	display: inline-block;
}
.pbmit-static-box-style-1 .pbmit-static-btn{
	transition: .9s;
	padding :20px 0 0 0;
}
.pbmit-static-box-style-1 .pbmit-static-btn .pbmit-button-icon:before{
	background-color: var(--pbmit-shipex-global-color);
	color: var(--pbmit-shipex-white-color);
}
.pbmit-static-box-style-1 .pbmit-static-btn a:hover .pbmit-button-icon:before{
	background-color: #fff;
	color: var(--pbmit-shipex-blackish-color);
}
.pbmit-static-box-style-1 .pbmit-static-btn a:hover{
	background-color: #fff;
	color: var(--pbmit-shipex-white-color);
}
 
.pbmit-static-box-style-1 .pbmit-box-number{
	position: absolute;
	width: 100%;
	top: 30px;
	right: 25px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #225a2d;
	height: 70px;
	width: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	font-weight: 600;
}
.pbmit-active.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-box-number{
	display: none;
}
.pbmit-static-box-style-1 .pbmit-content-box .pbmit-box-number{
	text-align: right;
	right: 40px;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-staticbox-wrapper {
	background-color: #fff;
	border-radius: 30px;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox{
	width:480px;
	position: unset;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-content-box{
	position: unset;
	padding: 0 60px;
	opacity: 1;
	visibility: visible;
    transition: .9s ease-out;
    transition-delay: .2s;
	width: 50%;
	height: auto;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-content-box .pbmit-content-inner{
	width: 380px;
}
.pbmit-static-box-style-1.pbmit-active .pbmit-content-box .pbmit-static-box-title,
.pbmit-static-box-style-1.pbmit-active .pbmit-content-box .pbmit-static-box-desc{
	color: var(--pbmit-shipex-blackish-color);
}
@media (max-width:1366x){
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc {
		width: 300px;
	}
}
@media (min-width: 1025px){
	.pbmit-static-box-style-1:not(.pbmit-active) .pbmit-bg-imgbox{
		background-color: #fff;
		background-image: none !important;
	}
	.pbmit-elementor-bg-color-light .pbmit-static-box-style-1:not(.pbmit-active) .pbmit-bg-imgbox{
		background-color: #fff;
	}
	.pbmit-static-box-style-1:not(.pbmit-active) .pbmit-bg-imgbox::after{
		background: transparent;
	}
}
@media (min-width: 1201px) and (max-width:1400px){
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title,
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title{
		font-size: 15px;
		line-height: 28px;
		font-weight: 600;
	}
}
@media (max-width:1280px){
	.pbmit-static-box-style-1.pbmit-active .pbmit-content-box .pbmit-content-inner {
		width: 250px;
	}
	.pbmit-static-box-style-1.pbmit-active .pbmit-content-box {
		padding: 0 30px;
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title {
		left: 25%;
	}
	.pbmit-static-box-style-1 .pbmit-box-number{
		right: 15px;
	}
	.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox {
		width: 330px;
	}
}
@media (max-width:1200px){
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc {
		width: 240px;
	}
}
@media (min-width: 1025px) and (max-width:1200px){
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title,
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title{
		font-size: 20px;
		line-height: 26px;
	}
}
@media (max-width: 1025px){
	.pbmit-static-box-style-1 .pbmit-box-number {
		right: 10px;
		height: 60px;
		width: 60px;
	}
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc {
		width: 100%;
	}
}
@media (max-width: 1024px){
	.pbmit-static-box-style-1.pbmit-active,
	.pbmit-static-box-style-1{
		flex: unset;
	}
	.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox,
	.pbmit-static-box-style-1 .pbmit-bg-imgbox {
		width: 50%;
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title,
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title {
		font-size: 24px;
		line-height: 30px;
		color: var(--pbmit-shipex-blackish-color);
	}
	.pbmit-static-box-style-1 .pbmit-content-box{
		opacity: 1;
		visibility: visible;
		width: 50%;
		position: unset;
		align-items: center;
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title,
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-box-number{
		display: none;
	}
	.pbmit-static-box-style-1 .pbmit-staticbox-wrapper {
		background-color: #fff;
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox{
		position: unset;
	}
		.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title,
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-desc{
		color: var(--pbmit-shipex-blackish-color);
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox img{
		border-radius: 20px;
	}
	.pbmit-static-box-style-1 .pbmit-content-box {
		padding: 0 30px;
	}
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-content-inner,
	.pbmit-static-box-style-1.pbmit-active .pbmit-content-box .pbmit-content-inner {
		width: 100%;
	}
	.pbmit-static-box-style-1 .pbmit-staticbox-wrapper{
		border-radius: 30px;
	}
}
@media (max-width: 575px){
	.pbmit-static-box-style-1 .pbmit-bg-imgbox{
		position: unset;
		background-image: unset !important;
	} 
	.pbmit-static-box-style-1 .pbmit-staticbox-wrapper,
	.pbmit-static-box-style-1 .pbmit-img{
		display: block;
		
	}	
	.pbmit-static-box-style-1.pbmit-active .pbmit-content-box,
	.pbmit-static-box-style-1 .pbmit-content-box,
	.pbmit-static-box-style-1.pbmit-active .pbmit-bg-imgbox,
	.pbmit-static-box-style-1 .pbmit-bg-imgbox {
		width: 100%;
	}
	.pbmit-static-box-style-1 {
		height: 100%;
		margin-bottom: 33px !important;
	}
	.pbmit-static-box-style-1.pbmit-active .pbmit-content-box,
	.pbmit-static-box-style-1 .pbmit-content-box {
		padding: 13px 30px 15px;
	}
	.pbmit-static-box-style-1 .pbmit-bg-imgbox .pbmit-static-box-title,
	.pbmit-static-box-style-1 .pbmit-content-box .pbmit-static-box-title {
		font-size: 20px;
		line-height: 30px;
	}
}