/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Arise FDN - Charity & Donation HTML Template
Version:      1.0.0
Author:       wpoceans
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
   1.1 Theme Reset Style
   1.2 Global Elements

2. header
   2.1 navigation 

3. Home Page Section
   3.1 Hero Static Section
   3.2 About Section
   3.3 Program Section
   3.4 Urgent Appeal Section
   3.5 Child Story Section
   3.6 Video Section
   3.7 Metrics Section

4. Footer

5. Home Style 2
   5.1 About Section Style 2
   5.2 Program Section Style 2
   5.3 Campaign Section
   5.4 Child Support Section
   5.5 Volunteer Section
   5.6 Testimonial Section
   5.7 FAQ Section

6. About Page

7. Become Volunteer Section

8. Blog Page

9. Blog Single Page

10. Donation Page

11. Event Page

12. Event Single Page

13. Contact Page

14. Programs Page

15. Program Single Page

16. 404 Error Page


----------------------------------------------------------------*/
/*---------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap");
/* 1.1 Theme Reset Style */
html {
  font-size: 18px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Parkinsans";
  color: #241D1D;
  background-color: #F6F3F0;
  font-size: 18px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

p {
  font-size: 18px;
  color: #241D1D;
  line-height: 1.8em;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #241D1D;
  font-family: "Parkinsans";
  font-weight: 500;
}

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.box-style {
  max-width: 1810px;
  margin: 0 auto;
}
@media (max-width: 1810px) {
  .box-style {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .box-style {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1540px;
  }
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1800px) {
  .page-wrap {
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .page-wrap {
    overflow: hidden;
  }
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 60px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
}
.contact-validation-active label.error,
.contact-validation-active label.error2 {
  color: red;
  font-size: 0.7777777778rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader,
.contact-validation-active #loader2 {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i,
.contact-validation-active #loader2 i {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #F1BF66;
  display: inline-block;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #success2,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success2,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error,
  .contact-validation-active #error2 {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success,
.contact-validation-active #success2 {
  background-color: rgb(0, 153.5, 0);
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  background-color: rgb(255, 25.5, 25.5);
  border-left: 5px solid red;
}
.rotating {
  animation: rotating 5s alternate infinite;
}
@keyframes margin {
  0% {
    transform: translateY(-60px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-60px);
  }
}
@keyframes marginOdd {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*** back to top **/
.back-to-top {
  background-color: rgba(241, 191, 102, 0.8);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #F1BF66;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #F1BF66;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.fancybox-wrap {
  z-index: 99999;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
}

.fancybox-wrap {
  z-index: 9999999;
}

.new_img-animet {
  visibility: hidden;
  overflow: hidden;
}

/*** textAnimation ***/
.wow.textAnimation.animated {
  animation-name: HxSkewIn;
  animation-fill-mode: both;
  animation-duration: 0.7s;
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  backface-visibility: hidden;
}
@keyframes HxSkewIn {
  0% {
    clip-path: inset(0 100% 0 0);
    transform: translateX(20px);
  }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateX(0);
  }
}
/* cursor css */
@media (min-width: 992px) {
  .cursor {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #241D1D;
    transition: all 300ms linear;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 1111;
  }
  .cursor2 {
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #241D1D;
    opacity: 0.3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width 0.3s, height 0.3s, opacity 0.3s;
    z-index: 1111;
  }
  .hover {
    background-color: #241D1D;
    opacity: 0.2;
    border: 1px solid transparent;
  }
  .cursorinnerhover {
    width: 45px;
    height: 45px;
    opacity: 0.5;
  }
}
.wpo-section-title,
.wpo-section-title-s2,
.wpo-section-title-s3 {
  text-align: center;
  margin-top: -5px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .wpo-section-title,
  .wpo-section-title-s2,
  .wpo-section-title-s3 {
    margin-top: 0;
    margin-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.wpo-section-title .title-top,
.wpo-section-title-s2 .title-top,
.wpo-section-title-s3 .title-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-section-title .title-top span,
.wpo-section-title-s2 .title-top span,
.wpo-section-title-s3 .title-top span {
  color: #241D1D;
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  padding-left: 10px;
  text-transform: uppercase;
}
.wpo-section-title .title-top i,
.wpo-section-title-s2 .title-top i,
.wpo-section-title-s3 .title-top i {
  margin-top: -4px;
}
.wpo-section-title h2,
.wpo-section-title-s2 h2,
.wpo-section-title-s3 h2 {
  margin: 0;
  color: #241D1D;
  font-size: 48px;
  font-weight: 600;
  line-height: 105%;
  padding-top: 16px;
  letter-spacing: -0.32px;
  max-width: 690px;
}
@media (max-width: 1199px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 35px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 30px;
    padding-top: 5px;
  }
}
@media (max-width: 425px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 25px;
  }
}
.wpo-section-title h3,
.wpo-section-title-s2 h3,
.wpo-section-title-s3 h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 134%;
  padding-top: 16px;
  letter-spacing: -0.32px;
}
@media (max-width: 1199px) {
  .wpo-section-title h3,
  .wpo-section-title-s2 h3,
  .wpo-section-title-s3 h3 {
    font-size: 26px;
    line-height: 120%;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h3,
  .wpo-section-title-s2 h3,
  .wpo-section-title-s3 h3 {
    font-size: 20px;
    padding-top: 5px;
  }
}
.wpo-section-title p,
.wpo-section-title-s2 p,
.wpo-section-title-s3 p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
  padding-top: 30px;
  letter-spacing: -0.32px;
  max-width: 445px;
}
@media (max-width: 991px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    margin: 0 auto;
    padding-top: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    font-size: 14px;
    line-height: 140%;
  }
}
.wpo-section-title .title-btn,
.wpo-section-title-s2 .title-btn,
.wpo-section-title-s3 .title-btn {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .wpo-section-title .title-btn,
  .wpo-section-title-s2 .title-btn,
  .wpo-section-title-s3 .title-btn {
    margin-top: 20px;
  }
}

.wpo-section-title-s2 {
  text-align: start;
}
@media (max-width: 991px) {
  .wpo-section-title-s2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}
.wpo-section-title-s2 .title-top {
  justify-content: start;
}
@media (max-width: 991px) {
  .wpo-section-title-s2 .title-top {
    justify-content: center;
  }
}
.wpo-section-title-s2 h2 {
  max-width: 690px;
}
@media (max-width: 991px) {
  .wpo-section-title-s2 .wpo-title-btn {
    margin-top: 15px;
  }
}

.wpo-section-title-s3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: start;
}
@media (max-width: 991px) {
  .wpo-section-title-s3 {
    text-align: center;
  }
}
.wpo-section-title-s3 .title-top span {
  color: #28543D;
}
.wpo-section-title-s3 .title-top span::before {
  background-color: #FAFFF3;
}
.wpo-section-title-s3 h2 {
  color: #FAFFF3;
  padding-top: 0;
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3,
.theme-btn-s4 {
  display: inline-block;
  padding: 17px 32px;
  padding-right: 60px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  color: #241D1D;
  font-size: 14px;
  background: #F1BF66;
  font-weight: 600;
  line-height: 125%;
  text-transform: capitalize;
  border: 0;
  border-radius: 73px;
  font-family: "Parkinsans";
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.theme-btn::before,
.theme-btn-s2::before,
.theme-btn-s3::before,
.theme-btn-s4::before {
  background: #241D1D;
  content: "";
  height: 1000px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 0;
  z-index: -1;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
}
.theme-btn:hover, .theme-btn:focus, .theme-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active,
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
  color: #F8F1E2;
}
.theme-btn:hover::before, .theme-btn:focus::before, .theme-btn:active::before,
.theme-btn-s2:hover::before,
.theme-btn-s2:focus::before,
.theme-btn-s2:active::before,
.theme-btn-s3:hover::before,
.theme-btn-s3:focus::before,
.theme-btn-s3:active::before,
.theme-btn-s4:hover::before,
.theme-btn-s4:focus::before,
.theme-btn-s4:active::before {
  opacity: 1;
  width: 100%;
}
.theme-btn:hover span, .theme-btn:focus span, .theme-btn:active span,
.theme-btn-s2:hover span,
.theme-btn-s2:focus span,
.theme-btn-s2:active span,
.theme-btn-s3:hover span,
.theme-btn-s3:focus span,
.theme-btn-s3:active span,
.theme-btn-s4:hover span,
.theme-btn-s4:focus span,
.theme-btn-s4:active span {
  animation: circle2 6s infinite alternate;
}
.theme-btn:hover span .button-icon-hover, .theme-btn:focus span .button-icon-hover, .theme-btn:active span .button-icon-hover,
.theme-btn-s2:hover span .button-icon-hover,
.theme-btn-s2:focus span .button-icon-hover,
.theme-btn-s2:active span .button-icon-hover,
.theme-btn-s3:hover span .button-icon-hover,
.theme-btn-s3:focus span .button-icon-hover,
.theme-btn-s3:active span .button-icon-hover,
.theme-btn-s4:hover span .button-icon-hover,
.theme-btn-s4:focus span .button-icon-hover,
.theme-btn-s4:active span .button-icon-hover {
  display: block;
}
.theme-btn:hover span .button-icon, .theme-btn:focus span .button-icon, .theme-btn:active span .button-icon,
.theme-btn-s2:hover span .button-icon,
.theme-btn-s2:focus span .button-icon,
.theme-btn-s2:active span .button-icon,
.theme-btn-s3:hover span .button-icon,
.theme-btn-s3:focus span .button-icon,
.theme-btn-s3:active span .button-icon,
.theme-btn-s4:hover span .button-icon,
.theme-btn-s4:focus span .button-icon,
.theme-btn-s4:active span .button-icon {
  display: none;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3,
  .theme-btn-s4 {
    padding: 14px 25px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3,
  .theme-btn-s4 {
    padding: 12px 18px;
    padding-right: 45px;
  }
}
.theme-btn span,
.theme-btn-s2 span,
.theme-btn-s3 span,
.theme-btn-s4 span {
  position: absolute;
  margin-left: 10px;
}
.theme-btn .button-icon-hover,
.theme-btn-s2 .button-icon-hover,
.theme-btn-s3 .button-icon-hover,
.theme-btn-s4 .button-icon-hover {
  display: none;
}

.theme-btn-s2 {
  background-color: transparent;
  border: 1px solid #241D1D;
}
.theme-btn-s2::before {
  background: #241D1D;
}
.theme-btn-s2:hover {
  border-color: #241D1D;
}

.theme-btn-s3 {
  background-color: #28543D;
  color: #F2DAAF;
}
.theme-btn-s3::before {
  background: #241D1D;
}

.theme-btn-s4 {
  background-color: transparent;
  border: 1px solid #28543D;
  color: #28543D;
}
.theme-btn-s4::before {
  background: #241D1D;
}
.theme-btn-s4:hover {
  border-color: #241D1D;
}

.form input,
.form textarea,
.form select {
  border-color: rgb(191.25, 191.25, 191.25);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: rgb(89.25, 89.25, 89.25);
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #F1BF66;
  -o-box-shadow: 0 0 5px 0 rgb(245.2754491018, 210.5449101796, 148.7245508982);
  -ms-box-shadow: 0 0 5px 0 rgb(245.2754491018, 210.5449101796, 148.7245508982);
  box-shadow: 0 0 5px 0 rgb(245.2754491018, 210.5449101796, 148.7245508982);
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: rgb(245.2754491018, 210.5449101796, 148.7245508982);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #F1BF66;
}

.wpo-page-title,
.wpo-page-title-s2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.wpo-page-title .wpo-breadcumb-wrap,
.wpo-page-title-s2 .wpo-breadcumb-wrap {
  text-align: center;
  margin: 0 auto;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .wpo-page-title .wpo-breadcumb-wrap,
  .wpo-page-title-s2 .wpo-breadcumb-wrap {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap,
  .wpo-page-title-s2 .wpo-breadcumb-wrap {
    padding-top: 60px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap .top-title,
.wpo-page-title-s2 .wpo-breadcumb-wrap .top-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-page-title .wpo-breadcumb-wrap .top-title span,
.wpo-page-title-s2 .wpo-breadcumb-wrap .top-title span {
  color: #241D1D;
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  padding-left: 10px;
  text-transform: uppercase;
}
.wpo-page-title .wpo-breadcumb-wrap h2,
.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
  margin: 0;
  color: #241D1D;
  font-weight: 600;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -1.6px;
  padding-top: 12px;
}
@media (max-width: 1399px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 38px;
  }
}
@media (max-width: 425px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 30px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap p,
.wpo-page-title-s2 .wpo-breadcumb-wrap p {
  margin: 0;
  color: #241D1D;
  padding-top: 15px;
  max-width: 600px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap p,
  .wpo-page-title-s2 .wpo-breadcumb-wrap p {
    padding-top: 8px;
    font-size: 14px;
    line-height: 130%;
  }
}
.wpo-page-title .wpo-breadcumb-wrap .page-title-btn,
.wpo-page-title-s2 .wpo-breadcumb-wrap .page-title-btn {
  display: inline-block;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap .page-title-btn,
  .wpo-page-title-s2 .wpo-breadcumb-wrap .page-title-btn {
    padding-top: 20px;
  }
}

.preloader {
  background-color: #725219;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1111111111111111200;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 0;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li:last-child a {
  display: flex;
  align-items: center;
  gap: 5px;
  width: unset;
  height: unset;
  background-color: transparent;
}
.pagination-wrapper .pg-pagination li:last-child a:hover {
  background-color: transparent;
  color: #241D1D;
}
.pagination-wrapper .pg-pagination li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  font-size: 0.7777777778rem;
  font-weight: 600;
  background: #E1DEDB;
  text-transform: uppercase;
  color: #241D1D;
  letter-spacing: 0.32px;
  border-radius: 6px;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-size: 0.6666666667rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #F1BF66;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 12px;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/* 2.1 navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  top: 0;
}

.wpo-site-header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: rgba(246, 243, 240, 0.95);
  padding: 0 5px;
  backdrop-filter: blur(15px);
  box-shadow: 4px 4px 16px 0px rgba(36, 29, 29, 0.07);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  max-width: 52%;
  margin: 0 auto;
}
@media (max-width: 1860px) {
  .wpo-site-header .navigation {
    max-width: 61%;
  }
}
@media (max-width: 1600px) {
  .wpo-site-header .navigation {
    max-width: 70%;
  }
}
@media (max-width: 1399px) {
  .wpo-site-header .navigation {
    max-width: 81%;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header .navigation {
    max-width: 91%;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navigation {
    max-width: 100%;
    border-radius: 0;
    backdrop-filter: none;
    box-shadow: none;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
  background-color: #F1BF66;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.wpo-site-header .navigation > .container {
  position: relative;
}

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 10px 0;
  }
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}

.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a.active,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #28543D;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    justify-content: center;
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a:hover:before,
  .wpo-site-header #navbar > ul > li > a.active:before {
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header .site-navbar > ul li a:hover,
  .wpo-site-header .site-navbar > ul li a.active {
    text-decoration: none;
    color: #28543D;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.wpo-site-header .container-fluid {
  display: block;
}
@media (max-width: 991px) {
  .wpo-site-header .container-fluid {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .row {
    flex-wrap: nowrap;
  }
  .wpo-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .wpo-site-header .header-right {
    right: 15px;
  }
}
@media (max-width: 991px) and (max-width: 425px) {
  .wpo-site-header .header-right {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}
.wpo-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #F1BF66;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}
.wpo-site-header .header-right {
  display: flex;
  justify-content: flex-end;
  z-index: 991;
  position: relative;
  align-items: center;
}

.wpo-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.wpo-site-header .header-right > div {
  float: left;
  position: relative;
}

.wpo-site-header .header-right .close-form .theme-btn {
  padding: 7px 17px;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  color: #F8F1E2;
  border-radius: 73px;
  transition: all ease-in-out 0.4s;
  background-color: #241D1D;
  border: 0;
}
@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form .theme-btn {
    padding: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.wpo-site-header .header-right .close-form .theme-btn::before {
  display: none;
}
.wpo-site-header .header-right .close-form .theme-btn span {
  display: none;
  margin: 0;
}
@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form .theme-btn span {
    display: block;
  }
}
.wpo-site-header .header-right .close-form .theme-btn small {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form .theme-btn small {
    display: none;
  }
}
@media (max-width: 575px) {
  .wpo-site-header .header-right .close-form .theme-btn small {
    font-size: 18px;
  }
}
.wpo-site-header .header-right .close-form .theme-btn:hover {
  background-color: #F1BF66;
  color: #241D1D;
}

@media (max-width: 450px) {
  .wpo-site-header .header-right > div {
    margin-right: 18px;
  }
}
.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 30px;
  position: relative;
}
@media (max-width: 1700px) {
  .wpo-site-header .header-right > div:last-child {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .header-right > div:last-child {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.wpo-site-header .navigation > .container {
  position: relative;
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}
.wpo-site-header #navbar > ul li a:hover,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #28543D;
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a {
    padding: 21px 11px;
    display: block;
    position: relative;
    text-transform: capitalize;
    color: #241D1D;
    font-family: "Parkinsans";
    line-height: 134%;
    font-weight: 500;
    font-size: 14px;
  }
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 17px 8px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 230px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    display: block;
    padding: 10px 15px;
    color: #241D1D;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    text-transform: capitalize;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #28543D;
    content: "";
    transition: all 0.3s;
    border-radius: 5px;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover, .wpo-site-header #navbar > ul > li .sub-menu a.active {
    color: #28543D;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover:after, .wpo-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
    transition: all 0.3s;
    transform: none;
    transform-origin: none;
    transition: all 0.3s ease-in-out 0s;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6111111111rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 0.8333333333rem;
    color: #fff;
    font-weight: 500;
  }
  .wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6111111111rem;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
}
@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }
  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
}
.wpo-site-header .menu-close {
  display: none;
}
.wpo-site-header {
  /* style for navigation less than 992px */
}
@media (max-width: 991px) {
  .wpo-site-header .container {
    width: 100%;
  }
  .wpo-site-header .mobail-menu button {
    background-color: #241D1D;
    width: 40px;
    height: 36px;
    border: 0;
    padding: 6px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
    display: block;
  }
  .wpo-site-header .mobail-menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .wpo-site-header .mobail-menu button span {
    background-color: #F8F1E2;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .mobail-menu button span.first-angle {
    margin-top: 2px;
  }
  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header .mobail-menu button .sr-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar {
    background: #241D1D;
    display: block;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header #navbar > ul {
    position: relative;
    z-index: 111;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #F1BF66;
  }
  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header #navbar.slideInn {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
.wpo-site-header .navbar-header .navbar-brand {
  display: block;
  margin: 0;
}
.wpo-site-header {
  /*navbar collaps less then 992px*/
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .wpo-site-header {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}
.wpo-site-header .navigation.sticky-header {
  padding: 0 50px;
  max-width: 100%;
}
@media (max-width: 1399px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
.wpo-site-header .navigation.sticky-header #navbar > ul > li > a {
  padding: 30px 20px;
}
@media (max-width: 1399px) {
  .wpo-site-header .navigation.sticky-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header .navigation.sticky-header #navbar > ul > li > a {
    padding: 30px 10px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 10px 0;
    background-color: #fff;
  }
}
.header-style-s2,
.header-style-s3 {
  position: relative;
}
.header-style-s2 .header-right .close-form .theme-btn,
.header-style-s3 .header-right .close-form .theme-btn {
  background-color: #28543D;
  color: #F2DAAF;
}
.header-style-s2 .header-right .close-form .theme-btn::before,
.header-style-s3 .header-right .close-form .theme-btn::before {
  background-color: #F1BF66;
}

.header-style-s3 .header-right .close-form .theme-btn {
  background-color: #241D1D;
  color: #F8F1E2;
}

/*--------------------------------------------------------------
3. Home Page Section
--------------------------------------------------------------*/
/* 3.1 Hero Static Section */
.wpo-hero-static {
  position: relative;
  height: 910px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 11;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wpo-hero-static {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static {
    height: auto;
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
.wpo-hero-static:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #BFB3A7;
  opacity: 0.96;
  z-index: -1;
}
.wpo-hero-static .hero-item {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-item {
    max-width: 720px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static .hero-item {
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-item {
    padding: 0;
  }
}
.wpo-hero-static .hero-content {
  text-align: center;
  position: relative;
  z-index: 111;
}
.wpo-hero-static .hero-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.58);
  filter: blur(100px);
  border-radius: 50%;
  z-index: -1;
}
.wpo-hero-static .hero-content p {
  margin: 0;
  color: #F8F1E2;
  font-size: 14px;
  font-weight: 300;
  line-height: 134%;
  padding: 8px 15px 8px 5px;
  margin-bottom: 25px;
  border-radius: 58px;
  background: rgba(36, 29, 29, 0.29);
  display: inline-block;
  backdrop-filter: blur(20px);
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-content p {
    margin-bottom: 15px;
    font-size: 13px;
    padding: 8px 8px 8px 5px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-content p {
    padding: 8px;
  }
}
.wpo-hero-static .hero-content p span {
  padding: 4px 14px;
  background: #F1BF66;
  border-radius: 58px;
  color: #241D1D;
  margin-right: 10px;
  font-weight: 500;
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-content p span {
    display: none;
  }
}
.wpo-hero-static .hero-content h2 {
  margin: 0;
  color: #F8F1E2;
  font-size: 70px;
  line-height: 100%;
  font-weight: 600;
  letter-spacing: -0.96px;
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static .hero-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-content h2 {
    font-size: 26px;
  }
}
.wpo-hero-static .hero-content .hero-btn {
  display: inline-block;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-content .hero-btn {
    margin-top: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-content .hero-btn {
    margin-top: 20px;
  }
}
.wpo-hero-static .image {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-static .image {
    display: none;
  }
}
.wpo-hero-static .client-team {
  position: absolute;
  bottom: 45px;
  left: 50px;
}
@media (max-width: 1600px) {
  .wpo-hero-static .client-team {
    bottom: 110px;
    left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .client-team {
    position: relative;
    margin-top: 30px;
    top: 0;
    left: 0;
    z-index: 11111;
  }
}
.wpo-hero-static .hero-card {
  position: absolute;
  right: 50px;
  bottom: 45px;
  background: rgba(245, 242, 234, 0.73);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 4px;
}
@media (max-width: 1600px) {
  .wpo-hero-static .hero-card {
    bottom: 110px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-card {
    position: unset;
    max-width: 440px;
    margin: 0 auto;
    margin-top: 40px;
  }
}
.wpo-hero-static .hero-card .hero-card-image {
  position: relative;
}
.wpo-hero-static .hero-card .hero-card-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}
.wpo-hero-static .hero-card .hero-card-image .hero-card-content {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(244, 241, 238, 0.74);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  padding: 30px 15px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-card .hero-card-image .hero-card-content {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 15px 10px;
  }
}
.wpo-hero-static .hero-card .hero-card-image .hero-card-content .item {
  padding-right: 28px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-card .hero-card-image .hero-card-content .item {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.wpo-hero-static .hero-card .hero-card-image .hero-card-content .item:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-card .hero-card-image .hero-card-content .item:last-child {
    padding-bottom: 0;
  }
}
.wpo-hero-static .hero-card .hero-card-image .hero-card-content .item h3 {
  margin: 0;
  color: #241D1D;
  font-size: 24px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: -0.32px;
}
.wpo-hero-static .hero-card .hero-card-image .hero-card-content .item p {
  margin: 0;
  color: #241D1D;
  font-size: 14px;
  line-height: 134%;
  font-weight: 500;
}
.wpo-hero-static .bottom-area {
  margin: 0 auto;
  max-width: 800px;
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 11;
  background: #F6F3F0;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-hero-static .bottom-area {
    background-color: transparent;
  }
}
.wpo-hero-static .bottom-area .right-shape {
  position: absolute;
  top: -1px;
  left: 100%;
}
@media (max-width: 991px) {
  .wpo-hero-static .bottom-area .right-shape {
    display: none;
  }
}
.wpo-hero-static .bottom-area .left-shape {
  position: absolute;
  top: 0;
  right: 100%;
}
@media (max-width: 991px) {
  .wpo-hero-static .bottom-area .left-shape {
    display: none;
  }
}
.wpo-hero-static .partner-item {
  max-width: 680px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-hero-static .partner-item {
    position: unset;
    transform: translateX(0);
    margin: 0 auto;
    margin-top: 40px;
    max-width: 440px;
  }
}

/* Hero Static Section Style 2 */
.wpo-hero-static-s2 .hero-top-item {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-top-item {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .hero-top-item {
    padding: 50px 0;
  }
}
.wpo-hero-static-s2 .hero-top-item .hero-content {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.wpo-hero-static-s2 .hero-top-item .hero-content .hero-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  letter-spacing: 0.32px;
  color: #28543D;
  text-transform: uppercase;
  background-color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content .hero-text {
    font-size: 12px;
    line-height: 125%;
    padding: 4px 8px;
  }
}
.wpo-hero-static-s2 .hero-top-item .hero-content h2 {
  margin: 0;
  font-weight: 600;
  font-size: 70px;
  line-height: 110%;
  letter-spacing: -0.8px;
  padding-top: 25px;
  color: #0F1F17;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content h2 {
    font-size: 40px;
    padding-top: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content h2 {
    font-size: 30px;
  }
}
.wpo-hero-static-s2 .hero-top-item .hero-content p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 25px;
  color: #0F1F17;
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content p {
    font-size: 14px;
    line-height: 140%;
    padding-top: 10px;
  }
}
.wpo-hero-static-s2 .hero-top-item .hero-content .hero-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 25px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content .hero-bottom {
    gap: 5px;
    padding-top: 15px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content .hero-bottom .hero-btn .theme-btn-s3 {
    padding: 12px 15px;
    padding-right: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s2 .hero-top-item .hero-content .hero-bottom .hero-btn .theme-btn-s4 {
    padding: 12px 15px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-wrap {
    padding: 90px 10px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .hero-item-wrap {
    padding: 60px 10px;
  }
}
.wpo-hero-static-s2 .hero-item-wrap .owl-stage {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: -110px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-wrap .owl-stage {
    margin-left: 0;
  }
}
.wpo-hero-static-s2 .hero-item-wrap .owl-nav {
  display: none;
}
.wpo-hero-static-s2 .hero-item-wrap .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-hero-static-s2 .hero-item-wrap .owl-dots {
    display: none;
  }
}
.wpo-hero-static-s2 .hero-item-wrap .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #241D1D;
}
.wpo-hero-static-s2 .hero-item-wrap .owl-dots button.active {
  background: #F1BF66;
}
.wpo-hero-static-s2 .hero-item-slide h3 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 105%;
  letter-spacing: -0.32px;
  color: #1F3C2E;
  padding-bottom: 15px;
}
.wpo-hero-static-s2 .hero-item-slide p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1F3C2E;
}
.wpo-hero-static-s2 .hero-item-slide h4 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 105%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .hero-item-slide h4 {
    font-size: 14px;
  }
}
.wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg {
  position: relative;
  height: 100%;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .image {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .image {
    min-height: 400px;
  }
}
.wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .image img {
    min-height: 400px;
  }
}
.wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .hero-card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-top: 0;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .hero-card-bottom .hero-card-content {
  background: rgba(246, 243, 240, 0.85);
  backdrop-filter: blur(20px);
  padding: 15px 22px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .hero-card-bottom .hero-card-content:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .hero-card-bottom .hero-card-content {
    padding: 15px;
    text-align: center;
  }
}
.wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .hero-card-bottom .hero-card-content .logo {
  max-width: 124px;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card .image-bg .hero-card-bottom .hero-card-content .hero-card-text {
  padding: 5px 0;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card.s2 {
  max-width: 510px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .hero-card.s2 {
    max-width: unset;
    width: 100%;
  }
}
.wpo-hero-static-s2 .hero-item-slide .hero-card.s2 .hero-card-bottom {
  bottom: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 0;
  max-width: 300px;
  margin: 0 auto;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card.s2 .hero-card-bottom .hero-card-content {
  margin: 0;
  padding: 10px 22px 20px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .hero-item-slide .hero-card.s2 .hero-card-bottom .hero-card-content {
    padding: 10px 15px 20px;
  }
}
.wpo-hero-static-s2 .hero-item-slide .hero-card.s2 .hero-card-bottom .hero-card-content .hero-card-flx {
  display: flex;
  gap: 10px;
  align-items: center;
  border-bottom: 1px solid rgba(31, 60, 46, 0.09);
  padding: 10px 0;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card.s2 .hero-card-bottom .hero-card-content .icon {
  max-width: 24px;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card.s2 .hero-card-bottom .hero-card-content .hero-card-text {
  padding: 0;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card.s2 .hero-card-bottom .hero-card-content .hero-card-text h3 {
  padding-bottom: 0;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card.s3 {
  max-width: 330px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .hero-card.s3 {
    max-width: unset;
    width: 100%;
  }
}
.wpo-hero-static-s2 .hero-item-slide .cta-card {
  background: #28543D;
  padding: 8px;
  border-radius: 24px;
  max-width: 400px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .cta-card {
    max-width: unset;
    width: 100%;
  }
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .cta-item {
  background: #F4F1EE;
  border-radius: 18px;
  padding: 30px 35px 35px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .cta-card .cta-item {
    padding: 30px 15px;
  }
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .content {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .hero-item-slide .cta-card .content {
    margin-bottom: 25px;
  }
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .content .cta-top {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  gap: 10px;
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .content .cta-top i {
  font-size: 22px;
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .content h2 {
  margin: 0;
  color: #0F1F17;
  font-size: 32px;
  font-weight: 500;
  line-height: 135%;
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .content p {
  margin: 0;
  color: #0F1F17;
  font-size: 20px;
  line-height: 134%;
  font-weight: 400;
  letter-spacing: -0.32px;
  max-width: 330px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .hero-item-slide .cta-card .content p {
    font-size: 18px;
    line-height: 125%;
  }
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .client {
  display: flex;
  align-items: center;
  padding-top: 20px;
  width: 100%;
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .client .client-img {
  border-radius: 50%;
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .client .client-img img {
  border-radius: 50%;
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .client .client-text {
  margin-left: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .cta-card .client .client-text {
    margin-left: 10px;
  }
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .client .client-text h3 {
  margin: 0;
  padding: 0;
  color: #0F1F17;
  font-size: 16px;
  line-height: 120%;
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .client .client-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 134%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #0F1F17;
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .hero-item-slide .cta-card .client .client-text span {
    font-size: 11px;
    line-height: 125%;
  }
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .cta-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 0;
}
.wpo-hero-static-s2 .hero-item-slide .cta-card .cta-bottom p {
  margin: 0;
  color: #F8F1E2;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.64px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .cta-card .cta-bottom p {
    font-size: 12px;
    line-height: 120%;
  }
}
.wpo-hero-static-s2 .hero-item-slide .hero-card-s3 {
  max-width: 330px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .hero-item-slide .hero-card-s3 {
    max-width: unset;
    width: 100%;
  }
}
.wpo-hero-static-s2 .hero-item-slide .hero-card-s3 .image-bg {
  border-radius: 24px;
  height: 100%;
}
.wpo-hero-static-s2 .hero-item-slide .hero-card-s3 .image-bg img {
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.client-team {
  max-width: 215px;
  text-align: start;
}
@media (max-width: 991px) {
  .client-team {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
}
.client-team ul {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
@media (max-width: 991px) {
  .client-team ul {
    justify-content: center;
    margin-left: 0;
  }
}
.client-team ul li {
  width: 48px;
  height: 48px;
  border-radius: 34px;
  margin: 0 -7px;
  text-align: center;
  border: 2px solid #F8F1E2;
  background: #F8F1E2;
}
.client-team ul li:last-child {
  background-color: #F1BF66;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client-team ul li:last-child img {
  max-width: 24px;
}
.client-team ul li i {
  font-size: 20px;
  color: #241D1D;
}
.client-team ul li img {
  width: 100%;
  height: 100%;
  border-radius: 34px;
}
.client-team span {
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  display: block;
  margin-top: 15px;
}

.partner-item {
  margin-top: 65px;
}
@media (max-width: 991px) {
  .partner-item {
    margin-top: 40px;
  }
}
.partner-item ul {
  margin-left: 0;
}
@media (max-width: 767px) {
  .partner-item ul {
    margin-left: 50px;
  }
}
@media (max-width: 425px) {
  .partner-item ul {
    margin-left: 30px;
  }
}

/*--------------------------------------------------------------
4. Footer
--------------------------------------------------------------*/
/* Cta Footer */
.wpo-cta-footer,
.wpo-cta-footer-s2 {
  background: #241D1D;
  padding: 0 50px;
  padding-bottom: 120px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer,
  .wpo-cta-footer-s2 {
    padding: 0 20px;
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer,
  .wpo-cta-footer-s2 {
    padding: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer,
  .wpo-cta-footer-s2 {
    padding: 0;
    padding-bottom: 20px;
  }
}
.wpo-cta-footer .wpo-cta-wrap,
.wpo-cta-footer-s2 .wpo-cta-wrap {
  padding-top: 120px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap,
  .wpo-cta-footer-s2 .wpo-cta-wrap {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .wpo-cta-wrap,
  .wpo-cta-footer-s2 .wpo-cta-wrap {
    padding: 60px 0;
  }
}
.wpo-cta-footer .wpo-cta-wrap .wpo-section-title h2,
.wpo-cta-footer-s2 .wpo-cta-wrap .wpo-section-title h2 {
  color: #F8F1E2;
  padding-top: 0;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item {
  display: flex;
  gap: 15px;
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card {
  background-color: rgba(246, 243, 240, 0.2);
  padding: 8px;
  border-radius: 24px;
  max-width: 370px;
  margin: 0 auto;
  flex-basis: 25%;
  text-align: center;
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card {
    flex-basis: 48%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card {
    flex-basis: 100%;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content {
  background-color: #F8F1E2;
  border-radius: 20px;
  padding: 100px 30px;
}
@media (max-width: 1555px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content {
    padding: 85px 15px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content {
    padding: 60px 15px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content .icon,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content .icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  border-radius: 50%;
  text-align: center;
  background-color: #F1BF66;
  margin: 0 auto;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content .icon i,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content .icon i {
  font-size: 24px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text {
  padding-top: 30px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text h3,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text h3,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text h3 {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text p,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  color: rgba(36, 29, 29, 0.7);
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text p,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-content .cta-text p {
    font-size: 14px;
    line-height: 140%;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom {
  display: flex;
  justify-content: center;
  max-width: 215px;
  margin: 0 auto;
  padding: 10px 0;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom a,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom a {
  color: #F1BF66;
  position: relative;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom a::before,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom a::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  background-color: #F1BF66;
  width: 100%;
  height: 1px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom span,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom span {
  color: #F1BF66;
  font-weight: 500;
  font-size: 14px;
  line-height: 134%;
  text-transform: uppercase;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom span,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card .cta-bottom span {
    font-size: 12px;
    line-height: 125%;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-content,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-content {
  background-color: #F1BF66;
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 1555px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-content {
    padding: 40px 15px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-content {
    padding: 20px 15px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-content .shape,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-content .shape {
  position: absolute;
  right: 30px;
  bottom: 75px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-bottom,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-bottom {
  max-width: unset;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 10px 15px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-bottom span,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-bottom span {
  color: #FAFFF3;
  letter-spacing: 0.48px;
  font-weight: 500;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text {
  padding-top: 0;
  text-align: start;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text h3,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text h3 {
  max-width: 200px;
  padding-bottom: 25px;
  padding-top: 10px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text p,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text p {
  color: #0F1F17;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item {
  display: flex;
  align-items: center;
  padding-top: 45px;
  gap: 15px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item {
    gap: 10px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item img,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item img {
  border-radius: 50%;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item .client-text h4,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item .client-text h4 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item .client-text span,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item .client-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: rgba(36, 29, 29, 0.6980392157);
}
@media (max-width: 1550px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item .client-text span,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item .client-text span {
    font-size: 13px;
  }
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item .client-text span,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-all-item .cta-card:last-child .cta-text .client-item .client-text span {
    font-size: 11px;
  }
}
.wpo-cta-footer ul,
.wpo-cta-footer-s2 ul {
  list-style: none;
}
.wpo-cta-footer .footer-wrapper,
.wpo-cta-footer-s2 .footer-wrapper {
  border-radius: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-cta-footer .footer-wrapper,
  .wpo-cta-footer-s2 .footer-wrapper {
    background-color: #F8F1E2;
  }
}
.wpo-cta-footer .footer-wrapper .footer-image,
.wpo-cta-footer-s2 .footer-wrapper .footer-image {
  position: absolute;
  bottom: -51px;
  left: 540px;
}
@media (max-width: 1670px) {
  .wpo-cta-footer .footer-wrapper .footer-image,
  .wpo-cta-footer-s2 .footer-wrapper .footer-image {
    left: 380px;
  }
}
@media (max-width: 1399px) {
  .wpo-cta-footer .footer-wrapper .footer-image,
  .wpo-cta-footer-s2 .footer-wrapper .footer-image {
    left: 410px;
  }
}
@media (max-width: 1299px) {
  .wpo-cta-footer .footer-wrapper .footer-image,
  .wpo-cta-footer-s2 .footer-wrapper .footer-image {
    left: 350px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .footer-wrapper .footer-image,
  .wpo-cta-footer-s2 .footer-wrapper .footer-image {
    left: 400px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .footer-wrapper .footer-image,
  .wpo-cta-footer-s2 .footer-wrapper .footer-image {
    display: none;
  }
}
@media (max-width: 1500px) {
  .wpo-cta-footer .footer-wrapper .footer-image img,
  .wpo-cta-footer-s2 .footer-wrapper .footer-image img {
    width: 100%;
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .footer-wrapper .footer-image img,
  .wpo-cta-footer-s2 .footer-wrapper .footer-image img {
    max-width: 180px;
  }
}
.wpo-cta-footer .footer-wrapper .footer-shape,
.wpo-cta-footer-s2 .footer-wrapper .footer-shape {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 47px;
  height: 100%;
}
@media (max-width: 991px) {
  .wpo-cta-footer .footer-wrapper .footer-shape,
  .wpo-cta-footer-s2 .footer-wrapper .footer-shape {
    display: none;
  }
}
.wpo-cta-footer .footer-wrapper .footer-shape svg,
.wpo-cta-footer-s2 .footer-wrapper .footer-shape svg {
  width: 1807px;
  height: 944px;
}
.wpo-cta-footer .wpo-topbar-footer,
.wpo-cta-footer-s2 .wpo-topbar-footer {
  border-bottom: 1px solid #E1DEDB;
  text-align: center;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-topbar-footer,
  .wpo-cta-footer-s2 .wpo-topbar-footer {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .wpo-topbar-footer,
  .wpo-cta-footer-s2 .wpo-topbar-footer {
    padding: 40px 0;
  }
}
.wpo-cta-footer .wpo-topbar-footer .top-text h4,
.wpo-cta-footer-s2 .wpo-topbar-footer .top-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  margin-bottom: 17px;
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild {
  position: relative;
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild .fild,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild .fild {
  color: #F8F1E2;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  position: relative;
  border: 0;
  padding: 18px 105px;
  padding-left: 22px;
  width: 100%;
  background: #241D1D;
  border-radius: 79px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild .fild,
  .wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild .fild {
    padding: 14px 105px;
    padding-left: 20px;
    font-size: 14px;
  }
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild .fild:focus-visible,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild .fild:focus-visible {
  outline: -webkit-focus-ring-color auto transparent;
  outline: 0;
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild .fild::-webkit-input-placeholder,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild .fild::-webkit-input-placeholder {
  color: #F8F1E2;
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild .fild::-moz-placeholder,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild .fild::-moz-placeholder {
  color: #F8F1E2;
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild .fild:-ms-input-placeholder,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild .fild:-ms-input-placeholder {
  color: #F8F1E2;
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild .fild:-moz-placeholder,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild .fild:-moz-placeholder {
  color: #F8F1E2;
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild button,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild button {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  color: #241D1D;
  display: block;
  background: #F1BF66;
  border-radius: 72px;
  padding: 17px 22px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575px) {
  .wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild button,
  .wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild button {
    font-size: 12px;
    line-height: 120%;
    padding: 13px 18px;
  }
}
.wpo-cta-footer .wpo-topbar-footer .newsletter-s2 .form-fild button:hover,
.wpo-cta-footer-s2 .wpo-topbar-footer .newsletter-s2 .form-fild button:hover {
  background-color: #28543D;
  color: #F8F1E2;
  border-color: #28543D;
}
.wpo-cta-footer .wpo-topbar-footer .footer-logo,
.wpo-cta-footer-s2 .wpo-topbar-footer .footer-logo {
  padding-bottom: 40px;
}
.wpo-cta-footer .wpo-upper-footer,
.wpo-cta-footer-s2 .wpo-upper-footer {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-upper-footer,
  .wpo-cta-footer-s2 .wpo-upper-footer {
    padding: 80px 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .wpo-upper-footer,
  .wpo-cta-footer-s2 .wpo-upper-footer {
    padding: 50px 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .footer-address,
  .wpo-cta-footer-s2 .footer-address {
    margin-bottom: 40px;
  }
}
.wpo-cta-footer .footer-address .item,
.wpo-cta-footer-s2 .footer-address .item {
  margin-bottom: 35px;
}
.wpo-cta-footer .footer-address .item:last-child,
.wpo-cta-footer-s2 .footer-address .item:last-child {
  margin-bottom: 0;
}
.wpo-cta-footer .footer-address .item ul li,
.wpo-cta-footer-s2 .footer-address .item ul li {
  font-size: 16px;
  line-height: 155%;
  font-weight: 400;
  color: #241D1D;
  letter-spacing: -0.32px;
}
.wpo-cta-footer .widget-title,
.wpo-cta-footer-s2 .widget-title {
  margin-bottom: 16px;
}
.wpo-cta-footer .widget-title h3,
.wpo-cta-footer-s2 .widget-title h3 {
  margin: 0;
  color: #908b88;
  line-height: 134%;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.wpo-cta-footer .footer-item,
.wpo-cta-footer-s2 .footer-item {
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .wpo-cta-footer .footer-item,
  .wpo-cta-footer-s2 .footer-item {
    display: block;
  }
}
.wpo-cta-footer .link-widget,
.wpo-cta-footer-s2 .link-widget {
  overflow: hidden;
  padding-right: 70px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer .link-widget,
  .wpo-cta-footer-s2 .link-widget {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .link-widget,
  .wpo-cta-footer-s2 .link-widget {
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .link-widget,
  .wpo-cta-footer-s2 .link-widget {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.wpo-cta-footer .link-widget ul li,
.wpo-cta-footer-s2 .link-widget ul li {
  position: relative;
  font-size: 16px;
  line-height: 155%;
  font-weight: 500;
  color: #241D1D;
  letter-spacing: -0.32px;
}
.wpo-cta-footer .link-widget ul li a,
.wpo-cta-footer-s2 .link-widget ul li a {
  color: #241D1D;
  transition: all ease-in-out 0.3s;
}
.wpo-cta-footer .link-widget ul li a:hover,
.wpo-cta-footer-s2 .link-widget ul li a:hover {
  color: #28543D;
  text-decoration: underline;
}
.wpo-cta-footer .link-widget ul li + li,
.wpo-cta-footer-s2 .link-widget ul li + li {
  padding-top: 7px;
}
.wpo-cta-footer .wpo-lower-footer,
.wpo-cta-footer-s2 .wpo-lower-footer {
  text-align: center;
  position: relative;
  border-top: 1px solid #E1DEDB;
  border-bottom: 1px solid #E1DEDB;
}
.wpo-cta-footer .wpo-lower-footer .row,
.wpo-cta-footer-s2 .wpo-lower-footer .row {
  padding: 24px 0;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-lower-footer .row,
  .wpo-cta-footer-s2 .wpo-lower-footer .row {
    padding: 18px 0;
    padding-bottom: 14px;
  }
}
.wpo-cta-footer .wpo-lower-footer .copyright,
.wpo-cta-footer-s2 .wpo-lower-footer .copyright {
  margin: 0;
  font-size: 14px;
  color: rgba(36, 29, 28, 0.7);
  font-weight: 500;
  line-height: 134%;
  text-align: left;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-lower-footer .copyright,
  .wpo-cta-footer-s2 .wpo-lower-footer .copyright {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
.wpo-cta-footer .wpo-lower-footer .copyright a,
.wpo-cta-footer-s2 .wpo-lower-footer .copyright a {
  color: #241D1C;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
}
.wpo-cta-footer .wpo-lower-footer .copyright a:hover,
.wpo-cta-footer-s2 .wpo-lower-footer .copyright a:hover {
  color: #28543D;
  text-decoration: underline;
}
.wpo-cta-footer .wpo-lower-footer .right,
.wpo-cta-footer-s2 .wpo-lower-footer .right {
  text-align: end;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-lower-footer .right,
  .wpo-cta-footer-s2 .wpo-lower-footer .right {
    text-align: center;
    margin: 0;
  }
}
.wpo-cta-footer .wpo-lower-footer .right li,
.wpo-cta-footer-s2 .wpo-lower-footer .right li {
  display: inline-block;
}
.wpo-cta-footer .wpo-lower-footer .right li a,
.wpo-cta-footer-s2 .wpo-lower-footer .right li a {
  color: rgba(36, 29, 29, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 10px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575px) {
  .wpo-cta-footer .wpo-lower-footer .right li a,
  .wpo-cta-footer-s2 .wpo-lower-footer .right li a {
    font-size: 18px;
    padding: 0 6px;
  }
}
.wpo-cta-footer .wpo-lower-footer .right li a:hover,
.wpo-cta-footer-s2 .wpo-lower-footer .right li a:hover {
  color: #28543D;
}

/* Cta Footer style 2 */
.wpo-cta-footer-s2 {
  position: relative;
  z-index: 1;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  background-size: cover;
  background-position: top;
  background: url("../images/cta.jpg") center center/cover no-repeat;
  padding: 0;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-cta-footer-s2 {
    padding: 0;
  }
}
.wpo-cta-footer-s2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(63, 79, 71);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  z-index: -1;
}
.wpo-cta-footer-s2 .wpo-cta-bg-image {
  position: relative;
  z-index: 1;
}
.wpo-cta-footer-s2 .wpo-cta-bg-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 31, 23, 0.7);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  z-index: -1;
}
.wpo-cta-footer-s2 .wpo-cta-bg-image .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -111;
  width: 100%;
  height: 100%;
}
.wpo-cta-footer-s2 .wpo-cta-bg-image .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.wpo-cta-footer-s2 .wpo-cta-wrap {
  padding-top: 340px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap {
    padding-top: 150px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap {
    padding: 60px 0;
  }
}
.wpo-cta-footer-s2 .cta-item .cta-top-title {
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}
.wpo-cta-footer-s2 .cta-item .cta-top-title h2 {
  margin: 0;
  font-weight: 600;
  font-size: 70px;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: #FAFFF3;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .cta-item .cta-top-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer-s2 .cta-item .cta-top-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-footer-s2 .cta-item .cta-top-title h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-footer-s2 .cta-item .cta-top-title h2 {
    font-size: 30px;
  }
}
.wpo-cta-footer-s2 .cta-item .cta-top-title p {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: -0.32px;
  color: #FAFFF3;
  max-width: 450px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .wpo-cta-footer-s2 .cta-item .cta-top-title p {
    font-size: 16px;
    line-height: 140%;
  }
}
.wpo-cta-footer-s2 .cta-item .cta-top-title .cta-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .wpo-cta-footer-s2 .cta-item .cta-top-title .cta-btn {
    margin-top: 15px;
  }
}
.wpo-cta-footer-s2 .cta-item .cta-top-title .cta-btn .theme-btn-s4 {
  background-color: transparent;
  color: #0F1F17;
  background-color: #BFDBC8;
  border: 0;
}
.wpo-cta-footer-s2 .cta-item .cta-top-title .cta-btn .theme-btn-s4:hover {
  color: #F8F1E2;
}
.wpo-cta-footer-s2 .footer-wrapper {
  background-color: #F6F3F0;
  padding-bottom: 0;
  border-radius: 24px;
  margin: 0 50px;
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .footer-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer-s2 .footer-wrapper {
    margin: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 0;
  }
}
.wpo-cta-footer-s2 .footer-wrapper .footer-wrap {
  padding: 0 65px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer-s2 .footer-wrapper .footer-wrap {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .footer-wrapper .footer-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer-s2 .footer-wrapper .footer-wrap {
    padding: 0;
  }
}
.wpo-cta-footer-s2 .footer-wrapper .link-widget {
  padding-right: 90px;
}
@media (max-width: 1500px) {
  .wpo-cta-footer-s2 .footer-wrapper .link-widget {
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .footer-wrapper .link-widget {
    padding-right: 8px;
  }
}
.wpo-cta-footer-s2 .footer-wrapper .link-widget:last-child {
  padding-right: 0;
}
.wpo-cta-footer-s2 .footer-wrapper .wpo-lower-footer {
  border-bottom: 0;
}
.wpo-cta-footer-s2 .footer-wrapper .footer-image {
  bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-cta-footer-s2 .footer-wrapper .footer-image {
    left: 350px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .footer-wrapper .footer-image {
    left: 300px;
  }
}
.wpo-cta-footer-s2 .footer-wrapper .footer-image img {
  max-width: 355px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer-s2 .footer-wrapper .footer-image img {
    max-width: 300px;
  }
}
@media (max-width: 1299px) {
  .wpo-cta-footer-s2 .footer-wrapper .footer-image img {
    max-width: 220px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .footer-wrapper .footer-image img {
    max-width: 200px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 1111;
  opacity: 0;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 About Section */
.wpo-about-section,
.wpo-about-section-s2,
.wpo-about-section-s3 {
  border-bottom: 1px solid #E1DEDB;
  padding-top: 190px;
}
@media (max-width: 991px) {
  .wpo-about-section,
  .wpo-about-section-s2,
  .wpo-about-section-s3 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section,
  .wpo-about-section-s2,
  .wpo-about-section-s3 {
    padding-top: 60px;
  }
}
.wpo-about-section .wpo-section-title h3,
.wpo-about-section-s2 .wpo-section-title h3,
.wpo-about-section-s3 .wpo-section-title h3 {
  max-width: 720px;
  margin: 0 auto;
}
.wpo-about-section .wpo-about-item,
.wpo-about-section-s2 .wpo-about-item,
.wpo-about-section-s3 .wpo-about-item {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-about-item,
  .wpo-about-section-s2 .wpo-about-item,
  .wpo-about-section-s3 .wpo-about-item {
    flex-direction: column;
  }
}
.wpo-about-section .about-middle,
.wpo-about-section-s2 .about-middle,
.wpo-about-section-s3 .about-middle {
  max-width: 505px;
  border-radius: 24px;
  position: relative;
  min-height: 100%;
}
@media (max-width: 991px) {
  .wpo-about-section .about-middle,
  .wpo-about-section-s2 .about-middle,
  .wpo-about-section-s3 .about-middle {
    margin: 0 auto;
  }
}
.wpo-about-section .about-middle .image-bg,
.wpo-about-section-s2 .about-middle .image-bg,
.wpo-about-section-s3 .about-middle .image-bg {
  height: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 24px;
}
.wpo-about-section .about-middle .image-bg img,
.wpo-about-section-s2 .about-middle .image-bg img,
.wpo-about-section-s3 .about-middle .image-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-about-section .about-middle:hover .image-bg img,
.wpo-about-section-s2 .about-middle:hover .image-bg img,
.wpo-about-section-s3 .about-middle:hover .image-bg img {
  transform: scale(1.1);
}
.wpo-about-section .wpo-fun-fact-grids,
.wpo-about-section-s2 .wpo-fun-fact-grids,
.wpo-about-section-s3 .wpo-fun-fact-grids {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 8px;
}
.wpo-about-section .wpo-fun-fact-grids .info,
.wpo-about-section-s2 .wpo-fun-fact-grids .info,
.wpo-about-section-s3 .wpo-fun-fact-grids .info {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .wpo-about-section .wpo-fun-fact-grids .info,
  .wpo-about-section-s2 .wpo-fun-fact-grids .info,
  .wpo-about-section-s3 .wpo-fun-fact-grids .info {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-fun-fact-grids .info,
  .wpo-about-section-s2 .wpo-fun-fact-grids .info,
  .wpo-about-section-s3 .wpo-fun-fact-grids .info {
    display: block;
    text-align: center;
  }
}
.wpo-about-section .wpo-fun-fact-grids .grid,
.wpo-about-section-s2 .wpo-fun-fact-grids .grid,
.wpo-about-section-s3 .wpo-fun-fact-grids .grid {
  background: rgba(246, 243, 240, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  margin-bottom: 8px;
  padding-left: 20px;
  padding: 15px 10px 10px 20px;
}
@media (max-width: 1399px) {
  .wpo-about-section .wpo-fun-fact-grids .grid,
  .wpo-about-section-s2 .wpo-fun-fact-grids .grid,
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid {
    padding: 15px 10px 10px 10px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-fun-fact-grids .grid,
  .wpo-about-section-s2 .wpo-fun-fact-grids .grid,
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid {
    padding: 10px;
  }
}
.wpo-about-section .wpo-fun-fact-grids .grid h3,
.wpo-about-section-s2 .wpo-fun-fact-grids .grid h3,
.wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 {
  margin: 0;
  font-family: "Parkinsans";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #241D1D;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.96px;
  line-height: 105%;
}
@media (max-width: 1399px) {
  .wpo-about-section .wpo-fun-fact-grids .grid h3,
  .wpo-about-section-s2 .wpo-fun-fact-grids .grid h3,
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 {
    font-size: 40px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-fun-fact-grids .grid h3,
  .wpo-about-section-s2 .wpo-fun-fact-grids .grid h3,
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 {
    font-size: 30px;
    line-height: 95%;
  }
}
.wpo-about-section .wpo-fun-fact-grids .grid h3 span,
.wpo-about-section-s2 .wpo-fun-fact-grids .grid h3 span,
.wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 span {
  font-family: "Parkinsans";
  line-height: 105%;
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-fun-fact-grids .grid h3 span,
  .wpo-about-section-s2 .wpo-fun-fact-grids .grid h3 span,
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 span {
    line-height: 95%;
  }
}
.wpo-about-section .wpo-fun-fact-grids .grid h3 + p,
.wpo-about-section-s2 .wpo-fun-fact-grids .grid h3 + p,
.wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 + p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  text-transform: uppercase;
  max-width: 170px;
  color: #241D1D;
}
@media (max-width: 1399px) {
  .wpo-about-section .wpo-fun-fact-grids .grid h3 + p,
  .wpo-about-section-s2 .wpo-fun-fact-grids .grid h3 + p,
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 + p {
    font-size: 12px;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .wpo-fun-fact-grids .grid h3 + p,
  .wpo-about-section-s2 .wpo-fun-fact-grids .grid h3 + p,
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 + p {
    margin: 0 auto;
  }
}
.wpo-about-section .about-right,
.wpo-about-section-s2 .about-right,
.wpo-about-section-s3 .about-right {
  background-color: #241D1D;
  max-width: 370px;
  width: 100%;
  position: relative;
  padding: 8px;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-right,
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-right,
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    max-width: unset;
  }
}
.wpo-about-section .about-right .about-right-bg,
.wpo-about-section-s2 .about-right .about-right-bg,
.wpo-about-section-s3 .about-right .about-right-bg {
  background-color: #F1BF66;
  padding: 30px;
  border-radius: 18px;
}
@media (max-width: 1199px) {
  .wpo-about-section .about-right .about-right-bg,
  .wpo-about-section-s2 .about-right .about-right-bg,
  .wpo-about-section-s3 .about-right .about-right-bg {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section .about-right .about-right-bg,
  .wpo-about-section-s2 .about-right .about-right-bg,
  .wpo-about-section-s3 .about-right .about-right-bg {
    padding: 20px;
  }
}
.wpo-about-section .about-right .about-right-content,
.wpo-about-section-s2 .about-right .about-right-content,
.wpo-about-section-s3 .about-right .about-right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-right .about-right-content,
  .wpo-about-section-s2 .about-right .about-right-content,
  .wpo-about-section-s3 .about-right .about-right-content {
    min-height: 350px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .about-right .about-right-content,
  .wpo-about-section-s2 .about-right .about-right-content,
  .wpo-about-section-s3 .about-right .about-right-content {
    min-height: 270px;
  }
}
.wpo-about-section .about-right .about-right-content .about-right-top,
.wpo-about-section-s2 .about-right .about-right-content .about-right-top,
.wpo-about-section-s3 .about-right .about-right-content .about-right-top {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}
.wpo-about-section .about-right .about-right-content .about-right-top img,
.wpo-about-section-s2 .about-right .about-right-content .about-right-top img,
.wpo-about-section-s3 .about-right .about-right-content .about-right-top img {
  border-radius: 50%;
}
.wpo-about-section .about-right .about-right-content .about-right-top .about-right-text h2,
.wpo-about-section-s2 .about-right .about-right-content .about-right-top .about-right-text h2,
.wpo-about-section-s3 .about-right .about-right-content .about-right-top .about-right-text h2 {
  margin: 0;
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-right .about-right-content .about-right-top .about-right-text h2,
  .wpo-about-section-s2 .about-right .about-right-content .about-right-top .about-right-text h2,
  .wpo-about-section-s3 .about-right .about-right-content .about-right-top .about-right-text h2 {
    font-size: 14px;
    line-height: 130%;
  }
}
.wpo-about-section .about-right .about-right-content .about-right-top .about-right-text span,
.wpo-about-section-s2 .about-right .about-right-content .about-right-top .about-right-text span,
.wpo-about-section-s3 .about-right .about-right-content .about-right-top .about-right-text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  text-transform: uppercase;
  display: block;
}
@media (max-width: 991px) {
  .wpo-about-section .about-right .about-right-content .about-right-top .about-right-text span,
  .wpo-about-section-s2 .about-right .about-right-content .about-right-top .about-right-text span,
  .wpo-about-section-s3 .about-right .about-right-content .about-right-top .about-right-text span {
    font-size: 12px;
    line-height: 125%;
  }
}
.wpo-about-section .about-right .content .item,
.wpo-about-section-s2 .about-right .content .item,
.wpo-about-section-s3 .about-right .content .item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.wpo-about-section .about-right .content .item i,
.wpo-about-section-s2 .about-right .content .item i,
.wpo-about-section-s3 .about-right .content .item i {
  font-size: 20px;
}
.wpo-about-section .about-right .content .item h3,
.wpo-about-section-s2 .about-right .content .item h3,
.wpo-about-section-s3 .about-right .content .item h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 132%;
  letter-spacing: -0.32px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-right .content .item h3,
  .wpo-about-section-s2 .about-right .content .item h3,
  .wpo-about-section-s3 .about-right .content .item h3 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section .about-right .content .item h3,
  .wpo-about-section-s2 .about-right .content .item h3,
  .wpo-about-section-s3 .about-right .content .item h3 {
    font-size: 20px;
  }
}
.wpo-about-section .about-right .content p,
.wpo-about-section-s2 .about-right .content p,
.wpo-about-section-s3 .about-right .content p {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-about-section .about-right .content p,
  .wpo-about-section-s2 .about-right .content p,
  .wpo-about-section-s3 .about-right .content p {
    font-size: 18px;
    line-height: 125%;
  }
}
.wpo-about-section .about-right .about-bottom,
.wpo-about-section-s2 .about-right .about-bottom,
.wpo-about-section-s3 .about-right .about-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px 2px;
}
.wpo-about-section .about-right .about-bottom span,
.wpo-about-section-s2 .about-right .about-bottom span,
.wpo-about-section-s3 .about-right .about-bottom span {
  margin: 0;
  color: #FAFFF3;
  font-size: 12px;
  font-weight: 500;
  line-height: 134%;
  letter-spacing: 0.48px;
}

/* 3.3 Program Section */
.wpo-program-section .program-left-sticky,
.wpo-program-section-s3 .program-left-sticky {
  min-height: 100%;
}
.wpo-program-section .program-left-sticky .wpo-section-title-s2,
.wpo-program-section-s3 .program-left-sticky .wpo-section-title-s2 {
  position: sticky;
  top: 10px;
}
.wpo-program-section .program-right-all,
.wpo-program-section-s3 .program-right-all {
  padding-left: 80px;
}
@media (max-width: 1630px) {
  .wpo-program-section .program-right-all,
  .wpo-program-section-s3 .program-right-all {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-program-section .program-right-all,
  .wpo-program-section-s3 .program-right-all {
    padding-left: 0;
  }
}
.wpo-program-section .program-card,
.wpo-program-section-s3 .program-card {
  height: 100%;
  margin-bottom: 40px;
}
.wpo-program-section .program-card:last-child,
.wpo-program-section-s3 .program-card:last-child {
  margin-bottom: 0;
}
.wpo-program-section .program-card .program-image-bg,
.wpo-program-section-s3 .program-card .program-image-bg {
  position: relative;
  height: 100%;
}
.wpo-program-section .program-card .program-image-bg .image,
.wpo-program-section-s3 .program-card .program-image-bg .image {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.wpo-program-section .program-card .program-image-bg .image img,
.wpo-program-section-s3 .program-card .program-image-bg .image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  min-height: 760px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .wpo-program-section .program-card .program-image-bg .image img,
  .wpo-program-section-s3 .program-card .program-image-bg .image img {
    min-height: 500px;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item,
.wpo-program-section-s3 .program-card .program-image-bg .program-item {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-top: 0;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content {
  background: rgba(244, 241, 238, 0.95);
  backdrop-filter: blur(20px);
  padding: 35px 25px 25px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content {
    padding: 25px 15px;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1DEDB;
}
@media (max-width: 1199px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content {
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content {
    display: block;
    padding-bottom: 10px;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text {
  max-width: 370px;
}
@media (max-width: 1199px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text {
    padding-right: 10px;
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text {
    max-width: unset;
    padding-right: 0;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3 {
  font-family: "Parkinsans";
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1199px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3 {
    font-size: 19px;
    line-height: 110%;
  }
}
@media (max-width: 575px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3 {
    font-size: 16px;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3 a,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3 a {
  color: #241D1D;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3 a:hover,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text h3 a:hover {
  color: #28543D;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text p,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  color: #241D1D;
  letter-spacing: -0.32px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .program-text p,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .program-text p {
    font-size: 14px;
    line-height: 140%;
    padding-top: 5px;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item {
  position: relative;
  max-width: 350px;
  width: 100%;
}
@media (max-width: 1399px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item {
    max-width: 270px;
  }
}
@media (max-width: 575px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item {
    margin-top: 15px;
    max-width: unset;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul {
  margin-bottom: 15px;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul li,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  color: #241D1D;
}
@media (max-width: 425px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul li,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul li {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul li:last-child,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul li:last-child {
  padding-bottom: 0;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul li span,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-item ul li span {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress {
  height: 8px;
  overflow: unset;
  background-color: #DBDBDB;
  margin-bottom: 15px;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress .progress-bar,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress .progress-bar {
  border-radius: 28px;
  box-shadow: none;
  position: relative;
  animation: animate-positive 4s;
  background: #F1BF66;
  height: 8px;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress-bar,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  overflow: unset;
  position: relative;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress .progress-value,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress .progress-value {
  text-align: center;
  left: 90%;
  position: absolute;
  color: #241D1D;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress .progress-value::before,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress .progress-value::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 45px;
  height: 30px;
  border-radius: 5px;
  background-color: #F1BF66;
  z-index: -1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-top-content .progress .progress-value span,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-top-content .progress .progress-value span {
  position: relative;
  left: 8px;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content {
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
}
@media (max-width: 425px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content .program-btn,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content .program-btn {
    order: 2;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team {
  text-align: start;
  margin: 0;
}
@media (max-width: 425px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team {
    margin-bottom: 10px;
    order: 1;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team span,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team span {
  margin-top: 0;
  padding-bottom: 5px;
}
@media (max-width: 425px) {
  .wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team ul,
  .wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team ul {
    justify-content: start;
    margin-left: 5px;
  }
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team li,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team li {
  font-size: 12px;
  font-weight: 600;
  line-height: 134%;
  font-family: "Parkinsans";
  color: #FAFFF3;
  width: 40px;
  height: 40px;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team li:last-child,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team li:last-child {
  background-color: #241D1D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-program-section .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team li:last-child img,
.wpo-program-section-s3 .program-card .program-image-bg .program-item .program-content .program-bottom-content .client-team li:last-child img {
  max-width: 24px;
}
.wpo-program-section .program-card .program-image-bg:hover .image img,
.wpo-program-section-s3 .program-card .program-image-bg:hover .image img {
  transform: scale(1.1);
}

/* 3.4 Urgent Appeal Section */
.wpo-urgent-appeal-section {
  background-color: #1A1616;
}
.wpo-urgent-appeal-section .wpo-section-title-s2 span {
  color: #F1BF66;
}
.wpo-urgent-appeal-section .wpo-section-title-s2 h2 {
  color: #F8F1E2;
}
.wpo-urgent-appeal-section .wpo-section-title-s2 p {
  max-width: 490px;
  color: #F8F1E2;
}
@media (max-width: 991px) {
  .wpo-urgent-appeal-section .wpo-section-title-s2 p {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .wpo-urgent-appeal-section .urgent-appeal-left {
    margin-bottom: 50px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item {
  position: relative;
  max-width: 445px;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wpo-urgent-appeal-section .urgent-appeal-left .progress-item {
    padding-top: 0;
    margin: 0 auto;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item ul {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item ul li {
  padding-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  color: #F8F1E2;
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item ul li:last-child {
  padding-bottom: 0;
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item ul li span {
  font-weight: 300;
  line-height: 140%;
  color: rgba(248, 241, 226, 0.7);
  padding-right: 10px;
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item .progress {
  height: 8px;
  overflow: unset;
  background-color: #DBDBDB;
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item .progress .progress-bar {
  border-radius: 28px;
  box-shadow: none;
  position: relative;
  animation: animate-positive 4s;
  background: #F1BF66;
  height: 8px;
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  overflow: unset;
  position: relative;
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item .progress .progress-value {
  text-align: center;
  left: 90%;
  position: absolute;
  color: #241D1D;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item .progress .progress-value::before {
  position: absolute;
  content: "";
  top: -6px;
  left: 0;
  width: 45px;
  height: 30px;
  border-radius: 5px;
  background-color: #F1BF66;
  z-index: -1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wpo-urgent-appeal-section .urgent-appeal-left .progress-item .progress .progress-value span {
  position: relative;
  left: 8px;
}
.wpo-urgent-appeal-section .urgent-appeal-item {
  background-color: #F8F1E2;
  border-radius: 24px;
  max-width: 750px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right {
  padding: 55px 40px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right {
    padding: 25px 20px;
    padding-bottom: 0;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .urgent-appeal-right-title {
  max-width: 440px;
  padding-bottom: 45px;
}
@media (max-width: 991px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .urgent-appeal-right-title {
    padding-bottom: 30px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .urgent-appeal-right-title h3 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #241D1D;
}
@media (max-width: 575px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .urgent-appeal-right-title h3 {
    font-size: 20px;
    line-height: 110%;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .urgent-appeal-right-title p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  color: #241D1D;
  padding-top: 12px;
}
@media (max-width: 575px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .urgent-appeal-right-title p {
    font-size: 14px;
    line-height: 140%;
    padding-top: 5px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item {
  display: flex;
  align-items: center;
  padding: 20px 10px 12px;
  background-color: rgba(36, 29, 28, 0.04);
  border-top: 1px solid rgba(36, 29, 28, 0.03);
  border-bottom: 1px solid rgba(36, 29, 28, 0.03);
}
@media (max-width: 575px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .donate-amount .amount-btn {
  color: #241D1D;
  border-radius: 5px;
  border: 1px solid rgba(36, 29, 29, 0.4);
  background: transparent;
  padding: 7px 9px 5px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
}
@media (max-width: 425px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .donate-amount .amount-btn {
    font-size: 15px;
    line-height: 130%;
    padding: 5px 5px 3px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .donate-amount .amount-btn.active {
  background: #241D1D;
  color: #fff;
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .donate-amount .sponsor-child {
  width: 100%;
  max-width: 220px;
  font-weight: 600;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 125%;
  border-radius: 43px;
  border: 1px solid #241D1D;
  text-align: center;
}
@media (max-width: 767px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .donate-amount .sponsor-child {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .donate-amount .sponsor-child {
    padding: 10px 14px;
    font-size: 13px;
    line-height: 110%;
  }
}
@media (max-width: 425px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .donate-amount .sponsor-child {
    padding: 8px 14px;
    font-size: 12px;
    line-height: 110%;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .text {
  padding: 0 40px;
}
@media (max-width: 1199px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .text {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .text {
    padding: 0 6px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .text span {
  color: #241D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 425px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .text span {
    font-size: 15px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .addAmount-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  color: #241D1D;
  border: none;
  border-radius: 5px;
  padding: 7px 9px 5px;
  border: 1px solid rgba(36, 29, 29, 0.4);
  background: transparent;
  max-width: 66px;
  text-align: center;
}
@media (max-width: 425px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .addAmount-value {
    font-size: 15px;
    line-height: 130%;
    padding: 5px 5px 3px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .addAmount-value:focus {
  outline: 0;
  box-shadow: none;
  color: #241D1D;
  border: 1px solid #241D1D;
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .addAmount-value::-moz-placeholder {
  color: #241D1D;
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donation-item .addAmount-value::placeholder {
  color: #241D1D;
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donate-now {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 90px;
  padding-top: 30px;
  margin-bottom: 70px;
}
@media (max-width: 575px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donate-now {
    display: block;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donate-now .donation-btn {
  width: 100%;
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donate-now .donation-btn .theme-btn {
  width: 100%;
  text-align: center;
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donate-now .client-team ul li:last-child {
  font-size: 12px;
  font-weight: 600;
  line-height: 134%;
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donate-now .client-team {
  margin: 0;
  text-align: start;
}
@media (max-width: 575px) {
  .wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donate-now .client-team {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.wpo-urgent-appeal-section .urgent-appeal-item .urgent-appeal-right .donate-now .client-team span {
  margin: 0;
}
.wpo-urgent-appeal-section .urgent-appeal-item .image-item .bottom-image {
  display: flex;
  justify-content: space-between;
}
.wpo-urgent-appeal-section .urgent-appeal-item .image-item .bottom-image .image {
  margin-bottom: -2px;
}
.wpo-urgent-appeal-section .urgent-appeal-item .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* 3.5 Child Story Section */
.wpo-child-story-section .child-story-left {
  height: 100%;
}
.wpo-child-story-section .child-story-left .image-bg {
  position: relative;
  height: 100%;
}
.wpo-child-story-section .child-story-left .image-bg .image {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.wpo-child-story-section .child-story-left .image-bg .image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-child-story-section .child-story-left .image-bg .child-story-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-top: 0;
}
.wpo-child-story-section .child-story-left .image-bg .child-story-bottom .child-story-content {
  background: rgba(246, 243, 240, 0.9);
  backdrop-filter: blur(20px);
  padding: 20px 25px;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .wpo-child-story-section .child-story-left .image-bg .child-story-bottom .child-story-content {
    padding: 15px;
    text-align: center;
  }
}
.wpo-child-story-section .child-story-left .image-bg .child-story-bottom .child-story-content .child-story-text span {
  font-weight: 500;
  font-size: 14px;
  line-height: 134%;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: rgba(241, 191, 102, 0.33);
}
.wpo-child-story-section .child-story-left .image-bg .child-story-bottom .child-story-content .child-story-text h4 {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 134%;
  color: #241D1D;
  padding: 5px 0;
}
@media (max-width: 1199px) {
  .wpo-child-story-section .child-story-left .image-bg .child-story-bottom .child-story-content .child-story-text h4 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-child-story-section .child-story-left .image-bg .child-story-bottom .child-story-content .child-story-text h4 {
    font-size: 16px;
  }
}
.wpo-child-story-section .child-story-left .image-bg .child-story-bottom .child-story-content .child-story-text p {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 134%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wpo-child-story-section .child-story-left .image-bg .child-story-bottom .child-story-content .child-story-text p {
    font-size: 12px;
    line-height: 125%;
  }
}
.wpo-child-story-section .child-story-left .image-bg:hover .image img {
  transform: scale(1.1);
}
.wpo-child-story-section .child-story-right {
  padding-left: 110px;
}
@media (max-width: 1199px) {
  .wpo-child-story-section .child-story-right {
    padding-left: 0;
  }
}
@media (max-width: 1510px) {
  .wpo-child-story-section .child-story-right {
    padding-left: 45px;
  }
}
@media (max-width: 1399px) {
  .wpo-child-story-section .child-story-right {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-child-story-section .child-story-right {
    margin-top: 40px;
    padding-left: 0;
    text-align: center;
  }
}
.wpo-child-story-section .child-story-right .wpo-section-title-s2 h2 {
  max-width: unset;
}
.wpo-child-story-section .child-story-right .child-story-item {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .wpo-child-story-section .child-story-right .child-story-item {
    padding-top: 0;
  }
}
.wpo-child-story-section .child-story-right .child-story-item h3 {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 134%;
  letter-spacing: -0.32px;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .wpo-child-story-section .child-story-right .child-story-item h3 {
    font-size: 28px;
    line-height: 125%;
  }
}
@media (max-width: 1199px) {
  .wpo-child-story-section .child-story-right .child-story-item h3 {
    font-size: 23px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .wpo-child-story-section .child-story-right .child-story-item h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-child-story-section .child-story-right .child-story-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.wpo-child-story-section .child-story-right .child-story-item p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
.wpo-child-story-section .child-story-right .child-story-item .child-story-btn {
  padding-top: 45px;
}
@media (max-width: 991px) {
  .wpo-child-story-section .child-story-right .child-story-item .child-story-btn {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-child-story-section .child-story-right .child-story-item .child-story-btn {
    padding-top: 15px;
  }
}

/* 3.6 Video Section */
.wpo-video-section .video-image {
  position: relative;
  text-align: center;
  border-radius: 24px;
  width: 100%;
}
.wpo-video-section .video-image img {
  border-radius: 24px;
  width: 100%;
}
.wpo-video-section .video-image .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 24px;
}
.wpo-video-section .video-image .video-wrap .video-btn {
  background: rgba(36, 29, 29, 0.5);
  backdrop-filter: blur(30px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px 15px;
  border-radius: 24px;
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn {
    gap: 5px;
    padding: 7px;
    border-radius: 12px;
  }
}
.wpo-video-section .video-image .video-wrap .video-btn .fi {
  background-color: #F1BF66;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  line-height: 47px;
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn .fi {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.wpo-video-section .video-image .video-wrap .video-btn .fi::before {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  color: #241D1D;
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn .fi::before {
    font-size: 16px;
  }
}
.wpo-video-section .video-image .video-wrap .video-btn .btn-text {
  text-align: start;
}
.wpo-video-section .video-image .video-wrap .video-btn .btn-text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.32px;
  color: #F8F1E2;
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn .btn-text h3 {
    font-size: 11px;
    line-height: 115%;
  }
}
.wpo-video-section .video-image .video-wrap .video-btn .btn-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.32px;
  color: rgba(248, 241, 226, 0.7);
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn .btn-text span {
    font-size: 11px;
    line-height: 115%;
  }
}
.wpo-video-section .video-area {
  width: 100%;
}
.wpo-video-section .video-area video {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 24px;
}
@media (max-width: 1399px) {
  .wpo-video-section .video-area video {
    height: auto;
  }
}

/* 3.7 Metrics Section */
.wpo-metrics-section {
  border-bottom: 1px solid #E1DEDB;
}
.wpo-metrics-section .wpo-section-title h3 {
  max-width: 720px;
  margin: 0 auto;
}
.wpo-metrics-section .wpo-metrics-wrap {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  height: 100%;
}
@media (max-width: 991px) {
  .wpo-metrics-section .wpo-metrics-wrap {
    flex-direction: column;
  }
}
.wpo-metrics-section .metrics-left-item {
  background-color: #EAE6DE;
  padding: 8px;
  border-radius: 24px;
  height: 100%;
  min-height: 590px;
  flex-basis: 40%;
  position: relative;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item {
    min-height: 530px;
  }
}
@media (max-width: 1199px) {
  .wpo-metrics-section .metrics-left-item {
    flex-basis: 50%;
  }
}
@media (max-width: 991px) {
  .wpo-metrics-section .metrics-left-item {
    flex-basis: 100%;
    min-height: 470px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left {
  background-color: #F6F3F0;
  border-radius: 20px;
  padding: 70px 20px 70px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left {
    padding: 40px 20px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content {
  position: absolute;
  top: 70px;
  left: 40px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content {
    top: 30px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text {
  max-width: 150px;
  position: relative;
}
@media (max-width: 425px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text {
    max-width: 116px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text h3 {
  margin: 0;
  color: #9C866D;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 425px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text h3 {
    font-size: 20px;
    line-height: 110%;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 134%;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: #241D1D;
  padding-top: 5px;
}
@media (max-width: 425px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text p {
    font-size: 11px;
    line-height: 120%;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text .line-shape {
  position: absolute;
  right: -12px;
  bottom: 22px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text .line-shape {
    right: 0px;
    bottom: 22px;
  }
}
@media (max-width: 991px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text .line-shape {
    display: none;
  }
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content .metrics-text .line-shape img {
    max-width: 50px;
    width: 100%;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(2) {
  position: absolute;
  top: 70px;
  right: 20px;
  left: auto;
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(2) {
    top: 30px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(2) .metrics-text h3 {
  color: #D4921C;
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(2) .metrics-text .line-shape {
  right: auto;
  left: -76px;
  bottom: -3px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(2) .metrics-text .line-shape {
    left: -40px;
    bottom: 2px;
  }
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(2) .metrics-text .line-shape img {
    max-width: 50px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(3) {
  position: absolute;
  top: auto;
  left: auto;
  right: 20px;
  bottom: 70px;
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(3) {
    bottom: 30px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(3) .metrics-text h3 {
  color: #241D1D;
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(3) .metrics-text .line-shape {
  right: auto;
  left: -58px;
  bottom: 36px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(3) .metrics-text .line-shape {
    left: -10px;
    bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(3) .metrics-text .line-shape img {
    max-width: 50px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(4) {
  position: absolute;
  top: auto;
  left: 40px;
  bottom: 70px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(4) {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(4) {
    bottom: 30px;
  }
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(4) .metrics-text h3 {
  color: #8DBC00;
}
.wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(4) .metrics-text .line-shape {
  left: auto;
  right: -195px;
  bottom: 13px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(4) .metrics-text .line-shape {
    right: -140px;
    bottom: 28px;
  }
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .metrics-left .metrics-content:nth-child(4) .metrics-text .line-shape img {
    max-width: 130px;
  }
}
.wpo-metrics-section .metrics-left-item .image-middle {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .wpo-metrics-section .metrics-left-item .image-middle {
    top: 50%;
  }
}
.wpo-metrics-section .metrics-left-item .image-middle .image {
  position: relative;
  z-index: 1;
}
.wpo-metrics-section .metrics-left-item .image-middle .image::before {
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background-color: #EBE0D6;
  z-index: -1;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .image-middle .image::before {
    top: -7px;
    left: -7px;
    width: 265px;
    height: 265px;
  }
}
.wpo-metrics-section .metrics-left-item .image-middle .image img {
  max-width: 320px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .image-middle .image img {
    max-width: 250px;
  }
}
.wpo-metrics-section .metrics-left-item .image-middle .image .image-middle-text {
  position: absolute;
  top: 48%;
  left: 52%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-left-item .image-middle .image .image-middle-text {
    top: 50%;
    left: 50%;
  }
}
.wpo-metrics-section .metrics-left-item .image-middle .image .image-middle-text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-metrics-section .metrics-left-item .image-middle .image .image-middle-text h3 {
    font-size: 35px;
  }
}
.wpo-metrics-section .wpo-metrics-middle {
  flex-basis: 30%;
}
@media (max-width: 1199px) {
  .wpo-metrics-section .wpo-metrics-middle {
    flex-basis: 25%;
  }
}
@media (max-width: 991px) {
  .wpo-metrics-section .wpo-metrics-middle {
    flex-basis: 100%;
  }
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item {
  max-width: 505px;
  border-radius: 24px;
  position: relative;
  height: 100%;
}
@media (max-width: 991px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item {
    max-width: unset;
    height: auto;
  }
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item .image-bg {
  height: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 991px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .image-bg {
    height: auto;
  }
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item .image-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 8px;
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .info {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .info {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .info {
    display: block;
    text-align: center;
  }
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .logo-image {
  background: rgba(246, 243, 240, 0.8);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  margin-bottom: 8px;
  padding-left: 20px;
  padding: 15px 10px;
  text-align: center;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .logo-image {
    padding: 15px 10px 10px 10px;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .logo-image {
    padding: 10px;
  }
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .logo-image h3 {
  margin: 0;
  font-family: "Parkinsans";
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #241D1D;
  font-size: 64px;
  font-weight: 500;
  letter-spacing: -0.96px;
  line-height: 105%;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .logo-image h3 {
    font-size: 40px;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .logo-image h3 {
    font-size: 30px;
    line-height: 95%;
  }
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .logo-image h3 span {
  font-family: "Parkinsans";
  line-height: 105%;
}
@media (max-width: 767px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .logo-image h3 span {
    line-height: 95%;
  }
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .grid h3 + p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 134%;
  text-transform: uppercase;
  max-width: 170px;
  color: #241D1D;
  padding-top: 17px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .grid h3 + p {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .wpo-metrics-middle .metrics-item .metrics-middle-content .grid h3 + p {
    margin: 0 auto;
  }
}
.wpo-metrics-section .wpo-metrics-middle .metrics-item:hover .image-bg img {
  transform: scale(1.1);
}
.wpo-metrics-section .metrics-right {
  max-width: 444px;
  border-radius: 24px;
  position: relative;
  min-height: 100%;
  flex-basis: 30%;
}
@media (max-width: 1199px) {
  .wpo-metrics-section .metrics-right {
    flex-basis: 25%;
  }
}
@media (max-width: 991px) {
  .wpo-metrics-section .metrics-right {
    flex-basis: 100%;
    max-width: unset;
    min-height: auto;
  }
}
.wpo-metrics-section .metrics-right .image-bg {
  height: 100%;
  overflow: hidden;
  height: 100%;
  border-radius: 24px;
}
.wpo-metrics-section .metrics-right .image-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-metrics-section .metrics-right .metrics-right-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  padding-top: 0;
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids {
  background: rgba(244, 241, 238, 0.95);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  padding: 0 20px;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids {
    padding: 0 15px;
  }
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid {
    padding: 15px 0;
  }
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid:last-child {
  border-bottom: 0;
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 {
  margin: 0;
  font-family: "Parkinsans";
  display: flex;
  align-items: center;
  color: #241D1D;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 105%;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 {
    font-size: 30px;
    line-height: 95%;
  }
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 span {
  font-family: "Parkinsans";
  line-height: 105%;
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 span {
    line-height: 95%;
  }
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 .text {
  margin-left: 10px;
}
.wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 + p {
  margin: 0;
  font-size: 14px;
  line-height: 134%;
  font-weight: 500;
  text-transform: uppercase;
  color: #6f6762;
}
@media (max-width: 1399px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 + p {
    line-height: 125%;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .wpo-metrics-section .metrics-right .wpo-fun-fact-grids .grid h3 + p {
    margin: 0 auto;
  }
}
.wpo-metrics-section .metrics-right:hover .image-bg img {
  transform: scale(1.1);
}
.wpo-metrics-section .col {
  min-height: 100%;
}

/*======================================
5. Home Style 2
 =======================================*/
/* 5.1 About Section Style 2 */
.wpo-about-section-s2,
.wpo-about-section-s3 {
  border-bottom: 0;
  padding-top: 0;
}
.wpo-about-section-s2 .wpo-section-title-s2 .title-top span,
.wpo-about-section-s3 .wpo-section-title-s2 .title-top span {
  color: #28543D;
}
.wpo-about-section-s2 .wpo-section-title-s2 h3,
.wpo-about-section-s3 .wpo-section-title-s2 h3 {
  max-width: 610px;
  color: #0F1F17;
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .wpo-section-title-s2 h3,
  .wpo-about-section-s3 .wpo-section-title-s2 h3 {
    margin: 0 auto;
  }
}
.wpo-about-section-s2 .wpo-abou-wrap,
.wpo-about-section-s3 .wpo-abou-wrap {
  border-top: 1px solid rgba(36, 29, 29, 0.1);
}
.wpo-about-section-s2 .about-middle .wpo-fun-fact-grids .grid h3,
.wpo-about-section-s3 .about-middle .wpo-fun-fact-grids .grid h3 {
  gap: 0;
  color: #0F1F17;
}
.wpo-about-section-s2 .about-middle .wpo-fun-fact-grids .grid h3 + p,
.wpo-about-section-s3 .about-middle .wpo-fun-fact-grids .grid h3 + p {
  color: #0F1F17;
  max-width: 100px;
  padding: 0;
}
@media (max-width: 767px) {
  .wpo-about-section-s2 .about-middle .wpo-fun-fact-grids .grid h3 + p,
  .wpo-about-section-s3 .about-middle .wpo-fun-fact-grids .grid h3 + p {
    max-width: unset;
  }
}
.wpo-about-section-s2 .wpo-about-item,
.wpo-about-section-s3 .wpo-about-item {
  justify-content: start;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 767px) {
  .wpo-about-section-s2 .wpo-about-item,
  .wpo-about-section-s3 .wpo-about-item {
    align-items: center;
  }
}
.wpo-about-section-s2 .about-middle,
.wpo-about-section-s3 .about-middle {
  height: 100%;
}
@media (max-width: 767px) {
  .wpo-about-section-s2 .about-middle,
  .wpo-about-section-s3 .about-middle {
    min-height: auto;
  }
}
.wpo-about-section-s2 .about-right,
.wpo-about-section-s3 .about-right {
  background-color: transparent;
  border-radius: 0;
  max-width: 440px;
  margin-left: auto;
  padding: 0;
}
@media (max-width: 1450px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s2 .about-right,
  .wpo-about-section-s3 .about-right {
    margin-left: 0;
    text-align: center;
  }
}
.wpo-about-section-s2 .about-right .about-right-bg,
.wpo-about-section-s3 .about-right .about-right-bg {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}
.wpo-about-section-s2 .about-right .about-right-bg p,
.wpo-about-section-s3 .about-right .about-right-bg p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 145%;
  letter-spacing: 0.32px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .wpo-about-section-s2 .about-right .about-right-bg p,
  .wpo-about-section-s3 .about-right .about-right-bg p {
    margin-bottom: 30px;
  }
}
.wpo-about-section-s2 .about-right .about-right-bg .about-right-content,
.wpo-about-section-s3 .about-right .about-right-bg .about-right-content {
  min-height: 100%;
  display: block;
}
.wpo-about-section-s2 .about-right .about-right-bg .about-right-content .about-right-text,
.wpo-about-section-s3 .about-right .about-right-bg .about-right-content .about-right-text {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(31, 60, 46, 0.09);
}
@media (max-width: 767px) {
  .wpo-about-section-s2 .about-right .about-right-bg .about-right-content .about-right-text,
  .wpo-about-section-s3 .about-right .about-right-bg .about-right-content .about-right-text {
    justify-content: center;
  }
}
.wpo-about-section-s2 .about-right .about-right-bg .about-right-content .about-right-text:first-child,
.wpo-about-section-s3 .about-right .about-right-bg .about-right-content .about-right-text:first-child {
  border-top: 1px solid rgba(31, 60, 46, 0.09);
}
.wpo-about-section-s2 .about-right .about-right-bg .about-right-content .about-right-text .text h4,
.wpo-about-section-s3 .about-right .about-right-bg .about-right-content .about-right-text .text h4 {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 105%;
  letter-spacing: -0.32px;
}

/* 5.2 Program Section Style 2 */
.wpo-program-section-s2 {
  background-color: #0F1F17;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.wpo-program-section-s2 .wpo-section-title-s3 .title-top span {
  color: #F2DAAF;
}
.wpo-program-section-s2 .wpo-section-title-s3 h2 {
  color: #F2DAAF;
}
@media (max-width: 1199px) {
  .wpo-program-section-s2 .wpo-section-title-s3 h2 {
    max-width: 460px;
  }
}
.wpo-program-section-s2 .wpo-section-title-s3 .theme-btn-s3 {
  background-color: transparent;
  border: 1px solid #F2DAAF;
}
.wpo-program-section-s2 .wpo-section-title-s3 .theme-btn-s3::before {
  background-color: #F2DAAF;
}
.wpo-program-section-s2 .wpo-section-title-s3 .theme-btn-s3:hover {
  color: #241D1D;
  border: 1px solid #F2DAAF;
}
.wpo-program-section-s2 .program-slider {
  position: relative;
}
.wpo-program-section-s2 .program-slider .owl-stage {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
}
@media (max-width: 991px) {
  .wpo-program-section-s2 .program-slider .owl-stage {
    margin-left: 0;
  }
}
.wpo-program-section-s2 .program-slider .owl-item {
  max-width: 580px;
}
@media (max-width: 991px) {
  .wpo-program-section-s2 .program-slider .owl-item {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .wpo-program-section-s2 .program-slider .owl-item {
    max-width: unset;
  }
}
.wpo-program-section-s2 .program-slider .owl-nav {
  display: none;
}
.wpo-program-section-s2 .program-slider .owl-dots {
  text-align: center;
}
@media (min-width: 992px) {
  .wpo-program-section-s2 .program-slider .owl-dots {
    display: none;
  }
}
.wpo-program-section-s2 .program-slider .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #F1BF66;
}
.wpo-program-section-s2 .program-slider .owl-dots button.active {
  background: #28543D;
}
.wpo-program-section-s2 .program-item {
  position: relative;
  margin-bottom: 25px;
}
.wpo-program-section-s2 .program-item .image {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.wpo-program-section-s2 .program-item .image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-program-section-s2 .program-item .program-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  padding-top: 0;
}
@media (max-width: 575px) {
  .wpo-program-section-s2 .program-item .program-bottom {
    padding: 5px;
  }
}
.wpo-program-section-s2 .program-item .program-bottom .program-content {
  background: rgba(246, 243, 240, 0.95);
  backdrop-filter: blur(20px);
  padding: 20px 25px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1510px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content {
    padding: 20px 15px;
  }
}
@media (max-width: 425px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content {
    flex-direction: column;
    text-align: center;
  }
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text {
  max-width: 400px;
  width: 100%;
  border-right: 1px solid rgba(40, 84, 61, 0.1);
  padding-right: 30px;
}
@media (max-width: 1399px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text {
    padding-right: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text {
    padding: 0;
    border-right: 0;
  }
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 {
  margin-bottom: 0;
  color: #0F1F17;
  font-weight: 600;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.32px;
  padding-top: 15px;
}
@media (max-width: 1510px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 {
    font-size: 19px;
  }
}
@media (max-width: 1399px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 {
    font-size: 19px;
  }
}
@media (max-width: 991px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 {
    font-size: 15px;
    line-height: 115%;
  }
}
@media (max-width: 575px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 {
    padding: 0;
  }
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 a {
  color: #0F1F17;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text h3 a:hover {
  color: #28543D;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text .program-btn {
  padding-top: 20px;
}
@media (max-width: 575px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text .program-btn {
    padding-top: 10px;
  }
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text .program-btn .theme-btn-s3 {
  display: block;
  text-align: center;
  padding: 12px 32px;
  line-height: 110%;
}
@media (max-width: 991px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .program-text .program-btn .theme-btn-s3 {
    padding: 10px 20px;
    padding-right: 42px;
  }
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text .program-btn .theme-btn-s3 .button-icon-hover {
  display: none;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text .program-btn .theme-btn-s3:hover .button-icon {
  display: none;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .program-text .program-btn .theme-btn-s3:hover .button-icon-hover {
  display: block;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content {
  /*progress-design*/
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card {
  max-width: 100px;
  width: 100%;
  text-align: center;
  padding-left: 10px;
}
@media (max-width: 575px) {
  .wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card {
    padding: 0;
    margin: 0 auto;
    padding-top: 10px;
  }
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card .percent {
  position: relative;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card svg {
  position: relative;
  width: 70px;
  height: 70px;
  transform: rotate(90deg);
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #DBDBDB;
  stroke-width: 4;
  stroke-linecap: round;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card svg circle:last-of-type {
  stroke-dasharray: 300px;
  stroke-dashoffset: calc(380px - 300px * var(--percent) / 100);
  stroke: #28543D;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card .number h3 {
  color: #241D1D;
  text-align: center;
  font-family: "Parkinsans";
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card .text ul {
  padding-top: 10px;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card .text ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  letter-spacing: -0.32px;
  color: #0F1F17;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-program-section-s2 .program-item .program-bottom .program-content .progras-card .text ul li span {
  font-weight: 600;
  display: block;
  padding-right: 4px;
}
.wpo-program-section-s2 .program-item:hover .image img {
  transform: scale(1.1);
}

/* 5.3 Campaign Section */
.wpo-campaign-section .campaign-left {
  height: 100%;
}
.wpo-campaign-section .campaign-left .image-bg {
  position: relative;
  height: 100%;
}
.wpo-campaign-section .campaign-left .image-bg .image {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.wpo-campaign-section .campaign-left .image-bg .image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-campaign-section .campaign-left .image-bg .campaign-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-top: 0;
}
.wpo-campaign-section .campaign-left .image-bg .campaign-bottom .campaign-content {
  background: rgba(246, 243, 240, 0.95);
  backdrop-filter: blur(20px);
  padding: 25px;
  border-radius: 20px;
  text-align: center;
}
@media (max-width: 1640px) {
  .wpo-campaign-section .campaign-left .image-bg .campaign-bottom .campaign-content {
    padding: 20px 10px;
  }
}
.wpo-campaign-section .campaign-left .image-bg .campaign-bottom .campaign-content .campaign-text h3 {
  margin: 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 134%;
  letter-spacing: -0.32px;
  color: #241D1D;
}
@media (max-width: 1640px) {
  .wpo-campaign-section .campaign-left .image-bg .campaign-bottom .campaign-content .campaign-text h3 {
    font-size: 30px;
    line-height: 125%;
  }
}
@media (max-width: 1399px) {
  .wpo-campaign-section .campaign-left .image-bg .campaign-bottom .campaign-content .campaign-text h3 {
    font-size: 25px;
    line-height: 115%;
  }
}
@media (max-width: 1199px) {
  .wpo-campaign-section .campaign-left .image-bg .campaign-bottom .campaign-content .campaign-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-campaign-section .campaign-left .image-bg .campaign-bottom .campaign-content .campaign-text h3 {
    font-size: 16px;
  }
}
.wpo-campaign-section .campaign-left .image-bg:hover .image img {
  transform: scale(1.1);
}
.wpo-campaign-section .campaign-right {
  padding-left: 140px;
  max-width: 690px;
  padding-top: 10px;
}
@media (max-width: 1399px) {
  .wpo-campaign-section .campaign-right {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .wpo-campaign-section .campaign-right {
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
  }
}
.wpo-campaign-section .campaign-right .wpo-section-title-s2 .title-top span {
  color: #28543D;
}
.wpo-campaign-section .campaign-right .campaign-item {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .wpo-campaign-section .campaign-right .campaign-item {
    padding-top: 0;
  }
}
.wpo-campaign-section .campaign-right .campaign-item h3 {
  margin: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 105%;
  letter-spacing: -0.32px;
}
@media (max-width: 1199px) {
  .wpo-campaign-section .campaign-right .campaign-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-campaign-section .campaign-right .campaign-item h3 {
    font-size: 18px;
  }
}
.wpo-campaign-section .campaign-right .campaign-item p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  padding-top: 10px;
  max-width: 520px;
}
@media (max-width: 991px) {
  .wpo-campaign-section .campaign-right .campaign-item p {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-campaign-section .campaign-right .campaign-item p {
    font-size: 16px;
    line-height: 140%;
  }
}
.wpo-campaign-section .campaign-right .campaign-item {
  /*progress-design*/
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card {
  width: 100%;
  text-align: center;
  padding-top: 55px;
}
@media (max-width: 991px) {
  .wpo-campaign-section .campaign-right .campaign-item .progras-card {
    padding-top: 30px;
  }
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .percent {
  position: relative;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card svg {
  position: relative;
  width: 250px;
  height: 250px;
  transform: rotate(90deg);
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #DBDBDB;
  stroke-width: 9;
  stroke-linecap: round;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card svg circle:last-of-type {
  stroke-dasharray: 400px;
  stroke-dashoffset: calc(300px - 400px * var(--percent) / 100);
  stroke: #28543D;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .number h3 {
  margin-bottom: 0;
  color: #241D1D;
  text-align: center;
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -0.32%;
}
@media (max-width: 767px) {
  .wpo-campaign-section .campaign-right .campaign-item .progras-card .number h3 {
    font-size: 40px;
  }
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .text ul {
  padding: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .text ul li {
  color: #0F1F17;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 105%;
  font-weight: 400;
  letter-spacing: -0.32px;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .text ul li span {
  font-weight: 500;
  display: block;
  padding-right: 4px;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .campaign-btn .theme-btn-s3 {
  display: block;
  text-align: center;
  padding: 16px 32px;
}
@media (max-width: 767px) {
  .wpo-campaign-section .campaign-right .campaign-item .progras-card .campaign-btn .theme-btn-s3 {
    padding: 12px 25px;
  }
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .campaign-btn .theme-btn-s3 .button-icon-hover {
  display: none;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .campaign-btn .theme-btn-s3:hover .button-icon {
  display: none;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .campaign-btn .theme-btn-s3:hover .button-icon-hover {
  display: block;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .client-team {
  margin: 0 auto;
  margin-top: 30px;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .client-team ul {
  justify-content: center;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .client-team ul li {
  font-size: 12px;
  font-weight: 600;
  line-height: 134%;
  font-family: "Parkinsans";
  color: #FAFFF3;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .client-team ul li:last-child {
  background-color: #241D1D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-campaign-section .campaign-right .campaign-item .progras-card .client-team ul li:last-child img {
  max-width: 24px;
}

/* 5.4 Child Support Section */
.wpo-child-support-section .child-support-wrap,
.wpo-child-support-section-s2 .child-support-wrap {
  border-top: 1px solid rgba(36, 29, 29, 0.1);
}
.wpo-child-support-section .wpo-section-title-s2 .title-top span,
.wpo-child-support-section-s2 .wpo-section-title-s2 .title-top span {
  color: #28543D;
}
.wpo-child-support-section .wpo-section-title-s2 h2,
.wpo-child-support-section-s2 .wpo-section-title-s2 h2 {
  max-width: 500px;
}
.wpo-child-support-section .child-support-left,
.wpo-child-support-section-s2 .child-support-left {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
@media (max-width: 991px) {
  .wpo-child-support-section .child-support-left,
  .wpo-child-support-section-s2 .child-support-left {
    display: block;
  }
}
.wpo-child-support-section .child-support-left .child-support-item,
.wpo-child-support-section-s2 .child-support-left .child-support-item {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .wpo-child-support-section .child-support-left .child-support-item,
  .wpo-child-support-section-s2 .child-support-left .child-support-item {
    justify-content: center;
    text-align: center;
  }
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card {
  background-color: #fff;
  padding: 40px;
  border-radius: 24px;
  max-width: 366px;
}
@media (max-width: 1525px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card {
    padding: 30px 25px;
    max-width: 320px;
  }
}
@media (max-width: 1399px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card {
    padding: 20px;
    max-width: 270px;
  }
}
@media (max-width: 1199px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card {
    max-width: 265px;
  }
}
@media (max-width: 575px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card {
    max-width: unset;
    width: 100%;
  }
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .icon,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
  background-color: #458461;
}
@media (max-width: 991px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .icon,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .icon {
    margin: 0 auto;
  }
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .icon i,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .icon i {
  font-size: 20px;
  color: #FAFFF3;
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text {
    padding-top: 20px;
  }
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text h3,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text h3 {
  margin: 0;
  color: #0F1F17;
  font-weight: 600;
  font-size: 18px;
  line-height: 105%;
  letter-spacing: -0.32px;
  margin-bottom: 10px;
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text p,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text p {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 145%;
  margin-bottom: 25px;
  color: #0F1F17;
  letter-spacing: -0.32px;
  max-width: 275px;
}
@media (max-width: 991px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text p,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text p {
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: unset;
  }
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text a,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text a {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #28543D;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 991px) {
  .wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text a,
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text a {
    justify-content: center;
  }
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text a i,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text a i {
  font-size: 15px;
  font-weight: 600;
}
.wpo-child-support-section .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text a:hover,
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text a:hover {
  color: #F1BF66;
}
.wpo-child-support-section .col,
.wpo-child-support-section-s2 .col {
  min-height: 100%;
}
.wpo-child-support-section .child-support-right,
.wpo-child-support-section-s2 .child-support-right {
  height: 100%;
}
@media (max-width: 991px) {
  .wpo-child-support-section .child-support-right,
  .wpo-child-support-section-s2 .child-support-right {
    margin-top: 40px;
    height: auto;
  }
}
.wpo-child-support-section .child-support-right .child-support-image,
.wpo-child-support-section-s2 .child-support-right .child-support-image {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
}
.wpo-child-support-section .child-support-right .child-support-image img,
.wpo-child-support-section-s2 .child-support-right .child-support-image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-child-support-section .child-support-right:hover .child-support-image img,
.wpo-child-support-section-s2 .child-support-right:hover .child-support-image img {
  transform: scale(1.1);
}

/* 5.5 Volunteer Section */
.wpo-volunteer-section,
.wpo-volunteer-section-s2 {
  position: relative;
  background-color: #F0EBE6;
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .wpo-volunteer-section,
  .wpo-volunteer-section-s2 {
    padding-bottom: 60px;
  }
}
.wpo-volunteer-section .wpo-section-title-s3 .title-top span,
.wpo-volunteer-section-s2 .wpo-section-title-s3 .title-top span {
  color: #28543D;
}
.wpo-volunteer-section .wpo-section-title-s3 h2,
.wpo-volunteer-section-s2 .wpo-section-title-s3 h2 {
  color: #0F1F17;
  margin-right: 400px;
}
@media (max-width: 1600px) {
  .wpo-volunteer-section .wpo-section-title-s3 h2,
  .wpo-volunteer-section-s2 .wpo-section-title-s3 h2 {
    margin-right: 300px;
  }
}
@media (max-width: 1399px) {
  .wpo-volunteer-section .wpo-section-title-s3 h2,
  .wpo-volunteer-section-s2 .wpo-section-title-s3 h2 {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-volunteer-section .wpo-section-title-s3 h2,
  .wpo-volunteer-section-s2 .wpo-section-title-s3 h2 {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .wpo-volunteer-section .wpo-section-title-s3 h2,
  .wpo-volunteer-section-s2 .wpo-section-title-s3 h2 {
    margin: 0 auto;
  }
}
.wpo-volunteer-section .wpo-section-title-s3 .theme-btn-s3,
.wpo-volunteer-section-s2 .wpo-section-title-s3 .theme-btn-s3 {
  background-color: transparent;
  border: 1px solid #F2DAAF;
}
.wpo-volunteer-section .wpo-section-title-s3 .theme-btn-s3::before,
.wpo-volunteer-section-s2 .wpo-section-title-s3 .theme-btn-s3::before {
  background-color: #F2DAAF;
}
.wpo-volunteer-section .wpo-section-title-s3 .theme-btn-s3:hover,
.wpo-volunteer-section-s2 .wpo-section-title-s3 .theme-btn-s3:hover {
  color: #241D1D;
  border: 1px solid #F2DAAF;
}
.wpo-volunteer-section .owl-nav,
.wpo-volunteer-section-s2 .owl-nav {
  display: none;
}
.wpo-volunteer-section .owl-dots,
.wpo-volunteer-section-s2 .owl-dots {
  text-align: center;
}
@media (min-width: 992px) {
  .wpo-volunteer-section .owl-dots,
  .wpo-volunteer-section-s2 .owl-dots {
    display: none;
  }
}
.wpo-volunteer-section .owl-dots button,
.wpo-volunteer-section-s2 .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #F1BF66;
}
.wpo-volunteer-section .owl-dots button.active,
.wpo-volunteer-section-s2 .owl-dots button.active {
  background: #28543D;
}
.wpo-volunteer-section .volunteer-slider,
.wpo-volunteer-section-s2 .volunteer-slider {
  position: relative;
  left: 20%;
}
@media (max-width: 1799px) {
  .wpo-volunteer-section .volunteer-slider,
  .wpo-volunteer-section-s2 .volunteer-slider {
    left: 18%;
  }
}
@media (max-width: 1700px) {
  .wpo-volunteer-section .volunteer-slider,
  .wpo-volunteer-section-s2 .volunteer-slider {
    left: 16%;
  }
}
@media (max-width: 1600px) {
  .wpo-volunteer-section .volunteer-slider,
  .wpo-volunteer-section-s2 .volunteer-slider {
    left: 14%;
  }
}
@media (max-width: 1500px) {
  .wpo-volunteer-section .volunteer-slider,
  .wpo-volunteer-section-s2 .volunteer-slider {
    left: 0;
  }
}
.wpo-volunteer-section .volunteer-card,
.wpo-volunteer-section-s2 .volunteer-card {
  margin-bottom: 30px;
  position: relative;
}
.wpo-volunteer-section .volunteer-card .image,
.wpo-volunteer-section-s2 .volunteer-card .image {
  overflow: hidden;
  border-radius: 12px;
}
.wpo-volunteer-section .volunteer-card .image img,
.wpo-volunteer-section-s2 .volunteer-card .image img {
  width: 100%;
  border-radius: 12px;
  height: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-volunteer-section .volunteer-card .volunteer-bottom,
.wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  padding-top: 0;
  text-align: start;
}
@media (max-width: 767px) {
  .wpo-volunteer-section .volunteer-card .volunteer-bottom,
  .wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom {
    text-align: center;
  }
}
.wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list,
.wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list {
  background: rgba(246, 243, 240, 0.95);
  backdrop-filter: blur(30px);
  padding: 22px;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1500px) {
  .wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list,
  .wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list {
    padding: 15px 13px;
  }
}
@media (max-width: 1399px) {
  .wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list,
  .wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text,
  .wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text {
    text-align: center;
  }
}
.wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3,
.wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3 {
  margin: 0;
  color: #0F1F17;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1399px) {
  .wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3,
  .wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3 {
    font-size: 18px;
  }
}
.wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3 a,
.wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3 a {
  color: #0F1F17;
}
.wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3 a:hover,
.wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3 a:hover {
  color: #28543D;
}
.wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text span,
.wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text span {
  color: #0F1F17;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 1399px) {
  .wpo-volunteer-section .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text span,
  .wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text span {
    font-size: 13px;
    line-height: 140%;
  }
}
.wpo-volunteer-section .volunteer-card:hover .image img,
.wpo-volunteer-section-s2 .volunteer-card:hover .image img {
  transform: scale(1.1);
}

/* 5.6 Testimonial Section */
.wpo-testimonial-section .testimonial-left {
  height: 100%;
}
.wpo-testimonial-section .testimonial-left .image-bg {
  position: relative;
  height: 100%;
}
.wpo-testimonial-section .testimonial-left .image-bg .image {
  border-radius: 24px;
  overflow: hidden;
  height: 100%;
}
.wpo-testimonial-section .testimonial-left .image-bg .image img {
  min-height: 730px;
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-left .image-bg .image img {
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-left .image-bg .image img {
    min-height: 350px;
  }
}
.wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  padding-top: 0;
}
.wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom .testimonial-content {
  background: rgba(246, 243, 240, 0.8);
  backdrop-filter: blur(30px);
  padding: 28px 25px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom .testimonial-content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom .testimonial-content {
    padding: 15px;
  }
}
.wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom .testimonial-content .testimonial-text h3 {
  margin: 0;
  color: #0F1F17;
  letter-spacing: -0.32px;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 30px;
  max-width: 670px;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom .testimonial-content .testimonial-text h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom .testimonial-content .testimonial-text h3 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom .testimonial-content .testimonial-text h4 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  color: #0F1F17;
}
.wpo-testimonial-section .testimonial-left .image-bg .testimonial-bottom .testimonial-content .testimonial-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.32px;
  text-align: start;
  color: #0F1F17;
}
.wpo-testimonial-section .testimonial-left .image-bg:hover .image img {
  transform: scale(1.1);
}
.wpo-testimonial-section .star-icon {
  padding-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section .star-icon {
    padding-bottom: 10px;
  }
}
.wpo-testimonial-section .star-icon i {
  font-size: 12px;
  color: #28543D;
}
.wpo-testimonial-section .testimonial-right {
  padding-left: 130px;
}
@media (max-width: 1600px) {
  .wpo-testimonial-section .testimonial-right {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-right {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-right {
    margin-top: 40px;
  }
}
.wpo-testimonial-section .testimonial-right .wpo-section-title-s2 .title-top span {
  color: #28543D;
}
.wpo-testimonial-section .col {
  min-height: 100%;
}
.wpo-testimonial-section .testimonial-slide .owl-nav {
  display: none;
}
.wpo-testimonial-section .testimonial-slide .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-testimonial-section .testimonial-slide .owl-dots {
    display: none;
  }
}
.wpo-testimonial-section .testimonial-slide .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #241D1D;
}
.wpo-testimonial-section .testimonial-slide .owl-dots button.active {
  background: #F1BF66;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card {
  background-color: #28543D;
  padding: 8px;
  border-radius: 12px;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .testimonial-item {
  background-color: #F6F3F0;
  border-radius: 8px;
  padding: 30px 19px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  min-height: 330px;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-slide .testimonial-card .testimonial-item {
    min-height: 275px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section .testimonial-slide .testimonial-card .testimonial-item {
    padding: 20px 15px;
  }
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .content p {
  margin: 0;
  color: #0F1F17;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .client {
  display: flex;
  align-items: center;
  padding-top: 20px;
  width: 100%;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .client .client-img {
  border-radius: 50%;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .client .client-img img {
  border-radius: 50%;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .client .client-text {
  margin-left: 15px;
  position: relative;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .client .client-text h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 105%;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .client .client-text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-slide .testimonial-card .client .client-text span {
    font-size: 12px;
    line-height: 110%;
  }
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .testimonial-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 10px 5px;
}
.wpo-testimonial-section .testimonial-slide .testimonial-card .testimonial-bottom p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  letter-spacing: 0.48px;
  text-transform: uppercase;
  color: #F8F1E2;
}

/* 5.7 FAQ Section */
.wpo-faq-section,
.wpo-faq-section-s2,
.wpo-faq-section-s3 {
  position: relative;
  z-index: 1;
}
.wpo-faq-section .wpo-section-title-s3,
.wpo-faq-section-s2 .wpo-section-title-s3,
.wpo-faq-section-s3 .wpo-section-title-s3 {
  justify-content: center;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .wpo-faq-section .wpo-section-title-s3,
  .wpo-faq-section-s2 .wpo-section-title-s3,
  .wpo-faq-section-s3 .wpo-section-title-s3 {
    margin-bottom: 35px;
  }
}
.wpo-faq-section .wpo-section-title-s3 span,
.wpo-faq-section-s2 .wpo-section-title-s3 span,
.wpo-faq-section-s3 .wpo-section-title-s3 span {
  color: #28543D;
}
.wpo-faq-section .wpo-section-title-s3 span::before,
.wpo-faq-section-s2 .wpo-section-title-s3 span::before,
.wpo-faq-section-s3 .wpo-section-title-s3 span::before {
  background-color: #C8F8A9;
}
.wpo-faq-section .wpo-section-title-s3 h2,
.wpo-faq-section-s2 .wpo-section-title-s3 h2,
.wpo-faq-section-s3 .wpo-section-title-s3 h2 {
  color: #0F1F17;
  padding-top: 20px;
}
.wpo-faq-section .wpo-faq-wrap,
.wpo-faq-section-s2 .wpo-faq-wrap,
.wpo-faq-section-s3 .wpo-faq-wrap {
  border-top: 1px solid rgba(15, 31, 23, 0.1);
}
.wpo-faq-section .wpo-faq-items,
.wpo-faq-section-s2 .wpo-faq-items,
.wpo-faq-section-s3 .wpo-faq-items {
  max-width: 800px;
  margin: 0 auto;
  background-color: #F0EBE6;
  border-radius: 12px;
  padding: 8px;
}
.wpo-faq-section .accordion-item,
.wpo-faq-section-s2 .accordion-item,
.wpo-faq-section-s3 .accordion-item {
  border: 0;
  border-radius: 8px;
  border-top: 1px solid rgba(243, 243, 243, 0.1);
  padding: 5px 20px;
  background-color: #F6F3F0;
  padding-left: 0;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item,
  .wpo-faq-section-s2 .accordion-item,
  .wpo-faq-section-s3 .accordion-item {
    padding: 0 10px;
  }
}
.wpo-faq-section .accordion-item:last-child,
.wpo-faq-section-s2 .accordion-item:last-child,
.wpo-faq-section-s3 .accordion-item:last-child {
  margin-bottom: 0;
}
.wpo-faq-section .accordion-item .accordion-body,
.wpo-faq-section-s2 .accordion-item .accordion-body,
.wpo-faq-section-s3 .accordion-item .accordion-body {
  padding: 0px 70px 20px 25px;
}
@media (max-width: 991px) {
  .wpo-faq-section .accordion-item .accordion-body,
  .wpo-faq-section-s2 .accordion-item .accordion-body,
  .wpo-faq-section-s3 .accordion-item .accordion-body {
    padding: 0px 0 20px 25px;
  }
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item .accordion-body,
  .wpo-faq-section-s2 .accordion-item .accordion-body,
  .wpo-faq-section-s3 .accordion-item .accordion-body {
    padding: 0px 0 20px 10px;
  }
}
.wpo-faq-section .accordion-item .accordion-body p,
.wpo-faq-section-s2 .accordion-item .accordion-body p,
.wpo-faq-section-s3 .accordion-item .accordion-body p {
  margin-bottom: 0;
  color: #0F1F17;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 425px) {
  .wpo-faq-section .accordion-item .accordion-body p,
  .wpo-faq-section-s2 .accordion-item .accordion-body p,
  .wpo-faq-section-s3 .accordion-item .accordion-body p {
    font-size: 14px;
    line-height: 135%;
  }
}
.wpo-faq-section .accordion-item .accordion-button:not(.collapsed),
.wpo-faq-section-s2 .accordion-item .accordion-button:not(.collapsed),
.wpo-faq-section-s3 .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.wpo-faq-section .accordion-item button,
.wpo-faq-section-s2 .accordion-item button,
.wpo-faq-section-s3 .accordion-item button {
  padding: 18px 25px;
  border: 0;
  border-radius: 0;
  padding-right: 0;
  color: #0F1F17;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item button,
  .wpo-faq-section-s2 .accordion-item button,
  .wpo-faq-section-s3 .accordion-item button {
    padding: 15px 10px;
  }
}
.wpo-faq-section .accordion-item button::after,
.wpo-faq-section-s2 .accordion-item button::after,
.wpo-faq-section-s3 .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e648";
  font-size: 14px;
  transform: rotate(0deg);
  font-weight: 700;
  background-color: #28543D;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item button::after,
  .wpo-faq-section-s2 .accordion-item button::after,
  .wpo-faq-section-s3 .accordion-item button::after {
    font-size: 10px;
    width: 25px;
    height: 25px;
  }
}
.wpo-faq-section .accordion-item button.collapsed,
.wpo-faq-section-s2 .accordion-item button.collapsed,
.wpo-faq-section-s3 .accordion-item button.collapsed {
  color: #0F1F17;
}
.wpo-faq-section .accordion-item button.collapsed::after,
.wpo-faq-section-s2 .accordion-item button.collapsed::after,
.wpo-faq-section-s3 .accordion-item button.collapsed::after {
  content: "\e64b";
  color: #0F1F17;
  background-color: transparent;
}
.wpo-faq-section .accordion-item button:focus,
.wpo-faq-section-s2 .accordion-item button:focus,
.wpo-faq-section-s3 .accordion-item button:focus {
  box-shadow: none;
  outline: none;
  border-color: #F5F3F3;
}
.wpo-faq-section .accordion-item .accordion-collapse,
.wpo-faq-section-s2 .accordion-item .accordion-collapse,
.wpo-faq-section-s3 .accordion-item .accordion-collapse {
  border: 0;
}
.wpo-faq-section .accordion-button,
.wpo-faq-section-s2 .accordion-button,
.wpo-faq-section-s3 .accordion-button {
  background: transparent;
}

/*======================================
6. About Page
 =======================================*/
/* wpo-portfolio-section */
.wpo-portfolio-section .hidden {
  display: none;
}
.wpo-portfolio-section .owl-nav {
  display: none;
}
.wpo-portfolio-section .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-portfolio-section .owl-dots {
    display: none;
  }
}
.wpo-portfolio-section .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #241D1D;
}
.wpo-portfolio-section .owl-dots button.active {
  background: #F1BF66;
}
.wpo-portfolio-section .owl-stage {
  position: relative;
  margin-left: -160px;
}
@media (max-width: 991px) {
  .wpo-portfolio-section .owl-stage {
    margin-left: 0;
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items {
  position: relative;
  border-radius: 24px;
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items .image {
  position: relative;
  width: 100%;
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items .image img {
  border-radius: 24px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* wpo-about-section-s3 */
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-middle {
    width: 100%;
    min-height: 485px;
  }
}
.wpo-about-section-s3 .about-middle .image-bg {
  background: url("../images/about/image-3.jpg") center center/cover no-repeat;
  width: 505px;
  min-height: 486px;
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .about-middle .image-bg {
    width: 400px;
    min-height: 540px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-middle .image-bg {
    width: 100%;
    min-height: auto;
  }
}
.wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 + p {
  max-width: 100px;
  margin: 0;
  text-align: start;
}
@media (max-width: 1600px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 + p {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 + p {
    text-align: center;
    max-width: unset;
  }
}
.wpo-about-section-s3 .wpo-about-item {
  gap: 45px;
}
@media (max-width: 1600px) {
  .wpo-about-section-s3 .wpo-about-item {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-about-item {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-about-item {
    flex-direction: column;
    align-items: center;
  }
}
.wpo-about-section-s3 .wpo-about-item .about-right {
  margin: 0;
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-about-item .about-right {
    margin: 0 auto;
    padding-top: 20px;
  }
}
.wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 + p {
  max-width: 120px;
}
@media (max-width: 425px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 + p {
    max-width: unset;
  }
}
.wpo-about-section-s3 .wpo-fun-fact-grids {
  position: unset;
  padding: 0;
}
.wpo-about-section-s3 .wpo-fun-fact-grids .grid {
  background-color: transparent;
  backdrop-filter: none;
  border-radius: 0;
  margin-bottom: 35px;
  padding: 0;
}
@media (max-width: 425px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid {
    margin-bottom: 20px;
  }
}
.wpo-about-section-s3 .wpo-fun-fact-grids .grid .info {
  display: flex;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid .info {
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid .info {
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid .info {
    display: block;
  }
}
.wpo-about-section-s3 .wpo-fun-fact-grids .grid:last-child {
  margin-bottom: 0;
}
.wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 {
  gap: 0;
}
@media (max-width: 1600px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 {
    font-size: 27px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .wpo-fun-fact-grids .grid h3 {
    font-size: 35px;
  }
}
.wpo-about-section-s3 .about-feature {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
}
.wpo-about-section-s3 .about-feature .feature-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 10px;
}
.wpo-about-section-s3 .about-feature .feature-item:last-child {
  margin-bottom: 0;
}
.wpo-about-section-s3 .about-feature .feature-item .feature-card {
  background: rgba(246, 243, 240, 0.9);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 18px 24px;
  display: flex;
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .about-feature .feature-item .feature-card {
    padding: 17px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-feature .feature-item .feature-card {
    padding: 10px;
  }
}
.wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-left {
  writing-mode: vertical-rl;
  padding-right: 20px;
  border-right: 0.1px solid rgba(36, 29, 29, 0.1);
  display: flex;
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-left {
    padding-right: 10px;
  }
}
.wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-left span {
  color: #241D1D;
  line-height: 134%;
  vertical-align: bottom;
  text-transform: uppercase;
  padding: 6px 2px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  background-color: rgba(36, 29, 29, 0.1);
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-left span {
    padding: 4px 2px;
    font-size: 12px;
  }
}
.wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-list {
  display: flex;
  gap: 10px;
  padding-left: 20px;
  border-left: 1px solid rgba(36, 29, 29, 0.1);
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-list {
    padding-left: 10px;
  }
}
.wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-list .text {
  width: calc(100% - 24px);
}
.wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-list .text h4 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  padding-bottom: 8px;
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-list .text h4 {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-list .text p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: -0.32px;
  color: #241D1D;
}
@media (max-width: 575px) {
  .wpo-about-section-s3 .about-feature .feature-item .feature-card .feature-list .text p {
    font-size: 12px;
  }
}

/* wpo-child-support-section-s2 */
.wpo-child-support-section-s2 {
  background-color: #F0EBE6;
}
.wpo-child-support-section-s2 .child-support-wrap {
  border: 0;
}
.wpo-child-support-section-s2 .wpo-section-title-s2 {
  max-width: 450px;
  width: 100%;
  margin-right: 75px;
  margin-bottom: 0;
}
@media (max-width: 1840px) {
  .wpo-child-support-section-s2 .wpo-section-title-s2 {
    margin-right: 45px;
  }
}
@media (max-width: 1815px) {
  .wpo-child-support-section-s2 .wpo-section-title-s2 {
    margin-right: 30px;
    max-width: 350px;
  }
}
@media (max-width: 1650px) {
  .wpo-child-support-section-s2 .wpo-section-title-s2 {
    margin-right: 10px;
    max-width: 320px;
  }
}
@media (max-width: 1199px) {
  .wpo-child-support-section-s2 .wpo-section-title-s2 {
    max-width: unset;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.wpo-child-support-section-s2 .wpo-section-title-s2 .title-top span {
  color: #241D1D;
}
.wpo-child-support-section-s2 .wpo-section-title-s2 p {
  max-width: 450px;
}
.wpo-child-support-section-s2 .child-support-left {
  flex-direction: row;
}
@media (max-width: 1199px) {
  .wpo-child-support-section-s2 .child-support-left {
    flex-direction: column;
  }
}
.wpo-child-support-section-s2 .child-support-left .child-story-item .child-support-card {
  max-width: 350px;
  justify-content: end;
}
@media (max-width: 1650px) {
  .wpo-child-support-section-s2 .child-support-left .child-story-item .child-support-card {
    max-width: 270px;
    padding: 25px 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-child-support-section-s2 .child-support-left .child-story-item .child-support-card {
    max-width: 206px;
  }
}
@media (max-width: 991px) {
  .wpo-child-support-section-s2 .child-support-left .child-story-item .child-support-card {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .wpo-child-support-section-s2 .child-support-left .child-story-item .child-support-card {
    max-width: 265px;
  }
}
@media (max-width: 575px) {
  .wpo-child-support-section-s2 .child-support-left .child-story-item .child-support-card {
    max-width: unset;
  }
}
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text h3 {
  font-size: 20px;
  line-height: 105%;
}
@media (max-width: 1650px) {
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text h3 {
    font-size: 17px;
  }
}
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .icon {
  background-color: #F1BF66;
}
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .icon i {
  color: #241D1D;
}
.wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text p {
  padding: 0;
  max-width: 240px;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  margin: 0;
}
@media (max-width: 1650px) {
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text p {
    font-size: 15px;
    line-height: 145%;
  }
}
@media (max-width: 991px) {
  .wpo-child-support-section-s2 .child-support-left .child-support-item .child-support-card .child-support-content .child-support-text p {
    margin: 0 auto;
  }
}
.wpo-child-support-section-s2 .child-support-right {
  padding-left: 65px;
  height: auto;
}
@media (max-width: 1840px) {
  .wpo-child-support-section-s2 .child-support-right {
    padding-left: 30px;
  }
}
@media (max-width: 1815px) {
  .wpo-child-support-section-s2 .child-support-right {
    padding-left: 0;
  }
}

/* wpo-volunteer-section-s2 */
.wpo-volunteer-section-s2 .wpo-section-title h2 {
  margin: 0 auto;
}
.wpo-volunteer-section-s2 .volunteer-content {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1199px) {
  .wpo-volunteer-section-s2 .volunteer-content {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .wpo-volunteer-section-s2 .volunteer-content {
    display: block;
  }
}
.wpo-volunteer-section-s2 .volunteer-card .image {
  border-radius: 24px;
}
.wpo-volunteer-section-s2 .volunteer-card .image img {
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .wpo-volunteer-section-s2 .volunteer-card {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-volunteer-section-s2 .volunteer-card {
    width: 100%;
  }
}
.wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list {
  border-radius: 24px;
}
@media (max-width: 1199px) {
  .wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list {
    text-align: center;
  }
}
.wpo-volunteer-section-s2 .volunteer-card .volunteer-bottom .volunteer-list .volunteer-text h3 {
  font-weight: 500;
}

/* wpo-volunteer-section-s2.style-3 */
.wpo-volunteer-section-s2.style-3 {
  background-color: transparent;
}
@media (max-width: 991px) {
  .wpo-volunteer-section-s2.style-3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-volunteer-section-s2.style-3 {
    padding-bottom: 30px;
  }
}
.wpo-volunteer-section-s2.style-3 .wpo-section-title h2 {
  max-width: 350px;
  margin: 0 auto;
}

/* wpo-faq-section-s2.style-3 */
.wpo-faq-section-s2 .wpo-section-title h2,
.wpo-faq-section-s3 .wpo-section-title h2 {
  max-width: 600px;
  margin: 0 auto;
}
.wpo-faq-section-s2 .accordion-item button::after,
.wpo-faq-section-s3 .accordion-item button::after {
  background-color: #241D1D;
}

/* wpo-program-section-s3 */
.wpo-program-section-s3 .wpo-program-wrap {
  border-top: 1px solid #E1DEDB;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .wpo-program-section-s3 .wpo-program-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-program-section-s3 .wpo-program-wrap {
    padding-bottom: 30px;
  }
}
.wpo-program-section-s3 .wpo-program-wrap .program-card {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wpo-program-section-s3 .wpo-program-wrap .program-card {
    margin-bottom: 30px;
  }
}
.wpo-program-section-s3 .wpo-section-title h2 {
  margin: 0 auto;
}
.wpo-program-section-s3 .program-right-all {
  padding: 0;
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-program-section-s3 .program-right-all {
    display: block;
  }
}

/* wpo-faq-section-s3 */
.wpo-faq-section-s3 .wpo-faq-wrap {
  border: 0;
}

/*===========================
7. Become Volunteer Section
===========================*/
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 475px;
}
@media (max-width: 991px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image {
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image {
    min-height: 350px;
  }
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .image {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  min-height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .image {
    min-height: 350px;
  }
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image:hover .image {
  transform: scale(1.1);
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .shape img {
  animation: heartbeat 2s infinite alternate;
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  padding-top: 0;
  border-radius: 24px;
  width: 100%;
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item {
  background: rgba(244, 241, 238, 0.9);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  padding: 25px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1550px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item {
    padding: 20px 10px;
  }
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item .volunteer-content {
  display: flex;
  gap: 15px;
}
@media (max-width: 1399px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item .volunteer-content {
    gap: 10px;
  }
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item .volunteer-content i {
  font-size: 20px;
  color: #F1BF66;
  color: #C47E01;
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item .volunteer-content .volunteer-text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
  padding-bottom: 10px;
}
@media (max-width: 1399px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item .volunteer-content .volunteer-text h3 {
    font-size: 16px;
  }
}
.wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item .volunteer-content .volunteer-text p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 1399px) {
  .wpo-become-volunteer-section .wpo-volunteer-top .volunteer-top-image .volunteer-image .volunteer-bottom .volunteer-item .volunteer-content .volunteer-text p {
    font-size: 15px;
    line-height: 145%;
  }
}

/* wpo-opportunities-section */
.wpo-opportunities-section {
  background-color: #F0EBE6;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.wpo-opportunities-section .wpo-section-title p {
  margin: 0 auto;
  max-width: 520px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .wpo-opportunities-section .wpo-section-title p {
    padding-top: 10px;
  }
}
.wpo-opportunities-section .wpo-opportunities-top .opportunities-card {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-opportunities-section .wpo-opportunities-top .opportunities-card {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-opportunities-section .wpo-opportunities-top .opportunities-card .opportunities-item {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 475px;
}
@media (max-width: 991px) {
  .wpo-opportunities-section .wpo-opportunities-top .opportunities-card .opportunities-item {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-opportunities-section .wpo-opportunities-top .opportunities-card .opportunities-item {
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-opportunities-section .wpo-opportunities-top .opportunities-card .opportunities-item {
    min-height: 350px;
  }
}
.wpo-opportunities-section .wpo-opportunities-top .opportunities-card .opportunities-item img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  min-height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wpo-opportunities-section .wpo-opportunities-top .opportunities-card .opportunities-item img {
    min-height: 350px;
  }
}
.wpo-opportunities-section .wpo-opportunities-top .opportunities-card .opportunities-item:hover img {
  transform: scale(1.1);
}
.wpo-opportunities-section .wpo-opportunities-top .opportunities-card .opportunities-item .opportunities-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  padding-top: 0;
  border-radius: 24px;
  width: 100%;
}
.wpo-opportunities-section .text {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-opportunities-section .text {
    padding-bottom: 10px;
  }
}
.wpo-opportunities-section .text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1399px) {
  .wpo-opportunities-section .text h3 {
    font-size: 17px;
  }
}
@media (max-width: 1199px) {
  .wpo-opportunities-section .text h3 {
    font-size: 14px;
    gap: 5px;
  }
}
.wpo-opportunities-section .text h3 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 6px;
  background-color: rgba(241, 191, 102, 0.5);
}
@media (max-width: 1199px) {
  .wpo-opportunities-section .text h3 span {
    font-size: 11px;
    padding: 2px 4px;
  }
}
.wpo-opportunities-section .opportunities-tag {
  padding-top: 20px;
  border-top: 1px solid rgba(36, 29, 29, 0.1);
}
@media (max-width: 991px) {
  .wpo-opportunities-section .opportunities-tag {
    padding-top: 10px;
  }
}
.wpo-opportunities-section .opportunities-tag li {
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}
@media (max-width: 1399px) {
  .wpo-opportunities-section .opportunities-tag li {
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 5px;
  }
}
.wpo-opportunities-section .opportunities-tag li:last-child {
  padding-bottom: 0;
}
.wpo-opportunities-section .opportunities-tag li i {
  font-size: 17px;
  color: #C47E01;
  margin-right: 10px;
}
@media (max-width: 1399px) {
  .wpo-opportunities-section .opportunities-tag li i {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wpo-opportunities-section .opportunities-tag li span {
  border: 1px solid rgba(36, 29, 29, 0.18);
  border-radius: 24px;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 118%;
  margin-right: 5px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wpo-opportunities-section .opportunities-tag li span {
    padding: 4px;
    font-size: 10px;
    margin-right: 1px;
    line-height: 110%;
  }
}
.wpo-opportunities-section .opportunities-tag li span:last-child {
  margin-right: 0;
}
.wpo-opportunities-section .opportunities-content {
  background: rgba(244, 241, 238, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 25px;
}
@media (max-width: 1600px) {
  .wpo-opportunities-section .opportunities-content {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .wpo-opportunities-section .opportunities-content {
    padding: 15px;
  }
}
@media (max-width: 375px) {
  .wpo-opportunities-section .opportunities-content {
    padding: 15px 10px;
  }
}

/* wpo-application-section */
.wpo-application-section .wpo-section-title-s2 p {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-application-section .wpo-section-title-s2 p {
    padding-top: 10px;
  }
}
.wpo-application-section .application-right {
  max-width: 900px;
  margin-left: auto;
}
.wpo-application-section .wpo-contact-form-all .wpo-contact-form-area .submit-area {
  display: block;
  margin-top: 30px;
}
.wpo-application-section .wpo-contact-form-all .wpo-contact-form-area .submit-area .theme-btn {
  width: 100%;
}

/*======================================
8. Blog Page
 =======================================*/
.wpo-blog-pg-section {
  padding-bottom: 70px;
}
.wpo-blog-pg-section .blog-all-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.wpo-blog-pg-section .blog-card {
  margin-bottom: 35px;
  flex-basis: 32.5%;
}
@media (max-width: 1199px) {
  .wpo-blog-pg-section .blog-card {
    flex-basis: 49%;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .blog-card {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.wpo-blog-pg-section .blog-card .image-bg {
  position: relative;
}
.wpo-blog-pg-section .blog-card .image-bg .image {
  border-radius: 24px;
  overflow: hidden;
}
.wpo-blog-pg-section .blog-card .image-bg .image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  padding-top: 0;
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item {
  background: rgba(246, 243, 240, 0.8);
  backdrop-filter: blur(30px);
  padding: 28px 25px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item {
    padding: 25px 15px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item {
    padding: 15px;
  }
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag {
  display: flex;
  gap: 36px;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 1500px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag {
    gap: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag {
    padding-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag {
    display: block;
  }
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag li {
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  text-transform: uppercase;
  position: relative;
  color: #241D1D;
}
@media (max-width: 1500px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag li {
    font-size: 12px;
  }
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag li a {
  color: #241D1D;
  transition: all 0.3s ease-in-out;
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag li a:hover {
  color: #28543D;
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag li::before {
  position: absolute;
  content: "";
  background-color: #241D1D;
  top: 5px;
  left: -20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
@media (max-width: 1500px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag li::before {
    left: -14px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag li::before {
    display: none;
  }
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-tag li:first-child::before {
  display: none;
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content {
  border-top: 1px solid #E1DEDB;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content {
    padding-top: 10px;
  }
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content h3 {
  margin: 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: #0F1F17;
  max-width: 450px;
  padding-bottom: 20px;
}
@media (max-width: 1500px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content h3 {
    font-size: 22px;
  }
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content h3 {
    font-size: 19px;
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content h3 {
    font-size: 16px;
  }
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content h3 a {
  color: #0F1F17;
  transition: all ease-in-out 0.3s;
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content h3 a:hover {
  color: #28543D;
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content .read-more {
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
  text-transform: uppercase;
  color: #241D1D;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 575px) {
  .wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content .read-more {
    font-size: 12px;
    line-height: 115%;
  }
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content .read-more i {
  font-weight: 600;
}
.wpo-blog-pg-section .blog-card .image-bg .blog-bottom .blog-item .blog-text .blog-content .read-more:hover {
  color: #28543D;
}
.wpo-blog-pg-section .blog-card .image-bg:hover .image img {
  transform: scale(1.1);
}

/*======================================
9. Blog Single Page
 =======================================*/
/* wpo-blog-single-section*/
.wpo-blog-single-section .wpo-blog-wraper {
  max-width: 750px;
  margin: 0 auto;
}
.wpo-blog-single-section .blog-tag {
  list-style: none;
  overflow: hidden;
}
.wpo-blog-single-section .blog-tag ul {
  list-style: none;
  padding: 15px 0 10px 15px;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .blog-tag ul {
    padding: 10px 0 0px 10px;
  }
}
.wpo-blog-single-section .blog-tag ul li {
  color: #241D1D;
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.64px;
}
.wpo-blog-single-section .blog-tag ul li a {
  color: #241D1D;
}
.wpo-blog-single-section .blog-tag ul li a:hover {
  color: #28543D;
}
.wpo-blog-single-section .blog-tag ul li i {
  position: relative;
  margin-right: 3px;
}
.wpo-blog-single-section .blog-tag ul li i:before {
  font-size: 13px;
}
.wpo-blog-single-section .blog-tag ul li + li {
  margin-left: 18px;
  padding-left: 18px;
  position: relative;
}
.wpo-blog-single-section .blog-tag ul li + li:before {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #241D1D;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .blog-tag ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .blog-tag ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .blog-tag ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-single-section .format-standard-image {
  margin-bottom: 30px;
}
.wpo-blog-single-section .format-standard-image .image-top {
  border-radius: 12px;
  padding: 8px;
  background-color: #E1DEDB;
  margin-bottom: 35px;
}
.wpo-blog-single-section .format-standard-image .image-top img {
  border-radius: 8px;
}
.wpo-blog-single-section .format-standard-image .image-top .image {
  position: relative;
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .format-standard-image .image-top .image .social-icon {
    bottom: 10px;
    left: 10px;
  }
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul {
  display: flex;
  gap: 15px;
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li {
  color: #FAFFF3;
  font-size: 18px;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li {
    font-size: 14px;
  }
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li a {
  color: #FAFFF3;
  transition: all ease-in-out 0.3s;
}
.wpo-blog-single-section .format-standard-image .image-top .image .social-icon ul li a:hover {
  color: #28543D;
}
.wpo-blog-single-section p {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 425px) {
  .wpo-blog-single-section p {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.wpo-blog-single-section .post h2 {
  margin: 0;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -0.32px;
  margin-bottom: 20px;
  margin-top: 10px;
  color: #241D1D;
  font-weight: 600;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-single-section .post h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
.wpo-blog-single-section .post h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post h3 {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-blog-single-section .post .blog-list {
  padding-bottom: 30px;
}
@media (max-width: 425px) {
  .wpo-blog-single-section .post .blog-list {
    padding-bottom: 20px;
  }
}
.wpo-blog-single-section .post .blog-list li {
  color: #241D1D;
  font-size: 16px;
  font-weight: 400;
  padding-left: 18px;
  margin-bottom: 5px;
  line-height: 155%;
  letter-spacing: -0.32px;
  position: relative;
}
@media (max-width: 425px) {
  .wpo-blog-single-section .post .blog-list li {
    font-size: 14px;
  }
}
.wpo-blog-single-section .post .blog-list li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #241D1D;
  border-radius: 50%;
}
.wpo-blog-single-section {
  /*** blog-card ***/
}
.wpo-blog-single-section .blog-card-bottom {
  padding-top: 35px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .blog-card-bottom {
    padding-top: 20px;
  }
}
.wpo-blog-single-section .blog-card-bottom .blog-card {
  background-color: #241D1D;
  padding: 8px;
  border-radius: 12px;
}
.wpo-blog-single-section .blog-card-bottom .blog-card .blog-item {
  background-color: #F6F3F0;
  border-radius: 8px;
  padding: 30px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .blog-card-bottom .blog-card .blog-item {
    padding: 25px 20px;
  }
}
.wpo-blog-single-section .blog-card-bottom .blog-card .content {
  padding-bottom: 40px;
}
.wpo-blog-single-section .blog-card-bottom .blog-card .content h3 {
  margin: 0;
  color: #241D1D;
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
  font-family: "Parkinsans";
  padding-bottom: 20px;
  padding-top: 0;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .blog-card-bottom .blog-card .content h3 {
    font-size: 18px;
    line-height: 110%;
  }
}
.wpo-blog-single-section .blog-card-bottom .blog-card .content p {
  margin: 0;
  color: #241D1D;
  font-size: 16px;
  font-weight: 400;
  max-width: 575px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 425px) {
  .wpo-blog-single-section .blog-card-bottom .blog-card .content p {
    font-size: 14px;
  }
}
.wpo-blog-single-section .blog-card-bottom .blog-card .client {
  display: flex;
  align-items: center;
  padding-top: 20px;
  border-top: 1px solid rgba(32, 46, 5, 0.1);
  width: 100%;
}
.wpo-blog-single-section .blog-card-bottom .blog-card .client .client-img {
  border-radius: 50%;
}
.wpo-blog-single-section .blog-card-bottom .blog-card .client .client-img img {
  border-radius: 50%;
}
.wpo-blog-single-section .blog-card-bottom .blog-card .client .client-text {
  margin-left: 15px;
  position: relative;
}
.wpo-blog-single-section .blog-card-bottom .blog-card .client .client-text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .blog-card-bottom .blog-card .client .client-text h4 {
    font-size: 16px;
  }
}
.wpo-blog-single-section .blog-card-bottom .blog-card .client .client-text span {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  color: #6d6865;
  display: block;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .blog-card-bottom .blog-card .client .client-text span {
    font-size: 12px;
  }
}
.wpo-blog-single-section .blog-card-bottom .blog-card .blog-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px 5px;
}
.wpo-blog-single-section .blog-card-bottom .blog-card .blog-bottom p {
  margin: 0;
  color: #F8F1E2;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.64px;
}
.wpo-blog-single-section {
  /*** author-widget ***/
}
.wpo-blog-single-section .author-widget {
  display: flex;
  background-color: #241D1D;
  border-radius: 12px;
  padding: 25px 30px;
  margin-top: 55px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .author-widget {
    display: block;
    padding: 20px;
    margin-top: 40px;
  }
}
.wpo-blog-single-section .author-widget .img-holder {
  width: 103px;
  height: 103px;
  background-color: #fff;
  border-radius: 50%;
}
.wpo-blog-single-section .author-widget .img-holder img {
  width: 100%;
}
.wpo-blog-single-section .author-widget .author-text {
  width: calc(100% - 103px);
  padding-left: 22px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .author-widget .author-text {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.wpo-blog-single-section .author-widget .author-text h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
  font-family: "Parkinsans";
  color: #F8F1E2;
  letter-spacing: -0.32px;
}
@media (max-width: 425px) {
  .wpo-blog-single-section .author-widget .author-text h4 {
    font-size: 18px;
  }
}
.wpo-blog-single-section .author-widget .author-text span {
  font-size: 12px;
  font-weight: 500;
  line-height: 134%;
  text-transform: uppercase;
  color: #F8F1E2;
}
.wpo-blog-single-section .author-widget .author-text p {
  margin: 0;
  color: #F8F1E2;
  padding-top: 18px;
  font-weight: 300;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 425px) {
  .wpo-blog-single-section .author-widget .author-text p {
    font-size: 14px;
  }
}
.wpo-blog-single-section {
  /*** more-posts ***/
}
.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border-right: 0;
  border-left: 0;
  background-color: #241D1D;
  border-radius: 12px;
  padding: 8px;
  margin-top: 55px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .more-posts {
    margin-top: 40px;
  }
}
.wpo-blog-single-section .more-posts > div > a {
  display: inline-block;
}
.wpo-blog-single-section .more-posts .previous-post {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(64, 84, 19, 0.15);
}
.wpo-blog-single-section .more-posts .next-post {
  padding-top: 26px;
}
.wpo-blog-single-section .more-posts .more-posts-item {
  background-color: #F6F3F0;
  border-radius: 8px;
  padding: 30px 25px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .more-posts .more-posts-item {
    padding: 25px 15px;
  }
}
.wpo-blog-single-section .more-posts .next-post .post-control-link {
  position: relative;
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  position: relative;
}
.wpo-blog-single-section .more-posts .previous-post > a > span,
.wpo-blog-single-section .more-posts .next-post > a > span {
  display: block;
}
.wpo-blog-single-section .more-posts .post-control-link {
  text-transform: uppercase;
  font-weight: 500;
  color: #6d6865;
  font-size: 14px;
  line-height: 134%;
  margin-bottom: 5px;
}
.wpo-blog-single-section .more-posts .post-name {
  color: #241D1D;
  font-family: "Parkinsans";
  font-size: 20px;
  font-weight: 600;
  line-height: 105%;
  max-width: 350px;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 16px;
  }
}
.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #28543D;
}
.wpo-blog-single-section {
  /*** comments area ***/
}
.wpo-blog-single-section .comments-area .comments-area-top {
  background-color: #241D1D;
  border-radius: 12px;
  padding: 8px;
  margin-top: 55px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comments-area-top {
    margin-top: 40px;
  }
}
.wpo-blog-single-section .comments-area .comments-section {
  background-color: #F6F3F0;
  border-radius: 8px;
  padding: 5px 25px 5px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comments-section {
    padding: 5px 15px 5px;
  }
}
.wpo-blog-single-section .comments-area li > div {
  padding: 25px 0;
}
.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
.wpo-blog-single-section .comments-area ol ul {
  padding-left: 100px;
  list-style-type: none;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area ol ul {
    padding-left: 0;
  }
}
.wpo-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.wpo-blog-single-section .comments-area .comments-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px 12px;
}
.wpo-blog-single-section .comments-area .comments-title .title-left {
  font-weight: 400;
  color: #F8F1E2;
  font-size: 16px;
  line-height: 134%;
  letter-spacing: -0.32px;
}
.wpo-blog-single-section .comments-area li > div {
  position: relative;
}
.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 0;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}
.wpo-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}
.wpo-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 15px;
  }
}
.wpo-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 0;
}
.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Parkinsans";
  font-size: 18px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 0;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 {
    font-size: 16px;
  }
}
.wpo-blog-single-section .comments-area .comments-meta span {
  display: inline-block;
  color: #6d6865;
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comments-meta span {
    font-size: 12px;
  }
}
.wpo-blog-single-section .comments-area .comment-reply-link {
  color: #C47E01;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  text-transform: uppercase;
  padding-top: 10px;
  letter-spacing: 0.8px;
  text-decoration: underline;
  display: block;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comment-reply-link {
    font-size: 12px;
  }
}
.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #28543D;
}
.wpo-blog-single-section .comments-area .children {
  position: relative;
}
.wpo-blog-single-section {
  /*** comment-respond ***/
}
.wpo-blog-single-section .comment-respond {
  background-color: #241D1D;
  padding: 8px;
  padding-top: 0;
  border-radius: 24px;
  margin-top: 55px;
}
.wpo-blog-single-section .comment-respond .title-top {
  padding: 12px 0;
  padding-left: 10px;
}
.wpo-blog-single-section .comment-respond .title-top span {
  font-weight: 400;
  color: #F8F1E2;
  font-size: 16px;
  line-height: 134%;
  letter-spacing: -0.32px;
}
.wpo-blog-single-section .comment-respond .comment-all-item {
  padding: 35px 25px;
  background: #F6F3F0;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comment-respond .comment-all-item {
    padding: 30px 15px;
  }
}
.wpo-blog-single-section .comment-respond .comment-all-item .form-inputs label {
  font-size: 14px;
  color: #241D1D;
  font-weight: 400;
  line-height: 134%;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 134%;
}
.wpo-blog-single-section .comment-respond .form-submit {
  max-width: 335px;
}
.wpo-blog-single-section .comment-respond button {
  width: 100%;
  display: block;
}
.wpo-blog-single-section .comment-respond button .buttom-hover {
  display: none;
}
.wpo-blog-single-section .comment-respond button:hover .buttom-icon {
  display: none;
}
.wpo-blog-single-section .comment-respond button:hover .buttom-hover {
  display: block;
}
.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  width: 100%;
  padding: 6px 15px;
  outline: 0;
  transition: all 0.3s;
  height: 48px;
  margin-bottom: 18px;
  border: 0;
  border: none;
  border-radius: 8px;
  border: 1px solid #E1DEDB;
  background-color: #E9E7E3;
  color: #6d6865;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.32px;
  line-height: 155%;
}
.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  color: #6d6865;
}
.wpo-blog-single-section .comment-respond form input::-moz-placeholder, .wpo-blog-single-section .comment-respond form textarea::-moz-placeholder {
  color: #6d6865;
}
.wpo-blog-single-section .comment-respond form input::placeholder,
.wpo-blog-single-section .comment-respond form textarea::placeholder {
  color: #6d6865;
}
.wpo-blog-single-section .comment-respond form textarea {
  padding: 15px;
  height: 165px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 120px;
  }
}
.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}
.wpo-blog-single-section .comment-respond .form-inputs > div {
  width: 100%;
  float: left;
  position: relative;
}
.wpo-blog-single-section .comment-respond .form-textarea {
  position: relative;
}
.wpo-blog-single-section .comment-respond .terms {
  margin-bottom: 30px;
  margin-left: 4px;
}
.wpo-blog-single-section .comment-respond .terms .checkbox {
  width: 20px;
  height: 0;
  padding: 0;
  margin: 0;
}
.wpo-blog-single-section .comment-respond .terms input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.wpo-blog-single-section .comment-respond .terms input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 17px;
  height: 17px;
  transition: all 0.2s linear;
  border-radius: 4px;
  border: 1px solid #241D1D;
}
.wpo-blog-single-section .comment-respond .terms input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 17px;
  height: 17px;
  transition: all 0.2s linear;
  border-radius: 4px;
  border: 1px solid #241D1D;
}
.wpo-blog-single-section .comment-respond .terms input[type=checkbox]:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: solid #241D1D;
  border-width: 0 0px 0px 0;
  transform: rotate(180deg);
  position: absolute;
  top: -11px;
  left: 3px;
  transition: all 0.2s linear;
}
.wpo-blog-single-section .comment-respond .terms input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 9px;
  border: solid #241D1D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 3px;
}
.wpo-blog-single-section .comment-respond .terms label {
  margin-bottom: 0;
  cursor: pointer;
  color: #241D1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.32px;
}
@media (max-width: 1399px) {
  .wpo-blog-single-section .comment-respond .terms label {
    margin-left: 5px;
    position: relative;
    margin-top: -25px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .terms label {
    font-size: 14px;
    line-height: 140%;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .terms label {
    margin-left: 25px;
    margin-top: -25px;
  }
}
.wpo-blog-single-section .comment-respond .error-message {
  color: red;
  font-size: 14px;
  position: relative;
  top: -15px;
}
.wpo-blog-single-section .comment-respond #loading {
  margin-top: 10px;
  color: blue;
  font-weight: bold;
}

/*--------------------------------------------------------------
10. Donation Page
--------------------------------------------------------------*/
.wpo-donation-pg-secion .wpo-donation-top {
  padding-bottom: 120px;
  border-bottom: 1px solid #E1DEDB;
}
@media (max-width: 991px) {
  .wpo-donation-pg-secion .wpo-donation-top {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-donation-pg-secion .wpo-donation-top {
    padding-bottom: 60px;
  }
}
.wpo-donation-pg-secion .wpo-donation-top .donation-top-image {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-donation-pg-secion .wpo-donation-top .donation-top-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-donation-pg-secion .wpo-donation-top .donation-top-image .donation-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-donation-pg-secion .wpo-donation-top .donation-top-image .donation-image {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-donation-pg-secion .wpo-donation-top .donation-top-image .donation-image {
    flex-basis: 100%;
  }
}
.wpo-donation-pg-secion .wpo-donation-top .donation-top-image .donation-image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-donation-pg-secion .wpo-donation-top .donation-top-image .donation-image:hover img {
  transform: scale(1.1);
}

.wpo-donation-amount {
  max-width: 745px;
  margin: 0 auto;
  padding-top: 120px;
}
.wpo-donation-amount .wpo-section-title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-donation-amount .wpo-section-title {
    margin-bottom: 20px;
  }
}
.wpo-donation-amount .wpo-section-title h2 {
  max-width: 450px;
  margin: 0 auto;
}
.wpo-donation-amount .wpo-donation-toggle-btn {
  border: 1px solid rgba(36, 29, 29, 0.11);
  padding: 3px;
  max-width: 329px;
  margin: 0 auto;
  margin-bottom: 35px;
  border-radius: 65px;
  background: #F8F1E2;
}
@media (max-width: 991px) {
  .wpo-donation-amount .wpo-donation-toggle-btn {
    margin-bottom: 25px;
  }
}
@media (max-width: 425px) {
  .wpo-donation-amount .wpo-donation-toggle-btn {
    max-width: 275px;
  }
}
.wpo-donation-amount .wpo-donation-toggle-btn .donation-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-donation-amount .wpo-donation-toggle-btn .donation-toggle button {
  padding: 10px 14px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  background: #F8F1E2;
  font-weight: 500;
  font-size: 14px;
  line-height: 134%;
}
@media (max-width: 425px) {
  .wpo-donation-amount .wpo-donation-toggle-btn .donation-toggle button {
    font-size: 12px;
    line-height: 125%;
    padding: 8px 10px;
  }
}
.wpo-donation-amount .wpo-donation-toggle-btn .donation-toggle button.active {
  background: #F1BF66;
  color: #241D1D;
}
.wpo-donation-amount .wpo-donation-item {
  border-radius: 24px;
  background: #241D1D;
  padding: 8px;
  padding-top: 0;
}
.wpo-donation-amount .wpo-donation-item h3 {
  margin: 0;
  text-align: center;
  color: #F6F3F0;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  padding: 15px 0;
  letter-spacing: -0.32px;
}
@media (max-width: 425px) {
  .wpo-donation-amount .wpo-donation-item h3 {
    font-size: 12px;
    line-height: 130%;
    padding: 10px 0;
  }
}
.wpo-donation-amount .wpo-donation-item .donation-content {
  background: #F4F1EE;
  padding: 40px 25px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .wpo-donation-amount .wpo-donation-item .donation-content {
    padding: 30px 15px;
  }
}
.wpo-donation-amount .wpo-donation-item .donation-content .amount-options {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .amount-options {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-donation-amount .wpo-donation-item .donation-content .amount-options .amount-box {
  text-align: center;
  border: 2px solid rgba(36, 29, 29, 0.1);
  border-radius: 24px;
  background-color: #fff;
  padding: 35px 25px;
  cursor: pointer;
  max-width: 218px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .amount-options .amount-box {
    padding: 25px 12px;
  }
}
@media (max-width: 575px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .amount-options .amount-box {
    max-width: 170px;
  }
}
@media (max-width: 425px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .amount-options .amount-box {
    max-width: unset;
    padding: 20px 12px;
  }
}
.wpo-donation-amount .wpo-donation-item .donation-content .amount-options .amount-box h4 {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 32px;
  line-height: 134%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .amount-options .amount-box h4 {
    font-size: 25px;
    line-height: 125%;
  }
}
.wpo-donation-amount .wpo-donation-item .donation-content .amount-options .amount-box p {
  margin: 0;
  color: #241D1D;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: -0.32px;
  margin-top: 17px;
}
.wpo-donation-amount .wpo-donation-item .donation-content .amount-options .amount-box.active {
  border-color: #F1BF66;
}
.wpo-donation-amount .wpo-donation-item .donation-content .donation-btn input.custom-amount {
  width: 100%;
  padding: 12px 30px;
  border-radius: 25px;
  border: 1px solid #241D1D;
  color: #241D1D;
  margin-bottom: 30px;
  text-align: center;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .donation-btn input.custom-amount {
    margin-bottom: 20px;
    padding: 10px 25px;
    font-size: 15px;
    line-height: 145%;
  }
}
.wpo-donation-amount .wpo-donation-item .donation-content .donation-btn input.custom-amount:focus {
  outline: 0;
  box-shadow: none;
  border-color: #F1BF66;
}
.wpo-donation-amount .wpo-donation-item .donation-content .donation-btn input.custom-amount::-moz-placeholder {
  color: #241D1D;
}
.wpo-donation-amount .wpo-donation-item .donation-content .donation-btn input.custom-amount::placeholder {
  color: #241D1D;
}
.wpo-donation-amount .wpo-donation-item .donation-content .donation-btn .theme-btn {
  width: 100%;
  padding: 16px 30px;
}
.wpo-donation-amount .wpo-donation-item .donation-content .bottom-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}
@media (max-width: 575px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .bottom-text {
    margin-top: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .bottom-text {
    flex-direction: column;
    align-items: start;
  }
}
.wpo-donation-amount .wpo-donation-item .donation-content .bottom-text p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: -0.32px;
  color: rgba(36, 29, 29, 0.7);
  max-width: 360px;
}
@media (max-width: 575px) {
  .wpo-donation-amount .wpo-donation-item .donation-content .bottom-text p {
    max-width: 195px;
    font-size: 13px;
    line-height: 145%;
  }
}
.wpo-donation-amount .wpo-donation-item .donation-content .bottom-text span {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #241D1D;
  display: flex;
  align-items: center;
}
.wpo-donation-amount .wpo-donation-item .donation-content .bottom-text span i {
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
}
.wpo-donation-amount .partner-item {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 50px;
}

/*===========================
11. Event Page
===========================*/
.wpo-event-pg-section {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .wpo-event-pg-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-event-pg-section {
    padding-bottom: 40px;
  }
}
.wpo-event-pg-section .wpo-event-top {
  padding-bottom: 120px;
  border-bottom: 1px solid #E1DEDB;
}
@media (max-width: 991px) {
  .wpo-event-pg-section .wpo-event-top {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-event-pg-section .wpo-event-top {
    padding-bottom: 60px;
  }
}
.wpo-event-pg-section .wpo-event-top .event-top-image {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-event-pg-section .wpo-event-top .event-top-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-event-pg-section .wpo-event-top .event-top-image .event-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}
@media (max-width: 991px) {
  .wpo-event-pg-section .wpo-event-top .event-top-image .event-image {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-event-pg-section .wpo-event-top .event-top-image .event-image {
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-event-pg-section .wpo-event-top .event-top-image .event-image {
    min-height: 400px;
  }
}
.wpo-event-pg-section .wpo-event-top .event-top-image .event-image .image {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wpo-event-pg-section .wpo-event-top .event-top-image .event-image .image {
    min-height: 400px;
  }
}
.wpo-event-pg-section .wpo-event-top .event-top-image .event-image:hover .image {
  transform: scale(1.1);
}
.wpo-event-pg-section .wpo-event-top .event-top-image .event-image .event-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  padding-top: 0;
  border-radius: 24px;
  width: 100%;
}
.wpo-event-pg-section .wpo-event-top .event-top-image .event-image .event-btn .theme-btn {
  display: block;
  text-align: center;
}
.wpo-event-pg-section h3 {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .wpo-event-pg-section h3 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wpo-event-pg-section h3 {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .wpo-event-pg-section h3 {
    display: block;
  }
}
.wpo-event-pg-section h3 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 2px 6px;
  background-color: rgba(241, 191, 102, 0.5);
}
@media (max-width: 991px) {
  .wpo-event-pg-section h3 span {
    font-size: 12px;
    line-height: 125%;
    padding: 2px 4px;
  }
}
.wpo-event-pg-section p {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  padding-top: 10px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .wpo-event-pg-section p {
    font-size: 14px;
  }
}
.wpo-event-pg-section p .list {
  font-weight: 500;
  padding-right: 7px;
}
.wpo-event-pg-section .event-tag {
  padding-top: 20px;
  border-top: 1px solid rgba(36, 29, 29, 0.1);
  margin-bottom: 20px;
}
.wpo-event-pg-section .event-tag li {
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
@media (max-width: 425px) {
  .wpo-event-pg-section .event-tag li {
    font-size: 12px;
  }
}
.wpo-event-pg-section .event-tag li:last-child {
  padding-bottom: 0;
}
.wpo-event-pg-section .event-tag li i {
  margin-right: 5px;
  font-size: 16px;
  color: #C47E01;
}
.wpo-event-pg-section .event-content {
  background: rgba(244, 241, 238, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 25px;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .wpo-event-pg-section .event-content {
    padding: 20px 15px;
  }
}
.wpo-event-pg-section .wpo-event-bottom {
  padding-top: 120px;
}
.wpo-event-pg-section .wpo-event-bottom .wpo-section-title h2 {
  margin: 0 auto;
}
.wpo-event-pg-section .wpo-event-bottom .wpo-section-title p {
  margin: 0 auto;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1600px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item {
    display: block;
  }
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card-title span {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card-title i {
  color: #241D1D;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card {
  flex-basis: 24%;
  background-color: #E1DEDB;
  border-radius: 24px;
  padding: 8px;
  padding-top: 0;
  margin-bottom: 20px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1399px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card {
    flex-basis: 32%;
  }
}
@media (max-width: 991px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card {
    flex-basis: 48%;
  }
}
@media (max-width: 575px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card {
    flex-basis: 100%;
  }
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card h3 {
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 1750px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card h3 {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card h3 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card h3 {
    font-size: 14px;
  }
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card .event-btn .theme-btn-s2 {
  display: block;
  text-align: center;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card .event-btn .theme-btn-s2::before {
  background-color: #F1BF66;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card .event-btn .theme-btn-s2:hover {
  color: #241D1D;
  border: 1px solid #F1BF66;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card .item {
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card .item {
    font-size: 14px;
    line-height: 140%;
  }
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card.active, .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card:hover {
  background-color: #241D1D;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card.active .event-card-title span, .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card:hover .event-card-title span {
  color: #F8F1E2;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card.active .event-card-title i, .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card:hover .event-card-title i {
  color: #F8F1E2;
}
.wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card.active .event-content .event-btn .theme-btn-s2, .wpo-event-pg-section .wpo-event-bottom .event-all-item .event-card:hover .event-content .event-btn .theme-btn-s2 {
  background-color: #F1BF66;
  border-color: #F1BF66;
}

/*======================================
12. Event Single Page
=======================================*/
.wpo-event-single-section {
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .wpo-event-single-section {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-event-single-section {
    padding-bottom: 40px;
  }
}
.wpo-event-single-section .wpo-event-single-top {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .wpo-event-single-section .wpo-event-single-top {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-event-single-section .wpo-event-single-top {
    padding-bottom: 60px;
  }
}
.wpo-event-single-section .wpo-event-single-top .event-top-image {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-event-single-section .wpo-event-single-top .event-top-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-event-single-section .wpo-event-single-top .event-top-image .event-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 500px;
}
@media (max-width: 991px) {
  .wpo-event-single-section .wpo-event-single-top .event-top-image .event-image {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-event-single-section .wpo-event-single-top .event-top-image .event-image {
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-event-single-section .wpo-event-single-top .event-top-image .event-image {
    min-height: 370px;
  }
}
.wpo-event-single-section .wpo-event-single-top .event-top-image .event-image .image {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wpo-event-single-section .wpo-event-single-top .event-top-image .event-image .image {
    min-height: 370px;
  }
}
.wpo-event-single-section .wpo-event-single-top .event-top-image .event-image:hover .image {
  transform: scale(1.1);
}
.wpo-event-single-section .wpo-event-single-top .event-top-image .event-image .event-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  padding-top: 0;
  border-radius: 24px;
  width: 100%;
}
.wpo-event-single-section .wpo-event-single-top .event-content {
  background: rgba(244, 241, 238, 0.95);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  padding: 25px;
}
@media (max-width: 1600px) {
  .wpo-event-single-section .wpo-event-single-top .event-content {
    padding: 20px 15px;
  }
}
.wpo-event-single-section .wpo-event-single-top .event-content .event-btn .theme-btn {
  display: block;
  text-align: center;
  background-color: #241D1D;
  color: #F2DAAF;
}
.wpo-event-single-section .wpo-event-single-top .event-content .event-btn .theme-btn::before {
  background-color: transparent;
  background-color: #F2DAAF;
}
.wpo-event-single-section .wpo-event-single-top .event-content .event-btn .theme-btn:hover {
  color: #241D1D;
}
.wpo-event-single-section .wpo-event-single-top .event-tag-list {
  margin-bottom: 20px;
}
.wpo-event-single-section .wpo-event-single-top .event-tag-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  color: #241D1D;
}
@media (max-width: 425px) {
  .wpo-event-single-section .wpo-event-single-top .event-tag-list li {
    font-size: 12px;
  }
}
.wpo-event-single-section .wpo-event-single-top .event-tag-list li:last-child {
  padding-bottom: 0;
}
.wpo-event-single-section .wpo-event-single-top .event-tag-list li i {
  margin-right: 10px;
  font-size: 16px;
  color: #6d6865;
}
.wpo-event-single-section .wpo-event-single-content {
  max-width: 750px;
  margin: 0 auto;
}
.wpo-event-single-section .wpo-event-single-content .wpo-event-text h2 {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -0.32px;
  margin-bottom: 22px;
  max-width: 500px;
}
@media (max-width: 991px) {
  .wpo-event-single-section .wpo-event-single-content .wpo-event-text h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .wpo-event-single-section .wpo-event-single-content .wpo-event-text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 425px) {
  .wpo-event-single-section .wpo-event-single-content .wpo-event-text h2 {
    font-size: 25px;
  }
}
.wpo-event-single-section .wpo-event-single-content .wpo-event-text h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-event-single-section .wpo-event-single-content .wpo-event-text h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .wpo-event-single-section .wpo-event-single-content .wpo-event-text h3 {
    font-size: 16px;
  }
}
.wpo-event-single-section .wpo-event-single-content .wpo-event-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-event-single-section .wpo-event-single-content .wpo-event-text p {
    font-size: 14px;
    line-height: 145%;
  }
}

/* wpo-event-ticket-Schedule-section */
.wpo-event-ticket-Schedule-section {
  background-color: #F0EBE6;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 1399px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all {
    flex-wrap: wrap;
  }
}
@media (max-width: 1399px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card {
    width: 100%;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item {
  background: rgba(246, 243, 240, 0.9);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 24px 15px;
}
@media (max-width: 1660px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item {
    padding: 20px 12px 15px;
  }
}
@media (max-width: 425px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item {
    padding: 15px 10px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row {
  display: grid;
  grid-template-columns: 1.5fr 1fr 3.5fr 1fr;
  align-items: center;
  border-bottom: 1px solid #E1DEDB;
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 425px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row {
    padding: 10px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row span {
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 1500px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row span {
    font-size: 13px;
    line-height: 145%;
  }
}
@media (max-width: 425px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row span {
    font-size: 12px;
    line-height: 135%;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row .header-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 134%;
}
@media (max-width: 425px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row .header-text {
    font-size: 12px;
    line-height: 125%;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-row:first-child {
  border-bottom: none;
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .ticket-head {
  background: #F4F1EE;
  border-radius: 8px;
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .purchase {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 3px;
  color: #C47E01;
  font-weight: 600;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0px;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 1500px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .purchase {
    font-size: 13px;
  }
}
@media (max-width: 425px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .purchase {
    font-size: 12px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .purchase i {
  position: relative;
  top: 1px;
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-ticket-card .ticket-item .purchase:hover {
  color: #28543D;
}
@media (max-width: 1399px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-Schedule-card {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-Schedule-card {
    width: 100%;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .title-text {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.32px;
  padding-bottom: 20px;
}
@media (max-width: 425px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .title-text {
    font-size: 19px;
    line-height: 110%;
    padding-bottom: 10px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .image-item {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 570px;
}
@media (max-width: 991px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .image-item {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .image-item {
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .image-item {
    min-height: 450px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .image-item img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  min-height: 570px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .image-item img {
    min-height: 450px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .image-item:hover img {
  transform: scale(1.1);
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px;
  padding-top: 0;
  border-radius: 24px;
  width: 100%;
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-item {
  background: rgba(246, 243, 240, 0.9);
  backdrop-filter: blur(30px);
  border-radius: 20px;
  padding: 20px 25px;
}
@media (max-width: 1600px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-item {
    padding: 20px 15px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-tag-list li {
  font-weight: 400;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: -0.32px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #241D1D;
  border-bottom: 1px solid #E1DEDB;
}
@media (max-width: 1399px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-tag-list li {
    font-size: 13px;
  }
}
@media (max-width: 425px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-tag-list li {
    font-size: 12px;
    line-height: 140%;
    padding: 7px 0;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-tag-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-tag-list li .time {
  margin-right: 25px;
  color: #241D1D;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 425px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .event-tag-list li .time {
    width: 38%;
    margin-right: 5px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-locution-map {
  max-width: 444px;
  width: 100%;
}
@media (max-width: 1399px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-locution-map {
    width: 100%;
    max-width: unset;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-locution-map .map-item {
  background-color: #F4F1EE;
  padding: 8px;
  padding-top: 0;
  height: 100%;
  border-radius: 24px;
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-locution-map .map-item .content {
  height: 100%;
  height: 570px;
}
@media (max-width: 1399px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-locution-map .map-item .content {
    height: 300px;
  }
}
@media (max-width: 991px) {
  .wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-locution-map .map-item .content {
    height: 200px;
  }
}
.wpo-event-ticket-Schedule-section .wpo-ticket-Schedule-all .wpo-locution-map .map-item .content iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  border-radius: 20px;
}

/*======================================
15. Program Single Page
=======================================*/
.wpo-Program-single-section .Program-top-image {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-Program-single-section .Program-top-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-Program-single-section .Program-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  min-height: 475px;
}
@media (max-width: 991px) {
  .wpo-Program-single-section .Program-image {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-Program-single-section .Program-image {
    flex-basis: 100%;
  }
}
@media (max-width: 575px) {
  .wpo-Program-single-section .Program-image {
    min-height: 300px;
  }
}
@media (max-width: 1399px) {
  .wpo-Program-single-section .Program-image:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .wpo-Program-single-section .Program-image:nth-child(2) {
    width: 70%;
  }
}
.wpo-Program-single-section .Program-image .progress-card {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 8px;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item {
  background: rgba(244, 241, 238, 0.95);
  backdrop-filter: blur(20px);
  position: relative;
  padding: 35px 25px 20px;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .wpo-Program-single-section .Program-image .progress-card .progress-item {
    padding: 25px 15px 20px;
  }
}
@media (max-width: 575px) {
  .wpo-Program-single-section .Program-image .progress-card .progress-item {
    margin-top: 15px;
  }
}
.wpo-Program-single-section .Program-image .progress-card .progress-item ul {
  margin-bottom: 15px;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
  color: #241D1D;
}
@media (max-width: 425px) {
  .wpo-Program-single-section .Program-image .progress-card .progress-item ul li {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.wpo-Program-single-section .Program-image .progress-card .progress-item ul li:last-child {
  padding-bottom: 0;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item ul li span {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .progress-top {
  padding-bottom: 15px;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .progress-top .progress {
  height: 8px;
  overflow: unset;
  background-color: #DBDBDB;
  margin-bottom: 15px;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .progress-top .progress .progress-bar {
  border-radius: 28px;
  box-shadow: none;
  position: relative;
  animation: animate-positive 4s;
  background: #F1BF66;
  height: 8px;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .progress-top .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
  overflow: unset;
  position: relative;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .progress-top .progress .progress-value {
  text-align: center;
  left: 90%;
  position: absolute;
  color: #241D1D;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 125%;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .progress-top .progress .progress-value::before {
  position: absolute;
  content: "";
  top: -8px;
  left: 0;
  width: 45px;
  height: 30px;
  border-radius: 5px;
  background-color: #F1BF66;
  z-index: -1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .progress-top .progress .progress-value span {
  position: relative;
  left: 8px;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .program-btn {
  padding-top: 30px;
  border-top: 1px solid #E1DEDB;
}
.wpo-Program-single-section .Program-image .progress-card .progress-item .program-btn .theme-btn {
  display: block;
  width: 100%;
  text-align: center;
}
.wpo-Program-single-section .Program-image .image {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  min-height: 475px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .wpo-Program-single-section .Program-image .image {
    min-height: 300px;
  }
}
.wpo-Program-single-section .Program-image:hover .image {
  transform: scale(1.1);
}
.wpo-Program-single-section .Program-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .wpo-Program-single-section .Program-wrap {
    flex-direction: column;
  }
}
.wpo-Program-single-section .Program-wrap .Program-image {
  border-radius: 12px;
}
.wpo-Program-single-section .Program-wrap .Program-image .image {
  border-radius: 12px;
}
.wpo-Program-single-section .Program-single-item .Program-single-content {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 65px;
}
@media (max-width: 767px) {
  .wpo-Program-single-section .Program-single-item .Program-single-content {
    padding-top: 40px;
  }
}
.wpo-Program-single-section .Program-single-item .Program-single-content h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 134%;
  margin-bottom: 20px;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-Program-single-section .Program-single-item .Program-single-content h2 {
    font-size: 25px;
    line-height: 125%;
    margin-bottom: 10px;
  }
}
.wpo-Program-single-section .Program-single-item .Program-single-content h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-Program-single-section .Program-single-item .Program-single-content h3 {
    font-size: 20px;
    line-height: 115%;
    margin-bottom: 10px;
  }
}
.wpo-Program-single-section .Program-single-item .Program-single-content h4 {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  padding-bottom: 5px;
}
@media (max-width: 575px) {
  .wpo-Program-single-section .Program-single-item .Program-single-content h4 {
    font-size: 14px;
    line-height: 130%;
  }
}
.wpo-Program-single-section .Program-single-item .Program-single-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.32px;
}
.wpo-Program-single-section .Program-single-item .Program-single-content .Program-content {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .wpo-Program-single-section .Program-single-item .Program-single-content .Program-content {
    margin-bottom: 40px;
  }
}
.wpo-Program-single-section .Program-single-item .Program-single-content .Program-content .Program-list {
  padding-top: 25px;
}
.wpo-Program-single-section .Program-single-item .Program-single-content .Program-content .Program-list p {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -0.32px;
}
.wpo-Program-single-section .Program-single-item .wpo-donation-amount {
  padding: 0;
  max-width: 600px;
}
.wpo-Program-single-section .Program-single-item .wpo-donation-amount .donation-content .amount-options .amount-box {
  max-width: 168px;
  width: 100%;
  padding: 46px 25px;
}
@media (max-width: 575px) {
  .wpo-Program-single-section .Program-single-item .wpo-donation-amount .donation-content .amount-options .amount-box {
    padding: 35px 20px;
    max-width: 110px;
  }
}

/*--------------------------------------------------------------
14. Programs Page
--------------------------------------------------------------*/
.wpo-programs-pg-secion .wpo-programs-top .programs-top-image {
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .wpo-programs-pg-secion .wpo-programs-top .programs-top-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.wpo-programs-pg-secion .wpo-programs-top .programs-top-image .programs-image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-programs-pg-secion .wpo-programs-top .programs-top-image .programs-image {
    flex-basis: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-programs-pg-secion .wpo-programs-top .programs-top-image .programs-image {
    flex-basis: 100%;
  }
}
.wpo-programs-pg-secion .wpo-programs-top .programs-top-image .programs-image img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.wpo-programs-pg-secion .wpo-programs-top .programs-top-image .programs-image:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
13. Contact Page
--------------------------------------------------------------*/
.wpo-contact-pg-section .contact-top-item {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section .contact-top-item {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .contact-top-item {
    padding-bottom: 40px;
  }
}
.wpo-contact-pg-section .contact-top-item .office-info-item {
  background-color: #E1DEDB;
  padding: 8px;
  padding-top: 0;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.wpo-contact-pg-section .contact-top-item .office-info-item i {
  font-size: 20px;
  font-weight: 700;
}
.wpo-contact-pg-section .contact-top-item .office-info-item h2 {
  font-family: "Parkinsans";
  margin: 0;
  color: #241D1D;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 10px;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  line-height: 134%;
}
.wpo-contact-pg-section .contact-top-item .office-info-item .office-info-content {
  background-color: rgba(244, 241, 238, 0.9);
  border-radius: 8px;
  padding: 25px 22px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-contact-pg-section .contact-top-item .office-info-item .office-info-content {
    padding: 25px 15px;
  }
}
.wpo-contact-pg-section .contact-top-item .office-info-item .office-info-content .office-info-text {
  padding-top: 37px;
}
.wpo-contact-pg-section .contact-top-item .office-info-item .office-info-content .office-info-text h3 {
  margin: 0;
  font-family: "Parkinsans";
  color: #241D1D;
  line-height: 120%;
  padding-bottom: 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
}
.wpo-contact-pg-section .contact-top-item .office-info-item .office-info-content .office-info-text p {
  margin: 0;
  font-family: "Parkinsans";
  color: #241D1D;
  font-size: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
.wpo-contact-pg-section .contact-top-item .office-info-item.active, .wpo-contact-pg-section .contact-top-item .office-info-item:hover {
  background-color: #241D1D;
}
.wpo-contact-pg-section .contact-top-item .office-info-item.active h2, .wpo-contact-pg-section .contact-top-item .office-info-item:hover h2 {
  color: #F8F1E2;
}
.wpo-contact-pg-section .contact-top-item .office-info-item.active .office-info-content, .wpo-contact-pg-section .contact-top-item .office-info-item:hover .office-info-content {
  background-color: rgba(244, 241, 238, 0.9);
}
.wpo-contact-pg-section .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section .container-fluid {
    padding: 0 10px;
  }
}
.wpo-contact-pg-section .wpo-contact-map .map-image {
  position: relative;
  z-index: 1;
  min-height: 757px;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section .wpo-contact-map .map-image {
    min-height: 400px;
  }
}
.wpo-contact-pg-section .wpo-contact-map .map-image img {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  min-height: 757px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section .wpo-contact-map .map-image img {
    min-height: 400px;
  }
}
.wpo-contact-pg-section .wpo-contact-map .map-image .contact-map-card {
  position: absolute;
  top: 100px;
  right: 60px;
  z-index: 111;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section .wpo-contact-map .map-image .contact-map-card {
    right: 20px;
    top: 70px;
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-map .map-image .contact-map-card {
    max-width: 250px;
  }
}
.wpo-contact-pg-section .wpo-contact-map .map-image .contact-map-card h2 {
  margin: 0;
  color: #241D1D;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-align: center;
  padding: 14px 0;
}
.wpo-contact-pg-section .wpo-contact-map .map-image .contact-map-card .map-item {
  background-color: rgba(244, 241, 238, 0.95);
  backdrop-filter: blur(30px);
  padding: 8px;
  padding-top: 0;
  height: 100%;
  border-radius: 24px;
}
.wpo-contact-pg-section .wpo-contact-map .map-image .contact-map-card .map-item .content {
  height: 100%;
  height: 500px;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section .wpo-contact-map .map-image .contact-map-card .map-item .content {
    height: 200px;
  }
}
.wpo-contact-pg-section .wpo-contact-map .map-image iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  border-radius: 20px;
}
.wpo-contact-pg-section .wpo-contact-form {
  max-width: 675px;
  margin: 0 auto;
  padding-top: 120px;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section .wpo-contact-form {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-form {
    padding-top: 60px;
  }
}
.wpo-contact-pg-section .wpo-contact-form .wpo-section-title h2 {
  max-width: 600px;
  margin: 0 auto;
}

.wpo-contact-form-all {
  background: #241D1D;
  padding: 10px;
  padding-top: 0;
  border-radius: 24px;
}
.wpo-contact-form-all .contact-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.32px;
  text-align: center;
  color: #F6F3F0;
  display: block;
  padding: 15px 0;
}
@media (max-width: 575px) {
  .wpo-contact-form-all .contact-title {
    padding: 10px;
    font-size: 12px;
    line-height: 130%;
  }
}
.wpo-contact-form-all .wpo-contact-form-area {
  padding: 30px 30px 25px;
  margin: 0 auto;
  background: #F4F1EE;
  border-radius: 20px;
}
@media (max-width: 1199px) {
  .wpo-contact-form-all .wpo-contact-form-area {
    padding: 35px 30px 20px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-form-all .wpo-contact-form-area {
    padding: 25px 20px 20px;
  }
}
.wpo-contact-form-all .wpo-contact-form-area .col {
  padding: 0 7px;
}
.wpo-contact-form-all .wpo-contact-form-area .input-item label {
  color: #241D1D;
  font-size: 14px;
  font-weight: 500;
  line-height: 134%;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .wpo-contact-form-all .wpo-contact-form-area .input-item label {
    font-size: 12px;
    line-height: 125%;
  }
}
.wpo-contact-form-all .wpo-contact-form-area .form-control {
  width: 100%;
  height: 48px;
  margin-bottom: 18px;
  border: 0;
  border-radius: 8px;
  background-color: #E9E7E3;
  color: #6d6865;
  font-weight: 400;
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.32px;
}
@media (max-width: 575px) {
  .wpo-contact-form-all .wpo-contact-form-area .form-control {
    font-size: 14px;
    line-height: 140%;
    height: 40px;
  }
}
.wpo-contact-form-all .wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-contact-form-all .wpo-contact-form-area .form-control::-moz-placeholder {
  color: #6d6865;
}
.wpo-contact-form-all .wpo-contact-form-area .form-control::placeholder {
  color: #6d6865;
}
.wpo-contact-form-all .wpo-contact-form-area textarea.form-control {
  height: 166px;
}
@media (max-width: 575px) {
  .wpo-contact-form-all .wpo-contact-form-area textarea.form-control {
    height: 100px;
  }
}
.wpo-contact-form-all .wpo-contact-form-area select.form-control {
  color: #6d6865;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #E9E7E3 url(../images/select-icon.png) no-repeat calc(100% - 10px) center;
  position: relative;
}
.wpo-contact-form-all .wpo-contact-form-area .submit-area {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 425px) {
  .wpo-contact-form-all .wpo-contact-form-area .submit-area {
    display: block;
  }
}
.wpo-contact-form-all .wpo-contact-form-area .submit-area .theme-btn .buttom-hover {
  display: none;
}
.wpo-contact-form-all .wpo-contact-form-area .submit-area .theme-btn:hover .buttom-icon {
  display: none;
}
.wpo-contact-form-all .wpo-contact-form-area .submit-area .theme-btn:hover .buttom-hover {
  display: block;
}
@media (max-width: 425px) {
  .wpo-contact-form-all .wpo-contact-form-area .submit-area .submit-side-text {
    margin-top: 10px;
  }
}
.wpo-contact-form-all .wpo-contact-form-area .submit-area .submit-side-text p {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
  color: #6d6865;
  max-width: 250px;
}
@media (max-width: 575px) {
  .wpo-contact-form-all .wpo-contact-form-area .submit-area .submit-side-text p {
    font-size: 12px;
    line-height: 120%;
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-form-all .wpo-contact-form-area .submit-area .submit-side-text p {
    max-width: unset;
  }
}
.wpo-contact-form-all .wpo-contact-form-area .terms {
  margin-left: 0;
  padding-top: 5px;
}
.wpo-contact-form-all .wpo-contact-form-area .terms .checkbox {
  width: 20px;
  height: 0;
  padding: 0;
  margin: 0;
}
.wpo-contact-form-all .wpo-contact-form-area .terms input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.wpo-contact-form-all .wpo-contact-form-area .terms input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 18px;
  height: 18px;
  transition: all 0.2s linear;
  border: 1px solid #241D1D;
}
.wpo-contact-form-all .wpo-contact-form-area .terms input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 18px;
  height: 18px;
  transition: all 0.2s linear;
  border-radius: 4px;
  border: 1px solid #241D1D;
}
.wpo-contact-form-all .wpo-contact-form-area .terms input[type=checkbox]:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: solid #241D1D;
  border-width: 0 0px 0px 0;
  transform: rotate(180deg);
  position: absolute;
  top: -11px;
  left: 3px;
  transition: all 0.2s linear;
}
.wpo-contact-form-all .wpo-contact-form-area .terms input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #241D1D;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 3px;
}
.wpo-contact-form-all .wpo-contact-form-area .terms label {
  margin-bottom: 0;
  cursor: pointer;
  color: #241D1D;
  font-weight: 400;
  font-size: 14px;
  line-height: 134%;
}
@media (max-width: 767px) {
  .wpo-contact-form-all .wpo-contact-form-area .terms label {
    font-size: 14px;
    line-height: 140%;
  }
}
.wpo-contact-form-all .wpo-contact-form-area .contact-validation-active label.error {
  margin-top: -8px;
  margin-bottom: 20px;
}
.wpo-contact-form-all .wpo-contact-form-area label.error,
.wpo-contact-form-all .wpo-contact-form-area label.error2 {
  color: red;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

/*--------------------------------------------------------------
16. 404 Error Page
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 1199px) {
  .error-404-section .error-message {
    padding: 0 100px;
  }
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    padding: 0 15px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  font-size: 40px;
  font-weight: 500;
  font-size: 2.2222222222rem;
  margin: 0 0 0.8em;
  color: #000;
  text-transform: capitalize;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .error-404-section .error-message h3 {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
  color: #241D1D;
}
.error-404-section .error-message .theme-btn-s3 {
  display: inline-flex;
}