/******************************************************/
#topSlogan .TRAN {
	transform: scale(1.2);
}
#services{
	padding-top:10%;padding-bottom:78px;
	background:#233a42;
}
#services .slogan{
	position:relative;z-index:5;
	margin-left:78px;
	padding-bottom:5%;
	padding-left:10%;
	transform: translateY(-100px);
}
#services .slogan::before{
	content:"";display:block;
	position:absolute;
	left:0%;top:33px;
	height:1px;width:9%;
	background:#fff;
}
#services .paddinLogoL{
	position:relative;z-index:5;
	margin-left:10%;
}
#services .textWrap{
	width:460px;min-height:580px;
	font-size:0;
}
#services .textWrap a{
	opacity:0.6;
	display:inline-block;vertical-align:top;
	margin-top:50px;
	width:50%;
	color:#fff;
	transition:opacity 0.5s;
}
#services .textWrap a.SEL{opacity:1;}
#services .textWrap h6{
	padding:15px 0;
	font-size:20px;
	font-family: 'Montserart', sans-serif;
	font-weight: 100;
	letter-spacing: 1px;
}
#services .textWrap h5{
	font-size:16px;color:#bfbfbf;
	font-weight: 100;
}
#services .photo{
	position:absolute;
	left:460px;top:0;bottom:0;right:78px;
	margin-left:10%;
	background-position:center;background-size:cover;
}
#services .bgImg{
	position:absolute;left:0;top:0;
	width:100%;height:100%;
	background-position:center;background-size:cover;
	opacity:0.2;
}