@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Goolu – Charity HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> 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 Service Section
   3.3 About Section
   3.4 Causes Section
   3.5 Video Section
   3.6 Fun Fact Section
   3.7 Volunteer Section
   3.8 Testimonial Section
   3.9 Blog Section
   3.10 wpo-cta-section

4. Footer

5. Home Style 2
   5.1 Service Section Style 2
   5.2 About Section Style 2
   5.3 Fun Fact Section Style 2
   5.4 Causes Section Style 2
   5.5 Video Section Style 2
   5.6 Event Section
   5.7 Testimonial Section Style 2
   5.8 Blog Section Style 2

6. Faq Page

7. Volunteer Page

8. Donate Page

9. Shop Page

10. Shop Single Page

11. Cart Page

12. Checkout Page

13. Causes Single Page

14. Event Single Page

15. Service Single Page

16. Volunteer Single Page

17. Blog Page

18. Blog Single Page

19. Contact Page

20. 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: #041117;
  background-color: #fff;
  font-size: 18px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Parkinsans";
  font-weight: 700;
}

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;
}

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

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  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: #D9A383;
  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;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*** back to top **/
.back-to-top {
  background-color: rgba(217, 163, 131, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #D9A383;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 99999;
  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: #D9A383;
}

.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;
}

.inner-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.inner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}
.inner-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.inner-image:hover::after {
  height: 250%;
  transition: all 700ms linear;
  background-color: transparent;
}
.inner-image:hover img {
  transform: scale(1.1);
}

/* cursor css */
@media (min-width: 992px) {
  .cursor {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #CFAF3D;
    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: #323232;
    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: #525252;
    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 {
  margin-top: 0;
  margin-bottom: 65px;
  text-align: center;
}
@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 span,
.wpo-section-title-s2 span,
.wpo-section-title-s3 span {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border-radius: 18px;
  background-color: #FCF4D5;
  padding: 6px 15px;
}
@media (max-width: 575px) {
  .wpo-section-title span,
  .wpo-section-title-s2 span,
  .wpo-section-title-s3 span {
    padding: 3px 10px;
    font-size: 14px;
  }
}
.wpo-section-title h2,
.wpo-section-title-s2 h2,
.wpo-section-title-s3 h2 {
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 50px;
  line-height: 125%;
  padding-top: 25px;
}
@media (max-width: 1399px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 45px;
    line-height: 120%;
  }
}
@media (max-width: 1199px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 39px;
    line-height: 115%;
  }
}
@media (max-width: 991px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 35px;
    line-height: 115%;
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 30px;
    line-height: 110%;
  }
}
@media (max-width: 425px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 23px;
  }
}
.wpo-section-title p,
.wpo-section-title-s2 p,
.wpo-section-title-s3 p {
  margin: 0;
  color: #323232;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    font-size: 14px;
    line-height: 23px;
  }
}
.wpo-section-title .title-btn,
.wpo-section-title-s2 .title-btn,
.wpo-section-title-s3 .title-btn {
  padding-top: 34px;
}
@media (max-width: 991px) {
  .wpo-section-title .title-btn,
  .wpo-section-title-s2 .title-btn,
  .wpo-section-title-s3 .title-btn {
    padding-top: 15px;
  }
}

.wpo-section-title-s2 {
  text-align: start;
}
@media (max-width: 991px) {
  .wpo-section-title-s2 {
    text-align: center;
  }
}

.wpo-section-title-s3 {
  max-width: 1520px;
  margin: 0 auto;
  margin-top: -15px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-section-title-s3 {
    margin-top: 0;
    margin-bottom: 35px;
  }
}
.wpo-section-title-s3 h2 {
  max-width: 952px;
}
@media (max-width: 1399px) {
  .wpo-section-title-s3 h2 {
    max-width: 700px;
  }
}
@media (max-width: 1199px) {
  .wpo-section-title-s3 h2 {
    max-width: 575px;
  }
}

.theme-btn,
.theme-btn-s2 {
  color: #fff;
  display: inline-block;
  padding: 16px 30px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  border-radius: 25px;
  font-family: "Parkinsans";
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  background: #D9A383;
}
.theme-btn::before,
.theme-btn-s2::before {
  background-color: rgb(206.2333333333, 136.9333333333, 95.8666666667);
  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 {
  color: #fff;
}
.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 {
  opacity: 1;
  width: 100%;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2 {
    font-size: 16px;
    font-size: 0.8888888889rem;
    padding: 13px 20px;
  }
}
@media (max-width: 575px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #fff;
  border: 0;
}

.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: #D9A383;
  -o-box-shadow: 0 0 5px 0 rgb(228.962962963, 191.962962963, 170.037037037);
  -ms-box-shadow: 0 0 5px 0 rgb(228.962962963, 191.962962963, 170.037037037);
  box-shadow: 0 0 5px 0 rgb(228.962962963, 191.962962963, 170.037037037);
}
.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(228.962962963, 191.962962963, 170.037037037);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #D9A383;
}

.wpo-page-title {
  background: url(../images/page-title.jpg) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 280px;
  }
}
.wpo-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.88;
}
.wpo-page-title .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}
.wpo-page-title .wpo-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  padding-right: 20px;
  color: #fff;
  position: relative;
  font-size: 20px;
  font-family: "Parkinsans";
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 16px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #D9A383;
}

.preloader {
  background-color: #8b6853;
  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;
  max-width: 55px;
}
.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;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  margin-left: auto;
  max-width: 400px;
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget {
  border: 1px solid #E2E2E2;
}
.blog-sidebar .widget h3 {
  display: block;
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  padding: 15px 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 1199px) {
  .blog-sidebar .widget h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar .widget h3 {
    padding: 15px 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .blog-sidebar .widget h3 {
    padding: 15px 20px;
    font-size: 25px;
    line-height: 32px;
  }
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
@media (max-width: 575px) {
  .blog-sidebar > .widget + .widget {
    margin-top: 50px;
  }
}
.blog-sidebar {
  /*** search-widget ***/
}
.blog-sidebar .search-widget {
  border: 0;
}
.blog-sidebar .search-widget h3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background-color: transparent;
  height: 70px;
  padding: 6px 50px 6px 20px;
  border: 0;
  box-shadow: none;
  transition: all 0.3s;
  border: 1px solid #E2E2E2;
  color: #676767;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .blog-sidebar .search-widget input {
    font-size: 18px;
    line-height: 27px;
  }
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(217, 163, 131, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  transform: translateY(-50%);
}
.blog-sidebar {
  /*** category-widget ***/
}
.blog-sidebar .category-widget ul {
  list-style: none;
  padding: 30px;
}
@media (max-width: 991px) {
  .blog-sidebar .category-widget ul {
    padding: 20px;
  }
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
  }
}
.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}
@media (max-width: 991px) {
  .blog-sidebar .category-widget ul > li + li {
    margin-top: 8px;
    padding-top: 8px;
  }
}
.blog-sidebar .category-widget ul a {
  display: block;
  color: #323232;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 991px) {
  .blog-sidebar .category-widget ul a {
    font-size: 18px;
  }
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 15px;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #D9A383;
}
.blog-sidebar {
  /*** recent-post-widget ***/
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts {
  padding: 30px;
}
@media (max-width: 991px) {
  .blog-sidebar .recent-post-widget .posts {
    padding: 20px;
  }
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .posts > .post + .post {
    margin-top: 10px;
    padding-top: 10px;
  }
}
.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .post .details {
    padding-left: 10px;
  }
}
.blog-sidebar .recent-post-widget .post h4 {
  margin: 0;
  color: #000;
  font-family: "Parkinsans";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #000;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #D9A383;
}
.blog-sidebar .recent-post-widget .post .details .date {
  color: #616161;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .post .details .date {
    font-size: 14px;
  }
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar {
  /*** tag-widget ***/
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
  padding: 30px;
}
@media (max-width: 575px) {
  .blog-sidebar .tag-widget ul {
    padding: 30px 20px;
  }
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  display: inline-block;
  padding: 5px 12px;
  color: #323232;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #E2E2E2;
  text-transform: capitalize;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #D9A383;
  color: #fff;
}
.blog-sidebar {
  /*** wpo-contact-widget ***/
}
.blog-sidebar .contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 120px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.blog-sidebar .contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.54);
  content: "";
  z-index: -1;
}
@media (max-width: 1200px) {
  .blog-sidebar .contact-widget {
    padding: 40px 20px;
  }
}
.blog-sidebar .contact-widget span {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 10px;
}
.blog-sidebar .contact-widget h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .blog-sidebar .contact-widget h2 {
    font-size: 31px;
    line-height: 40px;
  }
}
.blog-sidebar .contact-widget p {
  color: #fff;
  font-size: 18px;
}
.blog-sidebar .contact-widget .theme-btn {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .blog-sidebar .contact-widget .theme-btn {
    margin-top: 20px;
  }
}

.service-sidebar {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .service-sidebar {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .service-sidebar {
    margin-top: 50px;
    max-width: 450px;
  }
}

.service-catagory ul li {
  margin-bottom: 13px;
}

.service-catagory ul li a {
  border-radius: 10px;
  background: #F1F1F1;
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 40px;
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .service-catagory ul li a {
    padding: 10px 20px;
  }
}
.service-catagory ul li a i {
  text-align: center;
  color: #D9A383;
  margin-right: 20px;
  font-size: 20px;
}
@media (max-width: 575px) {
  .service-catagory ul li a i {
    margin-right: 10px;
  }
}
.service-catagory ul li a::before {
  position: absolute;
  right: 40px;
  top: 33px;
  transform: translateY(-50%);
  content: "\f123";
  font-family: flaticon_goolu;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .service-catagory ul li a::before {
    right: 20px;
  }
}
.service-catagory ul li a:hover, .service-catagory ul li a.active {
  background: #D9A383;
  color: #fff;
}
.service-catagory ul li a:hover i, .service-catagory ul li a.active i {
  color: #fff;
}
.service-catagory ul li a:hover::before, .service-catagory ul li a.active::before {
  opacity: 1;
  visibility: visible;
}

.service-info {
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
  background: #D9A383;
  background: #F1F1F1;
}
.service-info .icon {
  width: 88px;
  height: 76px;
  line-height: 76px;
  border-radius: 4px;
  background: #D9A383;
  color: #fff;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 30px;
}
.service-info h2 {
  color: #323232;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  max-width: 244px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.service-info span {
  color: #323232;
  font-family: "Parkinsans";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.service-info .num span {
  border-radius: 24px;
  background: #D9A383;
  color: #FFF;
  text-align: center;
  font-family: "Parkinsans";
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  display: block;
  padding: 8px 10px;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.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;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: #525252;
  background: rgb(245, 248, 251);
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #D9A383;
  border-color: #D9A383;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 17px;
}

.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;
  }
}

.practice-sidebar {
  max-width: 500px;
}
@media (max-width: 991px) {
  .practice-sidebar {
    margin-top: 50px;
  }
}

.practice-catagory-title {
  background-color: #D9A383;
  padding: 20px 30px;
}
@media (max-width: 1399px) {
  .practice-catagory-title {
    padding: 20px 20px;
  }
}
@media (max-width: 1199px) {
  .practice-catagory-title {
    padding: 15px;
  }
}
.practice-catagory-title h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}
@media (max-width: 1399px) {
  .practice-catagory-title h3 {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .practice-catagory-title h3 {
    font-size: 30px;
  }
}

.practice-catagory ul {
  background-color: #F8F8F8;
  padding: 15px 30px;
}
@media (max-width: 1399px) {
  .practice-catagory ul {
    padding: 15px 20px;
  }
}
@media (max-width: 1199px) {
  .practice-catagory ul {
    padding: 15px;
  }
}

.practice-catagory ul li {
  border-bottom: 2px solid #BBBBBB;
  padding: 20px 0;
}
@media (max-width: 575px) {
  .practice-catagory ul li {
    padding: 10px 0;
  }
}
.practice-catagory ul li:last-child {
  border-bottom: none;
}

.practice-catagory ul li a {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 1399px) {
  .practice-catagory ul li a {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .practice-catagory ul li a {
    font-size: 18px;
  }
}
.practice-catagory ul li a:hover {
  color: #81B8A2;
}
.practice-catagory ul li a:hover::before {
  color: #D9A383;
}
.practice-catagory ul li a::before {
  position: absolute;
  right: 0;
  top: 20px;
  transform: translateY(-50%);
  content: "\e65a";
  font-family: "themify";
  transition: all 0.3s ease-in-out;
  color: #666666;
  font-size: 20px;
}
@media (max-width: 1399px) {
  .practice-catagory ul li a::before {
    font-size: 17px;
  }
}

.practice-info {
  padding: 50px 20px;
  text-align: center;
  width: 100%;
  margin-top: 55px;
  background: #D9A383;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 575px) {
  .practice-info {
    margin-top: 30px;
  }
}
.practice-info .icon {
  margin-bottom: 30px;
}
.practice-info h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 10px;
  color: #fff;
  font-family: "Parkinsans";
}
@media (max-width: 1399px) {
  .practice-info h2 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .practice-info h2 {
    font-size: 16px;
  }
}
.practice-info span {
  font-family: "Parkinsans";
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: normal;
  display: block;
}
@media (max-width: 1399px) {
  .practice-info span {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .practice-info span {
    font-size: 33px;
  }
}
.practice-info .theme-btn {
  background-color: #CFAF3D;
  border: 0;
  border-radius: 0;
  padding: 14px 48px;
  text-align: center;
  color: #001635;
  font-weight: 600;
  margin-top: 30px;
}
.practice-info .theme-btn::before {
  display: none;
}

/*--------------------------------------------------------------
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: relative;
  background: #fff;
  padding: 0 135px;
}
@media (max-width: 1870px) {
  .wpo-site-header {
    padding: 0 90px;
  }
}
@media (max-width: 1780px) {
  .wpo-site-header {
    padding: 0 70px;
  }
}
@media (max-width: 1600px) {
  .wpo-site-header {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .wpo-site-header {
    padding: 0 10px;
  }
}

.wpo-site-header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.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: #fff;
}

.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:focus {
  text-decoration: none;
  color: #CFAF3D;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    justify-content: start;
  }
  .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: #CFAF3D;
  }
  .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: 767px) {
  .wpo-site-header .header-right {
    right: 0;
  }
}
@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: #D9A383;
  }
  .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 .header-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.wpo-site-header .header-right .header-contact .header-contact-icon a {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #D0EFE2;
  display: block;
  border-radius: 40px;
  color: #000;
}
@media (max-width: 1199px) {
  .wpo-site-header .header-right .header-contact .header-contact-text {
    display: none;
  }
}
.wpo-site-header .header-right .header-contact .header-contact-text span {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
.wpo-site-header .header-right .close-form .theme-btn {
  padding: 11px 28px;
  color: #fff;
  border-radius: 20px;
  background-color: #D9A383;
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .close-form .theme-btn {
    padding: 11px 25px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form .theme-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .header-right > div {
    margin-right: 15px;
  }
}
.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 30px;
  position: relative;
}
@media (max-width: 1780px) {
  .wpo-site-header .header-right > div:last-child {
    margin: 0 0 0 20px;
  }
}
@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: #CFAF3D;
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a {
    padding: 32px 25px;
    display: block;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
  }
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }
}
@media screen and (min-width: 992px) and (max-width: 1780px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 32px 20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1600px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 32px 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 12px;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 10px;
  }
}
@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: 240px;
    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: 16px;
    display: block;
    padding: 10px 15px;
    color: #000;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-transform: capitalize;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #CFAF3D;
    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: #CFAF3D;
  }
  .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: #D9A383;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 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: #fff;
    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: #b47f5e;
    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: 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: #D9A383;
  }
  .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: 10px 20px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}
.wpo-site-header .navigation.sticky-header {
  padding: 0 50px;
}
@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 40px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 1500px) {
  .wpo-site-header .navigation.sticky-header .header-right .header-contact::before {
    height: 91px;
  }
}
@media (max-width: 1200px) {
  .wpo-site-header .navigation.sticky-header .header-right .header-contact::before {
    top: -30px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header .header-right .header-contact::before {
    height: 83px;
  }
}
@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header .header-right .header-contact::before {
    height: 79px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 10px 0;
  }
}
.header-style-2 {
  position: absolute;
  left: 3%;
  width: 94%;
  z-index: 99;
  top: 20px;
  border-radius: 20px;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .header-style-2 {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .header-style-2 {
    position: relative;
    left: 0;
    width: 100%;
    top: 0px;
    border-radius: 0;
    padding: 0;
  }
}
.header-style-2 .header-right .header-contact {
  display: none;
}
@media (max-width: 767px) {
  .header-style-2 .header-right .header-contact {
    display: block;
  }
}
.header-style-2 #navbar {
  justify-content: center;
}

/*--------------------------------------------------------------
3. Home Page Section
--------------------------------------------------------------*/
/* 3.1 Hero Static Section */
.wpo-hero-static,
.wpo-hero-slider {
  position: relative;
  height: 800px;
  background-image: url(../images/hero/image-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  border-radius: 40px;
  margin: 0 40px;
  z-index: 1;
}
.wpo-hero-static::before,
.wpo-hero-slider::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(102, 102, 102, 0) 100%);
  border-radius: 40px;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-static::before,
  .wpo-hero-slider::before {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static,
  .wpo-hero-slider {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static,
  .wpo-hero-slider {
    height: auto;
    margin: 0 10px;
    padding-bottom: 150px;
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static,
  .wpo-hero-slider {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
.wpo-hero-static .hero-item,
.wpo-hero-slider .hero-item {
  margin-left: 80px;
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-item,
  .wpo-hero-slider .hero-item {
    margin-left: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-item,
  .wpo-hero-slider .hero-item {
    margin-left: 0;
  }
}
.wpo-hero-static .hero-content,
.wpo-hero-slider .hero-content {
  text-align: start;
  padding-bottom: 80px;
  max-width: 620px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-content,
  .wpo-hero-slider .hero-content {
    padding: 0;
  }
}
.wpo-hero-static .hero-content p,
.wpo-hero-slider .hero-content p {
  margin: 0;
  color: #fff;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 65px;
  background: rgba(217, 217, 217, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-content p,
  .wpo-hero-slider .hero-content p {
    font-size: 14px;
    padding: 8px 10px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-content p,
  .wpo-hero-slider .hero-content p {
    font-size: 12px;
    padding: 5px 8px;
    margin-bottom: 14px;
  }
}
.wpo-hero-static .hero-content .text-item,
.wpo-hero-slider .hero-content .text-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-content .text-item,
  .wpo-hero-slider .hero-content .text-item {
    gap: 10px;
  }
}
.wpo-hero-static .hero-content h2,
.wpo-hero-slider .hero-content h2 {
  margin: 0;
  color: #fff;
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-content h2,
  .wpo-hero-slider .hero-content h2 {
    font-size: 55px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static .hero-content h2,
  .wpo-hero-slider .hero-content h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-content h2,
  .wpo-hero-slider .hero-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static .hero-content h2,
  .wpo-hero-slider .hero-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-content h2,
  .wpo-hero-slider .hero-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-content h2,
  .wpo-hero-slider .hero-content h2 {
    font-size: 26px;
  }
}
.wpo-hero-static .hero-content h2 span,
.wpo-hero-slider .hero-content h2 span {
  color: #9DF0CF;
  position: relative;
}
.wpo-hero-static .hero-content h2 span::after,
.wpo-hero-slider .hero-content h2 span::after {
  position: absolute;
  content: "";
  bottom: -42px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/hero/shape.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-content h2 span::after,
  .wpo-hero-slider .hero-content h2 span::after {
    display: none;
  }
}
.wpo-hero-static .hero-btn,
.wpo-hero-slider .hero-btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-btn,
  .wpo-hero-slider .hero-btn {
    margin-top: 25px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-btn,
  .wpo-hero-slider .hero-btn {
    margin-top: 15px;
  }
}
.wpo-hero-static .hero-btn ul,
.wpo-hero-slider .hero-btn ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-btn ul,
  .wpo-hero-slider .hero-btn ul {
    gap: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-btn ul,
  .wpo-hero-slider .hero-btn ul {
    gap: 5px;
  }
}
.wpo-hero-static .hero-btn ul .theme-btn,
.wpo-hero-slider .hero-btn ul .theme-btn {
  background-color: #CFAF3D;
  color: #fff;
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-btn ul .theme-btn,
  .wpo-hero-slider .hero-btn ul .theme-btn {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-btn ul .theme-btn-s2,
  .wpo-hero-slider .hero-btn ul .theme-btn-s2 {
    padding: 10px 14px;
    font-size: 13px;
  }
}

/* Hero Static Section style 2 */
.wpo-hero-slider {
  width: 100%;
  height: 880px;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (max-width: 991px) {
  .wpo-hero-slider {
    height: auto;
    padding: 280px 0;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider {
    height: auto;
    padding: 230px 0;
  }
}
.wpo-hero-slider .slide-inner {
  position: relative;
  z-index: 1;
}
.wpo-hero-slider .slide-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}
.wpo-hero-slider .slide-inner::after {
  position: absolute;
  content: "";
  top: 330px;
  left: 0;
  z-index: -1;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-inner::after {
    display: none;
  }
}
.wpo-hero-slider .hero-item {
  margin: 0;
  margin: 0 100px;
  padding-top: 30px;
  width: 100%;
}
@media (max-width: 1600px) {
  .wpo-hero-slider .hero-item {
    margin: 0 60px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-slider .hero-item {
    margin: 0 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-slider .hero-item {
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .hero-item {
    padding: 0;
  }
}
.wpo-hero-slider .hero-content {
  display: flex;
  max-width: unset;
  justify-content: space-between;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-hero-slider .hero-content {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    text-align: center;
  }
}
.wpo-hero-slider .hero-content .hero-right {
  max-width: 580px;
  margin-left: 20px;
}
@media (max-width: 1399px) {
  .wpo-hero-slider .hero-content .hero-right {
    max-width: 440px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .hero-content .hero-right {
    margin-left: 0;
  }
}
.wpo-hero-slider .hero-content h2 {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wpo-hero-slider .hero-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider .hero-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider .hero-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider .hero-content h2 {
    font-size: 26px;
  }
}
.wpo-hero-slider .hero-content p {
  border: 0;
  background: transparent;
  position: relative;
  display: block;
  padding: 0;
  padding-left: 18px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .wpo-hero-slider .hero-content p {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider .hero-content p {
    padding-left: 10px;
  }
}
.wpo-hero-slider .hero-content p::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 10px;
  height: 10px;
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 425px) {
  .wpo-hero-slider .hero-content p::after {
    width: 7px;
    height: 7px;
  }
}
.wpo-hero-slider .hero-content .text {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .wpo-hero-slider .hero-content .text {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-slider .hero-content .text {
    font-size: 14px;
  }
}
.wpo-hero-slider .hero-content .hero-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .wpo-hero-slider .hero-content .hero-btn {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .hero-content .hero-btn ul {
    justify-content: center;
  }
}

.wpo-hero-slider .swiper-slide {
  overflow: hidden;
}

.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover {
  opacity: 0.9;
}

@media screen and (min-width: 992px) {
  .wpo-hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  color: #fff;
  background: #CFAF3D;
  width: 12px;
  height: 12px;
}

.wpo-hero-slider .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}

.wpo-hero-slider .swiper-slide {
  position: relative;
  z-index: 11;
}

/*--------------------------------------------------------------
4. Footer
--------------------------------------------------------------*/
/* wpo-site-footer */
.wpo-cta-footer,
.wpo-cta-footer-s2 {
  background: #AC7759;
  margin: 0 40px 40px;
  border-radius: 30px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer,
  .wpo-cta-footer-s2 {
    margin: 0 20px 20px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer,
  .wpo-cta-footer-s2 {
    margin: 0 10px 10px;
  }
}
.wpo-cta-footer ul,
.wpo-cta-footer-s2 ul {
  list-style: none;
}
.wpo-cta-footer p,
.wpo-cta-footer-s2 p {
  color: #fff;
}
.wpo-cta-footer li,
.wpo-cta-footer-s2 li {
  color: #fff;
}
.wpo-cta-footer .wpo-cta-wrap,
.wpo-cta-footer-s2 .wpo-cta-wrap {
  background-color: #D9A383;
  border-radius: 30px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-item,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item {
    flex-direction: column;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content {
  padding: 80px 0;
  max-width: 650px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content {
    max-width: 550px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content {
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
  }
}
@media (max-width: 425px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content {
    padding: 40px 0;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content h2,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content h2 {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 40px;
  line-height: 140%;
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content h2,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content h2 {
    font-size: 35px;
    line-height: 130%;
  }
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content h2,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content h2,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content h2,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content h2 {
    font-size: 20px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn {
    margin-top: 25px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn {
    margin-top: 15px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn ul,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn ul,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn ul {
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 425px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn ul,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn ul {
    gap: 5px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn ul .theme-btn,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn ul .theme-btn {
  background-color: #A47DDC;
  color: #fff;
}
@media (max-width: 425px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn ul .theme-btn,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn ul .theme-btn {
    padding: 10px 14px;
    font-size: 13px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-item .cta-content .cta-btn ul .theme-btn-s2,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn ul .theme-btn-s2 {
    padding: 10px 14px;
    font-size: 13px;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-image-all,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-image-all {
  display: flex;
  justify-content: end;
  position: absolute;
  max-width: 550px;
  right: 0;
  top: -50px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image-all,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image-all {
    top: -30px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image-all,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image-all {
    top: 5px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image-all,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image-all {
    display: none;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-image,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-image {
  display: flex;
  flex-direction: column;
}
.wpo-cta-footer .wpo-cta-wrap .cta-image img,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-image img {
  border-radius: 20px;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image img,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image img {
    width: 100%;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-image li,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-image li {
  margin: 15px;
}
.wpo-cta-footer .wpo-cta-wrap .cta-image .image,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .image {
  margin-left: auto;
}
.wpo-cta-footer .wpo-cta-wrap .cta-image .items-1,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-1 {
  max-width: 167px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image .items-1,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-1 {
    max-width: 130px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image .items-1,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-1 {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image .items-1,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-1 {
    max-width: unset;
  }
}
.wpo-cta-footer .wpo-cta-wrap .cta-image .items-2,
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-2 {
  max-width: 260px;
}
@media (max-width: 1399px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image .items-2,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-2 {
    max-width: 200px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image .items-2,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-2 {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-cta-wrap .cta-image .items-2,
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-2 {
    max-width: unset;
  }
}
.wpo-cta-footer .wpo-upper-footer,
.wpo-cta-footer-s2 .wpo-upper-footer {
  padding: 100px 0;
  padding-top: 170px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-upper-footer,
  .wpo-cta-footer-s2 .wpo-upper-footer {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .wpo-upper-footer,
  .wpo-cta-footer-s2 .wpo-upper-footer {
    padding: 60px 0;
  }
}
.wpo-cta-footer .wrapper,
.wpo-cta-footer-s2 .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpo-cta-footer .wrapper,
  .wpo-cta-footer-s2 .wrapper {
    display: block;
  }
}
.wpo-cta-footer .footer-left-item,
.wpo-cta-footer-s2 .footer-left-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-cta-footer .footer-left-item,
  .wpo-cta-footer-s2 .footer-left-item {
    flex-direction: column;
    align-items: start;
  }
}
.wpo-cta-footer .footer-left-item .link-widget,
.wpo-cta-footer-s2 .footer-left-item .link-widget {
  padding: 0;
}
@media (max-width: 767px) {
  .wpo-cta-footer .footer-left-item .link-widget,
  .wpo-cta-footer-s2 .footer-left-item .link-widget {
    order: 2;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .footer-left-item .inner-text,
  .wpo-cta-footer-s2 .footer-left-item .inner-text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .footer-left-item .inner-text,
  .wpo-cta-footer-s2 .footer-left-item .inner-text {
    order: 1;
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.wpo-cta-footer .footer-left-item .inner-text h2,
.wpo-cta-footer-s2 .footer-left-item .inner-text h2 {
  margin: 0;
  font-weight: 700;
  font-size: 195px;
  line-height: 100%;
  color: transparent;
  -webkit-text-stroke: 1px #C38764;
  position: relative;
}
@media (max-width: 1500px) {
  .wpo-cta-footer .footer-left-item .inner-text h2,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 {
    font-size: 180px;
  }
}
@media (max-width: 1399px) {
  .wpo-cta-footer .footer-left-item .inner-text h2,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .footer-left-item .inner-text h2,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 {
    font-size: 110px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .footer-left-item .inner-text h2,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .footer-left-item .inner-text h2,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 {
    font-size: 80px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-footer .footer-left-item .inner-text h2,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 {
    font-size: 70px;
  }
}
.wpo-cta-footer .footer-left-item .inner-text h2 .shape,
.wpo-cta-footer-s2 .footer-left-item .inner-text h2 .shape {
  position: absolute;
  top: -33px;
  left: 60%;
  transform: translateX(50%);
}
@media (max-width: 1399px) {
  .wpo-cta-footer .footer-left-item .inner-text h2 .shape,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 .shape {
    top: -40px;
    left: 56%;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .footer-left-item .inner-text h2 .shape,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 .shape {
    max-width: 75px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-footer .footer-left-item .inner-text h2 .shape,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 .shape {
    top: -30px;
    left: 52%;
    max-width: 60px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-footer .footer-left-item .inner-text h2 .shape,
  .wpo-cta-footer-s2 .footer-left-item .inner-text h2 .shape {
    top: -25px;
    max-width: 50px;
  }
}
.wpo-cta-footer .widget-title,
.wpo-cta-footer-s2 .widget-title {
  margin-bottom: 20px;
}
.wpo-cta-footer .widget-title h3,
.wpo-cta-footer-s2 .widget-title h3 {
  margin: 0;
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
.wpo-cta-footer .footer-item,
.wpo-cta-footer-s2 .footer-item {
  display: flex;
  justify-content: space-between;
}
@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: 100px;
}
.wpo-cta-footer .link-widget:last-child,
.wpo-cta-footer-s2 .link-widget:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .wpo-cta-footer .link-widget:last-child,
  .wpo-cta-footer-s2 .link-widget:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1600px) {
  .wpo-cta-footer .link-widget,
  .wpo-cta-footer-s2 .link-widget {
    padding-right: 120px;
  }
}
@media (max-width: 1399px) {
  .wpo-cta-footer .link-widget,
  .wpo-cta-footer-s2 .link-widget {
    padding-right: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-footer .link-widget,
  .wpo-cta-footer-s2 .link-widget {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .link-widget,
  .wpo-cta-footer-s2 .link-widget {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.wpo-cta-footer .link-widget ul li,
.wpo-cta-footer-s2 .link-widget ul li {
  position: relative;
  color: #EEEEEE;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-cta-footer .link-widget ul li,
  .wpo-cta-footer-s2 .link-widget ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-footer .link-widget ul li,
  .wpo-cta-footer-s2 .link-widget ul li {
    font-size: 14px;
    line-height: 23px;
  }
}
.wpo-cta-footer .link-widget ul li a,
.wpo-cta-footer-s2 .link-widget ul li a {
  color: #EEEEEE;
  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: #fff;
  text-decoration: underline;
}
.wpo-cta-footer .link-widget ul li + li,
.wpo-cta-footer-s2 .link-widget ul li + li {
  padding-top: 10px;
}
@media (max-width: 575px) {
  .wpo-cta-footer .link-widget ul li + li,
  .wpo-cta-footer-s2 .link-widget ul li + li {
    padding-top: 5px;
  }
}
.wpo-cta-footer .wpo-lower-footer,
.wpo-cta-footer-s2 .wpo-lower-footer {
  text-align: center;
  position: relative;
  border-top: 1px solid #D9A383;
}
.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: 15px 0;
  }
}
.wpo-cta-footer .wpo-lower-footer .footer-bottom,
.wpo-cta-footer-s2 .wpo-lower-footer .footer-bottom {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-lower-footer .footer-bottom,
  .wpo-cta-footer-s2 .wpo-lower-footer .footer-bottom {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer .wpo-lower-footer .footer-bottom,
  .wpo-cta-footer-s2 .wpo-lower-footer .footer-bottom {
    flex-direction: column;
  }
}
.wpo-cta-footer .wpo-lower-footer .copyright,
.wpo-cta-footer-s2 .wpo-lower-footer .copyright {
  margin: 0;
  color: #fff;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-lower-footer .copyright,
  .wpo-cta-footer-s2 .wpo-lower-footer .copyright {
    font-size: 15px;
  }
}
@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;
  }
}
@media (max-width: 575px) {
  .wpo-cta-footer .wpo-lower-footer .copyright,
  .wpo-cta-footer-s2 .wpo-lower-footer .copyright {
    font-size: 14px;
  }
}
.wpo-cta-footer .wpo-lower-footer .copyright a,
.wpo-cta-footer-s2 .wpo-lower-footer .copyright a {
  color: #fff;
  transition: all ease-in-out 0.2s;
}
.wpo-cta-footer .wpo-lower-footer .copyright a:hover,
.wpo-cta-footer-s2 .wpo-lower-footer .copyright a:hover {
  color: #fff;
  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: #fff;
  padding: 0 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  transition: all ease-in-out 0.2s;
}
@media (max-width: 1199px) {
  .wpo-cta-footer .wpo-lower-footer .right li a,
  .wpo-cta-footer-s2 .wpo-lower-footer .right li a {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-footer .wpo-lower-footer .right li a,
  .wpo-cta-footer-s2 .wpo-lower-footer .right li a {
    padding: 0 2px;
    font-size: 14px;
  }
}
.wpo-cta-footer .wpo-lower-footer .right li a:hover,
.wpo-cta-footer-s2 .wpo-lower-footer .right li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* wpo-site-footer-s2 */
.wpo-cta-footer-s2 .wpo-cta-wrap {
  position: relative;
  z-index: 1;
}
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-item {
  justify-content: center;
  text-align: center;
}
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-item .cta-content .cta-btn ul {
  justify-content: center;
}
.wpo-cta-footer-s2 .wpo-cta-wrap .cta-image {
  flex-direction: row;
  position: absolute;
  top: 0;
  right: 30px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image {
    display: none;
  }
}
@media (max-width: 1700px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-1 {
    max-width: 120px;
  }
}
@media (max-width: 1700px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap .cta-image .items-2 {
    max-width: 160px;
  }
}
.wpo-cta-footer-s2 .wpo-cta-wrap .s2 {
  left: 30px;
  right: auto;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap .s2 {
    left: 10px;
  }
}
.wpo-cta-footer-s2 .wpo-cta-wrap .image-1 {
  position: relative;
  top: -80px;
}
@media (max-width: 1700px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap .image-1 {
    top: 20px;
  }
}
.wpo-cta-footer-s2 .wpo-cta-wrap .image-2 {
  position: relative;
  top: 100px;
}
@media (max-width: 1700px) {
  .wpo-cta-footer-s2 .wpo-cta-wrap .image-2 {
    top: 140px;
  }
}
.wpo-cta-footer-s2 .wpo-cta-wrap .image-4 {
  position: relative;
  top: 50px;
}

.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 Service Section */
.wpo-service-section,
.wpo-service-section-s2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-service-section,
  .wpo-service-section-s2 {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section,
  .wpo-service-section-s2 {
    padding-bottom: 40px;
  }
}
.wpo-service-section .wpo-section-title,
.wpo-service-section-s2 .wpo-section-title {
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .wpo-service-section .wpo-section-title,
  .wpo-service-section-s2 .wpo-section-title {
    margin-bottom: 35px;
  }
}
.wpo-service-section .wpo-section-title span,
.wpo-service-section-s2 .wpo-section-title span {
  border: 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  background-color: transparent;
  color: #CFAF3D;
}
@media (max-width: 991px) {
  .wpo-service-section .wpo-section-title span,
  .wpo-service-section-s2 .wpo-section-title span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .wpo-section-title span,
  .wpo-service-section-s2 .wpo-section-title span {
    font-size: 14px;
  }
}
.wpo-service-section .wpo-section-title h2,
.wpo-service-section-s2 .wpo-section-title h2 {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wpo-service-section .wpo-section-title h2,
  .wpo-service-section-s2 .wpo-section-title h2 {
    padding-top: 10px;
  }
}
.wpo-service-section .service-item,
.wpo-service-section-s2 .service-item {
  margin-bottom: 30px;
}
.wpo-service-section .service-item .icon,
.wpo-service-section-s2 .service-item .icon {
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.wpo-service-section .service-item .service-content,
.wpo-service-section-s2 .service-item .service-content {
  text-align: center;
}
.wpo-service-section .service-item .service-content .service-text,
.wpo-service-section-s2 .service-item .service-content .service-text {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .wpo-service-section .service-item .service-content .service-text,
  .wpo-service-section-s2 .service-item .service-content .service-text {
    padding-top: 30px;
  }
}
.wpo-service-section .service-item .service-content .service-text h3,
.wpo-service-section-s2 .service-item .service-content .service-text h3 {
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  color: #323232;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-service-section .service-item .service-content .service-text h3,
  .wpo-service-section-s2 .service-item .service-content .service-text h3 {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.wpo-service-section .service-item .service-content .service-text h3 a,
.wpo-service-section-s2 .service-item .service-content .service-text h3 a {
  color: #323232;
  transition: all ease-in-out 0.3s;
}
.wpo-service-section .service-item .service-content .service-text h3 a:hover,
.wpo-service-section-s2 .service-item .service-content .service-text h3 a:hover {
  color: #CFAF3D;
}
.wpo-service-section .service-item .service-content .service-text p,
.wpo-service-section-s2 .service-item .service-content .service-text p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #525252;
}
@media (max-width: 991px) {
  .wpo-service-section .service-item .service-content .service-text p,
  .wpo-service-section-s2 .service-item .service-content .service-text p {
    font-size: 16px;
    line-height: 26px;
  }
}

/* 3.3 About Section */
.wpo-about-section,
.wpo-about-section-s2 {
  background-color: #FCF4D5;
}
.wpo-about-section .image,
.wpo-about-section-s2 .image {
  border-radius: 30px;
}
.wpo-about-section .image img,
.wpo-about-section-s2 .image img {
  border-radius: 30px;
}
.wpo-about-section .wpo-section-title-s2,
.wpo-about-section-s2 .wpo-section-title-s2 {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-section-title-s2,
  .wpo-about-section-s2 .wpo-section-title-s2 {
    margin-bottom: 35px;
  }
}
.wpo-about-section .wpo-section-title-s2 span,
.wpo-about-section-s2 .wpo-section-title-s2 span {
  background-color: #fff;
  color: #CFAF3D;
}
.wpo-about-section .wpo-section-title-s2 h2,
.wpo-about-section-s2 .wpo-section-title-s2 h2 {
  max-width: 700px;
}
.wpo-about-section .wpo-section-title-s2 p,
.wpo-about-section-s2 .wpo-section-title-s2 p {
  max-width: 780px;
}
.wpo-about-section .wpo-section-title-s2 .theme-btn,
.wpo-about-section-s2 .wpo-section-title-s2 .theme-btn {
  background-color: #F0E2B3;
}
.wpo-about-section .about-right,
.wpo-about-section-s2 .about-right {
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-right,
  .wpo-about-section-s2 .about-right {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-right,
  .wpo-about-section-s2 .about-right {
    margin-left: 0;
    margin-top: 40px;
  }
}

/* 3.4 Causes Section */
.wpo-causes-section,
.wpo-causes-section-s2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-causes-section,
  .wpo-causes-section-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-causes-section,
  .wpo-causes-section-s2 {
    padding-bottom: 30px;
  }
}
.wpo-causes-section .causes-left,
.wpo-causes-section-s2 .causes-left {
  margin-top: 260px;
}
@media (max-width: 991px) {
  .wpo-causes-section .causes-left,
  .wpo-causes-section-s2 .causes-left {
    margin-top: 0;
  }
}
.wpo-causes-section .wpo-section-title-s2 .causes-btn,
.wpo-causes-section-s2 .wpo-section-title-s2 .causes-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  text-decoration: underline;
  color: #D9A383;
}
@media (max-width: 575px) {
  .wpo-causes-section .wpo-section-title-s2 .causes-btn,
  .wpo-causes-section-s2 .wpo-section-title-s2 .causes-btn {
    font-size: 16px;
  }
}
.wpo-causes-section .causes-item,
.wpo-causes-section-s2 .causes-item {
  max-width: 340px;
  margin-left: auto;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-causes-section .causes-item,
  .wpo-causes-section-s2 .causes-item {
    max-width: unset;
    margin-left: auto;
  }
}
.wpo-causes-section .causes-item .causes-content,
.wpo-causes-section-s2 .causes-item .causes-content {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wpo-causes-section .causes-item .causes-content,
  .wpo-causes-section-s2 .causes-item .causes-content {
    padding-top: 20px;
  }
}
.wpo-causes-section .causes-item .causes-content h3,
.wpo-causes-section-s2 .causes-item .causes-content h3 {
  margin: 0;
  font-weight: 600;
  font-size: 35px;
  line-height: 120%;
  color: #323232;
  padding-bottom: 16px;
}
@media (max-width: 1399px) {
  .wpo-causes-section .causes-item .causes-content h3,
  .wpo-causes-section-s2 .causes-item .causes-content h3 {
    font-size: 30px;
    line-height: 115%;
  }
}
@media (max-width: 1199px) {
  .wpo-causes-section .causes-item .causes-content h3,
  .wpo-causes-section-s2 .causes-item .causes-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .wpo-causes-section .causes-item .causes-content h3,
  .wpo-causes-section-s2 .causes-item .causes-content h3 {
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.wpo-causes-section .causes-item .causes-content h3 a,
.wpo-causes-section-s2 .causes-item .causes-content h3 a {
  color: #323232;
  transition: all ease-in-out 0.3s;
}
.wpo-causes-section .causes-item .causes-content h3 a:hover,
.wpo-causes-section-s2 .causes-item .causes-content h3 a:hover {
  color: #CFAF3D;
}
.wpo-causes-section .causes-item .causes-content p,
.wpo-causes-section-s2 .causes-item .causes-content p {
  margin: 0;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-causes-section .causes-item .causes-content p,
  .wpo-causes-section-s2 .causes-item .causes-content p {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-causes-section .causes-item .progress-item,
.wpo-causes-section-s2 .causes-item .progress-item {
  position: relative;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .wpo-causes-section .causes-item .progress-item,
  .wpo-causes-section-s2 .causes-item .progress-item {
    margin-top: 15px;
  }
}
.wpo-causes-section .causes-item .progress-item .progress,
.wpo-causes-section-s2 .causes-item .progress-item .progress {
  padding: 0;
  width: 100%;
  height: 16px;
  background: #F5F5F5;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.wpo-causes-section .causes-item .progress-item .progress .bar,
.wpo-causes-section-s2 .causes-item .progress-item .progress .bar {
  position: relative;
  float: left;
  min-width: 1%;
  height: 10px;
  margin-top: 3px;
  margin-left: 3px;
  background: #CFAF3D;
  z-index: 1;
  border-radius: 8px;
}
.wpo-causes-section .causes-item .progress-item .progress .s2,
.wpo-causes-section-s2 .causes-item .progress-item .progress .s2 {
  background-color: #81B8A2;
}
.wpo-causes-section .causes-item .progress-item .progres-label,
.wpo-causes-section-s2 .causes-item .progress-item .progres-label {
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin-top: 10px;
}
.wpo-causes-section .causes-item .progress-item .label-on p,
.wpo-causes-section .causes-item .progress-item .label-two p,
.wpo-causes-section-s2 .causes-item .progress-item .label-on p,
.wpo-causes-section-s2 .causes-item .progress-item .label-two p {
  margin-bottom: 0;
  color: #525252;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 575px) {
  .wpo-causes-section .causes-item .progress-item .label-on p,
  .wpo-causes-section .causes-item .progress-item .label-two p,
  .wpo-causes-section-s2 .causes-item .progress-item .label-on p,
  .wpo-causes-section-s2 .causes-item .progress-item .label-two p {
    font-size: 14px;
  }
}
.wpo-causes-section .col:nth-child(2) .causes-item,
.wpo-causes-section-s2 .col:nth-child(2) .causes-item {
  margin-top: 170px;
}
@media (max-width: 991px) {
  .wpo-causes-section .col:nth-child(2) .causes-item,
  .wpo-causes-section-s2 .col:nth-child(2) .causes-item {
    margin-top: 0;
  }
}

/* 3.5 Video Section */
.wpo-video-section,
.wpo-video-section-s2 {
  position: relative;
  z-index: 11;
}
.wpo-video-section::before,
.wpo-video-section-s2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.wpo-video-section .video-image,
.wpo-video-section-s2 .video-image {
  position: relative;
  text-align: center;
  height: 900px;
}
@media (max-width: 1199px) {
  .wpo-video-section .video-image,
  .wpo-video-section-s2 .video-image {
    height: 700px;
  }
}
@media (max-width: 991px) {
  .wpo-video-section .video-image,
  .wpo-video-section-s2 .video-image {
    height: auto;
  }
}
.wpo-video-section .video-image img,
.wpo-video-section-s2 .video-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpo-video-section .video-image .video-wrap,
.wpo-video-section-s2 .video-image .video-wrap {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .wpo-video-section .video-image .video-wrap,
  .wpo-video-section-s2 .video-image .video-wrap {
    top: 50%;
  }
}
.wpo-video-section .video-image .video-wrap .video-btn,
.wpo-video-section-s2 .video-image .video-wrap .video-btn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 1;
  border: 1px solid rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .wpo-video-section .video-image .video-wrap .video-btn,
  .wpo-video-section-s2 .video-image .video-wrap .video-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn,
  .wpo-video-section-s2 .video-image .video-wrap .video-btn {
    width: 60px;
    height: 60px;
  }
}
.wpo-video-section .video-image .video-wrap .video-btn .fi::before,
.wpo-video-section-s2 .video-image .video-wrap .video-btn .fi::before {
  font-size: 35px;
  position: relative;
  color: #fff;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-video-section .video-image .video-wrap .video-btn .fi::before,
  .wpo-video-section-s2 .video-image .video-wrap .video-btn .fi::before {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn .fi::before,
  .wpo-video-section-s2 .video-image .video-wrap .video-btn .fi::before {
    font-size: 20px;
  }
}

/* 3.6 Fun Fact Section */
.wpo-fun-fact-section,
.wpo-fun-fact-section-s2 {
  text-align: center;
  position: relative;
  z-index: 11;
  overflow: hidden;
  padding: 90px 0;
  background-color: transparent;
  padding: 0;
  margin-top: -140px;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2 {
    margin-top: -130px;
  }
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2 {
    margin-top: -115px;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 70px;
    background-color: #D9A383;
  }
}
@media (max-width: 767px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2 {
    padding: 40px 0;
  }
}
.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
  width: 25%;
  float: left;
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
    padding: 20px 0;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
    width: 50%;
  }
}
@media (max-width: 425px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
    width: 100%;
    float: none;
  }
}
.wpo-fun-fact-section .info,
.wpo-fun-fact-section-s2 .info {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .info,
  .wpo-fun-fact-section-s2 .info {
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .info,
  .wpo-fun-fact-section-s2 .info {
    display: block;
  }
}
.wpo-fun-fact-section .grid h3,
.wpo-fun-fact-section-s2 .grid h3 {
  margin: 0;
  font-family: "Parkinsans";
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 60px;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 30px;
  }
}
.wpo-fun-fact-section .grid h3 span,
.wpo-fun-fact-section-s2 .grid h3 span {
  font-family: "Parkinsans";
}
.wpo-fun-fact-section .grid h3 .item,
.wpo-fun-fact-section-s2 .grid h3 .item {
  position: relative;
  top: 3px;
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3 .item,
  .wpo-fun-fact-section-s2 .grid h3 .item {
    top: 1px;
  }
}
@media (max-width: 575px) {
  .wpo-fun-fact-section .grid h3 .item,
  .wpo-fun-fact-section-s2 .grid h3 .item {
    top: 2px;
  }
}
.wpo-fun-fact-section .grid h3 + p,
.wpo-fun-fact-section-s2 .grid h3 + p {
  margin: 0;
  color: #525252;
  color: #fff;
  text-align: start;
  font-weight: 400;
  font-size: 22px;
  line-height: 135%;
  max-width: 145px;
}
@media (max-width: 1399px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p {
    max-width: unset;
    text-align: center;
    font-size: 16px;
    line-height: 110%;
  }
}

/* 3.7 Volunteer Section */
.wpo-volunteer-section {
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  .wpo-volunteer-section {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .wpo-volunteer-section {
    padding-bottom: 25px;
  }
}
.wpo-volunteer-section .volunteer-card {
  margin-bottom: 30px;
}
.wpo-volunteer-section .volunteer-card .volunteer-image {
  position: relative;
  z-index: 1;
}
.wpo-volunteer-section .volunteer-card .volunteer-image .image {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.wpo-volunteer-section .volunteer-card .volunteer-image .image img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}
.wpo-volunteer-section .volunteer-card .volunteer-image ul {
  position: absolute;
  left: 50%;
  bottom: 0;
  padding: 0 15px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.wpo-volunteer-section .volunteer-card .volunteer-image ul li {
  display: inline-block;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 3px;
}
.wpo-volunteer-section .volunteer-card .volunteer-image ul li a {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.wpo-volunteer-section .volunteer-card .volunteer-image ul li a:hover i {
  color: #CFAF3D;
}
.wpo-volunteer-section .volunteer-card .volunteer-image ul li i {
  font-size: 18px;
  color: #6F6F6F;
}
.wpo-volunteer-section .volunteer-card:hover .volunteer-image img {
  transform: scale(1.1);
}
.wpo-volunteer-section .volunteer-card:hover ul {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.wpo-volunteer-section .volunteer-card .volunteer-text {
  text-align: center;
  padding-top: 33px;
}
@media (max-width: 991px) {
  .wpo-volunteer-section .volunteer-card .volunteer-text {
    padding-top: 20px;
  }
}
.wpo-volunteer-section .volunteer-card .volunteer-text h3 {
  margin: 0;
  padding-bottom: 10px;
  color: #323232;
}
@media (max-width: 991px) {
  .wpo-volunteer-section .volunteer-card .volunteer-text h3 {
    padding-bottom: 0;
  }
}
.wpo-volunteer-section .volunteer-card .volunteer-text h3 a {
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  transition: all 0.3s ease-in-out;
  color: #323232;
}
@media (max-width: 1199px) {
  .wpo-volunteer-section .volunteer-card .volunteer-text h3 a {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-volunteer-section .volunteer-card .volunteer-text h3 a {
    font-size: 22px;
  }
}
.wpo-volunteer-section .volunteer-card .volunteer-text h3 a:hover {
  color: #CFAF3D;
}
.wpo-volunteer-section .volunteer-card .volunteer-text span {
  color: #D9A383;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-volunteer-section .volunteer-card .volunteer-text span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wpo-volunteer-section .volunteer-card .volunteer-text span {
    font-size: 14px;
    line-height: 25px;
  }
}

/* 3.8 Testimonial Section */
.wpo-testimonial-section,
.wpo-testimonial-section-s2 {
  background-color: #F6F3F1;
}
@media (max-width: 991px) {
  .wpo-testimonial-section,
  .wpo-testimonial-section-s2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section,
  .wpo-testimonial-section-s2 {
    padding-top: 60px;
  }
}
.wpo-testimonial-section .testimonial-slide,
.wpo-testimonial-section-s2 .testimonial-slide {
  position: relative;
  width: 100%;
}
.wpo-testimonial-section .testimonial-slide .owl-item.active.center .testimonial-card,
.wpo-testimonial-section-s2 .testimonial-slide .owl-item.active.center .testimonial-card {
  display: block;
  opacity: 1;
  visibility: visible;
}
.wpo-testimonial-section .testimonial-slide .owl-item,
.wpo-testimonial-section-s2 .testimonial-slide .owl-item {
  max-width: 650px;
}
.wpo-testimonial-section .testimonial-slide .owl-stage-outer,
.wpo-testimonial-section-s2 .testimonial-slide .owl-stage-outer {
  margin: -15px;
}
.wpo-testimonial-section .testimonial-slide .owl-stage,
.wpo-testimonial-section-s2 .testimonial-slide .owl-stage {
  margin: 15px;
}
.wpo-testimonial-section .testimonial-slide .owl-nav,
.wpo-testimonial-section-s2 .testimonial-slide .owl-nav {
  display: none;
}
.wpo-testimonial-section .testimonial-slide .owl-dots,
.wpo-testimonial-section-s2 .testimonial-slide .owl-dots {
  text-align: center;
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-slide .owl-dots,
  .wpo-testimonial-section-s2 .testimonial-slide .owl-dots {
    margin-top: 40px;
  }
}
.wpo-testimonial-section .testimonial-slide .owl-dots button,
.wpo-testimonial-section-s2 .testimonial-slide .owl-dots button {
  border: 0;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #CFAF3D;
  background-color: transparent;
}
.wpo-testimonial-section .testimonial-slide .owl-dots button.active,
.wpo-testimonial-section-s2 .testimonial-slide .owl-dots button.active {
  background-color: #CFAF3D;
  width: 15px;
  height: 15px;
}
.wpo-testimonial-section .testimonial-card,
.wpo-testimonial-section-s2 .testimonial-card {
  background-color: #fff;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.031372549);
  border-radius: 20px;
  padding: 40px 50px;
  opacity: 0.4;
}
@media (max-width: 1600px) {
  .wpo-testimonial-section .testimonial-card,
  .wpo-testimonial-section-s2 .testimonial-card {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-card,
  .wpo-testimonial-section-s2 .testimonial-card {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-card,
  .wpo-testimonial-section-s2 .testimonial-card {
    opacity: 1;
  }
}
.wpo-testimonial-section .testimonial-card .content .icon,
.wpo-testimonial-section-s2 .testimonial-card .content .icon {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-card .content .icon,
  .wpo-testimonial-section-s2 .testimonial-card .content .icon {
    margin-bottom: 15px;
  }
}
.wpo-testimonial-section .testimonial-card .content .icon li,
.wpo-testimonial-section-s2 .testimonial-card .content .icon li {
  font-size: 15px;
  color: #D9A383;
}
.wpo-testimonial-section .testimonial-card .content p,
.wpo-testimonial-section-s2 .testimonial-card .content p {
  margin: 0;
  color: #000;
  font-weight: 500;
  font-size: 22px;
  line-height: 130%;
}
@media (max-width: 1600px) {
  .wpo-testimonial-section .testimonial-card .content p,
  .wpo-testimonial-section-s2 .testimonial-card .content p {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-card .content p,
  .wpo-testimonial-section-s2 .testimonial-card .content p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-card .content p,
  .wpo-testimonial-section-s2 .testimonial-card .content p {
    font-size: 16px;
  }
}
.wpo-testimonial-section .testimonial-card .client,
.wpo-testimonial-section-s2 .testimonial-card .client {
  display: flex;
  align-items: center;
  padding-top: 35px;
  width: 100%;
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-card .client,
  .wpo-testimonial-section-s2 .testimonial-card .client {
    padding-top: 25px;
  }
}
.wpo-testimonial-section .testimonial-card .client .client-img,
.wpo-testimonial-section-s2 .testimonial-card .client .client-img {
  border-radius: 50%;
}
.wpo-testimonial-section .testimonial-card .client .client-img img,
.wpo-testimonial-section-s2 .testimonial-card .client .client-img img {
  border-radius: 50%;
}
.wpo-testimonial-section .testimonial-card .client .client-text,
.wpo-testimonial-section-s2 .testimonial-card .client .client-text {
  margin-left: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-card .client .client-text,
  .wpo-testimonial-section-s2 .testimonial-card .client .client-text {
    margin-left: 10px;
  }
}
.wpo-testimonial-section .testimonial-card .client .client-text h3,
.wpo-testimonial-section-s2 .testimonial-card .client .client-text h3 {
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-card .client .client-text h3,
  .wpo-testimonial-section-s2 .testimonial-card .client .client-text h3 {
    font-size: 16px;
  }
}
.wpo-testimonial-section .testimonial-card .client .client-text span,
.wpo-testimonial-section-s2 .testimonial-card .client .client-text span {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #616161;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-card .client .client-text span,
  .wpo-testimonial-section-s2 .testimonial-card .client .client-text span {
    font-size: 14px;
  }
}

/* 3.9 Blog Section */
.wpo-blog-section,
.wpo-blog-section-s2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-blog-section,
  .wpo-blog-section-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section,
  .wpo-blog-section-s2 {
    padding-bottom: 30px;
  }
}
.wpo-blog-section .blog-card,
.wpo-blog-section-s2 .blog-card {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.06);
  max-width: 630px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card,
  .wpo-blog-section-s2 .blog-card {
    display: block;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section .blog-card,
  .wpo-blog-section-s2 .blog-card {
    margin-bottom: 30px;
    padding: 15px;
  }
}
.wpo-blog-section .blog-card .blog-content,
.wpo-blog-section-s2 .blog-card .blog-content {
  max-width: 266px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 1399px) {
  .wpo-blog-section .blog-card .blog-content,
  .wpo-blog-section-s2 .blog-card .blog-content {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-content,
  .wpo-blog-section-s2 .blog-card .blog-content {
    margin-left: 0;
    max-width: unset;
    align-items: start;
    padding-top: 20px;
  }
}
.wpo-blog-section .blog-card .blog-content span,
.wpo-blog-section-s2 .blog-card .blog-content span {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #D9A383;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-content span,
  .wpo-blog-section-s2 .blog-card .blog-content span {
    font-size: 16px;
  }
}
.wpo-blog-section .blog-card .blog-content h3,
.wpo-blog-section-s2 .blog-card .blog-content h3 {
  margin: 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 130%;
  color: #000;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-content h3,
  .wpo-blog-section-s2 .blog-card .blog-content h3 {
    font-size: 20px;
    line-height: 115%;
    padding-top: 10px;
  }
}
.wpo-blog-section .blog-card .blog-content h3 a,
.wpo-blog-section-s2 .blog-card .blog-content h3 a {
  color: #000;
  transition: all ease-in-out 0.3s;
}
.wpo-blog-section .blog-card .blog-content h3 a:hover,
.wpo-blog-section-s2 .blog-card .blog-content h3 a:hover {
  color: #CFAF3D;
}
.wpo-blog-section .blog-card .blog-content p,
.wpo-blog-section-s2 .blog-card .blog-content p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #616161;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-content p,
  .wpo-blog-section-s2 .blog-card .blog-content p {
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-content p,
  .wpo-blog-section-s2 .blog-card .blog-content p {
    font-size: 15px;
    line-height: 24px;
  }
}
.wpo-blog-section .arrow-icon,
.wpo-blog-section-s2 .arrow-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(217, 163, 131, 0.1);
  border: 1px solid rgb(217, 163, 131);
  border-radius: 100px;
  text-align: center;
  transform: rotate(39deg);
}
@media (max-width: 1199px) {
  .wpo-blog-section .arrow-icon,
  .wpo-blog-section-s2 .arrow-icon {
    margin-top: 15px;
  }
}
.wpo-blog-section .arrow-icon a,
.wpo-blog-section-s2 .arrow-icon a {
  font-weight: 300;
  font-size: 22px;
  color: #D9A383;
}
.wpo-blog-section .col:nth-child(even) .blog-card,
.wpo-blog-section-s2 .col:nth-child(even) .blog-card {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .wpo-blog-section .col:nth-child(even) .blog-card,
  .wpo-blog-section-s2 .col:nth-child(even) .blog-card {
    margin-left: 0;
  }
}
.wpo-blog-section .col:nth-child(even) .blog-card .blog-content span,
.wpo-blog-section-s2 .col:nth-child(even) .blog-card .blog-content span {
  color: #81B8A2;
}
.wpo-blog-section .col:nth-child(even) .blog-card .blog-content .arrow-icon,
.wpo-blog-section-s2 .col:nth-child(even) .blog-card .blog-content .arrow-icon {
  background: rgba(129, 184, 162, 0.1);
  border: 1px solid rgb(129, 184, 162);
}
.wpo-blog-section .col:nth-child(even) .blog-card .blog-content .arrow-icon a,
.wpo-blog-section-s2 .col:nth-child(even) .blog-card .blog-content .arrow-icon a {
  color: #81B8A2;
}

/*======================================
5. Home Style 2
 =======================================*/
/* 5.1 Service Section Style 2 */
.wpo-service-section-s2 {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s2 {
    padding-top: 60px;
  }
}

/* 5.2 About Section Style 2 */
.wpo-about-section-s2 {
  background-color: transparent;
}
.wpo-about-section-s2 .about-top {
  display: flex;
  align-content: center;
  gap: 50px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-top {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-top {
    flex-direction: column;
    margin-bottom: 35px;
  }
}
.wpo-about-section-s2 .wpo-section-title-s2 {
  margin: 0;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .wpo-section-title-s2 {
    margin-bottom: 35px;
  }
}
.wpo-about-section-s2 .wpo-section-title-s2 span {
  background-color: #FCFAF0;
  color: #CFAF3D;
}
.wpo-about-section-s2 .wpo-section-title-s2 .theme-btn {
  background-color: #CFAF3D;
  color: #fff;
}
.wpo-about-section-s2 .about-left {
  max-width: 690px;
}
.wpo-about-section-s2 .about-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-left: 90px;
  margin-top: 0;
}
@media (max-width: 1399px) {
  .wpo-about-section-s2 .about-right {
    margin-left: 60px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-right {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right {
    margin-left: 0;
  }
}
.wpo-about-section-s2 .about-right .about-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right .about-item {
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-right .about-item {
    padding-bottom: 15px;
  }
}
.wpo-about-section-s2 .about-right .about-item:last-child {
  padding-bottom: 0;
}
.wpo-about-section-s2 .about-right .about-item p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 105%;
  letter-spacing: -0.32px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-right .about-item p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-right .about-item p {
    font-size: 16px;
  }
}
.wpo-about-section-s2 .col {
  min-height: 100%;
}

/* 5.3 Fun Fact Section Style 2 */
.wpo-fun-fact-section-s2 {
  z-index: 11;
  overflow: hidden;
  padding: 70px 0;
  background-color: #D9A383;
  margin-top: 0;
}
@media (max-width: 991px) {
  .wpo-fun-fact-section-s2 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .wpo-fun-fact-section-s2 {
    padding: 40px 0;
  }
}
.wpo-fun-fact-section-s2 .info {
  justify-content: start;
}

/* 5.4 Causes Section Style 2 */
.wpo-causes-section-s2 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .wpo-causes-section-s2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-causes-section-s2 {
    padding-bottom: 30px;
  }
}
.wpo-causes-section-s2 .wpo-section-title-s2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wpo-causes-section-s2 .title-left {
  max-width: 777px;
}
.wpo-causes-section-s2 .title-right {
  padding-left: 20px;
}
.wpo-causes-section-s2 .causes-item {
  margin: 0;
  max-width: unset;
  margin-bottom: 40px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .wpo-causes-section-s2 .causes-item {
    max-width: unset;
    margin-bottom: 30px;
  }
}
.wpo-causes-section-s2 .causes-item .progress-item .progress .s3 {
  background-color: #D9A383;
}
.wpo-causes-section-s2 .col:nth-child(2) .causes-item {
  margin-top: 0;
}

/* 5.5 Video Section Style 2 */
.wpo-video-section-s2::before {
  display: none;
}
.wpo-video-section-s2 .video-image {
  max-height: 620px;
}
.wpo-video-section-s2 .video-image img {
  border-radius: 30px;
}
.wpo-video-section-s2 .video-image .video-wrap {
  top: 50%;
}

/* 5.6 Event Section */
.wpo-event-section {
  position: relative;
  background-color: #F6F3F1;
}
.wpo-event-section .event-left-side {
  margin-left: 100px;
  max-width: 485px;
}
@media (max-width: 1600px) {
  .wpo-event-section .event-left-side {
    margin-left: 50px;
  }
}
@media (max-width: 1399px) {
  .wpo-event-section .event-left-side {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-event-section .event-left-side {
    margin: 0;
    margin: 0 auto;
  }
}
.wpo-event-section .event-left-side .wpo-section-title-s2 .theme-btn {
  background-color: #CFAF3D;
  color: #fff;
}
.wpo-event-section .owl-nav {
  display: none;
}
.wpo-event-section .owl-dots {
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .wpo-event-section .owl-dots {
    display: none;
  }
}
.wpo-event-section .owl-dots button {
  border: 0;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #CFAF3D;
  background-color: transparent;
}
.wpo-event-section .owl-dots button.active {
  background-color: #CFAF3D;
  width: 15px;
  height: 15px;
}
.wpo-event-section .event-slider {
  position: relative;
  margin-left: 30px;
}
@media (max-width: 1600px) {
  .wpo-event-section .event-slider {
    margin-left: 0;
  }
}
.wpo-event-section .event-card {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  width: 100%;
}
.wpo-event-section .event-card:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 52, 43, 0) 48.36%, rgba(0, 39, 32, 0.712623) 78%, #000000 97.64%);
  border-radius: 20px;
  transition: all 0.3s;
  z-index: 11;
}
.wpo-event-section .event-card .top-date {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  font-family: "Parkinsans";
  text-align: center;
  height: 100px;
  width: 90px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 11;
}
@media (max-width: 991px) {
  .wpo-event-section .event-card .top-date {
    height: 80px;
    width: 70px;
  }
}
.wpo-event-section .event-card .top-date span {
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .wpo-event-section .event-card .top-date span {
    font-size: 17px;
  }
}
.wpo-event-section .event-card .top-date p {
  margin: 0;
  font-weight: 500;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .wpo-event-section .event-card .top-date p {
    font-size: 27px;
  }
}
.wpo-event-section .event-card .image {
  overflow: hidden;
  border-radius: 20px;
  height: 100%;
}
.wpo-event-section .event-card .image img {
  overflow: hidden;
  width: 100%;
  transition: all 0.3s;
  border-radius: 20px;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpo-event-section .event-card:hover .image img {
  transform: scale(1.1);
}
.wpo-event-section .event-card .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
  padding: 35px 30px;
}
@media (max-width: 1750px) {
  .wpo-event-section .event-card .text {
    padding: 30px 15px;
  }
}
.wpo-event-section .event-card .text h3 {
  margin: 0;
}
.wpo-event-section .event-card .text h3 a {
  font-family: "Parkinsans";
  color: #fff;
  transition: all 0.3s;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
}
@media (max-width: 1600px) {
  .wpo-event-section .event-card .text h3 a {
    font-size: 23px;
  }
}
.wpo-event-section .event-card .text h3:hover a {
  color: #D9A383;
}
.wpo-event-section .event-card .text .event-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.wpo-event-section .event-card .text .event-info span {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .wpo-event-section .event-card .text .event-info span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section .event-card .text .event-info span {
    font-size: 14px;
  }
}
.wpo-event-section .event-card .text .event-info span i {
  font-size: 16px;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .wpo-event-section .event-card .text .event-info span i {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section .event-card .text .event-info span i {
    font-size: 14px;
  }
}

/* 5.7 Testimonial Section Style 2 */
.wpo-testimonial-section-s2 {
  padding-top: 120px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section-s2 {
    padding-top: 60px;
  }
}
.wpo-testimonial-section-s2 .testimonial-slide-s2 {
  position: relative;
  width: 100%;
}
.wpo-testimonial-section-s2 .testimonial-slide-s2 .owl-stage-outer {
  margin: -15px;
}
.wpo-testimonial-section-s2 .testimonial-slide-s2 .owl-stage {
  margin: 15px;
}
.wpo-testimonial-section-s2 .testimonial-slide-s2 .owl-nav {
  display: none;
}
.wpo-testimonial-section-s2 .testimonial-slide-s2 .owl-dots {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
@media (max-width: 1500px) {
  .wpo-testimonial-section-s2 .testimonial-slide-s2 .owl-dots {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 .testimonial-slide-s2 .owl-dots {
    position: relative;
    flex-direction: row;
    right: 0;
    top: 0;
    transform: translate(0);
    margin-top: 20px;
  }
}
.wpo-testimonial-section-s2 .testimonial-slide-s2 .owl-dots button {
  border: 0;
  width: 15px;
  height: 15px;
  margin: 5px;
  border-radius: 50%;
  border: 1px solid #CFAF3D;
  background-color: transparent;
}
.wpo-testimonial-section-s2 .testimonial-slide-s2 .owl-dots button.active {
  background-color: #CFAF3D;
  width: 15px;
  height: 15px;
}
.wpo-testimonial-section-s2 .testimonial-left {
  max-width: 630px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 .testimonial-left {
    max-width: unset;
    margin-bottom: 40px;
  }
}
.wpo-testimonial-section-s2 .testimonial-card {
  opacity: 1;
}
.wpo-testimonial-section-s2 .testimonial-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* 5.8 Blog Section Style 2 */
.wpo-blog-section-s2 .blog-card {
  display: block;
  margin-bottom: 30px;
}
.wpo-blog-section-s2 .blog-card .blog-content {
  margin-left: 0;
  max-width: unset;
  padding-top: 20px;
}

/* Causes Section Style 3 */
.wpo-causes-section-s2.style-2 .causes-item {
  border: 1px solid #EEEEEE;
  padding: 15px;
  border-radius: 24px;
}

/* Event Section Style 2 */
.wpo-event-section.style-2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-event-section.style-2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section.style-2 {
    padding-bottom: 30px;
  }
}
.wpo-event-section.style-2 .wpo-section-title .theme-btn {
  color: #fff;
}
.wpo-event-section.style-2 .event-card {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
6. Faq Page
--------------------------------------------------------------*/
.wpo-faq-section {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .wpo-faq-section {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section {
    padding-top: 60px;
  }
}
.wpo-faq-section .wpo-section-title {
  text-align: center;
}
.wpo-faq-section .wpo-section-title h2 {
  display: inline-block;
  padding-top: 0;
}
.wpo-faq-section .wpo-benefits-item {
  max-width: 800px;
  margin: 0 auto;
}
.wpo-faq-section .accordion-item {
  border: 0;
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item {
    padding: 5px 12px;
  }
}
.wpo-faq-section .accordion-item:last-child {
  margin-bottom: 0;
}
.wpo-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .wpo-faq-section .accordion-item .accordion-body {
    padding-top: 0;
  }
}
.wpo-faq-section .accordion-item .accordion-body p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #323232;
}
@media (max-width: 767px) {
  .wpo-faq-section .accordion-item .accordion-body p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item .accordion-body p {
    font-size: 14px;
  }
}
.wpo-faq-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-family: "Parkinsans";
}
@media (max-width: 767px) {
  .wpo-faq-section .accordion-item button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item button {
    font-size: 16px;
    padding: 12px 0;
  }
}
.wpo-faq-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  transform: rotate(0deg);
  font-weight: 700;
}
.wpo-faq-section .accordion-item button.collapsed {
  color: #000;
}
.wpo-faq-section .accordion-item button.collapsed::after {
  content: "\e61a";
}
.wpo-faq-section .accordion-item button:focus {
  box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}
.wpo-faq-section .accordion-item .accordion-collapse {
  border: 0;
}
.wpo-faq-section .accordion-button {
  background: transparent;
}

/* Question Area */
.wpo-question-area {
  background: #f9f9f9;
  padding-top: 110px;
}
@media (max-width: 991px) {
  .wpo-question-area {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-question-area {
    padding-top: 60px;
  }
}

.wpo-question-area .wpo-section-title {
  text-align: center;
}
.wpo-question-area .wpo-section-title h2 {
  padding-top: 0;
  display: inline-block;
}

.wpo-question-area .wpo-question-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.question-touch {
  margin: auto;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  padding: 50px;
  text-align: center;
  padding-top: 60px;
  background: #fff;
  border-radius: 5px;
}
.question-touch .submit-btn-wrapper {
  padding-top: 10px;
}
.question-touch .submit-btn-wrapper .theme-btn {
  border: 0;
  color: #fff;
}

@media (max-width: 767px) {
  .question-touch {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .question-touch {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .faq-pb {
    margin-top: 15px;
  }
}
.question-touch h3 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .question-touch h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .question-touch h3 {
    font-size: 20px;
  }
}

.question-touch .half-col {
  width: 100%;
  padding: 0;
}

.question-touch input,
.question-touch textarea {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  border-top: none;
  box-shadow: none;
  margin-bottom: 22px;
  padding-left: 0;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .question-touch input,
  .question-touch textarea {
    font-size: 16px;
  }
}

.question-touch input:focus,
.question-touch textarea:focus {
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
}

.question-touch textarea {
  height: 160px;
}
@media (max-width: 767px) {
  .question-touch textarea {
    height: 100px;
  }
}

.question-touch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #616161;
}

.question-touch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #616161;
}

.question-touch :-ms-input-placeholder {
  /* IE 10+ */
  color: #616161;
}

.question-touch :-moz-placeholder {
  /* Firefox 18- */
  color: #616161;
}

/*--------------------------------------------------------------
7. Volunteer Page
--------------------------------------------------------------*/
/* Become Volunteer Section Area */
.wpo-become-volunteer-area {
  padding: 120px 0 0;
}
.wpo-become-volunteer-area .volunteer-wrap {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .wpo-become-volunteer-area .volunteer-wrap {
    padding-bottom: 70px;
  }
}

.volunter-img {
  padding: 30px;
}
@media (max-width: 767px) {
  .volunter-img {
    padding: 15px;
  }
}
.volunter-img img {
  width: 100%;
}

.volunteer-img-wrap {
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
}

.volunteer-contact-form form input,
.volunteer-contact-form form select,
.volunteer-contact-form form label,
.volunteer-contact-form form textarea {
  border: 1px solid #d0d4df;
  padding-left: 15px;
  height: 50px;
  width: 100%;
  color: #676767;
  font-size: 16px;
  font-weight: 400;
}
.volunteer-contact-form form input:focus,
.volunteer-contact-form form select:focus,
.volunteer-contact-form form label:focus,
.volunteer-contact-form form textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #D9A383;
}

.volunteer-contact-form form label {
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
}

.volunteer-contact-form form label.error {
  height: 15px;
  border: 0;
  line-height: 10px;
  padding-left: 0;
}

.volunteer-contact-form .form-group-in input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.volunteer-contact-form form textarea {
  height: 100px;
}

.volunteer-contact-form .form-group-in {
  position: relative;
}

.volunteer-contact-form .form-group-in i {
  position: absolute;
  right: 30px;
  top: 17px;
  font-size: 20px;
}

.volunteer-contact-form .form-group {
  margin-bottom: 30px;
}

.volunteer-contact-form {
  max-width: 760px;
  margin: auto;
  padding: 50px 40px;
  background: #fff;
  margin-top: -290px;
  position: relative;
  z-index: 1;
}

.volunteer-contact-form:after {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
  z-index: -1;
}

.volunteer-contact-form:before {
  position: absolute;
  left: -7px;
  bottom: -8px;
  width: 102%;
  height: 47%;
  content: "";
  background: #D9A383;
  z-index: -1;
}

.volunteer-contact-form h2 {
  margin-top: 0;
  font-size: 35px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 45px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .volunteer-contact-form {
    max-width: 635px;
    margin-top: -210px;
  }
  .volunteer-contact-form:before {
    height: 62%;
    width: 103%;
  }
}
@media (max-width: 767px) {
  .volunteer-contact-form {
    margin-top: 0px;
    padding: 14px 16px;
    box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.15);
    margin-top: 50px;
    padding-top: 30px;
  }
  .volunteer-contact-form h2 {
    font-size: 22px;
  }
  .wpo-become-volunteer-area {
    padding: 70px 0 0;
  }
}
.volunteer-contact-form .submit-area {
  text-align: center;
}
.volunteer-contact-form .submit-area .theme-btn {
  border: 0;
  color: #fff;
}

/*======================================
8. Donate Page
 =======================================*/
.donate-header {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .donate-header {
    margin-bottom: 30px;
  }
}
.donate-header h2 {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .donate-header h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .donate-header h2 {
    font-size: 25px;
  }
}

.donations-amount,
.donations-details,
.doanation-payment {
  padding: 30px;
  border: 1px solid #ebebeb;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .donations-amount,
  .donations-details,
  .doanation-payment {
    padding: 20px;
  }
}

.donations-amount h2,
.donations-details h2,
.doanation-payment h2 {
  font-size: 20px;
  font-weight: 500;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-top: 0;
}

.donations-amount input,
.donations-details input,
.donations-details textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 0;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  border-radius: 0;
  box-shadow: none;
  color: #525252;
  margin-bottom: 30px;
}
.donations-amount input:focus-visible,
.donations-details input:focus-visible,
.donations-details textarea:focus-visible {
  outline: 0;
  box-shadow: none;
}

.donations-details textarea {
  height: 135px;
}

.donations-details .form-group .error {
  margin-bottom: 20px;
}

.donations-amount input:focus,
.donations-details input:focus,
.donations-details textarea:focus {
  border-color: #D9A383;
}

.payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.payment-select ul {
  list-style: none;
}

.payment-name ul {
  display: flex;
  margin-top: 30px;
  flex-wrap: wrap;
}

.payment-area form {
  overflow: unset;
}

.payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 5px;
}

.payment-name ul {
  list-style: none;
}

.payment-name ul li input {
  margin-right: 0;
}

.payment-name ul li {
  margin-right: 15px;
}

.payment-area h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}

.payment-select ul {
  display: flex;
}

.payment-select ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #616161;
}

.payment-select label {
  font-size: 18px;
  font-weight: 600;
}

.payment-area h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}

.payment-area h2 span {
  font-size: 30px;
  color: #ff493c;
}

.payment-area {
  width: 100%;
}

.payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}

.payment-name ul li input:checked ~ label {
  background: #fcebbd;
}

.payment-name label {
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
  margin-bottom: 10px;
}

.payment-name .visa label {
  border: 1px solid #0057A0;
}

.payment-name .mas label {
  border: 1px solid #CC0000;
}

.payment-name .ski label {
  border: 1px solid #691A5F;
}

.payment-name .pay label {
  border: 1px solid #019CDE;
}

.payment-option {
  padding: 0 15px;
}
@media (max-width: 575px) {
  .payment-option {
    padding: 0;
  }
}

.payment-name.active {
  display: block;
}

.payment-option.active .payment-name {
  display: none;
}

.payment-area .form-style input {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
}
.payment-area .form-style input:focus-visible {
  outline: 0;
}

.payment-area .form-style input:focus {
  border: 1px solid #D9A383;
}

.payment-area .contact-form {
  margin-top: 40px;
}

#Donations .theme-btn {
  border: none;
  outline: none;
  box-shadow: none;
  color: #fff;
}

#Donations .submit-area {
  text-align: center;
}

/*--------------------------------------------------------------
9. Shop Page
--------------------------------------------------------------*/
.wpo-shop-section .shop-grids {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .wpo-shop-section .shop-grids {
    margin: 0 -7px;
  }
}
.wpo-shop-section .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 991px) {
  .wpo-shop-section .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .wpo-shop-section .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}
@media (max-width: 550px) {
  .wpo-shop-section .grid {
    width: calc(100% - 15px);
    float: none;
  }
}
.wpo-shop-section .grid img {
  width: 100%;
}
.wpo-shop-section .details {
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-top: 0;
  text-align: center;
  padding: 35px 15px;
}
.wpo-shop-section .details h3 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  margin: 0 0 0.5em;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wpo-shop-section .details h3 {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
@media (max-width: 767px) {
  .wpo-shop-section .details h3 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
.wpo-shop-section .details h3 a {
  color: #000;
}
.wpo-shop-section .details h3 a:hover {
  color: #D9A383;
}
.wpo-shop-section .details del {
  color: #333;
}
.wpo-shop-section .details del + span {
  display: inline-block;
  padding-left: 20px;
}
.wpo-shop-section .add-to-cart {
  margin-top: 20px;
}
.wpo-shop-section .add-to-cart a {
  font-family: "Parkinsans";
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: #D9A383;
  padding: 10px 20px;
  border: 1px solid #D9A383;
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .wpo-shop-section .add-to-cart a {
    font-size: 13px;
    font-size: 0.7222222222rem;
    padding: 8px 18px;
  }
}
.wpo-shop-section .add-to-cart a:hover {
  background-color: #D9A383;
  color: #fff;
}
.wpo-shop-section .add-to-cart a i {
  font-size: 15px;
  font-size: 0.8333333333rem;
  display: inline-block;
  padding-left: 5px;
}
.wpo-shop-section .grid:hover .add-to-cart a {
  background-color: #D9A383;
  color: #fff;
}

/*--------------------------------------------------------------
10. Shop Single Page
--------------------------------------------------------------*/
.shop-single-section .shop-single-wrap {
  max-width: 1520px;
  margin: 0 auto;
}
.shop-single-section {
  /*** product slider ***/
}
.shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}
.shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
  max-width: 650px;
  width: 100%;
}
.shop-single-section .shop-single-slider .slider-nav {
  padding: 0 25px;
  margin-top: 35px;
}
.shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}
.shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
}
.shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}
.shop-single-section .product-details {
  padding: 15px 30px 80px;
}
@media (max-width: 1199px) {
  .shop-single-section .product-details {
    padding: 10px 15px 15px;
  }
}
@media (max-width: 991px) {
  .shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details {
    padding: 0;
  }
}
.shop-single-section .product-details h2 {
  font-size: 50px;
  font-size: 2.7777777778rem;
  line-height: 1.4em;
  margin: 0 0 0.33em;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .shop-single-section .product-details h2 {
    font-size: 45px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .shop-single-section .product-details h2 {
    font-size: 40px;
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 991px) {
  .shop-single-section .product-details h2 {
    font-size: 35px;
    font-size: 1.9444444444rem;
  }
}
@media (max-width: 575px) {
  .shop-single-section .product-details h2 {
    font-size: 28px;
    font-size: 1.5555555556rem;
  }
}
.shop-single-section .product-details .price {
  font-size: 25px;
  font-size: 1.3888888889rem;
  color: #D9A383;
  margin: 7px 0 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .shop-single-section .product-details .price {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
.shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  color: #323232;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 767px) {
  .shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1rem;
  }
}
.shop-single-section .product-details .product-rt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}
@media (max-width: 575px) {
  .shop-single-section .product-details .product-rt .rating {
    margin-right: 5px;
  }
}
.shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
  font-size: 22px;
  font-style: normal;
}
.shop-single-section .product-details .product-rt .rating i:last-child {
  color: #ddd;
}
.shop-single-section .product-details .product-rt span {
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
  color: #001635;
}
@media (max-width: 1199px) {
  .shop-single-section .product-details .product-rt span {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 575px) {
  .shop-single-section .product-details .product-rt span {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.shop-single-section .product-details p {
  margin-bottom: 1.3em;
  color: #323232;
}
.shop-single-section .product-details ul {
  list-style: none;
}
.shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  color: #323232;
}
.shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #D9A383;
  content: "";
  border-radius: 50%;
}
.shop-single-section .product-details {
  /*** product option ***/
}
.shop-single-section .product-details .product-option {
  margin-top: 40px;
}
.shop-single-section .product-details .tg-btm {
  margin-top: 25px;
  color: #676767;
}
.shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
}
.shop-single-section .product-details .tg-btm p span {
  color: #323232;
  font-weight: 500;
  margin-right: 5px;
}
.shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}
.shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
}
.shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}
.shop-single-section .product-details .product-option .product-row > div + div .theme-btn-s2 {
  border-radius: 0;
  border-width: 1px;
  height: 40px;
  padding: 0 18px;
  font-size: 16px;
  border: 1px solid #EEEEEE;
}
.shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover {
  background: #D9A383;
  border-color: #D9A383;
  color: #fff;
}
.shop-single-section .product-details .product-option .theme-btn {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.7777777778rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #EEEEEE;
  border-radius: 0;
}
.shop-single-section .product-details .product-option .theme-btn:hover {
  background-color: #D9A383;
  color: #fff;
  border-color: #D9A383;
}
@media (max-width: 767px) {
  .shop-single-section .product-details .product-option .theme-btn {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.shop-single-section .product-details .product-option .theme-btn:before {
  display: none;
}
.shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.8333333333rem;
}
.shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1rem;
  color: #323232;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.shop-single-section .product-details #product-count:focus {
  box-shadow: none;
  outline: none;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  border-color: rgb(229.5, 229.5, 229.5);
  display: block;
  padding: 1px 4px;
  font-size: 10px;
}
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #D9A383;
  color: #fff;
}
.shop-single-section {
  /*** product info ***/
}
.shop-single-section .product-info {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .shop-single-section .product-info {
    margin-top: 40px;
  }
}
.shop-single-section .product-info h3 {
  font-size: 20px;
  font-size: 1.1111111111rem;
  margin: 0;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 10px;
}
.shop-single-section .product-info p {
  margin-bottom: 1.3em;
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .shop-single-section .product-info p {
    font-size: 16px;
    line-height: 26px;
  }
}
.shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info {
  /*** tabs ***/
}
.shop-single-section .product-info .nav-tabs {
  font-family: "Parkinsans";
  border: 0;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}
.shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}
.shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
}
.shop-single-section .product-info .nav-tabs a {
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: #616161;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Parkinsans";
  position: relative;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.7777777778rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}
.shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #D9A383;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.shop-single-section .product-info .nav-tabs a:hover:before,
.shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}
.shop-single-section .product-info .nav-tabs .active,
.shop-single-section .product-info .nav-tabs li:hover {
  border-color: #D9A383;
}
.shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(217, 163, 131, 0.3);
  padding-top: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.shop-single-section .product-info {
  /*** client rv ***/
}
.shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}
.shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info .client-rv .client-pic {
  width: 100px;
  float: left;
}
.shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.shop-single-section .product-info .client-rv .details {
  width: calc(100% - 130px);
  float: right;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}
.shop-single-section .product-info .client-rv .name-rating .product-rt {
  display: flex;
  align-items: center;
}
.shop-single-section .product-info .client-rv .name-rating .product-rt span {
  color: #616161;
}
.shop-single-section .product-info .client-rv .name-rating .rating {
  margin-right: 10px;
}
.shop-single-section .product-info .client-rv .name-rating .rating i {
  color: #f9d322;
  font-size: 16px;
  font-style: normal;
}
.shop-single-section .product-info .client-rv .name-rating .rating i:last-child {
  color: #ddd;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}
.shop-single-section .product-info .client-rv .name-rating-time > div,
.shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time > div,
  .shop-single-section .product-info .client-rv .name-rating > div {
    display: block;
  }
}
.shop-single-section .product-info .client-rv .rating {
  padding-left: 12px;
}
.shop-single-section .product-info .client-rv .rating i {
  color: #D9A383;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .rating {
    padding-left: 5px;
  }
}
.shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: rgb(178.5, 178.5, 178.5);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}
.shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}
.shop-single-section .product-info {
  /*** review form ***/
}
.shop-single-section .product-info .review-form {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .review-form {
    margin-top: 30px;
  }
}
.shop-single-section .product-info .review-form h4 {
  font-size: 40px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .review-form h4 {
    font-size: 30px;
    font-size: 1.6666666667rem;
  }
}
.shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #323232;
}
@media (max-width: 767px) {
  .shop-single-section .product-info .review-form p {
    font-size: 16px;
    line-height: 26px;
  }
}
.shop-single-section .product-info .review-form .give-rat-sec {
  margin-bottom: 10px;
}
.shop-single-section .product-info .review-form .give-rat-sec p {
  margin-bottom: 0;
}
.shop-single-section .product-info .review-form .give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 10px;
}
.shop-single-section .product-info .review-form .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.shop-single-section .product-info .review-form .give-rating label:last-child {
  position: static;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
  z-index: 5;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
  z-index: 4;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
  z-index: 3;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
  z-index: 2;
}
.shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
  z-index: 1;
}
.shop-single-section .product-info .review-form .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.shop-single-section .product-info .review-form .give-rating label .icon {
  float: left;
  color: transparent;
}
.shop-single-section .product-info .review-form .give-rating label:last-child .icon {
  color: #ddd;
}
.shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked ~ .icon,
.shop-single-section .product-info .review-form .give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}
.shop-single-section .product-info .review-form .give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFD400;
}
.shop-single-section .product-info .review-form form input,
.shop-single-section .product-info .review-form form textarea {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  border: 1px solid #EEEEEE;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .shop-single-section .product-info .review-form form input,
  .shop-single-section .product-info .review-form form textarea {
    font-size: 16px;
  }
}
.shop-single-section .product-info .review-form form input:focus,
.shop-single-section .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}
.shop-single-section .product-info .review-form form .form-control::-moz-placeholder {
  color: #676767;
}
.shop-single-section .product-info .review-form form .form-control::placeholder {
  color: #676767;
}
.shop-single-section .product-info .review-form form textarea {
  height: 130px;
}
.shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}
.shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}
.shop-single-section .product-info .review-form form > div:last-child .theme-btn {
  border: 0;
  color: #fff;
}
.shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

/*===========================
11. Cart Page
===========================*/
.wpo-cart-area .cart-wrapper {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}
@media (max-width: 991px) {
  .wpo-cart-area .cart-wrapper table {
    width: 1022px;
  }
}
@media (max-width: 991px) {
  .wpo-cart-area .cart-wrapper form {
    overflow: scroll;
    overflow-y: hidden;
  }
}
.wpo-cart-area .cart-wrap td,
.wpo-cart-area .cart-wrap th {
  width: 10%;
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  text-align: center;
  font-weight: 400;
  color: #262626;
}
.wpo-cart-area .cart-wrap td ul,
.wpo-cart-area .cart-wrap th ul {
  list-style: none;
}
.wpo-cart-area .cart-wrap th {
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  padding: 40px 0;
}
.wpo-cart-area .cart-wrap thead {
  background: #fff;
  color: #323232;
  padding: 40px;
}
.wpo-cart-area .cart-area form {
  margin: auto;
  text-align: center;
  background: #fff;
}
.wpo-cart-area .cart-wrap .product {
  width: 15%;
}
.wpo-cart-area .cart-wrap .product ul {
  text-align: left;
  padding-left: 30px;
  list-style: none;
}
.wpo-cart-area .cart-wrap .product ul li {
  padding-bottom: 5px;
  font-size: 20px;
  color: #323232;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-wrap .product ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-cart-area .cart-wrap .product a {
  font-size: 16px;
  color: #a5a4a4;
}
.wpo-cart-area .cart-wrap .product-2 {
  text-align: left;
  padding-left: 55px;
}
.wpo-cart-area .cart-wrap .product a:hover {
  color: #D9A383;
}
.wpo-cart-area .cart-wrap th {
  height: 80px;
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-wrap th {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-cart-area .cart-wrap td {
  padding: 40px 25px;
  font-size: 18px;
  color: #323232;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-wrap td {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.wpo-cart-area .cart-wrap td.action ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.wpo-cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}
.wpo-cart-area .cart-wrap td span {
  display: block;
  width: 100px;
  height: 38px;
  line-height: 34px;
  color: #ee9902;
  font-size: 14px;
  border: 1.5px solid #ee9902;
  border-radius: 4px;
}
.wpo-cart-area .cart-wrap td.Del span {
  color: #4ABA4E;
  border: 1.5px solid #4ABA4E;
}
.wpo-cart-area .cart-wrap td.can span {
  color: #D85656;
  border: 1.5px solid #D85656;
}
.wpo-cart-area .cart-wrap td.pro span {
  color: #691A5F;
  border: 1.5px solid #691A5F;
}
.wpo-cart-area .cart-wrap .name {
  width: 15%;
}
.wpo-cart-area .cart-wrap .action a {
  display: block;
  width: 40px;
  height: 38px;
  line-height: 45px;
  background: #414141;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.wpo-cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}
.wpo-cart-area .cart-wrap .action a:hover {
  background: #D9A383;
}
.wpo-cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}
.wpo-cart-area .cart-wrap .action li.c-btn a {
  background-color: #D9A383;
}
.wpo-cart-area .order-wrap {
  padding: 0;
}
.wpo-cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
}
.wpo-cart-area .cart-wrap .quantity {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}
.wpo-cart-area .quantity input {
  width: 105px;
  padding: 0px 35px;
  text-align: center;
  height: 36px;
  position: relative;
  background: #f2f2f5;
  border: none;
  border-radius: 40px;
}
.wpo-cart-area .quantity .qtybutton {
  position: absolute;
  top: 0;
  left: 0px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  cursor: pointer;
  color: #333;
  background: #fafaff;
  border-radius: 30px;
}
.wpo-cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}
.wpo-cart-area .cart-wrap .quantity .qtybutton.dec {
  border-left: none;
}
.wpo-cart-area .cart-wrap .quantity .qtybutton.inc {
  right: 5px;
  left: auto;
  border-right: none;
}
.wpo-cart-area .submit-btn-area {
  padding: 40px;
}
.wpo-cart-area .submit-btn-area ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}
@media (max-width: 500px) {
  .wpo-cart-area .submit-btn-area ul {
    text-align: center;
    display: block;
  }
}
.wpo-cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}
@media (max-width: 500px) {
  .wpo-cart-area .submit-btn-area ul li:last-child {
    margin-left: 0;
  }
}
.wpo-cart-area .submit-btn-area button {
  border: none;
  outline: none;
}
.wpo-cart-area .submit-btn-area .theme-btn-s2 {
  background-color: #CFAF3D;
  color: #fff;
}
.wpo-cart-area .submit-btn-area .theme-btn {
  color: #fff;
}
@media (max-width: 767px) {
  .wpo-cart-area .submit-btn-area .theme-btn {
    font-size: 16px;
    padding: 14px 22px;
  }
}
.wpo-cart-area .cart-product-list ul {
  border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
  padding-top: 20px;
  list-style: none;
}
.wpo-cart-area .cart-product-list ul li {
  display: flex;
  justify-content: space-between;
  padding: 0px 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  color: #676767;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-product-list ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-cart-area .cart-product-list ul li.cart-b {
  border-top: 1px solid rgba(240, 240, 240, 0.5803921569);
  border-bottom: 1px solid rgba(240, 240, 240, 0.5803921569);
  color: #D9A383;
  padding-top: 30px;
  font-weight: 600;
}

/*===============================
12. Checkout Page
================================*/
.wpo-checkout-area .checkout-wrap {
  background: #fff;
}
.wpo-checkout-area .checkout-wrap ul {
  list-style: none;
}
.wpo-checkout-area #open2 {
  display: block;
}
.wpo-checkout-area #open3 {
  display: none;
}
.wpo-checkout-area #open4 {
  display: none;
}
.wpo-checkout-area .create-account p {
  margin-bottom: 15px;
}
.wpo-checkout-area .create-account {
  display: none;
  padding: 20px;
}
.wpo-checkout-area .create-account span {
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  color: #707070;
}
@media (max-width: 575px) {
  .wpo-checkout-area .create-account span {
    font-size: 14px;
  }
}
.wpo-checkout-area .input-wrap {
  position: relative;
}
.wpo-checkout-area .create-account input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-left: 20px;
  border-radius: 40px;
}
.wpo-checkout-area .create-account input:focus {
  outline: none;
}
.wpo-checkout-area .create-account button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: #333;
  color: #fff;
  width: 108px;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.wpo-checkout-area .create-account button:hover {
  background: #D9A383;
}
.wpo-checkout-area .coupon {
  position: relative;
  cursor: pointer;
  cursor: pointer;
  background: #fff;
}
.wpo-checkout-area .coupon:before {
  position: absolute;
  right: 30px;
  top: 21px;
  content: "\e64b";
  font-family: "themify";
}
.wpo-checkout-area .coupon span {
  position: absolute;
  right: 30px;
  top: 30px;
}
.wpo-checkout-area .coupon label {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  padding: 25px 20px;
  border-left: 4px solid #D9A383;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-checkout-area .coupon label {
    font-size: 15px;
  }
}
.wpo-checkout-area .caupon-wrap {
  background: #fff;
  margin-bottom: 20px;
  transition: all 0.3s;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.wpo-checkout-area .active-border {
  transition: all 0.3s;
}
.wpo-checkout-area .s1.active-border .coupon-active label,
.wpo-checkout-area .s3.coupon-2 .coupon-3 label {
  border-left: none;
  border-top: 4px solid #D9A383;
  border-bottom: 1px solid #D9A383;
}
.wpo-checkout-area .s2 .coupon-3 {
  border-top: 4px solid #D9A383;
}
.wpo-checkout-area .s2.coupon-2 .coupon-3 {
  border-top: 0;
}
.wpo-checkout-area .s2 .coupon-3 label {
  border-left: 0;
  border-bottom: 1px solid #D9A383;
}
.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid #D9A383;
  border-bottom: 0;
}
.wpo-checkout-area .billing-adress .form-style input,
.wpo-checkout-area .billing-adress .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.wpo-checkout-area .billing-adress .form-style input:focus,
.wpo-checkout-area .billing-adress .form-style select:focus {
  outline: none;
  box-shadow: none;
}
.wpo-checkout-area .billing-adress .form-style label {
  font-size: 18px;
  color: #323232;
}
@media (max-width: 575px) {
  .wpo-checkout-area .billing-adress .form-style label {
    font-size: 16px;
  }
}
.wpo-checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-checkout-area .billing-adress {
  padding: 30px;
}
.wpo-checkout-area .note-area textarea {
  font-size: 18px;
  color: #323232;
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .wpo-checkout-area .note-area textarea {
    font-size: 16px;
  }
}
.wpo-checkout-area .note-area textarea:focus {
  outline: none;
}
.wpo-checkout-area .biling-item-2 {
  margin-top: 20px;
}
.wpo-checkout-area .biling-item-2 label.fontsize {
  margin-bottom: 20px;
}
.wpo-checkout-area .biling-item-2 .billing-adress {
  padding: 0;
}
.wpo-checkout-area .payment-name ul {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul {
    flex-wrap: wrap;
  }
}
.wpo-checkout-area .payment-area form {
  overflow: unset;
}
.wpo-checkout-area .payment-name ul li {
  width: 100px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
}
.wpo-checkout-area .payment-name ul li {
  margin-right: 15px;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul li {
    margin-bottom: 10px;
  }
}
.wpo-checkout-area .payment-area h2 {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.wpo-checkout-area .payment-select {
  padding: 40px 0;
}
.wpo-checkout-area .payment-select ul {
  display: flex;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-select ul {
    flex-wrap: wrap;
  }
}
.wpo-checkout-area .payment-select ul li {
  margin-right: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #525252;
}
.wpo-checkout-area .payment-select label {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-select label {
    font-size: 16px;
  }
}
.wpo-checkout-area .payment-area h2 {
  font-size: 20px;
  color: #878787;
  font-weight: 700;
}
.wpo-checkout-area .payment-area h2 span {
  font-size: 30px;
  color: #ff493c;
}
.wpo-checkout-area .payment-area {
  width: 100%;
}
.wpo-checkout-area .payment-name ul li input {
  margin-right: 0;
  position: absolute;
  z-index: -1;
}
.wpo-checkout-area .payment-name ul li input:checked ~ label {
  border: 1px solid #ff493c;
}
.wpo-checkout-area .payment-name label {
  width: 100%;
  border: 1px solid transparent;
}
.wpo-checkout-area .payment-name .visa label {
  border: 1px solid #0057A0;
}
.wpo-checkout-area .payment-name .mas label {
  border: 1px solid #CC0000;
}
.wpo-checkout-area .payment-name .ski label {
  border: 1px solid #691A5F;
}
.wpo-checkout-area .payment-name .pay label {
  border: 1px solid #019CDE;
}
.wpo-checkout-area .payment-option {
  padding: 30px;
}
.wpo-checkout-area .payment-name {
  display: none;
}
.wpo-checkout-area .payment-name.active {
  display: block;
}
.wpo-checkout-area .payment-option.active .payment-name {
  display: none;
}
.wpo-checkout-area .payment-area .form-style input,
.wpo-checkout-area .payment-area .form-style select {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 10px;
  height: 40px;
  background: #fff;
  border-radius: 2px;
  border: none;
  border: 1px solid #ebebeb;
  border-radius: 40px;
}
.wpo-checkout-area .payment-area .form-style input:focus,
.wpo-checkout-area .payment-area .form-style select:focus {
  outline: none;
}
.wpo-checkout-area .payment-area .form-style label {
  font-size: 18px;
  color: #323232;
}
@media (max-width: 575px) {
  .wpo-checkout-area .payment-area .form-style label {
    font-size: 16px;
  }
}
.wpo-checkout-area .payment-area .contact-form {
  margin-top: 40px;
}
.wpo-checkout-area .cout-order-area {
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.wpo-checkout-area .cout-order-area .oreder-item ul li {
  display: flex;
  justify-content: space-between;
  padding: 20px 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #676767;
}
.wpo-checkout-area .cout-order-area .oreder-item ul li.s-total {
  font-weight: 400;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-header {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-middle {
  border-bottom: 1px solid #ebebeb;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom {
  border-top: 1px solid #ebebeb;
  color: #D9A383;
  font-weight: 600;
}
.wpo-checkout-area .create-account.active {
  display: block;
}
.wpo-checkout-area .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.wpo-checkout-area .contact-form input,
.wpo-checkout-area .contact-form select {
  margin-top: 10px;
}
.wpo-checkout-area .submit-btn-area {
  margin-top: 20px;
}
.wpo-checkout-area .submit-btn-area .theme-btn {
  border: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .wpo-checkout-area .submit-btn-area .theme-btn {
    padding: 12px 20px;
    font-size: 16px;
  }
}

/*===============================
13. Causes Single Page
================================*/
/* causes details area */
.wpo-causes-details-area .image {
  position: relative;
  margin-bottom: -65px;
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-causes-details-area .image {
    margin-bottom: 50px;
  }
}
.wpo-causes-details-area .image img {
  border-radius: 20px;
  width: 100%;
  filter: grayscale(0);
}
.wpo-causes-details-area .causes-details-content {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.05);
  max-width: 850px;
  margin: 0 auto;
  padding: 80px 45px 65px;
  margin-bottom: 80px;
}
@media (max-width: 1399px) {
  .wpo-causes-details-area .causes-details-content {
    padding: 50px 30px 50px;
  }
}
@media (max-width: 767px) {
  .wpo-causes-details-area .causes-details-content {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-causes-details-area .causes-details-content {
    padding: 40px 20px;
  }
}
.wpo-causes-details-area h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .wpo-causes-details-area h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-causes-details-area h2 {
    font-size: 33px;
  }
}
@media (max-width: 575px) {
  .wpo-causes-details-area h2 {
    font-size: 26px;
  }
}
.wpo-causes-details-area p {
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .wpo-causes-details-area p {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 40px;
  }
}
.wpo-causes-details-area h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 35px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .wpo-causes-details-area h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-causes-details-area h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.wpo-causes-details-area h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .wpo-causes-details-area h4 {
    font-size: 20px;
  }
}
.wpo-causes-details-area .notice {
  border-radius: 50px;
  border: 1px solid #D8DDE1;
  background: #FDF8EA;
  padding: 20px 70px;
  max-width: 700px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .wpo-causes-details-area .notice {
    padding: 20px;
    border-radius: 20px;
  }
}
.wpo-causes-details-area .notice::before {
  position: absolute;
  left: 40px;
  top: 0;
  height: 100%;
  width: 4px;
  content: "";
  background: #323232;
}
@media (max-width: 575px) {
  .wpo-causes-details-area .notice::before {
    display: none;
  }
}
.wpo-causes-details-area .notice .icon {
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .wpo-causes-details-area .notice .icon {
    display: none;
  }
}
.wpo-causes-details-area .notice p {
  color: #676767;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  max-width: 425px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-causes-details-area .notice p {
    font-size: 14px;
    line-height: 22px;
  }
}
.wpo-causes-details-area .notice p span {
  color: #525252;
}
.wpo-causes-details-area .donation-container {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  border-radius: 10px;
}
.wpo-causes-details-area .selected-amount,
.wpo-causes-details-area .selected-amount-container {
  width: 100%;
  position: relative;
}
.wpo-causes-details-area .amounts,
.wpo-causes-details-area .preset-amounts {
  display: flex;
  justify-content: left;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 575px) {
  .wpo-causes-details-area .amounts,
  .wpo-causes-details-area .preset-amounts {
    flex-wrap: wrap;
  }
}
.wpo-causes-details-area .amount,
.wpo-causes-details-area .custom,
.wpo-causes-details-area .preset-amount {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 5px;
  border: 1px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  background-color: #f4f4f4;
  transition: background-color 0.3s;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
}
.wpo-causes-details-area .amount:hover,
.wpo-causes-details-area .custom:hover,
.wpo-causes-details-area .preset-amount:hover {
  background-color: #D9A383;
  color: #fff;
  border: 1px solid #D9A383;
}
.wpo-causes-details-area .selected {
  background-color: #D9A383;
  color: #fff;
  border: 1px solid #D9A383;
}
.wpo-causes-details-area .currency,
.wpo-causes-details-area .currency-symbol {
  background-color: #D9A383;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  width: 50px;
  height: 50px;
  top: 15px;
  left: 5px;
  line-height: 50px;
  text-align: center;
  position: absolute;
}
.wpo-causes-details-area .amount-input,
.wpo-causes-details-area .donation-amount-input {
  font-size: 24px;
  border: none;
  color: black;
  width: 100%;
  border-radius: 30px;
  background: #EFEFEF;
  height: 60px;
  padding-left: 65px;
}
.wpo-causes-details-area .amount-input:focus-visible,
.wpo-causes-details-area .donation-amount-input:focus-visible {
  outline: 0;
}
.wpo-causes-details-area .payment-methods {
  margin-top: 20px;
  width: 100%;
}
.wpo-causes-details-area .payment-methods h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-causes-details-area .payment-methods h5 {
    font-size: 17px;
  }
}
.wpo-causes-details-area .radio-group,
.wpo-causes-details-area .payment-options {
  display: flex;
  flex-direction: column;
  margin: 20px;
}
.wpo-causes-details-area .custom-radio-wrap,
.wpo-causes-details-area .custom-radio-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 757px) {
  .wpo-causes-details-area .custom-radio-wrap,
  .wpo-causes-details-area .custom-radio-group {
    padding-bottom: 30px;
  }
}
.wpo-causes-details-area .custom-radio,
.wpo-causes-details-area .custom-radio-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 10px 0;
  margin-right: 10px;
  color: #323232;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
.wpo-causes-details-area .custom-radio input,
.wpo-causes-details-area .custom-radio-option input {
  display: none;
}
.wpo-causes-details-area .radio,
.wpo-causes-details-area .radio-mark {
  width: 16px;
  height: 16px;
  border: 1px solid #D8DDE1;
  border-radius: 50%;
  position: relative;
  margin-right: 6px;
  transition: background-color 0.3s, border-color 0.3s;
}
.wpo-causes-details-area .custom-radio input:checked + .radio,
.wpo-causes-details-area .custom-radio-option input:checked + .radio-mark {
  border-color: #D9A383;
}
.wpo-causes-details-area .custom-radio input:checked + .radio::after,
.wpo-causes-details-area .custom-radio-option input:checked + .radio-mark::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #D9A383;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
}
.wpo-causes-details-area .form-section {
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 575px) {
  .wpo-causes-details-area .form-section {
    margin-top: 35px;
  }
}
.wpo-causes-details-area .form-section h3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 991px) {
  .wpo-causes-details-area .form-section h3 {
    font-size: 20px;
  }
}
.wpo-causes-details-area .form-section .item {
  display: inline-block;
  width: 49%;
}
@media (max-width: 575px) {
  .wpo-causes-details-area .form-section .item {
    width: 100%;
  }
}
.wpo-causes-details-area .form-section .item:nth-child(2) {
  margin-right: 10px;
}
@media (max-width: 1399px) {
  .wpo-causes-details-area .form-section .item:nth-child(2) {
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .wpo-causes-details-area .form-section .item:nth-child(2) {
    margin-right: 0px;
  }
}
.wpo-causes-details-area .form-section .item:nth-child(4) {
  width: 100%;
}
.wpo-causes-details-area .form-section .item:nth-child(5) {
  width: 100%;
}
.wpo-causes-details-area input,
.wpo-causes-details-area textarea,
.wpo-causes-details-area .custom-radio-option input {
  width: 100%;
  padding: 10px 20px;
  margin: 10px 0;
  transition: border-color 0.3s;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: #EFEFEF;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  color: #676767;
}
@media (max-width: 575px) {
  .wpo-causes-details-area input,
  .wpo-causes-details-area textarea,
  .wpo-causes-details-area .custom-radio-option input {
    font-size: 16px;
  }
}
.wpo-causes-details-area .form-section input:focus,
.wpo-causes-details-area .form-section textarea:focus {
  border-color: #D9A383;
  outline: none;
}
.wpo-causes-details-area .theme-btn {
  margin-top: 20px;
  border: 0;
  color: #fff;
}
.wpo-causes-details-area .error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}
.wpo-causes-details-area .success-message {
  color: green;
  font-size: 16px;
  margin-top: 20px;
  display: none;
}
.wpo-causes-details-area .accordion-all-item .accordion {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .wpo-causes-details-area .accordion-all-item .accordion {
    margin-top: 60px;
  }
}

/*----------------------------------------------
14. Event Single Page
----------------------------------------------*/
.wpo-event-details-area .wpo-event-details-text {
  margin-top: 50px;
}
.wpo-event-details-area .wpo-event-details-text h2 {
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 500;
  line-height: 50px;
}
@media (max-width: 1399px) {
  .wpo-event-details-area .wpo-event-details-text h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .wpo-event-details-area .wpo-event-details-text h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-event-details-area .wpo-event-details-text h2 {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-event-details-area .wpo-event-details-text h2 {
    font-size: 28px;
    line-height: 30px;
  }
}
.wpo-event-details-area p {
  margin: 0;
  font-size: 18px;
  line-height: 35px;
  font-weight: 400;
  color: #676767;
}
@media (max-width: 767px) {
  .wpo-event-details-area p {
    font-size: 16px;
    line-height: 28px;
  }
}
.wpo-event-details-area .wpo-event-details-wrap {
  margin-top: 40px;
}
.wpo-event-details-area .wpo-event-details-tab .nav {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 590px) {
  .wpo-event-details-area .wpo-event-details-tab .nav {
    display: block;
  }
}
.wpo-event-details-area .wpo-event-details-tab .nav-tabs > li {
  margin-bottom: -1px;
  width: 100%;
  flex-basis: 33.33%;
}
.wpo-event-details-area .wpo-event-details-wrap {
  border: 1px solid #ebebeb;
}
.wpo-event-details-area .wpo-event-details-tab .nav li a {
  display: block;
  text-align: center;
  color: #323232;
  transition: all 0.5s;
  font-weight: 400;
  margin-right: 1px;
  border: none;
  border-radius: 0px;
  background: #f6f6f6;
  border-bottom: none;
  border-top: 4px solid transparent;
  line-height: 20px;
  height: 50px;
}
.wpo-event-details-area .wpo-event-details-tab .nav li:last-child a {
  margin-right: -1px;
}
.wpo-event-details-area .wpo-event-details-tab .nav li a.active,
.wpo-event-details-area .wpo-event-details-tab .nav li:hover a {
  background: #fff;
  outline: none;
  border: none;
  color: #323232;
  border-top: 4px solid #D9A383;
}
.wpo-event-details-area .wpo-event-details-content {
  padding: 30px;
}
.wpo-event-details-area #Schedule ul {
  list-style: none;
  margin-top: 30px;
}
.wpo-event-details-area #Schedule ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  color: #525252;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .wpo-event-details-area #Schedule ul li {
    font-size: 14px;
  }
}
.wpo-event-details-area #Schedule ul li:before {
  content: "";
  background: #D9A383;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
}
.wpo-event-details-area #Map .contact-map iframe {
  width: 100%;
  height: 500px;
}
.wpo-event-details-area .event-contact .wpo-donations-details {
  border: none;
  padding: 0;
}
.wpo-event-details-area .event-contact .wpo-donations-details .theme-btn {
  border: none;
  outline: none;
  border-radius: 40px;
  box-shadow: none;
  margin-top: 20px;
  color: #fff;
}
.wpo-event-details-area .event-contact .wpo-donations-details .form-control {
  margin-bottom: 30px;
  padding: 14px 10px;
  font-size: 18px;
  font-weight: 400;
}
.wpo-event-details-area .event-contact .wpo-donations-details .form-control:focus {
  border: 1px solid #D9A383;
  outline: none;
  box-shadow: none;
}
.wpo-event-details-area .event-contact .wpo-donations-details textarea {
  height: 130px;
}
.wpo-event-details-area .contact-validation-active label.error {
  position: relative;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 400px) {
  .wpo-event-details-area .wpo-event-details-tab .nav {
    flex-wrap: wrap;
  }
  .wpo-event-details-area .wpo-event-details-tab .nav li a {
    margin-bottom: 15px;
    padding: 12px;
  }
}
.wpo-event-details-area .wpo-event-img img,
.wpo-event-details-area .wpo-case-details-img img {
  width: 100%;
}

/*----------------------------------------------
15. Service Single Page
----------------------------------------------*/
/*service single page */
.wpo-service-single-page .service-single-wrap .title-image,
.wpo-service-single-page .case-details-left .title-image {
  margin-bottom: 30px;
}
.wpo-service-single-page .service-single-wrap .title-image img,
.wpo-service-single-page .case-details-left .title-image img {
  width: 100%;
}
.wpo-service-single-page .service-single-wrap h2,
.wpo-service-single-page .case-details-left h2 {
  color: #000;
  font-size: 45px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wpo-service-single-page .service-single-wrap h2,
  .wpo-service-single-page .case-details-left h2 {
    font-size: 38px;
  }
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-single-wrap h2,
  .wpo-service-single-page .case-details-left h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-service-single-page .service-single-wrap h2,
  .wpo-service-single-page .case-details-left h2 {
    font-size: 25px;
  }
}
.wpo-service-single-page .service-single-wrap h3,
.wpo-service-single-page .case-details-left h3 {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-service-single-page .service-single-wrap h3,
  .wpo-service-single-page .case-details-left h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-service-single-page .service-single-wrap p,
.wpo-service-single-page .case-details-left p {
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  max-width: 800px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wpo-service-single-page .service-single-wrap p,
  .wpo-service-single-page .case-details-left p {
    font-size: 16px;
    line-height: 28px;
  }
}
.wpo-service-single-page .service-single-wrap .video-wrap,
.wpo-service-single-page .case-details-left .video-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .wpo-service-single-page .service-single-wrap .video-wrap,
  .wpo-service-single-page .case-details-left .video-wrap {
    display: block;
  }
}
.wpo-service-single-page .service-single-wrap .video-img,
.wpo-service-single-page .case-details-left .video-img {
  position: relative;
  max-width: 400px;
  width: 100%;
}
.wpo-service-single-page .service-single-wrap .video-holder,
.wpo-service-single-page .case-details-left .video-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpo-service-single-page .service-single-wrap .video-holder .video-btn,
.wpo-service-single-page .case-details-left .video-holder .video-btn {
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-service-single-page .service-single-wrap .video-holder .video-btn i,
.wpo-service-single-page .case-details-left .video-holder .video-btn i {
  color: #D9A383;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-service-single-page .service-single-wrap .video-content,
.wpo-service-single-page .case-details-left .video-content {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .wpo-service-single-page .service-single-wrap .video-content,
  .wpo-service-single-page .case-details-left .video-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.wpo-service-single-page .service-single-wrap .video-content h2,
.wpo-service-single-page .case-details-left .video-content h2 {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-single-wrap .video-content h2,
  .wpo-service-single-page .case-details-left .video-content h2 {
    font-size: 25px;
  }
}
.wpo-service-single-page .service-single-wrap .video-content ul li,
.wpo-service-single-page .case-details-left .video-content ul li {
  display: block;
  color: #616161;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wpo-service-single-page .service-single-wrap .video-content ul li,
  .wpo-service-single-page .case-details-left .video-content ul li {
    font-size: 16px;
    line-height: 22px;
  }
}
.wpo-service-single-page .service-single-wrap .video-content ul li::before,
.wpo-service-single-page .case-details-left .video-content ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #FFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  font-family: flaticon_goolu;
  content: "\f128";
  text-align: center;
}
.wpo-service-single-page .service-single-wrap .quate,
.wpo-service-single-page .case-details-left .quate {
  max-width: 850px;
  background: #FFF;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 15px 70px 15px 25px;
  border-left: 4px solid #D9A383;
  margin-bottom: 0;
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 60px;
}

.image-gallery h2 {
  display: block;
}
.image-gallery ul {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .image-gallery ul {
    margin: -5px;
  }
}
.image-gallery ul li {
  flex: 37%;
  max-width: 37%;
  padding: 15px;
  overflow: hidden;
  position: relative;
}
.image-gallery ul li .inner-image {
  display: block;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .image-gallery ul li {
    flex: 50%;
    max-width: 50%;
    padding: 5px;
  }
}
@media (max-width: 575px) {
  .image-gallery ul li {
    flex: 100%;
    max-width: 100%;
  }
}
.image-gallery ul li img {
  width: 100%;
  max-height: 218px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.image-gallery ul li:nth-child(1) {
  flex: 63%;
  max-width: 63%;
}
@media (max-width: 1199px) {
  .image-gallery ul li:nth-child(1) {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .image-gallery ul li:nth-child(1) {
    flex: 100%;
    max-width: 100%;
  }
}
.image-gallery ul li:last-child {
  flex: 63%;
  max-width: 63%;
}
@media (max-width: 1199px) {
  .image-gallery ul li:last-child {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .image-gallery ul li:last-child {
    flex: 100%;
    max-width: 100%;
  }
}

.accordion-all-item .accordion {
  margin-top: 50px;
}
.accordion-all-item .accordion-item {
  border: 1px solid rgba(4, 18, 31, 0.08);
  background: #FFF;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 14px 47px 0px transparent;
}
.accordion-all-item .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-all-item .accordion-item .accordion-header {
  text-align: left;
  padding: 30px 35px;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  color: #323232;
  font-family: "Parkinsans";
  font-size: 22px;
  font-weight: 500;
  background: transparent;
  position: relative;
}
@media (max-width: 1199px) {
  .accordion-all-item .accordion-item .accordion-header {
    padding: 25px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .accordion-all-item .accordion-item .accordion-header {
    padding: 15px;
    font-size: 17px;
  }
}
.accordion-all-item .accordion-item .accordion-header::before {
  position: absolute;
  content: "\e64b";
  font-family: themify;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .accordion-all-item .accordion-item .accordion-header::before {
    right: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.accordion-all-item .accordion-item.active {
  border: 1px solid transparent;
  box-shadow: 0px 14px 47px 0px rgba(40, 46, 58, 0.08);
}
.accordion-all-item .accordion-item.active .accordion-header::before {
  content: "\e648";
  color: #D9A383;
}
.accordion-all-item .accordion-content {
  display: none;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  padding: 35px 30px;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .accordion-all-item .accordion-content {
    padding: 25px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .accordion-all-item .accordion-content {
    padding: 15px;
    padding-top: 0;
  }
}
.accordion-all-item .accordion-content p {
  color: #676767;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .accordion-all-item .accordion-content p {
    font-size: 15px;
    line-height: 25px;
  }
}
.accordion-all-item .accordion-item.active .accordion-content {
  display: block;
  transition: all 0.3s ease-in-out;
}
.accordion-all-item .accordion-content {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.accordion-all-item .accordion-item.active .accordion-content {
  display: block;
  transition: all 0.3s ease-in-out;
}

/*==========================================
16. Volunteer Single Page
===========================================*/
.wpo-volunteer-pg-area {
  margin: 0 auto;
}
.wpo-volunteer-pg-area p {
  font-weight: 400;
  color: #323232;
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .wpo-volunteer-pg-area p {
    font-size: 16px;
    line-height: 30px;
  }
}
.wpo-volunteer-pg-area .volunteer-inner {
  position: relative;
  z-index: 1;
}
.wpo-volunteer-pg-area .volunteer-inner .pr-shape-1 {
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1650px) {
  .wpo-volunteer-pg-area .volunteer-inner .pr-shape-1 {
    opacity: 0.3;
  }
}
@media (max-width: 991px) {
  .wpo-volunteer-pg-area .volunteer-inner .pr-shape-1 {
    display: none;
  }
}
.wpo-volunteer-pg-area .volunteer-info-img {
  padding: 30px;
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  position: relative;
  z-index: 1;
  background: #fff;
}
.wpo-volunteer-pg-area .volunteer-info-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wpo-volunteer-pg-area .volunteer-info-text span {
  display: block;
  margin-bottom: 20px;
  color: #D9A383;
}
.wpo-volunteer-pg-area .volunteer-info-text ul {
  overflow: hidden;
  padding-top: 10px;
  list-style: none;
  display: flex;
  align-items: center;
}
.wpo-volunteer-pg-area .volunteer-info-text ul li {
  font-size: 22px;
  color: #323232;
}
@media (max-width: 575px) {
  .wpo-volunteer-pg-area .volunteer-info-text ul li {
    font-size: 18px;
  }
}
.wpo-volunteer-pg-area .volunteer-info-text ul li a {
  color: #676767;
  width: 36px;
  height: 36px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  border: 1px solid #676767;
}
@media (max-width: 575px) {
  .wpo-volunteer-pg-area .volunteer-info-text ul li a {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
  }
}
.wpo-volunteer-pg-area .volunteer-info-text ul li a:hover {
  color: #fff;
  background: #D9A383;
  border-color: #D9A383;
}
.wpo-volunteer-pg-area .volunteer-info-text ul li + li {
  margin-left: 20px;
}
@media (max-width: 1200px) {
  .wpo-volunteer-pg-area .volunteer-info-text ul li + li {
    margin-left: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-volunteer-pg-area .volunteer-info-text ul li + li {
    margin-left: 8px;
  }
}
.wpo-volunteer-pg-area .at-progress {
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px 0;
}
@media (max-width: 991px) {
  .wpo-volunteer-pg-area .at-progress {
    padding-bottom: 0;
  }
}
.wpo-volunteer-pg-area .wpo-progress-single {
  position: relative;
  margin-bottom: 30px;
}
.wpo-volunteer-pg-area .wpo-progress-single:last-child {
  margin-bottom: 0;
}
.wpo-volunteer-pg-area .wpo-progress-single .progress-title {
  margin: 0;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  color: #323232;
  padding-bottom: 10px;
}
@media (max-width: 575px) {
  .wpo-volunteer-pg-area .wpo-progress-single .progress-title {
    font-size: 16px;
  }
}
.wpo-volunteer-pg-area .wpo-progress-single .progress {
  height: 10px;
  background-color: #e9ecef;
}
.wpo-volunteer-pg-area .wpo-progress-single .progress .progress-bar {
  background: #D9A383;
}
.wpo-volunteer-pg-area .wpo-progress-single .progress-number {
  position: absolute;
  right: 0;
  top: 0;
}
.wpo-volunteer-pg-area .volunteer-info-text {
  padding-left: 30px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-volunteer-pg-area .volunteer-info-text {
    padding-left: 0;
    margin-top: 30px;
  }
}
.wpo-volunteer-pg-area .volunteer-info-text h2 {
  text-align: left;
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wpo-volunteer-pg-area .volunteer-info-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-volunteer-pg-area .volunteer-info-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-volunteer-pg-area .volunteer-info-text h2 {
    font-size: 30px;
  }
}
.wpo-volunteer-pg-area .volunteer-info-text .wpo-skill-progress {
  padding: 0;
  box-shadow: none;
  padding-bottom: 30px;
  padding-top: 10px;
}
.wpo-volunteer-pg-area .volunteer-info-wrap ul {
  padding-left: 0;
}
.wpo-volunteer-pg-area .education-area {
  max-width: 600px;
}
.wpo-volunteer-pg-area .education-area ul {
  list-style: none;
}
.wpo-volunteer-pg-area .education-area ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .wpo-volunteer-pg-area .education-area ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
.wpo-volunteer-pg-area .education-area ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9A383;
  content: "";
}
.wpo-volunteer-pg-area .ex-wiget {
  padding-top: 60px;
}
@media (max-width: 767px) {
  .wpo-volunteer-pg-area .ex-wiget {
    padding-top: 40px;
  }
}
.wpo-volunteer-pg-area .ex-wiget ul {
  list-style: none;
}
.wpo-volunteer-pg-area .ex-wiget h2 {
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-volunteer-pg-area .ex-wiget h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-volunteer-pg-area .ex-wiget h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.wpo-volunteer-pg-area .wpo-contact-area .quote-form {
  padding-left: 0;
  margin-left: -10px;
}
.wpo-volunteer-pg-area .wpo-contact-area .quote-form .contact-validation-active label.error {
  position: relative;
  top: -10px;
}
.wpo-volunteer-pg-area .wpo-contact-area .theme-btn {
  color: #fff;
  border: 0;
}
.wpo-volunteer-pg-area .wpo-contact-area .quote-form .form-control {
  height: 55px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpo-volunteer-pg-area .wpo-contact-area .quote-form .form-control {
    font-size: 16px;
  }
}
.wpo-volunteer-pg-area .wpo-contact-area .quote-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #D9A383;
}
.wpo-volunteer-pg-area .wpo-contact-area .quote-form textarea.form-control {
  height: 125px;
}
.wpo-volunteer-pg-area .half-col {
  float: left;
  width: 50%;
  padding: 0 10px 5px;
}
.wpo-volunteer-pg-area .full-col {
  padding: 0 10px 5px;
}
@media (max-width: 767px) {
  .wpo-volunteer-pg-area .volunteer-info-img {
    padding: 25px;
  }
  .wpo-volunteer-pg-area .volunteer-info-img img {
    width: 100%;
  }
  .wpo-volunteer-pg-area .exprience-area {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-volunteer-pg-area .half-col {
    float: none;
    width: 100%;
  }
}
.wpo-volunteer-pg-area .service-sidebar .wpo-contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
}
.wpo-volunteer-pg-area .service-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}
.wpo-volunteer-pg-area .service-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.wpo-volunteer-pg-area .service-sidebar .wpo-contact-widget h2::before {
  background: #fff;
}
.wpo-volunteer-pg-area .service-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}
.wpo-volunteer-pg-area .service-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.wpo-volunteer-pg-area .service-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/*======================================
17. Blog Page
 =======================================*/
/* wpo-blog-pg-section */
.wpo-blog-pg-section .container {
  max-width: 1530px;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-blog-pg-section .wpo-blog-wraper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-wraper {
    display: block;
  }
}
.wpo-blog-pg-section .entry-details {
  border: 2px solid #F1F1F1;
  background: #FFF;
  padding: 25px 40px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .entry-details {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-details {
    padding: 15px 15px;
  }
}
.wpo-blog-pg-section .wpo-blog-content {
  width: calc(100% - 400px);
  padding-right: 80px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .wpo-blog-content {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content {
    padding-right: 0px;
    width: 100%;
  }
}
.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 40px;
  }
}
.wpo-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .wpo-blog-pg-section .entry-meta {
    margin-bottom: 15px;
  }
}
.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-pg-section .entry-meta ul li {
  color: #676767;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  display: inline-block;
}
.wpo-blog-pg-section .entry-meta ul li a {
  color: #676767;
}
.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #D9A383;
}
.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 13px;
}
.wpo-blog-pg-section .entry-meta ul li + li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.wpo-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #D9A383;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-pg-section .post h3 {
  color: #000;
  font-size: 45px;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 25px;
    line-height: 32px;
  }
}
.wpo-blog-pg-section .post h3 a {
  color: #000;
}
.wpo-blog-pg-section .post h3 a:hover {
  color: #D9A383;
}
.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
  color: #676767;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-blog-pg-section .post a.read-more {
  color: #000;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post a.read-more {
    font-size: 16px;
    line-height: 20px;
  }
}
.wpo-blog-pg-section .post a.read-more:hover {
  color: #D9A383;
}
.wpo-blog-pg-section .entry-media img {
  width: 100%;
}
.wpo-blog-pg-section {
  /*** format-gallery ***/
}
.wpo-blog-pg-section .format-gallery {
  position: relative;
}
.wpo-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #D9A383;
  color: #fff;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  color: #323232;
  transition: all 0.3s;
  border: 0;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 18px;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
    font-size: 15px;
  }
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 10px;
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 10px;
}
.wpo-blog-pg-section {
  /*** format-video ***/
}
.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}
.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.8;
}
.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  line-height: 80px;
  background: #000;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-video .video-holder a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.wpo-blog-pg-section .format-video .video-holder a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 106px;
  height: 106px;
  content: "";
  border-radius: 106px;
  z-index: -1;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-video .video-holder a:after {
    width: 70px;
    height: 70px;
    left: -6px;
    top: -6px;
  }
}
.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 24px;
  font-size: 1.3333333333rem;
  color: #fff;
}

.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-wraper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-wraper {
    display: block;
  }
}
.wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
  padding-left: 80px;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .wpo-blog-content {
    padding-right: 0px;
    padding-left: 0;
  }
}

.wpo-blog-pg-section.blog-pg-fullwidth .container {
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section.blog-pg-fullwidth .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-blog-pg-section.blog-pg-fullwidth .wpo-blog-content {
  padding: 0;
  width: 100%;
}

/*======================================
18. Blog Single Page
 =======================================*/
/* wpo-blog-single-section*/
.wpo-blog-single-section .container-fluid {
  max-width: 1530px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .container-fluid {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-blog-single-section .wpo-blog-wraper {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .wpo-blog-wraper {
    display: block;
  }
}
.wpo-blog-single-section .wpo-blog-content {
  width: calc(100% - 400px);
  padding-right: 80px;
}
@media (max-width: 1399px) {
  .wpo-blog-single-section .wpo-blog-content {
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-section .wpo-blog-content {
    padding-right: 0px;
    width: 100%;
  }
}
.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin-bottom: 20px;
}
.wpo-blog-single-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-single-section .entry-meta ul li {
  color: #676767;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}
.wpo-blog-single-section .entry-meta ul li a {
  color: #676767;
}
.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #D9A383;
}
.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.wpo-blog-single-section .entry-meta ul li i:before {
  font-size: 13px;
}
.wpo-blog-single-section .entry-meta ul li + li {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}
.wpo-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #D9A383;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta ul li {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-single-section .entry-media {
  margin-bottom: 20px;
}
.wpo-blog-single-section .entry-media img {
  width: 100%;
}
.wpo-blog-single-section .post h2 {
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 35px;
    line-height: 44px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post h2 {
    font-size: 27px;
    line-height: 35px;
  }
}
.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
  color: #676767;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-blog-single-section .post p span {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post p span {
    font-size: 25px;
  }
}
.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.wpo-blog-single-section .post blockquote {
  max-width: 990px;
  color: #000;
  padding-left: 30px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: left;
  position: relative;
  font-family: "Parkinsans";
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post blockquote {
    font-size: 30px;
    line-height: 40px;
    padding-left: 22px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    font-size: 25px;
    line-height: 35px;
    padding-left: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post blockquote {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 12px;
  }
}
.wpo-blog-single-section .post blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 3px solid #323232;
  background: #fff;
  height: 100%;
}
.wpo-blog-single-section .post blockquote span {
  font-size: 20px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 0;
  color: #616161;
  display: block;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post blockquote span {
    font-size: 16px;
    line-height: 35px;
  }
}
.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -15px 0;
}
.wpo-blog-single-section .post .gallery > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 15px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post .gallery > div {
    width: calc(100% - 20px);
    float: none;
    margin: 10px;
  }
}
.wpo-blog-single-section .post .gallery img {
  width: 100%;
}
.wpo-blog-single-section .tag-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .tag-wrap {
    display: block;
  }
}
.wpo-blog-single-section {
  /*** tag-share ***/
}
.wpo-blog-single-section .tag-share,
.wpo-blog-single-section .tag-share-s2 {
  padding-bottom: 30px;
  color: #000;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .tag-share,
  .wpo-blog-single-section .tag-share-s2 {
    padding-bottom: 20px;
  }
}
.wpo-blog-single-section .tag-share ul,
.wpo-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.wpo-blog-single-section .tag-share ul li,
.wpo-blog-single-section .tag-share-s2 ul li {
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul li,
  .wpo-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}
.wpo-blog-single-section .tag-share ul > li + li,
.wpo-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul > li + li,
  .wpo-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}
.wpo-blog-single-section .tag-share .tag,
.wpo-blog-single-section .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}
.wpo-blog-single-section .tag-share .tag > span,
.wpo-blog-single-section .tag-share-s2 .tag > span {
  font-family: "Parkinsans";
  color: #323232;
  display: inline-block;
  padding-right: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .tag-share .tag > span,
  .wpo-blog-single-section .tag-share-s2 .tag > span {
    padding-right: 5px;
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-blog-single-section .tag-share .tag ul,
.wpo-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}
.wpo-blog-single-section .tag-share .tag li,
.wpo-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}
.wpo-blog-single-section .tag-share .tag a,
.wpo-blog-single-section .tag-share-s2 .tag a {
  display: inline-block;
  padding: 5px 18px;
  background: transparent;
  text-transform: capitalize;
  color: #000;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #CCC;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share .tag a,
  .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 16px;
    padding: 3px 14px;
    line-height: 24px;
  }
}
.wpo-blog-single-section .tag-share .tag a:hover,
.wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #D9A383;
}
.wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  padding: 0;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .tag-share-s2 .tag a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
}
.wpo-blog-single-section {
  /*** more-posts ***/
}
.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #D9D9D9;
  border-right: 0;
  border-left: 0;
}
.wpo-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .more-posts > div > a {
  display: inline-block;
}
.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post,
  .wpo-blog-single-section .more-posts .next-post {
    padding: 25px 15px;
  }
}
.wpo-blog-single-section .more-posts .next-post {
  text-align: right;
  padding-left: 15px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.wpo-blog-single-section .more-posts .next-post .post-control-link {
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}
.wpo-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}
.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: capitalize;
  font-weight: 600;
  color: #323232;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .more-posts .post-control-link {
    font-size: 18px;
    line-height: 26px;
  }
}
.wpo-blog-single-section .more-posts .post-name {
  color: #000;
  font-family: "Parkinsans";
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #D9A383;
}
.wpo-blog-single-section {
  /*** comments area ***/
}
.wpo-blog-single-section .comments-area {
  margin-top: 40px;
}
.wpo-blog-single-section .comments-area li > div {
  padding: 35px 0;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li > div {
    padding: 35px 0;
  }
}
@media (max-width: 767px) {
  .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;
}
.wpo-blog-single-section .comments-area ol ul {
  padding-left: 140px;
  list-style-type: none;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area ol ul {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area ol ul {
    padding-left: 20px;
  }
}
.wpo-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.wpo-blog-single-section .comments-area .comments-title {
  color: #000;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 35px;
    line-height: 50px;
  }
}
.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: 1199px) {
  .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: 140px;
  max-width: 980px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.wpo-blog-single-section .comments-area .comment-main-area p {
  color: #676767;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comment-main-area p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-main-area p {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Parkinsans";
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-blog-single-section .comments-area .comments-meta span {
  text-transform: none;
  display: inline-block;
  font-family: "Parkinsans";
  color: #616161;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-meta span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comments-area .comments-meta span {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpo-blog-single-section .comments-area .comment-reply-link {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comment-reply-link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-reply-link {
    font-size: 16px;
  }
}
.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #D9A383;
}
.wpo-blog-single-section .comments-area .children {
  position: relative;
}
.wpo-blog-single-section .comments-area .shape {
  position: absolute;
  left: 49px;
  top: -175px;
  max-width: 106px;
  max-height: 260px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .shape {
    display: none;
  }
}
.wpo-blog-single-section .comments-section {
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 20px;
}
.wpo-blog-single-section {
  /*** comment-respond ***/
}
.wpo-blog-single-section .comment-respond {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond {
    margin-top: 40px;
  }
}
.wpo-blog-single-section .comment-respond .comment-reply-title {
  margin-bottom: 40px;
  color: #000;
  font-size: 50px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 25px;
  }
}
.wpo-blog-single-section .comment-respond .comment-form {
  background: #F6F6F6;
  padding: 60px;
}
@media (max-width: 1399px) {
  .wpo-blog-single-section .comment-respond .comment-form {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .comment-form {
    padding: 30px 20px;
  }
}
.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid transparent;
  padding: 6px 15px;
  margin-bottom: 20px;
  outline: 0;
  box-shadow: none;
  transition: all 0.3s;
  color: #676767;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    font-size: 18px;
  }
}
.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: transparent;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}
.wpo-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}
.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .comment-respond .form-submit {
  max-width: 228px;
  height: 58px;
  background-color: #D9A383;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comment-respond .form-submit {
    max-width: 200px;
  }
}
.wpo-blog-single-section .comment-respond .form-submit::before {
  position: absolute;
  right: 30px;
  top: 50%;
  content: "\e628";
  font-family: "themify";
  color: #fff;
  z-index: 1;
  font-size: 18px;
  transform: translateY(-50%);
  cursor: pointer;
}
.wpo-blog-single-section .comment-respond .form-submit input {
  text-align: left;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 30px;
  height: 100%;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  background: transparent;
  color: #fff;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-submit input {
    font-size: 18px;
  }
}
.wpo-blog-single-section .comment-respond .form-submit:hover {
  background-color: rgb(211.0185185185, 148.5185185185, 111.4814814815);
}

.wpo-blog-single-left-sidebar-section .wpo-blog-wraper {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .wpo-blog-single-left-sidebar-section .wpo-blog-wraper {
    display: block;
  }
}
.wpo-blog-single-left-sidebar-section .wpo-blog-content {
  padding-left: 60px;
  padding-right: 0;
}
@media (max-width: 1399px) {
  .wpo-blog-single-left-sidebar-section .wpo-blog-content {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-left-sidebar-section .wpo-blog-content {
    padding-right: 0px;
    padding-left: 0;
  }
}

.blog-single-fullwidth .container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .blog-single-fullwidth .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.blog-single-fullwidth .wpo-blog-content {
  padding: 0;
  width: 100%;
}

/*--------------------------------------------------------------
19. Contact Page
--------------------------------------------------------------*/
.wpo-contact-page .office-info {
  padding-bottom: 120px;
  margin: 0 -10px;
}
@media (max-width: 1199px) {
  .wpo-contact-page .office-info {
    margin: 0px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-page .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-page .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-page .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.wpo-contact-page .office-info .office-info-item {
  text-align: center;
  padding: 40px;
  margin: 0 10px;
  border-radius: 8px;
  border: 1px solid #FFF;
  box-shadow: 0px 15px 10px 0px rgba(194, 185, 185, 0.18);
  overflow: hidden;
  background: transparent;
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-contact-page .office-info .office-info-item {
    margin: 0px;
    padding: 30px;
  }
}
.wpo-contact-page .office-info .office-info-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #D9A383;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.wpo-contact-page .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
}
.wpo-contact-page .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 50px;
  color: #D9A383;
  transition: all 0.3s ease-in-out;
}
.wpo-contact-page .office-info .office-info-item .office-info-text h2 {
  margin: 20px 0;
  color: #000;
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.wpo-contact-page .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.3s ease-in-out;
}
.wpo-contact-page .office-info .office-info-item.active::before, .wpo-contact-page .office-info .office-info-item:hover::before {
  opacity: 0.95;
  visibility: visible;
}
.wpo-contact-page .office-info .office-info-item.active .office-info-icon .icon .fi:before, .wpo-contact-page .office-info .office-info-item:hover .office-info-icon .icon .fi:before {
  color: #fff;
}
.wpo-contact-page .office-info .office-info-item.active .office-info-text h2, .wpo-contact-page .office-info .office-info-item:hover .office-info-text h2 {
  color: #fff;
}
.wpo-contact-page .office-info .office-info-item.active .office-info-text p, .wpo-contact-page .office-info .office-info-item:hover .office-info-text p {
  color: #fff;
}
.wpo-contact-page .contact-left {
  max-width: 518px;
  text-align: left;
}
@media (max-width: 1199px) {
  .wpo-contact-page .contact-left {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .wpo-contact-page .contact-left {
    margin-bottom: 30px;
  }
}
.wpo-contact-page .contact-left h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wpo-contact-page .contact-left h2 {
    font-size: 35px;
  }
}
.wpo-contact-page .contact-left p {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 30px;
}
.wpo-contact-page .contact-left .map {
  max-width: 507px;
  height: 400px;
}
.wpo-contact-page .contact-left .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.wpo-contact-page .contact-right {
  max-width: 484px;
}
.wpo-contact-page .contact-right .title h2 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wpo-contact-page .contact-right .title h2 {
    font-size: 35px;
  }
}
.wpo-contact-page .contact-right .title p {
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 30px;
}
.wpo-contact-page .contact-form .input-item {
  position: relative;
  margin-bottom: 40px;
}
.wpo-contact-page .contact-form .input-item .fild {
  padding-bottom: 20px;
  padding-left: 30px;
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  border: 0;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid rgba(92, 92, 91, 0.3);
}
.wpo-contact-page .contact-form .input-item .fild:focus-visible {
  outline: 0;
}
.wpo-contact-page .contact-form .input-item label {
  position: absolute;
  left: 0;
  top: -2px;
}
.wpo-contact-page .contact-form .input-item label i {
  color: #323232;
  font-size: 20px;
}
.wpo-contact-page .contact-form .input-item .textarea {
  height: 120px;
}
.wpo-contact-page .contact-form .submitbtn {
  margin-bottom: 0;
  width: 222px;
  height: 63px;
  position: relative;
}
.wpo-contact-page .contact-form .submitbtn .fild {
  padding: 0;
  background: #D9A383;
  height: 63px;
  line-height: 67px;
  color: #fff;
}
.wpo-contact-page .contact-form .submitbtn label {
  position: absolute;
  left: 30px;
  top: 54%;
  transform: translateY(-50%);
}
.wpo-contact-page .contact-form .submitbtn label i {
  color: #fff;
  font-size: 23px;
}
.wpo-contact-page .contact-form ::-webkit-input-placeholder {
  color: #525252;
}
.wpo-contact-page .contact-form ::-moz-placeholder {
  color: #525252;
}
.wpo-contact-page .contact-form :-ms-input-placeholder {
  color: #525252;
}
.wpo-contact-page .contact-form :-moz-placeholder {
  color: #525252;
}

/*--------------------------------------------------------------
20. 404 Error Page
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  font-size: 50px;
  font-weight: 400;
  font-size: 2.7777777778rem;
  margin: 0 0 0.8em;
  color: #000;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .error-404-section .error-message h3 {
    font-size: 35px;
    font-size: 1.9444444444rem;
  }
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
  color: #323232;
}
.error-404-section .error-message .theme-btn {
  color: #fff;
  padding: 14px 40px;
}