/* Industry Header */

.industryHeader {
	min-height: 600px;
	padding-top: 300px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
  color: #000000;	
}

.style__dark .industryHeader {
  color: #fff;	
}


.industryHeader-title {
	font-size: 30px;	
	font-weight: normal;	
	line-height: 35px;	
	text-align: center;	
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.industryHeader-title:after {
	display: block;
	content: '';
	width: 77px;
	height: 3px;
	background: #000;
	margin: 30px auto 117px auto;
}

.style__dark .industryHeader-title:after {
  	background: #fff;
}

.industryHeader-quote {
	font-size: 30px;
	line-height: 35px;
	font-weight: 300;
	padding: 50px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 0 120px 0;
}

.style__dark .industryHeader-quote {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}


/*====================================================== Mobile Version ===========================================*/

@media ( max-width: 840px ) {
   
  .industryHeader {
    padding-top: 30vw;
    min-height: 100px;
  }
  
  .industryHeader-title:after {
    width: 44px;
    margin: 30px auto 102px auto;
  }  
  
  .industryHeader-quote  {
  	font-size: 18px;
    line-height: 24px;
    padding: 28px 0;
    margin-bottom: 80px;
  }
  
  .industryQuote-content  {
  	display: block;
    position: relative;
    padding-bottom: 0 !important;
  } 
  
  .industryQuote-author {
  	padding-right: 100px;
  }
  
  .industryQuote-logo   {
  	position: absolute;
    bottom: 0;
    right: 0;
    width: 100px !important;
    padding: 0 0 20px 10px;
  }
  
  .industryQuote-logo  img {
  	max-width: 100%;
    height: auto;
  }  
}


