 .servicesBoxs .mBox {
	width: 33.33%;
	float: left;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.mBox:hover .iholder {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.mBox:hover .stext {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.iholder {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
	position: absolute;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
	left: 0px;
	height: 100%;
	width: 100%;
	font-size: 12px;
	background-size: cover;
	background-position: 50% 50%;
}
.stext {
	position: absolute;
	top: auto;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    left: 0px;
    background-color: #3b3131;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}
.mpInlineContent {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0px;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	overflow-x: hidden;
    overflow-y: auto;
}
.mpInlineContent .container {
	background-color: #fff;
	box-sizing:border-box;
	padding:20px;
}
.mfp-bg {
    background-color: #111;
}
.mfp-bg {
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    background: #0b0b0b;
    opacity: 0.8 !important;
    filter: alpha(opacity=80);
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.close {
    position: absolute;
    cursor: pointer;
    right: 15px;
    top: 15px;
    background-color: transparent;
    border: 0px;
    font-size: 25px;
    font-weight: 300;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;

    position: absolute;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    top: 50%;
    width: 90%;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transform: translateY(-50%);

}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.showIt {
	opacity: 1;
	visibility: visible;
}
.stext h2 {
	color: #fff;
	margin-bottom: 5px;
	font-size: 20px;text-align:left;
}
.stext p {
    font-size: 16px;
    text-align: left;
    line-height: 27px;
    max-height: 53px;
    margin-bottom: 10px;
    overflow: hidden;
}
.buttonsOver {
    position: absolute;
    bottom: 14%;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.mfp-content .container:after {
	clear: both;
	content: "";
	display: block;
}
.stext a {
    background-color: #c5d7e1;
    color: #fff;
    border-color: #111;
    display: block;
    width: 40px;
    line-height: 40px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.col-md-4 {
	float:left;
	width: 	33.33%;
	box-sizing: border-box;
	padding:0px 10px;
}
.col-md-8 {
	float:left;
	width: 	66.66%;
	box-sizing: border-box;
	padding:0px 10px;
}
@media screen and (max-width: 1500px) {
	.servicesBoxs .mBox {
		height: 290px;
	}
	.stext {
		zoom:0.8;
	}
	.mBox:hover .stext {
		-webkit-transform: translateY(43%);
	    -moz-transform: translateY(43%);
	    -ms-transform: translateY(43%);
	    transform: translateY(43%);
	}
}
@media screen and (max-width: 1100px) {
	.servicesBoxs .mBox {
		width: 50%;
	}
}
@media screen and (max-width: 880px) {
	.mpInlineContent .container {
		width: 100% !important;
		max-width: 100% !important;
	}
	.mfp-content {
		width: 100% !important
	}
	.col-md-4,.col-md-8 {
		width: 100%;
	}
	.mpInlineContent {
		width: 100% !important;
	}
}
@media screen and (max-width: 640px) {
	.servicesBoxs .mBox {
		width: 100%;
	}
}