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

/* COMMON */
html {
	position: relative;
	min-height: 100%;
}
body{
	font-size: 18px;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-weight: 400;
	line-height: 30px;
	padding: 0 0 130px 0;
	margin: 0;
	color: #010000;	
	word-break: break-word;	
	background-color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
a:link,
a:visited{
	color:#000;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #000;
}
select {
}
select::-ms-expand{
}
p {
    margin: 0 0 20px;
}
span.required{
	color: #E42C3E;
	font-size: 14px;
}
.form-control{
	border: 1px solid transparent;
	border-radius: 0;
	padding: 10px 12px;
	height: 50px;
	font-size: 18px;
	background-color: #f6f6f6;
	box-shadow: none !important;
	outline: none !important;
}
.form-control.error {
    border-color: #E42C3E;
    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;
}
.btn-success{
	text-align: center;
	background-color: #282a2d !important;
	color: #fff !important;
	border-radius: 0 !important;
	padding: 18px 20px 18px 20px;
	font-weight: 400;
	font-size: 18px;
	border: 0 !important;
	outline: none !important;
}
.btn-success.ico{
	padding-right: 5px;
}
.btn-success .fa{
	margin-left: 20px;
}
.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;
}
.sm-line{
	position: relative;
	display: block;
}
.mgt-bottom50{
	margin-bottom: 50px;
}
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.navbar-toggle{
	margin-right: 0;
	margin-top: 25px;
    border-radius: 0;
	padding: 6px 20px;
}
.navbar-toggle .icon-bar{
	/*background-color: rgba(34,54,87,1);*/
	background-color: rgba(255,255,255,1);
}
.img img{
	width: 100%;
}
h3.sub-title{
	font-size: 24px;
	font-weight: 800;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 35px 0;	
}
h3.long-desc{
	font-size: 20px;
	font-weight: 600;
	line-height: 35px;
	color: #000;
	margin: 0 0 100px 0;
	text-align: justify;
}
#main-content{
	padding-top: 120px;
}
/* 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: 100px;
	/*border-bottom: 1px solid rgba(255,255,255,0.5);*/
}
#header-bar.fixed{
	top: 0;
	height: 80px;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 25%);
}
#header-bar.fixed .navbar-toggle .icon-bar{
	background-color: rgba(34,54,87,1);
}
#header-bar.fixed .company-logo{
	top: 20px;
}
#header-bar.fixed .company-logo img.dark{
	display: block;
}
#header-bar.fixed .company-logo img.light{
	display: none;
}
#header-bar.fixed .company-logo img {
    max-height: 45px;
}
#header-bar.fixed #top-menu li{
	padding: 10px 20px;
}
#header-bar.fixed #top-menu .navbar-nav>li>a{
	color: rgba(34,54,87,1) !important;
}
#header-bar .company-logo{
	position: absolute;
	top: 25px;
	display: block;	
}
#header-bar .company-logo img{
	max-height: 67px;
}
#header-bar .company-logo img.dark{
	display: none;
}
#top-menu{
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 3;	
}
#top-menu .navbar-nav>li{
	padding: 20px 20px;
}
#top-menu .navbar-nav>li>a{
	font-size: 16px;	
	font-weight: 700;
	color: rgba(255,255,255,1) !important;
	text-transform: uppercase;	
	padding: 2px;
	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: transparent;
	color: rgba(255,255,255,1) !important;
}
#top-menu .nav .open>a:focus,
#top-menu .navbar-nav>li>a:focus{
	background-color: transparent;
	color: #000;
}

/* FOOTER */
#footer-bar{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 14px 0;
	line-height: 20px;
	font-size: 12px;
	color: #929292;	
	background-color: rgba(54,72,102,0.91);
}
#footer-bar  a{
	color: #929292;
	font-weight: 600;
}

/* BANNER */
#banner{
	background-color: #999;
	/*min-height: 700px;*/
	min-height: calc(100vh);
	position: relative;	
}
#banner.contact-us{
	background-image: url(../images/banners/contact-us.jpg);
	height: 335px;
	min-height: auto;
}
#banner.about-us{
	background-image: url(../images/banners/about-us.jpg);
}
#banner.our-strategies{
	background-image: url(../images/banners/our-strategies.jpg);
}
#banner.our-team{
	background-image: url(../images/banners/about-us.jpg);
}
#banner.our-team.detail{
	background-image: url(../images/banners/our-team.jpg);
	margin-bottom: 25px;
}
#banner .title{
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
}
#banner .title h1{	
	font-weight: 700;
	font-size: 54px;
}
#banner .title .desc{
	font-weight: 400;
	font-size: 28px;
	line-height: 1.4;
	margin: 40px auto 0 auto;
	width: 70%;
}

/* HOMEPAGE */
#homepage .homepage-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    color: #fff;
}
#homepage div.desc h1{
	font-size: 48px;
	font-weight: 700;
}
#homepage div.desc h3{
	font-size: 24px;
	font-weight: 700;
}
#homepage #footer{
	background-color: rgba(34,54,87,0.74);
}
/* ABOUT US PAGE */
#about-us-page .wrapper{
	background: url(../images/bg-map.png) no-repeat right bottom;
	padding-bottom: 150px;
}
#about-us-page p{
	font-weight: 400;
	color: #000;
}
#about-us-page p strong{
	color: #223657;
	font-size: 24px;
	font-weight: 600;
}
#about-us-page .b-line span{
	display: block;
	width: 35%;
	height: 6px;
	background-color: #223657;
}
#about-us-page .desc{
	padding-right: 50px;
}

/* OUR TEAM PAGE */
#our-team-page hr{
	margin: 70px 0;
	border-top-color: #999;
}
#our-team-page  h3{
	margin-bottom: 0;
}
#our-team-page .pos{
	font-weight: 600;
	color: #000;
	margin-bottom: 30px;
}
#our-team-page .item{
	font-weight: 300;
	color: #000;
}

/* CONTACT US PAGE */
#contact-us-page form>.row{	
	margin-bottom: 0px;
}
#contact-us-page form>.row:last-child{
	margin-top: 5px;
}
#contact-us-page form .alert {
    margin-bottom: 30px;
	font-size: 16px;
	padding: 10 15px;
}
#contact-us-page form .btn{
	min-width: 250px;
}
#contact-us-page h3.sub-title{
	margin-bottom: 0;
}
#contact-us-page .location{
	font-size: 18px;
	font-weight: 600;
}
#contact-us-page .addr{
	margin: 40px 0;
	color: #000;
}
#contact-us-page .addr .driving{
	color: #000;
}
#contact-us-page .addr .driving .fa{
	font-size: 20px;
	margin-right: 5px;
	border-bottom: 1px solid #000;
}
#contact-us-page .lnk>div{
	position: relative;
	padding-left: 75px;
}
#contact-us-page .lnk span{
	display: inline-block;
	min-width: 75px;
	position: absolute;
	top: 0;
	left: 0;
}
#contact-us-page textarea {
  resize: none;
}

/* STRATEGIES PAGE */
#our-strategies-page .wrapper{
	background: url(../images/bg-map.png) no-repeat right bottom;
	padding-bottom: 150px;
}
#our-strategies-page .desc{
	font-weight: 400;
}
#our-strategies-page #main-content ul{
	margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
}
#our-strategies-page #main-content ul li{
	position: relative;
    padding: 2px 0 2px 25px;
    line-height: 28px;
}
#our-strategies-page #main-content ul li:before{
	content: "";
    width: 10px;
    height: 10px;
    display: block;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

/* TEAM PAGE */
#our-team-page .items .item{
	margin-bottom: 130px;
	/*font-size: 24px;*/
	line-height: 1.4;
	font-weight: 400;
	text-align: justify;
}
#our-team-page .items .item:last-child{
	margin-bottom: 0;
}
#our-team-page .item img{
	margin-top: 6px;
}
#our-team-page .item .info{
	padding-left: 15px;
}
#our-team-page .item .name{
	font-weight: 800;
	font-size: 38px;
	line-height: 1.1;
}
#our-team-page .item .pos{
	font-weight: 700;
	margin-top: 10px;
}
#our-team-page .contact span{
	margin-right: 50px;
	font-weight: 600;
	display: inline-block;
}
#our-team-page .contact span:last-child{
	margin-right: 0;
}