
.mos-img img {display: none !important;}
:root {   
    --mxss-global-color: #f6b876;
    --mxss-dark-color: #000000; 
    --mxss-white-color: #ffffff; 
}
.mx-revealing-style {
	background-color: var(--mxss-white-color);
	color: var(--mxss-dark-color);
}
.mx-revealing-style .pbminfotech-post-content {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	overflow: hidden;
	padding: 55px 25px;
}
.mx-revealing-style .mx-featured-wrapper img {
	height: 220px;
	width: 100%;
	object-fit: cover;
	transform: scale(1.2);
	transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);
	background-position: center 0px;
	background-size: auto;
}
.mx-revealing-style .ss-project-excerpt{
	position: relative;
	color: var(--mxss-dark-color);
	width: 50%;
	z-index: 4;
	padding: 0 12px;
}

.mx-mihbox-hover-active.mx-revealing-style:hover .mx-featured-wrapper img {
	transform: scale(1.0);
}
.mx-revealing-style .container {
	position: relative;
	z-index: 4;
	padding: 0 12px;
}
.mx-revealing-style .mx-image-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}
.mx-revealing-style .mx-featured-wrapper {
	position: relative;
	overflow: hidden;
}
.mx-revealing-style .mx-featured-wrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	white-space: nowrap;
	content: '';
	transition: max-width .9s cubic-bezier(.22, .61, .36, 1);
	background-color: var(--mxss-white-color);
	max-width: 100%;
	height: 220px;
	width: 100%;
	z-index: 1;
}
.mx-mihbox-hover-active.mx-revealing-style .mx-featured-wrapper:before {
	max-width: 0%;
}
.mx-revealing-style .mx-portfolio-title {
	margin: 0;
	position: relative;
	padding: 0;
    font-size: 45px;
    line-height: 55px;
    font-weight: 300;
	color: var(--mxss-dark-color);
}
.mx-revealing-style .mx-portfolio-title a .stroke-heading svg{
  stroke: var(--mxss-dark-color);
}
.mx-revealing-style .mx-portfolio-title a {
	color: var(--mxss-dark-color);
	margin: 0;
	transition: 0.9s;
}
.mx-revealing-style:hover .mx-portfolio-title:before,
.mx-revealing-style:hover .mx-portfolio-title a {
	color: var(--mxss-white-color);
}
.mx-revealing-style.mx-mihbox-hover-active .mx-portfolio-title:before,
.mx-revealing-style.mx-mihbox-hover-active .mx-portfolio-title a {
	color: var(--mxss-white-color);
}
.mx-revealing-style .mx-svg-btn svg {
	height: 17px;
	width: 17px;
}   
.mx-revealing-style .mx-svg-btn svg line {
    stroke: #bbb;
}
.mx-revealing-style .mx-portfolio-cat span{
	text-transform: uppercase;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-right: 10px;
	color: var(--mxss-global-color);
}
.mx-revealing-style .mx-portfolio-cat a{
	color: var(--mxss-dark-color);
}
.mx-revealing-style.mx-mihbox-hover-active .mx-portfolio-cat span, .mx-revealing-style.mx-mihbox-hover-active .mx-portfolio-cat a, .mx-revealing-style.mx-mihbox-hover-active .ss-project-excerpt{
	color: rgba(255, 255, 255, .50);
	transition: 0.9s;
}

.mx-element-revealing-style .mx-svg-btn1{
	display: inline-block;
	padding: 15px 22px;
	margin: 30px 0;
	transition: all 0.5s ease;
	color: var(--mxss-white-color);
	background-color: var(--mxss-global-color);
}
.mx-element-revealing-style .mx-svg-btn1:hover{
	color: var(--mxss-white-color);
	background-color: var(--mxss-dark-color);
}
.mx-element-revealing-style .mx-svg-btn1 a{
	color: var(--mxss-white-color);
}
.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,.mx-svg-btn1 svg line {
    fill: none;
    stroke: var(--mxss-white-color);
    stroke-width: 2;
    stroke-miterlimit: 10;
}
.mx-ihbox-btn svg, .mx-svg-btn svg,.mx-ihbox-btn1 svg, .mx-svg-btn1 svg{
    height: 10px;
}
.mx-svg-btn svg line:nth-child(1), .mx-svg-btn1 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), .mx-svg-btn1 svg line:not(:first-child) {
    stroke-linecap: square;
}

.mx-svg-btn svg line:nth-child(2), .mx-svg-btn1 svg line:nth-child(2), 
.mx-svg-btn svg line:nth-child(3), .mx-svg-btn1 svg line:nth-child(3) {
    stroke-dasharray: 20px;
    stroke-dashoffset: 40px;
    transition: stroke-dashoffset 0.6s cubic-bezier(.61,1,.88,1) 0.3s;
}
.mx-revealing-style video.img-fluid {
  width: 110%;
  height: auto;
}	
@media (max-width: 960px){	
	.mx-revealing-style .ss-project-excerpt{
		display: none;
	}
}	