.pbmit-action-box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.pbmit-action-box-style-2 .pbmit-action-box-wrap {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(var(--pbmit-digiwize-blackish-color-rgb) , .7);
	background-blend-mode: color;
	width: 100vw;
	min-height: 100vh;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
.pbmit-action-box-style-2 .pbmit-content>* {
	color: var(--pbmit-digiwize-white-color);
	text-align: center;
}
.pbmit-action-box-style-2 .pbmit-ihbox-icon {
	font-size: 80px;
	line-height: 8px;
	margin-bottom: 30px;
}
.pbmit-action-box-style-2 .pbmit-content .pbmit-element-subtitle {
	font-size: 18px;
	line-height: 28px;	
	margin-bottom: 30px;
}
.pbmit-action-box-style-2 h2.pbmit-element-title {
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 10px;
}
.pbmit-action-box-style-2 h2.pbmit-element-title a {
	color: var(--pbmit-digiwize-white-color);
}
.pbmit-action-box-style-2 .pbmit-heading-desc{
	font-size: 18px;
	line-height: 24px;
	color: var(--pbmit-digiwize-white-color) !important;
	margin-bottom: 30px;
}
.pbmit-action-box-style-2 h2.pbmit-element-title a:hover {
	color: var(--pbmit-digiwize-global-color);
}
.pbmit-action-box-style-2 .pbmit-btn a:after{
	background-color: rgba(var(--pbmit-digiwize-white-color-rgb),.2);
}
.pbmit-action-box-style-2 .pbmit-btn a .pbmit-button-wrapper,
.pbmit-action-box-style-2 .pbmit-btn a:before{
	color: var(--pbmit-digiwize-global-color);
	transition: all .3s ease-in-out;
}
.pbmit-action-box-style-2 .pbmit-btn a:hover:after{
	background-color: var(--pbmit-digiwize-white-color);
}
.pbmit-action-box-style-2 .pbmit-btn a:hover .pbmit-button-wrapper,
.pbmit-action-box-style-2 .pbmit-btn a:hover:before{
	color: var(--pbmit-digiwize-blackish-color);
}
@media(max-width:1200px){
	.pbmit-action-box-style-2 .pbmit-content{
		padding: 0 30px;
	}
	.pbmit-action-box-style-2 h2.pbmit-element-title {
		font-size: 55px;
		line-height: 65px;
		margin-bottom: 10px;
	}
}
@media(max-width:1024px){
	.pbmit-action-box-style-2 h2.pbmit-element-title{
		font-size: 40px;
		line-height: 50px;
	}
}
@media(max-width:991px){
	.pbmit-action-box-style-2 .pbmit-heading-desc{
		margin-bottom: 10px;
	}
	.pbmit-action-box-style-2 .pbmit-action-box-wrap{
		clip-path:unset;
	}
}
@media(max-width:767px) {
	.pbmit-action-box-style-2 .pbmit-action-box-wrap {
		position: inherit;
		padding: 80px 0;
		min-height: 100%;
	}
	.pbmit-action-box-style12.pbmit-action-box {
		height: unset;
	}
	.pbmit-action-box-style-2 h2.pbmit-element-title{
		font-size: 40px;
		line-height: 50px;
	}
	.pbmit-action-box.pbmit-action-box-style-2{
		height: 100%;
	}
}