body {
	padding:0;
	margin:0;
	font-family:Monserrat, Verdana, sans-serif;
	font-weight:400;
	line-height:1.5;
}

p {
	margin-top:0;
}

.wrapper {
	max-width:1600px;
	margin:0 auto;
	padding:0 30px;
}

.wrapper:before {
	content:'';
}

#header {
	background:#05283a;
	color:#fff;
	font-family:Butler;
	font-weight:400;
}

#logo {
	font-size:35px;
	float:left;
	font-family:Butler;
	font-weight:700;
	line-height:1;
	margin-top:30px;
	margin-bottom:30px;
}

#contact {
	float:right;
	text-align:center;
	font-family:Monserrat, Verdana, sans-serif;
	font-size:20px;
	margin-top:25px;
}

#contact i.fa {
    font-size: 25px;
    padding-right: 14px;
}

#title {
	clear:both;
	background:#062c40;
	padding:30px 0;
}a {	text-decoration:none;	color:#fff;}a:hover{	text-decoration:underline;}

#title h1 {
	margin:0;	font-size:40px;
}

#title p {
	font-family:Monserrat, Verdana, sans-serif;
	font-size:23px;
	margin:0;
}

#desc {
	background:#e8e8e8;
	color:#05283a;
	font-size:25px;
	padding:60px 0;
}

#desc p:first {
	
}



h2:after {
    content: '';
    position: absolute;
    bottom: -25px;
    height: 8px;
    width: 130px;
    left: 0;
    background: #c3ccd0;
}

#content {
	padding:30px 0;
}

#content h2 {
	font-size:34px;
	color:#05283a;
	position:relative;
	margin-top:80px;
	margin-bottom:75px;
}

#content p, #content ul{
	color:#5a5a5a;
	font-size:25px;
	font-weight:400;
}

#content ul {
	font-size:25px;
	font-style:italic;
	font-weight:600;
	list-style:none;
	margin:0;
	padding:0;
	color:#05283a;
}


#footer {
	background:#05283a;
}

#footer:after {
	display:block;
	clear:both;
	content:'';
}

#footer .logo {
	float:left;
	color:#fefefe;
	opacity:0.17;
	font-size:47px;
	line-height:1;
}

#footer .info {
	float:right;
	text-align:right;
	color:#fff;
	font-size:25px;
}

#footer .info h5 {
	font-size:33px;
	font-weight:400;
	margin-bottom:15px;
}

















@font-face {
    font-family: Monserrat;
    src: url(font/Montserrat-Regular_0.ttf);
	font-weight:400;
}

@font-face {
    font-family: Monserrat;
    src: url(font/Montserrat-SemiBold_0.ttf);
	font-weight:500;
}

@font-face {
    font-family: Monserrat;
    src: url(font/Montserrat-Bold_0.ttf);
	font-weight:600;
}





@font-face {
    font-family: Butler;
    src: url(font/Butler_Regular.otf);
	font-weight:400;
}

@font-face {
    font-family: Butler;
    src: url(font/Butler_Bold.otf);
	font-weight:700;
}

@media (max-width:767px) {		#logo {		float:none;		text-align:center;		padding: 30px 0;		margin:0;	}	#contact {		font-size:14px;		float:none;		text-align:center;	}		#title h1 {		font-size:25px;		margin-bottom:10px;	}		#title p {		font-size:17px;	}		#desc {		font-size:17px;	}		#content h2 {		font-size:20px;		margin-top: 50px;		margin-bottom: 59px;	}		#content h2:after {		height:4px;	}		#content p, #content ul {		font-size:17px;	}		#footer .info h5 {		font-size:20px;	}		#footer .info {		font-size:17px;	}}