@charset "UTF-8";
body {
  padding-top: 3.5rem;
}

main {
  padding: 0;
}

img {
  max-width: 100%;
}

a {
  color: #00b6a0;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #274883;
}

.container {
  max-width: 1140px;
}

h1 {
  font-family: "Baloo Chettan 2", sans-serif;
  font-weight: bold;
  font-size: 3rem;
  color: #00b6a0;
}

h2 {
  font-family: "Baloo Chettan 2", sans-serif;
  font-weight: bold;
  font-size: 2.5rem;
  color: #00b6a0;
}

h3 {
  font-family: "Baloo Chettan 2", sans-serif;
  font-weight: 500;
  color: #00b6a0;
}

h4 {
  font-style: italic;
  font-family: Georgia, "Times New Roman", serif;
  color: #6c757d;
  background-color: #f8f9fa;
  border-left: 4px solid #dee2e6;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-radius: 0.375rem;
}

h5 {
  font-family: Nunito, sans-serif;
  font-size: 1.45rem;
  font-weight: bold;
  color: #00b6a0;
}

h6 {
  font-family: Nunito, sans-serif;
  font-size: 1.45rem;
  font-weight: bold;
  color: #00b6a0;
}

p {
  font-family: Nunito, sans-serif;
  font-size: 1.25rem;
}

blockquote {
  color: #999;
  font-size: 1.5rem;
  font-weight: 300;
  margin: 3rem auto;
  width: 80%;
}

.navbar-brand small {
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 75%;
  font-weight: 400;
  margin-left: 0.5rem;
}

.lead {
  font-family: Nunito, sans-serif;
  font-size: 1.5rem;
  color: #274883;
  font-kerning: var(1.5);
}

@media (max-width: 1024px) {
  h1 {
    font-size: 2.75rem;
  }
  h2 {
    font-weight: bold;
    font-size: 2.25rem;
  }
  h3 {
    font-size: 2rem;
    font-weight: 500;
  }
  h4, h5 {
    font-size: 1.35rem;
  }
}
.btn.btn-primary {
  appearance: none;
  background-color: transparent;
  border: 0.025rem solid #274883;
  border-radius: 0.9375rem;
  box-sizing: border-box;
  color: #274883;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  height: 3rem;
  min-width: 0;
  outline: none;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  touch-action: manipulation;
  width: 10rem;
  will-change: transform;
}
.btn.btn-primary:disabled {
  pointer-events: none;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #00b6a0;
  box-shadow: 0 4px 8px #bddeff;
  transform: translateY(-0.125rem);
}
.btn.btn-primary:active {
  box-shadow: none;
  transform: translateY(0);
}
.btn.btn-hero {
  appearance: none;
  background-color: transparent;
  border: 0.025rem solid #00b6a0;
  border-radius: 0.9375rem;
  box-sizing: border-box;
  color: #00b6a0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  height: 3rem;
  width: 12.8rem;
  min-width: 0;
  outline: none;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  touch-action: manipulation;
  will-change: transform;
}
.btn.btn-hero:disabled {
  pointer-events: none;
}
.btn.btn-hero:hover {
  color: #ffffff;
  background-color: #274883;
  box-shadow: 0 4px 8px #bddeff;
  transform: translateY(-0.125rem);
}
.btn.btn-hero:active {
  box-shadow: none;
  transform: translateY(0);
}
.btn.btn-navbar {
  appearance: none;
  background-color: transparent;
  border: 0.025rem solid #00b6a0;
  border-radius: 0.9375rem;
  box-sizing: border-box;
  color: #00b6a0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin: 1rem;
  height: 3rem;
  width: 12.8rem;
  min-width: 0;
  outline: none;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  touch-action: manipulation;
  will-change: transform;
}
.btn.btn-navbar:disabled {
  pointer-events: none;
}
.btn.btn-navbar:hover {
  color: #ffffff;
  background-color: #274883;
  box-shadow: 0 4px 8px #bddeff;
  transform: translateY(-0.125rem);
}
.btn.btn-navbar:active {
  box-shadow: none;
  transform: translateY(0);
}
@media (max-width: 991.98px) {
  .btn.btn-navbar {
    width: 100%;
    margin: 0;
    padding: 0.75rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    height: auto;
    box-sizing: border-box;
  }
}
.btn.btn-rtg {
  appearance: none;
  background-color: #F6C544;
  border: none;
  border-radius: 0.9375rem;
  box-sizing: border-box;
  color: #274883;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  height: 3rem;
  width: 6.4rem;
  min-width: 0;
  outline: none;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  touch-action: manipulation;
  will-change: transform;
}
.btn.btn-rtg:disabled {
  pointer-events: none;
}
.btn.btn-rtg:hover {
  color: #ffffff;
  background-color: #274883;
  box-shadow: 0 4px 8px #bddeff;
  transform: translateY(-0.125rem);
}
.btn.btn-rtg:active {
  box-shadow: none;
  transform: translateY(0);
}
.btn.btn-rtg i {
  color: inherit;
}

p .btn-light {
  appearance: none;
  background-color: transparent;
  border: 0.025rem solid #00b6a0;
  border-radius: 0.9375rem;
  box-sizing: border-box;
  color: #00b6a0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Baloo Chettan 2", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  height: 3rem;
  width: 12.8rem;
  min-width: 0;
  outline: none;
  padding: 1rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  user-select: none;
  touch-action: manipulation;
  will-change: transform;
}
p .btn-light:disabled {
  pointer-events: none;
}
p .btn-light:hover {
  color: #ffffff;
  background-color: #274883;
  box-shadow: 0 4px 8px #bddeff;
  transform: translateY(-0.125rem);
}
p .btn-light:active {
  box-shadow: none;
  transform: translateY(0);
}

.card .card-img, .card .card-img-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card .card-body p {
  font-size: 1.1rem;
  line-height: normal;
}

.navbar.fixed-top {
  background: #ffffff;
  font-family: "Baloo Chettan 2", sans-serif;
}
.navbar.fixed-top .navbar-nav {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.navbar.fixed-top .navbar-nav .active a {
  color: #00b6a0;
}
.navbar.fixed-top .navbar-nav :hover {
  color: #274883;
}
.navbar.fixed-top .navbar-toggler {
  padding: 0.25rem 0.5rem;
}
.navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
  width: 1em;
  height: 1em;
}

@media (max-width: 767px) {
  .navbar.fixed-top .container {
    max-width: 100%;
  }
}
header {
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}
header .container {
  padding-top: 3.5rem;
  padding-bottom: 1rem;
  position: relative;
}
header .container.hero-container {
  padding-top: 3.5rem;
}
header .lead {
  font-size: 2rem;
  color: #274883;
}
header.has-image {
  color: #eee;
}
.hero-section {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 5rem 0;
  color: #fff;
  height: 38rem;
  background-position: center;
  position: relative;
}

.hero-container {
  padding-top: 0 !important;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
div.hero-image img {
  display: block;
  height: auto;
  max-height: 100%;
}

.hero-text {
  flex: 1;
  max-width: 600px;
}
.hero-text .hero-lead {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  line-height: 1.6rem;
  color: #274883;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.hero-image img {
  width: 90%;
  height: 90%;
  object-fit: cover;
  object-position: center;
  display: block;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-section {
    height: 32rem;
    margin-top: 5rem;
    padding: 2rem 1rem;
    color: #fff;
    position: relative;
  }
  div .hero-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    z-index: 0;
  }
  div .hero-image img {
    display: block;
    height: auto;
    max-height: 100%;
  }
}
@media (max-width: 768px) {
  .hero-section {
    padding: 1.5rem 1rem 1rem;
  }
  .hero-section .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .hero-section .hero-text {
    font-size: clamp(1.5rem, 6vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
  .hero-section .hero-text .hero-lead {
    font-size: 1rem;
    line-height: 1.4rem;
    max-width: 36ch;
    margin: 0 auto 1rem;
  }
  .hero-section .hero-text .btn,
  .hero-section .hero-text .btn-hero {
    font-size: 1rem;
    padding: 0.75rem 1.25rem;
    width: 100%;
    max-width: 300px;
    margin-top: 1rem;
    margin-bottom: 0;
  }
  div.hero-image {
    display: none;
  }
}
.block {
  padding: 0 0 2rem;
}
.block img {
  border-radius: 0.45rem;
}
.block.column-block .col-md:not(:last-child) {
  margin-bottom: 1.5rem;
}
.block.column-block img {
  max-height: 100%;
  object-fit: cover;
}
.block.image-gallery-block .carousel {
  border-radius: 0.25rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .block.column-block .col-md:not(:last-child) {
    margin-bottom: 0;
  }
}
header .page-title {
  margin-top: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
}
header img {
  border-radius: 1.5rem;
}

div .article-lead {
  font-family: Nunito, sans-serif;
  font-size: 1.55rem;
  color: #274883;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (max-width: 1160px) {
  div .article-lead {
    font-size: 1.45rem;
  }
}
.post-meta {
  font-size: 0.875rem;
}
.post-meta span:not(:last-child)::after {
  content: "◆";
  display: inline-block;
  padding: 0 0.25rem;
}

.archive article {
  padding-bottom: 1rem;
}

.comments .alert {
  background: #f4f4f4;
  padding: 2rem 2.5rem;
}

.comment p {
  white-space: pre-line;
}

.banner-section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 6rem 2rem;
}
.banner-section h3, .banner-section p {
  color: white;
}
@media (max-width: 786px) {
  .banner-section h3, .banner-section p {
    color: #274883;
  }
}
.banner-section .overlay {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.banner-section .container {
  position: relative;
  z-index: 1;
}
.banner-section .btn {
  border-radius: 2rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: 0.3s ease;
}
.banner-section .btn:hover {
  background-color: white;
  color: black;
}
@media (max-width: 768px) {
  .banner-section {
    background-image: none !important;
    background-color: #ffcff5 !important;
    background-attachment: initial !important;
  }
  .banner-section .overlay {
    display: none !important;
  }
  .banner-section .banner-section .p {
    color: #274883;
  }
  .banner-section .btn {
    border-color: teal;
    color: teal;
  }
}

.page-link {
  color: #ffcff5;
  min-width: 2.5rem;
  text-align: center;
}
.page-link:hover {
  color: rgb(247.4851485149, 30.8069306931, 9.5148514851);
}

.page-item.active .page-link {
  background: #f94c3b;
  border-color: #f94c3b;
}

.footer {
  background-color: teal;
}
.footer .footer-column {
  margin-bottom: 1.5rem;
}

footer p {
  font-size: 1rem;
}
footer .sub-footer {
  font-size: 0.75rem;
}

i {
  color: #00b6a0;
}

.cloud {
  background: #ffffff;
}

main {
  background-color: #ffffff;
}

/*# sourceMappingURL=style.css.map */
