@charset "utf-8";

#docs{
	/*background: #f2f2f2;*/
}
#solutions{
	
}
#solutions-hd{
	text-align: center;
	padding-top: 96px;
}
#solutions-hd h1{
	line-height: 70px;
	font-size: 40px;
	color: #3d3d3d;
	font-weight: bold;
}
#solutions-hd p{
	line-height: 50px;
	font-size: 18px;
	color: #939393;
}

#solutions-banner{
	overflow: hidden;
	border-radius: 6px;
	margin-top: 48px;
}
#solutions-ls{
	overflow: hidden;
}

#solutions-ls ul{
	padding: 64px 10px 30px;
	overflow: hidden;
	width: 110%;
}
#solutions-ls li{
	float: left;
	width: 590px;
	height: 460px;
	background: white;
	margin-right: 20px;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.08);
	text-align: center;
	transition: all .3s;
}
#solutions-ls li:hover{
	transform: translate3d(0,-2px,0);
	box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
}
#solutions-ls strong{
	display: block;
	font-size: 36px;
	color: #2c2c2c;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
	margin-top: 58px;
	letter-spacing: 3px;
}
#solutions-ls li:hover strong{
	color: #0070c9;
}
#solutions-ls i{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #646464;
	font-style: normal;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
}
#solutions-ls a{
	line-height: 50px;
	font-size: 18px;
	color: #0070c9;
	display: inline-block;
	margin-top: 8px;
}
#solutions-ls img{
	display: block;
	width: 392px;
	height: 246px;
	margin: 0 auto;
}

#solutions-pages{
	margin: 55px 0 114px;
}

#particles-js{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background: #f2f2f2;
}