a {
  transition: 0.5s ease;
}
a:hover, a:focus {
  text-decoration: none;
}

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-weight: 300;
}
body header {
  background: #1b1b1b;
  height: 80px;
}
body header nav > ul li a, body header nav > ul li span {
  padding: 10px 18px;
}
body header .container .col-xs-4 > a {
  display: block;
  cursor: pointer;
  z-index: 9999999;
  position: relative;
}
body header .brand {
  height: 60px;
  float: left;
}
body header nav > ul {
  padding: 0;
  float: left;
}
body header .social-icons {
  margin-top: 8px;
  text-align: right;
}
body header .social-icons a {
  margin-left: 10px;
  font-size: 20px;
  color: gray;
}
body .slider.home-slider {
  min-height: 500px;
  height: auto;
  position: relative;
}
body .slider.home-slider .inner-slide {
  background-size: cover;
  height: 100%;
  position: absolute;
  background-position: 50% 50%;
  width: 100%;
}
body .slider.home-slider .container {
  transform: translateY(-50%);
  top: 66%;
  position: relative;
}
body .slider.home-slider h1 {
  font-weight: 300;
  font-size: 62px;
  color: white;
  padding: 2px 5px;
  margin-bottom: 10px;
}
body .slider.home-slider h3 {
  font-weight: normal;
  font-size: 36px;
  color: white;
  padding: 2px 5px;
}
body .welcome-section {
  text-align: center;
  padding: 80px 0;
}
body .welcome-section h1 {
  color: #e73923;
  font-size: 45px;
  font-weight: 600;
  width: 85%;
  margin: auto;
  margin-bottom: 20px;
}
body .welcome-section h3 {
  color: black;
  font-weight: normal;
  font-size: 30px;
  width: 85%;
  margin: auto;
  margin-bottom: 20px;
}
body .welcome-section p {
  color: gray;
  font-size: 20px;
  width: 85%;
  margin: auto;
}
body .blog-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  padding: 80px 0;
}
body .blog-section .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
body .blog-section .container {
  z-index: 1;
  position: relative;
}
body .blog-section .container > .heading {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
}
body .blog-section .container > .heading h2 {
  font-weight: normal;
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  padding: 2px 5px 6px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .blog-section .image {
  width: 30%;
  height: 150px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body .blog-section .text {
  float: left;
  width: 70%;
  padding-left: 15px;
}
body .blog-section .text h2 {
  color: black;
}
body .blog-section .text p {
  color: white;
  font-size: 14px;
}
body .blog-section .blogarchive .date {
  text-align: left;
  color: white;
}
body .blog-overview .container > .heading {
  position: relative;
  float: left;
  width: 100%;
  height: 50px;
}
body .blog-overview .container > .heading > h2 {
  font-weight: normal;
  font-size: 36px;
  color: black;
  text-transform: uppercase;
  padding: 2px 5px 6px;
  display: block;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
body .blog-overview .image {
  width: 40%;
  height: 350px;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  left: -7%;
  z-index: 999;
}
body .blog-overview .text {
  float: left;
  width: 60%;
  position: relative;
  top: 0;
}
body .blog-overview .text h2 {
  width: 50%;
  font-size: 30px;
  font-weight: 300;
}
body .blog-overview .text hr {
  width: 80px;
}
body .blog-overview .date {
  text-align: left;
}
body .blog-overview a {
  min-height: 250px;
  overflow: visible;
  background-color: transparent;
  margin-left: 5%;
  height: 100%;
  float: left;
  border: 3px solid transparent;
  padding: 35px 18px;
}
body .blog-overview a:hover {
  border: 3px solid #e73923;
  background-color: transparent;
}
body .blog-overview .container > .row > .col-sm-12:nth-child(2n+2) .image {
  left: inherit;
  right: -7%;
  float: right;
}
body .blog-overview .container > .row > .col-sm-12:nth-child(2n+2) .text {
  float: right;
  padding-left: inherit;
}
body .blog-overview .container > .row > .col-sm-12:nth-child(2n+2) a {
  margin-right: 5%;
  margin-left: inherit;
}
body .contactus-section {
  padding: 80px 0;
  text-align: center;
}
body .contactus-section h2 {
  font-weight: normal;
  font-size: 36px;
  color: black;
  padding: 2px 5px;
  width: auto;
  display: initial;
  max-width: none;
  text-transform: uppercase;
}
body .contactus-section p {
  color: #1b1b1b;
  font-weight: normal;
  font-size: 30px;
  width: 70%;
  margin: auto;
  line-height: 30px;
  margin-top: 30px;
}
body .contactus-section span {
  display: block;
}
body .contactus-section a {
  color: #e73923;
  font-size: 20px;
}
body .contactus-section a:hover {
  color: black;
}
body .services-section {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
body .services-section h2 {
  color: #e73923;
  font-size: 36px;
  font-weight: normal;
}
body .services-section p {
  color: black;
  font-size: 24px;
  width: 50%;
  font-weight: lighter;
}
body .services-section a {
  color: white;
  padding: 10px 25px;
  background-color: #1b1b1b;
  border-radius: 0;
  font-size: 20px;
}
body footer {
  padding: 20px 0;
  background-color: #1b1b1b;
}
body footer img {
  width: 200px !important;
  margin: 0 !important;
}
body footer p {
  font-size: 0.8rem;
}
.contactus-button {
    background-color: #e73923;
    color: #fff;
}
.field-validation-error span{
    font-size: 0.75rem;
    color: #e73923;
}
.dark .form-control {
    color: #000;
}
.form input.input-validation-error, .form textarea.input-validation-error {
    border: solid 1px #e73923;
}
.form textarea ~ label,  input[class*=input-validation-error] ~ label {
    color: #e73923;
}

.form textarea {
    height: 150px;
}

.contactuspage .dark, .contactuspage .light, .contactuspage .yellow, .contactuspage .blue, .contactuspage .purple {
    padding: 40px 0;
}

@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  header {
    padding: 15px 0;
  }

  nav {
    top: 80px;
    background: #252525;
  }

  body header .brand {
    height: 50px;
  }

  body header .social-icons {
    margin: 20px auto;
    text-align: center;
    width: 141px;
    display: inline-block;
  }
  body header .social-icons a {
    margin-left: 0;
    font-size: 26px;
    width: 30%;
    display: inline-block;
    text-align: center;
  }

  body .services-section p {
    width: 100%;
  }
}
@media (max-width: 480px) {
  body .slider.home-slider {
    height: 300px;
    min-height: 300px;
  }

  body .slider.home-slider h1 {
    font-size: 33px;
    margin-bottom: 6px;
  }

  body .slider.home-slider h3 {
    font-size: 20px;
  }

  body .welcome-section {
    padding: 40px 0;
  }

  body .welcome-section h1 {
    font-size: 30px;
    width: 100%;
  }

  body .welcome-section h3 {
    font-size: 24px;
    width: 100%;
  }

  body .welcome-section p {
    font-size: 18px;
    width: 100%;
  }

  body .blog-section {
    padding: 40px 0;
  }

  body .blog-section .image {
    width: 100%;
  }

  body .blog-section .text {
    width: 100%;
    padding-left: 0;
  }

  body .contactus-section {
    padding: 40px 0;
  }

  body .contactus-section p {
    width: 100%;
  }

  body .services-section {
    padding: 40px 0;
  }

  footer .row {
    margin: 0;
  }

  body .blog-overview a {
    min-height: 250px;
    margin-left: 0;
    padding: 10px;
  }

  body .blog-overview .image {
    width: 100%;
    height: 250px;
    left: 0;
  }

  body .blog-overview .text {
    width: 100%;
    top: 0;
  }

  body .blog-overview .text h2 {
    width: 100%;
  }

  body .blog-overview .container > .row > .col-sm-12:nth-child(2n+2) .image {
    right: 0;
  }
}
@media (max-width: 320px) {
  body .slider.home-slider h1 {
    font-size: 27px;
    width: 271px;
  }

  body .slider.home-slider h3 {
    font-size: 18px;
    width: 244px;
  }
}
