body {
	background-color: #fff;
	margin: 0px;
	color: #7E7E7E;
	font-size: 16px;
	font-family: 'Droid Serif', serif;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a:hover {
	color: #478ba0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

h1,h2,h3 {
	margin: 0;
	font-weight: 300;
}

h1 {
	font-size: 50px;
	color: #fff;
}

h1.title {
	position: absolute;
	top: 32px;
	line-height: 47px;
}

h1 span {
	color: #c1c1c1;
	font-size: 28px;
}

h2 {
	width: 420px;
	font-size: 38px;
	color: #24394c;
	padding-right: 25px;
	border-right: 1px solid #ccc;
	float: left;
}

h3 {
	color: #fff;
	font-size: 25px;
	width: 200px;
	letter-spacing: -1px;
	margin: 15px auto;
	text-align: center;
}

h4 {
	font-size: 24px;
	margin: 40px 0 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.holder {
	width: 1070px;
	padding: 0 15px;
	margin: 0px auto;
	position: relative;
}

.header {
	width: 100%;
	padding: 20px 0;
	background: #0f1219;
	border-bottom: 5px solid #2e353f;
}

.partners {
	color: #fff;
	position: absolute;
	top: 180px;
	border-top: 1px solid #273d52;
	padding-top: 15px;
}

.logo {
	position: absolute;
	top: 23px;
	left: 0px;
}

.contact {
	text-align: right;
	color: #fff;
	text-transform: uppercase;
}

.header span {
	margin-left: 25px;
}

.header p {
	margin: 0;
}

.header2 {
	width: 100%;
	height: 130px;
	background: #161e28;
	border-top: 5px solid #1a1f25;
}

.banner {
	width: 100%;
	height: 300px;
	background: #11181f;
	border-bottom: 5px solid #c1c1c1;
	padding: 20px 0;
}

.nav {
	position: absolute;
	top: 55px;
	right: 0;
}

.nav ul {
	margin: 0;
	padding: 0;
	text-align: right;
}

.nav li {
	display: inline-block;
	list-style-type: none;
	font-size: 18px;
	margin: 0 10px;
}

.nav a {
	color: #fff;
	padding: 10px;
}

.nav a:hover {
	color: #fff;
	background: #121314;
}

.intro {
	float: right;
	width: 550px;
	margin-bottom: 45px;
	color: #1c1c1c;
}

.service {
	width: 240px;
	margin: 24px 12px;
	background: #1c1c1c;
	padding: 10px 0 0;
	text-align: center;
	display: inline-block;
}

.service p {
	color: #fff;
	padding: 0 10px;
}

.more a {
	background: #272727;
	display: block;
	color: #838383;
	padding: 15px 0;
}

.more a:hover {
	background: #1b1b1b;
}

.map {
	width: 500px;
	margin: 25px auto 60px auto;
}

footer {
	width: 100%;
	background: #ccc;
	padding: 20px 0;
	text-align: center;
	color: #1c1c1c;
	font-size: 13px;
	clear: both;
}

.btmfooter {
	width: 100%;
	background: #1c1c1c;
	padding: 20px 0;
	color: #fff;
	font-size: 13px;
	text-align: center;
}

.btmfooter a {
	color: #ccc;
}

.btmfooter a:hover {
	color: #add3fa;
}

.service-desc {
	margin-bottom: 55px;
	overflow: auto;
}

.service-desc img {
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.service-desc h2 {
	width: 530px;
	border-right: none;
	margin: 20px 0;
}

.service-right {
	float: right;
	margin-left: 65px;
}

.service-left {
	float: left;
	margin-right: 65px;
}

.team-right {
	float: right;
	margin-left: 65px;
	margin-bottom: 15px;
	border: 2px solid #ccc;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.contact a {
    color: #fff;
}

.contact-page a{
	color: #000;
}