* {
	margin: 0px;
	padding: 0px;
}
html,body,div {
	width: 100%;
	font-family: Lato;
	font-size: 16px;
	height: 100%;
}
.clearfix {
	clear: both;
}
@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;
}

h4 {
	font-family: 'Gotham', sans-serif;
	font-weight: 700;
	color: #535353;
	font-size: 18px;
}

hr {
	width: 300px;
	border: none;
	border: 2px solid #0c4b78;
	margin-top: 20px;
}
/**************************************************************************/
/*			START;STYLING											     */
/*************************************************************************/
header {
	height: 325px;
	background: url('../About_files/train-366064_1920.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
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: 190px;
	height: 50px;
	line-height: 50px;
	font-family: Gotham;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0px;
	background: #eab600;
	text-align: center;
	margin-top: 100px;
	margin-left: 140px;
	font-size: 17px;
	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;
}
/**************************************************************************/
/*************************************************************************/
/************************************************************************/
.main {
	margin-top: 25px;
	padding: 40px;
}
.main-center {
	width: 90%;
	margin: 0px auto;
	display: table;
}
.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: 25px;
	color: #616161;
	font-size: 17px;
	text-align: justify;
}
.quick-features {
	margin-top: 60px;
}
.quick-feature {
	float: left;
	width: 200px;
	height: 175px;
	background: #36405a;
}
.quick-feature1 {
	margin-right: 15px;
}

/***********************************************************************************/
/**********************************************************************************/
/*********************************************************************************/
.project .thumbnail , .project .description {
	float: left;
	padding: 0px;
}
.project1 {
	margin-top: 50px;
}
.project .thumbnail {
	width: 84px;
}
.thumbnail img{
	width: 70%;
	height: 70%;
}
.project {
	margin-bottom: 5px;
}
.project .description {
	width: 200px;
}
.project .description h4{
	font-family: Gotham;
	font-weight: 400;
	color: #eab600;
	font-size: 14px;
	margin-bottom: 10px;
}
.project .description p{
	font-size: 11px;
}
footer {
	background: #3e3e3e;
	height: 90px;
	line-height: 90px;
	color: #fff;
	margin-top: 30px;
	padding-left: 108px;
	font-family: Gotham;
	font-weight: 300;
	font-size: 11px;
}