#banner-box{
	width: 100%;
	height: 400px;
	background-color: #212529;
	color: #fff;
	margin-bottom: 25px;
}
#banner-box > div{
	height: 400px;
	width: 100%;
	position:absolute;
}
.work-type{
	color: #777777;
	font-size: .85em;
	margin-bottom: 10px;
}
.lg-box {
	background-color: #E4E4E4;
	padding-top: 50px;
	padding-bottom: 50px;
}
.lg-box-white {
	background-color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.box-title {
	margin-left: auto!important
}
@media (max-width: 991px) {
	.box-title {
		margin-right: auto!important;
	}
}
.lead {
	font-size: 80%;
}
.left-line{
	border-left: #C6C6C6 solid 1px;
	padding-left: 20px;
}
.text-main{
	font-size: .9em;
}
h2 {
	margin-bottom: 30px;
}
.skill-box > h4 {
	margin-bottom: 0;
}
.main-box {
	margin-top: 50px;
	margin-bottom: 50px;
}