@font-face {
    font-family: Prompt-Regular;
    src: url('../fonts/prompt/Prompt-Regular.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-Medium;
    src: url('../fonts/prompt/Prompt-Medium.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-ExtraBold;
    src: url('../fonts/prompt/Prompt-ExtraBold.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-Bold;
    src: url('../fonts/prompt/Prompt-Bold.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-SemiBold;
    src: url('../fonts/prompt/Prompt-SemiBold.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-Light;
    src: url('../fonts/prompt/Prompt-Light.ttf'); 
  }
  
  @font-face {
    font-family: Prompt-ExtraLight;
    src: url('../fonts/prompt/Prompt-ExtraLight.ttf'); 
 }


body {
   margin: 0;
   background-color: #f4f4f4;
   animation: appear 2s ease-out forwards;  
}

header {
    width: 100%;
    height: 50vh;
}

@media only screen and (max-width:992px) {
  header {
    width: 100%;
    height: 30vh;
}

header .contact-content {
  background-position-y: 100%;

}
}

header .contact-content {
    width: 100%;
    background: url('../img/workstation-3.jpg') no-repeat center center/cover;
    /* background-position-y: -200px; */
    height: 100%;
}

.noBg {
  position:fixed;
	z-index: 50;
		width:100%;
    background-color: none;
}

header .contact-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.7);
  }

  header .contact-content h1 {
    position: relative;
    z-index: 2;
    width: 90%;
    margin: auto;
    font-family: 'Helvetica', Sans-Serif;
    font-weight: 700;
    padding-top: 3em;
    font-size: 2.5rem;
}

.contact-page-area {
    margin-top: 5em;
}

.contact-page-area .single-contact-address {
    margin-bottom: 20px;
  }
  
  .contact-page-area .single-contact-address h5 {
    margin-bottom: 5px;
  }

  .contact-page-area .single-contact-address p {
    font-family: Prompt-Light;
  }
  
  .contact-page-area .single-contact-address .lnr {
    font-size: 30px;
    font-weight: 500;
    color: red;
    margin-right: 30px;
  }

  .contact-page-area .form-area input {
    padding: 1em;
    margin-bottom: 1em;
  }
  

  
  .contact-page-area .form-area textarea {
    height: 190px;
    margin-top: 0px;
  }

  .contact-page-area .form-area button {
    padding: .5em .5em;
    margin-top: 1em;
    border: none;
    background: red;
    color: #fff !important;
    cursor: pointer;
  }

  footer {
    background: url('../img/workstation-4.jpg') no-repeat;
    background-position-y: -50px;   color: #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
    margin-top: 5em;
    padding-top: 3em;
    min-height: 50vh;
    position: relative;
  }

  footer:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.8);
  }

  footer .container-fluid {
    position: relative;
    z-index: 2;
  }

  .footer-story {
    font-family: Prompt-ExtraLight;
    font-size: 1.1rem;
  }
  
  .logo {
    margin-bottom: 5em;
  }
  
  .logo img {
    width: 120px;
}
  
  .about, .follow, .contact {
    margin-bottom: 3em;
  }
  
  .about h3, 
  .about p
   {
    color: #fff;
  }

  .follow {
    margin-top: 2em;
  }
  
  .footer-story {
    font-family: Prompt-ExtraLight;
  }

  .follow .icons img {
    width: 20px;
  }
  
  .follow h3,
  .contact h3 {
    color: #fff;
  }
  
  .contact div a {
    text-decoration: none;
    color: #fff;
  }
  
  .copyright {
  font-size: .8rem;
  margin-top: 3em;
  text-align: center;
  position: relative;
  z-index: 2;
  }
