.home-hero-section {
  position: relative;
}

.video-container {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.hero-fullwidth-media {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
  position: relative;
}

.hero-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: radial-gradient(circle, rgba(46, 46, 46, 0.15) 1%, rgba(46, 46, 46, 0) 50%);
}
.hero-title h1 {
  font-size: 4rem !important;
}
@media (min-width: 576px) {
  .hero-title h1 {
    font-size: 4.5rem;
  }
}

.hero-icon-container {
  background-color: #EAF2F5;
  border-radius: 50%;
  padding: 1rem;
  position: absolute;
  bottom: -40px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hero-icon-container .hero-icon {
  width: 50px;
}

.two-column-text-section {
  background-color: #EAF2F5;
  padding: 4rem 0;
}
.two-column-text-section .row .single-column {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  flex-direction: column;
}
.two-column-text-section .row .single-column h2,
.two-column-text-section .row .single-column p {
  text-align: center;
}
.two-column-text-section .row .single-column p {
  min-height: 0;
  margin-bottom: 3rem;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .two-column-text-section .row .single-column p {
    min-height: 116px;
  }
}
.two-column-text-section .row .single-column .blue-button {
  margin: auto;
}
.two-column-text-section .row .left-column {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .two-column-text-section .row .left-column {
    margin-bottom: 0;
  }
}

.three-column-stats-section {
  margin: 4rem 0;
}
.three-column-stats-section .single-column {
  margin: 2rem 0px 2rem 12px;
  max-width: 95%;
  padding: 0;
}
.three-column-stats-section .single-column .stat-wrap {
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .three-column-stats-section .single-column {
    width: 50%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .three-column-stats-section .single-column {
    width: 33%;
    margin: 0;
  }
}
.three-column-stats-section .single-column .stat-icon {
  max-height: 40px;
  display: block;
}
.three-column-stats-section .single-column .stat-big-quantity {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 600ms ease;
}
.three-column-stats-section .single-column .stat-big-text,
.three-column-stats-section .single-column .stat-big-quantity {
  font-size: 4rem;
  font-weight: 900;
  display: inline-block;
}
@media (min-width: 576px) {
  .three-column-stats-section .single-column .stat-big-text,
  .three-column-stats-section .single-column .stat-big-quantity {
    font-size: 4.6rem;
  }
}
.three-column-stats-section .single-column .stat-descritpion {
  margin-bottom: 0;
}
.three-column-stats-section .single-column .stat-descritpion p {
  margin-bottom: 0;
}

.three-column-stats-section .row > div:nth-child(1) {
  border-left: 2px solid #618C33;
}
@media (min-width: 576px) {
  .three-column-stats-section .row > div:nth-child(1) {
    margin-left: 12px;
  }
}

.three-column-stats-section .row > div:nth-child(2) {
  border-left: 2px solid #C696A0;
}

.three-column-stats-section .row > div:nth-child(3) {
  border-left: 2px solid #00739F;
}

.three-column-image-links-section {
  margin: 4rem 0;
  padding: 4rem 0;
  background-color: #EAF2F5;
}
.three-column-image-links-section .single-card {
  border: 0;
  background-color: #EAF2F5;
}
.three-column-image-links-section .single-card .card-img-top {
  border-radius: 0;
  max-height: 270px;
  object-fit: cover;
}
.three-column-image-links-section .single-card .card-body .card-icon-column {
  padding: 0;
}
@media (max-width: 576px) {
  .three-column-image-links-section .single-card .card-body .card-icon-column {
    width: 15%;
  }
}
.three-column-image-links-section .single-card .card-body .card-icon-column .card-icon {
  width: 100%;
}
@media (max-width: 576px) {
  .three-column-image-links-section .single-card .card-body .card-text-column {
    width: 85%;
  }
}

.subscribe-form-section {
  margin: 4rem 0;
}
.subscribe-form-section h2,
.subscribe-form-section p {
  text-align: center;
}
.subscribe-form-section .fluentform {
  max-width: 500px;
  margin: auto;
}
.subscribe-form-section .fluentform .ff-el-form-control {
  border-radius: 0;
  padding: 1.5rem;
}
@media (min-width: 576px) {
  .subscribe-form-section .fluentform .ff-el-form-control {
    padding: 1.5rem 2.5rem;
  }
}
.subscribe-form-section .fluentform .ff-el-form-control {
  border: 1px solid #4E4E4E;
}
.subscribe-form-section .fluentform .ff_submit_btn_wrapper_custom .ff-btn {
  border-radius: 0;
  background-color: #00739F;
  text-transform: uppercase;
  min-width: auto;
  margin: auto;
  padding: 12px 50px;
  display: block;
}
.subscribe-form-section .fluentform .ff_submit_btn_wrapper_custom .ff-btn:hover {
  border: 1px solid #00739F;
}

.news-posts-with-load-more-section,
.recent-news-section,
.related-news-section {
  margin: 4rem 0;
}
.news-posts-with-load-more-section .news-card,
.recent-news-section .news-card,
.related-news-section .news-card {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .news-posts-with-load-more-section .news-card,
  .recent-news-section .news-card,
  .related-news-section .news-card {
    margin-bottom: 0;
  }
}
.news-posts-with-load-more-section .news-card .news-image img,
.recent-news-section .news-card .news-image img,
.related-news-section .news-card .news-image img {
  margin-bottom: 2rem;
  width: 100%;
  object-fit: cover;
  max-height: 360px;
}
@media (min-width: 576px) {
  .news-posts-with-load-more-section .news-card .news-image img,
  .recent-news-section .news-card .news-image img,
  .related-news-section .news-card .news-image img {
    max-height: 400px;
  }
}
.news-posts-with-load-more-section .news-card .news-categories,
.recent-news-section .news-card .news-categories,
.related-news-section .news-card .news-categories {
  margin-bottom: 2rem;
}
.news-posts-with-load-more-section .news-card .news-title,
.news-posts-with-load-more-section .news-card .news-excerpt,
.recent-news-section .news-card .news-title,
.recent-news-section .news-card .news-excerpt,
.related-news-section .news-card .news-title,
.related-news-section .news-card .news-excerpt {
  margin-bottom: 1rem;
  color: #272E36;
}
.news-posts-with-load-more-section .news-card .news-meta,
.recent-news-section .news-card .news-meta,
.related-news-section .news-card .news-meta {
  color: #272E36;
}

.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.news-filters label {
  cursor: pointer;
  position: relative;
  padding-bottom: 4px;
  transition: 0.3s ease;
}
.news-filters label input {
  display: none;
}
.news-filters label::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: 0.3s ease;
}
.news-filters label.active::after {
  width: 100%;
}

.hero-and-title-section {
  position: relative;
}
.hero-and-title-section .hero-and-title-background {
  height: 65vh;
}
@media (min-width: 576px) {
  .hero-and-title-section .hero-and-title-background {
    height: 75vh;
  }
}
.hero-and-title-section .hero-and-title-background {
  background-size: cover;
  background-position: center center;
}
.hero-and-title-section .hero-and-title-background .hero-and-title-overlay {
  background: linear-gradient(140deg, rgba(21, 38, 59, 0.5) 0%, rgba(46, 46, 46, 0) 30%);
  height: 100%;
}
.hero-and-title-section .hero-and-title-background .hero-and-title-overlay h1 {
  color: white;
  font-size: 2rem;
}
.hero-and-title-section .our-work-icon-wrapper {
  position: absolute;
  bottom: -50px;
  background-color: #F7F7F7;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-and-title-section .our-work-icon-wrapper .our-work-icon {
  width: 50px;
}

.two-column-intro-section {
  margin: 4rem 0;
}
.two-column-intro-section .scroll-to-links,
.two-column-intro-section .external_links {
  list-style-type: none;
  padding-left: 0;
  color: #00739F !important;
  text-decoration: underline;
  font-size: 1.5rem;
}
.two-column-intro-section .scroll-to-links .scroll-to-link a,
.two-column-intro-section .scroll-to-links .external_link a,
.two-column-intro-section .external_links .scroll-to-link a,
.two-column-intro-section .external_links .external_link a {
  color: #00739F !important;
}

.text-and-image-section {
  overflow: hidden;
  margin: 4rem 0;
}
.text-and-image-section .image-column img {
  width: calc(100% + (100vw - 1320px) / 2);
  max-width: none;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

.image-and-text-section {
  margin: 4rem 0;
}
.image-and-text-section .image-column img {
  max-width: 60%;
}

.page-id-22 .image-and-text-section .image-column img,
.page-id-12 .image-and-text-section .image-column img {
  max-width: 90%;
  object-fit: cover;
  max-height: 220px;
  width: 100%;
}

.full-width-text-section {
  margin: 4rem 0;
}

.contact-form-section {
  margin: 4rem 0;
}
.contact-form-section h2,
.contact-form-section p {
  text-align: center;
}
.contact-form-section .contact-form-wrapper .fluentform {
  max-width: 500px;
  margin: auto;
}
.contact-form-section .contact-form-wrapper .fluentform .ff-el-form-control {
  border-radius: 0;
  padding: 1.5rem;
}
@media (min-width: 576px) {
  .contact-form-section .contact-form-wrapper .fluentform .ff-el-form-control {
    padding: 1.5rem 2.5rem;
  }
}
.contact-form-section .contact-form-wrapper .fluentform .ff-el-form-control {
  border: 1px solid #4E4E4E;
}
.contact-form-section .contact-form-wrapper .fluentform .ff_submit_btn_wrapper .ff-btn {
  border-radius: 0;
  background-color: #00739F;
  text-transform: uppercase;
  min-width: auto;
  margin: auto;
  padding: 12px 50px;
  display: block;
}
.contact-form-section .contact-form-wrapper .fluentform .ff_submit_btn_wrapper .ff-btn:hover {
  border: 1px solid #00739F;
  background-color: white;
  color: #00739F;
}

.video-slider-background {
  background-color: #15263B;
  margin: 4rem 0 0 0;
  padding: 2rem 0;
}
.video-slider-background .video-slider-title {
  color: white;
  text-align: center;
  text-transform: capitalize;
}
.video-slider-background iframe {
  height: 500px;
}
.video-slider-background .slick-arrow {
  height: 15px;
  width: 15px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.video-slider-background .slick-prev {
  position: absolute;
  left: 0px;
  top: 92%;
}
@media (min-width: 576px) {
  .video-slider-background .slick-prev {
    left: -30px;
    top: 48%;
  }
}
.video-slider-background .slick-next {
  position: absolute;
  right: 0px;
  top: 92%;
}
@media (min-width: 576px) {
  .video-slider-background .slick-next {
    right: -30px;
    top: 48%;
  }
}
.video-slider-background .slick-dots {
  padding-left: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.video-slider-background .slick-dots li {
  padding: 0 5px;
}
.video-slider-background .slick-dots li button {
  font-size: 0;
  padding: 4px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid white;
}
.video-slider-background .slick-dots .slick-active button {
  background-color: #15263B;
}

.single-news-post .single-news-image img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  max-height: 600px;
  margin-bottom: 4rem;
}
.single-news-post .single-news-subtitle {
  font-size: 1.2rem;
  display: block;
}
.single-news-post .single-news-details-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .single-news-post .single-news-details-wrapper {
    flex-wrap: nowrap;
  }
}
.single-news-post .single-news-details-wrapper .news-meta,
.single-news-post .single-news-details-wrapper .news-categories {
  display: inline-block;
}
.single-news-post .single-news-details-wrapper .social-share {
  display: inline-block;
}
.single-news-post .single-news-details-wrapper .social-share svg path {
  fill: #15263B;
}
.single-news-post .single-news-content {
  border-top: 1px solid rgba(21, 38, 59, 0.2078431373);
  border-bottom: 1px solid rgba(21, 38, 59, 0.2078431373);
}
.single-news-post .single-news-content a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.donation-pop-up {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.donation-pop-up .donation-pop-up-wrapper {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin: 40px auto;
  padding: 50px 25px 25px;
  max-height: calc(100vh - 30px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .donation-pop-up .donation-pop-up-wrapper {
    padding: 45px 18px 18px;
    border-radius: 12px;
    max-height: calc(100vh - 40px);
  }
}
.donation-pop-up .donation-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donation-pop-up .donation-close::before, .donation-pop-up .donation-close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #fff;
  border-radius: 10px;
}
.donation-pop-up .donation-close::before {
  transform: rotate(45deg);
}
.donation-pop-up .donation-close::after {
  transform: rotate(-45deg);
}
.donation-pop-up .donation-close:hover {
  transform: scale(1.08);
  background: rgba(0, 0, 0, 0.9);
}
.donation-pop-up iframe {
  width: 100% !important;
  max-width: 100%;
  min-height: 500px;
}
@media (max-width: 768px) {
  .donation-pop-up iframe {
    min-height: 650px;
  }
}
@media (max-width: 480px) {
  .donation-pop-up iframe {
    min-height: 750px;
  }
}

p,
div,
a,
input,
button {
  font-family: "Montserrat", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "warbler-banner", sans-serif;
}

h1 {
  font-size: 2.6rem !important;
}

h2 {
  font-size: 2.2rem !important;
}

h3 {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 3rem !important;
  }
  h2 {
    font-size: 2.6rem !important;
  }
  h3 {
    font-size: 2rem;
  }
}
.pre-footer.support-us-section {
  background-attachment: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .pre-footer.support-us-section {
    background-attachment: fixed;
  }
}
.pre-footer.support-us-section .support-us-overlay {
  background: linear-gradient(30deg, rgba(21, 38, 59, 0.9) 0%, rgba(46, 46, 46, 0.3) 80%, rgba(46, 46, 46, 0) 100%);
  padding: 8rem 0;
}
.pre-footer.support-us-section .support-us-overlay .col {
  max-width: 500px;
  margin: auto;
}
.pre-footer.support-us-section .support-us-overlay .col h2,
.pre-footer.support-us-section .support-us-overlay .col p {
  color: white;
  text-align: center;
}
.pre-footer.support-us-section .support-us-overlay .col .blue-button {
  margin: auto;
  display: block;
  width: fit-content;
}

footer#footer {
  background-color: #15263B;
  padding: 4rem 0;
}
footer#footer .main-footer {
  padding-bottom: 4rem;
}
footer#footer .main-footer .footer-column-three #menu-footer-menu-1,
footer#footer .main-footer .footer-column-three #menu-footer-menu-2 {
  padding-left: 0;
}
footer#footer .main-footer .footer-column-three #menu-footer-menu-1 .active,
footer#footer .main-footer .footer-column-three #menu-footer-menu-2 .active {
  color: #00739F;
  font-weight: 600;
}
footer#footer .main-footer .footer-column-three .menu-item {
  margin-bottom: 1rem;
}
footer#footer .sub-footer {
  align-items: baseline;
  border-top: 1px solid rgba(232, 232, 232, 0.4901960784);
  padding-top: 4rem;
}
@media (min-width: 576px) {
  footer#footer .sub-footer .col-md-6 {
    padding: 0;
  }
}
footer#footer .sub-footer .legal-footer {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  flex-direction: column;
}
@media (min-width: 576px) {
  footer#footer .sub-footer .legal-footer {
    flex-direction: row;
  }
}
footer#footer .sub-footer .legal-footer .menu-item {
  padding-right: 2rem;
  margin-bottom: 1rem;
}
footer#footer .sub-footer .footer-copyright {
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 576px) {
  footer#footer .sub-footer .footer-copyright {
    text-align: right;
  }
}
footer#footer .sub-footer #menu-footer-menu-3 .active {
  color: #00739F;
  font-weight: 600;
}
footer#footer .footer-logo {
  height: 100px;
  width: auto;
}
footer#footer p,
footer#footer a {
  color: white;
}
footer#footer a {
  text-decoration: underline;
}

.translate-widget {
  position: fixed;
  right: 0;
  bottom: 10px;
}

header {
  background-color: #EAF2F5;
  position: sticky;
  top: 0;
  z-index: 1;
}
header #header {
  padding: 1rem 0;
}
header #header .navbar-brand img {
  height: 60px;
}
header .navbar-toggler {
  border: 0px;
}
header .navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("/wp-content/uploads/2026/05/toggler-open.svg");
}
header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("/wp-content/uploads/2026/05/toggler-close.svg");
  background-size: 80%;
}
header .navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}

#main {
  padding: 0;
  margin-top: 0 !important;
}

body {
  background-color: #F7F7F7 !important;
  scroll-behavior: smooth;
}

body {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

body.page-loaded {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  body {
    opacity: 1 !important;
    transition: none !important;
  }
}
header #menu-main-menu {
  width: 100%;
  justify-content: center;
  margin: 2rem 0;
}
@media (min-width: 576px) {
  header #menu-main-menu {
    margin: 0;
  }
}
header #menu-main-menu .nav-link {
  padding: 10px 0;
}
@media (min-width: 992px) {
  header #menu-main-menu .nav-link {
    padding: 10px 20px;
  }
}
@media (min-width: 1200px) {
  header #menu-main-menu .nav-link {
    padding: 10px 30px;
  }
}
header #menu-main-menu .dropdown-menu {
  background-color: #EAF2F5;
  border: 0;
  padding: 0;
  box-shadow: 0 0 0 0;
  border-radius: 0;
}
@media (min-width: 576px) {
  header #menu-main-menu .dropdown-menu {
    margin: 10px 30px;
  }
}
header #menu-main-menu .dropdown-menu .menu-item a {
  padding: 10px;
}
@media (min-width: 576px) {
  header #menu-main-menu .dropdown-menu .menu-item a {
    padding: 10px 20px;
  }
}
header #menu-main-menu .dropdown-menu .menu-item a:active {
  background-color: #00739F;
}
header #menu-main-menu .dropdown-menu .menu-item .active {
  background-color: #00739F;
}
header #menu-main-menu .dropdown .dropdown-toggle.show:after {
  transform: translateY(-50%) rotate(-180deg);
  transform-origin: center;
  transition: ease-in-out 0.3s;
}
header #menu-main-menu .dropdown .dropdown-toggle:after {
  background-image: url("/wp-content/uploads/2026/05/down-chevron.svg");
  background-size: contain;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  top: 20px;
  margin-left: 0.5rem;
  transition: ease-in-out 0.3s;
}
header .header-donate-button {
  margin: auto;
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  header .header-donate-button {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  #header .container {
    flex-wrap: wrap;
  }
  #header .container #navbar {
    width: 100%;
  }
  #header .container #navbar #menu-main-menu {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .navbar-expand-md .navbar-toggler {
    display: block !important;
  }
  .navbar-expand-md .navbar-collapse {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  #navbar.collapse:not(.show) {
    display: none !important;
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.fade-in-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

a {
  cursor: pointer;
}

.custom-button {
  display: inline-block;
  padding: 12px 50px;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

.small-button {
  font-size: 0.8rem;
  padding: 6px 12px;
  border-radius: 2px;
}

.blue-button, .blue-button-with-chevron {
  display: inline-block;
  padding: 12px 50px;
  background-color: #00739F;
  color: white; /* Initial text color */
  position: relative;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border: 1px solid #00739F;
}

.blue-button:hover {
  border: 1px solid #00739F;
  color: #00739F;
  background-color: #EAF2F5;
  transition: ease-in-out 0.3s;
}

.blue-button-with-chevron:after {
  content: "";
  background-image: url("/wp-content/uploads/2026/05/right-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  bottom: 1px;
  transition: ease-in-out 0.3s;
}

.blue-button-with-chevron:hover {
  border: 1px solid #00739F;
  color: #00739F;
  background-color: #EAF2F5;
  transition: ease-in-out 0.3s;
}

.blue-button-with-chevron:hover:after {
  background-image: url("/wp-content/uploads/2026/05/right-arrow-blue.svg");
  transition: ease-in-out 0.3s;
}

.dark-blue-button {
  background-color: #15263B;
  color: white;
}

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