#footer {
  width: 100%;
  background: url("/images/backgrounds/footer/footer-background.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#footer .footer-wrapper {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 120px 0 0;
}

#footer .footer-wrapper .contact-form .heading {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 133%;
  color: #F9F9F9;
  margin-bottom: 40px;
}

#footer .footer-wrapper .contact-form #form input {
  background: #454545;
  border-radius: 5px;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 164.5%;
  color: #9C9C9C;
  padding-left: 12px;
}

#footer .footer-wrapper .contact-form #form input:focus {
  outline: none;
}

#footer .footer-wrapper .contact-form #form textarea {
  background: #454545;
  border-radius: 5px;
  border: none;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 164.5%;
  color: #9C9C9C;
  padding-left: 12px;
  resize: none;
}

#footer .footer-wrapper .contact-form #form textarea:focus {
  outline: none;
}

#footer .footer-wrapper .contact-form #form .top-section {
  margin-bottom: 15px;
}

#footer .footer-wrapper .contact-form #form .top-section input {
  width: 242px;
  height: 50px;
}

#footer .footer-wrapper .contact-form #form .top-section :first-child {
  margin-right: 15px;
}

#footer .footer-wrapper .contact-form #form .middle-section {
  width: 100%;
}

#footer .footer-wrapper .contact-form #form .middle-section textarea {
  padding-top: 8px;
  width: 100%;
  height: 72px;
}

#footer .footer-wrapper .contact-form #form .bottom-section {
  margin-top: 35px;
}

#footer .footer-wrapper .contact-form #form .bottom-section button {
  background: -webkit-gradient(linear, left top, left bottom, from(#BF210C), to(#D03232));
  background: linear-gradient(180deg, #BF210C 0%, #D03232 100%);
  font-family: Poppins;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F8F8F8;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 50px;
  border-radius: 25px;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

#footer .footer-wrapper .contact-form #form .bottom-section button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#footer .footer-wrapper .nav-bar {
  position: relative;
}

#footer .footer-wrapper .nav-bar .links .link a {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 268%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#footer .footer-wrapper .nav-bar .lava-lamp {
  height: 8px;
  width: 8px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: -20px;
}

#footer .footer-wrapper .contact-section .address {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 229%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

#footer .footer-wrapper .contact-section .info {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

#footer .footer-wrapper .contact-section .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#footer .footer-wrapper .contact-section .social-links a {
  margin-right: 30px;
  height: 18px;
}

#footer .footer-wrapper .contact-section .social-links a .icon {
  width: 18px;
  height: 18px;
}

#footer .footer-wrapper .contact-section .social-links :last-child {
  margin: 0;
}

#footer .copyright {
  font-family: Poppins;
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 229%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 40px 0;
}
/*# sourceMappingURL=footer.css.map */