.sending{
  background-color: #4F46BA;
}

.success{
  background-color: #019e56;
}

.failed{
  background-color: #ff3232;
}

.mrl-0{
  margin-left: 0 !important;
}

.pdb-20{
  padding-bottom: 20px;
}

.alert-fd{
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  font-family: 'Berlin Sans FB';
  pointer-events: none;
  display: flex;
  align-items: center;
  padding: 15px;
}

.alert-fd i{
  font-size: 23px;
}

.load-it{
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

.rotate-it{
  -webkit-animation: animate-preloader 3s linear infinite;
  animation: animate-preloader 3s linear infinite;
}

.rotate-it-reverse{
  -webkit-animation: animate-loading-reverse 3s linear infinite;
  animation: animate-loading-reverse 3s linear infinite;
}


.load-it-less{
  -webkit-animation: animate-preloader 1s linear 3;
  animation: animate-preloader 1s linear 3;
}

.zoom-it{
  -webkit-animation: animate-zoom 1s linear infinite;
  animation: animate-zoom 1s linear infinite;
}

#submit-form{
  width: 75%;
}

.contact .info-box {
  text-align: center;
}

.text-right{
  justify-content: right;
  text-align: right;
}
.text-left{
  justify-content: left;
  text-align: left;
}

.contact .info-box i {
  font-size: 32px;
  color: #4f46ba;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .error-message br + br {
  margin-top: 25px;
}

.contact .email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .email-form .form-group {
  margin-bottom: 20px;
}

.contact .email-form input, .contact .email-form textarea {
  border-radius: 10px;
  padding: 10px;
  box-shadow: none;
  font-size: 20px;
  font-family: 'Berlin Sans FB Light';
}

.contact .email-form input:focus, .contact .email-form textarea:focus {
  background-color: rgba(255, 255, 255, .15);  
  backdrop-filter: blur(5px);
}

.contact .email-form input {
  border: none !important;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, .15);  
  backdrop-filter: blur(5px);
  color: #fff !important;
  font-weight: 300 !important;
}

.contact .email-form textarea {
  border: none !important;
  padding: 12px 15px;
  background-color: rgba(255, 255, 255, .15);  
  backdrop-filter: blur(5px);
  color: #fff !important;
  font-weight: 300 !important;
}

.contact .email-form button[type="submit"] {
  background: #005544;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 15px;
  text-align: center;
  width: 95%;
  font-size: 1.2vw;
}

.contact .email-form button[type="submit"]:hover {
  background: #003d31;
  color: #fff;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading-reverse {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-zoom {
  0% {
    transform: scale(1.10);
  }
  20%{
    transform: scale(1.15);
  }
  40%{
    transform: scale(1.20);
  }
  60%{
    transform: scale(1.25);
  }
  80%{
    transform: scale(1.30);
  }
  100% {
    transform: scale(1.35);
  }
}

@media (max-width: 1025px) {
  .alert-fd{
    font-size: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1 !important;
  }
  .alert-fd i{
    font-size: 17px !important;
  }
  .contact .email-form {
    padding: 30px;
  }
  .contact .email-form input, .contact .email-form textarea{
    font-size: 1rem !important;
  }
  #submit-form{
    width: 100%;
    margin-top: -20px;
  }
  .contact .email-form button[type="submit"] {
    border-radius: 12px;
    width: 75%;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .alert-fd{
    font-size: 12px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1 !important;
  }
  .alert-fd i{
    font-size: 17px !important;
  }
  .contact .email-form {
    padding: 30px;
  }
  .contact .email-form input, .contact .email-form textarea{
    font-size: 1rem !important;
  }
  #submit-form{
    width: 100%;
    margin-top: -20px;
  }
  .contact .email-form button[type="submit"] {
    border-radius: 12px;
    width: 75%;
    font-size: 1rem;
  }
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #fff !important;
  font-family: 'Berlin Sans FB Light';
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #fff !important;
  font-family: 'Berlin Sans FB Light';
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff !important;
  font-family: 'Berlin Sans FB Light';
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
  font-family: 'Berlin Sans FB Light';
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff !important;
  font-family: 'Berlin Sans FB Light';
}