.contact-us .title {
  position: relative; }
  .contact-us .title::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    background-color: var(--color-1); }

.contact-us input:focus, .contact-us textarea:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border-color: #333; }

.contact-us .btn-contact {
  background: var(--color-black);
  color: #fff;
  border-radius: 8px;
  transition: 0.5s; }
  .contact-us .btn-contact:hover {
    background: transparent;
    color: var(--color-black);
    border-color: var(--color-black); }
