@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeIn {
  transform-origin: top right;
  animation: fadeIn 200ms ease-in-out;
}

#contactForm .dropdown .dropdown-menu .dropdown-item {
  color: white;
}
#contactForm .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #222222;
}
#contactForm .dropdown .dropdown-menu .dropdown-item:focus, #contactForm .dropdown .dropdown-menu .dropdown-item:active {
  background-color: var(--color-one);
}

.form-input label {
  position: absolute;
  top: 25px;
  transition: all 300ms ease;
  left: 20px;
  margin: 0 !important;
  text-transform: none;
  color: #6C757D;
  line-height: 16px;
  font-weight: 300 !important;
  pointer-events: none;
}
.form-input label.floating {
  top: 10px;
  font-size: 12px;
  transform: none;
}
.form-input .c-dropdown-btn {
  height: 67px;
}
.form-input .c-dropdown-btn span {
  transition: all 300ms ease;
}

.privacy p {
  font-weight: 400 !important;
}

.mb-minus {
  margin-bottom: -60vw;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .mb-minus {
    margin-bottom: -54vw;
  }
}
@media (min-width: 1400px) {
  .mb-minus {
    margin-bottom: -830px;
  }
}

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