.contact .banner {
  background: url("../images/contact-bg.png");
  min-height: 450px; }
.contact .contact-details-list {
  margin-bottom: 16px; }
.contact .contact-details-list,
.contact .contact-form {
  padding: 16px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem; }
.contact .icon-wrap {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #040404;
  color: #EFB527;
  margin-right: 16px;
  margin-top: 4px; }
  .contact .icon-wrap i {
    margin-left: 0;
    font-size: 14px; }
  .contact .icon-wrap .email-icon {
    font-size: 12px; }
.contact .contact-us {
  width: 80%; }
  .contact .contact-us-head {
    font-size: 18px;
    font-weight: 600;
    color: #EFB527; }
.contact .contact-form {
  padding: 24px; }
  .contact .contact-form-head {
    color: #EFB527;
    font-size: 20px;
    margin-bottom: 4px; }
  .contact .contact-form-content {
    margin-bottom: 24px;
    font-size: 14px; }
  .contact .contact-form .form-group {
    margin-bottom: 24px; }
  .contact .contact-form textarea {
    min-height: 100px; }

label {
  font-weight: 600; }

.msg1-box {
  min-height: 150px; }

.career-mail {
  margin-top: 20px;
  font-size: 16px; }
  .career-mail span {
    font-weight: 600; }

.contact .career-banner {
  background-image: url("../images/career-banner.png"); }

/*# sourceMappingURL=contact.css.map */
