/*body{
 background:url("../images/home2.jpg")no-repeat;
 }
 #wrapper{
 opacity:0.5
 }*/
.banner-section {
	background: url("../images/banner.png") no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 510px;
}
.banner-content {
	max-width: 493px;
	padding: 50px 0;
}
.logo-wrap {
	display: inline-block;
	margin-bottom: 60px;
	width: 200px;
}
.logo-wrap svg{
	width:100%;
	height:auto;
}
.dash {
	position: relative;
}
.dash:before {
	content: "";
	position: absolute;
	left: -100px;
	top: 8px;
	width: 43px;
	height: 2px;
	background-color: #a89b79;
	display: none;
}
h1.dash:before {
	top:27px;
}
/*YOUR OPPORTUNITY*/
.opportunity-section {
	background: url("../images/opportunity-bg.png") no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 680px;
	margin-top: -145px;
	padding-top: 160px;
}
.opportunity-wrap {
	max-width: 490px;
	padding-bottom: 90px;
}
.opportunity-wrap h2 {
	color: #242f4b;
	margin-bottom: 50px;
}
.opportunity-wrap p {
	color: #242f4b;
	font-size: 2rem;
	letter-spacing: 0.1px;
}
.workforce {
	margin-bottom: 32px;
	font-weight: 600;
	font-family: 'Avenir Next Demi';
}
.challenges {
	font-weight: normal;
	font-family: 'Avenir Next';
}
/*Company*/
.company-section {
	background: url("../images/company-bg.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 870px;
	margin-top: -80px;
	padding-top: 10px;
	position: relative;
	clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
}
.company-head {
	padding-top: 120px;
	margin-bottom: 70px;
}
.company-head h2 {
	color: #fbfbfc;
	font-size: 1.7rem;
	margin-bottom: 26px;
}
.company-head p {
	color: #fafafb;
	font-size: 1.6rem;
	letter-spacing: 0.16px;
	font-weight: 600;
	font-family: 'Avenir Next Demi';
}
.company-wrap {
	padding-bottom: 50px;
}
.company-box {
	margin-bottom: 50px;
}
.gallery {
	margin-bottom: 40px;
}
.gallery img {
	display: block;
}
.company-box h3 {
	margin-bottom: 35px;
}
.company-box p {
	color: #f8f9fb;
	font-size: 1.8rem;
	opacity: 0.6;
	letter-spacing: 0.2px;
	font-weight: normal;
	font-family: 'Avenir Next';
}
/*INDUSTRY FOCUS*/
.industry-section {
	background: url("../images/industry-bg.png") no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 55px;
}
.industry-section .container {
	position: relative;
}
.industry-wrapper {
	margin-bottom: 30px;
}
.industry-wrapper h2 {
	font-weight: normal;
}
.industry-sec {
	display: flex;
	justify-content: flex-end;
	padding: 0 15px;
}
.industry-block {
	max-width: 717px;
}
.industry-list {

}
.industry-list li {
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0 50px;
}
.industry-list li:nth-child(1n) {
	background-color: #192134;
}
.industry-list li:nth-child(2n) {
	background-color: #242f4b;
}
.industry-list-2 li:nth-child(1n) {
	background-color: #242f4b;
}
.industry-list-2 li:nth-child(2n) {
	background-color: #192134;
}

/*.bg-Mirage{
 background-color: #192134;
 }
 .bunting-bg{
 background-color: #242f4b;
 }*/
.industry-list li em {
	display: inline-block;
	margin-bottom: 12px;
}
.industry-list li span {
	display: block;
	color: #f8f9fb;
	line-height: 1.14;
	font-size: 2rem;
	text-align: center;
	font-weight: 500;
	font-family: 'AvenirNextW10';
}
.industry-detail {
	text-align: center;
}
/*CONTACT*/
.contact-section {
	background: url("../images/contact-bg.png") no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: -170px;
	min-height: 620px;
}
.contact-detail {
	padding-top: 250px;
}
.contact-detail h2 {
	color: #f9fafd;
	font-weight: bold;
	margin-bottom: 60px;
}
.more-information {
	display: inline-block;
	color: #fbfbfb;
	margin-bottom: 23px;
	margin-left: -3px;
	letter-spacing: 1px;
	font-size: 2.8rem;
	font-weight: 200;
	font-family: 'Avenir Next Ultra';
}
.contact-mail {

}
.link {
	color: #f8f9fb;
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.7px;
	transition:all 0.3s ease;
	font-weight: 300;
	font-family: 'Brandon Grotesque';
}
.link:hover{
	color:#bcb295;
}
.link:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 20px;
	margin-right: 14px;
	vertical-align: sub;
	background: url("../images/mail-icn.png") no-repeat;
	-webkit-background-size: 18px 20px;
	background-size: 18px 20px;
}