#header.header-transparent2 {
    background: rgba(1, 4, 136, 0.9);
}
.contact .php-email-form2 {
  width: 100%;
  background: #fff;
}

.contact .php-email-form2 .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form2 .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form2 .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form2 .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form2 .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form2 .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 .php-email-form2 input,
.contact .php-email-form2 textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form2 input {
  height: 44px;
}

.contact .php-email-form2 textarea {
  padding: 10px 12px;
}

.contact .php-email-form2 button[type=submit] {
  background: #191c93;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form2 button[type=submit]:hover {
  background: #4e51cb;
}
.about .video-box2 {
  background: url("../img/about-2.png") center center no-repeat;
  background-size: contain;
  min-height: 300px;
}
