.home-contact .contact-input::placeholder,
.home-contact .contact-commnent::placeholder {
  color: #61758a !important;
  opacity: 1;
}

.home-contact .contact-input::-webkit-input-placeholder,
.home-contact .contact-commnent::-webkit-input-placeholder {
  color: #61758a !important;
  opacity: 1;
}

.home-contact .contact-input:-ms-input-placeholder,
.home-contact .contact-commnent:-ms-input-placeholder {
  color: #61758a !important;
}

.home-contact input:-webkit-autofill,
.home-contact textarea:-webkit-autofill {
  -webkit-text-fill-color: #173a64 !important;
  box-shadow: 0 0 0 1000px #f7fafc inset !important;
}

.home-partners {
  padding: 75px 0;
}

.home-partners .partner-heading {
  margin-bottom: 38px;
}

.home-partners .partner-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(110px, 1fr));
  gap: 28px 34px;
  align-items: center;
}

.home-partners .partner-row img {
  width: auto;
  max-width: 145px;
  max-height: 46px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .home-partners .partner-row {
    grid-template-columns: repeat(3, minmax(90px, 1fr));
  }
}

@media (max-width: 520px) {
  .home-partners .partner-row {
    grid-template-columns: repeat(2, minmax(90px, 1fr));
    gap: 28px 20px;
  }
}

.home-hero {
  isolation: isolate;
}

.home-hero .home-hero-video {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .56;
}

.home-hero::after {
  z-index: 1;
  background: linear-gradient(90deg, rgba(16, 42, 73, .94) 0%, rgba(23, 78, 120, .82) 58%, rgba(8, 126, 164, .62) 100%);
}

.home-hero .container {
  z-index: 2;
}

@media (max-width: 767px), (prefers-reduced-motion: reduce) {
  .home-hero .home-hero-video {
    display: none;
  }
}

.home-project-grid {
  grid-template-columns: repeat(4, 1fr);
}

.home-project-brand {
  background: linear-gradient(135deg, #0f253e 0%, #087ea4 100%);
}

.home-project-brand > img {
  display: block;
  width: 78%;
  height: 190px;
  margin: 24px auto 0;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .94;
}

.home-project .project-caption small {
  display: block;
  margin-top: 5px;
  color: #dbe8f0;
  font-size: 12px;
}

@media (max-width: 991px) {
  .home-project-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .home-project-grid {
    grid-template-columns: 1fr;
  }
}

.home-contact-box #contact-result.contact_success_box {
  color: #173a64 !important;
  background: #edf8f1 !important;
  border: 1px solid #9fd0ae !important;
  border-left: 5px solid #238451 !important;
  border-radius: 6px !important;
  padding: 20px 22px !important;
  margin: 0 !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
  text-align: left !important;
}
