@import "bootstrap.min.css";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;500;600;700&display=swap");
.animated-effect, .service-schedule .table-box table.table tbody tr, .contact .team-members-list .team-member, .contact .social-links ul li a, .donation-picker .box .nav.nav-tabs .nav-item .nav-link img, .support-types .btn-link:after, .scroll-top, footer.page-footer .social-links li a, footer.page-footer .nav-link.nav-link-arrow-right:after, footer.page-footer .nav-link, .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item, .navbar .navbar-nav .nav-item .nav-link {
  transition: 0.1s ease all;
}

.animated-long-effect {
  transition: 0.25s ease all;
}

.active-effect, .btn.btn-link:active, .btn.btn-outline-dark:active, .btn.btn-outline-light:active, .btn.btn-outline-primary:active, .btn.btn-dark:active, .btn.btn-light:active, .btn.btn-secondary:active, .btn.btn-primary:active {
  transform-origin: center;
  transform: scale(0.975);
}

.disable-selection, .service-schedule .table-box table.table .course-table-item.item-inactive {
  user-select: none;
}

.disable-clicks, .service-schedule .table-box table.table .course-table-item.item-inactive {
  pointer-events: none;
}

.text-ellipsis {
  width: 100%;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

html, body {
  font-family: "PT Sans", sans-serif;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.9px) {
  html, body {
    font-size: 12px;
  }
}

.navbar-brand img {
  height: 5rem;
}
@media (max-width: 767.9px) {
  .navbar-brand img {
    height: 3.5rem;
  }
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 767.9px) {
  .navbar {
    background: #fff !important;
    position: relative;
  }
}
.navbar .navbar-nav .nav-item .nav-link {
  font-weight: bold;
  font-size: 1.15rem;
  margin-right: 1rem;
  padding-right: 0;
  position: relative;
  color: #fff;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link {
    color: #13212a;
    margin-right: 0;
  }
}
.navbar .navbar-nav .nav-item .nav-link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -0.75rem;
  width: 1px;
  height: 40%;
  margin: auto;
  content: " ";
  background: #fff;
  opacity: 0.2;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
}
.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  color: #fcb638;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar .navbar-nav .nav-item .nav-link:active {
  color: #fcb638;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item .btn {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-toggle:after {
  display: none;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  border-radius: 0.75rem;
  box-shadow: rgba(19, 33, 42, 0.15) 0 0.5rem 2.5rem;
  border: none;
  padding: 0.5rem;
}
@media (max-width: 767.9px) {
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    box-shadow: none;
    padding: 0;
  }
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-weight: 600;
  color: #13212a;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #f2f3f4;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background: #eee;
}
.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item.active {
  background: rgb(237.8, 249.4994923858, 255);
  color: #0086c5;
}
.navbar .navbar-toggler {
  border-color: transparent;
  outline: none;
  box-shadow: none;
}
.navbar.navbar-dark-text {
  position: relative;
}
.navbar.navbar-dark-text .navbar-nav .nav-item .nav-link {
  color: #13212a;
}
.navbar.navbar-dark-text .navbar-nav .nav-item .nav-link:before {
  background: #13212a;
}
.navbar.navbar-dark-text .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-dark-text .navbar-nav .nav-item .nav-link:focus {
  color: #fcb638;
}
.navbar.navbar-dark-text .navbar-nav .nav-item .nav-link.active, .navbar.navbar-dark-text .navbar-nav .nav-item .nav-link:active {
  color: #fcb638;
}

footer.page-footer {
  background: #13212a;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  footer.page-footer .navbar-brand {
    margin-bottom: 1.5rem !important;
    display: block;
  }
}
footer.page-footer .navbar-brand img {
  height: 5rem;
}
footer.page-footer h5 {
  font-weight: bold;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer p {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}
footer.page-footer .nav-link {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
}
footer.page-footer .nav-link.nav-link-sm {
  font-size: 1rem;
}
footer.page-footer .nav-link.nav-link-arrow-right:after {
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg) translateY(-0.15rem);
  display: inline-block;
  margin-left: 0.5rem;
  content: " ";
}
footer.page-footer .nav-link:hover {
  color: #0086c5;
}
footer.page-footer .nav-link:hover.nav-link-arrow-right:after {
  border-color: #0086c5;
}
footer.page-footer .social-links li a {
  margin-right: 0.5rem;
  width: 3rem;
  height: 3rem;
  padding: 0.75rem;
  line-height: 1;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
}
footer.page-footer .social-links li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
footer.page-footer .social-links li a img {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  filter: brightness(0) invert(1);
}
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 6rem;
  z-index: 99;
  background: #fff;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 2rem;
  padding: 0;
  border-radius: 0.75rem;
  border: none;
  box-shadow: rgba(19, 33, 42, 0.15) 0 0.5rem 2.5rem;
  transform: translateY(1rem);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.9px) {
  .scroll-top {
    bottom: 1rem;
    right: 5rem;
  }
}
.scroll-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.scroll-top:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid #13212a;
  border-right: 2px solid #13212a;
  transform-origin: center;
  transform: rotate(-45deg);
  content: " ";
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whatsapp-floating-button {
  position: fixed;
  width: 3rem;
  height: 3rem;
  bottom: 2rem;
  right: 2rem;
  background-color: #25d366;
  color: #FFF !important;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  box-shadow: rgba(19, 33, 42, 0.15) 0 0.5rem 2.5rem;
}
@media (max-width: 767.9px) {
  .whatsapp-floating-button {
    bottom: 1rem;
    right: 1rem;
  }
}
.whatsapp-floating-button:hover {
  color: #FFF !important;
}
.whatsapp-floating-button i {
  margin-top: 9px;
}

.btn {
  font-weight: 700;
  border-radius: 0.5rem;
  padding: 0.5rem 1.5rem;
}
.btn.btn-lg {
  padding: 0.75rem 2rem;
}
.btn.btn-primary {
  background: #0086c5;
  border-color: #0086c5;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  background: rgb(0, 168.6903553299, 248);
  border-color: rgb(0, 168.6903553299, 248);
}
.btn.btn-primary:active {
  background: rgb(33.8, 184.2609137056, 255);
  border-color: rgb(33.8, 184.2609137056, 255);
}
.btn.btn-secondary {
  background: #fcb638;
  border-color: #fcb638;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  background: rgb(251.6212871287, 172.7846534653, 30.8787128713);
  border-color: rgb(251.6212871287, 172.7846534653, 30.8787128713);
}
.btn.btn-secondary:active {
  background: rgb(251.2425742574, 163.5693069307, 5.7574257426);
  border-color: rgb(251.2425742574, 163.5693069307, 5.7574257426);
}
.btn.btn-light {
  background: #fff;
  border-color: #fff;
  color: #13212a;
}
.btn.btn-dark {
  background: #13212a;
  border-color: #13212a;
  color: #13212a;
}
.btn.btn-dark:hover, .btn.btn-dark:focus {
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn.btn-dark:active {
  background: #444;
  border-color: #444;
  color: #fff;
}
.btn.btn-outline-primary {
  border-color: #0086c5;
  color: #0086c5;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
  background: #0086c5;
  border-color: #0086c5;
  color: #fff;
}
.btn.btn-outline-primary:active {
  background: rgb(33.8, 184.2609137056, 255);
  border-color: rgb(33.8, 184.2609137056, 255);
  color: #fff;
}
.btn.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus {
  background: #fff;
  border-color: #fff;
  color: #13212a;
}
.btn.btn-outline-light:active {
  background: #fff;
  border-color: #fff;
  color: #0086c5;
}
.btn.btn-outline-dark {
  border-color: #13212a;
  color: #13212a;
}
.btn.btn-outline-dark:hover, .btn.btn-outline-dark:focus {
  background: #13212a;
  border-color: #13212a;
  color: #fff;
}
.btn.btn-outline-dark:active {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn.btn-link:hover, .btn.btn-link:focus, .btn.btn-link:not(:disabled):not(.disabled):active {
  background: transparent;
  border: transparent;
  box-shadow: none;
  color: rgb(18.5, 179.3680203046, 255);
}
.btn.btn-donation {
  position: relative;
  padding-left: 3.5rem;
}
.btn.btn-donation:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5rem;
  border-radius: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/euro.svg") center no-repeat rgba(255, 255, 255, 0.2);
  background-size: 1rem;
  margin: auto;
  content: " ";
  z-index: 1;
}
.btn.btn-direction {
  position: relative;
  padding-right: 3.5rem;
}
.btn.btn-direction:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  border-radius: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icons/arrow-right.svg") center no-repeat rgba(255, 255, 255, 0.2);
  background-size: 1rem;
  margin: auto;
  content: " ";
  z-index: 1;
}

.form-control {
  height: auto;
}
.main {
  padding: 15rem 0 5rem 0;
  position: relative;
  background-size: cover;
}
@media (max-width: 767.9px) {
  .main {
    padding: 7.5rem 0;
  }
}
.main .container {
  position: relative;
  z-index: 2;
}
.main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(19, 33, 42, 0.45), rgba(19, 33, 42, 0.7));
  content: " ";
  z-index: 1;
}
.main h2 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
.main h1 {
  font-size: 4.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .main h1 {
    font-size: 3rem;
  }
}
.main p {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767.9px) {
  .main p {
    display: none;
    padding-bottom: 2.5rem;
  }
}
.main .how-item {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  position: relative;
  flex-direction: column;
}
@media (max-width: 767.9px) {
  .main .how-item {
    display: none;
  }
}
.main .how-item:before {
  position: absolute;
  top: 0;
  width: 5rem;
  height: 5rem;
  background: #fcb638;
  content: " ";
  z-index: 0;
  border-radius: 0.75rem;
}
.main .how-item:after {
  position: absolute;
  bottom: 0.35rem;
  left: 1rem;
  width: 3rem;
  height: 2px;
  background: #13212a;
  content: " ";
  z-index: 1;
  opacity: 0.15;
}
.main .how-item img {
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem 1.25rem 1rem;
  display: block;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  filter: brightness(0);
  opacity: 0.5;
}
.main .how-item strong {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  /* padding-left: 1rem; */
  padding-top: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

.services {
  padding: 5rem 0;
  position: relative;
}
.services h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #0086c5;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.services h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #fcb638;
  content: " ";
}
.services h4 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #13212a;
  margin: 0 0 1.5rem 0;
}
.services .services-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.services .services-list .service-item {
  display: block;
  position: relative;
  width: 10%;
  padding-top: 1px;
  margin-top: 1.5rem;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .services .services-list .service-item {
    width: 50% !important;
    margin-bottom: 1rem;
  }
}
.services .services-list .service-item .service-inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.services .services-list .service-item .back-im {
  width: 6rem;
  height: 6rem;
  background: #eef9ff;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  transition: background 0.3s ease;
}
@media (max-width: 767.9px) {
  .services .services-list .service-item .back-im {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.services .services-list .service-item .back-im img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  background: transparent !important;
  filter: brightness(0) saturate(100%) invert(38%) sepia(35%) saturate(6663%) hue-rotate(177deg) brightness(93%) contrast(101%) !important;
  display: block;
  margin: 0;
}
.services .services-list .service-item strong {
  display: block;
  color: #0086c5;
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  word-wrap: break-word;
  text-align: center;
}
.services .services-list .service-item:hover .back-im {
  background: rgba(0, 134, 197, 0.2);
}
.services ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: block;
}
.services ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.services ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid #0086c5;
  border-left: 2px solid #0086c5;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin: auto;
}

.support-types {
  background: #0086c5;
  position: relative;
}
.support-types .container {
  position: relative;
  z-index: 1;
}
.support-types:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: #fcb638;
  content: " ";
  z-index: 0;
}
@media (max-width: 767.9px) {
  .support-types:before {
    display: none;
  }
}
.support-types .support-type {
  padding: 5rem 0;
}
.support-types .support-type h3 {
  font-weight: bold;
  color: #fff;
}
.support-types .support-type p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 75%;
}
.support-types .support-type.type-2 {
  background: #fcb638;
  padding-left: 1.5rem;
}
@media (max-width: 767.9px) {
  .support-types .support-type.type-2 {
    padding: 5rem 0.75rem;
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
  }
}
.support-types .btn-link {
  color: #fff;
  text-decoration: none;
  padding: 0;
  position: relative;
  border: none;
}
.support-types .btn-link:hover, .support-types .btn-link:focus {
  border: none;
  box-shadow: none;
  color: #fff;
}
.support-types .btn-link:not(:disabled):not(.disabled):active {
  color: #fff;
}
.support-types .btn-link:after {
  width: 0.45rem;
  height: 0.45rem;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  transform: rotate(-45deg) translateY(-0.15rem);
  display: inline-block;
  margin-left: 0.5rem;
  content: " ";
}

.donate-cta {
  display: block;
  position: relative;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #13212a;
}
.donate-cta .container {
  position: relative;
  z-index: 2;
}
.donate-cta h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #fcb638;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.donate-cta h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #fcb638;
  content: " ";
}
.donate-cta p {
  color: rgba(255, 255, 255, 0.75);
}

.first-main-picture {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767.9px) {
  .first-main-picture {
    height: 50%;
    width: 100%;
    object-fit: cover;
  }
}

.second-main-picture {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
@media (max-width: 767.9px) {
  .second-main-picture {
    height: 50%;
    width: 100%;
    top: unset;
    object-fit: cover;
  }
}

@media (max-width: 767.9px) {
  .text-container {
    padding-top: 20.5rem;
    text-align: end;
  }
}

.partners-slider {
  display: block;
  position: relative;
  padding: 5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #13212a;
}
.partners-slider .container {
  position: relative;
  z-index: 2;
}
.partners-slider h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #fcb638;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.partners-slider h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #fcb638;
  content: " ";
}
.partners-slider p {
  color: rgba(255, 255, 255, 0.75);
}

.description {
  min-height: 18rem;
}

.subtitle {
  height: 15.5rem;
}

.title {
  height: 4rem;
}

@media (max-width: 767.9px) {
  .main-activities-table {
    font-size: 0.85rem;
  }
}

.donation {
  padding: 15rem 0 10rem 0;
  position: relative;
  background: url("../img/donate-bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .donation {
    padding: 5rem 0;
  }
}
.donation:before {
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100%;
  height: 100%;
  background: #fff;
  content: " ";
  z-index: 2;
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.1;
}
.donation:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: " ";
  background: #13212a;
  opacity: 0.6;
}
.donation .container {
  position: relative;
  z-index: 3;
}
.donation h2 {
  font-size: 4.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .donation h2 {
    font-size: 3rem;
  }
}
.donation h3 {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
}
.donation p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.donation-picker {
  background: #13212a;
  padding: 1px 0 0 0;
}
@media (max-width: 767.9px) {
  .donation-picker {
    background: #fff;
  }
}
.donation-picker .box {
  background: #fff;
  box-shadow: rgba(19, 33, 42, 0.15) 0 0.5rem 2.5rem;
  position: relative;
  z-index: 1;
  margin-top: -5rem;
  padding: 2rem;
  border-radius: 0.75rem;
}
@media (max-width: 767.9px) {
  .donation-picker .box {
    padding: 1.5rem 0 5rem 0;
    margin-top: 0;
    box-shadow: none;
  }
}
.donation-picker .box .nav.nav-tabs {
  border: none;
  padding-bottom: 1.5rem;
}
.donation-picker .box .nav.nav-tabs .nav-item {
  margin-right: 0.25rem;
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link {
  font-weight: bold;
  color: #13212a;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0.75rem;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.25rem;
  filter: brightness(0);
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link:hover {
  background: #f2f3f4;
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link:active, .donation-picker .box .nav.nav-tabs .nav-item .nav-link.active {
  background: rgb(237.8, 249.4994923858, 255);
  color: #0086c5;
}
.donation-picker .box .nav.nav-tabs .nav-item .nav-link:active img, .donation-picker .box .nav.nav-tabs .nav-item .nav-link.active img {
  filter: none;
  opacity: 1;
}
.donation-picker .box .tab-content h3 {
  font-weight: bold;
  color: #13212a;
}
.donation-picker .box .tab-content h4 {
  font-weight: bold;
  color: #13212a;
}
.donation-picker .box .tab-content .amounts-picker {
  display: flex;
  flex-wrap: wrap;
}
.donation-picker .box .tab-content .amounts-picker .form-check {
  position: relative;
  padding: 0;
  margin: 0 0.5rem 0.5rem 0;
  display: block;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  z-index: 0;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-input:checked ~ .form-check-label {
  background: rgb(237.8, 249.4994923858, 255);
  color: #0086c5;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-label {
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background: #f2f3f4;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-label:hover {
  background: #eee;
  color: #13212a;
}
.donation-picker .box .tab-content .amounts-picker .form-check .form-check-label:active {
  background: #ddd;
  color: #13212a;
  transform-origin: center;
  transform: scale(0.95);
}
.donation-picker .box .tab-content .bank-credentials {
  display: block;
}
.donation-picker .box .tab-content .bank-credentials .credentials-info {
  display: flex;
  align-items: flex-start;
  width: 50%;
}
@media (max-width: 767.9px) {
  .donation-picker .box .tab-content .bank-credentials .credentials-info {
    width: 100%;
  }
}
.donation-picker .box .tab-content .bank-credentials .credentials-info + .credentials-info {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f2f3f4;
}
.donation-picker .box .tab-content .bank-credentials .credentials-info strong {
  width: 25%;
  flex-shrink: 0;
}
.donation-picker .box .provider-img {
  max-width: 200px;
  display: block;
}

.who-are-we {
  padding: 10rem 0;
  position: relative;
  background: #13212a;
}
@media (max-width: 767.9px) {
  .who-are-we {
    padding: 0 0 5rem 0;
    background: transparent;
  }
}
.who-are-we h2 {
  font-size: 4.5rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.9;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .who-are-we h2 {
    font-size: 3rem;
  }
}
.who-are-we p {
  color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 767.9px) {
  .who-are-we p {
    color: #13212a;
  }
}
.who-are-we .video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: rgba(19, 33, 42, 0.2) 0 0.5rem 2.5rem;
  cursor: pointer;
}
.who-are-we .video-wrapper .img-fluid {
  position: relative;
  z-index: 0;
}
.who-are-we .video-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: #fff;
  content: " ";
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.who-are-we .video-wrapper:after {
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.35rem;
  right: 0;
  margin: auto;
  z-index: 2;
  background: url("../img/icons/play.svg") center no-repeat;
  background-size: contain;
  content: " ";
  width: 3rem;
  height: 3rem;
}

.did-you-know {
  position: relative;
  margin-top: -5rem;
}
@media (max-width: 767.9px) {
  .did-you-know {
    margin-top: 0;
  }
}
.did-you-know .item {
  display: block;
  height: 100%;
  background: #0086c5;
  padding: 2.5rem;
  border-radius: 0.75rem;
}
.did-you-know .item.v2 {
  background: #fcb638;
}
.did-you-know .item.v3 {
  background: rgb(34.8852459016, 60.5901639344, 77.1147540984);
}
.did-you-know .item img {
  width: 5rem;
  height: 5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
}
.did-you-know .item h4 {
  font-weight: bold;
  color: #fff;
  margin: 1.5rem 0 1rem 0;
}
.did-you-know .item p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0;
}

.our-approach {
  padding: 5rem 0;
}
.our-approach h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #0086c5;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.our-approach h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #fcb638;
  content: " ";
}
.our-approach .approach-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 2.5rem;
}
@media (max-width: 767.9px) {
  .our-approach .approach-item {
    flex-direction: column;
  }
}
.our-approach .approach-item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 8rem;
  background: rgb(237.8, 249.4994923858, 255);
  border-radius: 0.75rem;
  content: " ";
  z-index: 0;
}
.our-approach .approach-item img {
  width: 8rem;
  height: 8rem;
  flex-shrink: 0;
  position: relative;
  padding: 1.5rem;
  display: block;
  z-index: 1;
}
.our-approach .approach-item .approach-info {
  padding-left: 2rem;
}
@media (max-width: 767.9px) {
  .our-approach .approach-item .approach-info {
    padding-left: 0;
    padding-top: 1.5rem;
  }
}
.our-approach .approach-item .approach-info h4 {
  font-weight: bold;
  color: #13212a;
  font-size: 1.25rem;
}
.our-approach .approach-item .approach-info ul {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: block;
}
.our-approach .approach-item .approach-info ul li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.our-approach .approach-item .approach-info ul li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.8rem;
  height: 0.4rem;
  border-bottom: 2px solid #0086c5;
  border-left: 2px solid #0086c5;
  content: " ";
  transform-origin: center;
  transform: rotate(-45deg);
  margin-top: 0.6rem;
}
.our-approach .approach-item .approach-info ul.two-columns-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 30rem;
}
.our-approach .approach-item .approach-info ul.two-columns-list li {
  width: 50%;
}

.statistics {
  padding: 5rem 0;
  background: #f2f3f4;
}
.statistics h3 {
  font-weight: bold;
  color: #13212a;
  font-size: 1.5rem;
  max-width: 50%;
}
@media (max-width: 767.9px) {
  .statistics h3 {
    max-width: 100%;
  }
}
.statistics .statistics-item {
  display: block;
  position: relative;
  padding: 2rem;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: rgba(19, 33, 42, 0.05) 0 0.2rem 1rem;
  height: 100%;
}
.statistics .statistics-item img {
  display: block;
  height: 3rem;
  margin-bottom: 1.5rem;
}
.statistics .statistics-item h4 {
  font-weight: bold;
  margin: 0 0 1rem 0;
  color: #0086c5;
}
.statistics .statistics-item p {
  margin: 0;
}

.history {
  padding: 5rem 0;
  position: relative;
}
.history h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #0086c5;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.history h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #fcb638;
  content: " ";
}
.history .history-steps {
  display: block;
  position: relative;
}
.history .history-steps .step {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.history .history-steps .step .step-year {
  font-weight: bold;
  color: #0086c5;
  background: rgb(237.8, 249.4994923858, 255);
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1.75rem;
  width: 6rem;
  flex-shrink: 0;
  line-height: 1;
  padding: 1rem 0;
}
.history .history-steps .step .step-info {
  padding-left: 1rem;
  font-weight: bold;
  font-size: 1.25rem;
  color: #13212a;
}

.contact-map {
  width: 100%;
  height: 6.625rem;
  background: #13212a;
}
@media (max-width: 767.9px) {
  .contact-map {
    display: none;
  }
}

.contact {
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .contact {
    padding: 0 0 5rem 0;
  }
}
.contact .contact-boxes .contact-box {
  display: block;
  position: relative;
  padding-left: 4rem;
  min-height: 3rem;
  color: #13212a;
}
.contact .contact-boxes .contact-box + .contact-box {
  margin-top: 1rem;
}
.contact .contact-boxes .contact-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}
.contact .contact-boxes .contact-box strong {
  display: block;
}
.contact .social-links {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #f2f3f4;
}
.contact .social-links strong {
  display: block;
}
.contact .social-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.contact .social-links ul li {
  display: block;
  margin-top: 0.5rem;
  margin-right: 0.5rem;
}
.contact .social-links ul li a {
  display: block;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 1;
  padding: 0.75rem;
  background: #f2f3f4;
  border-radius: 0.5rem;
}
.contact .social-links ul li a:hover {
  background: #eee;
}
.contact .social-links ul li a:active {
  background: #ddd;
  transform-origin: center;
  transform: scale(0.9275);
}
.contact .social-links ul li a img {
  width: 1.5rem;
  height: 1.5rem;
}
.contact .team-members-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 767.9px) {
  .contact .team-members-list {
    margin-top: 2rem;
  }
}
.contact .team-members-list .team-member {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  width: calc(100% + 1rem);
  margin-left: -1rem;
}
@media (max-width: 767.9px) {
  .contact .team-members-list .team-member {
    width: calc(100% + 1.5rem);
    margin: 0 -0.75rem;
    padding: 0.75rem;
    border-radius: 0;
  }
}
.contact .team-members-list .team-member:hover {
  background: #f2f3f4;
}
.contact .team-members-list .team-member .img-fluid {
  width: 6rem;
  height: 6rem;
  object-fit: cover;
  border-radius: 0.75rem;
  flex-shrink: 0;
}
.contact .team-members-list .team-member .team-contact {
  flex-grow: 1;
  padding: 0 1rem;
}
.contact .team-members-list .team-member .team-contact p {
  font-weight: bold;
  color: #13212a;
  margin: 0;
}
.contact .team-members-list .team-member .team-contact h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #0086c5;
  font-size: 1.25rem;
  margin: 0;
}

.contact-form {
  padding: 5rem 0;
  background: rgb(237.8, 249.4994923858, 255);
}
.contact-form h2 {
  font-weight: bold;
  font-size: 2rem;
  color: #0086c5;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.contact-form h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #fcb638;
  content: " ";
}
.contact-form h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #13212a;
  margin: 0 0 1.5rem 0;
}
.contact-form .form-label {
  font-weight: bold;
  font-size: 1.15rem;
}
.contact-form .form-control {
  padding: 1rem;
  height: auto;
  border: none;
  box-shadow: rgba(19, 33, 42, 0.1) 0 0.1rem 0.1rem;
}
.contact-form textarea.form-control {
  min-height: 10rem;
}
.contact-form .form-check .form-check-input:checked {
  background-color: #0086c5;
}

.service-header {
  position: relative;
  padding: 5rem 0;
}
@media (max-width: 767.9px) {
  .service-header {
    padding: 0 0;
  }
}
.service-header video {
  width: 100%;
  border-radius: 0.75rem;
}
.service-header .container {
  position: relative;
  z-index: 2;
}
.service-header:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #0086c5;
  content: " ";
  z-index: 0;
  width: 25%;
  height: 100%;
}
@media (max-width: 767.9px) {
  .service-header:before {
    display: none;
  }
}
.service-header .img-fluid {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
}
.service-header h2 {
  font-size: 1.25rem;
  color: #13212a;
  font-weight: bold;
}
.service-header h1 {
  font-size: 3.5rem;
  font-weight: 400;
  color: #13212a;
  line-height: 0.9;
  margin: 0.5rem 0 1rem 0;
}
@media (max-width: 767.9px) {
  .service-header h1 {
    font-size: 3rem;
  }
}
.service-header p {
  color: rgba(19, 33, 42, 0.75);
}

.service-features {
  padding: 5rem 0 0 0;
}
@media (max-width: 767.9px) {
  .service-features {
    padding-top: 2.5rem;
  }
}
.service-features .feature-item {
  display: block;
  position: relative;
}
@media (max-width: 767.9px) {
  .service-features .feature-item {
    padding-top: 2.5rem;
  }
}
.service-features .feature-item h3 {
  font-size: 10rem;
  color: #0086c5;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
@media (max-width: 767.9px) {
  .service-features .feature-item h3 {
    font-size: 5rem;
    font-weight: bold;
  }
}
.service-features .feature-item span {
  font-weight: bold;
  font-size: 1.25rem;
  color: #0086c5;
  display: block;
}
@media (max-width: 767.9px) {
  .service-features .feature-item span {
    font-size: 1rem;
  }
}

.service-about {
  padding: 7.5rem 0;
}
@media (max-width: 767.9px) {
  .service-about {
    padding: 5rem 0;
  }
}
.service-about h3 {
  font-weight: bold;
  color: #13212a;
  font-size: 2rem;
}
.service-about p {
  font-size: 1.25rem;
}

.service-schedule {
  background: rgb(237.8, 249.4994923858, 255);
  padding: 5rem 0;
}
.service-schedule .table-box {
  position: relative;
  background: transparent;
  border-radius: 0.5rem;
  padding: 0;
}
.service-schedule .table-box table.table {
  margin: 0;
  background: none;
}
.service-schedule .table-box table.table thead th {
  width: 14.2857142857%;
  text-align: center;
  color: #0086c5;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.25rem;
  padding: 1rem 0.5rem;
}
.service-schedule .table-box table.table thead th + th {
  border-left: 1px solid rgba(19, 33, 42, 0.05);
}
.service-schedule .table-box table.table tbody tr:nth-child(2n+1) {
  background: rgba(19, 33, 42, 0.025);
}
.service-schedule .table-box table.table tbody tr:hover {
  background: rgba(19, 33, 42, 0.05);
}
.service-schedule .table-box table.table tbody tr td {
  text-align: center;
  padding: 1rem 0.5rem;
  vertical-align: middle;
}
.service-schedule .table-box table.table tbody tr td + td {
  border-left: 1px solid rgba(19, 33, 42, 0.05);
}
.service-schedule .table-box table.table tbody tr td:nth-child(1) {
  font-weight: bold;
  color: #13212a;
  border-radius: 2rem 0 0 2rem;
}
.service-schedule .table-box table.table tbody tr td:last-child {
  border-radius: 0 2rem 2rem 0;
}
.service-schedule .table-box table.table .course-table-item {
  display: block;
}
.service-schedule .table-box table.table .course-table-item.item-inactive {
  filter: blur(5px) grayscale(1);
  opacity: 0.25;
}
.service-schedule .table-box table.table .course-table-item strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #0086c5;
}
.service-schedule .table-box table.table .course-table-item span {
  display: block;
  font-weight: 600;
  color: #13212a;
  font-size: 0.8rem;
}
.service-schedule .table-box table.table .course-table-item i {
  display: block;
  font-style: normal;
  font-size: 0.8rem;
}

.service-review {
  background: rgb(212.3, 241.3446700508, 255);
  padding: 5rem 0;
}
.service-review.v2 {
  background: none;
  padding: 0;
}
.service-review .video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  box-shadow: rgba(19, 33, 42, 0.2) 0 0.5rem 2.5rem;
  cursor: pointer;
}
.service-review .video-wrapper .img-fluid {
  position: relative;
  z-index: 0;
}
.service-review .video-wrapper:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: #fff;
  content: " ";
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.service-review .video-wrapper:after {
  position: absolute;
  top: 0.15rem;
  bottom: 0;
  left: 0.35rem;
  right: 0;
  margin: auto;
  z-index: 2;
  background: url("../img/icons/play.svg") center no-repeat;
  background-size: contain;
  content: " ";
  width: 3rem;
  height: 3rem;
}
.service-review .review {
  font-size: 2.5rem;
  color: #13212a;
  line-height: 1.2;
  font-style: italic;
}
@media (max-width: 767.9px) {
  .service-review .review {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.service-review .review:before {
  content: '"';
}
.service-review .review:after {
  content: '"';
}
.service-review .review-person {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.service-review .review-person img {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.service-review .review-person p {
  margin: 0;
}

.service-services {
  padding: 5rem 0;
  background: #0086c5;
}
.service-services h3 {
  font-weight: bold;
  font-size: 2rem;
  color: #fff;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  position: relative;
}
.service-services h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10rem;
  height: 2px;
  background: #fcb638;
  content: " ";
}
.service-services .services-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.service-services .services-list .service-item {
  display: block;
  position: relative;
  width: 10%;
  padding-top: 1px;
  margin-top: 1.5rem;
  text-decoration: none;
}
@media (max-width: 767.9px) {
  .service-services .services-list .service-item {
    width: 50% !important;
    margin-bottom: 1rem;
  }
}
.service-services .services-list .service-item .service-inner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}
.service-services .services-list .service-item .service-inner-content:hover {
  transform: translateY(-5px);
}
.service-services .services-list .service-item .service-inner-content:hover .back-im {
  background: rgba(255, 255, 255, 0.2);
}
.service-services .services-list .service-item .back-im {
  width: 6rem;
  height: 6rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
  transition: background 0.3s ease;
}
@media (max-width: 767.9px) {
  .service-services .services-list .service-item .back-im {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.service-services .services-list .service-item .back-im img {
  width: 3.5rem;
  height: 3.5rem;
  filter: brightness(0) invert(1);
  object-fit: contain;
  display: block;
  margin: 0;
}
.service-services .services-list .service-item strong {
  display: block;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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