@font-face {
    font-family: 'neue';
    src: url('../fonts/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neueUltralight';
    src: url('../fonts/HelveticaNeue-UltraLight.eot');
    src: url('../fonts/HelveticaNeue-UltraLight.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue-UltraLight.woff') format('woff'),
         url('../fonts/HelveticaNeue-UltraLight.ttf') format('truetype'),
         url('../fonts/HelveticaNeue-UltraLight.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neueMedium';
    src: url('../fonts/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue-Medium.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue-Medium.woff') format('woff'),
         url('../fonts/HelveticaNeue-Medium.ttf') format('truetype'),
         url('../fonts/HelveticaNeue-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neueLight';
    src: url('../fonts/HelveticaNeue-Light.eot');
    src: url('../fonts/HelveticaNeue-Light.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue-Light.woff') format('woff'),
         url('../fonts/HelveticaNeue-Light.ttf') format('truetype'),
         url('../fonts/HelveticaNeue-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'neueBold';
    src: url('../fonts/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue-Bold.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeue-Bold.woff') format('woff'),
         url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'),
         url('../fonts/HelveticaNeue-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*global styles*/
h1{
	font-family: 'neueUltralight';
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #37321f;
	font-size: 30px;
	margin-top: 0;
}
h2{
	font-family: 'neueLight';
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #37321f;
	font-size: 20px;
	margin-top: 0;
	text-align: center;
	position: relative;
}
h3{
	font-family: 'neueLight';
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #37321f;
	font-size: 18px;
	margin-top: 0;
}
h4{
	font-family: 'neue';
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
	background: #818285;
	display: inline-block;
	clear: both;
	padding: 2px 5px;
	margin: 0px;
}
h5{
	font-family: 'neueMedium';
	font-size: 18px;
	color: #37321f;
	text-transform: uppercase;
}
h6{

}
p{
	font-family: 'neue';
	font-size: 14px;
	color: #37321f;
}
a{
	color: #37321f;
}
a:hover{
	color: #37321f;
	text-decoration: none;
}

/*large background*/
.main-bg{
	height: 100vh;
	width: 100%;
	opacity: 1;
	position: fixed;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.inside-pages{
	height: 75vh !important;
}

/*header*/
header{
	position: relative;
	width: 100%;
}
header nav{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
	border-bottom: 1px solid rgba(187,187,187,0.15);
}
header nav img{
	margin: 15px 15px 10px;
	height: 40px !important;
}
header nav ul{
	padding-left: 0;
}	
header nav ul li{
	list-style-type: none;
}
header nav ul li a{

}
header nav .navi{
	position: absolute;
    right: 15px;
    top: 14px;
    font-size: 30px;
    padding: 10px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}
header nav .navi .nav-block, header nav .navi .nav-block-top, header nav .navi .nav-block-bottom{
	height: 2px;
	width: 25px;
	background: #818285;
	margin-bottom: 4px;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
    position: relative;
}
header nav .navi .nav-block-top{

}
header nav .navi .nav-block-bottom{
	margin-bottom: 0px;
}
header nav .navi.nav-on .nav-block-top{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 6px;
}
header nav .navi.nav-on .nav-block{
	opacity: 0;
}
header nav .navi.nav-on .nav-block-bottom{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -6px;
}
header .fa-angle-double-down{
	position: absolute;
	bottom: 15px;
	color: #fff;
	font-size: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
}
header .nav-slide{
	height: 100%;
    background: rgba(189,190,192,0.975);
    position: fixed;
    width: 100%;
    z-index: 99;
    top: -100vh;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
header .nav-slide ul{
	padding-left: 0;
	margin-bottom: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
header .nav-slide ul li{
	list-style-type: none;
	text-align: center;
	padding-bottom: 25px;
	position: relative;
}
header .nav-slide ul li a{
	color: #fff;
	font-family: 'neueUltralight';
	letter-spacing: 2px;
	font-size: 42px;
}
header .nav-slide ul li:after{
	content: '';
	width: 25px;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
header .nav-slide ul li:last-child{
	padding-bottom: 0;
}
header .nav-slide ul li:last-child:after{
	display: none;
}
header .nav-slide ul li a:hover{
	text-decoration: none;
}
header .nav-slide.slide-in{
	top: 0;
	padding: 100px 100px;
}

/*footer*/
footer{
	background: #D6E7E0;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}
footer h2{
	border-bottom: 1px solid #818285;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size: 16px;
}
footer p{
	padding: 5px 15px;
	line-height: 25px;
	font-size: 12px;
	text-align: center;
}
footer .foot-projects{
	text-align: center;
}
footer .foot-projects img{
	width: auto;
	height: 50px;
	border-radius: 50px;
	display: block;
	margin: 5px auto;
}
footer .foot-projects .footer-projects-img{
	height: 100px;
	width: 100px;
	border-radius: 100px;
	background-size: cover;
	background-position: center center;
	margin: 0px auto 0px;
}
footer .foot-projects p{

}
footer img.footer-logo{
	margin: 75px auto 35px;
}
footer label{
	display: block;
	font-family: 'neue';
	padding-left: 15px;
	font-size: 12px;
}
footer .reach{
	text-align: center;
}
footer .reach a{
	color: #37321f;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
}
footer .reach .fa{
	display: block;
	color: #818285;
	text-align: center;
	font-size: 24px;
	padding-bottom: 5px;
	padding-top: 5px;
}
footer a:hover{
	text-decoration: none;
	color: #37321f;
}
footer .follow{
	text-align: center;
}
footer .follow a{

}
footer .follow a:hover{

}
footer .follow a .fa{
	font-size: 30px;
	/*display: block;*/
	padding-bottom: 15px;
	padding-right: 5px;
	color: #818285;
}
footer p.small{
	font-size: 10px;
}


/*default styles*/
.content{
	overflow-x: hidden; 
	position: relative;
	z-index: 1;
}

/*slick*/
.slick-slider{
	height: 100vh;
	z-index: 0;
}

/*home page*/

.home-projects{
	background: #FFF;
}
.home-projects h2{
	padding-top: 100px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 50px;
}
.home-projects h2:after{
	content: '';
	width: 300px;
	height: 1px;
	background: #818285;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);	
}
.home-projects .each-project{
	margin-bottom: 100px;
	height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
}
.home-projects .each-project .hover-effect{
	height: 100%;
    width: 100%;
    background: url(../images/graph.png);
    position: relative;
    opacity: 0;
    top: 300px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.home-projects .each-project:hover .hover-effect{
	opacity: 0.90;
	top: 0;
}
.home-projects .each-project .hover-effect-content{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.75s linear;
    -o-transition: opacity 0.75s linear;
    transition: opacity 0.75s linear;
}
.home-projects .each-project:hover .hover-effect-content{
	opacity: 1;
}
.hover-plus{
	position: absolute;
    right: 7px;
    bottom: 3px;
    color: #fff;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}
.home-projects .each-project:hover .hover-plus{
	opacity: 0;
}

.home-about{
	background: #EBF6EF;
	padding-top: 100px;
}
.home-about .fa{
	font-size: 25px;
	padding: 0px 0 10px 0;
	color: #818285;
}
.home-about .left-block{
	text-align: center;
	padding: 0px 0px 100px;
}
.home-about .left-block h2{
	padding-bottom: 10px;
	margin-bottom: 25px;
	position: relative;
}
.home-about .left-block h2.spaces{
	margin-top: 75px;
}
.home-about .left-block h2:after{
	content: '';
	width: 300px;
	height: 1px;
	background: #818285;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home-about .left-block p{
	padding: 0 25px;
	text-align: left;
}
.home-about .right-block{
	margin-bottom: 100px;
}
.home-about .right-block p{
	margin: 15px 0px
}
.home-about img{
	-webkit-box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
}


/*contact us*/
.contact{
	padding-bottom: 100px;
	text-align: center;
	position: relative;
	background: #fff;
}
.contact h2{
	padding-top: 100px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.contact h2:after{
	content: '';
	width: 300px;
	height: 1px;
	background: #818285;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.contact h3{
	margin-top: 35px;
}
.contact p a{
	font-family: 'neue';
    font-size: 14px;
    color: #37321f;
}
.contact .fa{
	padding-right: 5px;
    color: #818285;
    font-size: 30px;
}

/*profile*/
.profile{
	background: #fff;
	position: relative;
}
.profile h2{
	padding-top: 100px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.profile h2:after{
	content: '';
	width: 300px;
	height: 1px;
	background: #818285;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.profile a.email{
	font-family: 'neueBold';
	padding-left: 25px;
}
.profile-content{
	padding-bottom: 90px;
}
.profile-content p{
	margin-bottom: 0;
}
.profile-content img{
	margin-top: 20%;
	-webkit-box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
}

.design{
	background: #EBF6EF;
/*	padding-bottom: 100px;*/
}
.design img{
	margin-top: 40%;
	-webkit-box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 25px -10px rgba(0,0,0,0.75);
}
.design ul{

}
.design ul li{
	font-family: 'neue';
    font-size: 14px;
    color: #37321f;
}

.people h2{
	padding-top: 0;
}
.people img{
	margin: 0px auto 100px;
	max-width: 300px;
	height: auto;
	display: block;
}

.projects{
	background: #fff;
}
.projects h2{
	padding-top: 100px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
.projects h2:after{
	content: '';
	width: 300px;
	height: 1px;
	background: #818285;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.projects ul{
	padding-left: 30px;
}
.projects #industrial{
	margin-bottom: 100px;
}
.project-image{
	width: 100%;
	height: 300px;
	background-position: center center;
    background-size: cover;
    margin-bottom: 50px;
}


