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

/* COMMON */
body{
	font-size: 16px;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	margin: 0;
	color: #666;	
	word-break: break-word;	
	background-color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
a:link,
a:visited{
	color:#063b70;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #011a33;
}
.owl-carousel{
	touch-action: manipulation;
}
.s-arrow i.fa{	
	margin-left: 5px;
}
.mgt0{
	margin-top:0;
}
.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;
}
.sm-line{
	position: relative;
	display: block;
}
.mgt-bottom50{
	margin-bottom: 50px;
}
.mgt-bottom100{
	margin-bottom: 100px;
}
.text-lg{
	font-size: 24px;
	line-height: 30px;
}
.text-x-lg{
	font-size: 30px;
	line-height: 40px;
}
h2.section-title{
	font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    color: #282a2d;
    margin-bottom: 20px;
}
.sm-line:before{
	content: "";
	display: block;
	width: 50px;
	height: 5px;
	background-color: #fbbb30;
	position: absolute;
	top: 0;
}
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.separate{
	clear: both;
	height: 30px;
	position: relative;
	width: 100%;
	float: left;
	margin: 20px 0;
	text-align: center;
}
.separate:before,
.separate:after{
	content: "";
	display: block;	
	height: 1px;
	border-top: 1px solid #cfcfcf;
	position: absolute;
	top: 15px;
	width: 50%;
}
.separate:before{
	left: 0;
}
.separate:after{
	right: 0;
}
.separate span{
	display: inline-block;
	width: 28px;
	height: 30px;	
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.separate span:before,
.separate span:after{
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	border-left: 1px solid #cfcfcf;
	position: absolute;
	top: 0;
}
.separate span:before{
	left: 11px;	
}
.separate span:after{
	right: 11px;	
}
.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;
}
.back-link a{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.quote .img img{
	border-radius: 50%;
	max-width: 150px;
}
#wrap-content{
}
/* SLIDER */
.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
    margin: 0 3px;
}
/* HEADER */
#header-bar{	
	position: relative;
    z-index: 1000;
	height: 95px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	border-bottom: 1px solid transparent;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.0);
}
#header-bar.fixed{
	background-color: rgba(0,0,0,0.85);
	height: 77px;
}
#header-bar.fixed .company-logo{
	top: 12px;
}
#header-bar.fixed .company-logo img{
	max-height: 55px;
}
#header-bar.fixed #top-menu .navbar-nav>li>a{	
	padding: 30px 15px;
	height: 77px;
}
#header-bar .company-logo{
	position: absolute;
	top: 15px;
	display: block;	
}
#header-bar .company-logo img{
	max-height: 100px;
}
#top-menu{
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 3;	
}
#top-menu .dropdown.open,
#top-menu .dropdown.hover,
#top-menu .dropdown.hover a{
	background-color: rgba(0,0,0,0.9);
}
#top-menu .navbar-nav>li>a{
	font-size: 14px;	
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;	
	padding: 10px 15px;
	height: 45px;
	line-height: 25px;
	box-sizing: border-box;
	position: relative;
}
#top-menu .nav .open>a,
#top-menu .nav .open>a:hover,
#top-menu .navbar-nav>li>a:hover{
	background-color: rgba(0,0,0,0);
	color: #eee;
}
#header-bar.fixed #top-menu{
	top: 0;
}
#header-bar.fixed #top-menu .nav .open>a,
#header-bar.fixed #top-menu .nav .open>a:hover,
#header-bar.fixed #top-menu .navbar-nav>li>a:hover{
	background-color: rgba(0,0,0,0.9);
}
#header-bar.fixed #top-menu .dropdown-menu{
	top: 77px;
}
#top-menu .nav .open>a:focus,
#top-menu .navbar-nav>li>a:focus{
	background-color: transparent;
}
#top-menu .dropdown-menu{
	padding: 0;
	margin: 0;	
	left: 0;
	top: 45px;
	right: auto;
	border: 0;
	border-radius: 0;
	min-width: 227px;
	background-color: rgba(0,0,0,0.9);
}
#top-menu .dropdown-menu a{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	padding: 10px 12px;
}
#top-menu .dropdown-menu li{
	border-bottom: 1px solid #333;
}
#top-menu .dropdown-menu li:last-child{
	border-bottom: 0;
}
#top-menu .dropdown-menu a:hover,
#top-menu .dropdown-menu a:focus{
	background-color: #222;
	color: #f8f8f8;
}

/* FOOTER */
#footer-bar{	
	padding: 10px 0 30px 0;
	font-size: 16px;
	color: #acacac;
	line-height: 20px;
	width: 100%;
	min-height: 95px;
	box-sizing: border-box;
}
#footer-bar.bdt{
	border-top: 1px solid #ebebeb;
}
#footer-bar .row>div{
	padding-top: 20px;
}
#footer-bar a{
	color: #545454;
	font-weight: 600;
}

/* BANNER */
.banner{
	background-color: #666;
	min-height: 500px;
	position: relative;
}
.banner.homepage{
	min-height: auto;
}
.banner .container{
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
.banner .line{
	width: 295px;
	height: 10px;
	margin: 25px 0;
	background-color: #fff;	
	clear: both;
}
.banner h1{
	color: #fff;
	font-weight: 800;
	font-size: 60px;
	line-height: 50px;
}
.banner h3{
	color: #fff;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
}
.banner .slogan{
	color: #f2ffaa;
	font-size: 60px;
	font-weight: 700;
	line-height: 65px;
	margin-top: 50px;
	margin-bottom: 60px;
}
.banner .slogan.sm{
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 24px;
}
.banner .desc{
	color: #fff;	
	font-size: 21px;
	font-weight: 400;
	line-height: 28px;
}
.banner div.img>img{
	width: 100%;
	max-width: 100%;
}
.banner.img{
	min-height: 100px;
}
.banner.img .container{
	bottom: 20%;
}
.banner.contact-us{
	background-image: url(../images/banner/contact-us.jpg);
	min-height: 327px;
}
.banner.contact-us .container{
	bottom: 30px;
}
.banner.news{
	background-image: url(../images/banner/news.jpg);
	min-height: 327px;
}
.banner.news .container{
	bottom: 30px;
}
.banner.news-detail{
	background-image: url(../images/banner/news-detail.jpg);
}
.banner.our-team{
	background-image: url(../images/banner/our-team.jpg);
}
.banner.our-team.detail .container{
	bottom: 250px;
}
.banner.our-team .slogan{
	color: #7ce0ff;
}
.banner.about-us{
	background-image: url(../images/banner/about-us.jpg);
}
.banner.investments{
	background-image: url(../images/banner/investments.jpg);
	min-height: 327px;
}
.banner.investments .slogan{
	color: #01fecb;
}
.banner.our-members{
	background-image: url(../images/banner/members.jpg);
}
.banner.our-members .slogan{
	color: #84d8ff;
}
.banner.help-you-grow{
	background-image: url(../images/banner/help-you-grow.jpg);
}
.banner.help-you-grow .line{
	width: 340px;
}
#home-carousel {
	box-sizing: border-box;
	height:100%;
}
#home-carousel .item {
	height:100%;
    /*height:100vh;*/
	position: relative;
}
#home-carousel .item .container {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
}
#home-carousel .owl-dots{
	position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}
#home-carousel .item .info h1,
#home-carousel .item .info h3{
	margin: 0;
	padding: 0;
}
#home-carousel .item .info h1{
	color: #fff;
	font-size: 44px;
	line-height: 60px;
	font-weight:500;
	font-variant-caps: small-caps;
	margin-bottom: 100px;
}
#home-carousel .item .info h3{
	color: #fff;
	font-weight: 800;
	font-size: 40px;
	line-height: 35px;
}
#home-carousel .item .links{
	margin-top: 50px;
}
#home-carousel .item .links a{	
	padding: 25px 40px;
	display: inline-block;
	min-width: 390px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	border: 1px solid #426486;
	background-color: #023361;
	position: relative;
}
#home-carousel .item .links a:before{
	content:"";
	display:block;
	width: 84px;
	height: 1px;
	background-color:#023360;
	position:absolute;
	top: -1px;	
	left: 50%;
	margin-left: -42px;
}
#home-carousel .item .links a .fa{
	position: absolute;
	top: -20px;
    left: 50%;
	margin-left: -20px;
	font-size: 40px;
}
#home-carousel .item .links a:last-child{
	margin-left: 20px;
}
#home-carousel .item .links a:hover{
	border: 1px solid #fff;
	background-color: #011a34;
}
#home-carousel .item .links a:hover:before{
	background-color: #011933;
}

/* FEATURE NEWS */
#feature-news{
	border-top: 2px solid #fff;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
#feature-news .item{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	min-height: 400px;
	padding: 0;
	background-color: rgba(248, 149, 52, 1);
}
#feature-news .item .date{
	position: absolute;
    bottom: 30px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
	padding-top: 20px;
}
#feature-news .item a{
	position: absolute;
	padding: 30px;
	color: #fff;
	display: block;		
	height: 100%;
	font-size: 30px;
    line-height: 30px;
    font-weight: 800;
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
#feature-news .item:hover{
	background-color: rgba(204, 204, 204, 1);
}
#feature-news .item:hover .sm-line:before{
	background-color: #fff;
}
#feature-news .item.img:hover{
	background-color: transparent;
}
#feature-news .item.img a:hover{
	background-color: rgba(248, 149, 52, 0.7);
}
#feature-news .item .sm-line:before{
	background-color: #fff;
}
#feature-news .item:hover .sm-line:before{
	background-color: #fff;
}
#feature-news .item:hover a{
	color: #fff;
}

/* FEATURE PORFOLIO */
#feature-porfolio{
	padding: 0 40px;
	margin-bottom: 70px;
	position: relative;
	background: url(../images/bg-prior.png) 0 0 repeat-x;
}
#feature-porfolio .item {
	text-align: center;
}
#feature-porfolio .item img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}
#feature-porfolio .logo-items{
	text-align: center;
	margin:30px 0;
}
#feature-porfolio .logo-items .item{
	box-sizing: border-box;
	display: inline-block;
	margin: 20px 0;
}
#feature-porfolio .goto{
	margin-bottom: 0 !important;
}
#feature-porfolio #feature-porfolio-nav{
	position: absolute;
	height: 0;
	top: 50%;
	left: 10px;
	right: 10px;
	z-index: 100;
}
#feature-porfolio-nav{
	left: 0px;
	right: 0px;
	margin-top: -20px;
}
#feature-porfolio #feature-porfolio-nav .disabled{
	opacity:0.3;
}
#feature-porfolio #feature-porfolio-nav.owl-nav>div{
	display:block;
	width: 30px;
	height: 40px;
	cursor:pointer;
	text-indent:-9999px;
	overflow: hidden;
}
#feature-porfolio #feature-porfolio-nav .owl-prev{
	float:left;
	background: url(../images/btn-back.png) no-repeat left center;
}
#feature-porfolio #feature-porfolio-nav .owl-next{
	float: right;
	background: url(../images/btn-next.png) no-repeat right 0;
}

/* HOME PAGE */
#home-page .short-desc{
	font-size: 16px;
}
#home-page h2.section-title{
	margin-bottom: 10px;
	margin-top: 10px;
}
#home-page #about-us{
	margin-top: 0px;
	background-color: #f4f4f4;
	position: relative;
	min-height: 400px;	
}
#home-page #about-us .eq{
	padding-bottom: 60px;
	padding-top: 20px;
}
#home-page #about-us h3{
	color: #333;
	font-weight: 700;
	font-size: 16px;
}
#home-page #about-us h2.section-title{
	font-size: 24px;
}
#home-page #about-us:before{	
	content:"";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	bottom: 0;
	right: 50%;
	background-color: #fbfbfb;
}
#home-page #about-us h2.section-title{
	margin-top: 70px;
	margin-bottom: 50px;
}
#home-page #about-us .col-fia{
	float: left;
    position: absolute;
    left: 50%;
	bottom: 0;
	top: 0;
	right: 0;
}
#home-page #about-us .col-fia .links{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#home-page #about-us .col-fia .links a{
	display: block;
	float: left;
	box-sizing: border-box;
	width: 50%;
	background-color: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	padding: 35px 20px 35px 35px;	
}
#home-page #about-us .col-fia .links a .fa{
	font-size: 40px;
	margin-bottom: 10px;
}
#home-page #about-us .col-fia .links a+a{
	border-left: 1px solid rgba(255,255,255,0.15);
	background-color: #333;
}
#home-page #about-us .col-fia .links a:hover{
	background-color: #063b70;
}
#home-page #about-us .content{
	width: 100%;
	float: left;
	margin: 0 auto;
	font-weight: 300;	
}
#home-page #about-us .content.au{
	padding-right: 30px;
}
#home-page #about-us .content.fia{
	padding-left: 30px;
}
#home-page #about-us .content.fia{
	padding-left: 30px;
}

#home-page #about-us .content .goto{
	display: inline-block;
	margin-top: 30px;
}
#home-page #about-us .content .goto+.goto{
	margin-left: 30px;
}
#home-page #about-us .content p{
	font-weight: 500;
}
#home-page .goto{
	margin-top: 15px;
	margin-bottom: 40px;
}
#home-page .goto a{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 800;	
	color: #000;
}
#home-page .goto a:hover{
	color: #666;
}
#home-page #feature-porfolio{
	padding: 0;
}
#home-page #feature-logos{
	margin-top: 50px;
	margin-bottom: 50px;
}
#home-page #feature-news{
	margin-bottom: 30px;
}
#home-page #prior-experience{
	padding-top: 200px;
}
#home-page #prior-experience.frt{
	padding-top: 80px;
}
#home-page #prior-experience.bg{
	background: url(../images/bg-prior.png) 0 130px repeat-x;
}
#home-page #prior-experience.last{
	margin-bottom: 100px;
}
#home-page #prior-experience .logo-items{
	margin-top: 30px;
}
#home-page #prior-experience .logo-items .item{
	float: left;
	width: 20%;
	text-align: center;
}
#home-page #prior-experience .logo-items.inline{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
#home-page  #prior-experience .logo-items.inline .item{
	float: none !important;
	display: inline-block !important;
}

#home-page #prior-experience .logo-items .item.inline{
	float: none;
	display: inline-block;
}
#home-page #prior-experience .logo-items .item a .img{
	border: 1px solid transparent;
	display: block;
}
#home-page #prior-experience .logo-items .item a .img img{
	max-width: 70%;
}
#home-page #prior-experience .logo-items .item a:hover .img{
	border: 1px solid #b8b8b8;
}
#home-page #prior-experience .logo-items .item a:hover .info{
	visibility: visible;
}

#home-page #prior-experience .logo-items .item a:hover .info span{
	font-size: 12px;
	color: #3498db;
	text-transform: uppercase;
}


#home-page #prior-experience .logo-items .item .info{
	text-align: left;
	color: #282a2d;
	font-weight: 700;
	font-size: 20px;
	margin-top: 15px;
	visibility: hidden;
}
#home-page #prior-experience .logo-items .item .info .addr{
	font-size: 12px;
	line-height: 17px;
	font-weight: 500;
	color: #a4a4a4;
}
#home-page .numbers{
	margin: 100px 0;
}
#home-page .numbers>div{
	margin: 20px 0;
	text-align: center;
}
#home-page .numbers h2{
	font-size: 60px;
	font-weight: 700;
	line-height: 80px;
	margin-top: 0;
	margin-bottom: 0;
	color: #000;
}
#home-page .numbers .text{
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}
#home-page .numbers .s1 h2{
	color: #59a81c;
}
#home-page .numbers .s2 h2{
	color: #d04076;
}
#home-page .numbers .s3 h2{
	color: #de9c0a;
}
#home-page .numbers .s4 h2{
	color: #ee582a;
}
#recent-news{
	padding-top: 70px;
	padding-bottom: 20px;
	background-color: #282a2d;
}
#recent-news .more-news{
	margin-top: 25px;
	margin-bottom: 25px;
}
#recent-news h2.section-title{
	color: #fff;
	margin-bottom: 50px;
}
#recent-news .goto a{
	color: #fff;
}
#recent-news .goto a:hover{
	color: #e0e0e0;
}
#recent-news .content{
	background-color: #fff;	
	padding-bottom: 15px;
}
#recent-news .content .img{
	position: relative;
}
#recent-news .content .goto{
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 0;
	margin-top: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
#recent-news .content .goto{
	padding: 20px 20px;
	background-color: #282a2d;
	display: inline-block;
}
#recent-news .content .goto:hover{
	background-color: #111;
}
#recent-news .content h4{
	margin-bottom: 5px;
}
#recent-news .content.feature h4{
	margin-bottom: 14px;
}
#recent-news .content h4 a{
	color: #282a2d;
	font-size: 16px;
	font-weight: 600;	
}
#recent-news .content.feature h4 a{
	font-size: 22px;
}
#recent-news .content h4 a:hover{
	color: #666;
}
#recent-news .content img{
	width: 100%;
}
#recent-news .sm-items .row{
	margin-bottom: 30px;
}
#recent-news .content .info{
	padding: 10px 20px 0 20px;
}
#recent-news .content .info .time{
	color: #939393;
	font-weight: 500;
	font-size: 14px;
}
#recent-news .content .info .desc{
	margin-top: 20px;
	color: #929292;
	font-weight: 500;
}

/* CONTACT US */
#contact-us-page h2{
	font-size: 17px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
	color: #000;
	margin-top: 0;
	margin-bottom: 40px;
}
#contact-us-page form .form-control.error {
    border: 1px solid #de0d0d;
}
#contact-us-page .alert{
	font-size: 13px;
    padding: 7px 15px;
    border-radius: 0;
}

/* ABOUT US */
#about-us-page{
	margin-bottom: 100px;
}
#about-us-page .text-x-lg{	
	font-weight: 600;
	color: #000;
}
#about-us-page{
	font-weight: 600;
	color: #666;
	line-height: 30px;
}
#about-us-page .quoto{
	background-image: url(../images/banner/about-us-sa.jpg);
    padding: 100px 0;
    color: #fff;
}
#about-us-page .quoto .text{
	font-size: 35px;
	font-weight: 700;
	line-height: 45px;
	margin: 0 auto;
	margin-bottom: 30px;
	width: 80%;	
}
#about-us-page .quoto .name{
	font-size: 28px;
	font-weight: 100;
	margin: 0 auto;
}
#about-us-page h2{
	text-transform: uppercase;
	font-weight: 800;
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
}
#about-us-page h2.section-title{
	font-size: 30px;
	color: #282a2d;
	margin-bottom: 50px;
}
#about-us-page h3{
	color: #000;
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
}
#about-us-page h4{
	color: #000;
	font-weight: 700;
	font-size: 22px;
	margin-top: 40px;
}
#about-us-page h4.mgt0{
	margin-top: 0;
}
#about-us-page ul{
	list-style: square;
	padding: 0 0 0 25px;
	margin: 0;
}
/* OUR TEAM */
#our-team-page{
	margin-bottom: 70px;
}
#our-team-page .item {
    margin: 40px 0;
}
#our-team-page .item .img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: block;
}
#our-team-page .item img{
	width: 100%;	
    filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
#our-team-page .item .img a{
	padding: 0;
}
#our-team-page .item:hover img{
	filter: none;
	-webkit-filter: none;
}
#our-team-page .item .name{
    font-weight: 300;
    color: #000;
	padding-top: 15px;
	font-size: 22px;
    line-height: 30px;
    font-weight: 800;
}
#our-team-page .item .name a{
	color: #000;
}
#our-team-page .item .position{
	display: block;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
	color: #999;
}
/* OUR TEAM DETAIL */
#our-team-page.detail{
	margin-top: -230px;
}
#our-team-page.detail .img img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	width: 82%;
	max-width: 100%;
}
#our-team-page.detail .name{
	color: #7ce0ff;
	font-weight: 700;
	font-size: 50px;
	line-height: 40px;
	margin-top: 50px;
}
#our-team-page.detail .position{
	color: #fff;
	font-size: 30px;
	margin-top: 30px;
}
#our-team-page.detail .detail{
	margin-top: 160px;
}
#our-team-page.detail .detail p{
	margin-bottom: 30px;
	line-height: 30px;
}
#our-team-page.detail .detail p:last-child{
	margin-bottom: 0;
}
#our-team-page.detail .info{
	margin-top: 40px;
}
#our-team-page.detail .info,
#our-team-page.detail .info a{
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
#our-team-page.detail ul{
	padding-left: 20px;
	list-style: square;
}
#our-team-page.detail .detail ul{
	padding-left: 40px;
}
#our-team-page.detail .detail ul li{
	margin-bottom: 7px;
}
#our-team-page.detail .info ul li,
#our-team-page.detail .info ul li a{
	font-weight: 400 !important;
	font-size: 14px !important;	
}
#our-team-page.detail .info .line{
	background-color: #ffffff;
	height: 3px;
	margin-top: 78px;
	margin-bottom: 24px;
}
#our-team-page.detail .info .line>span{
	display: inline-block;
	background-color: #fff;
	padding-right: 10px;
	position: relative;
	font-size: 40px;
	top: -25px;	
	color: #dce2ea;
}

/* MEMBERS */
#our-members-page{
	margin-bottom: 70px;
}
#our-members-page .quoto{
	background-image: url(../images/banner/members-sa.jpg);
    padding: 80px 0;
    color: #fff;
}
#our-members-page .quoto .text{
	font-size: 40px;
	font-weight: 300;
	margin-top: 50px;
}
#our-members-page .quoto .name{
	font-size: 55px;
	font-weight: 700;
	line-height: 55px;
	margin-top: 20px;
}
#our-members-page #feature-porfolio{
	margin-bottom: 30px;	
}
#our-members-page #feature-porfolio .logo-items{
	margin-top: 0;
}
#our-members-page #feature-porfolio .logo-items .item{
	cursor: pointer;
}
#our-members-page .map .desc{
	text-transform: uppercase;
	margin-top: 40px;
	color: #282a2d;
	font-size: 20px;
}
#our-members-page .map img{
	max-width: 100%;
}
#our-members-page .text-x-lg{
	color: #000;
	font-weight: 700;
}
#our-members-page .txt{
	font-weight: 600;
}
#our-members-page .txt h3{
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 50px;
}
#our-members-page .txt p{
	line-height: 28px;
}
#our-members-page .statistic{	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
    justify-content: center;
}
#our-members-page .statistic > div{
	padding: 5px 15px;
	min-width: 15%;
}
#our-members-page .statistic .num{
	font-size: 85px;
	font-weight: 700;
	min-height: 60px;
	text-transform: uppercase;
}
#our-members-page .statistic .s2{
	min-width: 10%;
}
#our-members-page .statistic .s1 .num{
	color:#97dc40;
}
#our-members-page .statistic .s2 .num{
	color:#30d1fe;	
}
#our-members-page .statistic .s3 .num{
	color:#fb159d;
}
#our-members-page .statistic .s4 .num{
	color:#fbbb30;
}
#our-members-page .statistic .s5 .num{
	color:#ee582a;
}
#our-members-page .statistic .desc{
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}
#our-members-page .map{
	width: 100%;
	float: left;
}
#our-members-page .map .img{
	position: relative;
	z-index: 0;
}
#our-members-page .map #view-map{
	background-color: #eee;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
#our-members-page .map #view-map .close-map{
	color: #fff;
	background: #000;
	padding: 5px 10px;
    font-size: 20px;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;	
	float: right;
	position: relative;
	top: -34px;
	
}
#our-members-page .map #view-map .map-item{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
	z-index: 1;
}
#our-members-page .map .map-info{
	padding: 0 20px;
	margin-top: 40px;
}
#our-members-page .map .map-info h2{
	font-weight: 800;
	color: #282a2d;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#our-members-page .map .map-info .description{
	margin-top: 20px;
}
#our-members-page .map .map-info .website{
	margin-top: 20px;
}
#our-members-page .map .map-info .website a{
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    color: #000;
}
/* NEWS */
#news-page{
	margin-bottom: 70px;
}
#news-page #recent-news{
	background-color: #e1e1e1;
	padding-bottom: 100px;
	position: relative;
}
#news-page #recent-news .header-title,
#news-page #recent-news .more-news{
	display: none;
}
#news-page #recent-news:after{
	content:"";
	position: absolute;
	display: block;
	left: 50%;	
	bottom: 0;
	width: 50%;
	height: 50px;
	background-color: #fff;
}
#news-page .listing-news{
	margin-top: -65px;
	padding-top: 15px;
}
#news-page ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#news-page ul.years{
	width: 100%;
	float: left;
	display: block;	
	background-color: #fff;
	padding: 25px 15px;
	margin-bottom: 30px;
}
#news-page ul.years li{
	float: left;	
}
#news-page ul.items li{
	margin-bottom: 30px;
	padding-left: 20px;
}
#news-page ul.items li a{
	color: #000;
	font-weight: 800;
}
#news-page ul.items li a:hover{
	color: #000;
}
#news-page ul.items li .date{
	font-weight: 500;
	color: #51514a;
}
#news-page ul.items li .title{
	padding-left: 30px;
}
#news-page ul.years a{
	display: block;
	font-weight: 600;	
	font-size: 18px;
	padding: 5px 15px;
	color: #000;
}
#news-page ul.years a.active,
#news-page ul.years a:hover{
	color: #666;
}
#news-page.detail p{
	text-align: justify;
}
#news-page.detail img{
	max-width: 100%;
}
#news-page.detail a{
	color: #000;
	font-weight: 600;
}
#news-page.detail h1.title{
	font-weight: 900;
	color: #000;
	margin-bottom: 35px;
}
#news-page.detail h3.title{
	color: #ff9900;
	font-weight: 800;
	margin-top: 45px;
	margin-bottom: 20px;
}
#news-page.detail p.sub-header{
	margin-bottom: 30px;
}
#news-page .images-slide{
	margin: 40px 0;
	position: relative;
}
#news-page .images-slide img{
	width: 100%;
}
#news-page .images-slide .view-slide-show{
	position: absolute;
	left: 20px;
	bottom: 10px;
	display: none;
}
#news-page .images-slide .view-slide-show a{
	color: #ff9900;
	font-weight: 800;
}
#news-page.detail .date.sm-line{
	min-height: 50px;
	margin-bottom: 30px;
}
#news-page.detail .date.sm-line:before{
	top: auto;
	bottom: 0;
}
#news-page .news-content{
	width: 75%;
	float: none;
	margin: 0 auto;
}
/* INVESMENTS */
#investments-page{
	margin-bottom: 70px;
}
#investments-page .img{
	text-align: center;
}
#investments-page .img img{
	max-width: 100%;
}
#investments-page .logo-items .item .info{
	text-align: left;
    color: #282a2d;
    font-weight: 700;
    font-size: 20px;
    margin-top: 15px;
    visibility: hidden;
}
#investments-page .logo-items .item .info .addr{
	font-size: 14px;
    font-weight: 500;
    color: #a4a4a4;
}
#investments-page .logo-items .item a .img {
    border: 1px solid transparent;
    display: block;
}
#investments-page .logo-items .item a:hover .img{
	border: 1px solid #b8b8b8;
}
#investments-page .logo-items .item a:hover .info{
	visibility: visible;
}

/* CONTACT US */
#contact-us-page .map{	
	margin-top: 70px;
}
#contact-us-page a:hover{
	color: #666 !important;
}
#contact-us-page .form-control{
	box-shadow: none;
	border-radius: 0;
	border: 0;
	background-color: #f6f6f6;
	padding: 25px 20px;
	font-weight: 600;
}
#contact-us-page .content .sub-title{
	color: #000;
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 25px;
	font-weight: 700;
}
#contact-us-page .content .addr{
	font-weight: 600;
}
#contact-us-page .content .location .fa{
	color: #000;
	font-size: 20px;
}
#contact-us-page .content .location .lc{
	border-bottom: 1px solid #000;
	margin-right: 5px;
}
#contact-us-page .content .location a{
	color: #000;
}
#contact-us-page .content .sub-info{
	margin-top: 30px;
	color: #000;
}
#contact-us-page .content .sub-info a{
	font-weight: 600;
	color: #000;
}
#contact-us-page form button{
	border-radius: 0;
	border: 0;
	background-color: #282a2d;
	font-weight: 600;
	font-size: 18px;
	padding: 18px 30px;
}
/* INVESMENTS */
#investments-page #home-page #prior-experience {
    padding-top: 0;
    background: none;
}
#investments-page #prior-experience .logo-items{
	margin-top: 0;
}
#investments-page.detail .img img{
	max-width: 100%;
}
#investments-page.detail .info h2{
	color: #282a2d;
	font-weight: 800;
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 50px;
}
#investments-page.detail .info p{
	margin-bottom: 30px;
	line-height: 30px;
}
#investments-page.detail .info .sub-info{
	font-weight: 600;
	margin-bottom: 50px;
	color: #000;
}
#investments-page.detail .info .sub-info span{
	color: #a4a4a4;
	display: inline-block;
	min-width: 100px;
}
#investments-page.detail .info .sub-info a{
	color: #000;
}
#investments-page.detail .info .sub-info a:hover{
	color: #666;
}

/* HELP YOU GROW */
#help-you-grow-page{
	margin-bottom: 100px;
	font-weight: 600;
    color: #666;
    line-height: 30px;
}
#help-you-grow-page h2.title{
	text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    color: #000;
    margin-bottom: 20px;
}
#help-you-grow-page .quoto {
    background-image: url(../images/banner/help-you-grow-sa.jpg);
    padding: 100px 0;
    color: #fff;
}
#help-you-grow-page .quoto h2{
	font-size: 40px;
    font-weight: 700;
	margin: 0 auto 20px auto;;
}
#help-you-grow-page .quoto .text {
    font-size: 35px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 80%;
}
#help-you-grow-page .quoto .name {
    font-size: 28px;
    font-weight: 100;
    margin: 0 auto;
}

/* MAPS */
.gm-style .gm-style-iw-c{
	border-radius: 0;
    text-align: left;
    line-height: 20px;
}