.contactus-wrap:not(.preview-mode) {
  background-color: #a75606;
  color: white;
}
.footer {
  background-color: #ffcc00;
}

@media (min-width: 1200px) {
  .navbar__brand-logo-img {
    max-width: 11rem;
    max-height: 7rem;
  }
}

.custom-motive .carousel-caption {
  right: 11%;
  bottom: 35%;
  left: 55%;
  text-shadow: none;
  font-size: 1.5rem;
  color: var(--bs-body-color);
  background: rgba(var(--bs-body-bg-rgb), 0.0);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0.25rem;
