body {
	margin:0;
	padding:0;
	color:#9c9d98;
	font-size: 16px;
	font-family: 'raleway', 'helvetica neue';
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.width {
	width:90%;
	max-width:1200px;
	margin: 0 auto;
	position: relative;
}


img {
	max-width: 100%;
}

h1, h2, h3, h4 {
	font-weight: 500;
}


h1 {
	font-size: 35px;
	color: #3f3f3f;
	line-height: 45px;
	text-align: center;
}

h1 span {
	color:#004590;
	font-weight: bold;
}

.clear {clear: both;}

a.mob{ display:inline-block; width:100%; border:1px solid #004590; color:#004590; text-decoration:none; padding-top:10px; padding-bottom:10px; text-align: center; margin-bottom:10px; border: 1px solid #d8d8d8; border-top:0;
}

a.mob:hover{ background:#004590; color:#fff;}

a.mob{ display:none;}


.header {
	border-bottom:1px solid #ddd;
	background-color: #fff;
	margin-bottom:80px;
}

.header nav {
	float: left;
	width:78%;
}

.header nav li {
	list-style: none;
}

.header nav li a {
	padding-top:40px;
	padding-bottom:40px;
	margin-right:32px;
	color:#9c9d98;
	text-decoration: none;
	display: inline-block;
	float: left;
	font-weight: 500;
}

.header nav li.active a{
	color: #004590}
	
.header nav li a:hover {
	color: #004590}

.header .logo {
	float: right;
	width:22%;
	text-align: right;
	margin-top:22px;
}

.header .logo img {
	width: 206px;
}


.text-box {
	width:45%;
	float: left;
	margin-right:0%;
	margin-top:20px;
}

.text-blue {
	margin-right:10%;
}


.text-box .border {
	border-bottom:5px solid #555553;
	padding:25px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-bottom:5px solid #555553;
	min-height:100px;
}

.text-blue .border {
	border-bottom:5px solid #004d98;
}


.service {
	width:31%;
	margin-right:1%;
	margin-left: 1%;
	display: inline-block;
	margin-top:30px;
	position: relative;
}

.service:nth-of-type(3n+0) {
	margin-right:0%;
}

.service img {
	width:100%;
	max-width: 300px;}

.service a h3 {
	position: absolute;
	bottom:10px;
	padding:2.5%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
	color: #9c9d98;
	text-transform: uppercase;
	text-align: center;
	background-color: #fff;
	width:85%;
	max-width: 250px;
}
.service a:hover h3 {
	background-color: #004a97;
	color: #fff;}

footer {
	background-color: #004d98;
	padding-top:10px;
	padding-bottom:10px;
	color: #fff;
	margin-top:60px;
}


.quote {
	background-color: #004d98;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 50px;
	padding-top:200px;
	padding-bottom:200px;
	background-size: cover;
	background-attachment: fixed;
}

.quote h2 {
	font-size: 40px;
	line-height: 40px;}


.project-list {
	text-align: center;}

.cta {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}	
	
a.button {
	border: 1px solid #3f3f3f;
	border-radius: 5px;
	color: #3f3f3f;
	padding: 10px;
	text-decoration: none;
	margin-top: 20px;
	display: inline-block;
}

.service-list {
	text-align: center;
	margin-top:50px;
	margin-bottom: 50px;
	margin-left: 0;
	padding-left: 0;
}
.service-list li {
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	
}

.personnel {
	margin-top:50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;}
.person {
	width: 45%;
	
	margin-bottom: 2.5%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	text-align: center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 25px;
	box-sizing: border-box;
}

.person h6 {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 300;
	color: #000;
	margin-top:0;
	padding-top:0;
	margin-bottom: 0;
	padding-bottom: 0;}

.person img {
	border-radius: 500px;
}

.person p {
	font-size: 14px;
}

.contact-left {
	width: 45%;
	float: left;
	box-sizing: border-box;
	padding: 35px;
	background-color: #fff;
	border: 1px solid #ccc;
}

.contact-left h2 {
	line-height: 30px;
	}

.contact-right {
	width: 45%;
	float: right;
}

a {
	color:#004590;
	text-decoration: none;
}

img.desktop-none {
	display: none;
}

.contact-home {
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	background-image: url(../images/slider.png);
	padding:50px;
	padding-top:100px;
	padding-bottom: 100px;
	background-size: cover;
}

.contact-home-inner {
	max-width: 500px;
	left: auto;
	right: auto;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	    background-color: rgba(81,81,79,0.8);
	    padding: 20px;
	
}

.contact-home-inner a {
	color: #fff;}

.contact-home h2 {
    color: #fff;
        font-size: 36px;
    text-align: center;
    text-transform: uppercase;

}