.section {
  padding: 7em 0; }

.bg-hero {
  position: relative;
  z-index: 0; }
  .bg-hero:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000116;
    opacity: .7;
    z-index: -1; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.contact-wrap {
background: #fff;
border-radius: 10px; }

.displayError{
      color: red;
      font-size: 13px;
      font-style: italic;
}
.errorPlace
{
  height: 15px;
}
