@import url("featureBox-ff8e71938fbb8b98ad52c38eb736fe46.css");
@import url("lightbox-ee6f3562cb64e9bab38e829033b8f0a2.css");
@import url("overlay-48f2d9204e1ea31d03ce0166e0ab486d.css");
@import url("separator-392784273c188d82c506b50d37f2fb50.css");
@import url("socialLink-9915ce5fd3801379ad5fc4fb2b3ae7a4.css");

h1,
h2,
h3,
h4,
h5,
h4,
h5,
h6,
.navbar .navbar-nav {
  font-family: 'Raleway', sans-serif;
}
body {
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 28px;
}
h3 {
  font-size: 24px;
}


.navbar {
  height: 5rem;
}

.navbar .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .dropdown-item {
  width: 220px;
  height: 40px;
}

.navbar .navbar-collapse.show, .navbar .navbar-collapse.collapsing {
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;;
}

.locale-selector .dropdown-menu {
  z-index: 2000;
}

#homeBanner .carousel-caption {
  top: 0;
  font-family: 'Raleway', sans-serif;
}

#homeBanner .carousel-caption, #homeBanner .carousel-inner {
  height: 200px;
}

@media (min-width: 576px) {
  #homeBanner .carousel-caption p.fs-6 {
    font-size: 1.5rem !important;
  }
  
  #homeBanner .carousel-caption, #homeBanner .carousel-inner {
    height: 300px;
  }
}

@media (min-width: 992px) {
  #homeBanner .carousel-caption {
    transition: all 0s ease 0s;
    line-height: 3rem;
    font-size: 2.5rem;
    font-weight: 300;
  }
  #homeBanner .carousel-caption p.fs-6 {
    font-size: 2.5rem !important;
  }
  
  #homeBanner .carousel-inner {
    height: fit-content;
  }
  
  #homeBanner .carousel-inner img {
    width: 100%;
  }
  
  #homeBanner .carousel-caption {
    margin: auto;
    justify-content: center;
  }
}


#homeBanner .carousel-inner .carousel-item {
  height: 100%;
}

#testimonial {
  height: 300px;
  background-image: url("../images/background-img-2-f23ed543a600fe8ecb57d88089e7a185.webp");
}

.testimonial-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
}

#testimonial .carousel-inner, #testimonial .carousel-inner .carousel-item {
  height: 100%;
}

.home-partners img {
  max-width: 174px;
  object-fit: cover;
}

#contact .btn-info {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#contact a:hover h2,
#contact a:hover h3 {
  color: #09AFDF !important;
  text-decoration-color: #09AFDF !important;
  text-decoration-line: underline;
}

.accordion-button:not(.collapsed) {
  --bs-accordion-active-color: white;
  --bs-accordion-active-bg: #09AFDF;
  font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

#blog-post h1,
#blog-post h2,
#blog-post h3,
#blog-post h4,
#blog-post h5,
#blog-post h6 {
  color: var(--bs-secondary-text-emphasis) !important;
}

a.link-colored, .links-colored a {
  color: #09AFDF !important;
}

.bg-colored {
  background-color: #09AFDF !important;
}

#blog-categories {
  position: sticky;
  top: 100px;
}