@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
  --black: #000;
  --theme-color: #162731;
  --alternate-color: #2c2c2c;
  --white: #fff;
}
body, html { overflow-x: hidden; }
body {
  color: #001926;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  overflow-x: hidden;
}
a {
  color: #001926;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid #001926;
}
a:hover {
  border-bottom: 2px solid transparent;
  text-decoration: none;
}
p {
  color: #001926;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  overflow-x: hidden;
}

h1,
.h1 {
  color: #022950;
  text-align: center;
  font-family: "Crimson Text", serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 62px;
}

.hero .logo { text-align: center; margin-bottom: 150px; }
.hero { padding-top: 280px; }
.address .details { 
  font-weight: 400;
}
.address .details { 
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.address p.title { margin-bottom: 0; }
.footer {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.bottom-footer { margin-top: 55px; }
.bottom-footer .des {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
}
.hero .logo a { border: none; }

@media (max-height: 950px) {
  .hero {
        padding-top: 130px;
    }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}

@media (max-width: 1600px) {
  .hero {
    padding-top: 130px;
}
.hero .logo {
    margin-bottom: 90px;
}
  .hero .logo img { width: 600px; }
}
@media (max-width: 991px) {
  .content h1 {
    font-size: 2.5rem;
    line-height: 42px;
  }
  .hero {
        padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-left: 20px;
    padding-right: 20px;
  }
  .bottom-footer .des { line-height: 22px; }
  .hero {
        padding-top: 150px;
  }
}

@media (max-width: 400px) {
  .hero {
      padding-top: 30px;
  }
  .hero .logo {
        margin-bottom: 30px;
    }
    .content h1 {
        font-size: 28px;
        line-height: 36px;
    }
    p { font-size: 16px; line-height: 28px; }
}
