body {
  background: white;
  overflow-x: hidden;
}
body .wow {
  visibility: hidden;
}
body * {
  font-family: "Geologica", sans-serif;
}
body.mobile-menu-active {
  overflow: hidden;
}
body.mobile-menu-active #toggler {
  z-index: 99;
  background-color: white;
  color: #204685;
}
body.mobile-menu-active .container .row .site-branding .logo {
  display: none;
}
body.mobile-menu-active .container .row .site-branding .logo-bar {
  background-color: #fff;
  position: relative;
  z-index: 99;
}
body.mobile-menu-active .container .row .site-branding .mobile-logo {
  display: inline-block;
  z-index: 99;
  position: relative;
}
body img {
  max-width: 100%;
}
body #toggler {
  display: none;
  position: absolute;
  right: 50px;
  top: 100px;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
  background-color: #204685;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  text-align: center;
  padding: 0;
  line-height: 46px;
}
@media (max-width: 991px) {
  body #toggler {
    display: block;
  }
}
@media (max-width: 991px) {
  body .container {
    max-width: 90%;
  }
}
body img {
  max-width: 100%;
}
body::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-image: url("../images/17379120_blue_Grunge_halftone_detailed_texture_background.png");
  z-index: 0;
}
body ul.wp-block-list, body .service-content ul {
  list-style: none;
}
body ul.wp-block-list li, body .service-content ul li {
  position: relative;
}
body ul.wp-block-list li::before, body .service-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #41B339;
}
body .back-button-container .btn .btn-arrow-back {
  display: block;
  max-width: 0;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.6s ease;
}
body .back-button-container .btn:hover {
  background-color: #41B339;
  color: #F6F6F6;
}
body .back-button-container .btn:hover .btn-arrow-back {
  max-width: 30px;
  opacity: 1;
  margin-right: 10px;
  transform: translateX(0);
  transition: all 0.6s ease;
}
body .btn {
  display: inline-flex;
  align-items: center;
  background: #204685;
  width: fit-content;
  color: #F6F6F6;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-radius: 50px;
  padding: 15px 35px;
  border: none;
  transition: all 0.6s ease;
  position: relative;
}
body .btn:focus {
  box-shadow: none;
}
body .btn .btn-arrow {
  display: block;
  max-width: 0;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.6s ease;
}
body .btn:hover {
  background-color: #41B339;
  color: #F6F6F6;
}
body .btn:hover .btn-arrow {
  max-width: 30px;
  opacity: 1;
  margin-left: 10px;
  transform: translateX(0);
  transition: all 0.6s ease;
}
body .title-container {
  margin-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}
body .title-container .page-icon {
  text-align: right;
  padding-right: 130px;
}
@media (max-width: 575px) {
  body .title-container .page-icon {
    width: 30%;
    padding-right: 0;
  }
}
body h2.section-title {
  color: #204685;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -1.6px;
  margin-bottom: 40px;
  padding-left: 60px;
}
@media (max-width: 575px) {
  body h2.section-title {
    padding-left: 0;
  }
}
body h2.section-title::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #41B339;
  margin-right: 5px;
}
body .newsletter {
  margin: 40px 0;
}
body .newsletter:nth-child(odd) .newsletter-heading {
  color: #41B339;
}
body .newsletter:nth-child(odd) .newsletter-month {
  color: #204685;
}
body .newsletter:nth-child(odd) .newsletter-year {
  color: #204685;
}
body .newsletter:nth-child(odd) .newsletter-issue a.btn {
  background-color: #41B339;
}
body .newsletter--inner {
  position: relative;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50px 50px 50px 0;
  padding: 45px 50px 33px 50px;
  margin: 0 5px;
}
body .newsletter--inner::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 50px solid white;
  border-right: 50px solid transparent;
  left: 0;
  bottom: -40px;
}
body .newsletter-heading {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 18px;
  color: #204685;
}
body .newsletter-month {
  font-size: 20px;
  font-weight: bold;
  color: #41B339;
}
body .newsletter-year {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #41B339;
}
body .newsletter-issue a.btn {
  background-color: #204685;
}
body section {
  margin: 100px 0;
}
body #footer {
  margin-top: 60px;
  position: relative;
}
body #footer .footer-decoration {
  display: flex;
  justify-content: center;
  filter: invert(30%);
  opacity: 0.1;
}
body #footer .container-fluid {
  background-color: #F6F6F6;
}
body #footer .container-fluid .container {
  padding: 30px 0 30px 0;
}
body #footer .container-fluid .container .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  body #footer .container-fluid .container .row .footer-logo-dem {
    width: 50%;
  }
}
body #footer .container-fluid .container .row .footer-logo-fund {
  display: flex;
  justify-content: center;
}
@media (max-width: 576px) {
  body #footer .container-fluid .container .row .footer-logo-fund {
    width: 50%;
  }
}
body #footer .container-fluid .container .row .footer-right {
  text-align: right;
}
@media (max-width: 768px) {
  body #footer .container-fluid .container .row .footer-right {
    text-align: center;
    margin-top: 30px;
  }
}
body #footer .container-fluid .container .row .footer-right .top-part {
  display: flex;
  justify-content: end;
  gap: 32px;
  padding-bottom: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
body #footer .container-fluid .container .row .footer-right .top-part ul li a i {
  color: #204685;
  transition: all 0.25s ease;
}
body #footer .container-fluid .container .row .footer-right .top-part ul li a:hover i {
  color: #41B339;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  body #footer .container-fluid .container .row .footer-right .top-part {
    justify-content: center;
  }
}
body #footer .container-fluid .container .row .footer-right .top-part .contact {
  display: flex;
  font-size: 14px;
}
body #footer .container-fluid .container .row .footer-right .top-part .contact span {
  color: #204685;
}
body #footer .container-fluid .container .row .footer-right .top-part .contact ul {
  margin: 0;
}
body #footer .container-fluid .container .row .footer-right .top-part .contact ul li {
  list-style: none;
}
body #footer .container-fluid .container .row .footer-right .top-part .contact ul li i {
  color: #204685;
}
body #footer .container-fluid .container .row .footer-right .top-part .social {
  display: flex;
  font-size: 14px;
}
body #footer .container-fluid .container .row .footer-right .top-part .social span {
  color: #204685;
}
body #footer .container-fluid .container .row .footer-right .top-part .social ul {
  margin: 0;
}
body #footer .container-fluid .container .row .footer-right .top-part .social ul li {
  list-style: none;
}
body #footer .container-fluid .container .row .footer-right .top-part .social ul li i {
  color: #204685;
}
body #footer .container-fluid .container .row .footer-right .bottom-part {
  display: flex;
  flex-direction: column;
}
body #footer .container-fluid .container .row .footer-right .bottom-part span {
  color: #204685;
  font-size: 18px;
  letter-spacing: -0.6px;
}
body #footer .container-fluid .container .row .footer-right .bottom-part .links {
  margin-top: 7px;
}
body #footer .container-fluid .container .row .footer-right .bottom-part .links a {
  text-decoration: none;
  color: #204685;
}
body #footer .container-fluid .container .row .footer-right .bottom-part .links a:hover {
  color: #41B339;
  transition: all 0.25s ease;
}
body #footer .container-fluid .container .row .footer-right .bottom-part .links span {
  color: #204685;
}
body header {
  padding-top: 67px;
  position: relative;
}
body header .container .row {
  align-items: center;
}
body header .container .row .site-branding {
  display: flex;
  align-items: center;
  gap: 20px;
}
body header .container .row .site-branding .main-logo {
  padding-bottom: 6px;
}
body header .container .row .site-branding .mobile-logo {
  display: none;
}
body header .container .row .site-branding .logo-bar {
  width: 1px;
  height: 75px;
  background-color: #204685;
}
body header .container .row .main-navigation {
  transition: opacity 0.25s linear;
}
@media (max-width: 991px) {
  body header .container .row .main-navigation {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
}
body header .container .row .main-navigation.active {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #204685;
  z-index: 9;
  transition: opacity 0.25s linear;
}
body header .container .row .main-navigation.active ul {
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  padding: 0;
  margin: 0;
  gap: 35px;
}
body header .container .row .main-navigation.active ul li {
  text-align: center;
}
body header .container .row .main-navigation.active ul li a {
  color: #fff;
  font-size: 20px;
}
body header .container .row .main-navigation ul {
  display: flex;
  gap: 15px;
  list-style: none;
  justify-content: flex-end;
}
body header .container .row .main-navigation ul li {
  position: relative;
}
body header .container .row .main-navigation ul li.current_page_item a::after {
  width: 40%;
}
body header .container .row .main-navigation ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #204685;
  letter-spacing: -0.3px;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  transition: all 0.6s ease;
  text-transform: uppercase;
}
body header .container .row .main-navigation ul li a::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background-color: #41B339;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
}
body header .container .row .main-navigation ul li a:hover::after {
  width: 40%;
}
body header .container .row .main-navigation ul li:not(:first-child)::before {
  content: "";
  display: inline-block;
  height: 50%;
  padding-right: 10px;
  border-left: 2px solid #204685;
  position: absolute;
  left: -8px;
  top: 6px;
}
