body {
  background-color: #173049;
  font-family: "MagistralC";
  overflow-y: scroll;
}

::-webkit-scrollbar {
  display: none;
}

.background {
  background-color: #173049;
  background-image: url("../assets/background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  min-height: 23rem;
  position: relative;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-400%, rgba(23, 48, 73, 0)), color-stop(96%, #173049));
  background-image: linear-gradient(to bottom, rgba(23, 48, 73, 0) -400%, #173049 96%);
}

.nav-container {
  margin: 0 1.5rem;
  font-size: 1.1rem;
  z-index: 2;
}

.nav-container .nav-icon {
  width: 1.2rem;
}

.nav-container .nav-linkk {
  color: white;
  margin-right: 2rem;
}

.nav-container .nav-linkk:hover {
  color: #bd004b;
  text-decoration: none;
}

.nav-container .activated {
  color: #bd004b !important;
  text-decoration: none;
  border-bottom: 3px solid #bd004b;
}

.nav-container .dropDown {
  color: white;
  font-size: 1.1rem;
}

.nav-container .dropdown-item:hover {
  background-color: #25425f4d;
}

.nav-container .button {
  background-color: #bd004b;
  color: #ffffff;
  border-radius: 0.3rem;
  width: 7rem;
  height: 2.5rem;
  border: none;
  font-size: 1.1rem;
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.nav-container .button:hover {
  opacity: 0.5;
}

.nav-container .button:focus {
  outline: none;
}

.line-shape1 {
  position: absolute;
  top: -32rem;
  left: -2rem;
  width: 97%;
  z-index: 0;
}

.line-shape2 {
  position: absolute;
  top: -113rem;
  left: 0rem;
  width: 91%;
  /* height: 103rem; */
  z-index: -1 !important;
}

.page-intro {
  text-align: center;
  padding: 5% 0;
  color: white;
}

.page-intro .page-intro-details {
  line-height: 2rem;
  color: #b8c3cb;
}

.form-header {
  position: absolute;
  top: 21rem;
  left: 3.2rem;
  color: white;
}

.form-container label {
  color: white;
}

.form-container input {
  height: 3rem;
}

.form-container ::-webkit-input-placeholder {
  font-size: 1rem;
}

.form-container :-ms-input-placeholder {
  font-size: 1rem;
}

.form-container ::-ms-input-placeholder {
  font-size: 1rem;
}

.form-container ::placeholder {
  font-size: 1rem;
}

.map-container {
  margin-top: 2rem;
  width: 100%;
  height: 33.5rem;
}

.map-container .googlemap {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

.page-footer {
  margin-top: 9%;
  padding: 0;
  background-color: #25425f;
}

.page-footer .container-fluid {
  display: -ms-grid;
  display: grid;
  grid-gap: 0.0001rem 3rem;
  -ms-grid-columns: (minmax(220px, 1fr))[1];
      grid-template-columns: repeat(1, minmax(220px, 1fr));
}

.page-footer .footer-copyright {
  background-color: #173049;
  padding: 1rem 0;
  color: white;
}

.page-footer .activated {
  color: #bd004b !important;
  text-decoration: none;
  border-bottom: 3px solid #bd004b;
}

.page-footer .nav-linkk {
  color: white;
  margin-right: 2rem;
}

.page-footer .nav-linkk:hover {
  color: #bd004b;
  text-decoration: none;
}

@media (max-width: 376px) {
  .form-container ::-webkit-input-placeholder {
    font-size: .9rem;
  }
  .form-container :-ms-input-placeholder {
    font-size: .9rem;
  }
  .form-container ::-ms-input-placeholder {
    font-size: .9rem;
  }
  .form-container ::placeholder {
    font-size: .9rem;
  }
}
/*# sourceMappingURL=contactus.css.map */