.contact {
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .contact {
    padding-top: 170px;
  }
}
@media screen and (max-width: 575px) {
  .contact .container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 320px) {
  .contact .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.contact .contact__desc .title__main {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .contact .contact__desc .title__main {
    margin-bottom: 30px;
  }
}
.contact .contact__desc p {
  font-weight: 100;
}
@media screen and (max-width: 767px) {
  .contact .contact__form {
    padding-top: 40px;
  }
}
.contact .contact__form label {
  color: #ddd;
  opacity: 0.7;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "Nunito", sans-serif;
  letter-spacing: 3px;
}
.contact .contact__form .form-control {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  box-shadow: none;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 0;
  padding-right: 0;
  color: #fff;
}
.contact .contact__form .form-group + .form-group {
  margin-top: 30px;
}
.contact .contact__form .btn-form {
  display: block;
  padding-right: 45px;
}
.contact .btn-holder {
  position: relative;
}
.contact .btn-holder:before {
  content: "";
  background-image: url("../../images/envelope.svg");
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 19px;
  right: 25px;
  z-index: 1;
}

.map-contact {
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  .map-contact {
    overflow: hidden;
  }
}
@media screen and (max-width: 575px) {
  .map-contact .container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media screen and (max-width: 320px) {
  .map-contact .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.map-contact .maps {
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .map-contact .maps .mapouter {
    width: 100%;
  }
  .map-contact .maps .mapouter .gmap_canvas {
    width: 100%;
  }
  .map-contact .maps .mapouter .gmap_canvas iframe {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .map-contact .maps .mapouter,
.map-contact .maps .gmap_canvas {
    height: 500px;
  }
  .map-contact .maps .mapouter iframe,
.map-contact .maps .gmap_canvas iframe {
    height: 100%;
  }
}
@media screen and (max-width: 575px) {
  .map-contact .maps .mapouter,
.map-contact .maps .gmap_canvas {
    height: 400px;
  }
}
.map-contact .map-shadow {
  width: 542px;
  height: 594px;
  background: #3b372f;
  background: linear-gradient(180deg, #3b372f 0%, black 70%, black 100%);
  position: absolute;
  top: 5px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .map-contact .map-shadow {
    width: 440px;
  }
}
@media screen and (max-width: 991px) {
  .map-contact .map-shadow {
    top: 60px;
    right: -80px;
  }
}

/*# sourceMappingURL=contact.css.map */
