* {
	margin: 0px;
	padding: 0px;
}
html,body,div {
	width: 100%;
	font-family: Lato;
	font-size: 16px;
	height: 100%;
}
.clearfix {
	clear: both;
}

.img {
	width: 100%;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Medium.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Bold_21010.ttf);
    font-weight: 700;
}
@font-face {
    font-family: Gotham;
    src: url(fonts/Gotham-Light.ttf);
    font-weight: 300;
}


/**************************************************************************/
/*			START STYLING											     */
/*************************************************************************/
header {
	height: 60%;
	background: url('../Home_files/station-752147_1920.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 87%;
	background-position: center center;
}
header nav {
	height: 80px;
	background: #36405a;
	position: relative;
}
header nav ul {
	list-style: none;
	margin-top: 30px;
	margin-left: 150px;
}
header nav ul li {
	display: inline-block;
	margin-left: 10px;
}
header nav ul li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-family: Gotham;
	font-weight: 300;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.logo, .nav_menu, .get_in_touch {
	float: left;
}
.logo {
	display: block;
	margin-top: 18px;
}
.logo img{
	width: 70%;
	height: 70%;
}
.wrapper-for-nav {
	width: 1000px;
	margin: 0px auto;
}
.get_in_touch {
	display: block;
	text-decoration: none;
	background: #fff;
	color: #36405a;
	height: 100%;
	right: 0px;
	position: absolute;
	text-align: center;
	line-height: 80px;
	font-family: Gotham;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 245px;
	overflow: hidden;
	padding-left: 10px;
}
.get_in_touch::after {
	content: '';
	position: absolute;
	width: 55px;
	height: 100px;
	left: -30px;
	background: #36405a;
	transform-origin: 50% 50%;
	transform: rotate(20deg);
	transition: all ease 0.3s;
	top: -20px;
}
header h1 {
	display: inline-block;
	width: 345px;
	height: 50px;
	line-height: 50px;
	font-family: Gotham;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #eab600;
	text-align: center;
	margin-top: 130px;
	margin-left: 750px;
	font-size: 14px;
	color: #fff;
	position: relative;
}
header h1::after {
	content: '';
	position: absolute;
	height: 50px;
	width: 34px;
	background: url('../Home_files/lsho@small.png');
	left: -34px;
	background-repeat: no-repeat;
}
header h1::before {
	content: '';
	position: absolute;
	height: 50px;
	width: 34px;
	background: url('../Home_files/rsho@small.png');
	right: -34px;
	background-repeat: no-repeat;
}
header h2 {
	display: inline-block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	font-family: Gotham;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #36405a;
	text-align: center;
	margin-top: 10px;
	margin-left: 750px;
	font-size: 14px;
	color: #fff;
	position: relative;
}
header h2::after {
	content: '';
	position: absolute;
	height: 50px;
	width: 34px;
	background: url('../Home_files/lsha@small.png');
	left: -33px;
	background-repeat: no-repeat;
}
header h2::before {
	content: '';
	position: absolute;
	height: 50px;
	width: 34px;
	background: url('../Home_files/rsha@small.png');
	right: -34px;
	background-repeat: no-repeat;
}
/***************************************************************************/
/**************************************************************************/
.features {
	position: absolute;
	width: 100%;
	top: calc(70% - 10px);
}
.features-wrapper {
	margin: 0px auto;
	width: 1060px;
}
.feature {
	max-width: 320px;
	height: 300px;
	background: #36405a;
	color: #fff;
	font-family: Gotham;
	float: left;
	margin-right: 50px;
	overflow: hidden;
}
.feature3 {
	margin-right: 0px;
}
.feature h2{
	margin-top: 0px;
	height: 80px;
	line-height: 88px;
	font-weight: 700;
	padding-left: 30px;
	background: #eab600;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
}
.feature h2::after{
	content: '';
	width: 110%;
	height: 30px;
	background: #eab600;
	position: absolute;
	bottom: -15px;
	left: -02px;
	transform-origin: 0% 50%;
	transform: rotate(-02deg);
}
.feature p{
	font-size: 13px;
	margin: 30px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0px;
	color: #fff;
}
.feature a{
	text-decoration: none;
	font-weight: 400;
	right: 5px;
	bottom: 20px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 120px;
	margin-bottom: 10px;
	display: block;
}
/**************************************************************************/
/*************************************************************************/
/************************************************************************/
.main {
	margin-top: 250px;
}
.main-center {
	width: auto;
	margin: 0px auto;
	display: table;
}
.main-wrapper {
	width: 650px;
	float: left;
}
.side-bar {
	width: 350px;
	margin-left: 45px;
	float: left;
}
.main-wrapper span, .side-bar span{
	font-family: Gotham;
	font-weight: 700;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #eab600;
}
.main-wrapper h2, .side-bar h2{
	font-family: Gotham;
	font-weight: 400;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #36405a;
	margin-top: 15px;
}
.main-wrapper p{
	margin-top: 20px;
	color: #616161;
	font-size: 14px;
}
.quick-features {
	margin-top: 45px;
}
.quick-feature {
	float: left;
	width: 300px;
	background-image: url('bg-quickfeature-1.jpg');
	min-height: 200px;
	background-size: contain;
}
.quick-feature1 {
	margin-right: 15px;
}

.quick-feature2 {
	float: left;
	width: 300px;
	background-image: url('bg-quickfeature-2.jpg');
	background-size: contain;
	min-height: 200px;
}
/***********************************************************************************/
/**********************************************************************************/
/*********************************************************************************/
.project .thumbnail , .project .description {
	float: left;
	padding: 0px;
}
.project1 {
	margin-top: 20px;
}
.project .thumbnail {
	width: 84px;
	margin-right: 10px;
}
.thumbnail img{
	width: 100%;
	height: 100%;
	margin-right: 2px;
}
.project {
	margin-bottom: 5px;
}
.project .description {
	width: 200px;
}
.project .description h4{
	font-family: Gotham;
	font-weight: 400;
	color: #eab600;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0px;
}
.project .description p{
	font-size: 11px;
}
footer {
	background: #3e3e3e;
	height: 90px;
	line-height: 90px;
	color: #fff;
	margin-top: 90px;
	padding-left: 108px;
	font-family: Gotham;
	font-weight: 300;
	font-size: 11px;
}