/* Less CSS Document */
/* Will be auto compiled to CSS file on save */
/* LESS CSS Document */
@font-face {
  font-family: 'DINAlternateMedium';
  src: url('../assets/fonts/din/DINAlternate-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'DINAlternateBold';
  src: url('../assets/fonts/din/DINAlternate-Bold.ttf') format('truetype');
}
html {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-size: 16px;
}
body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 0;
  background: #e9e9e9;
}
header {
  width: 100vw;
  padding: 0 !important;
  background: #cdcdcd !important;
  position: relative;
}
header img {
  max-width: 500px;
}
#header .navbar {
  padding: 0 !important;
  margin: 0 auto;
}
#header .navbar .navbar-nav {
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0 !important;
  padding: 0 important;
}
#header .navbar .navbar-nav .nav-item {
  color: #ad3328;
}
#header .navbar .navbar-nav .nav-item a {
  color: #666;
  display: inline-block;
  padding: 0 0.6rem 0 0.6rem;
}
#header .navbar .navbar-nav .nav-item a:hover {
  color: #fff;
  text-decoration: none !important;
  background: #ad3328;
}
#header .navbar .navbar-nav .nav-item .active {
  color: #fff;
  text-decoration: none !important;
  background: #ad3328;
}
#header .navbar .navbar-nav .nav-item :not(:last-child) {
  margin-right: 1rem;
}
#header .navbar-toggler {
  position: fixed;
  top: 0.5rem;
  right: 0.5rem;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
#header .navbar-toggler .fa-bars {
  color: #fff !important;
}
#header .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.offcanvas {
  background: #cdcdcd;
  z-index: 20;
}
.offcanvas .offcanvas-header {
  position: relative;
  background: #cdcdcd;
  text-align: center !important;
}
.offcanvas .offcanvas-header img {
  width: 70%;
}
.offcanvas .offcanvas-header .btn-close {
  position: absolute;
  color: #fff !important;
  font-size: 1.5rem;
  top: 1.2rem;
  right: 1.2rem;
  opacity: 0.9 !important;
}
.offcanvas .offcanvas-body {
  padding-left: 2rem;
}
.offcanvas .offcanvas-body .nav {
  font-family: sans-serif;
  font-size: 0.8rem;
  line-height: 1.4rem;
  background: #cdcdcd;
}
.offcanvas .offcanvas-body .nav .nav-item a {
  border-radius: 0 !important;
  color: #000;
  display: inline-block;
  text-decoration: none !important;
}
.offcanvas .offcanvas-body .nav .nav-item a.active-link:hover {
  color: #fff;
  text-decoration: none !important;
  background: #ad3328;
}
.offcanvas .offcanvas-body .nav .nav-item a .active {
  color: #fff;
  text-decoration: none !important;
  background: #ad3328;
}
.homepage {
  background: #fff !important;
}
.home-carousel {
  position: relative;
  z-index: 1;
}
.home-carousel #homeCarousel {
  width: 100% !important;
}
.home-carousel #homeCarousel .carousel-inner {
  width: 100% !important;
}
.home-carousel #homeCarousel .carousel-inner .carousel-item > img {
  width: 100%;
  display: block;
}
.hp-projects {
  background: #666;
  color: #fff;
}
.hp-projects a {
  font-size: 1.5rem;
  padding: 0.3rem 1rem;
  background: #fff !important;
  color: #ad3328;
  border: 0 !important;
}
.hp-projects a:hover {
  color: #ad3328;
}
.footer {
  width: 100vw;
  height: 120px;
  margin-top: auto;
  color: #fff;
  background: #ad3328;
  position: relative;
}
.footer .row {
  padding: 0.25rem 0 0.25rem 0;
}
.footer .row .foot-address {
  text-align: left;
}
.footer .row p {
  font-family: sans-serif;
  font-size: 0.8rem;
  line-height: 1.4rem;
  padding: 0 !important;
  margin: 0 !important;
}
.footer .row p span {
  padding-left: 2rem !important;
}
.footer .row p a {
  color: #fff !important;
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  .foot-address {
    text-align: center !important;
  }
}
h1 {
  font-family: DINAlternateBold, sans-serif;
  font-size: 2.5rem;
}
h2 {
  font-family: DINAlternateBold, sans-serif;
  font-size: 1.3rem;
}
h3 {
  font-family: DINAlternateMedium, sans-serif;
  font-weight: normal;
  font-size: 1.1rem;
}
.contentarea {
  background: #fff !important;
  font-family: DINAlternateMedium, sans-serif;
  padding: 0 4rem 1rem 4rem;
}
@media only screen and (max-width: 580px) {
  .contentarea {
    padding: 0 2rem 1rem 2rem;
  }
}
.important {
  color: #d90909#;
}
img {
  border: 0 !important;
}
.success-message {
  font-weight: bolder;
  color: #008754;
  display: none;
}
.activity {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 200;
  margin-left: -60px;
  display: none;
}
.border3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
.square-container {
  border: 0;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  box-sizing: border-box;
}
.service-block .card,
.project-links .card {
  border: 0 !important;
  border-radius: 0 important;
}
.service-block .card .card-header,
.project-links .card .card-header {
  border: 0 !important;
  color: #fff;
  font-size: 1.3rem;
  background: #ad3328;
  font-family: DINAlternateMedium, sans-serif;
}
.service-block .card .card-body,
.project-links .card .card-body {
  color: #000 !important;
}
.service-block .card .card-body strong,
.project-links .card .card-body strong {
  font-family: DINAlternateMedium, sans-serif;
}
.service-block .card .card-body .square-image,
.project-links .card .card-body .square-image {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
form {
  margin-bottom: 30px;
}
form .req-field-note {
  font-size: 9px !important;
}
form label {
  font-weight: normal;
  font-size: 80%;
  display: inline-block;
  background: #ad3328;
  color: #fff;
  padding: 0.25rem 0.5rem;
}
form label > span {
  font-weight: bold;
  color: #d90909#;
}
form button[type=submit] {
  width: 100%;
  background: #ad3328;
  color: #fff;
  padding: 10px 15px;
  border: 0;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
}
form button[type=submit]:hover,
form button[type=submit]:focus,
form button[type=submit]:active {
  color: #fff;
  background: #666;
}
form .reqinput {
  outline: none;
  border-color: #d90909#;
}
form .invalid-feedback {
  font-size: 80% !important;
}
