
.mx-element-replacing  {	
	background-color: var(--mxr-dark-color);
	color: var(--mxr-white-color);
}
.mx-element-replacing a.btn-arrow{
	transition: all .6s ease-in-out;
}
.mx-element-replacing .mxrepla-text-wrapper {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.mx-element-replacing .mxrepla-contant-box {
	position: relative;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	width: 100%;
	height: 100vh;
	counter-increment: count;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mx-element-replacing .mxrepla-img-box {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: 100vh;
	margin-top: 0px!important;
}
.mx-element-replacing .mx-portfolio-cat a {
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--mxr-global-color);
	letter-spacing: 0.5px;
}
.mx-element-replacing .mx-portfolio-cat span {
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--mxr-white-color);
	letter-spacing: 0.5px;
	margin-right: 8px;
}
.mx-element-replacing .mx-portfolio-title {
	font-size: 36px;
	line-height: normal;
	margin-top: 10px;
	margin-bottom: 30px;
}
.hero-menu-item-img::before {
  padding-left: 34px !important;
  padding-top: 30px !important;
}
.mx-element-replacing .mxrepla-img-wrapper {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: auto;
	background-repeat: no-repeat;
}
.mx-element-replacing .mxrepla-contant-box .mx-portfolio-wrape {
	margin-left: 30px;
}
.mx-element-replacing .mx-element-posts-wrapper .mx-main-wraper {
	justify-content: space-between;
}

.mx-element-replacing .mx-element-posts-wrapper .mx-main-wraper{
	display: flex;
}
@media (max-width: 767px){	
	.mx-element-replacing .mx-svg-btn{
		margin: 0px 0 10px;
		padding: 20px 0 0px;
	}
}
@media (min-width: 1200px){
	.mx-element-replacing .mxrepla-img-responsive {
		display: none;
	}
}
@media (max-width: 1200px){
.mx-element-replacing .mx-element-posts-wrapper .mx-main-wraper>* {
		padding: 0;
		width: 100%;
	}
	.mx-element-replacing .mxrepla-img-box,
	.mx-element-replacing .pin-spacer,
	.mx-featured-wrapper .img-fluid {
		display: none;
	}
	.mx-element-replacing .mxrepla-contant-box {
		display: block;
		height: unset;
	}
	.mx-element-replacing .mxrepla-img-responsive {
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.mx-element-replacing .mxrepla-contant-box .mx-portfolio-wrape {
		margin-top: 30px;
		margin-left: 0px;
	}
	.mx-element-replacing .mxrepla-box-number {
		margin: 30px 0 30px;
	}
}
.mx-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}
.mx-ihbox-btn a {
    position: relative;
}
.mx-svg-btn svg line {
    fill: none;
    stroke: var(--mxr-white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.mx-ihbox-btn svg, .mx-svg-btn svg{
    height: 10px;
}
.mx-digital-mrkt-text-style .mx-arrow svg line:nth-child(1),
.mx-svg-btn svg line:nth-child(1) {
    stroke-dasharray: 25px;
    stroke-dashoffset: 50px;
    transition: stroke-dashoffset 0.5s cubic-bezier(.61,1,.88,1);
}
.mx-svg-btn svg line:not(:first-child) {
    stroke-linecap: square;
}

.mx-svg-btn svg line:nth-child(2), 
.mx-svg-btn svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}		