
  /* body { background-color:#ffffff; color:#000000; } */
  .contact-box { background:#fff; color:#000; border-radius:.75rem; padding:2rem; box-shadow:0 0.5rem 1rem rgba(0,0,0,.2);}
  .contact-info h1 { font-size:3rem; margin-bottom:1rem; color: black; }
  .btn-submit {   background-color: #09bfde;  color:#fff; }
  .btn-submit:hover {   background-color: #0c3a47; color: white;}
.banner-area {
  background: linear-gradient(rgba(3, 13, 39, 0.6), rgba(3, 13, 39, 0.6)), 
              url('../../images/contact-us.jpg');
  width: 100%;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  margin: 0; 
  padding: 0;
}

.banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  width: 100%;
  text-align: center;
}

.banner-heading {
  width: 100%;
  text-align: center;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
}


