@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	outline: none;
}
body.bodyfixed {
	width: 100% !important;
	height: 100% !important;
	overflow: hidden !important;
}
img {
	max-width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-family:"neuzeit-grotesk";
}
body , html{
	overflow-X: hidden;
}
body { 
    margin:0px;
    padding:0px; 
	font-family:"neuzeit-grotesk";
 }
 h2.main-title {
	font-family: "neuzeit-grotesk", sans-serif;
	font-size:38px;
	line-height:48px;
	color: #121209;
	font-weight: 500;

}
p {
	font-family: "neuzeit-grotesk", sans-serif;
	color: #121209;
	font-size: 24px;
	line-height:36px;
	font-weight: 300;
}
.clearfix {
	clear: both;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;

}
a:hover {
	text-decoration: none;
}
.custom-container{
	margin: 0 auto;
	width: 100%;
	max-width: 1177px;
	height: auto;

}
header{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 999;
	padding: 40px 0px;
}
header .header-content{
	padding:0px 100px;
}

header .header-content .logo-sec{
	float: left;
	max-width:180px;
}
header .header-content .nav-sec{
	float: right;
	padding-right:270px;
}
header .header-content .nav-sec li{
	display: inline-block;
	margin-left:50px; 
}
header .header-content .nav-sec li a{
	font-size: 24px;
	line-height: 82px;
	color: #b3b2b2;
	font-weight: 400;
}
header .header-content .nav-sec li a:hover{
	color: #fff;
}
header .header-content .nav-sec li .active{
	color: #fff;
}
.banner-outer{
	width: 100%;
	height:100vh;
	background-size: cover;
}
.banner-outer .banner-sec{
	width: 100%;
	height: auto;
	padding:260px 100px 0px 100px;
}
.banner-outer .banner-sec .banner-inner{
	width:100%;
	padding-left:270px;
	padding-right:270px;
}
.banner-outer .banner-sec .banner-content{
	width: 100%;
	max-width:587px;

}
.banner-outer .banner-sec .banner-content h1{
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	background: url(../images/line.png) left top no-repeat;
	padding-top: 40px;
	font-weight: 300;
}
.banner-outer .banner-sec .banner-content h2{
	font-size: 36px;
	line-height: 48px;
	color: #fff;
	padding-top: 80px;
}
.banner-outer .scroll{
	position: absolute;
	left: 150px;
	bottom: 150px;
	color: #fff;
}
.banner-outer .scroll h3{
	font-size: 20px;
	color: #fff;
	background: url(../images/scroll.png) left center no-repeat;
	padding-left:20px;

}
.investment-sec{
	width: 100%;
	height:auto;
	padding:130px 0px 130px 0px;
}
.investment-sec .invest-left{
	float: left;
	width: 100%;
	max-width: 382px;
}
.investment-sec .invest-left h2{
	background: url(../images/line1.png) top left no-repeat;
	padding-top: 40px;
}
.investment-sec .invest-right{
	float: right;
	width: calc(100% - 382px);
	padding-left:110px;
	padding-top: 40px;
}
.investment-sec .invest-right p{
	padding-bottom: 20px;
	font-weight: 300;

}
footer{
	padding:0px 100px;
	width: 100%;
	height:auto;
}
footer .footer-sec{
	width: 100%;
	height: auto;
	padding-top:60px;
	padding-bottom:20px;
	background: #121309;
}
footer .footer-sec .footer-content{
	text-align: center;
}
footer .footer-sec .footer-content ul{
	padding: 40px 0px;
}
footer .footer-sec .footer-content ul li{
	margin-left: 40px;
	display: inline-block;

}
footer .footer-sec .footer-content ul li a{
	font-size: 24px;
	line-height: 50px;
	color: #b3b2b2;
	font-weight: 300;
}
footer .footer-sec .footer-content ul li a.active{
	color:#fff;
}
footer .footer-sec .footer-content ul li a:hover{
	color: #fff;
} 
footer .footer-sec .footer-bottom{
	border-top: 1px solid #b3b2b2;
	padding-top:40px;

}
footer .footer-sec .footer-bottom p{
	font-size: 16px;
	color: #b3b2b2;
}
footer .footer-sec .footer-bottom p a{
	color: #b3b2b2;
}
footer .footer-sec .footer-bottom p a:hover{
	text-decoration: underline;
}
footer .footer-sec .footer-bottom .footer-bottom-left{
	float: left;
}
footer .footer-sec .footer-bottom .footer-bottom-right{
	float: right;
}
.mob-menu{
	position:fixed;
	width:100%;
	height:100vh;
	z-index:999;
	background:#121209;
	display:none;
}
.menu-toggle{
	position:absolute;
	width:50px;
	height:50px;
	color:#fff;
	right:20px;
	top:60px;
	display:none;
	cursor:pointer;
}
.mob-menu .menu-nav{
	padding:260px 100px 0px 100px;
}
.mob-menu .menu-nav li a{
	font-size: 30px;
	line-height: 60px;
	color: #b3b2b2;
	font-weight: 500;
}
.mob-menu .menu-nav li a:hover{
	color:#fff;
}
.mob-menu .menu-nav li .active{
	color:#fff;
}
	
	
	
	
/*about*/
.banner-outer.about-page{
	height:900px;
}
.about-sec{
	width:100%;
	height:auto;
	padding:130px 0px;
}
.about-sec p{
	background:url(../images/about-line.png) left top no-repeat;
	padding-top:60px;
}
.about-sec .map-sec{
	padding-top:40px;
}
/*invest-sec*/
.banner-outer.invest-sec{
	height:900px;
	position:absolute;
}
.invest-content{
	width:100%;
	height:auto;
	padding-top:260px;
	padding-bottom:80px;
	position:relative;
}
.invest-content h1{
	font-size:30px;
	line-height:38px;
	color:#fff;
	background:url(../images/line.png) left top no-repeat;
	padding-top:40px;
}
.invest-content .portfolio{
	padding-top:100px;
	position:relative;
	z-index:1;
}
.invest-content .portfolio h3{
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	padding-bottom: 50px;
}
.invest-content .portfolio ul{
	margin-left:-15px;
	margin-right:-15px;
}
.invest-content .portfolio ul li{
	display:inline-block;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:30px;
	width:calc(33.3% - 34px);
}
/*contact us*/
.banner-outer.contact-page{
	height:900px;
	margin-bottom:180px;
}
.banner-outer.contact-page .contact-sec{
	width:100%;
	padding-top:260px;
}
.banner-outer.contact-page .contact-sec .contact-left{
	float: left;
	width: 100%;
	max-width: 500px;
	padding-right:40px;
}
.banner-outer.contact-page .contact-sec .contact-left h1{
	font-size:30px;
	line-height:38px;
	color:#fff;
	background:url(../images/line.png) left top no-repeat;
	padding-top:40px;

}
.banner-outer.contact-page .contact-sec .contact-left h2{
	color: #fff;
	padding-top: 100px;
	padding-bottom: 30px;
}
.banner-outer.contact-page .contact-sec .contact-left p{
	color: #fff;
}
.banner-outer.contact-page .contact-sec .contact-left p a{
	color: #fff;
	text-decoration: underline;
}
.banner-outer.contact-page .contact-sec .contact-left p a:hover{
	text-decoration: none;
}
.banner-outer.contact-page .contact-sec .contact-right{
	float: right;
	width:calc(100% - 520px);
	background: #fff;
	padding: 40px 30px 0px 30px;
	margin-top:193px;
	min-height: 449px;
	position: relative;
	margin-bottom: 170px;


}
.banner-outer.contact-page .contact-sec .contact-right p input[type='text']{
	width: 100%;
	height: 62px;
	line-height: 60px;
	border: none;
	background: none;
	border: 1px solid #b3b2b2;
	text-indent: 20px;
	font-weight:300;
}
.banner-outer.contact-page .contact-sec .contact-right p input[type='email']{
	width: 100%;
	height: 62px;
	line-height: 60px;
	border: none;
	background: none;
	border: 1px solid #b3b2b2;
	text-indent: 20px;
	font-weight:300;
}
.banner-outer.contact-page .contact-sec .contact-right p textarea{
	width: 100%;
	height:130px;
	line-height: 60px;
	border: none;
	background: none;
	border: 1px solid #b3b2b2;
	text-indent: 20px;
	font-weight:300;	
}
::placeholder{
    font-size: 22px;
	color:#121209;
}
.banner-outer.contact-page .contact-sec .contact-right p input[type='submit']{
	position: absolute;
	width:285px;
	height: 62px;
	line-height: 60px;
	border: none;
	background: none;
	border: 1px solid #b3b2b2;
	right: 33px;
    bottom: -66px;
	background:#121209;
	font-size: 22px;
	color: #fff; 
	font-weight: 500;
	border: none;
	z-index: 1;
	cursor: pointer;

}
.banner-outer.contact-page .contact-sec .contact-right p input[type='submit']:hover{
	background:#ded7d7;
	color:#121209;
}