.form-control {
  height: 50px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: none !important;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.3) !important;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.3) !important;
}
.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(255, 255, 255, 0.3) !important;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.3) !important;
}
.form-control:focus, .form-control:active {
  border-color: #bc9864 !important;
  background: rgba(255, 255, 255, 0.1);
}

.dbox {
  width: 100%;
  margin-bottom: 25px;
  padding: 0 20px;
}
.dbox p {
  margin-bottom: 0;
}
.dbox p span {
  font-weight: 500;
  color: #bc9864;
  display: block;
}
.dbox .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #bc9864;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dbox .icon span {
  font-size: 30px;
  color: black;
  margin-top: 0.95vw;
}
.dbox .text {
  width: 100%;
}

.btn {
  width: 100%;
  display: block;
  background: #bc9864;
}

.heading-section {
  text-align: center;
}

.btn-primary {
  background: #bc9864 !important;
  border-color: #bc9864 !important;
  color: black;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #a57f48 !important;
  background: #a57f48 !important;
}/*# sourceMappingURL=contact.css.map */