@charset "UTF-8";
/* CSS Document */

.interactive-slider-v2 {
  background: url(../images/header_construction.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-top: 95px;
  padding: 50px 0;
}

.interactive-slider-v2 h1 { 
  font-size: 55px;
  line-height: 60px;
  margin: 8px 0;
}
.interactive-slider-v2 p { 
  /*font-weight: bold; */
  line-height: 1em;
  margin: 0 0 6px 0;
}

.project-details strong {
    min-width: 80px;
    display: inline-block;
}

.project_hangindent {
	padding-left: 85px;
	text-indent: -85px;
	}
.project_hangindent strong {
	min-width: 85px; /* 75px */
	display: inline-block;
	position: relative;
	left: 83px;
	}


@media (max-width: 991px) {
	.interactive-slider-v2 {
	margin-top: 0px;
	}
	.interactive-slider-v2 h1 {
	font-size: 36px;
	line-height: 40px;
	}
}
@media (max-width: 768px) {
	.interactive-slider-v2 {
	padding: 35px 0;	
	}	
}