.hr-button{
	background-color: #4aaee2 !important;
	border-color: #4aaee2 !important;
}

.badge {
    font-weight: 400;
}
.quick-search{
	width: 100%;
	background-image: url("../images/search-background.jpg");
    background-color: #666666;
    background-position: center center;
    height: 525px;
    position: relative;
    background-size: cover;
}

.quick-search-header-text{
	margin: 0px;
	font-size: 45px;
	padding-top: 180px;
	text-align: center;
	font-weight: 700;
}

.quick-search-l2-text{
	margin: 0px;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: 600;
}

.quick-search-holder{
  margin: auto;
  width: 50%;
  padding: 10px;
}

.qs-inputs{
	border-radius: 1px!important;
}

@media (max-width: 992px){
	.quick-search{
	    height: 390px;
	}

	.quick-search-header-text{
		margin: 0px;
		font-size: 35px;
		padding-top: 45px;
		text-align: center;
		font-weight: 700;
	}

	.quick-search-l2-text{
		margin: 0px;
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		font-weight: 600;
		padding-left: 40px;
		padding-right: 40px;
	}

	.quick-search-holder{
	  margin: auto;
	  width: 95%;
	  padding: 10px;
	}

	.qs-inputs{
		margin-bottom: 10px;
	}
}


.previous-work{
	width: 100%;
    background-color: #f1f1f1;
    background-position: center center;
    height: 450px;
}

.previous-work-header-text{
	margin: 0px;
	font-size: 45px;
	padding-top: 120px;
	text-align: center;
	font-weight: 700;
}

.previous-work-l2-text{
	margin: 0px;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: 600;
}

.previous-work-slider{
	margin: auto;
	width: 50%;
	padding: 10px;
	padding-left: 45px;
}



@media (max-width: 992px){
	.previous-work{
	    height: 360px;
	}
	.previous-work-header-text{
		margin: 0px;
		font-size: 35px;
		padding-top: 45px;
		text-align: center;
		font-weight: 700;
	}

	.previous-work-l2-text{
		margin: 0px;
		font-size: 16px;
		padding-top: 15px;
		padding-bottom: 15px;
		text-align: center;
		font-weight: 600;
		padding-left: 40px;
		padding-right: 40px;
	}
	.previous-work-slider{
		width: 95%;
		padding-left: 0px !important;
	}

}

.feature-about{
	width: 100%;
	background-image: url("../images/feature-background.jpg");
    background-color: #666666;
    background-position: center center;
    min-height: 500px;
    position: relative;
    background-size: cover;
}

.opacity-layer{
	background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature-about-overlay{
	width: 470px;
	margin-left: 14%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 45px;
	padding-top: 120px;
}

.feature-about-header-text{
	font-size: 26px;
	font-weight: 600;
	color: #bdbdbd;
	margin-bottom: 25px;
}

.feature-about-l2-text{
	font-size: 16px;
	font-weight: 600;
	color: #bdbdbd;
}

@media (max-width: 992px){
	.feature-about{
	    min-height: 420px;
	}

	.feature-about-overlay{
		width: 100%;
		margin-left: 0%;
		padding: 25px;
		padding-top: 50px;
	}
}


.feature-jobs{
	width: 100%;
    background-color: #f1f1f1;
    height: 950px;
}

.feature-jobs-header-text{
	margin: 0px;
    font-size: 45px;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    font-weight: 700;
}

.feature-jobs-slider{
	width: 59%;
	margin: auto;
}

.card{
	width: 350px!important;
	height: 550px;
	margin-left: 25px;
	border-radius: 1px!important;
	position: relative;
}

.slick-prev:before, .slick-next:before{
		color: #666666;
}

@media (max-width: 1400px){
	.feature-jobs-slider{
		width: 90%;
		margin: auto;
	}
}

.title-link{
	font-size: 18px!important;
	font-weight: 600;
}

.card-location{
	font-weight: 500;
}


@media (max-width: 992px){
	.feature-jobs{
	    height: auto;
	    padding-bottom: 50px;
	}

	.feature-jobs-slider{
		width: 95%;
		margin: auto;
	}

	.feature-jobs-header-text{
	    padding-bottom: 50px;
	}

	.card{
		width: 100%!important;
	    height: auto;
	    margin-left: 0px!important;
	    border-radius: 1px!important;
	    margin: auto;
	    margin-bottom: 25px;
	}
}

.feature-job-button{
	position: absolute;
	right:    0;
	bottom:   0;
	border-radius: 1px!important
}


.feature-about-2{
	width: 100%;
	background-image: url("../images/feature-background2.jpg");
    background-color: #666666;
    background-position: center center;
    min-height: 550px;
    position: relative;
    background-size: cover;
}

.opacity-layer-2{
	background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.feature-about-overlay-2{
	width: 470px;
	margin-left: 14%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	padding: 45px;
	padding-top: 120px;
}

.feature-about-header-text-2{
	font-size: 26px;
	font-weight: 600;
	color: #bdbdbd;
	margin-bottom: 25px;
}

.feature-about-l2-text-2{
	font-size: 16px;
	font-weight: 600;
	color: #bdbdbd;
}

@media (max-width: 992px){
	.feature-about-2{
	    min-height: 490px;
	}

	.feature-about-overlay-2{
		width: 100%;
		margin-left: 0%;
		padding: 25px;
		padding-top: 50px;
	}
}



.site-stats{
	width: 100%;
    background-color: #f1f1f1;
}

.site-stats-holder{
	width: 50%;
	margin: auto;
	padding-bottom: 75px;
}

.site-stats-header-text{
	margin: 0px;
    font-size: 45px;
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
    font-weight: 700;
}

.site-stats-l2-text{
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	color: #bdbdbd;
}

.stats-row{
	margin-top: 75px;
}

.stats-text{
	text-align: center;
	font-size: 20px;
	margin: 5px;
}

.larger-stats{
	font-size: 34px;
	font-weight: 600;
}

.stats-border{
	border-right: 1px solid rgba(102, 102, 102,0.2);
}


@media (max-width: 992px){
	.site-stats-holder{
		width: 95%;
	}
	.stats-row{
		margin-top: 35px;
	}

	.stats-border{
		border-right: 0px solid rgba(102, 102, 102,0.2);
	}
	.stats-border{
		border-bottom: 1px solid rgba(102, 102, 102,0.2);
	}
}

.quick-contact{
	width: 100%;
	background-color: #222c38;
	padding-top: 25px;
	padding-bottom: 25px;
}

.quick-contact-holder{
	width: 50%;
	margin: auto;
}

.quick-contact-header-text{
	margin: 0px;
    font-size: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    font-weight: 700;
    color: #647585;
}

.quick-contact-header-text-l1{
	color: #647585;
	font-size: 18px;
	text-align: center;
}

@media (max-width: 992px){
	.quick-contact-holder{
		width: 95%;
	}

	.quick-contact-header-text{
	    font-size: 24px;
	}

	.quick-contact-header-text-l1{
		font-size: 16px;
	}
}





