@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Roboto:100,200,300,300italic,400italic,600italic,400,500,600,700,800,900");

/* COMMON */
html {
	min-height: 100%;
	height: 100%;
    width: 100%;
}
body{
	font-size: 16px;
	font-family: 'Roboto', arial, tahoma, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	padding: 0;
	margin: 0;
	color: #000;	
	word-break: break-word;	
	background-color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
body{
	min-height: 100%;
	position: relative;	
}
body.fixed {
    margin-top: 80px;
}
a:link,
a:visited{
	color:#002864;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #000;
}
select {
}
select::-ms-expand{
}
p {
    margin: 0 0 20px;
}
p.privacy-left {
    text-align: left;
    font-size: .85em;
}
p.privacy-left span {
    font-size: 1.2em;
    font-weight: 600;
}
span.required{
	color: #E42C3E;
	font-size: 14px;
}
.form-control{
	border-radius: 0;
	padding: 10px 12px;
	height: 45px;
	font-size: 18px;
}
.form-control.error {
    border-color: #E42C3E !important;
    z-index: 1;
}
.form-group>label{
	font-weight: 400;
	color: #333;
}
input[type=checkbox], 
input[type=radio]{
	margin-top: 8px;
}
.checkbox label, 
.radio label{
	font-weight: 300;
}
.btn{
	border: 0;
}
.alert{
	border-radius: 0;
	font-size: 18px;
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}
.preloader .box {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 5px;
}
.preloader .cssload-speeding-wheel{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
.mgt30{
	margin-top: 30px;
}
.mgt40{
	margin-top: 40px;
}
.mgt50{
	margin-top: 50px;
}
.mgt60{
	margin-top: 60px;
}
.mgt70{
	margin-top: 70px;
}
.mgt80{
	margin-top: 80px;
}
.mgt90{
	margin-top: 90px;
}
.mgt100{
	margin-top: 100px;
}
.sm-line{
	position: relative;
	display: block;
}
.justify{
	text-align: justify;
}
.bg-cover{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.i-down{
    display: inline-block;
    background: url(../images/arrow-down.png) no-repeat center center;
    background-size: 54px auto;
    width: 54px;
    height: 32px;
}
.scroll-down:hover{
	-webkit-animation:hoverArrow .5s;
    animation:hoverArrow .5s;
}
.navbar-toggle{
	margin-right: 0;
	margin-top: 20px;
	border: 0px solid #999;
    border-radius: 0;
	padding: 6px 5px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.img img{
	width: 80%;
}
.img.map img{
	width: auto;
	max-width: 100%;
}
.page-desc{
	font-size: 28px;
	font-weight: 600;
	margin-top: 0;	
}
.page-desc+.desc{
	font-weight: 300;
	font-size: 25px;
	line-height: 1.3;
	margin: 35px auto 0 auto;	
	color: #9c855a;
	text-align: center;
	max-width: 70%;
}
.page-desc+.desc.nmt{
	margin-top: 0;
}
.modal-backdrop{
	background-color: rgba(12,24,44,1);
}
.modal-backdrop.in{
	opacity: 0.87;
}
/*
body.modal-open{
	padding-right: 0 !important;
	padding-left: 0 !important;
}
*/
.modal .modal-dialog{
	width: 100%;
	max-width: 1140px;	
}
.modal .modal-header{
	border-bottom-width: 0;
}
.modal .modal-header .close{
	font-size: 30px;
	margin-top: -6px;
	margin-right: -2px;
}
.modal .modal-content{
	border-radius: 0;
	box-shadow: none;
}
.modal .modal-body{
	padding: 40px;
}

/* HEADER */
#header-bar{	
	position: fixed;	
    z-index: 1000;
	left: 0;
	right: 0;
	top: 0;	
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	height: 90px;
}
#header-bar.fixed{
	top: 0;
	background-color: rgba(0,0,0,0.9);
}
#header-bar.fixed .company-logo{
	display: block;
}
#header-bar .company-logo{
	position: absolute;
	top: 25px;
	display: none;	
}
#header-bar .company-logo img{
	max-height: 46px;
}
#top-menu{
	position: absolute;
	top: 18px;
	right: 0;
	z-index: 3;	
}
#top-menu .dropdown:hover > .dropdown-menu {
    display: block;
	background-color: rgba(49,127,52,1);
}
#top-menu .dropdown.open,
#top-menu .dropdown.hover,
#top-menu .dropdown.hover a{
	color: rgba(35,221,118,1);
}
#top-menu .navbar-nav>li{
	padding: 0 15px;
}
#top-menu .navbar-nav>li>a{
	font-size: 16px;	
	font-weight: 600;
	color: #fff !important;
	text-transform: uppercase;
	box-sizing: border-box;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
#top-menu .nav .open>a,
#top-menu .nav .open>a:hover,
#top-menu .navbar-nav>li>a:hover{
	background-color: transparent;
	color: #fff !important;
}
#top-menu .nav .open>a:focus,
#top-menu .navbar-nav>li>a:focus{
	background-color: transparent;
	color: #000;
}
#top-menu .dropdown-menu{
	padding: 0;
	margin: 0;	
	left: 0;
	top: 66px;
	right: auto;
	border: 0;
	border-radius: 0;
	min-width: 227px;
	background-color: rgba(245,125,32,1);
}
#top-menu .dropdown-menu a{
	color: #fff !important;
	font-weight: 500;
	text-transform: uppercase;
	padding: 10px 12px;
}
#top-menu .dropdown-menu li{
	border-bottom: 1px solid #4d9952;
}
#top-menu .dropdown-menu li:last-child{
	border-bottom: 0;
}
#top-menu .dropdown-menu a:hover,
#top-menu .dropdown-menu a:focus{
	background-color: rgba(41,132,47,1);
	color: #fff;
}
#top-menu .navbar-nav>li.investor{
	display: none;
}
#top-menu .investor{
	text-align: right;	
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 15px;
}
#top-menu .investor>div{
	border-bottom: 1px solid #94a1ae;
}
#top-menu .investor a{
	color: #fff;
	font-size: 12px;
}
#top-menu .investor a .fa{
	font-size: 16px;
	margin-right: 5px;
}
#wrap-content{
	padding-top: 100px;
	padding-bottom: 100px;
}
.bg-page{
	background-image: url(../images/bg-page.png);
	background-size: 100% auto;
    background-position: top center;
}
/* FOOTER */
#footer-bar {
	position: absolute;
	right: 0;
	bottom: -1px;
	left: 0;
	padding: 10px 0 7px 0;
	line-height: 20px;
	font-size: 12px;
	color: #b7b6b6;
	background-color: rgba(0,0,0,0.34);
}
#footer-bar a{
	color: #fff;	
	font-weight: 600;
}
#footer-bar .copyright{
	position: relative;
	top: 3px;
}
#footer-bar .social{
	text-align: right;
}
#footer-bar .social a .fa{	
	display: inline-block;
	font-size: 15px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: relative;
	background-color: #9a845c;
	color: #44403a;
	border-radius: 2px;	
}

/* BANNER */
#banner{
	background-color: #fff;	
	min-height: 400px;
	position: relative;
	display: flex;
	align-items: center;
}
#banner.about-us{
	background-image: url(../images/b-about-us.jpg);
}
#banner.our-team{
	background-image: url(../images/b-our-team.jpg);
}
#banner.strategy{
	background-image: url(../images/b-strategy.jpg);
}
#banner .container {    
	text-align: center;
	color: #fff;
	padding: 100px;
/*	background-color: rgb(0 38 74 / 50%); */
}
#banner h2{
	font-size: 60px;
	font-weight: 300;
}
#banner h2+.desc{
	font-size: 22px;
	font-weight: 500;
	margin-top: 50px;
	line-height: 1.5;
}
.banner.parallax{
	overflow: hidden; 
	position: relative; 
	background-attachment: fixed;
}
.ios .banner.parallax{
	background-attachment: scroll;
}

/* HOMEPAGE */
#homepage{
	width: 100%;	
	text-align: center;
	min-height: 780px;
}
#homepage .homepage-content{
    position: relative;    
    color: #fff;
	z-index: 2;
	margin-top: 80px;
}
#homepage .main-img{
	margin-top: 150px;
	margin-bottom: 100px;	
}
#homepage .main-img img{
	width: auto;
	max-width: 65%;
	margin-left: auto;
	margin-right: auto;
}
#home-carousel .item{
	min-height: 780px;
	display: flex;
	align-items: center;
}
#homepage #text-slide{
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4;
	text-align: center;
	/* text-shadow: 1px 1px rgba(0,0,0,0.3); */
}
#homepage #text-slide .title{
	font-size: 48px;
	font-weight: 300;
}
#homepage .slide{
	position: relative;
}
#homepage .desc{
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;	
	max-width: 90%;
	margin: 5px auto 0 auto;
	padding-bottom: 100px;
	/*text-shadow: 1px 1px rgba(0,0,0,0.3);*/
}
#homepage .home-video-banner {    
    overflow: hidden;
    position: absolute;
    height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
#homepage .vimeo_player_wrapper:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,20,40,0.45);
    z-index: 1;
    display: block;
    top: 0;
}
#homepage .bg-media__video{
	border: 2px solid red;
	position: absolute;
    box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
}

/* ABOUT */
#about-us{
	background-size: 100% auto;
}
#about-us #wrap-content{
	font-size: 18px;
}
#about-us #wrap-content .line{
	height: 5px;
	max-width: 225px;
	background-color: #9c855a;
	margin-bottom: 12px;
}
#about-us hr{
	border-top-color: #9c855a;
}
#about-us .desc .text{
	font-weight: 600;
	font-size: 20px;
	margin: 60px 0 30px 0;
}
#about-us a.btn{
	background-color: #9c855a;
	color: #fff;
	font-weight: 500;
	min-width: 180px;
	font-size: 16px;
}
#about-us #wrap-content .items .item{
	margin-bottom: 40px;
}
#about-us #wrap-content .item .sub-title{
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	padding-right: 0px;
}

/* CONTACT */
#contact-us{
	background-image: url(../images/b-contact.jpg);
	background-position: center 0px;
}
#contact-us .g-recaptcha{
	margin-bottom: 20px;
}
#contact-us .desc{
	font-size: 18px;
	color: #000;
	font-weight: 400;
	margin-top: 50px;
	margin-bottom: 70px;
}
#contact-us .desc a{
	color: #000;
	font-weight: 700;
}
#contact-us #bm-contac-us{
	margin-bottom: 280px;
}
#contact-us hr{
	border-top-color: #9c855a;
	margin-top: 0;
}
#contact-us #wrap-content{
	padding-top: 0;
	padding-bottom: 150px;
}
#contact-us #contact-us-page{
	color: #fff;
}
#contact-us #contact-us-page .row.ct{
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#contact-us #contact-us-page .sub-header{
	height: 6px;
	max-width: 215px;
	background-color: #9c855a;
	margin-bottom: 20px;
}
#contact-us #contact-us-page .info .content{
	margin-top: 11px;
}
#contact-us #contact-us-page p{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.3;
}
#contact-us #contact-us-page p a:link {
  color: #ffffff;
}
#contact-us #contact-us-page p a:visited {
  color: #ffffff;
}
#contact-us #contact-us-page p a:hover {
  color: #ffffff;
}
#contact-us #contact-us-page p a:active {
  color: #ffffff;
}
#contact-us #contact-us-page h3{
	font-size: 60px;
	font-weight: 300;
	line-height: 2;
	margin-top: 0;
	margin-bottom: 30px;
}
#contact-us #contact-us-page .form-control{
	box-shadow: none;
	outline: none;
	background-color: rgba(217,217,217,0.84);
	color: #000;
	margin-bottom: 5px;
	border-color: transparent;
}
#contact-us #contact-us-page button{
	outline: none;
	background-color: #9c855a;
	color: #fff;	
	font-weight: 700;
	font-size: 16px;
	padding-left: 35px;
	padding-right: 35px;
	height: 38px;
	border-radius: 6px;
}
#contact-us ::-webkit-input-placeholder {
    color: #000 !important;
  }
#contact-us  :-moz-placeholder {
    color: #000 !important;    
  }
#contact-us  ::-moz-placeholder {
    color: #000 !important;   
}
#contact-us  :-ms-input-placeholder {
    color: #000 !important;
}

/* TEAM */
#our-team{
	background-size: 100% auto;
}
#our-team #wrap-content{
	font-size: 18px;
	line-height: 1.3;
}
#our-team .item{
    margin-bottom: 100px;
	padding-bottom: 10px;
}
#our-team .item:last-child{
	background: transparent;
	margin-bottom: 0;
	padding-bottom: 0;
}
#our-team .item .content{
	padding-left: 70px;
}
#our-team .item .name{
    font-weight: 300;
    color: #9a845c;
    font-size: 32px;    
    font-weight: 600;
	line-height: 1.2;
}
#our-team .item .position {
    display: block;
    font-size: 20px;
    font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
}
#our-team .item .text {
    margin-top: 25px;
	line-height: 1.5;
}
#our-team .social{
	margin-top: -5px;
}
#our-team .social a.linkedin{
    background-color: #9a845c;
    padding: 2px 5px;
    border-radius: 2px;
    color: #000;
	font-size: 20px;
	color: #fff;
}
#our-team .item .img{
	margin-top: 8px;
}

/* STRATEGY */
#strategy{
	background-size: 100% auto;
}
#strategy #wrap-content{
	font-size: 18px;
	line-height: 1.3;
	padding-top: 0;
}
#strategy #wrap-content .box-bg{
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #f8f8f8;
}
#strategy #wrap-content .line{
	height: 5px;
	max-width: 215px;
	background-color: #9c855a;	
}
#strategy #wrap-content .content h3{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 600;
}
#strategy #wrap-content .cirs .item:first-child .content{
	padding-right: 35px;
}
#strategy #wrap-content .cirs .item:last-child .content{
	padding-left: 35px;
}
#strategy .text{
	font-weight: 300;
	line-height: 1.4;
}

/* PRIVACY MODAL */
#privacyModal .main-logo img{
	max-height: 75px;
}