@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-Regular.woff2") format("woff2"), url("fonts/Inter/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-Black.woff2") format("woff2"), url("fonts/Inter/Inter-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("fonts/Inter/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-Medium.woff2") format("woff2"), url("fonts/Inter/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-ExtraLight.woff2") format("woff2"), url("fonts/Inter/Inter-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-Bold.woff2") format("woff2"), url("fonts/Inter/Inter-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-ExtraBold.woff2") format("woff2"), url("fonts/Inter/Inter-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-Light.woff2") format("woff2"), url("fonts/Inter/Inter-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("fonts/Inter/Inter-Thin.woff2") format("woff2"), url("fonts/Inter/Inter-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PPNeueWorld";
  src: url("fonts/PPNeueWorld/PPNeueWorld-Regular.woff2") format("woff2"), url("fonts/PPNeueWorld/PPNeueWorld-Regular.woff") format("woff"), url("fonts/PPNeueWorld/PPNeueWorld-Regular.woff") format("otf"), url("fonts/PPNeueWorld/PPNeueWorld-Regular.woff") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.title h1 {
  text-transform: capitalize;
  margin: 0 auto;
  width: 100%;
  font-family: "PPNeueWorld";
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}
@media (max-width: 991px) {
  .title h1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .title h1 {
    font-size: 25px;
    line-height: 29px;
  }
}

.btn-tfh-primary {
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  width: 195px;
  height: 48px;
  border-radius: 20px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Inter";
  text-align: center;
  align-content: center;
  font-weight: 400;
  font-size: 15px;
}
.btn-tfh-primary:hover {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 991px) {
  .btn-tfh-primary {
    width: 190px;
    height: 45px;
    border-radius: 17px;
  }
}
@media (max-width: 767px) {
  .btn-tfh-primary {
    height: 40px;
    border-radius: 15px;
  }
}

.btn-tfh-secondary {
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  width: 195px;
  height: 48px;
  border-radius: 20px;
  background-color: transparent;
  color: #000000;
  font-family: "Inter";
  text-align: center;
  align-content: center;
  font-weight: 400;
  font-size: 15px;
}
.btn-tfh-secondary:hover {
  background-color: #000000;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .btn-tfh-secondary {
    width: 190px;
    height: 45px;
    border-radius: 17px;
  }
}
@media (max-width: 767px) {
  .btn-tfh-secondary {
    height: 40px;
    border-radius: 15px;
  }
}

.hamburger {
  width: 30px;
  height: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hamburger span {
  display: flex;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
.hamburger span:first-child {
  width: 25px;
}
.hamburger span:last-child {
  width: 20px;
}
.hamburger:hover span:first-child,
.hamburger:hover span:last-child {
  width: 30px;
}

body {
  scroll-behavior: smooth;
  font-family: "Inter";
  position: relative;
  background-color: #FFFFFF;
}

li {
  list-style: none;
}

a {
  transition: all 0.3s ease-in-out;
  text-decoration: unset;
  color: #000000;
  font-weight: 500;
}
a:hover {
  text-decoration: none !important;
}

button,
select,
input {
  outline: none;
}

h1 {
  font-family: "Inter";
  font-size: 40px;
  color: #000000;
}

h2 {
  font-family: "Inter";
  font-size: 35px;
  color: #000000;
}

h3 {
  font-family: "Inter";
  font-size: 30px;
  color: #000000;
}

h4 {
  font-family: "Inter";
  font-size: 25px;
  color: #000000;
}

h5 {
  font-family: "Inter";
  font-size: 20px;
  color: #000000;
}

h6 {
  font-family: "Inter";
  font-size: 18px;
  color: #000000;
}

p {
  font-family: "Inter";
  font-size: 14px;
  color: #000000;
}

@media (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 17px;
  }
  h6 {
    font-size: 16px;
  }
  p {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 12px;
  }
}
#header {
  z-index: 999999;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 62px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  #header {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  #header {
    padding-top: 24px;
  }
}

@keyframes scrollHeader {
  to {
    box-shadow: 0px 3px 136px -30px rgba(0, 0, 0, 0.5);
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .header-navigation {
    margin-left: auto;
  }
}

.header-logo {
  display: flex;
  padding-right: 60px;
}
@media (max-width: 575px) {
  .header-logo {
    padding-right: 0px;
    padding-left: 40px;
  }
}
.header-logo a {
  display: flex;
  margin: auto 0;
}
.header-logo .custom-logo {
  width: auto;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .header-logo .custom-logo {
    height: 24px;
  }
}

.header-menu-close,
.header-menu-toggle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: unset;
  background: transparent;
}
@media (min-width: 992px) {
  .header-menu-close,
  .header-menu-toggle {
    display: none;
  }
}

.header-menu-toggle {
  margin: 3px 0;
}

.header-menu-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999999;
}

@media (max-width: 991px) {
  .header-modal-menu {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: -100%;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
  }
}
.header-modal-menu.active {
  left: 0;
}

#header-primary-menu {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header-primary-menu .dashicons-arrow-down-alt2 {
  margin-top: 0;
}
#header-primary-menu li {
  position: relative;
  padding: 6px 33px;
}
@media (max-width: 1250px) {
  #header-primary-menu li {
    padding: 6px 30px;
  }
}
@media (max-width: 1199px) {
  #header-primary-menu li {
    padding: 6px 28px;
  }
}
#header-primary-menu li:first-child {
  padding-left: 0;
}
#header-primary-menu li:last-child {
  padding-right: 0;
  padding: 0 0 0 33px;
}
#header-primary-menu li:last-child a {
  transition: all 0.3s ease-in-out;
  background-color: #000000;
  color: #FFFFFF;
  height: 31.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 28px;
  border-radius: 20px;
  border: 1px solid #000000;
}
#header-primary-menu li:last-child a:hover {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 991px) {
  #header-primary-menu li {
    width: 100%;
    text-align: center;
  }
  #header-primary-menu li:first-child {
    padding-left: 33px;
  }
  #header-primary-menu li:last-child {
    padding-right: 33px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 6px auto 0 auto;
  }
}
#header-primary-menu li .sub-menu {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  max-height: 0;
  background-color: white;
  padding: 0 15px 0 15px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1300;
  min-width: 265px;
  display: block;
}
@media (max-width: 991px) {
  #header-primary-menu li .sub-menu {
    left: 50%;
    transform: translateX(-50%);
    max-width: 320px;
  }
}
#header-primary-menu li .sub-menu li {
  padding: 0;
  width: 100%;
  border-bottom: 0.3px solid #000000;
  padding-top: 10px;
}
#header-primary-menu li .sub-menu li a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 18.15px;
}
#header-primary-menu li .sub-menu li:last-child a {
  background-color: transparent !important;
  border: unset !important;
  color: #000 !important;
  height: unset !important;
  padding: 0 !important;
  opacity: 1 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: unset !important;
}
#header-primary-menu li.menu-item-has-children {
  cursor: pointer;
}
#header-primary-menu li.menu-item-has-children:hover .sub-menu {
  padding: 10px 15px 20px 15px;
  max-height: 1000px;
  opacity: 1;
}
#header-primary-menu a {
  text-align: center;
  font-family: "Inter";
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 991px) {
  #header-primary-menu a {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
  }
}

.home .header-logo .custom-logo,
.tax-reports_category .header-logo .custom-logo,
.single-events .header-logo .custom-logo {
  filter: invert(1);
}
@media (min-width: 992px) {
  .home #header-primary-menu a,
  .tax-reports_category #header-primary-menu a,
  .single-events #header-primary-menu a {
    color: #FFFFFF;
  }
  .home #header-primary-menu li .sub-menu li a,
  .tax-reports_category #header-primary-menu li .sub-menu li a,
  .single-events #header-primary-menu li .sub-menu li a {
    color: #000000;
  }
  .home #header-primary-menu li:last-child a,
  .tax-reports_category #header-primary-menu li:last-child a,
  .single-events #header-primary-menu li:last-child a {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
  }
  .home #header-primary-menu li:last-child a:hover,
  .tax-reports_category #header-primary-menu li:last-child a:hover,
  .single-events #header-primary-menu li:last-child a:hover {
    background-color: transparent;
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
}
.home .header-menu-toggle svg path,
.tax-reports_category .header-menu-toggle svg path,
.single-events .header-menu-toggle svg path {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}

.home #header-primary-menu li:last-child a {
  transition: all 0.3s ease-in-out;
  background-color: #FF1D25;
  color: #FFFFFF;
  border: 1px solid #FF1D25;
}
.home #header-primary-menu li:last-child a:hover {
  background-color: #FF1D25;
  color: #FFFFFF;
  border: 1px solid #FF1D25;
  opacity: 0.6;
}

.footer {
  background-color: #000000;
  padding: 65px 0 200px 0;
  z-index: 100;
  position: relative;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 575px) {
  .footer {
    padding: 40px 0 0px 0;
  }
}
.footer a {
  transition: all 0.3s ease-in-out;
}
.footer a:hover {
  opacity: 0.5;
}
@media (max-width: 575px) {
  .footer-site-info {
    display: none;
  }
}
.footer-site-info p {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF;
  text-align: left;
  font-family: "Inter";
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
}
.footer-logo .wp-block-image {
  margin-bottom: 42.5px;
}
@media (max-width: 575px) {
  .footer-logo .wp-block-image {
    margin-bottom: 30px;
  }
}
.footer-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .footer-logo img {
    max-width: 222px;
  }
}
.footer-description p {
  color: #FFFFFF;
  font-family: "Inter";
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-description p {
    margin-bottom: 65px;
    width: 100%;
    max-width: 231.44px;
    font-size: 6px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .footer-social-media {
    padding-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .footer-social-media {
    padding-bottom: 20px;
  }
}
.footer-social-media .widget {
  padding-right: 25px;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .footer-social-media .widget {
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.footer-social-media .widget:last-child {
  padding-right: 0;
}
.footer-social-media .wp-block-image {
  margin: 0;
}
.footer-social-media .wp-block-image img {
  width: 27px;
  height: 27px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 575px) {
  .footer-social-media .wp-block-image img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .footer-address {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer-address {
    padding-bottom: 40px;
  }
}
.footer-address p {
  margin-bottom: 30px;
  color: #FFFFFF;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 575px) {
  .footer-address p {
    margin-bottom: 21px;
    font-size: 12px;
    line-height: 14.5px;
  }
}
.footer-address a {
  color: #FFFFFF;
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 575px) {
  .footer-address a {
    font-size: 14px;
    line-height: 17px;
  }
}
.footer-address li:last-child p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .footer-menu {
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer-menu {
    padding-bottom: 40px;
    display: none;
  }
}
.footer-menu #footer-menu {
  margin: 0;
  padding: 0;
}
.footer-menu li {
  display: flex;
  width: 100%;
  margin-bottom: 18px;
}
@media (max-width: 575px) {
  .footer-menu li {
    margin-bottom: 15px;
  }
}
.footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-menu a {
  color: #FFFFFF;
  font-family: "Inter";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 575px) {
  .footer-menu a {
    font-size: 16px;
    line-height: 20px;
  }
}

.hero-banner {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner-content {
  position: relative;
  z-index: 100;
}
.hero-banner .hero-banner-line {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero-banner .hero-banner-line-left {
  left: -200px;
}
.hero-banner .hero-banner-line-right {
  transform: scaleX(-1);
  right: -200px;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-line {
    display: none;
  }
}
.hero-banner .hero-banner-red-line {
  z-index: 11;
  animation: slideInRed 2.24s ease-out forwards;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-red-line {
    animation: slideInRed991 1.62s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-red-line {
    animation: slideInRed767 1.31s ease-out forwards;
  }
}
@keyframes slideInRed {
  0% {
    left: -200px;
  }
  100% {
    left: 248px;
  }
}
@keyframes slideInRed991 {
  0% {
    left: -200px;
  }
  100% {
    left: 124px;
  }
}
@keyframes slideInRed767 {
  0% {
    left: -200px;
  }
  100% {
    left: 62px;
  }
}
.hero-banner .hero-banner-blue-line {
  z-index: 9;
  animation: slideInBlue 1.93s ease-out forwards;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-blue-line {
    animation: slideInBlue991 1.465s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-blue-line {
    animation: slideInBlue767 1.2325s ease-out forwards;
  }
}
@keyframes slideInBlue {
  0% {
    left: -200px;
  }
  100% {
    left: 186px;
  }
}
@keyframes slideInBlue991 {
  0% {
    left: -200px;
  }
  100% {
    left: 93px;
  }
}
@keyframes slideInBlue767 {
  0% {
    left: -200px;
  }
  100% {
    left: 46.5px;
  }
}
.hero-banner .hero-banner-purple-line {
  z-index: 10;
  animation: slideInPurple 1.62s ease-out forwards;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-purple-line {
    animation: slideInPurple991 1.31s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-purple-line {
    animation: slideInPurple767 1.155s ease-out forwards;
  }
}
@keyframes slideInPurple {
  0% {
    left: -200px;
  }
  100% {
    left: 124px;
  }
}
@keyframes slideInPurple991 {
  0% {
    left: -200px;
  }
  100% {
    left: 62px;
  }
}
@keyframes slideInPurple767 {
  0% {
    left: -200px;
  }
  100% {
    left: 31px;
  }
}
.hero-banner .hero-banner-green-line {
  z-index: 19;
  animation: slideInGreen 1.31s ease-out forwards;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-green-line {
    animation: slideInGreen991 1.155s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-green-line {
    animation: slideInGreen767 1.0775s ease-out forwards;
  }
}
@keyframes slideInGreen {
  0% {
    left: -200px;
  }
  100% {
    left: 62px;
  }
}
@keyframes slideInGreen991 {
  0% {
    left: -200px;
  }
  100% {
    left: 31px;
  }
}
@keyframes slideInGreen767 {
  0% {
    left: -200px;
  }
  100% {
    left: 15.5px;
  }
}
.hero-banner .hero-banner-yellow-line {
  z-index: 20;
  animation: slideInYellow 1s ease-out forwards;
}
@keyframes slideInYellow {
  0% {
    left: -200px;
  }
  100% {
    left: 0;
  }
}
.hero-banner .hero-banner-red-line-scaleX {
  z-index: 11;
  animation: slideInRedScaleX 2.24s ease-out forwards;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-red-line-scaleX {
    animation: slideInRedScaleX991 1.62s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-red-line-scaleX {
    animation: slideInRedScaleX767 1.31s ease-out forwards;
  }
}
@keyframes slideInRedScaleX {
  0% {
    right: -200px;
  }
  100% {
    right: 248px;
  }
}
@keyframes slideInRedScaleX991 {
  0% {
    right: -200px;
  }
  100% {
    right: 124px;
  }
}
@keyframes slideInRedScaleX767 {
  0% {
    right: -200px;
  }
  100% {
    right: 62px;
  }
}
.hero-banner .hero-banner-blue-line-scaleX {
  z-index: 9;
  animation: slideInBlueScaleX 1.93s ease-out forwards;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-blue-line-scaleX {
    animation: slideInBlueScaleX991 1.465s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-blue-line-scaleX {
    animation: slideInBlueScaleX767 1.2325s ease-out forwards;
  }
}
@keyframes slideInBlueScaleX {
  0% {
    right: -200px;
  }
  100% {
    right: 186px;
  }
}
@keyframes slideInBlueScaleX991 {
  0% {
    right: -200px;
  }
  100% {
    right: 93px;
  }
}
@keyframes slideInBlueScaleX767 {
  0% {
    right: -200px;
  }
  100% {
    right: 46.5px;
  }
}
.hero-banner .hero-banner-purple-line-scaleX {
  z-index: 10;
  animation: slideInPurpleScaleX 1.62s ease-out forwards;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-purple-line-scaleX {
    animation: slideInPurpleScaleX991 1.31s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-purple-line-scaleX {
    animation: slideInPurpleScaleX767 1.155s ease-out forwards;
  }
}
@keyframes slideInPurpleScaleX {
  0% {
    right: -200px;
  }
  100% {
    right: 124px;
  }
}
@keyframes slideInPurpleScaleX991 {
  0% {
    right: -200px;
  }
  100% {
    right: 62px;
  }
}
@keyframes slideInPurpleScaleX767 {
  0% {
    right: -200px;
  }
  100% {
    right: 31px;
  }
}
.hero-banner .hero-banner-green-line-scaleX {
  z-index: 19;
  animation: slideInGreenScaleX 1.31s ease-out forwards;
}
@media (max-width: 991px) {
  .hero-banner .hero-banner-green-line-scaleX {
    animation: slideInGreenScaleX991 1.155s ease-out forwards;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-green-line-scaleX {
    animation: slideInGreenScaleX767 1.0775s ease-out forwards;
  }
}
@keyframes slideInGreenScaleX {
  0% {
    right: -200px;
  }
  100% {
    right: 62px;
  }
}
@keyframes slideInGreenScaleX991 {
  0% {
    right: -200px;
  }
  100% {
    right: 31px;
  }
}
@keyframes slideInGreenScaleX767 {
  0% {
    right: -200px;
  }
  100% {
    right: 15.5px;
  }
}
.hero-banner .hero-banner-yellow-line-scaleX {
  z-index: 20;
  animation: slideInYellowScaleX 1s ease-out forwards;
}
@keyframes slideInYellowScaleX {
  0% {
    right: -200px;
  }
  100% {
    right: 0;
  }
}
@media (max-width: 1188px) {
  .hero-banner .hero-banner-line {
    display: none;
  }
}
.hero-banner .swiper-slide {
  padding-top: 225px;
  padding-bottom: 185px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-banner .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 99;
}
@media (max-width: 1199px) {
  .hero-banner .swiper-slide {
    padding-top: 160px;
    padding-bottom: 140px;
  }
}
@media (max-width: 991px) {
  .hero-banner .swiper-slide {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .hero-banner .swiper-slide {
    padding-top: 63px;
    padding-bottom: 53px;
  }
}
.hero-banner-logo {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 525px;
  height: 105px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
@media (max-width: 1199px) {
  .hero-banner-logo {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .hero-banner-logo {
    height: 60px;
  }
}
@media (max-width: 575px) {
  .hero-banner-logo {
    height: 47px;
  }
}
.hero-banner-text {
  margin: 50px auto;
  text-align: center;
  font-family: "Inter";
  font-weight: 400;
  color: #FFFFFF;
  font-size: 18px;
  line-height: normal;
  width: 100%;
  max-width: 569px;
}
@media (max-width: 1199px) {
  .hero-banner-text {
    margin: 40px auto;
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .hero-banner-text {
    margin: 30px auto;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .hero-banner-text {
    max-width: 248px;
    margin: 20px auto;
    font-size: 9px;
  }
  .hero-banner-text br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-banner-btns a {
    width: 98.09px;
    padding: 5.5px 0;
    line-height: normal;
    font-size: 8px;
    height: 24px;
    border-radius: 20px;
  }
}
.hero-banner .btn-tfh-primary {
  background-color: white;
  border-color: white;
  color: #000;
}
.hero-banner .btn-tfh-primary:hover {
  background-color: transparent;
  color: white;
}
.hero-banner .btn-tfh-secondary {
  background-color: transparent;
  color: white;
  border-color: white;
}
.hero-banner .btn-tfh-secondary:hover {
  background-color: white;
  color: #000;
}
.hero-banner .swiper-pagination-slider {
  position: absolute;
  bottom: 59px !important;
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media (max-width: 991px) {
  .hero-banner .swiper-pagination-slider {
    bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .hero-banner .swiper-pagination-slider {
    bottom: 15px !important;
    gap: 10px;
  }
}
.hero-banner .swiper-pagination-slider .swiper-pagination-bullet {
  transition: all 0.3s ease-in-out;
  margin: 0;
  border-radius: 0;
  display: flex;
  width: 28px;
  height: 1px;
  background-color: white;
  opacity: 1;
}
@media (max-width: 767px) {
  .hero-banner .swiper-pagination-slider .swiper-pagination-bullet {
    width: 18px;
  }
}
.hero-banner .swiper-pagination-slider .swiper-pagination-bullet-active {
  opacity: 1;
  height: 3px;
}
@media (max-width: 767px) {
  .hero-banner .swiper-pagination-slider .swiper-pagination-bullet-active {
    height: 2px;
  }
}

.our-programs {
  padding: 85px 0 77px 0;
}
.our-programs .title {
  position: relative;
  margin-bottom: 71px;
}
@media (max-width: 991px) {
  .our-programs .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .our-programs .title {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .our-programs {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .our-programs {
    padding: 32px 0;
  }
}
.our-programs .swiper-slide {
  height: auto;
}
.our-programs-item {
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  border-radius: 20px;
  padding: 29px 23.5px 39px 23.5px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .our-programs-item {
    padding: 29px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .our-programs-item {
    padding: 20px 40px 50px 40px;
  }
}
.our-programs-item img {
  width: auto;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 37px;
}
@media (max-width: 991px) {
  .our-programs-item img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .our-programs-item img {
    height: 50px;
    margin-bottom: 19px;
  }
}
.our-programs-item h6 {
  width: 100%;
  margin-bottom: 27px;
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  font-size: 25px;
  line-height: 32px;
}
@media (max-width: 991px) {
  .our-programs-item h6 {
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 25px;
  }
}
.our-programs-item p {
  width: 100%;
  margin-bottom: 32px;
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 767px) {
  .our-programs-item p {
    margin-bottom: 19px;
    font-size: 13px;
    line-height: normal;
  }
}
.our-programs-item p:last-child {
  margin-bottom: 0 !important;
}
.our-programs-item a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: auto;
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  line-height: 14.5px;
}
.our-programs-item a svg {
  margin-left: 5px;
  width: 17px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.our-programs-item a svg path {
  fill: #000000;
}
.our-programs-item a:hover svg {
  margin-left: 10px;
}

.events-title {
  margin-bottom: 56px;
}
@media (max-width: 991px) {
  .events-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .events-title {
    margin-bottom: 25px;
  }
}
.events-content {
  display: flex;
  overflow-x: auto;
  margin: 0 -5px;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.events-content::-webkit-scrollbar {
  display: none;
}
.events-col {
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
  padding: 0 5px;
}
@media (max-width: 1199px) {
  .events-col {
    max-width: 44.4444444444%;
    min-width: 44.4444444444%;
  }
}
@media (max-width: 767px) {
  .events-col {
    max-width: 100%;
    min-width: 100%;
  }
}
.events-item {
  overflow: hidden;
  min-height: 300px;
  height: 100%;
  padding: 118px 60px 33px 39px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.events-item::before {
  border-radius: 15px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
}
@media (max-width: 1199px) {
  .events-item {
    min-height: 280px;
    padding: 118px 39px 33px 39px;
  }
}
@media (max-width: 991px) {
  .events-item {
    min-height: 272px;
    padding: 90px 35px 41px 35px;
  }
}
.events-item h6 {
  z-index: 2;
  text-transform: uppercase;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 991px) {
  .events-item h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.events .event-link {
  padding-top: 5px;
  display: flex;
  align-items: center;
  margin-top: auto;
  font-family: "Inter";
  font-weight: 400;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14.5px;
  z-index: 2;
}
.events .event-link svg {
  margin-left: 5px;
  width: 17px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.events .event-link svg path {
  fill: #FFFFFF;
}
.events .event-link:hover svg {
  margin-left: 10px;
}

.our-impact {
  padding: 77px 0 88px 0;
}
@media (max-width: 991px) {
  .our-impact {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .our-impact {
    padding: 25px 0 40px 0;
  }
}
.our-impact-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .our-impact-title {
    margin-bottom: 18px;
  }
}
.our-impact-content {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.our-impact-content::-webkit-scrollbar {
  display: none;
}
.our-impact-item {
  display: flex;
  position: relative;
  min-width: 25%;
  max-width: 25%;
  min-height: 200px;
}
@media (max-width: 1199px) {
  .our-impact-item {
    min-width: 40%;
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .our-impact-item {
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .our-impact-item {
    min-width: 50%;
    max-width: 50%;
    min-height: 154px;
  }
}
.our-impact-item-content {
  padding: 50px 10px 0 60px;
  width: 100%;
}
@media (max-width: 991px) {
  .our-impact-item-content {
    padding: 40px 10px 0 50px;
  }
}
@media (max-width: 767px) {
  .our-impact-item-content {
    padding: 46px 0px 0 6px;
  }
}
.our-impact-item img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 93px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 991px) {
  .our-impact-item img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .our-impact-item img {
    width: 74px;
  }
}
.our-impact-item h6 {
  margin-bottom: 9px;
  font-family: "PPNeueWorld";
  color: #000000;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}
@media (max-width: 991px) {
  .our-impact-item h6 {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .our-impact-item h6 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }
}
.our-impact-item p {
  margin-bottom: 9px;
  color: #000000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .our-impact-item p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .our-impact-item p {
    font-size: 15px;
    line-height: 18px;
  }
}
.our-impact-item p:last-child {
  margin-bottom: 0;
}

.faq {
  position: relative;
  z-index: 2;
}
.faq-title {
  margin-bottom: 60px;
}
.faq-title h1 {
  text-transform: unset;
}
@media (max-width: 991px) {
  .faq-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .faq-title {
    margin-bottom: 25px;
  }
  .faq-title h1 {
    text-align: center;
    font-size: 6vw;
    line-height: normal;
  }
  .faq-title h1 span {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .faq .left-column {
    padding-right: 35px;
  }
}
@media (min-width: 992px) {
  .faq .right-column {
    padding-left: 35px;
  }
}
.faq-content {
  position: relative;
  z-index: 10;
}
.faq .accordion-item {
  position: relative;
  border: unset;
  background-color: unset;
  color: unset;
}
.faq .accordion-collapse {
  position: absolute;
  z-index: 100;
  background: white;
  border: unset;
  left: 0;
  right: 0;
}
.faq .accordion-button {
  border-radius: 0 !important;
  box-shadow: unset;
  background-color: transparent;
  padding: 20px 0;
  border-bottom: 1px solid #BCBBBB;
  color: #000000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .faq .accordion-button {
    padding: 17px 0;
  }
}
@media (max-width: 767px) {
  .faq .accordion-button {
    padding: 13px 0;
    font-size: 18px;
    line-height: 19px;
  }
}
.faq .accordion-button img {
  width: 37.5px;
  height: 37.5px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .faq .accordion-button img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .faq .accordion-button img {
    margin-right: 15px;
    width: 27;
    height: 27px;
  }
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset;
}
.faq .accordion-button:not(.collapsed)::before {
  transform: rotate(90deg) translateY(-50%);
  margin: -8px 8px 0 0;
}
@media (max-width: 767px) {
  .faq .accordion-button:not(.collapsed)::before {
    margin: -6px 6px 0 0;
  }
}
.faq .accordion-button::before {
  transition: all 0.3s ease-in-out;
  content: "";
  width: 2px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .faq .accordion-button::before {
    height: 12px;
    right: 15px;
  }
}
.faq .accordion-button::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #000000;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .faq .accordion-button::after {
    width: 12px;
  }
}
.faq .accordion-body ul {
  margin-bottom: 0;
}
.faq .accordion-body ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.faq .accordion-body ul li:last-child {
  margin-bottom: 0;
}
.faq .accordion-body p,
.faq .accordion-body li {
  color: #000000;
  font-family: "Inter";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.faq .accordion-body p:last-child,
.faq .accordion-body li:last-child {
  margin-bottom: 0;
}

.social-media-activity {
  padding: 75px 0 72px 0;
}
@media (max-width: 991px) {
  .social-media-activity {
    padding: 50px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .social-media-activity {
    padding: 30px 0 35px 0;
  }
}
.social-media-activity-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .social-media-activity-title {
    margin-bottom: 25px;
  }
}
.social-media-activity-shortcode {
  width: 100%;
  height: 628px;
  overflow-x: hidden;
  overflow-y: auto;
}
.social-media-activity-shortcode::-webkit-scrollbar {
  width: 7.5px;
  border-radius: 10px;
  background: #E3E3E3;
}
.social-media-activity-shortcode::-webkit-scrollbar-thumb {
  width: 4.25px;
  border-radius: 15px;
  background: #BCBBBB;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-media-activity-shortcode::-webkit-scrollbar-thumb:hover {
  background: #A9A9A9;
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth {
  display: flex;
  flex-wrap: wrap;
  padding-right: 58px;
  gap: 1.5%;
}
@media (max-width: 1399px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth {
    gap: 2%;
  }
}
@media (max-width: 991px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth {
    gap: 1%;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth {
    padding-right: 5px;
  }
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin {
  width: 32.3333333333%;
}
@media (max-width: 1399px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin {
    width: 100%;
  }
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin .efbl-row.efbl-content-wrapper {
  flex-wrap: wrap;
  margin: 0;
  min-height: calc(100% - 73px);
}
@media (max-width: 991px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin .efbl-row.efbl-content-wrapper {
    min-height: unset;
  }
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin .efbl-row.efbl-content-wrapper .efbl-thumbnail-col {
  order: 2;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
  margin-top: auto;
  margin-bottom: 0 !important;
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin .efbl-row.efbl-content-wrapper .efbl-thumbnail-col img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin .efbl-row.efbl-content-wrapper .efbl-thumbnail-col img {
    height: 350px;
  }
}
@media (max-width: 991px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin .efbl-row.efbl-content-wrapper .efbl-thumbnail-col img {
    height: 350px;
  }
}
@media (max-width: 575px) {
  .social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin .efbl-row.efbl-content-wrapper .efbl-thumbnail-col img {
    height: 240px;
  }
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-halfwidth-skin .efbl-row.efbl-content-wrapper .efbl-feed-content {
  order: 1;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-thumbnail-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-post-footer {
  display: flex;
  margin-top: auto;
  padding-top: unset;
  border-top: unset;
  height: -moz-max-content;
  height: max-content;
}
.social-media-activity-shortcode .efbl_feeds_holder.efbl_feeds_halfwidth .efbl-post-footer > div {
  width: 100%;
  margin-top: 15px;
  padding-top: 15px;
  border-top: #dee2e6 solid 1px;
}

.esfp-wrap img.efbl_popup_image {
  width: 100%;
}
@media (max-width: 767px) {
  .esfp-wrap button.esfp-close {
    right: -6px !important;
  }
}

.donors-partners-title {
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .donors-partners-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .donors-partners-title {
    margin-bottom: 25px;
  }
}
.donors-partners .donorsSwiper {
  padding-bottom: 20px;
}
.donors-partners .donors-partners-thumbnail img {
  width: 100%;
  height: 50px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.newsletter {
  padding: 130px 0 100px 0;
}
@media (max-width: 991px) {
  .newsletter {
    padding: 100px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .newsletter {
    padding: 45px 0 62px 0;
  }
}
.newsletter-title {
  margin-bottom: 75px;
}
.newsletter-title h1 {
  text-transform: unset;
  max-width: 700px;
}
@media (max-width: 991px) {
  .newsletter-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .newsletter-title {
    margin-bottom: 37px;
  }
  .newsletter-title h1 {
    font-size: 21px;
    line-height: 24.68px;
    text-align: center;
  }
  .newsletter-title h1 span {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.newsletter-form {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .newsletter-form {
    width: 316px;
  }
}
.newsletter-form .frm-fluent-form .ff-t-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.newsletter-form .ff-t-column-1 {
  width: calc(100% - 208px);
  max-width: calc(100% - 208px);
  min-width: calc(100% - 208px);
}
@media (max-width: 767px) {
  .newsletter-form .ff-t-column-1 {
    width: calc(100% - 107px);
    max-width: calc(100% - 107px);
    min-width: calc(100% - 107px);
  }
}
.newsletter-form .ff-t-column-2 {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .newsletter-form .ff-t-column-2 {
    width: 99px;
    max-width: 99px;
    min-width: 99px;
  }
}
.newsletter-form .fluentform .ff-el-group {
  margin-bottom: 0;
}
.newsletter-form .ff-el-form-control {
  border: 1px solid #000000 !important;
  width: 100%;
  height: 49px;
  border-radius: 20px !important;
  color: #000000 !important;
  font-family: "PPNeueWorld" !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  padding-top: 15px !important;
}
@media (max-width: 767px) {
  .newsletter-form .ff-el-form-control {
    height: 34px;
    border-radius: 20px !important;
  }
}
.newsletter-form .ff-btn-submit {
  margin-bottom: 0 !important;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  width: 195px;
  height: 48px;
  border-radius: 20px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Inter";
  text-align: center;
  align-content: center;
  font-weight: 400;
  font-size: 15px;
  padding-top: 5px;
  width: 100%;
  height: 49px;
  font-family: "PPNeueWorld";
  font-size: 20px;
}
.newsletter-form .ff-btn-submit:hover {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 991px) {
  .newsletter-form .ff-btn-submit {
    width: 190px;
    height: 45px;
    border-radius: 17px;
  }
}
@media (max-width: 767px) {
  .newsletter-form .ff-btn-submit {
    height: 40px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .newsletter-form .ff-btn-submit {
    height: 34px;
    border-radius: 20px !important;
    padding-top: 5px;
    width: 100%;
    font-size: 16px;
  }
}
.newsletter #mc_signup_form {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .newsletter #mc_signup_form {
    width: 316px;
  }
}
.newsletter #mc_signup_form .mc_var_label {
  display: none;
}
.newsletter #mc_signup_form .mc_form_inside {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.newsletter #mc_signup_form div#mc_message {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
}
.newsletter #mc_signup_form div#mc_message > * {
  background-color: white;
  border: 1px solid black;
  padding: 12px 10px;
  display: flex;
  width: 100%;
  border-radius: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .newsletter #mc_signup_form div#mc_message > * {
    padding: 8px 5px;
    border-radius: 17px;
    font-size: 11px !important;
  }
}
.newsletter #mc_signup_form .mc_merge_var {
  margin-bottom: 0;
  width: calc(100% - 208px);
  max-width: calc(100% - 208px);
  min-width: calc(100% - 208px);
}
@media (max-width: 767px) {
  .newsletter #mc_signup_form .mc_merge_var {
    width: calc(100% - 107px);
    max-width: calc(100% - 107px);
    min-width: calc(100% - 107px);
  }
}
.newsletter #mc_signup_form .mc_signup_submit {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}
@media (max-width: 767px) {
  .newsletter #mc_signup_form .mc_signup_submit {
    width: 99px;
    max-width: 99px;
    min-width: 99px;
  }
}
.newsletter #mc_signup_form #mc_mv_EMAIL {
  border: 1px solid #000000 !important;
  width: 100%;
  height: 49px;
  border-radius: 20px !important;
  color: #000000 !important;
  font-family: "PPNeueWorld" !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  padding-top: 15px !important;
}
@media (max-width: 767px) {
  .newsletter #mc_signup_form #mc_mv_EMAIL {
    height: 34px;
    border-radius: 20px !important;
  }
}
.newsletter #mc_signup_form #mc_signup_submit {
  margin-bottom: 0 !important;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
  width: 195px;
  height: 48px;
  border-radius: 20px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Inter";
  text-align: center;
  align-content: center;
  font-weight: 400;
  font-size: 15px;
  padding-top: 5px;
  width: 100%;
  height: 49px;
  font-family: "PPNeueWorld";
  font-size: 20px;
  margin: 0;
  padding: 4px 0 0 0;
}
.newsletter #mc_signup_form #mc_signup_submit:hover {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 991px) {
  .newsletter #mc_signup_form #mc_signup_submit {
    width: 190px;
    height: 45px;
    border-radius: 17px;
  }
}
@media (max-width: 767px) {
  .newsletter #mc_signup_form #mc_signup_submit {
    height: 40px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .newsletter #mc_signup_form #mc_signup_submit {
    height: 34px;
    border-radius: 20px !important;
    padding-top: 5px;
    width: 100%;
    font-size: 16px;
  }
}

.title-all-btn {
  position: relative;
}
.title-all-btn .view-all-programs {
  border: 0.5px solid #000000;
  padding: 13px 15px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  margin-top: auto;
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .title-all-btn .view-all-programs {
    display: none;
  }
}
.title-all-btn .view-all-programs svg {
  margin-left: 5px;
  width: 17px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.title-all-btn .view-all-programs svg path {
  fill: #000000;
}
.title-all-btn .view-all-programs:hover {
  background-color: #000000;
  color: white;
}
@media (max-width: 991px) {
  .title-all-btn {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .title-all-btn {
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .title-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .title-all-btn h1 {
    text-align: center;
  }
}

.our-programs-page {
  padding: 200px 0 150px 0;
}
@media (max-width: 991px) {
  .our-programs-page {
    padding: 150px 0 120px 0;
  }
}
@media (max-width: 767px) {
  .our-programs-page {
    padding: 100px 0 70px 0;
  }
}
.our-programs-page .title h1 {
  margin-bottom: 71px;
}
@media (max-width: 991px) {
  .our-programs-page .title h1 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .our-programs-page .title h1 {
    margin-bottom: 25px;
  }
}

.hero-banner-about {
  padding-top: 154.5px;
}
@media (max-width: 991px) {
  .hero-banner-about {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .hero-banner-about {
    padding-top: 80px;
  }
}
.hero-banner-about-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 492px;
}
@media (max-width: 1399px) {
  .hero-banner-about-image {
    height: 382px;
  }
}
@media (max-width: 991px) {
  .hero-banner-about-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hero-banner-about-image {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .hero-banner-about-image {
    height: 150px;
  }
}
@media (max-width: 475px) {
  .hero-banner-about-image {
    height: 180px;
  }
}
.hero-banner-about-image-one {
  margin-top: 34.932px;
  width: 46.67%;
  height: 89.9%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0;
}
@media (max-width: 1399px) {
  .hero-banner-about-image-one {
    margin-top: 27.122px;
  }
}
@media (max-width: 991px) {
  .hero-banner-about-image-one {
    margin-top: 21.3px;
  }
}
@media (max-width: 767px) {
  .hero-banner-about-image-one {
    margin-top: 15.62px;
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 575px) {
  .hero-banner-about-image-one {
    margin-top: 10.65px;
  }
}
@media (max-width: 475px) {
  .hero-banner-about-image-one {
    margin-top: 12.51px;
    z-index: 2;
    margin-left: -50px;
  }
}
.hero-banner-about-image-two {
  margin-left: -10.7%;
  width: 20.4%;
  height: 89.9%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hero-banner-about-image-two {
    border-radius: 10px;
  }
}
@media (max-width: 475px) {
  .hero-banner-about-image-two {
    z-index: 1;
  }
}
.hero-banner-about-image-three {
  margin-top: 86.1px;
  margin-left: -1.93%;
  width: 21.7%;
  height: 63.7%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .hero-banner-about-image-three {
    margin-top: 66.85px;
  }
}
@media (max-width: 991px) {
  .hero-banner-about-image-three {
    margin-top: 52.5px;
  }
}
@media (max-width: 767px) {
  .hero-banner-about-image-three {
    margin-top: 38.5px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .hero-banner-about-image-three {
    margin-top: 26.25px;
  }
}
@media (max-width: 475px) {
  .hero-banner-about-image-three {
    width: 106.7px;
    height: 114px;
    margin-top: 31.32px;
    z-index: 4;
  }
}
.hero-banner-about-image-four {
  margin-top: 11.808px;
  margin-left: -2.32%;
  width: 27.6%;
  height: 97.6%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 1399px) {
  .hero-banner-about-image-four {
    margin-top: 9.168px;
  }
}
@media (max-width: 991px) {
  .hero-banner-about-image-four {
    margin-top: 7.2px;
  }
}
@media (max-width: 767px) {
  .hero-banner-about-image-four {
    margin-top: 5.28px;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 575px) {
  .hero-banner-about-image-four {
    margin-top: 3.6px;
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 475px) {
  .hero-banner-about-image-four {
    height: 97.5%;
    width: 163.91px;
    margin-top: 4.5px;
    z-index: 3;
  }
}
.hero-banner-about-text {
  font-family: "PPNeueWorld";
  color: #FFFFFF;
  font-weight: 400;
  font-size: 180px;
  line-height: 300px;
  margin-top: -340px;
  padding-bottom: 32px;
}
.hero-banner-about-text-container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1399px) {
  .hero-banner-about-text {
    font-size: 120px;
    line-height: 235px;
    margin-top: -275px;
    padding-bottom: 39px;
  }
}
@media (max-width: 991px) {
  .hero-banner-about-text {
    font-size: 90px;
    line-height: 190px;
    margin-top: -225px;
    padding-bottom: 27px;
  }
}
@media (max-width: 767px) {
  .hero-banner-about-text {
    font-size: 60px;
    line-height: 140px;
    margin-top: -165px;
    padding-bottom: 17px;
  }
}
@media (max-width: 575px) {
  .hero-banner-about-text {
    font-size: 55px;
    line-height: 100px;
    margin-top: -115px;
    padding-bottom: 7px;
  }
}
@media (max-width: 475px) {
  .hero-banner-about-text {
    font-size: 22.4vw;
    line-height: normal;
    margin-top: -129px;
    padding-bottom: 10px;
  }
}

.content-about {
  padding: 59px 0 25px 0;
}
@media (max-width: 991px) {
  .content-about {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .content-about {
    padding: 40px 0 28px 0;
  }
}
.content-about-two-col {
  padding-bottom: 88px;
}
@media (max-width: 991px) {
  .content-about-two-col {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .content-about-two-col {
    padding-bottom: 40px;
  }
}
.content-about-text p {
  text-align: justify;
  font-family: "Inter";
  color: #000000;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
.content-about-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .content-about-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .content-about-text p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (min-width: 992px) {
  .content-about-text-left {
    padding-right: 32.5px;
  }
}
@media (max-width: 991px) {
  .content-about-text-left {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .content-about-text-right {
    padding-left: 32.5px;
  }
}
.content-about-mvi-text {
  min-height: 314.5px;
}
@media (max-width: 991px) {
  .content-about-mvi-text {
    min-height: auto;
    margin-bottom: 40px;
  }
  .content-about-mvi-text:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .content-about-mvi-text {
    margin-bottom: 28px;
  }
}
.content-about-mvi-text h2 {
  margin-bottom: 25px;
  font-family: "PPNeueWorld";
  font-weight: 400;
  font-size: 35px;
  line-height: 42px;
}
@media (max-width: 991px) {
  .content-about-mvi-text h2 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .content-about-mvi-text h2 {
    margin-bottom: 7px;
    font-size: 30px;
    line-height: 35px;
  }
}
.content-about-mvi-text p {
  margin-bottom: 15px;
  text-align: justify;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 991px) {
  .content-about-mvi-text p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .content-about-mvi-text p {
    font-size: 15px;
    line-height: 18px;
  }
}
.content-about-mvi-text p:last-child {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .content-about-mission {
    padding-right: 53px;
  }
}
@media (min-width: 1400px) {
  .content-about-vision {
    padding: 0 26.5px;
  }
}
@media (min-width: 1400px) {
  .content-about-impact {
    padding-left: 53px;
  }
}

.teams {
  padding-top: 212px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .teams {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .teams {
    padding-top: 110px;
    padding-bottom: 50px;
  }
}
.teams-cat {
  margin-bottom: 100px;
}
.teams-cat:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .teams-cat {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .teams-cat {
    margin-bottom: 40px;
  }
}
.teams-cat-title {
  text-align: center;
  margin-bottom: 30px;
  font-family: "PPNeueWorld";
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
}
@media (max-width: 991px) {
  .teams-cat-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .teams-cat-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }
}
.teams-items {
  flex-wrap: wrap;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0 -16px;
}
@media (max-width: 767px) {
  .teams-items {
    margin: 0 -7.5px;
  }
}
.teams-items::-webkit-scrollbar {
  display: none;
}
.teams .team-item {
  padding: 0 16px;
  min-width: 25%;
  max-width: 25%;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .teams .team-item {
    min-width: 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  .teams .team-item {
    min-width: 50%;
    max-width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .teams .team-item {
    padding: 0 7.5px;
    margin-bottom: 40px;
  }
}
.teams .team-item-thumbnail {
  position: relative;
  margin-bottom: 33px;
  overflow: hidden;
  background-color: #D9D9D9;
  width: 100%;
  height: 450px;
  border-radius: 21px;
  z-index: 0;
}
@media (max-width: 1399px) {
  .teams .team-item-thumbnail {
    height: 530px;
  }
}
@media (max-width: 1199px) {
  .teams .team-item-thumbnail {
    height: 440px;
  }
}
@media (max-width: 991px) {
  .teams .team-item-thumbnail {
    margin-bottom: 20px;
    height: 485px;
  }
}
@media (max-width: 767px) {
  .teams .team-item-thumbnail {
    margin-bottom: 15px;
    height: 370px;
  }
}
@media (max-width: 575px) {
  .teams .team-item-thumbnail {
    height: 320px;
  }
}
@media (max-width: 475px) {
  .teams .team-item-thumbnail {
    height: 250px;
  }
}
@media (max-width: 375px) {
  .teams .team-item-thumbnail {
    height: 205px;
  }
}
.teams .team-item-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.teams .team-item-thumbnail-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.teams .team-item-title {
  margin-bottom: 3px;
  font-family: "PPNeueWorld";
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
}
@media (max-width: 767px) {
  .teams .team-item-title {
    font-size: 18px;
    line-height: 21px;
  }
}
.teams .team-item-job-position {
  margin-bottom: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .teams .team-item-job-position {
    font-size: 12px;
    line-height: 14.5px;
  }
}
.teams .team-item:hover .team-item-thumbnail-hover {
  opacity: 1;
}

.events-all {
  padding: 233px 0 135px 0;
}
@media (max-width: 1199px) {
  .events-all {
    padding: 190px 0 110px 0;
  }
}
@media (max-width: 991px) {
  .events-all {
    padding: 110px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .events-all {
    padding: 100px 0 50px 0;
  }
}
.events-all #event-list.row {
  margin: 0 -15px;
}
@media (max-width: 575px) {
  .events-all #event-list.row {
    margin: 0 -0.75rem;
  }
}
.events-all #event-list.row > * {
  padding: 15px;
}
@media (max-width: 575px) {
  .events-all #event-list.row > * {
    padding: 0 0.75rem 0.75rem 0.75rem;
  }
}
.events-all .events-item h6 {
  width: 100%;
  max-width: 317px;
}
.events-all .event-link {
  padding-top: 5px;
  display: flex;
  align-items: center;
  margin-top: auto;
  font-family: "Inter";
  font-weight: 400;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14.5px;
  z-index: 2;
}
.events-all .event-link svg {
  margin-left: 5px;
  width: 17px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.events-all .event-link svg path {
  fill: #FFFFFF;
}
.events-all .event-link:hover svg {
  margin-left: 10px;
}
.events-all .event-link-div {
  z-index: 2;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  margin-top: auto;
}
.events-all .pagination-custom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 25px;
  gap: 5px;
}
@media (max-width: 575px) {
  .events-all .pagination-custom {
    margin-top: 15px;
    gap: 3px;
  }
}
.events-all .pagination-custom .first-page,
.events-all .pagination-custom .prev-page {
  display: none;
}
.events-all .pagination-custom button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  transition: all 0.5s ease-in-out;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Inter";
  line-height: 12px;
  font-size: 12px;
  border-radius: 5px;
}
.events-all .pagination-custom .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media (max-width: 575px) {
  .events-all .pagination-custom .page-numbers {
    gap: 3px;
  }
}
.events-all .pagination-custom .page-number.active {
  background-color: #000000;
  color: #FFFFFF;
}

.hero-banner-donate {
  position: relative;
  z-index: 1;
  min-height: 794px;
}
@media (max-width: 1199px) {
  .hero-banner-donate {
    min-height: 690px;
  }
}
@media (max-width: 991px) {
  .hero-banner-donate {
    min-height: 590px;
  }
}
@media (max-width: 767px) {
  .hero-banner-donate {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .hero-banner-donate {
    min-height: 340px;
  }
}
.hero-banner-donate-image {
  position: relative;
  display: flex;
  overflow: hidden;
}
.hero-banner-donate-image-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 36.6%;
  height: 83.9%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
.hero-banner-donate-image-two {
  margin-left: auto;
  width: 77.8%;
  height: 794px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
}
.hero-banner-donate-title {
  text-transform: capitalize;
  font-family: "PPNeueWorld";
  color: #000000;
  font-weight: 400;
  font-size: 260px;
  line-height: 300px;
}
@media (max-width: 1199px) {
  .hero-banner-donate-title {
    font-size: 180px;
    line-height: 230px;
  }
}
@media (max-width: 991px) {
  .hero-banner-donate-title {
    font-size: 120px;
    line-height: 150px;
  }
}
@media (max-width: 767px) {
  .hero-banner-donate-title {
    font-size: 90px;
    line-height: 110px;
  }
}
@media (max-width: 575px) {
  .hero-banner-donate-title {
    font-size: 50px;
    line-height: 64px;
  }
}
.hero-banner-donate-title-animate {
  overflow: hidden;
  width: 100%;
  margin-top: -500px;
}
@media (max-width: 1199px) {
  .hero-banner-donate-title-animate {
    margin-top: -500px;
  }
}
@media (max-width: 991px) {
  .hero-banner-donate-title-animate {
    margin-top: -550px;
  }
}
@media (max-width: 767px) {
  .hero-banner-donate-title-animate {
    margin-top: -580px;
  }
}
@media (max-width: 575px) {
  .hero-banner-donate-title-animate {
    margin-top: -650px;
  }
}

.donate-content {
  position: relative;
  z-index: 2;
  margin-top: -180px;
  padding-bottom: 237.5px;
  display: none;
}
@media (max-width: 991px) {
  .donate-content {
    margin-top: 0;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .donate-content {
    margin-top: 0;
    padding-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .donate-content-col-one {
    padding-right: 74px;
  }
}
@media (max-width: 991px) {
  .donate-content-col-one {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .donate-content-col-one {
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .donate-content-col-two {
    padding-left: 34px;
  }
}
.donate-content input {
  width: 100% !important;
  height: unset !important;
  padding: 16px 0 !important;
  font-family: "Inter" !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
  border: unset !important;
  border-radius: unset !important;
  border-bottom: 1px solid #000000 !important;
}
.donate-content input::-moz-placeholder {
  font-family: "Inter" !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
.donate-content input::placeholder {
  font-family: "Inter" !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 17px !important;
}
.donate-content-left-side {
  margin-bottom: 30px;
}
.donate-content-left-side p {
  text-align: justify;
  font-family: "Inter";
  color: #000000;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .donate-content-left-side p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .donate-content-left-side p {
    font-size: 16px;
    line-height: 20px;
  }
}
.donate-content-form-donate-price {
  border-radius: 10px;
  border: 1px solid #000000;
  padding: 73px 50px 30px 50px;
}
@media (max-width: 767px) {
  .donate-content-form-donate-price {
    padding: 53px 30px 10px 30px;
  }
}
.donate-content-form-donate-price input {
  padding: 7px 0 !important;
  font-size: 20px !important;
  line-height: 24px !important;
}
.donate-content-form-donate-price input::-moz-placeholder {
  font-size: 20px !important;
  line-height: 24px !important;
}
.donate-content-form-donate-price input::placeholder {
  font-size: 20px !important;
  line-height: 24px !important;
}
@media (max-width: 991px) {
  .donate-content-form-donate-price input {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .donate-content-form-donate-price input::-moz-placeholder {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .donate-content-form-donate-price input::placeholder {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  .donate-content-form-donate-price input {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .donate-content-form-donate-price input::-moz-placeholder {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .donate-content-form-donate-price input::placeholder {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.donate-content button[type=submit] {
  width: 236.5px !important;
  height: 41px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  border-radius: 10px !important;
  font-family: "Inter" !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 991px) {
  .donate-content button[type=submit] {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  .donate-content button[type=submit] {
    width: auto !important;
    height: auto !important;
    padding: 10px 30px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.donate-content button[type=submit]:hover {
  background-color: #FFFFFF !important;
  color: #000000 !important;
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .donate-content .radio-custom {
    margin-bottom: 15px !important;
  }
}
.donate-content .radio-custom .ff-el-input--content {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.donate-content .radio-custom .ff-el-input--label label {
  font-family: "Inter" !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 20px !important;
}
@media (max-width: 991px) {
  .donate-content .radio-custom .ff-el-input--label label {
    margin-bottom: 15px !important;
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  .donate-content .radio-custom .ff-el-input--label label {
    margin-bottom: 10px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.donate-content .radio-custom .ff-el-form-check-label {
  width: 125px !important;
}
@media (max-width: 991px) {
  .donate-content .radio-custom .ff-el-form-check-label {
    width: 155px !important;
  }
}
@media (max-width: 767px) {
  .donate-content .radio-custom .ff-el-form-check-label {
    width: 100px !important;
  }
}
.donate-content .radio-custom .ff-el-form-check-label span {
  border-radius: 10px !important;
  width: 100% !important;
  height: 41px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-family: "Inter" !important;
  background-color: #000000 !important;
  border: 1px solid #000000 !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 26.5px !important;
  transition: all 0.3s ease-in-out !important;
}
@media (max-width: 991px) {
  .donate-content .radio-custom .ff-el-form-check-label span {
    height: 35px !important;
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  .donate-content .radio-custom .ff-el-form-check-label span {
    height: 30px !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.donate-content .radio-custom input[type=radio] {
  display: none !important;
}
.donate-content .radio-custom input[type=radio]:checked + span {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
.donate-content .enter-your-own,
.donate-content .terms-and-conditions {
  margin-bottom: 0 !important;
}
.donate-content .privacy-and-policies {
  margin-bottom: 20px !important;
}
.donate-content .fluentform .terms-and-conditions .ff-el-form-check,
.donate-content .fluentform .privacy-and-policies .ff-el-form-check {
  margin: 0px !important;
}
.donate-content .fluentform .terms-and-conditions .ff-el-form-check-label,
.donate-content .fluentform .privacy-and-policies .ff-el-form-check-label {
  display: flex !important;
}
.donate-content .fluentform .terms-and-conditions .ff_tc_checkbox,
.donate-content .fluentform .privacy-and-policies .ff_tc_checkbox {
  padding: 0px !important;
}
.donate-content .fluentform .terms-and-conditions .ff_t_c,
.donate-content .fluentform .privacy-and-policies .ff_t_c {
  display: flex !important;
  align-items: center !important;
}
.donate-content .fluentform .terms-and-conditions p,
.donate-content .fluentform .privacy-and-policies p {
  font-family: "Inter" !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 9px !important;
  line-height: 11px !important;
}
.donate-content .fluentform .terms-and-conditions p a,
.donate-content .fluentform .privacy-and-policies p a {
  font-family: "Inter" !important;
  color: #000000 !important;
  font-weight: 400 !important;
  font-size: 9px !important;
  line-height: 11px !important;
}
.donate-content .email-tel-div,
.donate-content .first-last-name-div .ff-t-container {
  gap: 62px !important;
}
.donate-content .first-last-name-div {
  margin: 50px 0;
}
@media (max-width: 991px) {
  .donate-content .first-last-name-div {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .donate-content .first-last-name-div {
    margin: 0 0 20px 0;
  }
}

.hero-banner-single-page {
  padding-top: 153.5px;
}
@media (max-width: 991px) {
  .hero-banner-single-page {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .hero-banner-single-page {
    padding-top: 80px;
  }
}
.hero-banner-single-page-image {
  overflow: hidden;
  height: 636px;
}
@media (max-width: 1440px) {
  .hero-banner-single-page-image {
    height: 477px;
  }
}
@media (max-width: 1399px) {
  .hero-banner-single-page-image {
    height: 382px;
  }
}
@media (max-width: 991px) {
  .hero-banner-single-page-image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .hero-banner-single-page-image {
    height: 220px;
  }
}
@media (max-width: 575px) {
  .hero-banner-single-page-image {
    height: 150px;
  }
}
.hero-banner-single-page-image-one {
  margin-top: 46.0464px;
  width: 46.96%;
  height: 92.76%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .hero-banner-single-page-image-one {
    margin-top: 34.5348px;
  }
}
@media (max-width: 1399px) {
  .hero-banner-single-page-image-one {
    margin-top: 27.122px;
  }
}
@media (max-width: 991px) {
  .hero-banner-single-page-image-one {
    margin-top: 21.3px;
  }
}
@media (max-width: 767px) {
  .hero-banner-single-page-image-one {
    margin-top: 15.62px;
    border-radius: 0 10px 10px 0;
  }
}
@media (max-width: 575px) {
  .hero-banner-single-page-image-one {
    margin-top: 10.65px;
  }
}
.hero-banner-single-page-image-two {
  margin-left: -3.71%;
  width: 31.15%;
  height: 96.68%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .hero-banner-single-page-image-two {
    border-radius: 10px;
  }
}
.hero-banner-single-page-image-three {
  margin-top: 114.6708px;
  margin-left: -8.16%;
  width: 33.75%;
  height: 65.74%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
@media (max-width: 1440px) {
  .hero-banner-single-page-image-three {
    margin-top: 86.0031px;
  }
}
@media (max-width: 1399px) {
  .hero-banner-single-page-image-three {
    margin-top: 66.85px;
  }
}
@media (max-width: 991px) {
  .hero-banner-single-page-image-three {
    margin-top: 52.5px;
  }
}
@media (max-width: 767px) {
  .hero-banner-single-page-image-three {
    margin-top: 38.5px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .hero-banner-single-page-image-three {
    margin-top: 26.25px;
  }
}

.single-page-content {
  padding-top: 53px;
  padding-bottom: 230px;
}
@media (max-width: 991px) {
  .single-page-content {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .single-page-content {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.single-page-content-two-col {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .single-page-content-two-col {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .single-page-content-two-col {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .single-page-content-text-left {
    padding-right: 25.5px;
  }
}
@media (max-width: 991px) {
  .single-page-content-text-left {
    margin-bottom: 0;
  }
}
.single-page-content-text-right {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .single-page-content-text-right {
    padding-left: 25.5px;
  }
}
@media (max-width: 991px) {
  .single-page-content-text-right {
    margin-top: 0;
  }
}
.single-page-content-text h1,
.single-page-content-text h2,
.single-page-content-text h3,
.single-page-content-text h4,
.single-page-content-text h5,
.single-page-content-text h6 {
  font-family: "PPNeueWorld";
}
.single-page-content-text h1 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
}
.single-page-content-text h1 br {
  display: none;
}
@media (max-width: 991px) {
  .single-page-content-text h1 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .single-page-content-text h1 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 35px;
  }
}
.single-page-content-text h2 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .single-page-content-text h2 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .single-page-content-text h2 {
    margin-bottom: 8px;
    font-size: 27px;
    line-height: 32px;
  }
}
.single-page-content-text p,
.single-page-content-text li {
  margin-bottom: 15px;
  font-family: "Inter";
  text-align: justify;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 991px) {
  .single-page-content-text p,
  .single-page-content-text li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .single-page-content-text p,
  .single-page-content-text li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 17px;
  }
}
.single-page-content-text ul {
  margin-bottom: 0;
}
@media (min-width: 1400px) {
  .single-page-content-text ul {
    padding-left: 40px;
  }
}
.single-page-content-text ul li {
  list-style-type: disc;
}
.single-page-content-projects-title-btn {
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .single-page-content-projects-title-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-page-content-projects-title-btn {
    margin-bottom: 20px;
  }
}
.single-page-content-projects-title {
  text-transform: uppercase;
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .single-page-content-projects-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.single-page-content-projects-btn {
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-user-select: unset !important;
     -moz-user-select: unset !important;
          user-select: unset !important;
  cursor: pointer;
  padding-left: 15px;
  margin: 0 0 0 auto;
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .single-page-content-projects-btn {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .single-page-content-projects-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.single-page-content-projects-btn svg {
  margin-left: 5px;
}
.single-page-content-projects-btn svg path {
  fill: #000000;
}
.single-page-content-recent-posts-title-btn {
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .single-page-content-recent-posts-title-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .single-page-content-recent-posts-title-btn {
    margin-bottom: 20px;
  }
}
.single-page-content-recent-posts-title {
  text-transform: uppercase;
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .single-page-content-recent-posts-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .single-page-content-recent-posts-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.single-page-content-recent-posts-btn {
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-user-select: unset !important;
     -moz-user-select: unset !important;
          user-select: unset !important;
  cursor: pointer;
  padding-left: 15px;
  margin: 0 0 0 auto;
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .single-page-content-recent-posts-btn {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .single-page-content-recent-posts-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.single-page-content-recent-posts-btn svg {
  margin-left: 5px;
}
.single-page-content-recent-posts-btn svg path {
  fill: #000000;
}

.single-page-slide-photos {
  margin-bottom: 73px;
}
@media (max-width: 991px) {
  .single-page-slide-photos {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .single-page-slide-photos {
    margin-bottom: 50px;
  }
}

.gallery-shortcode {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0;
  margin-left: auto;
}
@media (min-width: 576px) {
  .gallery-shortcode {
    max-width: calc(100% - (100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .gallery-shortcode {
    max-width: calc(100% - (100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .gallery-shortcode {
    max-width: calc(100% - (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .gallery-shortcode {
    max-width: calc(100% - (100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .gallery-shortcode {
    max-width: calc(100% - (100% - 1320px) / 2);
  }
}
.gallery-shortcode .ngg-galleryoverview {
  margin: 0 !important;
  display: flex !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 22px !important;
}
@media (max-width: 991px) {
  .gallery-shortcode .ngg-galleryoverview {
    gap: 15px !important;
  }
}
@media (max-width: 767px) {
  .gallery-shortcode .ngg-galleryoverview {
    gap: 12px !important;
  }
}
.gallery-shortcode .ngg-galleryoverview::-webkit-scrollbar {
  display: none;
}
.gallery-shortcode .ngg-gallery-thumbnail-box {
  float: unset !important;
  padding: 0 !important;
}
.gallery-shortcode .ngg-gallery-thumbnail-box a.ngg-simplelightbox {
  margin: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}
.gallery-shortcode .ngg-gallery-thumbnail-box img {
  width: auto !important;
  height: 520px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  max-width: unset !important;
  min-width: unset !important;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .gallery-shortcode .ngg-gallery-thumbnail-box img {
    height: 350px !important;
  }
}
@media (max-width: 991px) {
  .gallery-shortcode .ngg-gallery-thumbnail-box img {
    height: 270px !important;
  }
}
@media (max-width: 767px) {
  .gallery-shortcode .ngg-gallery-thumbnail-box img {
    height: 200px !important;
  }
}
@media (max-width: 350px) {
  .gallery-shortcode .ngg-gallery-thumbnail-box img {
    height: 185px !important;
  }
}

.program-projects {
  overflow: hidden;
}
.program-projects-row {
  flex-wrap: unset;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1200px) {
  .program-projects-row {
    margin-left: -41px;
    margin-right: -41px;
  }
}
.program-projects-row::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1200px) {
  .program-projects-row > * {
    padding-left: 41px;
    padding-right: 41px;
  }
}

.program-project-content {
  width: 100%;
  min-height: 311px;
  height: 100%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 21px 27px 30px 27px;
}
@media (max-width: 991px) {
  .program-project-content {
    min-height: 290px;
  }
}
.program-project-content img {
  align-self: flex-start;
  width: auto;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .program-project-content img {
    height: 50px;
  }
}
.program-project-content h6 {
  margin: 0;
  width: 100%;
  font-weight: 400;
  font-family: "Inter";
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .program-project-content h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.program-project-content a {
  align-self: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  padding: 7.5px 13.5px;
  border-radius: 15px;
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  line-height: normal;
}
.program-project-content a:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.recent-posts {
  overflow: hidden;
}
.recent-posts-row {
  flex-wrap: unset;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.recent-posts-row::-webkit-scrollbar {
  display: none;
}

.recent-post-content {
  background-color: #FAFAFA;
  border: 1px solid #C9C9C9;
  border-radius: 20px;
  padding: 29px 23.5px 39px 23.5px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .recent-post-content {
    padding: 29px 20px 30px 20px;
  }
}
@media (max-width: 767px) {
  .recent-post-content {
    padding: 25px 15px;
  }
}
.recent-post-content img {
  width: auto;
  height: 54px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .recent-post-content img {
    height: 50px;
    margin-bottom: 15px;
  }
}
.recent-post-content h6 {
  width: 100%;
  margin-bottom: 20px;
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  font-size: 20px;
  line-height: 25px;
}
.recent-post-content h6 br {
  display: none;
}
@media (max-width: 991px) {
  .recent-post-content h6 {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .recent-post-content h6 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content p {
  width: 100%;
  margin-bottom: 25px;
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .recent-post-content p {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 15px;
  }
}
.recent-post-content p:last-child {
  margin-bottom: 0 !important;
}
.recent-post-content a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: auto;
  font-family: "Inter";
  font-weight: 400;
  color: #000000;
  font-size: 12px;
  line-height: normal;
}
.recent-post-content a svg {
  margin-left: 5px;
  width: 17px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.recent-post-content a svg path {
  fill: #000000;
}
.recent-post-content a:hover svg {
  margin-left: 10px;
}

.single-our_projects .single-page-content-text-right {
  margin-top: 75px;
}

.hero-banner-events-single-page {
  position: relative;
  height: auto;
  min-height: 697px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 991px) {
  .hero-banner-events-single-page {
    min-height: 470px;
  }
}
@media (max-width: 767px) {
  .hero-banner-events-single-page {
    min-height: 270px;
  }
}
.hero-banner-events-single-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
}
.hero-banner-events-single-page h1 {
  z-index: 2;
  width: 100%;
  margin: 0;
  font-family: "PPNeueWorld";
  color: #FFFFFF;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 991px) {
  .hero-banner-events-single-page h1 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .hero-banner-events-single-page h1 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 35px;
  }
}

.event-single-page-content {
  position: relative;
  z-index: 1;
  margin-top: -90px;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .event-single-page-content {
    margin-top: -70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .event-single-page-content {
    margin-top: -40px;
    padding-bottom: 50px;
  }
}
.event-single-page-content-two-col {
  padding: 50px 24px 0 24px;
  margin-bottom: 70px;
  background-color: #FFFFFF;
}
@media (max-width: 991px) {
  .event-single-page-content-two-col {
    margin-bottom: 60px;
    padding: 35px 10px 0px 10px;
  }
}
@media (max-width: 767px) {
  .event-single-page-content-two-col {
    padding: 20px 5px 0 5px;
    width: calc(100% - 10px);
    margin: 0 auto 50px auto;
  }
}
@media (min-width: 992px) {
  .event-single-page-content-text-left {
    padding-right: 25.5px;
  }
}
@media (max-width: 991px) {
  .event-single-page-content-text-left {
    margin-bottom: 13px;
  }
}
@media (min-width: 992px) {
  .event-single-page-content-text-right {
    padding-left: 25.5px;
  }
}
.event-single-page-content-text h1,
.event-single-page-content-text h2,
.event-single-page-content-text h3,
.event-single-page-content-text h4,
.event-single-page-content-text h5,
.event-single-page-content-text h6 {
  font-family: "PPNeueWorld";
}
.event-single-page-content-text h2 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 45px;
  line-height: 55px;
}
@media (max-width: 991px) {
  .event-single-page-content-text h2 {
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .event-single-page-content-text h2 {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 35px;
  }
}
.event-single-page-content-text p,
.event-single-page-content-text li {
  margin-bottom: 15px;
  font-family: "Inter";
  text-align: justify;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
}
@media (max-width: 991px) {
  .event-single-page-content-text p,
  .event-single-page-content-text li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .event-single-page-content-text p,
  .event-single-page-content-text li {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 17px;
  }
}
.event-single-page-content-text p:last-child,
.event-single-page-content-text li:last-child {
  margin-bottom: 0;
}
.event-single-page-content-text ul {
  margin-bottom: 15px;
}
@media (min-width: 1400px) {
  .event-single-page-content-text ul {
    padding-left: 40px;
  }
}
.event-single-page-content-text ul li {
  list-style-type: disc;
}
.event-single-page-content-recent-posts-title-btn {
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .event-single-page-content-recent-posts-title-btn {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .event-single-page-content-recent-posts-title-btn {
    margin-bottom: 20px;
  }
}
.event-single-page-content-recent-posts-title {
  text-transform: uppercase;
  margin: 0;
  font-family: "Inter";
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .event-single-page-content-recent-posts-title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .event-single-page-content-recent-posts-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.event-single-page-content-recent-posts-btn {
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-user-select: unset !important;
     -moz-user-select: unset !important;
          user-select: unset !important;
  cursor: pointer;
  padding-left: 15px;
  margin: 0 0 0 auto;
  font-family: "Inter";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 991px) {
  .event-single-page-content-recent-posts-btn {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .event-single-page-content-recent-posts-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.event-single-page-content-recent-posts-btn svg {
  margin-left: 5px;
}
.event-single-page-content-recent-posts-btn svg path {
  fill: #000000;
}
@media (max-width: 991px) {
  .event-single-page-content .events-title h1 {
    font-size: 30px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .event-single-page-content .events-title h1 {
    font-size: 20px;
  }
}

.event-single-page-slide-photos {
  margin-bottom: 73px;
}
@media (max-width: 991px) {
  .event-single-page-slide-photos {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .event-single-page-slide-photos {
    margin-bottom: 50px;
  }
}
.event-single-page-slide-photos-title {
  padding: 0 36px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .event-single-page-slide-photos-title {
    margin-bottom: 40px;
    padding: 0 22px;
  }
}
@media (max-width: 767px) {
  .event-single-page-slide-photos-title {
    margin-bottom: 25px;
    padding: 0 0.75rem;
  }
}
.event-single-page-slide-photos-title h2 {
  margin-bottom: 0;
  font-family: "PPNeueWorld";
  font-weight: 400;
  line-height: normal;
  font-size: 45px;
}
@media (max-width: 991px) {
  .event-single-page-slide-photos-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .event-single-page-slide-photos-title h2 {
    font-size: 20px;
  }
}

.event-gallery-shortcode {
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0;
  margin-left: auto;
}
@media (min-width: 576px) {
  .event-gallery-shortcode {
    max-width: calc(100% - (100% - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .event-gallery-shortcode {
    max-width: calc(100% - (100% - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .event-gallery-shortcode {
    max-width: calc(100% - (100% - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .event-gallery-shortcode {
    max-width: calc(100% - (100% - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .event-gallery-shortcode {
    max-width: calc(100% - (100% - 1320px) / 2);
  }
}
.event-gallery-shortcode .ngg-galleryoverview {
  margin: 0 !important;
  display: flex !important;
  overflow-x: auto !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: 22px !important;
}
@media (max-width: 991px) {
  .event-gallery-shortcode .ngg-galleryoverview {
    gap: 15px !important;
  }
}
@media (max-width: 767px) {
  .event-gallery-shortcode .ngg-galleryoverview {
    gap: 12px !important;
  }
}
.event-gallery-shortcode .ngg-galleryoverview::-webkit-scrollbar {
  display: none;
}
.event-gallery-shortcode .ngg-gallery-thumbnail-box {
  float: unset !important;
  padding: 0 !important;
}
.event-gallery-shortcode .ngg-gallery-thumbnail-box a.ngg-simplelightbox {
  margin: 0 !important;
  border-radius: 10px;
  overflow: hidden;
}
.event-gallery-shortcode .ngg-gallery-thumbnail-box img {
  width: auto !important;
  height: 520px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  max-width: unset !important;
  min-width: unset !important;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .event-gallery-shortcode .ngg-gallery-thumbnail-box img {
    height: 350px !important;
  }
}
@media (max-width: 991px) {
  .event-gallery-shortcode .ngg-gallery-thumbnail-box img {
    height: 270px !important;
  }
}
@media (max-width: 767px) {
  .event-gallery-shortcode .ngg-gallery-thumbnail-box img {
    height: 200px !important;
  }
}
@media (max-width: 350px) {
  .event-gallery-shortcode .ngg-gallery-thumbnail-box img {
    height: 185px !important;
  }
}

.single-reports {
  background-color: #5C538D;
  padding: 212px 0 261px 0;
  min-height: 732px;
}
@media (max-width: 991.98px) {
  .single-reports {
    min-height: 100dvh;
    padding: 150px 0 150px 0;
  }
}
.single-reports-title {
  margin-bottom: 110px;
  text-align: center;
  font-family: "Inter";
  color: white;
  font-weight: 400;
  font-size: 30px;
  line-height: 36.31px;
}
@media (max-width: 991.98px) {
  .single-reports-title {
    margin-bottom: 80px;
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .single-reports-title {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 23px;
  }
}

.report-items {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
  width: 100%;
  max-width: 863px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .report-items {
    gap: 40px;
  }
}
@media (max-width: 375.98px) {
  .report-items {
    gap: 30px;
  }
}
.report-items .report-item {
  display: flex;
  width: calc((100% - 225px) / 6);
}
@media (max-width: 991.98px) {
  .report-items .report-item {
    width: calc((100% - 120px) / 4);
  }
}
@media (max-width: 575.98px) {
  .report-items .report-item {
    width: calc((100% - 80px) / 3);
  }
}
@media (max-width: 375.98px) {
  .report-items .report-item {
    width: calc((100% - 60px) / 3);
  }
}
.report-items .report-item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding: 5px 0;
  font-family: "Inter";
  color: white;
  font-weight: 400;
  font-size: 22px;
  line-height: 26.63px;
}
@media (max-width: 991.98px) {
  .report-items .report-item a {
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767.98px) {
  .report-items .report-item a {
    font-size: 16px;
    line-height: 20px;
  }
}
.report-items .report-item a:hover {
  color: white;
  opacity: 0.7;
}

.thfh-archive {
  padding-top: 153.5px;
  padding-bottom: 100px;
  min-height: 60vh;
  font-family: "Inter";
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 991px) {
  .thfh-archive {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .thfh-archive {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.thfh-archive-title {
  font-family: "PPNeueWorld";
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .thfh-archive-title {
    margin-bottom: 0px;
    font-size: 1.4rem;
  }
}
.thfh-archive-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.thfh-archive-card .card-img-top {
  border-radius: 8px 8px 0 0;
}
.thfh-archive-card .card-body {
  background-color: #FFFFFF;
  padding: 20px;
}
.thfh-archive-card .card-body .card-title {
  font-family: "PPNeueWorld";
  font-size: 1.25rem;
  color: #000000;
}
.thfh-archive-card .card-body .card-text {
  font-family: "Inter";
  font-size: 1rem;
  color: #000000;
}

.pagination {
  margin-top: 20px;
  justify-content: center;
}
.pagination .page-item .page-link {
  border: 1px solid #000000;
  color: #000000;
  padding: 10px 20px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.pagination .page-item .page-link:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.pagination .page-item.active .page-link {
  background-color: #000000;
  color: #FFFFFF;
}

.thfh-404 {
  padding-top: 153.5px;
  padding-bottom: 100px;
  min-height: 60vh;
  font-family: "Inter";
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 991px) {
  .thfh-404 {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .thfh-404 {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}

.thfh-404-content svg {
  max-width: 60%;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.thfh-404-title {
  font-family: "PPNeueWorld";
  font-size: 3rem;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .thfh-404-title {
    font-size: 2rem;
  }
}

.thfh-404-message {
  font-family: "Inter";
  font-size: 1.25rem;
  color: #000000;
}
@media (max-width: 767px) {
  .thfh-404-message {
    font-size: 1.05rem;
  }
}

.thfh-404-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 575px) {
  .thfh-404-buttons {
    flex-wrap: wrap;
    gap: 15px;
  }
  .thfh-404-buttons a {
    width: 100%;
  }
}

.thfh-search {
  padding-top: 153.5px;
  padding-bottom: 100px;
  min-height: 60vh;
  font-family: "Inter";
  background-color: #FFFFFF;
  color: #000000;
}
@media (max-width: 991px) {
  .thfh-search {
    padding-top: 110px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .thfh-search {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
.thfh-search a {
  color: #000000;
}

.thfh-search h1,
.thfh-search h2,
.thfh-search h3,
.thfh-search h4,
.thfh-search h5,
.thfh-search h6 {
  font-family: "PPNeueWorld";
}

.thfh-search-navbar {
  background-color: #000000;
}
.thfh-search-navbar .thfh-search-navbar-brand {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .thfh-search-form {
    flex-wrap: wrap;
  }
  .thfh-search-form button {
    width: 100%;
  }
}

.thfh-search-form-control {
  border-radius: 20px !important;
  padding: 0 15px;
  border: 1px solid #000000;
  height: 48px;
}
@media (max-width: 991px) {
  .thfh-search-form-control {
    height: 45px;
    border-radius: 17px !important;
  }
}
@media (max-width: 767px) {
  .thfh-search-form-control {
    margin-right: 0 !important;
    width: 100% !important;
    height: 40px;
    border-radius: 15px !important;
    margin-bottom: 15px;
  }
}/*# sourceMappingURL=style.css.map */