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

/* COMMON */
html {
	position: relative;
	min-height: 100%;
}
body{
	font-size: 19px;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-weight: 400;
	line-height: 32px;
	padding: 0 0 130px 0;
	margin: 0;
	color: #666;	
	word-break: break-word;	
	background-color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
a:link,
a:visited{
	color:#ff9933;
	text-decoration:none;
	outline: none;
}
a:hover{
	color: #de7d1c;
}
select {
	background-image: url(../img/frontend/ico-arrow-down.png) !important;
	background-position: right 10px center;
	background-repeat: no-repeat;
	padding-right:35px !important;
	position:relative; 
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance:none;
	outline:none;
	&::-ms-expand {	display: none; }
	&:active {}
}
select::-ms-expand{
	display: none;
}
.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;
}
.mgt-bottom100{
	margin-bottom: 100px;
}
.text-lg{
	font-size: 24px;
	line-height: 28px;
}
.text-x-lg{
	font-size: 28px;
	line-height: 36px;
}
.justify{
	text-align: justify;
}
h2.section-title{
	font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.pagination>li>a, 
.pagination>li>span{
	color: #999;
	border-radius: 0 !important;
}
.pagination>.active>span,
.pagination>.active>span:hover{
	background-color: #f57d20;
	border-color: #999;
}
.navbar-toggle{
	margin-right: 0;
	margin-top: 20px;
	border: 0px solid #999;
    border-radius: 0;
	padding: 6px 5px;
}
.navbar-toggle .icon-bar{
	background-color: #999;
}
.back-link a{
	font-family: 'Lato', arial, tahoma, sans-serif;
    font-size: 17px;
    font-weight: 600;
	background: url(../img/frontend/ico-arrow-left.png) transparent no-repeat left center;
	background-size: auto 10px;
	padding-left: 15px;
}
.line-logo {
    background: url(../img/frontend/ico-global.png) no-repeat center center;
    height: 39px;
    margin-bottom: 30px;    
}
.line-logo:after {
    content: "";
    display: block;
    position: relative;
    border-top: 1px solid #999;
    left: 0;
    right: 0;
    top: 19px;
    z-index: -1;
}
.btn-yellow{
	background-color: #f59320;
	border-radius: 4px;
	color: #fff !important;
	font-size: 17px;
	font-weight: 600;
}
.img img{
	width: 100%;
}
.img.map img{
	width: auto;
	max-width: 100%;
}
.page-desc{
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 50px;
}
.page-desc h2{
	font-family: 'Lato', arial, tahoma, sans-serif;
	font-size: 45px;
	font-weight: 300;
	color: #f57d20;
	margin: 0 0 20px 0;
}
.page-desc p{
	padding: 0 7%;
}
h2.head-line{
	font-family: 'Lato', arial, tahoma, sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #f57d20;
	margin: 50px 0;
}
h2.head-line span{
	position: relative;
	display: inline-block;
	height: 70px;
}
h2.head-line span:after{
	content: "";
	height: 4px;
	width: 60%;
	background-color: #f57d20;
	margin: 20px auto 0 auto;
    display: block;
}
.testimonial{
	text-align: center;
}
.testimonial.hl{
	border-top: 1px solid #ccc;
	padding-top: 70px;
}
.testimonial p{
	color: #f57d20;
	font-weight: 300;
	font-size: 40px;
	line-height: 55px;
	padding: 5%;
}
.testimonial .name{
	color: #999;
	font-style: italic;
	line-height: 25px;
	font-size: 17px;
}
.testimonial img{
	max-width: 100%;
}
#wrap-content{
	width: 100%;
	margin-top: -25px;
}
/* HEADER */
#header-bar{	
	position: fixed;	
    z-index: 1000;
	left: 0;
	right: 0;
	top: 0px;	
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.95);
	-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;
}
#header-bar>div{
	height: 93px;
}
#header-bar.fixed{
	top: 0;
	background-color: rgba(255,255,255,0.9);
}
#header-bar.fixed>div{
	height: 61px;
}
#header-bar.fixed .company-logo{
	top: 10px;
}
#header-bar.fixed .company-logo img {
    max-height: 45px;
}
#header-bar.fixed #top-menu .navbar-nav>li>a{
	padding: 20px 11px;
	height: 61px;
}
#header-bar.fixed #top-menu .dropdown-menu{
	top: 61px;
}
#header-bar>div.line{
	height: 0px;
	background-color: #f57d20;
	border-top: 1px solid #ebebeb;
}
#header-bar .company-logo{
	position: absolute;
	top: 17px;
	display: block;	
}
#header-bar .company-logo img{
	max-height: 67px;
}
#top-menu{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;	
}
#top-menu .dropdown:hover > .dropdown-menu {
    display: block;
}
#top-menu .dropdown.open,
#top-menu .dropdown.hover,
#top-menu .dropdown.hover a{
	background-color: rgba(0,0,0,1);
	color: #fff !important;
}
#top-menu .navbar-nav>li>a{
	font-family: 'Lato', arial, tahoma, sans-serif;
	font-size: 16px;	
	font-weight: 900;
	color: #e36000;
	text-transform: uppercase;	
	padding: 40px 11px;
	height: 93px;
	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(77,77,77,1);
	color: #fff;
}
#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: 93px;
	right: auto;
	border: 0;
	border-radius: 0;
	min-width: 227px;
	background-color: rgba(245,125,32,1);
}
#top-menu .dropdown-menu a{
	font-family: 'Lato', arial, tahoma, sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 12px;
}
#top-menu .dropdown-menu li{
	border-bottom: 1px solid #666;
}
#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(245,125,32,1);
	color: #fff;
}

/* FOOTER */
#footer-bar {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem 0;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	background-color: rgba(0,0,0,0.74);
}
#footer-bar  a{
	color: #fff;
}
#footer-bar .social{
	text-align: right;
}
#footer-bar .social a .fa{	
	display: inline-block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	position: relative;
	background-color: #9c9c9c;
	color: #000;
	border-radius: 3px;
	margin-left: 5px;
}

/* BANNER */
#banner{
	background-color: #fff;
	min-height: 350px;
	position: relative;
	margin-bottom: 70px;
}
#banner.page-not-found{
	background-image: url(../img/frontend/contact/bg-banner.jpg);
	min-height: 400px;
}
#banner.contact-us{
	background-image: url(../img/frontend/banner-contact.jpg);
}
#banner.experience{
	background-image: url(../img/frontend/experience/bg-banner.jpg);
}
#banner.services{
	background-image: url(../img/frontend/banner-services.jpg);
}
#banner.firm-overview{
	background-image: url(../img/frontend/banner-overview.jpg);
}
#banner.unique-characteristics{
	background-image: url(../img/frontend/banner-overview.jpg);
}
#banner.team{
	background-image: url(../img/frontend/banner-our-team.jpg);
}
#banner.team.detail{
	background-image: url(../img/frontend/team/bg-banner-detail.jpg);
	margin-bottom: 25px;
}
#banner.team.detail.partner{
	background-image: url(../img/frontend/team/bg-banner-detail-partner.jpg);
	margin-bottom: 25px;
}
#banner.assignments{
	background-image: url(../img/frontend/assignments/bg-banner.jpg);
}
#banner.retained-fees-options{
	background-image: url(../img/frontend/banner-retained-fee-option.jpg);
}
#banner.execution-process{
	background-image: url(../img/frontend/banner-process.jpg);
}
#banner h1{
	text-align: center;
	font-weight: 400;
	font-size: 45px;
	color: #fff;
	position: absolute;
	top: 60%;
	left: 0;
	right: 0;
}
#banner h1 span{
	position: relative;
    display: inline-block;
    height: 90px;
}
#banner h1 span:after {
    content: "";
    height: 0px;
    width: 55%;
	max-width: 200px;
    background-color: rgba(245,125,32,0.8);
    margin: 10px auto 0 auto;
    display: block;
}
#feature-porfolio{
	padding: 0 40px;
	position: relative;
	margin-bottom: 70px;
}
#feature-porfolio #feature-porfolio-nav {
    position: absolute;
    height: 0;
    top: 50%;
    left: 5px;
    right: 5px;
    margin-top: -20px;
    z-index: 100;
}
#feature-porfolio #feature-porfolio-nav.owl-nav>div {
    display: block;
    width: 25px;
    height: 40px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}
#feature-porfolio-nav .owl-prev {
    background: url(../img/frontend/ico-arrow-left.png) transparent no-repeat center center !important;
	float: left;
}
#feature-porfolio-nav .owl-next {
    background: url(../img/frontend/ico-arrow-right.png) transparent no-repeat center center !important;
	float: right;
}
#feature-porfolio #feature-porfolio-nav .disabled {
    opacity: 0.5;
}
/* HOMEPAGE */
#homepage .homepage-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    color: #fff;
	background: url(../img/frontend/home/bg-map.png) transparent no-repeat right 0;
}
#homepage .item a{
	box-sizing: border-box;	
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	line-height: 20px;
	background-color: rgba(245,124,32,0.75);
	padding: 20px;
	display: block;
}
#homepage .item a:hover{
	background-color: rgba(0,0,0,0.8);
}
#homepage #text-slide{
	font-size: 116px;
	font-weight: 700;
	margin-top: 30px;
	margin-bottom: 50px;
}
#homepage div.desc h3{
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;	
	position: relative;
}
#homepage div.desc h3.l3{
	font-size: 28px;
	text-align: right;
	text-transform: none;
	font-weight: 700;
}
#homepage .blocks{
	margin-top: 40px;
}

/* EXPERIENCE */
#experience-page{}
#experience-page .img{
	width: 100%;	
	text-align: center;
	border-bottom: solid 1px #ebebeb;
    border-right: solid 1px #ebebeb;
    border-radius: 10px;
    padding: 15px;
}
#experience-page .logos>div{
	margin-bottom: 30px;
}
#experience-page #feature-porfolio{
	margin-bottom: 0;
}
#experience-page .other-testimonial{
	margin-top: 50px;
}
#experience-page .other-testimonial .testimonial{
	margin-bottom: 20px;
	text-align: left;
	border-top: 1px solid #999;
}
#experience-page .other-testimonial .testimonial:last-child{
	margin-bottom: 0;
}
#experience-page .other-testimonial .testimonial{
	padding-top: 20px;
	margin-top: 20px;
}
#experience-page .other-testimonial .testimonial p{
	padding: 0;
	color: #000;
	font-size: 20px;
	line-height: 30px;
	text-align: justify;
}
#experience-page .other-testimonial .testimonial .name{
	font-weight: 700;
	color: #333;
	font-style: normal;
	margin-left: 55px;
}
/* OVERVIEW */
#overview-page{}
#overview-page .map{
	margin: 50px 0;
}
#overview-page .text-x-lg{
	color: #999;
}
#overview-page .desc{
	color: #666;
	font-size: 21px;
	line-height: 30px;
	font-weight: 400;
}

/* TEAM */
#team-page .item {
    margin: 25px 0;
}
#team-page h2.team-name {
	font-family: 'Lato', arial, tahoma, sans-serif;
    font-size: 45px;
    font-weight: 300;
    color: #f57d20;
    margin: 0 0 30px 0
}
#team-page .item  .name {
    font-size: 18px;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 0px;
}
#team-page .item .position{
	line-height: 20px;
	font-size: 16px;
}
#team-page.detail .content .name{
	color: #4d4d4d;	
	font-weight: 700;
	font-size: 40px;
	margin-top: 0;	
}
#team-page.detail .position{
	color: #4d4d4d;	
	font-size: 24px;
	font-weight: 400;
	margin-top: 0;
}
#team-page.detail .socials{
	position: relative;
	padding-top: 25px;
	margin-top: 60px;
	margin-bottom: 50px;
}
#team-page.detail .socials:before{
	content: "";
	height: 4px;
	width: 130px;
	background-color: #f57d20;	
	margin-left: 0;
    display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -3px;
}
#team-page.detail .socials a{
	color: #666;
	font-size: 24px;
	margin-right: 15px;
}
#team-page.detail .socials a:last-child{
	margin-right: 0;
}
#team-page.detail .socials a span{
	font-size: 16px;
	font-weight: 600;
	margin-left: 5px;
}
#team-page.detail .socials a.web span{
	color: #f57d20;
}
#team-page.detail #main-content{
	margin-top: 70px;
}
#team-page ul{
	list-style: square;
	margin-top: 20px;
	margin-bottom: 20px;
}
#team-page span {
	text-align: center;
}

/* CONTACT */
#contact-us-page{
	font-family: 'Lato', arial, tahoma, sans-serif;
}
#contact-us-page .info{	
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	color: #333;
}
#contact-us-page .info h3{	
	position: relative;
	text-transform: uppercase;	
	font-size: 20px;
	font-weight: 900;
	margin-top: 50px;
	margin-bottom: 30px;
}
#contact-us-page .info h3:first-child{
	margin-top: 0;
}
#contact-us-page .info h3:after{
	content: "";
	height: 10px;
	width: 60%;
	background-color: #f57d20;
	margin-top: 10px;
    display: block;
}
#contact-us-page .desc{
	margin-top: 50px;
	margin-bottom: 15px;
	font-weight: 500;
	color: #666;
	font-size: 18px;
}
#contact-us-page ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#contact-us-page li{
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 5px;
	margin-right: 15px;
}
#contact-us-page li:after{
	content: "";
	height: 14px;
	width: 14px;
	border-radius: 50%;
	background-color: #f57d20;	
	margin-left: 20px;
    display: inline-block;
	position: relative;
	top: -2px;
}
#contact-us-page li:last-child:after{
	display: none;
}
#contact-us-page .btn-yellow{
	margin-top: 10px;
}

/* SERVICES */
#services-page .short-info{
	margin: 30px 0 50px 0;
}
#services-page .info h3{	
	position: relative;
	color: #000;
	font-size: 20px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 10px;
}
#services-page .info ul{
	font-weight: 700;
	margin: 0;
	padding: 0;
	list-style: none;
}
#services-page .info ul li{
	position: relative;
	margin-bottom: 5px;	
	padding-left: 20px;
}
#services-page .info ul li:before{
	content: "";
	height: 6px;
	width: 6px;
	background-color: #f57d20;	
	margin-left: 0;
    display: inline-block;
	position: absolute;
	top: 11px;
	left: 0;
}
#services-page .head-line{
	margin-top: 70px;
}

/* ASSIGNMENTS */
#assignments-page{
	font-weight: 300;
}
#assignments-page .filter{
	font-family: 'Lato', arial, tahoma, sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px solid #999;
	font-size: 23px;
	font-weight: 300;
}
#assignments-page .filter select{
	border-radius: 0;
	border: 4px solid #ccc;
	font-size: 24px;
	height: 55px;
	max-width: 200px;
	margin-bottom: 11px;
}
#assignments-page .filter span{
	display:inline-block;
	margin-right: 20px;
}
#assignments-page .filter span.show-all{
	padding:0 25px;
	border-bottom: 8px solid transparent;
	cursor: pointer;
	line-height: 57px;
	height: 68px;
	text-align: center;
}
#assignments-page .filter span.show-all.active{
	border-bottom: 8px solid #f57d20;
}
#assignments-page .sub-data span.lb{
	font-weight: 700;
	color: #000;
}
#assignments-page .sub-data span.position{
	margin-right: 70px;
}
#assignments-page .empty-data{
	margin-top: 70px;
}
#assignments-page .members{
	margin-top: 90px;
}
#assignments-page .members .item{
	border-bottom: 1px solid #999;
	padding-bottom: 50px;
	margin-top: 50px;
}
#assignments-page .members .item:first-child{
	margin-top: 0;
}
#assignments-page .members .item:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
#assignments-page .members .item h2{
	margin: 0 0 15px 0;
	font-weight: 600;
	font-size: 28px;
}
#assignments-page .members .item .detail{
	margin-top: 20px;
}
#assignments-page.detail .back-link{
	margin-bottom: 40px;
	margin-top: -20px;
}
#assignments-page.detail h2{
	margin: 0 0 50px 0;
	font-weight: 700;
	font-size: 32px;
	color: #000;
}
#assignments-page.detail .item{
	position: relative;
	padding-left: 200px;
	margin-bottom: 15px;
}
#assignments-page.detail .item>div{
	float: left;
}
#assignments-page.detail .item>div.lb{
	position: absolute;
	font-weight: 700;
	width: 170px;
	left: 0;
	top: 0;
	color: #000;
}
#assignments-page.detail .apply{
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #999;
}
#assignments-page .pagination{
	margin-top: 30px;
}

/* UNIQUE CHARACTERISTICS */
#unique-characteristics-page ul{
	margin: 0;
    padding: 0;
	list-style: none;
}
#unique-characteristics-page h3 {
    position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 10px;
}
#unique-characteristics-page ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
#unique-characteristics-page ul li:before {
    content: "";
    height: 6px;
    width: 6px;
    background-color: #666;
    margin-left: 0;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 0;
}
#unique-characteristics-page .mt{
	margin-top: 30px;
}

#execution-process-page h3{
	position: relative;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    margin-top: 20px;
	margin-left: 20px;
}
#execution-process-page .mt{
	margin-top: 30px;
}
#execution-process-page .item{
	padding-left: 75px;
	position: relative;
	margin-bottom: 60px;
}
#execution-process-page .item.nomb{
	margin-bottom: 0;
}
#execution-process-page .bub{
	border-radius: 50%;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: #f57d20;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	position: absolute;
	left: 10px;
	top: -23px;
	padding-top:10px;
}
#execution-process-page .rig{
	border-left: 7px solid #f57d20;
	min-height: 100px;
}
#execution-process-page li.arrow{
	color: #000;
	list-style: none;
	font-weight: 700;
	margin-left: -20px;
}
#execution-process-page .img-35w{
	background: url(../img/frontend/execution-process/img-35w.png) no-repeat 10px 0;
}
#execution-process-page .img-23w{
	background: url(../img/frontend/execution-process/img-23w.png) no-repeat 10px 0;
}