:root {
  --yellow: #f8971d;
  --bs-yellow-rgb: 248,158,29;
  --blue: #025295;
  --bs-blue-rgb: 2,82,149;
  --white: #ffffff;
  --red:#f3333f;
  --red-donate: #DD4647;
  --grey: #f8f9fa;
  --darkgrey: #304a63;
}

.section {
  padding-bottom: 50px;
}

.gpei-padding {
  padding: 80px 120px;
}
@media (max-width: 991px) {
  .gpei-padding {
    padding: 20px;
  }
}

.gpei-pl-1 {
  padding-left: 8.33%;
}

.gpei-pr-1 {
  padding-right: 8.33%;
}

.gpei-px-1 {
  padding-left: 8.33%;
  padding-right: 8.33%;
}

.gpei-px-2 {
  padding-left: 16%;
  padding-right: 16%;
}

.gpei-py-1 {
  padding-top: 8.33%;
  padding-bottom: 8.33%;
}

.gpei-bl-y {
  border-left: 1px solid var(--yellow);
}

.border-blue {
  border: 1px solid var(--blue);
}

.border-yellow {
  border: 1px solid var(--yellow);
}

.gpei-image-radius-left {
  position: relative;
  text-align: end;
}
.gpei-image-radius-left img {
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 768px) {
  .gpei-image-radius-left img {
    height: 480px;
  }
}
.gpei-image-radius-left .left-yellow-patch {
  --bs-bg-opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0px;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
  padding: 1% 13%;
  height: 100%;
  max-width: 250px;
  min-height: 300px;
}
.gpei-image-radius-left .left-blue-patch {
  --bs-bg-opacity: 0.9;
  position: absolute;
  top: 0;
  right: 0px;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
  padding: 1% 13%;
  height: 100%;
  max-width: 250px;
  min-height: 300px;
  opacity: 0;
}
.right-curve-patch {
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  padding-top: 3%;
  padding-bottom: 3%;
}

.left-curve-patch {
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
  padding-top: 3%;
  padding-bottom: 3%;
}

.text-yellow {
  color: var(--yellow);
}

.text-blue {
  color: var(--blue);
}

.text-white {
  color: var(--white);
}

.text-grey {
  color: var(--darkgrey);
}

.gpei-bg-transparent {
  background-color: transparent;
}

.gpei-bg-yellow {
  background-color: var(--yellow);
}

.gpei-bg-blue {
  background-color: var(--blue);
}

.gpei-bg-red {
  background-color: var(--red);
}

.gpei-bg-grey {
  background-color: var(--grey);
}

.gpei-bg-white {
  background-color: var(--white);
}

.gpei-main-title {
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  padding: 20px 0;
}

.gpei-content {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  padding: 0px 50px 20px 50px;
}
@media (max-width: 767px) {
  .gpei-content {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 0 20px;
  }
}
.gpei-content ul li {
  padding-bottom: 10px;
}
.gpei-content strong {
  color: var(--blue);
  padding-bottom: 10px;
}
.gpei-content p {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .gpei-content p {
    font-size: 20px;
    line-height: 22px;
  }
}
.gpei-content h5 {
  font-size: 28px;
  line-height: 30px;
  color: var(--blue);
  margin-bottom: 10px;
}

.gpei-date {
  font-size: 20px;
  padding: 20px 0;
  font-weight: 300;
}

.gpei-sub-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  padding: 20px 0;
}

.tag-with-icon button {
  padding: 0 0 0 7px;
  border: 1px solid var(--yellow);
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
}
.tag-with-icon button i {
  background-color: var(--yellow);
  padding: 5px 5.73px;
  margin-left: 7px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 300;
}

.site-footer {
  background-color: var(--blue);
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .site-footer .site-footer-nav .footer-menu {
    padding-left: 0;
    margin-left: 0;
  }
}
.site-footer .site-footer-nav .footer-menu > li {
  max-width: 300px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .site-footer .site-footer-nav .footer-menu > li {
    padding: 15px 0;
  }
}
.site-footer .site-footer-nav .footer-menu > li a {
  color: var(--yellow);
  font-size: 16px;
  font-weight: bold;
}
.site-footer .site-footer-nav .footer-menu > li .sub-menu {
  list-style: none;
  margin-left: 0;
}
.site-footer .site-footer-nav .footer-menu > li .sub-menu li {
  padding: 5px 0;
}
.site-footer .site-footer-nav .footer-menu > li .sub-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.site-footer .site-footer-nav .footer-menu > li .sub-menu li a:hover {
  color: var(--yellow);
}
.site-footer .site-footer-nav .footer-menu > li .sub-menu li a .fa {
  color: var(--yellow);
  margin-left: 5px;
}
.site-footer .site-footer-nav .footer-menu > li .sub-menu li .sub-sub-menu {
  margin-left: 15px;
  display: none;
}
.site-footer .site-footer-bottom .footer-logo, .site-footer .site-footer-bottom .footer-add {
  margin-bottom: 30px;
}
.site-footer .site-footer-bottom .search-form input[type=search]:focus {
  color: var(--white) !important;
}
.site-footer .site-footer-bottom .search-form input[type=search]::placeholder {
  color: var(--white) !important;
}

.round-icon {
  min-width: 38px;
}

.footer-bottom-logos a img {
  max-width: 200px;
  width: 100%;
  margin: 30px 0;
}

.copyright-links {
  background-color: var(--yellow);
}
.copyright-links ul {
  list-style: none;
  margin: 15px auto;
}
.copyright-links ul li {
  text-align: center;
  border-left: 1px solid #fff;
  min-width: 280px;
}
@media (max-width: 1024px) {
  .copyright-links ul li {
    min-width: auto;
  }
}
@media (max-width: 991px) {
  .copyright-links ul li {
    border: none;
  }
}
.copyright-links .links {
  border-left: 1px solid #fff;
  margin: 15px 0;
}
.copyright-links .links:last-child {
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .copyright-links .links {
    border: none;
  }
  .copyright-links .links:last-child {
    border: none;
  }
}
.copyright-links a {
  color: var(--white);
}

.copyright {
  text-align: center;
}
.copyright p {
  font-size: 10px;
}

.accordion {
  border: none;
  border-radius: 0;
}
.accordion .accordion-item:first-of-type {
  border-radius: 0;
}
.accordion .accordion-item {
  border: none;
  border-top: 1px solid var(--blue);
}
.accordion .accordion-item .accordion-header {
  font-weight: normal;
}
.accordion .accordion-item .accordion-header .accordion-button {
  color: var(--blue);
  background: transparent;
  border-radius: 0;
  box-shadow: inset 0 1px 0 var(--blue);
  text-transform: none;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0;
  padding: 10px;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--blue);
}
.accordion .accordion-item .accordion-header .accordion-button:after {
  background-image: url("images/accordion-arrow.png");
  background-size: 2rem;
  height: 2rem;
  width: 2rem;
}

.news-search-section {
  margin: 50px 0;
}
.news-search-section .newsletter {
  margin-right: 60px;
  background-color: var(--grey);
  text-align: center;
}
.news-search-section .newsletter p {
  color: var(--yellow);
  font-size: 24px;
  font-weight: bold;
}
.news-search-section .newsletter a {
  color: var(--blue);
  text-decoration: underline;
  font-size: 24px;
  font-weight: bold;
}

.single-news-item {
  padding: 0 4%;
  background: #f8f9fa;
  background-image: url("images/white-line.jpg");
  background-repeat: repeat-x;
  background-size: auto 25%;
  padding: 0 10% 10% 10%;
  margin-bottom: 30px;
}
.single-news-item .featured-image {
  aspect-ratio: 1/1;
}
.single-news-item .featured-image img {
  border-radius: 50%;
  min-height: auto;
  height: 100%;
  object-fit: cover;
}
.single-news-item .title {
  min-height: 90px;
  font-weight: normal;
}
.single-news-item .content, .single-news-item .summary {
  min-height: 100px;
}

.single-news-content img.alignleft {
  float: left;
  padding-right: 15px;
}
.single-news-content img.alignright {
  float: right;
  padding-left: 15px;
}
.single-news-content img.aligncenter {
  clear: both;
  float: none;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 100%;
}
.single-news-content strong {
  color: var(--blue);
  padding-bottom: 10px;
}
.single-news-content p {
  margin-bottom: 20px;
}

@media (min-width: 1400px) {
  .single-news-content-area .container, .single-news-content-area .container-lg, .single-news-content-area .container-md, .single-news-content-area .container-sm, .single-news-content-area .container-xl, .single-news-content-area .container-xxl {
    max-width: 1000px;
  }
  .single-news-content-area .container.container-narrow, .single-news-content-area .container-lg.container-narrow, .single-news-content-area .container-md.container-narrow, .single-news-content-area .container-sm.container-narrow, .single-news-content-area .container-xl.container-narrow, .single-news-content-area .container-xxl.container-narrow {
    max-width: 720px;
  }
}

.resource-hub-slider {
  box-shadow: 5px 10px 9px var(--darkgrey);
  margin-bottom: 100px;
}
.resource-hub-slider .slider-title {
  padding: 15px 120px;
}
.resource-hub-slider .carousel .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--blue);
  opacity: 1;
}
.resource-hub-slider .carousel .carousel-indicators {
  margin-left: 6.2%;
  justify-content: left;
}
.resource-hub-slider .carousel .carousel-indicators .active {
  background-color: var(--yellow);
}
.resource-hub-slider .carousel .carousel-item .title {
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  color: var(--yellow);
  padding: 20px 0;
  min-height: 120px;
}
.resource-hub-slider .carousel .carousel-item .excerp {
  min-height: 135px;
}
.resource-hub-slider .carousel .carousel-item p {
  padding-bottom: 30px;
}
.resource-hub-slider .carousel .carousel-item .slider-img img {
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
}
.resource-hub-slider .carousel .carousel-control-next {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--blue);
  bottom: 90px;
  top: auto;
  right: 15%;
  opacity: 0.7;
}
.resource-hub-slider .carousel .carousel-control-next .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("images/arrow-next.png");
}
.resource-hub-slider .carousel .carousel-control-prev {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--yellow);
  bottom: 90px;
  top: auto;
  left: 75%;
  opacity: 0.7;
}
.resource-hub-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("images/arrow-prev.png");
}

.resource-listing-filter {
  margin: 50px 0;
}
.resource-listing-filter .search-form {
  margin-top: 30px;
}
.resource-listing-filter .search-form .filters {
  margin-top: 30px;
}
.resource-listing-filter .search-form .filters .input-group {
  width: auto !important;
}
.resource-listing-filter .search-form .filters .input-group .form-search {
  height: 51px;
  width: auto;
  margin: 15px 15px 15px 0;
  padding: 0 60px 0 20px;
}
.resource-listing-filter .search-form .filters .input-group .search-btn {
  margin-top: 18px;
}
.resource-listing-filter .search-form .filters .input-group .search-btn .btn {
  right: 69px;
}
.resource-listing-filter .search-form .filters .form-select {
  width: auto;
  margin: 15px 15px 15px 0;
}
.resource-listing-filter .search-form .filters .form-select .parent {
  font-weight: bold;
}
.resource-listing-filter .search-form .filters .form-select .child {
  padding-left: 10px;
}
.resource-listing-filter .search-form .filters .form-date {
  width: 195px;
  height: 51px;
  margin: 15px 15px 15px 0;
  padding: 5px 15px;
}

.resource-breadcrumb {
  padding: 20px 0;
  border-top: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
}
.resource-breadcrumb a {
  font-weight: bold;
  padding: 15px;
}

.resource-intro {
  margin: 50px 0;
}

.resource-listing .resource-item {
  background-color: var(--grey);
  margin: 15px 0;
  padding: 15px 0;
}
.resource-listing .resource-item .resource-image {
  min-height: 219px;
}
.resource-listing .resource-item .resource-data {
  padding-top: 15px;
  padding-bottom: 15px;
}

.youtube-video {
  background-color: var(--grey);
}
.youtube-video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 1024px;
}
.youtube-video .additional_yt_links {
  padding: 10px 0;
}
.youtube-video .additional_yt_links a {
  padding: 0px 20px;
  border-right: 1px solid var(--blue);
}
.youtube-video .additional_yt_links a::last-child {
  border: none;
}

.timeline-sec .timeline {
  position: relative;
  padding-left: 20%;
  /*Line*/
  /*Circle*/
}
@media (max-width: 767px) {
  .timeline-sec .timeline {
    padding-left: 20px;
  }
}
.timeline-sec .timeline li::before {
  content: "";
  position: absolute;
  width: 10px;
  background-color: var(--blue);
  top: 0;
  bottom: 0;
  left: -20px;
}
.timeline-sec .timeline li::after {
  text-align: center;
  padding-top: 10px;
  z-index: 10;
  content: counter(item);
  position: absolute;
  width: 50px;
  height: 10px;
  background-color: var(--blue);
  color: transparent;
  top: 20px;
  left: -20px;
}
.timeline-sec .timeline li {
  padding: 10px 10px;
  margin-left: 0px;
  min-height: 70px;
  position: relative;
  background-color: white;
  list-style: none;
}
.timeline-sec .timeline li .timeline-item h4 {
  margin-bottom: 20px;
}
.timeline-sec .timeline li .timeline-item .gpei-image-radius-left {
  border-radius: 50%;
}
.timeline-sec .timeline li .timeline-item .gpei-image-radius-left .left-yellow-patch {
  padding: 1% 12% !important;
  min-height: 100% !important;
}
.timeline-sec .timeline li .timeline-item .gpei-image-radius-left .left-blue-patch {
  padding: 1% 12% !important;
  min-height: 100% !important;
}
.timeline-sec .timeline li .timeline-item .gpei-image-radius-left img {
  min-height: 250px !important;
}
@media (min-width: 768px) {
  .timeline-sec .timeline li .timeline-item .gpei-image-radius-left img {
    height: 300px;
  }
}
.timeline-sec .timeline li .timeline-item .pic {
  border-radius: 50%;
}
.timeline-sec .timeline li .timeline-item .pic img {
  border-radius: 150px;
  min-height: 250px !important;
}
@media (min-width: 768px) {
  .timeline-sec .timeline li .timeline-item .pic img {
    height: 300px;
  }
}
.timeline-sec .timeline li:nth-child(even) .timeline-item h4 {
  color: var(--yellow);
}
.timeline-sec .timeline li:nth-child(even) .timeline-item .gpei-image-radius-left .left-blue-patch {
  --bs-bg-opacity: 0.9;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}
.timeline-sec .load_more_tl {
  position: relative;
  width: auto;
  top: -100px;
  padding-left: 16%;
  font-size: 52px;
}

.testimonial-slider {
  background-color: var(--grey);
  padding-top: 35px;
}
.testimonial-slider .slider-title {
  padding: 15px 120px;
}
@media (max-width: 767px) {
  .testimonial-slider .slider-title {
    padding: 15px;
  }
}
.testimonial-slider .carousel {
  padding-left: 120px;
  border-left: 1px solid var(--yellow);
}
@media (max-width: 767px) {
  .testimonial-slider .carousel {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.testimonial-slider .carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue);
  opacity: 1;
  margin: 0 8px;
}
.testimonial-slider .carousel .carousel-indicators {
  margin-left: 0;
  justify-content: left;
  position: unset;
}
.testimonial-slider .carousel .carousel-indicators .active {
  background-color: var(--yellow);
}
.testimonial-slider .carousel .carousel-item .slider-content {
  border-left: 1px solid var(--yellow);
  padding: 0 50px;
}
@media (max-width: 767px) {
  .testimonial-slider .carousel .carousel-item .slider-content {
    padding: 0 20px 0 0;
    border: none;
  }
}
.testimonial-slider .carousel .carousel-item .slider-content .title {
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  color: var(--blue);
  padding: 20px 0;
}
.testimonial-slider .carousel .carousel-item .slider-img .left-yellow-patch {
  min-height: 100%;
  padding: 1% 15%;
}
.testimonial-slider .carousel .carousel-item .slider-img img {
  min-height: 500px;
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
}
.testimonial-slider .carousel .carousel-control-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--blue);
  bottom: 20px;
  top: auto;
  left: calc(56% + 100px);
  opacity: 0.9;
}
@media (max-width: 767px) {
  .testimonial-slider .carousel .carousel-control-next {
    width: 60px;
    height: 60px;
    right: 7%;
    bottom: 5px;
  }
}
.testimonial-slider .carousel .carousel-control-next .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("images/arrow-next.png");
}
.testimonial-slider .carousel .carousel-control-prev {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--yellow);
  bottom: 20px;
  top: auto;
  left: 56%;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .testimonial-slider .carousel .carousel-control-prev {
    width: 60px;
    height: 60px;
    bottom: 5px;
  }
}
.testimonial-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("images/arrow-prev.png");
}

.sticky-button .sticky-vertical-button {
  position: fixed;
  top: 50%;
  right: 45px; /* Shifted 45px inside from right edge */
  transform: translateY(-50%);
  z-index: 1050;
  pointer-events: none; /* To avoid blocking clicks on container */
}
.sticky-button .sticky-vertical-button .btn-vertical-rotated {
  pointer-events: auto; /* Make button clickable */
  display: inline-block;
  transform-origin: top right;
  transform: rotate(-90deg);
  background-color: #dc3545;
  color: white;
  padding: 15px 30px;
  border-radius: 1.5rem 1.5rem 0 0.5rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  margin-right: 0; /* Remove margin */
}
.sticky-button .sticky-vertical-button .btn-vertical-rotated:hover {
  background-color: #bb2d3b;
  color: white;
  text-decoration: none;
}
.sticky-button .sticky-vertical-button .btn-vertical-rotated i {
  margin-right: 8px;
  display: inline-block;
  transform-origin: center;
}

@keyframes heart-beat {
  0%, 100% {
    transform: scale(1);
    color: #fff;
  }
  50% {
    transform: scale(1.3);
    color: #ff4d4d;
  }
}
.single-image .free_style img {
  float: left;
  padding: 15px;
}

.resource-slider .slider-title {
  padding: 15px 120px;
}
@media (max-width: 767px) {
  .resource-slider .slider-title {
    padding: 15px;
  }
}
.resource-slider .carousel {
  padding-left: 60px;
  border-left: 1px solid var(--yellow);
  margin-left: 120px;
}
@media (max-width: 767px) {
  .resource-slider .carousel {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.resource-slider .carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue);
  opacity: 1;
  margin: 0 8px;
}
.resource-slider .carousel .carousel-indicators {
  margin-left: 0;
  justify-content: left;
  position: unset;
}
.resource-slider .carousel .carousel-indicators .active {
  background-color: var(--yellow);
}
.resource-slider .carousel .carousel-item .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  color: var(--blue);
  padding: 20px 0;
}
.resource-slider .carousel .carousel-item .excerp {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .resource-slider .carousel .carousel-item .link {
    margin-bottom: 20px;
  }
}
.resource-slider .carousel .carousel-item .slider-img img {
  max-height: 500px;
  object-fit: cover;
  object-position: left center;
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
}
.resource-slider .carousel .carousel-control-next,
.resource-slider .carousel .carousel-control-prev {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--blue);
  bottom: 10px;
  top: auto;
  left: calc(55% + 120px);
  opacity: 0.9;
}
@media (max-width: 767px) {
  .resource-slider .carousel .carousel-control-next,
  .resource-slider .carousel .carousel-control-prev {
    width: 60px;
    height: 60px;
    right: 25%;
    bottom: 5px;
  }
}
.resource-slider .carousel .carousel-control-next .carousel-control-next-icon,
.resource-slider .carousel .carousel-control-prev .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("images/arrow-next.png");
}
@media (max-width: 767px) {
  .resource-slider .carousel .carousel-control-next .carousel-control-next-icon,
  .resource-slider .carousel .carousel-control-prev .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.resource-slider .carousel .carousel-control-prev {
  background-color: var(--yellow);
  left: 55%;
}
@media (max-width: 767px) {
  .resource-slider .carousel .carousel-control-prev {
    width: 60px;
    height: 60px;
    bottom: 5px;
  }
}
.resource-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("images/arrow-prev.png");
}
@media (max-width: 767px) {
  .resource-slider .carousel .carousel-control-prev .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

.related-info .title {
  color: var(--blue);
  font-weight: normal;
}
.related-info .link a {
  font-weight: normal;
}
.related-info .links .icon i {
  color: var(--yellow);
}
.related-info .links .resource-link {
  color: var(--blue);
}
.related-info .links .resource-link a {
  font-weight: normal;
  text-transform: capitalize;
}
.related-info .links .resource-link a span {
  font-size: 80%;
}
.related-info .langueges a {
  text-transform: capitalize;
}

.progress-bar .progress-bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #025295; /* This makes the triangle show the bubble color! */
}
.progress-bar .funding-label {
  font-size: 12px;
  color: #025295;
  font-weight: bold;
  top: 139px;
  position: absolute;
  font-size: 18px;
  text-transform: uppercase;
}
.progress-bar .progress, .progress-bar .progress-stacked {
  height: 50px;
  border-radius: 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}
.progress-bar .progress .progress-bar, .progress-bar .progress-stacked .progress-bar {
  background-color: var(--yellow);
}

.polio-free ul {
  list-style: none;
  border-left: 1px solid var(--yellow);
  padding: 10px 16px;
}
@media (max-width: 767px) {
  .polio-free ul {
    padding: 0;
    margin: 0;
    border: none;
  }
}
.polio-free ul li .title {
  color: var(--blue);
}
.polio-free ul li .year {
  padding-right: 25px;
  color: var(--darkgrey);
}
.polio-free .set_1 {
  border: none;
}

.pd-row {
  background-color: var(--grey);
  margin-bottom: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 500px;
}
.pd-row .pd-img {
  padding: 20px;
  margin: 0 20px;
}
@media (max-width: 991px) {
  .pd-row .pd-img {
    height: auto;
  }
}
.pd-row .pd-img img {
  padding: 13%;
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 50%;
}
.pd-row .pd-content {
  margin: 0 20px;
}

.news-slider .slider-title {
  padding: 15px 120px;
}
@media (max-width: 767px) {
  .news-slider .slider-title {
    padding: 15px;
  }
}
.news-slider .carousel {
  border-left: 1px solid var(--yellow);
}
@media (max-width: 767px) {
  .news-slider .carousel {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.news-slider .carousel .carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--blue);
  opacity: 1;
  margin: 0 8px;
}
.news-slider .carousel .carousel-indicators {
  margin-left: 0;
  justify-content: left;
  position: unset;
}
.news-slider .carousel .carousel-indicators .active {
  background-color: var(--yellow);
}
.news-slider .carousel .carousel-item .first-row {
  z-index: 9;
}
.news-slider .carousel .carousel-item .second-row {
  z-index: 9;
  position: relative;
  margin-top: -22%;
}
.news-slider .carousel .carousel-item .second-row .left-half-blue {
  --bs-bg-opacity: 0.9;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  padding-top: 4%;
  padding-bottom: 4%;
}
@media (max-width: 767px) {
  .news-slider .carousel .carousel-item .second-row .left-half-blue {
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.news-slider .carousel .carousel-item .second-row .left-half-yellow {
  --bs-bg-opacity: 0.9;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  padding-top: 4%;
  padding-bottom: 4%;
}
@media (max-width: 767px) {
  .news-slider .carousel .carousel-item .second-row .left-half-yellow {
    border-bottom-right-radius: 150px;
    border-top-right-radius: 150px;
  }
}
.news-slider .carousel .carousel-item .second-row .gpei-content {
  border-left: 1px solid var(--white);
  padding: 20px 50px;
}
.news-slider .carousel .carousel-item .second-row .gpei-content .title {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  padding: 20px 0;
  color: var(--blue);
}
.news-slider .carousel .carousel-item .second-row .gpei-content p {
  color: var(--white);
  padding-bottom: 30px;
}
.news-slider .carousel .carousel-controls {
  position: relative;
  z-index: 11;
}
.news-slider .carousel .carousel-controls .carousel-control-next,
.news-slider .carousel .carousel-controls .carousel-control-prev {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--blue);
  top: 460px;
  left: calc(66% + 100px);
  opacity: 0.9;
}
@media (max-width: 767px) {
  .news-slider .carousel .carousel-controls .carousel-control-next,
  .news-slider .carousel .carousel-controls .carousel-control-prev {
    width: 60px;
    height: 60px;
    right: 7%;
    bottom: 5px;
  }
}
.news-slider .carousel .carousel-controls .carousel-control-next .carousel-control-next-icon,
.news-slider .carousel .carousel-controls .carousel-control-prev .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("images/arrow-next.png");
}
.news-slider .carousel .carousel-controls .carousel-control-prev {
  background-color: var(--yellow);
  left: 66%;
}
.news-slider .carousel .carousel-controls .carousel-control-prev .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  background-image: url("images/arrow-prev.png");
}

.news-grid .rounded-tile {
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}
.news-grid .rounded-tile .image {
  height: 300px;
  overflow: hidden;
}
.news-grid .rounded-tile .image img {
  object-fit: cover;
  width: 100%;
}
.news-grid .rounded-tile .content {
  padding: 40px;
}
.news-grid .rounded-tile .content .news-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
}
.news-grid .rounded-tile .content p {
  margin-bottom: 45px;
}
.news-grid .rounded-tile .content a {
  font-size: 18px;
  font-style: normal;
}

.news-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 2px 2px 10px #333;
  z-index: 9;
  position: relative;
}

.left-half-blue {
  --bs-bg-opacity: 0.9;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
  padding-top: 5%;
  padding-bottom: 3%;
}
.left-half-blue .label {
  font-size: 44px;
  line-height: 34px;
  font-weight: bold;
  color: var(--yellow);
  margin: 20px 0;
}
.left-half-blue .news-data {
  border-left: 1px solid var(--yellow);
  padding: 20px 30px 20px 60px;
}
@media (max-width: 767px) {
  .left-half-blue .news-data {
    padding: 20px 30px;
  }
}
.left-half-blue .news-data .date {
  color: #fff;
  font-size: 26px;
  padding-bottom: 20px;
}
.left-half-blue .news-data .title {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: var(--yellow);
  padding: 20px 0;
}
.left-half-blue .news-data .excerp {
  color: #fff;
  padding: 20px 0;
}

.left-yellow {
  --bs-bg-opacity: 0.7;
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
  border-bottom-left-radius: 500px;
  border-top-left-radius: 500px;
  padding: 80px 120px;
  height: 100%;
  width: 320px;
}
@media (max-width: 991px) {
  .left-yellow {
    display: none;
  }
}

.multiple-tabs .nav-tabs .nav-link {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.multiple-tabs .nav-tabs .nav-link.active {
  color: #F89E1D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: none;
  border-bottom: 4px solid #F89E1D;
}
.multiple-tabs .tab-content .tab-pane iframe {
  aspect-ratio: 16/9;
  width: 90%;
}

.map {
  background-color: #f8f9fa;
  position: relative;
}
.map .map-data {
  position: absolute;
  top: 15%;
  right: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .map .map-data {
    position: unset;
  }
}
.map .map-data .data-strip {
  border-bottom-left-radius: 150px;
  border-top-left-radius: 150px;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .map .map-data .data-strip {
    min-height: 150px;
  }
}
.map .map-data .data-strip .number {
  min-width: 130px;
  min-height: 130px;
  border: 2px solid var(--blue);
  font-size: 82px;
  font-weight: bold;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 10px;
}
@media (max-width: 767px) {
  .map .map-data .data-strip .number {
    font-size: 72px;
    min-width: 100px;
    min-height: 100px;
  }
}
.map .map-data .data-strip .big-number {
  font-size: 78px !important;
  letter-spacing: -10px;
}
.map .map-data .data-strip .label {
  border-radius: 50% 0 0 50%;
  padding: 20px 60px 20px 20px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .map .map-data .data-strip .label {
    width: 200px;
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .map .map-data .data-strip .label {
    width: 260px;
  }
}
.map .map-data .data-strip .label strong {
  font-size: 36px;
  font-weight: bold;
}
.map .map-data .data-strip .label p {
  font-size: 24px;
  margin-bottom: 10px;
}
.map .map-data .data-strip .label small {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 20px;
}

.polio-map iframe {
  aspect-ratio: 16/9 auto;
}
.polio-map .mapsvg svg .endemic {
  fill: var(--red) !important;
}
.polio-map .mapsvg svg .outbreak {
  fill: var(--yellow) !important;
}
.polio-map .mapsvg svg .polio-free {
  fill: var(--grey) !important;
}
.polio-map .mapsvg .mapsvg-popover .statics a {
  font-size: 18px;
}

.mapsvg-top-container {
  z-index: 9;
}

.latest-news-colunm .news-content {
  padding: 70px 40px 30px 40px;
}
@media (max-width: 767px) {
  .latest-news-colunm .news-content {
    padding: 50px 0 0 0;
  }
}
.latest-news-colunm .news-content:first-child {
  padding-left: 0;
}
.latest-news-colunm .news-content .content {
  min-height: 100px;
  margin-bottom: 20px;
}
.latest-news-colunm .news-bg {
  background-color: #f8f9fa;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom-right-radius: 500px;
  border-top-right-radius: 500px;
}
@media (min-width: 768px) {
  .latest-news-colunm .news-bg {
    padding-left: 6.33% !important;
  }
}
.latest-news-colunm .news-bg .title {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0 20px 0;
  min-height: 80px;
}
.latest-news-colunm .view-all .link {
  text-align: end;
}
@media (max-width: 767px) {
  .latest-news-colunm .view-all .link {
    text-align: start;
    margin-top: 30px;
  }
}

.indicators {
  background-color: var(--grey);
  padding: 50px 0 100px 0;
}
.indicators .indicator-header {
  padding: 20px 0;
  border-bottom: 1px solid #333;
}
.indicators .indicator-body {
  padding: 20px 0;
  border-bottom: 1px solid #333;
}

.historical-contribution {
  padding-top: 80px;
}
.historical-contribution .bar-scroll-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  min-height: 300px;
}
.historical-contribution .line {
  height: 2px;
  background: #ddd;
  position: relative;
  top: 103px;
}
.historical-contribution .swiper {
  width: 96%;
  overflow: visible;
  cursor: grab;
}
.historical-contribution .swiper .swiper-wrapper {
  display: flex;
  align-items: flex-start;
  top: 150px;
}
.historical-contribution .swiper .swiper-wrapper .swiper-slide {
  flex: 0 0 auto;
  width: 100px;
  position: relative;
  text-align: center;
}
.historical-contribution .swiper .swiper-wrapper .swiper-slide .rounded-circle {
  background-color: var(--yellow);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.historical-contribution .swiper .swiper-wrapper .swiper-slide .rounded-circle.highlighted {
  width: 30px;
  height: 30px;
}
.historical-contribution .swiper .swiper-wrapper .swiper-slide .rounded-circle.dot.highlighted.active {
  width: 50px !important;
  height: 50px !important;
  top: -10px;
}
.historical-contribution .swiper .swiper-wrapper .swiper-slide .rounded-circle.dot.highlighted.active::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.historical-contribution .swiper .swiper-wrapper .swiper-slide .timeline-date {
  padding-top: 40px;
}
.historical-contribution .swiper .swiper-wrapper .swiper-slide .info-bubble {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(248, 158, 29, 0.1);
  border: 1px solid #F89E1D;
  border-radius: 25px;
  padding: 10px;
  width: 200px;
  margin-bottom: 20px;
  text-align: center;
  z-index: 10;
  top: -75px;
}
.historical-contribution .swiper .swiper-wrapper .swiper-slide .info-bubble::after {
  content: "";
  position: absolute;
  top: 83%;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  border-left: 1px solid #F89E1D;
  border-bottom: 1px solid #F89E1D;
  background: #FEF5E8;
}
.historical-contribution .swiper .swiper-button-next {
  top: 166px;
  right: -32px;
}
.historical-contribution .swiper .swiper-button-next:after {
  font-size: 20px;
  color: #025295;
  font-weight: bold;
}
.historical-contribution .swiper .swiper-button-prev {
  top: 166px;
  left: -32px;
}
.historical-contribution .swiper .swiper-button-prev:after {
  font-size: 20px;
  color: #025295;
  font-weight: bold;
}

.hero-banner .first-row {
  z-index: 9;
}
.hero-banner .second-row {
  z-index: 9;
  position: relative;
}
.hero-banner .left-half-blue,
.hero-banner .left-half-yellow {
  --bs-bg-opacity: 0.9;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  padding-top: 4%;
  padding-bottom: 4%;
}
@media (max-width: 767px) {
  .hero-banner .left-half-blue,
  .hero-banner .left-half-yellow {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
  }
}
.hero-banner .left-half-blue .gpei-content,
.hero-banner .left-half-yellow .gpei-content {
  border-left: 1px solid var(--white);
  padding: 20px 50px;
}
.hero-banner .left-half-blue p,
.hero-banner .left-half-yellow p {
  color: var(--white);
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 0;
}
.hero-banner .left-half-yellow {
  background-color: rgba(var(--bs-yellow-rgb), var(--bs-bg-opacity)) !important;
}
.hero-banner .gpei-image-radius-left {
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
@media (max-width: 767px) {
  .hero-banner .gpei-image-radius-left {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
  }
}
.hero-banner.reverse .first-row {
  z-index: 10;
  position: relative;
}
.hero-banner.reverse .left-half-blue,
.hero-banner.reverse .left-half-yellow {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
}
@media (max-width: 767px) {
  .hero-banner.reverse .left-half-blue,
  .hero-banner.reverse .left-half-yellow {
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
  }
}
.hero-banner.reverse .left-half-blue .gpei-content,
.hero-banner.reverse .left-half-yellow .gpei-content {
  border-right: none;
  border-left: 1px solid var(--white);
  text-align: left;
}
.hero-banner.reverse .gpei-image-radius-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
}
.hero-banner.reverse .gpei-image-radius-left img {
  border-top-right-radius: 500px;
  border-bottom-right-radius: 500px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 767px) {
  .hero-banner.reverse .gpei-image-radius-left {
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
  }
}

.funcding-gap .gap-svg {
  position: relative;
  text-align: center;
  margin: 5% 0 5% 20%;
}
.funcding-gap .gap-svg .path {
  stroke-dasharray: 1040;
  stroke-dashoffset: 1000;
}
.funcding-gap .gap-svg .revealable {
  transform: scaleX(0);
  transform-origin: left center;
  opacity: 0;
}
.funcding-gap .gap-svg .clip-fill-rect {
  transform-box: fill-box;
  transform-origin: center bottom;
  transform: scaleY(0);
}

@keyframes draw-path {
  from {
    stroke-dashoffset: 1000;
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
.animate-stroke-draw {
  animation: draw-path 2s ease forwards;
}

/* Left-to-right reveal for info groups */
@keyframes reveal-ltr {
  0% {
    transform: scaleX(0);
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
.reveal-ltr {
  animation: reveal-ltr 1s ease forwards;
}

/* Bottom-to-top fill using clipPath rect scaling */
@keyframes fill-up {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.animate-clip {
  animation: fill-up 2.9s ease forwards;
}

/* Bottom-to-top fill using clipPath rect scaling */
@keyframes fill-up2 {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.animate-clip2 {
  animation: fill-up 4s ease forwards;
}

/* Bottom-to-top fill using clipPath rect scaling */
@keyframes fill-up3 {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
.animate-clip3 {
  animation: fill-up 5s ease forwards;
}

.dynamic-bar .progress-wrapper {
  position: relative;
  width: 100%;
}
.dynamic-bar .description .total-amount {
  color: #025295;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.dynamic-bar .progress-bubbles {
  position: relative;
  height: 40px;
  margin-bottom: 8px;
}
.dynamic-bar .progress-bubbles .bubble {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
}
.dynamic-bar .progress-bubbles .bubble.bubble-0 {
  background-color: #F89E1D;
}
.dynamic-bar .progress-bubbles .bubble.bubble-0 .pointer {
  border-top-color: #F89E1D;
}
.dynamic-bar .progress-bubbles .bubble.bubble-1 {
  background-color: #025295;
}
.dynamic-bar .progress-bubbles .bubble.bubble-1 .pointer {
  border-top-color: #025295;
}
.dynamic-bar .progress-bubbles .bubble.bubble-2 {
  background-color: #DD4647;
}
.dynamic-bar .progress-bubbles .bubble.bubble-2 .pointer {
  border-top-color: #DD4647;
}
.dynamic-bar .progress-bubbles .bubble .pointer {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid; /* color set in each bubble's .pointer */
}
.dynamic-bar .progress-bar {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  overflow: hidden;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  -webkit-user-select: none;
          user-select: none;
}
.dynamic-bar .progress-bar .progress-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  white-space: nowrap;
  padding: 0 8px;
  text-transform: uppercase;
}
.dynamic-bar .progress-bar .progress-segment.segment-0 {
  background-color: #F89E1D;
}
.dynamic-bar .progress-bar .progress-segment.segment-1 {
  background-color: #025295;
}
.dynamic-bar .progress-bar .progress-segment.segment-2 {
  background-color: #EEE;
  color: #DD4647;
}

.donation-tiles {
  background-color: #F8F9FA;
}
.donation-tiles .rounded-tile {
  border-radius: 15px;
  background-color: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
}
.donation-tiles .rounded-tile .content {
  padding: 26px;
}
.donation-tiles .rounded-tile .content .amt {
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
}
.donation-tiles .rounded-tile .content p {
  margin-bottom: 45px;
}

.cta {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta .cta_inner {
  border-left: 1px solid var(--yellow);
  padding: 0px 120px;
}
@media (max-width: 991px) {
  .cta .cta_inner {
    padding: 20px;
  }
}

.counter2 {
  margin: 50px 0;
}
.counter2 .counter-inner {
  position: relative;
}
.counter2 .counter-inner .count-up {
  padding: 0 60px;
  z-index: 99;
  margin: 15px auto;
}
.counter2 .counter-inner .count-up.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) {
  .counter2 .counter-inner .count-up {
    margin: 0 auto;
  }
}
.counter2 .counter-inner .count-up .counter-count {
  color: var(--blue);
  text-align: center;
}
.counter2 .counter-inner .count-up .counter-count .prefix {
  font-size: 36px;
  line-height: 60px;
  font-weight: 700;
}
.counter2 .counter-inner .count-up .counter-count .suffix {
  font-size: 36px;
  line-height: 60px;
  font-weight: 700;
}
.counter2 .counter-inner .count-up .counter-count .number {
  font-size: 36px;
  line-height: normal;
  font-weight: 700;
}
.counter2 .counter-inner .count-up .counter-count .text {
  font-size: 36px;
  line-height: 100px;
  font-weight: 700;
}
.counter2 .counter-inner .counter-text {
  text-align: center;
}
@media (max-width: 991px) {
  .counter2 .counter-inner .counter-text {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.counter {
  margin: 50px 0;
}
.counter .counter-inner {
  position: relative;
}
.counter .counter-inner .count-up {
  border: 2px solid var(--blue);
  border-radius: 50%;
  padding: 20px;
  margin: 10px;
  z-index: 99;
  position: relative;
  width: 240px;
  height: 240px;
  margin: 20px auto;
}
@media (max-width: 991px) {
  .counter .counter-inner .count-up {
    margin: 0 auto;
  }
}
.counter .counter-inner .count-up .counter-count {
  color: var(--blue);
  background-color: var(--yellow);
  border-radius: 50%;
  min-height: 200px;
  min-width: 200px;
  padding: 50px 5px;
  margin-bottom: 0;
  text-align: center;
}
.counter .counter-inner .count-up .counter-count .prefix {
  font-size: 56px;
  line-height: 60px;
}
.counter .counter-inner .count-up .counter-count .suffix {
  font-size: 56px;
  line-height: 60px;
}
.counter .counter-inner .count-up .counter-count .number {
  font-size: 96px;
  line-height: 100px;
  font-weight: bold;
}
.counter .counter-inner .count-up .counter-count .text {
  font-size: 56px;
  line-height: 100px;
  font-weight: bold;
}
.counter .counter-inner .counter-text {
  text-align: center;
  color: var(--blue);
  font-weight: bold;
}
@media (max-width: 991px) {
  .counter .counter-inner .counter-text {
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
.counter .counter-bg-strip {
  background-color: var(--blue);
  min-height: 60px;
  position: absolute;
  top: 101px;
  width: 100%;
  z-index: 9;
}

.circular-chart .chart .circular-progress {
  --x-size: 535px;
  --y-size: 465px;
  --x-half-size: calc(var(--x-size) / 2);
  --y-half-size: calc(var(--y-size) / 2);
  --stroke-width: 20px;
  font-size: 16px;
}
.circular-chart .chart .circular-progress circle {
  cx: var(--x-half-size);
  cy: var(--y-half-size);
  stroke-width: var(--stroke-width);
  fill: none;
  transform: rotate(-90deg);
  transform-origin: 284px 217px;
  transition: stroke-dasharray 0.3s linear 0s;
}
.circular-chart .chart .circular-progress .circle1 {
  --radius1: calc((var(--y-size) - var(--stroke-width)) / 2);
  --circumference1: calc(var(--radius1) * 3.14159 * 2);
  stroke: #025295;
  r: var(--radius1);
  stroke-dasharray: calc(var(--progress1, 0) * var(--circumference1) / 100) calc(var(--circumference1) - var(--progress1, 0) * var(--circumference1) / 100);
}
.circular-chart .chart .circular-progress .circle1.circle-transition {
  animation: progress-animation-1 2s ease forwards;
}
.circular-chart .chart .circular-progress .circle2 {
  --radius2: calc((var(--y-size) - var(--stroke-width)) / 2 - 35px);
  --circumference2: calc(var(--radius2) * 3.14159 * 2);
  stroke: #14B8A6;
  r: var(--radius2);
  stroke-dasharray: calc(var(--progress2, 0) * var(--circumference2) / 100) calc(var(--circumference2) - var(--progress2, 0) * var(--circumference2) / 100);
}
.circular-chart .chart .circular-progress .circle2.circle-transition {
  animation: progress-animation-2 2.5s ease forwards;
}
.circular-chart .chart .circular-progress .circle3 {
  --radius3: calc((var(--y-size) - var(--stroke-width)) / 2 - 70px);
  --circumference3: calc(var(--radius3) * 3.14159 * 2);
  stroke: #F89E1D;
  r: var(--radius3);
  stroke-dasharray: calc(var(--progress3, 0) * var(--circumference3) / 100) calc(var(--circumference3) - var(--progress3, 0) * var(--circumference3) / 100);
}
.circular-chart .chart .circular-progress .circle3.circle-transition {
  animation: progress-animation-3 3s ease forwards;
}
.circular-chart .chart .circular-progress .circle4 {
  --radius4: calc((var(--y-size) - var(--stroke-width)) / 2 - 105px);
  --circumference4: calc(var(--radius4) * 3.14159 * 2);
  stroke: #FACC15;
  r: var(--radius4);
  stroke-dasharray: calc(var(--progress4, 0) * var(--circumference4) / 100) calc(var(--circumference4) - var(--progress4, 0) * var(--circumference4) / 100);
}
.circular-chart .chart .circular-progress .circle4.circle-transition {
  animation: progress-animation-4 3.5s ease forwards;
}
.circular-chart .chart .circular-progress text {
  font-size: 16px;
}
.circular-chart .chart .circular-progress text tspan {
  font-weight: bold;
}
.circular-chart .chart .circular-progress .center-text {
  font-size: 18px;
}
.circular-chart .chart .circular-progress .center-text .bold-bigger {
  font-size: 36px;
}

@property --progress1 {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@keyframes progress-animation-1 {
  from {
    --progress1: 0;
  }
  to {
    --progress1: 75;
  }
}
@property --progress2 {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@keyframes progress-animation-2 {
  from {
    --progress2: 0;
  }
  to {
    --progress2: 64;
  }
}
@property --progress3 {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@keyframes progress-animation-3 {
  from {
    --progress3: 0;
  }
  to {
    --progress3: 45;
  }
}
@property --progress4 {
  syntax: "<number>";
  inherits: false;
  initial-value: 0;
}
@keyframes progress-animation-4 {
  from {
    --progress4: 0;
  }
  to {
    --progress4: 9;
  }
}
.a-z-countries .accordion-item {
  border: none;
}
.a-z-countries .accordion-item .accordion-button {
  border: none;
  background-color: transparent;
  display: block;
  padding-bottom: 2rem;
}
.a-z-countries .accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.a-z-countries .accordion-item .accordion-button::after {
  display: inline-block;
  position: relative;
  top: 12px;
}
.a-z-countries .country_content .infected {
  width: 190px;
  height: 190px;
  background: var(--blue);
  color: #FFF;
  border-radius: 50%;
  padding: 25px;
  text-align: center;
  margin-top: -100px;
}
.a-z-countries .country_content .infected p, .a-z-countries .country_content .infected b {
  font-size: 18px;
  line-height: 22px;
  padding: 0;
  margin: 0;
}
