body {
  font-family: 'Karla', sans-serif;
  background-size: cover;
  color: #ffffff;
  background: black;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 75px; }

  @media (min-width: 768px) {
    body {
      padding-bottom: 110px; } }

.navbar-brand {
  margin-right: 0; }
  .navbar-brand img {
    height: 91px; }

.navbar-dark {
  padding-top: 35px;
  padding-bottom: 35px; }
  .navbar-dark .navbar-text {
    color: #ffffff;
    opacity: 1;
    padding: 0 20px;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    .navbar-dark .navbar-text:last-child {
      border-right: 0; }
  @media (max-width: 767px) {
    .navbar-dark {
      padding-bottom: 0; } }

.page-title {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 36px; }
  @media (max-width: 767px) {
    .page-title {
      margin-top: 50px;
      font-size: 42px;
      margin-bottom: 14px; } }

.page-description {
  max-width: 465px;
  font-size: 18px;
  line-height: 32px;
  opacity: 0.9;
  margin-bottom: 59px; }
  @media (max-width: 767px) {
    .page-description {
      font-size: 14px; } }

p {
  font-size: 14px;
  margin-bottom: 21px; }

.footer-social-links .social-link {
  display: inline-block;
  text-align: center;
  line-height: 70px;
  width: 70px;
  height: 70px;
  font-size: 2rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #1877F2;
  margin-right: 16px;
  transition: all 0.3s ease-in-out; }
  .footer-social-links .social-link:last-child {
    margin-right: 0; }
  .footer-social-links .social-link:hover {
    text-decoration: none;
    background-color: #000000;
    color: #ffffff; }

.mdi-phone {
  margin-right: 10px;
}

header, main {
  z-index: 999999;
}
.bg-wrapper {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  max-height: 100vh;
  min-height: 100vh;
  max-width: 100vw;
  min-width: 100vw;
  z-index: 9;
  position: absolute;
  top: 0;
}
.bg-black {
  height: 100%;
  width: 100%;
  z-index: 999;
  position: absolute;
  top: 0;
  background: rgba(0,0,0,0.55);
}


  .bg {
    min-height: 100vh;
    object-fit: cover;
    min-width: 100vw;
    margin-top: -110px;
    margin-left: 0;
  }
/*# sourceMappingURL=bd-coming-soon.css.map */
@media screen and (max-width: 550px) {
  body {
    padding-bottom: 15px;
  }
  .navbar ,.container{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .navbar-text {
    margin-left: 0 !important;
    border-right: 0 !important;
    margin-top: 10px;
  }
}