body {
	background-color: #cccccc;
}

.page-wrap{
	max-width: 1400px; 
	margin: 0 auto;
	position: relative;
}

.content-wrap{
	
	max-width: 1400px;
	margin: 0 auto;
	padding: 30px;
	
}

nav{
	
	width: 100%;
	min-height: 70px;
	background-color: transparent;

	
}

#nav{
	
	width: 70%;
	background-color:#999;
	position: fixed;
	top:0px;
	left:-70%;
	
	padding: 80px 20px 50px 0px;
	
	height: 100vh;
	
	z-index: 99;

}

#nav-open{
	padding:22px 10px;
	font-size: 31px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
}

#nav-close{
	padding:22px;
	font-size: 31px;
	color: #0d0f13;
	cursor: pointer;
}




.nav-icon{
	
	text-align: right;
}

#nav-close{
	position: absolute;
	top:0px;
	right:10px;
}

#nav ul {

width: 100%;	
	
	
}


#nav ul li{
	list-style: none;
	padding: 20px 0;
	
	
	
}


#nav ul li a{
	width: 90%;
	display: block;
	text-decoration: none;
	font-size: 23px;
	color: #000;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	line-height: 25px;

	
}

#nav ul li a:hover{
	
	color: #000;
	font-weight: 500;
	
}


.logo{
	text-align: center;
	padding: 20px 0 20px 0;
}

.logo img{
	height: 50px;

}

.language{
	text-align: right;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	padding: 0 10px;
}

.language:hover{
	text-decoration: none;
}

.socials{
	text-align: right;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
	padding: 20px 20px;
}

.socials a{
	color: #fff;
}

.socials a:hover{
	color: #aaa;
}

.socials span{
	display: inline-block;
	width: 0px;
}



.responsive{
	
	width: 100%;
}

#hero, #item1, #item2{
	background-color: #fff;
	min-height: 59vh;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 130vh;
	margin-bottom: 40px;
}

/*** custom item background pos ***/

#item1{
	background-color: #ddd;
	background-position: right top;
}

#item2{
	background-color: #ddd;
	background-position: right top;
}



.text1 h1 {
	padding-top: 90px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 200;
	font-size: 31px;
	color: #333;
	text-transform: ;
	
	
}

.text1 h2 {
	padding-top: 30px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 19px;
	color: #333;
	text-transform: ;
	letter-spacing: 1px;
	line-height: 31px;
	
}

.text1 h3 {
	padding-top: 20px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 27px;
}

.text1 span{
	color: #0d0f13; 
}


.text2 h1 {
	padding-top: 20px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 31px;
	color: #999;
	text-transform: uppercase;
	
}

.text2 h2 {
	padding-top: 30px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-size: 19px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 31px;
}

.text2 h3 {
	padding-top: 20px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 27px;
}

.text2 p{
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 19px;
	color: #999;
	line-height: 30px;
}

.text2 span{
	color: #0d0f13; 
}




#project{
	background-color: #ddd;
	min-height: 30vh;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 140vh;
	margin-bottom: 40px;
}

.noline, .noline:active, .noline:focus, .noline:hover{
	text-decoration: none;
}

.project h1 {
	padding-top: 30px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	
}

.project h2 {
	padding-top: 10px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 23px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 31px;
}

.project h3 {
	padding-top: 2px;
	/* custom font*/ font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 21px;
}

.project span{
	color: #0d0f13; 
}

#contact{
	background-color: #555;
	margin-bottom: 100px;
	padding: 20px 0px 40px;
	color:#fff;
	text-transform: uppercase;
	font-family: 'Ubuntu', sans-serif;
}

#contact h1{
	font-size: 24px;
	padding: 20px 0;	
}

#contact span{
	color: #555555;
}

#contact a{
	color: #fff;
}

#contact a:hover{
	color: #aaaaaa;
	text-decoration: none;
}

.whatsapp, .whatsapp a,  .whatsapp a:hover{
	
	color:#4dbc2c;
	text-decoration: none;
	
}

.whatsapp h2{
	font-size: 25px;
	letter-spacing: 1px;
}

.fa-paper-plane{
	font-size: 100px;
	margin-left: 25px;
	padding:30px 0 10px 0;
}

.tos a{
	font-size: 70px;
	color: #fff;
	padding-left: 50px;
}

.tos a:hover{
	
	color: #aaa;
	
}

