/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Muhibbi - Wedding & Wedding Planner HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 General
   1.1 Theme Reset Style
   1.2 Global Elements

2.0 Header
   2.1 Navigation 

3.0 Home Page One
   3.1 Hero Static Section
   3.2 Couple Section
   3.3 Event Section
   3.4 Gallery Section
   3.5 Testimonial Section
   3.6 Video Section
   3.7 Product Section
   3.8 Fun Fact Section
   3.9 Cta Section
   3.10 Blog Section
   3.11 Portfolio Section

4.0 Footer

5.0 Home Page Two
   5.1 Quote Section
   5.2 Couple Section Style 2
   5.3 Story Section
   5.4 Contact Section
   5.5 Event Section Style 2
   5.6 Portfolio Section Style 2

6.0 Home Page Three
   6.1 Couple Section Style 3
   6.2 Story Section Style 2
   6.3 Event Section Style 3
   6.4 Contact Section Style 2
   6.5 Portfolio Section Style 2

7.0 Home Page Four
   7.1 Quote Section Style 2
   7.2 Couple Section Style 4
   7.3 Story Section Style 3
   7.4 Contact Section Style 3
   7.5 Portfolio Section Style 3

8.0 Home Page Five
   8.1 Wedding Date Section
   8.2 Story Section Style 4
   8.3 Gallery Section Style 2
   8.4 Event Section Style 4
   8.5 Contact Section Style 4
   8.6 portfolio Section Style 4

9.0 Home Page Six
   9.1 Couple Section Style 5
   9.2 Gallery Section Style 3
   9.3 Story Section Style 5
   9.4 Contact Section Style 5

10.0 Home Page Seven
    10.1 Gallery Section Style 4
    10.2 Video Section Style 2
    10.3 Story Section Style 6
    10.4 Contact Section Style 6

11.0 Home Page Eight
    11.1 Wedding Date Section Style 2
    11.2 Couple Section Style 6
    11.3 Gallery Section Style 5
    11.4 Event Section Style 5
    11.5 Contact Section Style 7

12.0 Home Page Nine
    12.1 Wedding Date Section Style 3
    12.2 Couple Section Style 7
    12.3 Event Section Style 6
    12.4 Contact Section Style 8
    12.5 Story Section Style 7

13.0 Home Page Ten
    13.1 Quote Section Style 3
    13.2 Event Section Style 7
    13.3 Story Section Style 8
    13.4 Contact Section Style 9

14.0 Home Page Eleven
    14.1 About Section
    14.2 Service Section
    14.3 Project Section
    14.4 Testimonial Section Style 2
    14.5 Team Section
    14.6 Pricing Section

15.0 Home Page Twelve
    15.1 Service Section Style 2
    15.2 Project Section Style 2
    15.3 Testimonial Section Style 3
    15.4 Contact Section Style 10
    15.5 Fun Fact Section Style 3
    15.6 Blog Section Style 2
    15.7 Portfolio Section Style 5

16.0 Home Page Thirteen
    16.1 About Section Style 2
    16.2 Service Section Style 3
    16.3 Project Section Style 3
    16.4 Team Section Style 2
    16.5 Pricing Section Style 2

17.0 Shop Home Page One
    17.1 About Section Style 3
    17.2 Product Section Style 3
    17.3 Category Section

18.0 Shop Home Page Two
    18.1 Offer Section
    18.2 Product Section Style 3
    18.3 Blog Section Style 3

19.0 Team Single Page

20.0 Shop Page

21.0 Shop Single Page

22.0 Service Single Page

23.0 Portfolio Single Section

24.0 Invitation Page

25.0 Blog Page

26.0 Blog Single Section

27.0 Cart Page

28.0 Checkout Page

29.0 Coming Soon Page

30.0 Contact Page

31.0 404 Error Page


----------------------------------------------------------------*/
/*---------------------------------------------------------------
1.0 General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "Derivia";
  font-style: normal;
  font-weight: normal;
  src: local("Derivia Normal"), url("../fonts/derivia-regular.woff") format("woff");
}
@font-face {
  font-family: "Derivia";
  font-style: normal;
  font-weight: normal;
  src: local("Derivia Normal"), url("../fonts/derivia-regular.woff2") format("woff2");
}
/* 1.1 Theme Reset Style */
html {
  font-size: 18px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Lato";
  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: "Derivia";
  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: 1355px) {
  .container {
    max-width: 1355px;
  }
}

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

@media (max-width: 450px) {
  .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: #73543B;
  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);
  }
}
@keyframes kenburn {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.3, 1.3, 1.3);
  }
}
@keyframes horizontal {
  from {
    transform: translate3d(0px, 0, 0);
  }
  to {
    transform: translate3d(-15px, 0, 0);
  }
}
@keyframes horizontal-2 {
  from {
    transform: translate3d(-15px, 0, 0);
  }
  to {
    transform: translate3d(-30px, 0, 0);
  }
}
@keyframes vertical {
  from {
    transform: translate3d(0, 20px, 0);
  }
  to {
    transform: translate3d(0, -20px, 0);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*** back to top **/
.back-to-top {
  background-color: rgba(115, 84, 59, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #73543B;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #73543B;
}

.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;
}
.inner-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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 600ms linear;
  background-color: transparent;
}

.wpo-section-title,
.wpo-section-title-s2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-section-title,
  .wpo-section-title-s2 {
    margin-bottom: 30px;
  }
}
.wpo-section-title h2,
.wpo-section-title-s2 h2 {
  margin: 0;
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  line-height: 80px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 55px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 45px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.wpo-section-title .section-image,
.wpo-section-title-s2 .section-image {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-section-title .section-image,
  .wpo-section-title-s2 .section-image {
    padding-bottom: 15px;
    max-width: 60px;
    margin: 0 auto;
  }
}
.wpo-section-title .title-btn,
.wpo-section-title-s2 .title-btn {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wpo-section-title .title-btn,
  .wpo-section-title-s2 .title-btn {
    padding-top: 20px;
  }
}
.wpo-section-title p,
.wpo-section-title-s2 p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  max-width: 930px;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p {
    font-size: 18px;
    line-height: 32px;
    max-width: 760px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p {
    font-size: 16px;
    line-height: 25px;
    max-width: unset;
    padding-top: 0;
  }
}

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

.theme-btn,
.theme-btn-s2 {
  color: #fff;
  display: inline-block;
  padding: 20px 45px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  font-family: "Lato";
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  background: #73543B;
  text-transform: uppercase;
}
.theme-btn::before,
.theme-btn-s2::before {
  background-color: rgb(98.1465517241, 71.6896551724, 50.3534482759);
  content: "";
  height: 1000px;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  width: 0;
  z-index: -1;
  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: 110%;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2 {
    font-size: 15px;
    padding: 15px 35px;
  }
}

.theme-btn-s2 {
  background: #fff;
  border: 0;
  color: #000;
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  color: #fff;
}

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

.wpo-page-title {
  background: #EBECE6;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 270px;
  }
}
.wpo-page-title .shape-1 {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
.wpo-page-title .shape-1 img {
  max-width: 250px;
  transform: rotate(15deg);
}
@media (max-width: 1199px) {
  .wpo-page-title .shape-1 img {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .shape-1 img {
    max-width: 170px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .shape-1 img {
    max-width: 120px;
  }
}
.wpo-page-title .shape-2 {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
}
.wpo-page-title .shape-2 img {
  max-width: 250px;
  transform: rotate(-290deg);
}
@media (max-width: 1199px) {
  .wpo-page-title .shape-2 img {
    max-width: 210px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .shape-2 img {
    max-width: 170px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .shape-2 img {
    max-width: 120px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h1 {
  font-weight: 500;
  font-size: 70px;
  line-height: 75px;
  color: #000;
  margin-bottom: 10px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h1 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}
.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 15px;
  color: #000;
  position: relative;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    padding: 0 10px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
  color: #000;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #000;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li a {
    font-size: 17px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #73543B;
}

.preloader {
  background-color: #745b59;
  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: 363px;
}
@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 #E6DCD0;
}
.blog-sidebar .widget h3 {
  display: block;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding: 15px 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #E6DCD0;
}
@media (max-width: 575px) {
  .blog-sidebar .widget h3 {
    padding: 15px 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.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;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s;
  border: 1px solid #E6DCD0;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(115, 84, 59, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #73543B;
  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: 575px) {
  .blog-sidebar .category-widget ul {
    padding: 30px 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;
}
.blog-sidebar .category-widget ul a {
  display: block;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a {
    font-size: 18px;
    line-height: 27px;
  }
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #73543B;
}
.blog-sidebar {
  /*** recent-post-widget ***/
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts {
  padding: 30px;
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .posts {
    padding: 30px 20px;
  }
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
.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: 425px) {
  .blog-sidebar .recent-post-widget .post .details {
    padding-left: 10px;
  }
}
.blog-sidebar .recent-post-widget .post h4 {
  margin: 0 0 0.3em;
  color: #000;
  font-family: "Lato";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 18px;
    line-height: 27px;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #000;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #73543B;
}
.blog-sidebar .recent-post-widget .post .details .date {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post .details .date {
    font-size: 15px;
  }
}
.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;
}
@media (max-width: 575px) {
  .blog-sidebar .tag-widget ul li {
    margin: 0 5px 5px 0;
  }
}
.blog-sidebar .tag-widget ul li a {
  display: inline-block;
  padding: 5px 16px;
  color: #5C5C5C;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #E6DCD0;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .blog-sidebar .tag-widget ul li a {
    padding: 5px 8px;
  }
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #73543B;
  color: #fff;
}

/*------------------------------------
	shop sidebar
------------------------------------*/
.wpo-shop-sidebar {
  padding-right: 45px;
  padding-left: 20px;
}
@media (max-width: 1399px) {
  .wpo-shop-sidebar {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-shop-sidebar {
    margin-top: 40px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .wpo-shop-sidebar {
    max-width: 530px;
  }
}
.wpo-shop-sidebar .widget {
  border: 1px solid #E6DCD0;
}
.wpo-shop-sidebar .widget h3 {
  margin: 0;
  font-size: 34px;
  font-size: 1.8888888889rem;
  font-weight: 500;
  color: #000;
  padding: 20px;
  position: relative;
  text-transform: none;
  text-transform: uppercase;
  border-bottom: 1px solid #E6DCD0;
}
@media (max-width: 1450px) {
  .wpo-shop-sidebar .widget h3 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-shop-sidebar .widget h3 {
    font-size: 24px;
  }
}
.wpo-shop-sidebar .posts {
  padding: 20px;
}
.wpo-shop-sidebar > .widget + .widget {
  margin-top: 65px;
}
@media (max-width: 991px) {
  .wpo-shop-sidebar > .widget + .widget {
    margin-top: 45px;
  }
}
.wpo-shop-sidebar {
  /*** search-widget ***/
}
.wpo-shop-sidebar .widget_search {
  border: 0;
}
.wpo-shop-sidebar .search-widget {
  border: 0;
}
.wpo-shop-sidebar .search-widget form div {
  position: relative;
}
.wpo-shop-sidebar .search-widget input {
  background-color: transparent;
  height: 65px;
  padding: 6px 50px 6px 20px;
  border: 0;
  box-shadow: none;
  transition: all 0.3s;
  border: 1px solid #E6DCD0;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  width: 100%;
}
.wpo-shop-sidebar .search-widget input:focus {
  outline: none;
  border-color: #73543B;
  background-color: rgba(115, 84, 59, 0.1);
}
.wpo-shop-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #73543B;
  border: 0;
  outline: 0;
  position: absolute;
  right: 6px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  transform: translateY(-50%);
}
.wpo-shop-sidebar {
  /*** widget_price_filter ***/
}
.wpo-shop-sidebar .widget_price_filter .ui-corner-all,
.wpo-shop-sidebar .widget_price_filter .ui-corner-bottom,
.wpo-shop-sidebar .widget_price_filter .ui-corner-right,
.wpo-shop-sidebar .widget_price_filter .ui-corner-br {
  border-radius: 30px;
}
.wpo-shop-sidebar .widget_price_filter .filter-price {
  position: relative;
  font-size: 14px;
  padding: 20px;
  margin-top: 15px;
}
.wpo-shop-sidebar .widget_price_filter .filter-price p {
  font-size: 20px;
  font-weight: 400;
  color: #656565;
}
@media (max-width: 1199px) {
  .wpo-shop-sidebar .widget_price_filter .filter-price p {
    font-size: 18px;
  }
}
.wpo-shop-sidebar .widget_price_filter .filter-price input {
  border: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  position: absolute;
  font-size: 18px;
  color: #000;
}
.wpo-shop-sidebar .widget_price_filter .filter-price input:focus {
  border: 0;
  outline: none;
}
.wpo-shop-sidebar .widget_price_filter .filter-price button {
  background: transparent;
  color: #73543B;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  border: 0;
  outline: none;
  position: absolute;
  right: 17px;
  z-index: 9;
  text-decoration: underline;
}
.wpo-shop-sidebar .widget_price_filter .filter-price button:hover, .wpo-shop-sidebar .widget_price_filter .filter-price button:focus, .wpo-shop-sidebar .widget_price_filter .filter-price button:active {
  text-decoration: underline;
}
.wpo-shop-sidebar .widget_price_filter .filter-price #amount {
  color: #000;
}
.wpo-shop-sidebar .widget_price_filter #slider-range {
  height: 3px;
  background: #e9e9e9;
  border: 0;
  border-radius: 50px;
  margin-bottom: 25px;
  margin-left: 8px;
  padding: 0;
}
.wpo-shop-sidebar .widget_price_filter .ui-state-default,
.wpo-shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default,
.wpo-shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default {
  width: 10px;
  height: 10px;
  border: none;
  background: #73543B;
  top: -4px;
}
.wpo-shop-sidebar .widget_price_filter .ui-state-default:focus,
.wpo-shop-sidebar .widget_price_filter .ui-widget-content .ui-state-default:focus,
.wpo-shop-sidebar .widget_price_filter .ui-widget-header .ui-state-default:focus {
  outline: none;
}
.wpo-shop-sidebar .widget_price_filter .ui-widget-header {
  background: #73543B;
}
.wpo-shop-sidebar {
  /*** widget_product_categories ***/
}
.wpo-shop-sidebar .widget_product_categories,
.wpo-shop-sidebar .woocommerce-widget-layered-nav {
  font-family: "Lato";
}
.wpo-shop-sidebar .widget_product_categories .product-categories a,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list a {
  color: #000;
}
.wpo-shop-sidebar .widget_product_categories .product-categories,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories {
  list-style: none;
  padding: 20px;
}
.wpo-shop-sidebar .widget_product_categories .product-categories li,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li {
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.wpo-shop-sidebar .widget_product_categories .product-categories li:first-child,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:first-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:first-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:first-child {
  margin-top: 0;
}
.wpo-shop-sidebar .widget_product_categories .product-categories li:last-child,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li:last-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li:last-child,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.wpo-shop-sidebar .widget_product_categories .product-categories li a,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
  font-size: 20px;
  position: relative;
  color: #5C5C5C;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-shop-sidebar .widget_product_categories .product-categories li a,
  .wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a,
  .wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a,
  .wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-shop-sidebar .widget_product_categories .product-categories li a:hover,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover {
  text-decoration: underline;
  color: #bd5501;
}

/*** widget_best-seller ***/
.widget_best-seller .wpo-best-seller-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.widget_best-seller .wpo-best-seller-item:last-child {
  margin-bottom: 0;
}
.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text {
  margin-left: 20px;
}
.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  font-family: "Lato";
}
@media (max-width: 1199px) {
  .widget_best-seller .wpo-best-seller-item .wpo-best-seller-text h4 {
    font-size: 18px;
  }
}
.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text span {
  font-size: 18px;
  color: #8d8d8d;
}
@media (max-width: 1199px) {
  .widget_best-seller .wpo-best-seller-item .wpo-best-seller-text span {
    font-size: 16px;
  }
}

/*** instagram-widget ***/
.wpo-instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.wpo-instagram-widget ul li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.wpo-instagram-widget ul li img {
  width: 100%;
}

/**** 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: #444444;
  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: #73543B;
  border-color: #73543B;
  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;
  }
}

.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: 12px;
  background: rgba(98, 116, 255, 0.06);
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  display: block;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 575px) {
  .service-catagory ul li a {
    padding: 10px 20px;
  }
}
.service-catagory ul li a i {
  width: 32px;
  height: 32px;
  line-height: 36px;
  text-align: center;
  color: #73543B;
  margin-right: 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_muhibbi;
  transition: all 0.3s ease-in-out;
  color: #000;
}
@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: #73543B;
  color: #fff;
}
.service-catagory ul li a:hover::before, .service-catagory ul li a.active::before {
  color: #fff;
}

.service-info {
  padding: 40px 20px;
  text-align: center;
  width: 100%;
  margin-top: 40px;
  border-radius: 8px;
  background: rgba(131, 136, 173, 0.06);
  position: relative;
  z-index: 1;
  border-radius: 14px;
  overflow: hidden;
}
.service-info .icon {
  width: 88px;
  height: 76px;
  line-height: 76px;
  border-radius: 4px;
  background: #fff;
  color: #73543B;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 30px;
}
.service-info h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  max-width: 244px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.service-info span {
  font-family: "Derivia";
  font-size: 15px;
  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: #73543B;
  color: #fff;
  text-align: center;
  font-family: "Derivia";
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  display: block;
  padding: 8px 10px;
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
/* 2.1 Navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 991px) {
  .wpo-site-header {
    top: 0;
  }
}

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

.navbar-header .navbar-brand {
  font-size: 35px;
  font-weight: 400;
  line-height: normal;
  font-family: "Derivia";
  color: #73543B;
  margin: 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);
}

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

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

.wpo-site-header .row {
  width: 100%;
}

.wpo-site-header .site-navbar {
  transition: all 0.5s;
}

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

@media screen and (min-width: 992px) {
  .wpo-site-header .site-navbar {
    /*** hover effect ***/
    justify-content: center;
  }
  .wpo-site-header .site-navbar li {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
  }
  .wpo-site-header .site-navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.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: -10px;
  }
  .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 .site-navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header .site-navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .site-navbar > ul {
    z-index: 101;
  }
  .wpo-site-header .site-navbar ul a {
    color: #000;
  }
  .wpo-site-header .site-navbar ul a:hover,
  .wpo-site-header .site-navbar ul li.current a {
    color: #73543B;
  }
  .wpo-site-header .site-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 .site-navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .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;
}

@media (max-width: 450px) {
  .wpo-site-header .header-right > div {
    margin-right: 5px;
  }
  .wpo-site-header .header-right {
    right: -20px;
  }
}
@media (max-width: 450px) {
  .wpo-site-header .header-right .cart-toggle-btn {
    display: none;
  }
}

.wpo-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 24px;
}

.wpo-site-header .header-right .search-toggle-btn {
  color: #444444;
  background: none;
}
.wpo-site-header .header-right .search-toggle-btn .fi:before {
  font-size: 20px;
}
.wpo-site-header .header-right .search-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

.wpo-site-header .header-right .search-toggle-btn .fi:before {
  font-size: 26px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 25px;
  font-size: 1.3888888889rem;
  color: #444444;
}
.cart-search-contact > div {
  float: left;
  position: relative;
}
.cart-search-contact > div + div {
  margin-left: 12px;
}
.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}
.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 30px;
  font-size: 1.6666666667rem;
}
.cart-search-contact form div {
  position: relative;
}
.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
  font-size: 24px;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #D9D9D9;
}
.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #73543B;
}

.wpo-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  transform: scale(1);
}

.mini-cart {
  margin-left: 5px;
}
.mini-cart .fi {
  font-size: 24px;
  color: #000;
}
.mini-cart .cart-toggle-btn {
  background-color: transparent;
}
.mini-cart .cart-count {
  background: #73543B;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.5555555556rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -3px;
  right: -6px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}
.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}
.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}
.mini-cart-content p {
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 500;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}
.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}
.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}
.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.mini-cart-content .mini-cart-item-des a {
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-weight: 600;
  text-align: left;
  color: #000;
}
.mini-cart-content .mini-cart-item-des a:hover {
  color: #bd5501;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.7222222222rem;
  color: #000;
  display: block;
  margin-top: 3px;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.6666666667rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.02;
  z-index: -1;
}
.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}
.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}
.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  display: block;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #73543B;
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 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;
  }
}
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area form {
  position: relative;
}

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
}

.header-search-area input:focus {
  box-shadow: none;
  border-color: #73543B;
}

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area form button:focus {
  border: none;
  outline: none;
}

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

.wpo-site-header .navigation {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.wpo-site-header .navigation.sticky-header {
  background: #73543B;
}
.wpo-site-header .navigation > .container {
  position: relative;
}
@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 15px 0;
  }
}
.wpo-site-header .site-navbar {
  transition: all 0.5s;
}
.wpo-site-header .site-navbar > ul li a:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .wpo-site-header .site-navbar li {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 20px 24px;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: "Lato";
  }
  .wpo-site-header .site-navbar {
    /*** hover effect ***/
  }
}
@media screen and (min-width: 992px) and (max-width: 1700px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 30px 18px;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header .site-navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 250px;
    position: absolute;
    padding: 20px;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  .wpo-site-header .site-navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 0.8888888889rem;
    display: inline-block;
    padding: 5px 0px;
    color: #444444;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
  }
  .wpo-site-header .site-navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 0px;
    height: 1px;
    content: "";
    background: #000;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header .site-navbar > ul > li .sub-menu a.active {
    font-weight: 500;
  }
  .wpo-site-header .site-navbar > ul > li .sub-menu a.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header .site-navbar > ul > li .sub-menu a:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu .sub-menu {
    left: 120%;
    top: 0;
    transform: unset;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .wpo-site-header .site-navbar > ul > li:last-child .sub-menu .sub-menu {
    right: 110%;
    left: auto;
  }
}
@media screen and (min-width: 992px) {
  .wpo-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu > .menu-item-has-children: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 .site-navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header .site-navbar .sub-menu > li:hover > .sub-menu {
    left: 110%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .site-navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 0.8333333333rem;
    color: #fff;
    font-weight: 500;
  }
  .wpo-site-header .site-navbar > ul > li a:hover, .wpo-site-header .site-navbar > ul > li a.active {
    color: #fff;
  }
  .wpo-site-header .site-navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .wpo-site-header .site-navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .wpo-site-header .site-navbar > ul .menu-item-has-children {
    position: relative;
  }
  .wpo-site-header .site-navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #fff;
  }
  .wpo-site-header .site-navbar > ul .menu-item-has-children > a:hover, .wpo-site-header .site-navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-site-header .site-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 .site-navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header .site-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 .site-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 .mobile-menu button {
    background-color: #fff;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
    display: block;
  }
  .wpo-site-header .mobile-menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .wpo-site-header .mobile-menu button span {
    background-color: #000;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .mobile-menu button span.first-angle {
    margin-top: 2px;
  }
  .wpo-site-header .mobile-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header .mobile-menu button .sr-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header .site-navbar {
    background: #9a7d7b;
    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 .site-navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header .site-navbar > ul {
    position: relative;
    z-index: 101;
  }
  .wpo-site-header .site-navbar ul a {
    color: #000;
  }
  .wpo-site-header .site-navbar ul a:hover,
  .wpo-site-header .site-navbar ul li.current a {
    color: #73543B;
  }
  .wpo-site-header .site-navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-site-header .site-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 .site-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 .site-navbar.slideIn {
    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 .site-navbar .navbar-nav {
    margin: 0;
  }
}
.wpo-site-header .navbar-header .navbar-brand {
  display: block;
}
.wpo-site-header {
  /*navbar collaps less then 992px*/
}
@media (max-width: 991px) {
  .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;
  }
}

.navbar-header {
  text-align: center;
}
@media (max-width: 991px) {
  .navbar-header {
    text-align: end;
    float: none;
    position: relative;
    z-index: 99;
    left: 60px;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    left: 14px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 160px;
  }
}
@media (max-width: 575px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 130px;
  }
}
.wpo-site-header .navigation.sticky-header {
  padding: 0 80px;
}
@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: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 15px 0;
  }
}
.wpo-site-header {
  padding-left: 90px;
  padding-right: 70px;
}
@media (max-width: 1700px) {
  .wpo-site-header {
    padding-left: 70px;
    padding-right: 50px;
  }
}
@media (max-width: 1500px) {
  .wpo-site-header {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1399px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 20px 16px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header .site-navbar > ul > li > a {
    padding: 20px 12px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .site-navbar > ul > li > a {
    font-size: 15px;
    padding: 15px 20px;
  }
  .wpo-site-header {
    padding: 0;
  }
}
/* Header Style 2 */
.header-style-s2,
.header-style-s4,
.header-style-s5,
.header-style-s7,
.header-style-s9 {
  background-color: transparent;
  top: 15px;
}
@media (max-width: 991px) {
  .header-style-s2,
  .header-style-s4,
  .header-style-s5,
  .header-style-s7,
  .header-style-s9 {
    top: 0;
  }
}
.header-style-s2 .navigation.sticky-header,
.header-style-s4 .navigation.sticky-header,
.header-style-s5 .navigation.sticky-header,
.header-style-s7 .navigation.sticky-header,
.header-style-s9 .navigation.sticky-header {
  padding: 0 80px;
}
@media (max-width: 1700px) {
  .header-style-s2 .navigation.sticky-header,
  .header-style-s4 .navigation.sticky-header,
  .header-style-s5 .navigation.sticky-header,
  .header-style-s7 .navigation.sticky-header,
  .header-style-s9 .navigation.sticky-header {
    padding: 0 40px;
  }
}
@media (max-width: 1400px) {
  .header-style-s2 .navigation.sticky-header,
  .header-style-s4 .navigation.sticky-header,
  .header-style-s5 .navigation.sticky-header,
  .header-style-s7 .navigation.sticky-header,
  .header-style-s9 .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-style-s2 .navigation.sticky-header,
  .header-style-s4 .navigation.sticky-header,
  .header-style-s5 .navigation.sticky-header,
  .header-style-s7 .navigation.sticky-header,
  .header-style-s9 .navigation.sticky-header {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .header-style-s2 .navigation.sticky-header,
  .header-style-s4 .navigation.sticky-header,
  .header-style-s5 .navigation.sticky-header,
  .header-style-s7 .navigation.sticky-header,
  .header-style-s9 .navigation.sticky-header {
    padding: 15px 0;
  }
}
.header-style-s2 .site-navbar > ul > li > a,
.header-style-s4 .site-navbar > ul > li > a,
.header-style-s5 .site-navbar > ul > li > a,
.header-style-s7 .site-navbar > ul > li > a,
.header-style-s9 .site-navbar > ul > li > a {
  padding: 38px 25px;
}
@media (max-width: 1600px) {
  .header-style-s2 .site-navbar > ul > li > a,
  .header-style-s4 .site-navbar > ul > li > a,
  .header-style-s5 .site-navbar > ul > li > a,
  .header-style-s7 .site-navbar > ul > li > a,
  .header-style-s9 .site-navbar > ul > li > a {
    padding: 38px 20px;
  }
}
@media (max-width: 1399px) {
  .header-style-s2 .site-navbar > ul > li > a,
  .header-style-s4 .site-navbar > ul > li > a,
  .header-style-s5 .site-navbar > ul > li > a,
  .header-style-s7 .site-navbar > ul > li > a,
  .header-style-s9 .site-navbar > ul > li > a {
    padding: 34px 15px;
  }
}
@media (max-width: 991px) {
  .header-style-s2 .site-navbar > ul > li > a,
  .header-style-s4 .site-navbar > ul > li > a,
  .header-style-s5 .site-navbar > ul > li > a,
  .header-style-s7 .site-navbar > ul > li > a,
  .header-style-s9 .site-navbar > ul > li > a {
    padding: 15px 20px;
  }
}
.header-style-s2 .navigation,
.header-style-s4 .navigation,
.header-style-s5 .navigation,
.header-style-s7 .navigation,
.header-style-s9 .navigation {
  background: transparent;
}
.header-style-s2 .header-right .search-toggle-btn .fi,
.header-style-s4 .header-right .search-toggle-btn .fi,
.header-style-s5 .header-right .search-toggle-btn .fi,
.header-style-s7 .header-right .search-toggle-btn .fi,
.header-style-s9 .header-right .search-toggle-btn .fi {
  color: #fff;
}
.header-style-s2 .navbar-header,
.header-style-s4 .navbar-header,
.header-style-s5 .navbar-header,
.header-style-s7 .navbar-header,
.header-style-s9 .navbar-header {
  text-align: start;
}
@media (max-width: 767px) {
  .header-style-s2 .navbar-header,
  .header-style-s4 .navbar-header,
  .header-style-s5 .navbar-header,
  .header-style-s7 .navbar-header,
  .header-style-s9 .navbar-header {
    text-align: center;
  }
}

/* Header Style 3 */
.header-style-s3 {
  position: relative;
  top: auto;
  bottom: 0;
  left: 0;
  background: #FBF9F9;
  z-index: 999;
  padding: 0;
  padding-left: 20px;
}
@media (max-width: 1399px) {
  .header-style-s3 {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .header-style-s3 {
    padding-left: 0;
  }
}
.header-style-s3 .site-navbar > ul > li > a {
  padding: 40px 25px;
  color: #000;
}
@media (max-width: 1650px) {
  .header-style-s3 .site-navbar > ul > li > a {
    padding: 36px 17px;
  }
}
@media (max-width: 1399px) {
  .header-style-s3 .site-navbar > ul > li > a {
    padding: 36px 12px;
  }
}
@media (max-width: 991px) {
  .header-style-s3 .site-navbar > ul > li > a {
    padding: 15px 20px;
    color: #fff;
  }
}
.header-style-s3 .site-navbar > ul li a:hover,
.header-style-s3 .site-navbar > ul li a.active {
  color: #000;
}
@media (max-width: 991px) {
  .header-style-s3 .site-navbar > ul li a:hover,
  .header-style-s3 .site-navbar > ul li a.active {
    color: #fff;
  }
}
.header-style-s3 .navigation.sticky-header {
  padding: 0 80px;
  background: #FBF9F9;
}
@media (max-width: 1750px) {
  .header-style-s3 .navigation.sticky-header {
    padding: 0 40px;
  }
}
@media (max-width: 1400px) {
  .header-style-s3 .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-style-s3 .navigation.sticky-header {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .header-style-s3 .navigation.sticky-header {
    padding: 15px 0;
  }
}
@media (max-width: 1600px) {
  .header-style-s3 .navigation.sticky-header .site-navbar > ul > li > a {
    padding: 36px 14px;
  }
}
@media (max-width: 1400px) {
  .header-style-s3 .navigation.sticky-header .site-navbar > ul > li > a {
    padding: 36px 8px;
  }
}
.header-style-s3 .mobile-menu button {
  background-color: #000;
}
.header-style-s3 .mobile-menu button span {
  background-color: #fff;
}
.header-style-s3 .brand-logo {
  padding: 0 380px;
}
@media (max-width: 1800px) {
  .header-style-s3 .brand-logo {
    padding: 0 330px;
  }
}
@media (max-width: 1600px) {
  .header-style-s3 .brand-logo {
    padding: 0 230px;
  }
}
@media (max-width: 1399px) {
  .header-style-s3 .brand-logo {
    padding: 0 180px;
  }
}
@media (max-width: 1199px) {
  .header-style-s3 .brand-logo {
    padding: 0 75px;
  }
}
@media (max-width: 991px) {
  .header-style-s3 .brand-logo {
    padding: 0;
  }
}
.header-style-s3 .navbar-brand {
  margin-top: -25px;
  padding-bottom: 0 !important;
  padding-top: 0;
  top: 0;
}
@media (max-width: 991px) {
  .header-style-s3 .navbar-brand {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .header-style-s3 .navbar-header {
    left: 0;
  }
}

/* header-style-s4 */
.header-style-s4,
.header-style-s5,
.header-style-s6,
.header-style-s8,
.header-style-s9 {
  position: relative;
  top: 0;
  background-color: transparent;
}
.header-style-s4 .site-navbar > ul > li > a,
.header-style-s5 .site-navbar > ul > li > a,
.header-style-s6 .site-navbar > ul > li > a,
.header-style-s8 .site-navbar > ul > li > a,
.header-style-s9 .site-navbar > ul > li > a {
  padding: 40px 25px;
  color: #000;
}
@media (max-width: 1650px) {
  .header-style-s4 .site-navbar > ul > li > a,
  .header-style-s5 .site-navbar > ul > li > a,
  .header-style-s6 .site-navbar > ul > li > a,
  .header-style-s8 .site-navbar > ul > li > a,
  .header-style-s9 .site-navbar > ul > li > a {
    padding: 36px 17px;
  }
}
@media (max-width: 1399px) {
  .header-style-s4 .site-navbar > ul > li > a,
  .header-style-s5 .site-navbar > ul > li > a,
  .header-style-s6 .site-navbar > ul > li > a,
  .header-style-s8 .site-navbar > ul > li > a,
  .header-style-s9 .site-navbar > ul > li > a {
    padding: 36px 9px;
  }
}
@media (max-width: 1199px) {
  .header-style-s4 .site-navbar > ul > li > a,
  .header-style-s5 .site-navbar > ul > li > a,
  .header-style-s6 .site-navbar > ul > li > a,
  .header-style-s8 .site-navbar > ul > li > a,
  .header-style-s9 .site-navbar > ul > li > a {
    padding: 36px 14px;
  }
}
@media (max-width: 991px) {
  .header-style-s4 .site-navbar > ul > li > a,
  .header-style-s5 .site-navbar > ul > li > a,
  .header-style-s6 .site-navbar > ul > li > a,
  .header-style-s8 .site-navbar > ul > li > a,
  .header-style-s9 .site-navbar > ul > li > a {
    padding: 15px 20px;
    color: #fff;
  }
}
.header-style-s4 .header-right .search-toggle-btn .fi,
.header-style-s5 .header-right .search-toggle-btn .fi,
.header-style-s6 .header-right .search-toggle-btn .fi,
.header-style-s8 .header-right .search-toggle-btn .fi,
.header-style-s9 .header-right .search-toggle-btn .fi {
  color: #000;
}
.header-style-s4 .site-navbar > ul li a:hover,
.header-style-s4 .site-navbar > ul li a.active,
.header-style-s5 .site-navbar > ul li a:hover,
.header-style-s5 .site-navbar > ul li a.active,
.header-style-s6 .site-navbar > ul li a:hover,
.header-style-s6 .site-navbar > ul li a.active,
.header-style-s8 .site-navbar > ul li a:hover,
.header-style-s8 .site-navbar > ul li a.active,
.header-style-s9 .site-navbar > ul li a:hover,
.header-style-s9 .site-navbar > ul li a.active {
  color: #000;
}
@media (max-width: 991px) {
  .header-style-s4 .site-navbar > ul li a:hover,
  .header-style-s4 .site-navbar > ul li a.active,
  .header-style-s5 .site-navbar > ul li a:hover,
  .header-style-s5 .site-navbar > ul li a.active,
  .header-style-s6 .site-navbar > ul li a:hover,
  .header-style-s6 .site-navbar > ul li a.active,
  .header-style-s8 .site-navbar > ul li a:hover,
  .header-style-s8 .site-navbar > ul li a.active,
  .header-style-s9 .site-navbar > ul li a:hover,
  .header-style-s9 .site-navbar > ul li a.active {
    color: #fff;
  }
}
.header-style-s4 .navigation.sticky-header,
.header-style-s5 .navigation.sticky-header,
.header-style-s6 .navigation.sticky-header,
.header-style-s8 .navigation.sticky-header,
.header-style-s9 .navigation.sticky-header {
  background: #FBF9F9;
}
.header-style-s4 .mobile-menu button,
.header-style-s5 .mobile-menu button,
.header-style-s6 .mobile-menu button,
.header-style-s8 .mobile-menu button,
.header-style-s9 .mobile-menu button {
  background-color: #000;
}
.header-style-s4 .mobile-menu button span,
.header-style-s5 .mobile-menu button span,
.header-style-s6 .mobile-menu button span,
.header-style-s8 .mobile-menu button span,
.header-style-s9 .mobile-menu button span {
  background-color: #fff;
}

.header-style-s6,
.header-style-s7 {
  position: absolute;
  left: 3%;
  width: 94%;
  z-index: 999;
  background: #fff;
  top: 20px;
  padding: 0 20px;
  padding-right: 10px;
}
@media (max-width: 1199px) {
  .header-style-s6,
  .header-style-s7 {
    padding: 0 10px;
    padding-right: 10px;
    width: 96%;
    left: 2%;
  }
}
@media (max-width: 991px) {
  .header-style-s6,
  .header-style-s7 {
    padding: 0 10px;
    padding-right: 10px;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .header-style-s6 .site-navbar > ul > li > a,
  .header-style-s7 .site-navbar > ul > li > a {
    padding: 36px 10px;
  }
}
@media (max-width: 991px) {
  .header-style-s6 .site-navbar > ul > li > a,
  .header-style-s7 .site-navbar > ul > li > a {
    padding: 15px 20px;
    color: #fff;
  }
}
.header-style-s6 .navbar-header,
.header-style-s7 .navbar-header {
  text-align: start;
}

.header-style-s3.header-style-s7 {
  background-color: transparent;
  padding: 0;
  left: 19%;
  max-width: 63%;
  height: 0;
}
@media (max-width: 1870px) {
  .header-style-s3.header-style-s7 {
    max-width: 68%;
    left: 17%;
  }
}
@media (max-width: 1750px) {
  .header-style-s3.header-style-s7 {
    max-width: 74%;
    left: 13%;
  }
}
@media (max-width: 1600px) {
  .header-style-s3.header-style-s7 {
    max-width: 78%;
  }
}
@media (max-width: 1399px) {
  .header-style-s3.header-style-s7 {
    max-width: 85%;
    left: 9%;
  }
}
@media (max-width: 991px) {
  .header-style-s3.header-style-s7 {
    max-width: 100%;
    position: absolute;
    left: 0;
    transform: none;
  }
}
.header-style-s3.header-style-s7 .site-navbar > ul > li > a {
  color: #fff;
}
.header-style-s3.header-style-s7 .site-navbar > ul li a:hover,
.header-style-s3.header-style-s7 .site-navbar > ul li a.active {
  color: #fff;
}
@media (max-width: 991px) {
  .header-style-s3.header-style-s7 .site-navbar > ul li a:hover,
  .header-style-s3.header-style-s7 .site-navbar > ul li a.active {
    color: #fff;
  }
}
.header-style-s3.header-style-s7 .site-navbar > ul > li .sub-menu a.active {
  color: #000;
}
@media (max-width: 991px) {
  .header-style-s3.header-style-s7 .site-navbar > ul > li .sub-menu a.active {
    color: #fff;
  }
}
.header-style-s3.header-style-s7 .site-navbar > ul > li .sub-menu a:hover {
  color: #000;
}
@media (max-width: 991px) {
  .header-style-s3.header-style-s7 .site-navbar > ul > li .sub-menu a:hover {
    color: #fff;
  }
}
.header-style-s3.header-style-s7 .navbar-header {
  text-align: center;
}
@media (max-width: 991px) {
  .header-style-s3.header-style-s7 .navbar-header {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .header-style-s3.header-style-s7 .navbar-header {
    left: 0;
    margin-right: -50px;
  }
}
@media (max-width: 425px) {
  .header-style-s3.header-style-s7 .navbar-header {
    margin-right: -40px;
  }
}
.header-style-s3.header-style-s7 .mobile-menu button {
  background-color: #fff;
}
.header-style-s3.header-style-s7 .mobile-menu button span {
  background-color: #000;
}
.header-style-s3.header-style-s7 .brand-logo {
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .header-style-s3.header-style-s7 .brand-logo {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .header-style-s3.header-style-s7 .brand-logo {
    padding: 0;
  }
}
.header-style-s3.header-style-s7 .navigation.sticky-header {
  background: #73543B;
}

.header-style-s8,
.header-style-s9 {
  background-color: #F6F3EE;
}
.header-style-s8 .navbar-header,
.header-style-s9 .navbar-header {
  text-align: start;
}
@media (max-width: 991px) {
  .header-style-s8 .navbar-header,
  .header-style-s9 .navbar-header {
    text-align: center;
  }
}

.header-style-s9 {
  background-color: #fff;
  position: relative;
}
.header-style-s9 .brand-logo {
  padding: 0 60px;
}
@media (max-width: 1199px) {
  .header-style-s9 .brand-logo {
    padding: 0 35px;
  }
}
@media (max-width: 991px) {
  .header-style-s9 .brand-logo {
    padding: 0;
  }
}
.header-style-s9 .navbar-header {
  text-align: center;
}
@media (max-width: 991px) {
  .header-style-s9 .navbar-header {
    text-align: end;
  }
}

.header-bottom-style {
  position: relative;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 11;
}
.header-bottom-style .sticky-header-bottom {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  width: 100%;
}
.header-bottom-style .sticky-header-bottom.sticky-on {
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #FBF9F9;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.header-bottom-style .header-style-s3 {
  position: relative;
}

/*--------------------------------------------------------------
3.0 Home Page One
--------------------------------------------------------------*/
/* 3.1 Hero Static Section */
.wpo-hero-static {
  position: relative;
  z-index: 9;
  height: 1020px;
  margin: 0 auto;
  background-image: url(../images/hero/image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1399px) {
  .wpo-hero-static {
    height: 950px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static {
    height: 850px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static {
    height: 100%;
  }
}
.wpo-hero-static::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, #6E7171 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-static::before {
    height: 100%;
  }
}
.wpo-hero-static .hero-wrapper {
  padding: 0 20px;
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-wrapper {
    padding: 0;
    padding-top: 360px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-wrapper {
    padding-top: 250px;
    padding-bottom: 30px;
  }
}
.wpo-hero-static .hero-wrapper .content {
  text-align: center;
}
.wpo-hero-static .hero-wrapper .content h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 180px;
  line-height: 100%;
  text-transform: uppercase;
  padding-top: 25px;
}
@media (max-width: 1820px) {
  .wpo-hero-static .hero-wrapper .content h1 {
    font-size: 165px;
  }
}
@media (max-width: 1700px) {
  .wpo-hero-static .hero-wrapper .content h1 {
    font-size: 155px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static .hero-wrapper .content h1 {
    font-size: 135px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-wrapper .content h1 {
    font-size: 115px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static .hero-wrapper .content h1 {
    font-size: 95px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-wrapper .content h1 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static .hero-wrapper .content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-wrapper .content h1 {
    font-size: 40px;
  }
}
.wpo-hero-static .hero-wrapper .content span {
  font-family: "Derivia";
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-wrapper .content span {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-wrapper .content span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static .hero-wrapper .content span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-wrapper .content span {
    font-size: 25px;
  }
}
.wpo-hero-static .image-1 {
  position: absolute;
  top: 90px;
  left: 80px;
  bottom: auto;
  z-index: -1;
}
@media (max-width: 1600px) {
  .wpo-hero-static .image-1 {
    left: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .image-1 {
    display: none;
  }
}
.wpo-hero-static .image-2 {
  position: absolute;
  bottom: 160px;
  right: 80px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .wpo-hero-static .image-2 {
    right: 40px;
    bottom: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .image-2 {
    display: none;
  }
}

.swiper-slide {
  overflow: hidden;
}

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

.slide-inner,
.hero-inner {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.slide-inner:before,
.hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  content: "";
  z-index: -1;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .swiper-pagination-bullet {
    display: none;
  }
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 30px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.gradient-overlay {
  background: linear-gradient(left, #444444 45%, transparent 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.6;
}

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

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

/* Hero Static Section Style 2 */
.wpo-hero-static-s2,
.wpo-hero-static-s10 {
  width: 100%;
  height: 1020px;
  display: flex;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2,
  .wpo-hero-static-s10 {
    height: 850px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2,
  .wpo-hero-static-s10 {
    height: 750px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2,
  .wpo-hero-static-s10 {
    height: 600px;
  }
}
.wpo-hero-static-s2 .slide-content,
.wpo-hero-static-s10 .slide-content {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .slide-content,
  .wpo-hero-static-s10 .slide-content {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .slide-content,
  .wpo-hero-static-s10 .slide-content {
    text-align: center;
  }
}
.wpo-hero-static-s2 .slide-title h1,
.wpo-hero-static-s10 .slide-title h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 180px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 40px 0;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s2 .slide-title h1,
  .wpo-hero-static-s10 .slide-title h1 {
    font-size: 160px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .slide-title h1,
  .wpo-hero-static-s10 .slide-title h1 {
    font-size: 130px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s2 .slide-title h1,
  .wpo-hero-static-s10 .slide-title h1 {
    font-size: 100px;
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .slide-title h1,
  .wpo-hero-static-s10 .slide-title h1 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .slide-title h1,
  .wpo-hero-static-s10 .slide-title h1 {
    font-size: 60px;
    padding-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s2 .slide-title h1,
  .wpo-hero-static-s10 .slide-title h1 {
    font-size: 50px;
  }
}
.wpo-hero-static-s2 .slide-title h1 span,
.wpo-hero-static-s10 .slide-title h1 span {
  text-align: end;
  display: block;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .slide-title h1 span,
  .wpo-hero-static-s10 .slide-title h1 span {
    padding-top: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .slide-title h1 span,
  .wpo-hero-static-s10 .slide-title h1 span {
    text-align: center;
  }
}
.wpo-hero-static-s2 .slide-title p,
.wpo-hero-static-s10 .slide-title p {
  margin: 0;
  color: #fff;
  font-family: "Derivia";
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  text-transform: uppercase;
  max-width: 455px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s2 .slide-title p,
  .wpo-hero-static-s10 .slide-title p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s2 .slide-title p,
  .wpo-hero-static-s10 .slide-title p {
    font-size: 25px;
    max-width: 285px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .slide-title p,
  .wpo-hero-static-s10 .slide-title p {
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    line-height: 25px;
  }
}
.wpo-hero-static-s2 .slide-title p:last-child,
.wpo-hero-static-s10 .slide-title p:last-child {
  margin-left: auto;
  text-align: center;
}
@media (max-width: 575px) {
  .wpo-hero-static-s2 .slide-title p:last-child,
  .wpo-hero-static-s10 .slide-title p:last-child {
    margin: 0 auto;
  }
}

/* Hero Static Section Style 3 */
.wpo-hero-static-s3 {
  background-color: #CCBAB0;
  position: relative;
  padding-top: 120px;
  padding-bottom: 40px;
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-hero-static-s3 {
    padding-top: 80px;
  }
}
.wpo-hero-static-s3 .wpo-hero-wrap {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .wpo-hero-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .wpo-hero-wrap {
    padding: 0;
  }
}
.wpo-hero-static-s3 .wpo-hero-wrap .hero-middle-image {
  position: relative;
  left: -105px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-middle-image {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-middle-image {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-middle-image {
    left: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-left-item {
    margin-bottom: 30px;
  }
}
.wpo-hero-static-s3 .wpo-hero-wrap .hero-contet {
  position: relative;
  z-index: 1;
  padding-top: 55px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet {
    text-align: center;
  }
}
.wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h1 {
  margin: 0;
  font-weight: 400;
  font-size: 150px;
  line-height: 180px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h1 {
    font-size: 130px;
    line-height: 160px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h1 {
    font-size: 110px;
    line-height: 120px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-hero-static-s3 .wpo-hero-wrap .hero-contet p {
  margin: 0;
  font-family: "Derivia";
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 50px;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet p {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet p {
    font-size: 25px;
    line-height: 30px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet p {
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet p {
    font-size: 16px;
    line-height: 22px;
  }
}
.wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 {
  margin: 0;
  font-weight: 400;
  font-size: 90px;
  line-height: 100px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 span {
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 span {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 span {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s3 .wpo-hero-wrap .hero-contet h2 span {
    font-size: 25px;
  }
}
.wpo-hero-static-s3 .shape-1 {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1780px) {
  .wpo-hero-static-s3 .shape-1 {
    max-width: 100px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static-s3 .shape-1 {
    max-width: 80px;
    bottom: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .shape-1 {
    display: none;
  }
}
.wpo-hero-static-s3 .shape-1 img {
  animation: bounceX 8s linear infinite;
}
.wpo-hero-static-s3 .shape-2 {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1780px) {
  .wpo-hero-static-s3 .shape-2 {
    max-width: 100px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static-s3 .shape-2 {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .shape-2 {
    display: none;
  }
}
.wpo-hero-static-s3 .shape-2 img {
  animation: bounceX 8s linear infinite;
}

/* Hero Static Section Style 4 */
.wpo-hero-static-s4 {
  background-image: url(../images/hero/image-8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 950px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s4 {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 {
    height: auto;
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s4 {
    padding-top: 170px;
    padding-bottom: 150px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.wpo-hero-static-s4:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-hero-static-s4:before {
    background: rgba(0, 0, 0, 0.9);
    opacity: 50%;
  }
}
.wpo-hero-static-s4 .wpo-hero-wrap {
  max-width: 1420px;
  margin: 0 auto;
}
.wpo-hero-static-s4 .hero-item {
  text-align: center;
}
.wpo-hero-static-s4 .hero-item h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 150px;
  line-height: 100%;
  text-transform: uppercase;
  padding: 0 50px;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s4 .hero-item h1 {
    font-size: 140px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s4 .hero-item h1 {
    font-size: 118px;
    padding: 0 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s4 .hero-item h1 {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .hero-item h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s4 .hero-item h1 {
    font-size: 55px;
    padding: 0 15px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .hero-item h1 {
    padding: 0;
    font-size: 45px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s4 .hero-item h1 {
    font-size: 38px;
  }
}
.wpo-hero-static-s4 .hero-item h1 span {
  padding: 0 20px;
  position: relative;
  top: -30px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s4 .hero-item h1 span {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s4 .hero-item h1 span {
    top: -10px;
    padding: 0 10px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s4 .hero-item h1 span {
    padding: 0 5px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s4 .hero-item h1 span img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s4 .hero-item h1 span img {
    max-width: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s4 .hero-item h1 span img {
    max-width: 25px;
  }
}
.wpo-hero-static-s4 .hero-item .text-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .hero-item .text-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.wpo-hero-static-s4 .hero-item .text-item .text-image-1 {
  transform: rotate(120deg);
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .hero-item .text-item .text-image-1 {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s4 .hero-item .text-item .text-image-1 {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .hero-item .text-item .text-image-1 {
    display: none;
  }
}
.wpo-hero-static-s4 .hero-item .text-item .text-image-2 {
  transform: rotate(60deg);
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .hero-item .text-item .text-image-2 {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s4 .hero-item .text-item .text-image-2 {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .hero-item .text-item .text-image-2 {
    display: none;
  }
}
.wpo-hero-static-s4 .hero-item p {
  margin: 0;
  color: #fff;
  font-family: "Derivia";
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s4 .hero-item p {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .hero-item p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .hero-item p {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-hero-static-s4 .hero-item .hero-bottom-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s4 .hero-item .hero-bottom-item {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .hero-item .hero-bottom-item {
    flex-direction: column;
    margin-top: 20px;
  }
}
.wpo-hero-static-s4 .hero-item .hero-bottom-item .item {
  max-width: 345px;
  text-align: end;
}
.wpo-hero-static-s4 .hero-item .hero-bottom-item .item:last-child {
  text-align: start;
}
@media (max-width: 575px) {
  .wpo-hero-static-s4 .hero-item .hero-bottom-item .flower-iamge {
    max-width: 90px;
  }
}

/* Hero Static Section Style 5 */
.wpo-hero-static-s5 {
  padding-top: 60px;
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s5 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.wpo-hero-static-s5 .wpo-hero-wrap {
  max-width: 1700px;
  margin: 0 auto;
}
.wpo-hero-static-s5 .hero-item {
  text-align: center;
}
@media (max-width: 767px) {
  .wpo-hero-static-s5 .hero-item {
    display: flex;
    flex-direction: column;
  }
}
.wpo-hero-static-s5 .hero-item .hero-contet {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s5 .hero-item .hero-contet {
    padding-bottom: 15px;
  }
}
.wpo-hero-static-s5 .hero-item .hero-contet h1 {
  margin: 0;
  font-weight: 400;
  font-size: 120px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s5 .hero-item .hero-contet h1 {
    font-size: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 .hero-item .hero-contet h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 .hero-item .hero-contet h1 {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s5 .hero-item .hero-contet h1 {
    font-size: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s5 .hero-item .hero-contet h1 {
    font-size: 35px;
  }
}
.wpo-hero-static-s5 .hero-item .hero-bottom-item {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item {
    margin-top: 30px;
  }
}
.wpo-hero-static-s5 .hero-item .hero-bottom-item h2 {
  margin: 0;
  color: #2F2422;
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item h2 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item h2 {
    font-size: 30px;
  }
}
.wpo-hero-static-s5 .hero-item .hero-bottom-item h2 span {
  font-size: 70px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item h2 span {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item h2 span {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item h2 span {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item h2 span {
    font-size: 25px;
  }
}
.wpo-hero-static-s5 .hero-item .hero-bottom-item p {
  margin: 0;
  color: #2F2422;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Derivia";
  padding-top: 25px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item p {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item p {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item p {
    font-size: 25px;
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s5 .hero-item .hero-bottom-item p {
    font-size: 20px;
  }
}
.wpo-hero-static-s5 .hero-item .hero-date {
  position: relative;
  margin-top: -183px;
  z-index: 99;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s5 .hero-item .hero-date {
    margin-top: -150px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 .hero-item .hero-date {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s5 .hero-item .hero-date {
    margin-top: 0;
  }
}
.wpo-hero-static-s5 .hero-item .hero-date ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.wpo-hero-static-s5 .hero-item .hero-date ul li {
  font-weight: 400;
  font-size: 200px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s5 .hero-item .hero-date ul li {
    font-size: 160px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s5 .hero-item .hero-date ul li {
    font-size: 130px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 .hero-item .hero-date ul li {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s5 .hero-item .hero-date ul li {
    font-size: 90px;
    color: #2F2422;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s5 .hero-item .hero-date ul li {
    font-size: 70px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s5 .hero-item .hero-date ul li {
    font-size: 45px;
  }
}
.wpo-hero-static-s5 .hero-item .hero-image {
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s5 .hero-item .hero-image {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s5 .hero-item .hero-image {
    flex-wrap: wrap;
    order: 4;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s5 .hero-item .hero-image {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s5 .hero-item .hero-image .image {
    width: 48%;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s5 .hero-item .hero-image .image {
    width: 100%;
  }
}

/* Hero Static Section Style 6 */
.wpo-hero-static-s6,
.wpo-hero-static-s11,
.wpo-hero-static-s13 {
  height: 950px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 45px;
}
@media (max-width: 1700px) {
  .wpo-hero-static-s6,
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    margin: 0 35px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static-s6,
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6,
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    height: 850px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s6,
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    height: 750px;
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s6,
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    height: 650px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s6,
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    height: 550px;
  }
}
.wpo-hero-static-s6 .slide-inner,
.wpo-hero-static-s6 .hero-inner,
.wpo-hero-static-s11 .slide-inner,
.wpo-hero-static-s11 .hero-inner,
.wpo-hero-static-s13 .slide-inner,
.wpo-hero-static-s13 .hero-inner {
  align-items: end;
}
@media (max-width: 991px) {
  .wpo-hero-static-s6 .slide-inner,
  .wpo-hero-static-s6 .hero-inner,
  .wpo-hero-static-s11 .slide-inner,
  .wpo-hero-static-s11 .hero-inner,
  .wpo-hero-static-s13 .slide-inner,
  .wpo-hero-static-s13 .hero-inner {
    align-items: center;
  }
}
.wpo-hero-static-s6 .slide-inner:before,
.wpo-hero-static-s6 .hero-inner:before,
.wpo-hero-static-s11 .slide-inner:before,
.wpo-hero-static-s11 .hero-inner:before,
.wpo-hero-static-s13 .slide-inner:before,
.wpo-hero-static-s13 .hero-inner:before {
  background: rgb(0, 0, 0);
  opacity: 30%;
}
.wpo-hero-static-s6 .slide-content,
.wpo-hero-static-s11 .slide-content,
.wpo-hero-static-s13 .slide-content {
  padding: 0 50px;
  padding-bottom: 80px;
}
@media (max-width: 1700px) {
  .wpo-hero-static-s6 .slide-content,
  .wpo-hero-static-s11 .slide-content,
  .wpo-hero-static-s13 .slide-content {
    padding: 0 30px;
    padding-bottom: 80px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static-s6 .slide-content,
  .wpo-hero-static-s11 .slide-content,
  .wpo-hero-static-s13 .slide-content {
    padding: 0 10px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s6 .slide-content,
  .wpo-hero-static-s11 .slide-content,
  .wpo-hero-static-s13 .slide-content {
    padding: 0;
  }
}
.wpo-hero-static-s6 .slide-title,
.wpo-hero-static-s11 .slide-title,
.wpo-hero-static-s13 .slide-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-hero-static-s6 .slide-title,
  .wpo-hero-static-s11 .slide-title,
  .wpo-hero-static-s13 .slide-title {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
  }
}
.wpo-hero-static-s6 .slide-title .shape,
.wpo-hero-static-s11 .slide-title .shape,
.wpo-hero-static-s13 .slide-title .shape {
  padding-left: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .slide-title .shape,
  .wpo-hero-static-s11 .slide-title .shape,
  .wpo-hero-static-s13 .slide-title .shape {
    margin-bottom: 10px;
  }
}
.wpo-hero-static-s6 .slide-title .shape img,
.wpo-hero-static-s11 .slide-title .shape img,
.wpo-hero-static-s13 .slide-title .shape img {
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .wpo-hero-static-s6 .slide-title .shape img,
  .wpo-hero-static-s11 .slide-title .shape img,
  .wpo-hero-static-s13 .slide-title .shape img {
    max-width: 60px;
  }
}
.wpo-hero-static-s6 .slide-title p,
.wpo-hero-static-s11 .slide-title p,
.wpo-hero-static-s13 .slide-title p {
  margin: 0;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  font-family: "Derivia";
  padding-bottom: 40px;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s6 .slide-title p,
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s6 .slide-title p,
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .slide-title p,
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s6 .slide-title p,
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s6 .slide-title p,
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 20px;
  }
}
.wpo-hero-static-s6 .slide-title h1,
.wpo-hero-static-s11 .slide-title h1,
.wpo-hero-static-s13 .slide-title h1 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s6 .slide-title h1,
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 85px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s6 .slide-title h1,
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 75px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .slide-title h1,
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 60px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s6 .slide-title h1,
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 50px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s6 .slide-title h1,
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s6 .slide-title h1,
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 30px;
    gap: 5px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s6 .slide-title .shape-text,
  .wpo-hero-static-s11 .slide-title .shape-text,
  .wpo-hero-static-s13 .slide-title .shape-text {
    max-width: 45px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .slide-title .shape-text,
  .wpo-hero-static-s11 .slide-title .shape-text,
  .wpo-hero-static-s13 .slide-title .shape-text {
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s6 .slide-title .shape-text,
  .wpo-hero-static-s11 .slide-title .shape-text,
  .wpo-hero-static-s13 .slide-title .shape-text {
    max-width: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s6 .slide-title .shape-text,
  .wpo-hero-static-s11 .slide-title .shape-text,
  .wpo-hero-static-s13 .slide-title .shape-text {
    max-width: 22px;
  }
}
.wpo-hero-static-s6 .slide-title .hero-right,
.wpo-hero-static-s11 .slide-title .hero-right,
.wpo-hero-static-s13 .slide-title .hero-right {
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .slide-title .hero-right,
  .wpo-hero-static-s11 .slide-title .hero-right,
  .wpo-hero-static-s13 .slide-title .hero-right {
    padding-bottom: 10px;
  }
}
.wpo-hero-static-s6 .slide-title h2,
.wpo-hero-static-s11 .slide-title h2,
.wpo-hero-static-s13 .slide-title h2 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 460px;
  margin-left: auto;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s6 .slide-title h2,
  .wpo-hero-static-s11 .slide-title h2,
  .wpo-hero-static-s13 .slide-title h2 {
    font-size: 35px;
    max-width: 390px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s6 .slide-title h2,
  .wpo-hero-static-s11 .slide-title h2,
  .wpo-hero-static-s13 .slide-title h2 {
    font-size: 30px;
    max-width: 335px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s6 .slide-title h2,
  .wpo-hero-static-s11 .slide-title h2,
  .wpo-hero-static-s13 .slide-title h2 {
    font-size: 25px;
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s6 .slide-title h2,
  .wpo-hero-static-s11 .slide-title h2,
  .wpo-hero-static-s13 .slide-title h2 {
    font-size: 20px;
    max-width: unset;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s6 .slide-title h2,
  .wpo-hero-static-s11 .slide-title h2,
  .wpo-hero-static-s13 .slide-title h2 {
    font-size: 17px;
  }
}

/* Hero Static Section Style 7 */
.wpo-hero-static-s7 {
  padding-top: 30px;
}
.wpo-hero-static-s7 .wpo-hero-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1650px;
  justify-content: center;
  margin: 0 auto;
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item {
  max-width: 525px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item {
    margin-bottom: 30px;
  }
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .image-wrap {
  border-radius: 280px 280px 0px 0px;
  overflow: hidden;
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .image-wrap .image {
  position: relative;
  z-index: 11;
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .image-wrap .image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  content: "";
  z-index: 1;
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .image-wrap img {
  border-radius: 280px 280px 0px 0px;
  animation: kenburn 25s 2s alternate infinite;
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text {
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text {
    text-align: center;
  }
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 {
  margin: 0;
  font-weight: 400;
  font-size: 90px;
  line-height: 100%;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1500px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 {
    font-size: 40px;
  }
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 span {
  font-size: 50px;
  line-height: 100%;
  color: #000;
  font-family: "Derivia";
}
@media (max-width: 1500px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 span {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 span {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 span {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h1 span {
    font-size: 30px;
  }
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h2 {
  margin: 0;
  font-size: 60px;
  line-height: 100%;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  color: #73543B;
}
@media (max-width: 1354px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text h2 {
    font-size: 35px;
  }
}
.wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text p {
  margin: 0;
  font-size: 40px;
  line-height: 50px;
  color: #000;
  font-family: "Derivia";
  text-align: right;
  max-width: 450px;
  margin-left: auto;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text p {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1354px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text p {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text p {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s7 .wpo-hero-wrapper .hero-item .hero-text p {
    text-align: center;
    max-width: unset;
  }
}
.wpo-hero-static-s7 .col:nth-child(even) {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s7 .col:nth-child(even) {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 .col:nth-child(even) {
    margin-top: 0;
  }
}
.wpo-hero-static-s7 .col:nth-child(even) .image-wrap {
  border-radius: 0px 0px 280px 280px;
  order: 2;
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 .col:nth-child(even) .image-wrap {
    order: 1;
    border-radius: 280px 280px 0px 0px;
  }
}
.wpo-hero-static-s7 .col:nth-child(even) .image-wrap .image img {
  border-radius: 0px 0px 280px 280px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 .col:nth-child(even) .image-wrap .image img {
    border-radius: 280px 280px 0px 0px;
  }
}
.wpo-hero-static-s7 .col:nth-child(even) .image-wrap .image:before {
  top: 0;
  height: 300px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 .col:nth-child(even) .image-wrap .image:before {
    bottom: 0;
    top: auto;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  }
}
.wpo-hero-static-s7 .col:nth-child(even) .hero-text {
  order: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .wpo-hero-static-s7 .col:nth-child(even) .hero-text {
    order: 2;
  }
}
.wpo-hero-static-s7 .col:last-child .hero-text {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s7 .col:last-child .hero-item {
    margin: 0;
  }
}

/* Hero Static Section Style 8 */
.wpo-hero-static-s8,
.wpo-hero-static-s9,
.wpo-invitation-area,
.wpo-invitation-area-s2 {
  position: relative;
  z-index: 111;
}
.wpo-hero-static-s8:before,
.wpo-hero-static-s9:before,
.wpo-invitation-area:before,
.wpo-invitation-area-s2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 170px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 11;
}
.wpo-hero-static-s8 .hero-bg-image,
.wpo-hero-static-s9 .hero-bg-image,
.wpo-invitation-area .hero-bg-image,
.wpo-invitation-area-s2 .hero-bg-image {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wpo-hero-static-s8 .hero-bg-image .image,
.wpo-hero-static-s9 .hero-bg-image .image,
.wpo-invitation-area .hero-bg-image .image,
.wpo-invitation-area-s2 .hero-bg-image .image {
  height: 100%;
  overflow: hidden;
}
.wpo-hero-static-s8 .hero-bg-image .image img,
.wpo-hero-static-s9 .hero-bg-image .image img,
.wpo-invitation-area .hero-bg-image .image img,
.wpo-invitation-area-s2 .hero-bg-image .image img {
  width: 100%;
  height: 100%;
  min-height: 1020px;
  -o-object-fit: cover;
     object-fit: cover;
  animation: kenburn 25s 2s alternate infinite;
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 .hero-bg-image .image img,
  .wpo-hero-static-s9 .hero-bg-image .image img,
  .wpo-invitation-area .hero-bg-image .image img,
  .wpo-invitation-area-s2 .hero-bg-image .image img {
    min-height: 900px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s8 .hero-bg-image .image img,
  .wpo-hero-static-s9 .hero-bg-image .image img,
  .wpo-invitation-area .hero-bg-image .image img,
  .wpo-invitation-area-s2 .hero-bg-image .image img {
    min-height: 800px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .hero-bg-image .image img,
  .wpo-hero-static-s9 .hero-bg-image .image img,
  .wpo-invitation-area .hero-bg-image .image img,
  .wpo-invitation-area-s2 .hero-bg-image .image img {
    min-height: 700px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s8 .hero-bg-image .image img,
  .wpo-hero-static-s9 .hero-bg-image .image img,
  .wpo-invitation-area .hero-bg-image .image img,
  .wpo-invitation-area-s2 .hero-bg-image .image img {
    min-height: 600px;
  }
}
.wpo-hero-static-s8 h1,
.wpo-hero-static-s9 h1,
.wpo-invitation-area h1,
.wpo-invitation-area-s2 h1 {
  margin: 0;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 220px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 h1,
  .wpo-hero-static-s9 h1,
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 65px;
    max-width: 190px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 h1,
  .wpo-hero-static-s9 h1,
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 55px;
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s8 h1,
  .wpo-hero-static-s9 h1,
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 45px;
    max-width: 130px;
  }
}
.wpo-hero-static-s8 h1 span,
.wpo-hero-static-s9 h1 span,
.wpo-invitation-area h1 span,
.wpo-invitation-area-s2 h1 span {
  font-weight: 400;
  font-size: 50px;
  line-height: 100px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 h1 span,
  .wpo-hero-static-s9 h1 span,
  .wpo-invitation-area h1 span,
  .wpo-invitation-area-s2 h1 span {
    font-size: 45px;
    line-height: 90px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 h1 span,
  .wpo-hero-static-s9 h1 span,
  .wpo-invitation-area h1 span,
  .wpo-invitation-area-s2 h1 span {
    font-size: 40px;
    line-height: 80px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s8 h1 span,
  .wpo-hero-static-s9 h1 span,
  .wpo-invitation-area h1 span,
  .wpo-invitation-area-s2 h1 span {
    font-size: 35px;
    line-height: 70px;
  }
}
.wpo-hero-static-s8 h2,
.wpo-hero-static-s9 h2,
.wpo-invitation-area h2,
.wpo-invitation-area-s2 h2 {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Derivia";
  color: #73543B;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 h2,
  .wpo-hero-static-s9 h2,
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 h2,
  .wpo-hero-static-s9 h2,
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s8 h2,
  .wpo-hero-static-s9 h2,
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 26px;
    padding-bottom: 30px;
  }
}
.wpo-hero-static-s8 p,
.wpo-hero-static-s9 p,
.wpo-invitation-area p,
.wpo-invitation-area-s2 p {
  margin: 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 p,
  .wpo-hero-static-s9 p,
  .wpo-invitation-area p,
  .wpo-invitation-area-s2 p {
    font-size: 20px;
    line-height: 28px;
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 p,
  .wpo-hero-static-s9 p,
  .wpo-invitation-area p,
  .wpo-invitation-area-s2 p {
    font-size: 17px;
    line-height: 24px;
    padding-top: 30px;
  }
}
.wpo-hero-static-s8 .hero-item,
.wpo-hero-static-s9 .hero-item,
.wpo-invitation-area .hero-item,
.wpo-invitation-area-s2 .hero-item {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
  border-radius: 250px;
  padding: 20px;
  max-width: 500px;
  text-align: center;
  width: 100%;
  z-index: 11;
}
@media (max-width: 767px) {
  .wpo-hero-static-s8 .hero-item,
  .wpo-hero-static-s9 .hero-item,
  .wpo-invitation-area .hero-item,
  .wpo-invitation-area-s2 .hero-item {
    max-width: 440px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .hero-item,
  .wpo-hero-static-s9 .hero-item,
  .wpo-invitation-area .hero-item,
  .wpo-invitation-area-s2 .hero-item {
    max-width: 390px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s8 .hero-item,
  .wpo-hero-static-s9 .hero-item,
  .wpo-invitation-area .hero-item,
  .wpo-invitation-area-s2 .hero-item {
    max-width: 300px;
    padding: 10px;
  }
}
.wpo-hero-static-s8 .hero-item .hero-content,
.wpo-hero-static-s9 .hero-item .hero-content,
.wpo-invitation-area .hero-item .hero-content,
.wpo-invitation-area-s2 .hero-item .hero-content {
  padding: 100px 60px 80px;
  border: 1px solid #E2E2E2;
  border-radius: 230px;
}
@media (max-width: 767px) {
  .wpo-hero-static-s8 .hero-item .hero-content,
  .wpo-hero-static-s9 .hero-item .hero-content,
  .wpo-invitation-area .hero-item .hero-content,
  .wpo-invitation-area-s2 .hero-item .hero-content {
    padding: 90px 40px 70px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .hero-item .hero-content,
  .wpo-hero-static-s9 .hero-item .hero-content,
  .wpo-invitation-area .hero-item .hero-content,
  .wpo-invitation-area-s2 .hero-item .hero-content {
    padding: 70px 40px 50px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s8 .hero-item .hero-content,
  .wpo-hero-static-s9 .hero-item .hero-content,
  .wpo-invitation-area .hero-item .hero-content,
  .wpo-invitation-area-s2 .hero-item .hero-content {
    padding: 65px 20px 40px;
  }
}
.wpo-hero-static-s8 .hero-item .shape-1,
.wpo-hero-static-s9 .hero-item .shape-1,
.wpo-invitation-area .hero-item .shape-1,
.wpo-invitation-area-s2 .hero-item .shape-1 {
  position: absolute;
  top: -70px;
  left: -60px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 .hero-item .shape-1,
  .wpo-hero-static-s9 .hero-item .shape-1,
  .wpo-invitation-area .hero-item .shape-1,
  .wpo-invitation-area-s2 .hero-item .shape-1 {
    top: 10px;
    left: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 .hero-item .shape-1 img,
  .wpo-hero-static-s9 .hero-item .shape-1 img,
  .wpo-invitation-area .hero-item .shape-1 img,
  .wpo-invitation-area-s2 .hero-item .shape-1 img {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .hero-item .shape-1 img,
  .wpo-hero-static-s9 .hero-item .shape-1 img,
  .wpo-invitation-area .hero-item .shape-1 img,
  .wpo-invitation-area-s2 .hero-item .shape-1 img {
    max-width: 120px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s8 .hero-item .shape-1 img,
  .wpo-hero-static-s9 .hero-item .shape-1 img,
  .wpo-invitation-area .hero-item .shape-1 img,
  .wpo-invitation-area-s2 .hero-item .shape-1 img {
    max-width: 90px;
  }
}
.wpo-hero-static-s8 .hero-item .shape-2,
.wpo-hero-static-s9 .hero-item .shape-2,
.wpo-invitation-area .hero-item .shape-2,
.wpo-invitation-area-s2 .hero-item .shape-2 {
  position: absolute;
  bottom: 30px;
  right: -75px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 .hero-item .shape-2,
  .wpo-hero-static-s9 .hero-item .shape-2,
  .wpo-invitation-area .hero-item .shape-2,
  .wpo-invitation-area-s2 .hero-item .shape-2 {
    bottom: 50px;
    right: -12px;
  }
}
.wpo-hero-static-s8 .hero-item .shape-2 img,
.wpo-hero-static-s9 .hero-item .shape-2 img,
.wpo-invitation-area .hero-item .shape-2 img,
.wpo-invitation-area-s2 .hero-item .shape-2 img {
  transform: rotate(12deg);
}
@media (max-width: 991px) {
  .wpo-hero-static-s8 .hero-item .shape-2 img,
  .wpo-hero-static-s9 .hero-item .shape-2 img,
  .wpo-invitation-area .hero-item .shape-2 img,
  .wpo-invitation-area-s2 .hero-item .shape-2 img {
    max-width: 110px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s8 .hero-item .shape-2 img,
  .wpo-hero-static-s9 .hero-item .shape-2 img,
  .wpo-invitation-area .hero-item .shape-2 img,
  .wpo-invitation-area-s2 .hero-item .shape-2 img {
    max-width: 90px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s8 .hero-item .shape-2 img,
  .wpo-hero-static-s9 .hero-item .shape-2 img,
  .wpo-invitation-area .hero-item .shape-2 img,
  .wpo-invitation-area-s2 .hero-item .shape-2 img {
    max-width: 70px;
  }
}
.wpo-hero-static-s8 .hero-bg-image .owl-nav,
.wpo-hero-static-s9 .hero-bg-image .owl-nav,
.wpo-invitation-area .hero-bg-image .owl-nav,
.wpo-invitation-area-s2 .hero-bg-image .owl-nav {
  display: none;
}
.wpo-hero-static-s8 .hero-bg-image .owl-dots,
.wpo-hero-static-s9 .hero-bg-image .owl-dots,
.wpo-invitation-area .hero-bg-image .owl-dots,
.wpo-invitation-area-s2 .hero-bg-image .owl-dots {
  display: none;
}

/* Hero Static Section Style 9 */
.wpo-hero-static-s9,
.wpo-invitation-area,
.wpo-invitation-area-s2 {
  background-image: url(../images/hero/bg-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 1300px;
  display: flex;
  justify-content: center;
  z-index: 1;
  padding: 150px 0;
  padding-top: 180px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9,
  .wpo-invitation-area,
  .wpo-invitation-area-s2 {
    height: 1240px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9,
  .wpo-invitation-area,
  .wpo-invitation-area-s2 {
    height: 1120px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s9,
  .wpo-invitation-area,
  .wpo-invitation-area-s2 {
    height: auto;
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s9,
  .wpo-invitation-area,
  .wpo-invitation-area-s2 {
    padding: 60px 0;
  }
}
.wpo-hero-static-s9:before,
.wpo-invitation-area:before,
.wpo-invitation-area-s2:before {
  display: none;
}
.wpo-hero-static-s9 .wpo-hero-wrap,
.wpo-invitation-area .wpo-hero-wrap,
.wpo-invitation-area-s2 .wpo-hero-wrap {
  padding: 0 85px;
  text-align: center;
}
@media (max-width: 1700px) {
  .wpo-hero-static-s9 .wpo-hero-wrap,
  .wpo-invitation-area .wpo-hero-wrap,
  .wpo-invitation-area-s2 .wpo-hero-wrap {
    padding: 0 65px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static-s9 .wpo-hero-wrap,
  .wpo-invitation-area .wpo-hero-wrap,
  .wpo-invitation-area-s2 .wpo-hero-wrap {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 .wpo-hero-wrap,
  .wpo-invitation-area .wpo-hero-wrap,
  .wpo-invitation-area-s2 .wpo-hero-wrap {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 .wpo-hero-wrap,
  .wpo-invitation-area .wpo-hero-wrap,
  .wpo-invitation-area-s2 .wpo-hero-wrap {
    padding: 0;
  }
}
.wpo-hero-static-s9 .wpo-hero-wrap .bismillah-image,
.wpo-invitation-area .wpo-hero-wrap .bismillah-image,
.wpo-invitation-area-s2 .wpo-hero-wrap .bismillah-image {
  margin-bottom: 85px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 .wpo-hero-wrap .bismillah-image,
  .wpo-invitation-area .wpo-hero-wrap .bismillah-image,
  .wpo-invitation-area-s2 .wpo-hero-wrap .bismillah-image {
    margin-bottom: 30px;
  }
}
.wpo-hero-static-s9 .hero-all-content,
.wpo-invitation-area .hero-all-content,
.wpo-invitation-area-s2 .hero-all-content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 .hero-all-content,
  .wpo-invitation-area .hero-all-content,
  .wpo-invitation-area-s2 .hero-all-content {
    flex-direction: column;
  }
}
.wpo-hero-static-s9 .hero-item,
.wpo-invitation-area .hero-item,
.wpo-invitation-area-s2 .hero-item {
  border-radius: 50%;
  max-width: 540px;
  top: 0;
  left: 0;
  position: relative;
  transform: none;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 .hero-item,
  .wpo-invitation-area .hero-item,
  .wpo-invitation-area-s2 .hero-item {
    max-width: 480px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 .hero-item,
  .wpo-invitation-area .hero-item,
  .wpo-invitation-area-s2 .hero-item {
    max-width: 390px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s9 .hero-item,
  .wpo-invitation-area .hero-item,
  .wpo-invitation-area-s2 .hero-item {
    max-width: 350px;
  }
}
.wpo-hero-static-s9 .hero-item .hero-content,
.wpo-invitation-area .hero-item .hero-content,
.wpo-invitation-area-s2 .hero-item .hero-content {
  border-radius: 50%;
  padding: 130px 100px;
  border-color: #CCBAB0;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 .hero-item .hero-content,
  .wpo-invitation-area .hero-item .hero-content,
  .wpo-invitation-area-s2 .hero-item .hero-content {
    padding: 90px 75px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s9 .hero-item .hero-content,
  .wpo-invitation-area .hero-item .hero-content,
  .wpo-invitation-area-s2 .hero-item .hero-content {
    padding: 90px 30px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 .hero-item .shape img,
  .wpo-invitation-area .hero-item .shape img,
  .wpo-invitation-area-s2 .hero-item .shape img {
    max-width: 100px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 .hero-item .shape img,
  .wpo-invitation-area .hero-item .shape img,
  .wpo-invitation-area-s2 .hero-item .shape img {
    max-width: 70px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s9 .hero-item .shape img,
  .wpo-invitation-area .hero-item .shape img,
  .wpo-invitation-area-s2 .hero-item .shape img {
    max-width: 50px;
  }
}
.wpo-hero-static-s9 .hero-item .shape-1,
.wpo-invitation-area .hero-item .shape-1,
.wpo-invitation-area-s2 .hero-item .shape-1 {
  top: 0;
  left: auto;
  right: 40px;
}
.wpo-hero-static-s9 .hero-item .shape-1 img,
.wpo-invitation-area .hero-item .shape-1 img,
.wpo-invitation-area-s2 .hero-item .shape-1 img {
  transform: rotate(-42deg);
}
.wpo-hero-static-s9 .hero-item .shape-2,
.wpo-invitation-area .hero-item .shape-2,
.wpo-invitation-area-s2 .hero-item .shape-2 {
  bottom: -15px;
  left: 30px;
  right: auto;
}
.wpo-hero-static-s9 .hero-item .shape-2 img,
.wpo-invitation-area .hero-item .shape-2 img,
.wpo-invitation-area-s2 .hero-item .shape-2 img {
  transform: rotate(-30deg);
}
.wpo-hero-static-s9 h1,
.wpo-invitation-area h1,
.wpo-invitation-area-s2 h1 {
  margin: 0;
  font-weight: 400;
  font-size: 70px;
  line-height: 85px;
  margin: 0 auto;
  max-width: 270px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 h1,
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 60px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 h1,
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s9 h1,
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 44px;
    line-height: 55px;
  }
}
.wpo-hero-static-s9 h2,
.wpo-invitation-area h2,
.wpo-invitation-area-s2 h2 {
  color: #000;
  padding: 0;
  line-height: 45px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s9 h2,
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    gap: 10px;
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 h2,
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 h2,
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.wpo-hero-static-s9 span,
.wpo-invitation-area span,
.wpo-invitation-area-s2 span {
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  color: #73543B;
  border: 1px solid #73543B;
  padding: 20px;
  padding-bottom: 0;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s9 span,
  .wpo-invitation-area span,
  .wpo-invitation-area-s2 span {
    font-size: 80px;
    line-height: 80px;
    padding: 10px;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 span,
  .wpo-invitation-area span,
  .wpo-invitation-area-s2 span {
    font-size: 55px;
    line-height: 55px;
  }
}
.wpo-hero-static-s9 .address,
.wpo-invitation-area .address,
.wpo-invitation-area-s2 .address {
  max-width: 490px;
  text-align: right;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 .address,
  .wpo-invitation-area .address,
  .wpo-invitation-area-s2 .address {
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 .address,
  .wpo-invitation-area .address,
  .wpo-invitation-area-s2 .address {
    margin: 0 auto;
    text-align: center;
  }
}
.wpo-hero-static-s9 .text-bottom,
.wpo-invitation-area .text-bottom,
.wpo-invitation-area-s2 .text-bottom {
  max-width: 770px;
  margin: 0 auto;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 .text-bottom,
  .wpo-invitation-area .text-bottom,
  .wpo-invitation-area-s2 .text-bottom {
    padding-top: 40px;
  }
}
.wpo-hero-static-s9 .text-bottom h2,
.wpo-invitation-area .text-bottom h2,
.wpo-invitation-area-s2 .text-bottom h2 {
  display: block;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s9 .shape-top,
  .wpo-invitation-area .shape-top,
  .wpo-invitation-area-s2 .shape-top {
    max-width: 450px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s9 .shape-top,
  .wpo-invitation-area .shape-top,
  .wpo-invitation-area-s2 .shape-top {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s9 .shape-top,
  .wpo-invitation-area .shape-top,
  .wpo-invitation-area-s2 .shape-top {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s9 .shape-top,
  .wpo-invitation-area .shape-top,
  .wpo-invitation-area-s2 .shape-top {
    max-width: 220px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s9 .shape-top,
  .wpo-invitation-area .shape-top,
  .wpo-invitation-area-s2 .shape-top {
    max-width: 160px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s9 .shape-top,
  .wpo-invitation-area .shape-top,
  .wpo-invitation-area-s2 .shape-top {
    max-width: 120px;
  }
}
.wpo-hero-static-s9 .shape-3,
.wpo-invitation-area .shape-3,
.wpo-invitation-area-s2 .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wpo-hero-static-s9 .shape-4,
.wpo-invitation-area .shape-4,
.wpo-invitation-area-s2 .shape-4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/* Hero Static Section Style 10 */
.wpo-hero-static-s10 {
  align-items: start;
  height: 1050px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s10 {
    height: 950px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 {
    height: 750px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s10 {
    height: 600px;
  }
}
.wpo-hero-static-s10 .wpo-hero-wrapper {
  max-width: 1700px;
  margin: 0 auto;
  padding-top: 140px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .wpo-hero-wrapper {
    padding: 0;
  }
}
.wpo-hero-static-s10 .container-fluid,
.wpo-hero-static-s10 .wpo-hero-wrapper {
  height: 100%;
}
.wpo-hero-static-s10 .slide-content {
  max-width: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .slide-content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 10px;
  }
}
.wpo-hero-static-s10 .slide-content .slide-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .slide-content .slide-title {
    gap: 10px;
  }
}
.wpo-hero-static-s10 .slide-content .slide-title img {
  transform: rotate(-66.6deg);
}
@media (max-width: 1199px) {
  .wpo-hero-static-s10 .slide-content .slide-title img {
    max-width: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .slide-content .slide-title img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s10 .slide-content .slide-title img {
    max-width: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s10 .slide-content .slide-title img {
    display: none;
  }
}
.wpo-hero-static-s10 .slide-content .slide-title .text-shape {
  transform: rotate(-120deg);
}
.wpo-hero-static-s10 .slide-content .slide-title h1 {
  margin: 0;
  font-weight: 400;
  font-size: 120px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 0;
}
@media (max-width: 1750px) {
  .wpo-hero-static-s10 .slide-content .slide-title h1 {
    font-size: 105px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static-s10 .slide-content .slide-title h1 {
    font-size: 90px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s10 .slide-content .slide-title h1 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s10 .slide-content .slide-title h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .slide-content .slide-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s10 .slide-content .slide-title h1 {
    font-size: 40px;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s10 .slide-content .slide-title h1 {
    font-size: 35px;
  }
}
.wpo-hero-static-s10 .hero-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .hero-item {
    flex-direction: column;
    gap: 20px;
  }
}
.wpo-hero-static-s10 .hero-item p {
  margin: 0;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Derivia";
  max-width: 580px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s10 .hero-item p {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s10 .hero-item p {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .hero-item p {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s10 .hero-item p {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s10 .hero-item p {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-hero-static-s10 .hero-item h2 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 150px;
  line-height: 100%;
  text-transform: uppercase;
  max-width: 400px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1750px) {
  .wpo-hero-static-s10 .hero-item h2 {
    font-size: 140px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static-s10 .hero-item h2 {
    font-size: 125px;
    max-width: 360px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s10 .hero-item h2 {
    font-size: 110px;
    max-width: 315px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s10 .hero-item h2 {
    font-size: 90px;
    max-width: 270px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .hero-item h2 {
    font-size: 75px;
    max-width: unset;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s10 .hero-item h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s10 .hero-item h2 {
    font-size: 45px;
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s10 .hero-item h2 img {
    max-width: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s10 .hero-item h2 img {
    max-width: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s10 .hero-item h2 img {
    max-width: 30px;
  }
}
.wpo-hero-static-s10 .slide-inner {
  align-items: start;
}
@media (max-width: 991px) {
  .wpo-hero-static-s10 .slide-inner {
    align-items: center;
  }
}
.wpo-hero-static-s10 .slide-inner::before {
  background: #000000;
  opacity: 30%;
}

/* Hero Static Section Style 11 */
.wpo-hero-static-s11,
.wpo-hero-static-s13 {
  margin: 0;
  height: 1020px;
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    height: 900px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    height: 800px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11,
  .wpo-hero-static-s13 {
    height: 650px;
  }
}
.wpo-hero-static-s11 .slide-inner:before,
.wpo-hero-static-s11 .hero-inner:before,
.wpo-hero-static-s13 .slide-inner:before,
.wpo-hero-static-s13 .hero-inner:before {
  opacity: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.wpo-hero-static-s11 .slide-content,
.wpo-hero-static-s13 .slide-content {
  padding: 0 60px;
  padding-bottom: 70px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s11 .slide-content,
  .wpo-hero-static-s13 .slide-content {
    padding: 0 20px;
    padding-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s11 .slide-content,
  .wpo-hero-static-s13 .slide-content {
    padding: 0;
  }
}
.wpo-hero-static-s11 .slide-title,
.wpo-hero-static-s13 .slide-title {
  align-items: center;
}
.wpo-hero-static-s11 .slide-title p,
.wpo-hero-static-s13 .slide-title p {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .slide-title p,
  .wpo-hero-static-s13 .slide-title p {
    font-size: 20px;
  }
}
.wpo-hero-static-s11 .slide-title h1,
.wpo-hero-static-s13 .slide-title h1 {
  display: block;
  font-size: 120px;
  line-height: 130px;
  max-width: 910px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 105px;
    line-height: 115px;
    max-width: 800px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 80px;
    line-height: 100px;
    max-width: 610px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 65px;
    line-height: 80px;
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .slide-title h1,
  .wpo-hero-static-s13 .slide-title h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
.wpo-hero-static-s11 .slide-title .theme-btn-s2,
.wpo-hero-static-s13 .slide-title .theme-btn-s2 {
  background-color: #CCBAB0;
  color: #000;
  padding: 20px 25px;
}
@media (max-width: 575px) {
  .wpo-hero-static-s11 .slide-title .theme-btn-s2,
  .wpo-hero-static-s13 .slide-title .theme-btn-s2 {
    padding: 15px;
  }
}
.wpo-hero-static-s11 .slide-title .theme-btn-s2:hover,
.wpo-hero-static-s13 .slide-title .theme-btn-s2:hover {
  color: #fff;
}

/* Hero Static Section Style 12 */
.wpo-hero-static-12,
.wpo-hero-static-14,
.wpo-hero-static-15 {
  background-color: #F6F3EE;
}
@media (max-width: 991px) {
  .wpo-hero-static-12,
  .wpo-hero-static-14,
  .wpo-hero-static-15 {
    padding-top: 20px;
  }
}
.wpo-hero-static-12 .hero-image,
.wpo-hero-static-14 .hero-image,
.wpo-hero-static-15 .hero-image {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.wpo-hero-static-12 .hero-image .image:first-child,
.wpo-hero-static-14 .hero-image .image:first-child,
.wpo-hero-static-15 .hero-image .image:first-child {
  margin-top: 60px;
  padding-left: 100px;
}
@media (max-width: 1500px) {
  .wpo-hero-static-12 .hero-image .image:first-child,
  .wpo-hero-static-14 .hero-image .image:first-child,
  .wpo-hero-static-15 .hero-image .image:first-child {
    padding-left: 55px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-12 .hero-image .image:first-child,
  .wpo-hero-static-14 .hero-image .image:first-child,
  .wpo-hero-static-15 .hero-image .image:first-child {
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .hero-image .image:first-child,
  .wpo-hero-static-14 .hero-image .image:first-child,
  .wpo-hero-static-15 .hero-image .image:first-child {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .hero-image .image img,
  .wpo-hero-static-14 .hero-image .image img,
  .wpo-hero-static-15 .hero-image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wpo-hero-static-12 .hero-item,
.wpo-hero-static-14 .hero-item,
.wpo-hero-static-15 .hero-item {
  background-color: #fff;
  max-width: 925px;
  margin: 0 auto;
  text-align: center;
  margin-top: -550px;
  position: relative;
  padding: 70px 80px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-12 .hero-item,
  .wpo-hero-static-14 .hero-item,
  .wpo-hero-static-15 .hero-item {
    padding: 50px 60px;
    max-width: 790px;
    margin-top: -400px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-12 .hero-item,
  .wpo-hero-static-14 .hero-item,
  .wpo-hero-static-15 .hero-item {
    margin-top: -200px;
    max-width: 745px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .hero-item,
  .wpo-hero-static-14 .hero-item,
  .wpo-hero-static-15 .hero-item {
    margin-top: 30px;
    max-width: 745px;
    padding: 40px 40px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-12 .hero-item,
  .wpo-hero-static-14 .hero-item,
  .wpo-hero-static-15 .hero-item {
    padding: 40px 20px;
  }
}
.wpo-hero-static-12 .hero-item .hero-contet span,
.wpo-hero-static-14 .hero-item .hero-contet span,
.wpo-hero-static-15 .hero-item .hero-contet span {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  color: #73543B;
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .hero-item .hero-contet span,
  .wpo-hero-static-14 .hero-item .hero-contet span,
  .wpo-hero-static-15 .hero-item .hero-contet span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-12 .hero-item .hero-contet span,
  .wpo-hero-static-14 .hero-item .hero-contet span,
  .wpo-hero-static-15 .hero-item .hero-contet span {
    font-size: 17px;
  }
}
.wpo-hero-static-12 .hero-item .hero-contet h1,
.wpo-hero-static-14 .hero-item .hero-contet h1,
.wpo-hero-static-15 .hero-item .hero-contet h1 {
  margin: 0;
  font-weight: 400;
  font-size: 80px;
  line-height: 95px;
  text-transform: uppercase;
  padding-top: 40px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-12 .hero-item .hero-contet h1,
  .wpo-hero-static-14 .hero-item .hero-contet h1,
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-12 .hero-item .hero-contet h1,
  .wpo-hero-static-14 .hero-item .hero-contet h1,
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 60px;
    line-height: 70px;
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .hero-item .hero-contet h1,
  .wpo-hero-static-14 .hero-item .hero-contet h1,
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 50px;
    line-height: 60px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-12 .hero-item .hero-contet h1,
  .wpo-hero-static-14 .hero-item .hero-contet h1,
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-12 .hero-item .hero-contet h1,
  .wpo-hero-static-14 .hero-item .hero-contet h1,
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-12 .hero-item .hero-contet h1,
  .wpo-hero-static-14 .hero-item .hero-contet h1,
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-hero-static-12 .hero-item .hero-contet p,
.wpo-hero-static-14 .hero-item .hero-contet p,
.wpo-hero-static-15 .hero-item .hero-contet p {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  padding-top: 15px;
  max-width: 720px;
  margin: 0 auto;
  color: #000;
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .hero-item .hero-contet p,
  .wpo-hero-static-14 .hero-item .hero-contet p,
  .wpo-hero-static-15 .hero-item .hero-contet p {
    font-size: 18px;
    line-height: 27px;
    padding-top: 5px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .hero-item .hero-contet p,
  .wpo-hero-static-14 .hero-item .hero-contet p,
  .wpo-hero-static-15 .hero-item .hero-contet p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
  }
}
.wpo-hero-static-12 .hero-item .hero-contet .hero-btn,
.wpo-hero-static-14 .hero-item .hero-contet .hero-btn,
.wpo-hero-static-15 .hero-item .hero-contet .hero-btn {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .hero-item .hero-contet .hero-btn,
  .wpo-hero-static-14 .hero-item .hero-contet .hero-btn,
  .wpo-hero-static-15 .hero-item .hero-contet .hero-btn {
    margin-top: 25px;
  }
}
.wpo-hero-static-12 .hero-item .hero-contet .hero-btn .theme-btn-s2,
.wpo-hero-static-14 .hero-item .hero-contet .hero-btn .theme-btn-s2,
.wpo-hero-static-15 .hero-item .hero-contet .hero-btn .theme-btn-s2 {
  background-color: #CCBAB0;
  padding: 20px 30px;
}
@media (max-width: 575px) {
  .wpo-hero-static-12 .hero-item .hero-contet .hero-btn .theme-btn-s2,
  .wpo-hero-static-14 .hero-item .hero-contet .hero-btn .theme-btn-s2,
  .wpo-hero-static-15 .hero-item .hero-contet .hero-btn .theme-btn-s2 {
    padding: 14px 22px;
  }
}
.wpo-hero-static-12 .container-fluid,
.wpo-hero-static-14 .container-fluid,
.wpo-hero-static-15 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .wpo-hero-static-12 .container-fluid,
  .wpo-hero-static-14 .container-fluid,
  .wpo-hero-static-15 .container-fluid {
    padding: 0 12px;
  }
}

/* Hero Static Section Style 13 */
.wpo-hero-static-s13 .slide-inner {
  align-items: center;
}
.wpo-hero-static-s13 .slide-content {
  padding-bottom: 0;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s13 .slide-content {
    padding: 0;
  }
}
.wpo-hero-static-s13 .slide-title {
  flex-direction: column;
  text-align: center;
  align-items: start;
  max-width: 850px;
  gap: 40px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s13 .slide-title {
    gap: 20px;
  }
}
.wpo-hero-static-s13 .slide-title .hero-left h1 {
  font-size: 80px;
  line-height: 95px;
  max-width: unset;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s13 .slide-title .hero-left h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s13 .slide-title .hero-left h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s13 .slide-title .hero-left h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s13 .slide-title .hero-left h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s13 .slide-title .hero-left h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.wpo-hero-static-s13 .slide-title .hero-left p {
  font-size: 30px;
  padding-bottom: 25px;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s13 .slide-title .hero-left p {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s13 .slide-title .hero-left p {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-s13 .slide-title .hero-left p {
    font-size: 18px;
  }
}
.wpo-hero-static-s13 .slide-title .hero-shape {
  margin: 0 auto;
}
@media (max-width: 575px) {
  .wpo-hero-static-s13 .slide-title .hero-shape {
    max-width: 250px;
  }
}

/* Hero Static Section Style 14 */
.wpo-hero-static-14 {
  background-color: #fff;
  padding: 0 40px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-14 {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-14 {
    padding: 0;
  }
}
.wpo-hero-static-14 .hero-image .image:first-child {
  padding: 0;
  margin-top: 20px;
  max-width: 800px;
}
@media (max-width: 1750px) {
  .wpo-hero-static-14 .hero-image .image:first-child {
    max-width: 700px;
  }
}
@media (max-width: 1550px) {
  .wpo-hero-static-14 .hero-image .image:first-child {
    max-width: 630px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-14 .hero-image .image:first-child {
    max-width: unset;
    margin-top: 0;
  }
}
.wpo-hero-static-14 .hero-image {
  align-items: center;
}
@media (max-width: 991px) {
  .wpo-hero-static-14 .hero-image {
    padding-top: 20px;
    gap: 15px;
  }
}
.wpo-hero-static-14 .hero-image .image {
  padding: 0;
}
@media (max-width: 991px) {
  .wpo-hero-static-14 .hero-image .image {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-14 .hero-image .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 500px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-14 .hero-image .image img {
    min-height: 400px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-14 .hero-image .image img {
    min-height: 300px;
  }
}
.wpo-hero-static-14 .hero-item {
  background-color: transparent;
  padding: 0;
  padding-bottom: 325px;
  margin-top: -700px;
}
@media (max-width: 1550px) {
  .wpo-hero-static-14 .hero-item {
    margin-top: -600px;
    padding-bottom: 227px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-14 .hero-item {
    margin-top: -570px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-14 .hero-item {
    margin-top: -530px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-14 .hero-item {
    margin-top: 40px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-14 .hero-item .top-title {
    max-width: 60px;
    margin: 0 auto;
  }
}
.wpo-hero-static-14 .hero-item .hero-contet .hero-btn {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .wpo-hero-static-14 .hero-item .hero-contet .hero-btn {
    margin-top: 15px;
  }
}
.wpo-hero-static-14 .hero-item .hero-contet .hero-btn a {
  color: #73543B;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wpo-hero-static-14 .hero-item .hero-contet .hero-btn a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-14 .hero-item .hero-contet .hero-btn a {
    font-size: 18px;
  }
}

/* Hero Static Section Style 15 */
.wpo-hero-static-15 {
  background-color: #fff;
  padding-bottom: 110px;
}
.wpo-hero-static-15 .wpo-hero-wrap {
  padding: 0 50px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-15 .wpo-hero-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .wpo-hero-wrap {
    padding: 0;
  }
}
.wpo-hero-static-15 .hero-item {
  margin: 0;
  padding: 0;
  text-align: start;
  margin-left: auto;
  margin-top: -270px;
  margin-right: 100px;
  background-color: transparent;
}
@media (max-width: 1600px) {
  .wpo-hero-static-15 .hero-item {
    margin-right: 50px;
    margin-top: -150px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-15 .hero-item {
    margin-right: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-15 .hero-item {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .hero-item {
    margin-right: 0;
  }
}
.wpo-hero-static-15 .hero-item .hero-contet h1 {
  padding-top: 0;
  font-size: 70px;
  line-height: 90px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-15 .hero-item .hero-contet h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-hero-static-15 .hero-item .hero-contet p {
  margin: 0;
  max-width: 650px;
  color: #333333;
}
.wpo-hero-static-15 .hero-item .hero-contet .hero-btn .theme-btn-s2 {
  background-color: #73543B;
  color: #fff;
}
.wpo-hero-static-15 .hero-image {
  gap: 30px;
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .hero-image {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-15 .hero-image {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .hero-image .image {
    width: 47%;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-15 .hero-image .image {
    width: 46%;
  }
}
.wpo-hero-static-15 .hero-image .image img {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .hero-image .image img {
    height: 100%;
  }
}
.wpo-hero-static-15 .hero-image .image:first-child, .wpo-hero-static-15 .hero-image .image:nth-child(3) {
  max-width: 400px;
  padding-left: 0;
  margin-top: 170px;
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .hero-image .image:first-child, .wpo-hero-static-15 .hero-image .image:nth-child(3) {
    max-width: unset;
    margin-top: 0;
  }
}
.wpo-hero-static-15 .hero-image .image:nth-child(2) {
  max-width: 550px;
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .hero-image .image:nth-child(2) {
    max-width: unset;
  }
}
.wpo-hero-static-15 .hero-image .image:nth-child(3) {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .hero-image .image:nth-child(3) {
    max-width: unset;
    margin-top: 0;
  }
}
.wpo-hero-static-15 .hero-image .image:nth-child(4) {
  max-width: 380px;
  margin-top: 230px;
}
@media (max-width: 991px) {
  .wpo-hero-static-15 .hero-image .image:nth-child(4) {
    max-width: unset;
    margin-top: 0;
  }
}

/* Hero Static Section Style 16 */
.wpo-hero-static-16 {
  padding-top: 55px;
}
@media (max-width: 575px) {
  .wpo-hero-static-16 {
    padding-top: 35px;
  }
}
.wpo-hero-static-16 .hero-slider-image .owl-nav {
  display: none;
}
.wpo-hero-static-16 .hero-slider-image .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-hero-static-16 .hero-slider-image .owl-dots {
    display: none;
  }
}
.wpo-hero-static-16 .hero-slider-image .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.wpo-hero-static-16 .hero-slider-image .owl-dots button.active {
  background: #73543B;
}
.wpo-hero-static-16 .wpo-hero-items {
  text-align: center;
  max-width: 1770px;
  margin: 0 auto;
}
.wpo-hero-static-16 .wpo-hero-items .hero-content h1 {
  margin: 0;
  font-weight: 400;
  font-size: 90px;
  line-height: 120px;
  text-transform: uppercase;
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 45px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-16 .wpo-hero-items .hero-content h1 {
    font-size: 80px;
    line-height: 110px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-16 .wpo-hero-items .hero-content h1 {
    font-size: 70px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-16 .wpo-hero-items .hero-content h1 {
    font-size: 55px;
    line-height: 70px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-16 .wpo-hero-items .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static-16 .wpo-hero-items .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: #000;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
}
.wpo-site-footer ul {
  list-style: none;
}
.wpo-site-footer p {
  color: #fff;
}
.wpo-site-footer li {
  color: #fff;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-upper-footer {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 80px 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 0 0px 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.wpo-site-footer .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h2 {
  margin: 0;
  color: #fff;
  position: relative;
  font-family: "Derivia";
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title h2 {
    font-size: 30px;
  }
}
.wpo-site-footer .about-widget {
  text-align: center;
}
.wpo-site-footer .about-widget {
  max-width: 380px;
  margin: 0 auto;
}
.wpo-site-footer .about-widget p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.wpo-site-footer .about-widget ul {
  overflow: hidden;
  padding-top: 10px;
  display: flex;
  justify-content: center;
}
.wpo-site-footer .about-widget ul li {
  font-size: 22px;
  float: left;
}
.wpo-site-footer .about-widget ul li a {
  width: 45px;
  height: 45px;
  line-height: 49px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s;
  background-color: #fff;
  color: #000;
}
.wpo-site-footer .about-widget ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1600px) {
  .wpo-site-footer .about-widget ul li + li {
    margin-left: 10px;
  }
}
.wpo-site-footer .link-widget {
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpo-site-footer .link-widget {
    text-align: center;
  }
}
.wpo-site-footer .link-widget .link-wrap {
  display: flex;
}
@media (max-width: 767px) {
  .wpo-site-footer .link-widget .link-wrap {
    justify-content: center;
  }
}
.wpo-site-footer .link-widget .link-wrap ul + ul {
  margin-left: 60px;
}
.wpo-site-footer .link-widget ul li {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.wpo-site-footer .link-widget ul li a {
  color: #fff;
}
.wpo-site-footer .link-widget ul li a:hover {
  text-decoration: underline;
}
.wpo-site-footer .link-widget ul li + li {
  padding-top: 10px;
}
.wpo-site-footer .wpo-service-link-widget {
  text-align: end;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-service-link-widget {
    text-align: start;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-service-link-widget {
    text-align: center;
  }
}
.wpo-site-footer .wpo-lower-footer {
  text-align: center;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .row {
  padding-bottom: 30px;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  color: #fff;
}
.wpo-site-footer .wpo-lower-footer .copyright a {
  color: #fff;
}
.wpo-site-footer .wpo-lower-footer .copyright a:hover {
  text-decoration: underline;
}
.wpo-site-footer .shape-1 {
  position: absolute;
  left: 60px;
  bottom: 80px;
  z-index: -1;
}
@media (max-width: 1740px) {
  .wpo-site-footer .shape-1 {
    max-width: 100px;
    left: 20px;
  }
}
@media (max-width: 1600px) {
  .wpo-site-footer .shape-1 {
    max-width: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .shape-1 {
    display: none;
  }
}
.wpo-site-footer .shape-1 img {
  animation: bounceX 8s linear infinite;
}
.wpo-site-footer .shape-2 {
  position: absolute;
  right: 60px;
  top: 40px;
  z-index: -1;
}
@media (max-width: 1740px) {
  .wpo-site-footer .shape-2 {
    max-width: 100px;
    right: 20px;
  }
}
@media (max-width: 1600px) {
  .wpo-site-footer .shape-2 {
    max-width: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .shape-2 {
    display: none;
  }
}
.wpo-site-footer .shape-2 img {
  animation: bounceX 8s linear infinite;
}

.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 Couple Section */
.wpo-couple-section,
.wpo-couple-section-s2,
.wpo-couple-section-s3,
.wpo-couple-section-s4,
.wpo-couple-section-s5,
.wpo-couple-section-s6,
.wpo-couple-section-s7 {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .wpo-couple-section,
  .wpo-couple-section-s2,
  .wpo-couple-section-s3,
  .wpo-couple-section-s4,
  .wpo-couple-section-s5,
  .wpo-couple-section-s6,
  .wpo-couple-section-s7 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-couple-section,
  .wpo-couple-section-s2,
  .wpo-couple-section-s3,
  .wpo-couple-section-s4,
  .wpo-couple-section-s5,
  .wpo-couple-section-s6,
  .wpo-couple-section-s7 {
    padding: 60px 0;
  }
}
.wpo-couple-section .container-fluid,
.wpo-couple-section-s2 .container-fluid,
.wpo-couple-section-s3 .container-fluid,
.wpo-couple-section-s4 .container-fluid,
.wpo-couple-section-s5 .container-fluid,
.wpo-couple-section-s6 .container-fluid,
.wpo-couple-section-s7 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .wpo-couple-section .container-fluid,
  .wpo-couple-section-s2 .container-fluid,
  .wpo-couple-section-s3 .container-fluid,
  .wpo-couple-section-s4 .container-fluid,
  .wpo-couple-section-s5 .container-fluid,
  .wpo-couple-section-s6 .container-fluid,
  .wpo-couple-section-s7 .container-fluid {
    padding: 0 15px;
  }
}
.wpo-couple-section .wpo-couple-wrap,
.wpo-couple-section-s2 .wpo-couple-wrap,
.wpo-couple-section-s3 .wpo-couple-wrap,
.wpo-couple-section-s4 .wpo-couple-wrap,
.wpo-couple-section-s5 .wpo-couple-wrap,
.wpo-couple-section-s6 .wpo-couple-wrap,
.wpo-couple-section-s7 .wpo-couple-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .wpo-couple-section .wpo-couple-wrap,
  .wpo-couple-section-s2 .wpo-couple-wrap,
  .wpo-couple-section-s3 .wpo-couple-wrap,
  .wpo-couple-section-s4 .wpo-couple-wrap,
  .wpo-couple-section-s5 .wpo-couple-wrap,
  .wpo-couple-section-s6 .wpo-couple-wrap,
  .wpo-couple-section-s7 .wpo-couple-wrap {
    flex-direction: column;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-text,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-text,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-text,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-text,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-text,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-text,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-text {
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}
@media (max-width: 575px) {
  .wpo-couple-section .wpo-couple-wrap .couple-text,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-text,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-text,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-text,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-text {
    padding-bottom: 40px;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-text h2,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-text h2,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-text h2,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-text h2,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-text h2,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-text h2,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-text h2 {
  margin: 0;
  color: #000;
  padding-bottom: 20px;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .wpo-couple-section .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-text h2 {
    font-size: 35px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-text h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-text p,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-text p,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-text p,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-text p,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-text p,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-text p,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-text p {
  margin: 0;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  max-width: 330px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wpo-couple-section .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-text p {
    font-size: 18px;
    line-height: 26px;
    max-width: 290px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text p,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-text p {
    font-size: 16px;
    line-height: 23px;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-card,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1399px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card {
    max-width: 380px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card {
    max-width: unset;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-card .couple-items,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-items,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-items,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-items,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-items,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-items,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.wpo-couple-section .wpo-couple-wrap .couple-card .couple-items .couple-shape,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-items .couple-shape {
  padding-top: 150px;
}
@media (max-width: 1399px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-items .couple-shape {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-items .couple-shape {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-items .couple-shape,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-items .couple-shape {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-shape img {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-shape img,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-shape img {
    max-width: 70px;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-image {
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-image {
    padding: 40px 0;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-card .couple-image img,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-image img,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image img,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image img,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card .couple-image img,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-image img,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-image img {
  width: 100%;
}
.wpo-couple-section .wpo-couple-wrap .couple-card:nth-child(2),
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card:nth-child(2),
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card:nth-child(2),
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card:nth-child(2),
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card:nth-child(2),
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card:nth-child(2),
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card:nth-child(2) {
  max-width: 700px;
}
@media (max-width: 991px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card:nth-child(2),
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card:nth-child(2),
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card:nth-child(2),
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card:nth-child(2),
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card:nth-child(2),
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card:nth-child(2),
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card:nth-child(2) {
    max-width: unset;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text {
  order: 2;
  padding: 0;
  border: 0;
  border-top: 1px solid #D9D9D9;
  padding-top: 60px;
}
@media (max-width: 575px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-text {
    padding-top: 40px;
  }
}
.wpo-couple-section .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape {
  order: 1;
  padding: 0;
  padding-bottom: 150px;
}
@media (max-width: 1399px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card:nth-child(3) .couple-items .couple-shape {
    padding-bottom: 40px;
  }
}

/* 3.3 Event Section */
.wpo-event-section .wpo-event-wrap,
.wpo-event-section-s2 .wpo-event-wrap,
.wpo-event-section-s3 .wpo-event-wrap,
.wpo-event-section-s4 .wpo-event-wrap,
.wpo-event-section-s6 .wpo-event-wrap,
.wpo-event-section-s7 .wpo-event-wrap,
.wpo-event-section-s8 .wpo-event-wrap {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #F7F7F7;
}
@media (max-width: 991px) {
  .wpo-event-section .wpo-event-wrap,
  .wpo-event-section-s2 .wpo-event-wrap,
  .wpo-event-section-s3 .wpo-event-wrap,
  .wpo-event-section-s4 .wpo-event-wrap,
  .wpo-event-section-s6 .wpo-event-wrap,
  .wpo-event-section-s7 .wpo-event-wrap,
  .wpo-event-section-s8 .wpo-event-wrap {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section .wpo-event-wrap,
  .wpo-event-section-s2 .wpo-event-wrap,
  .wpo-event-section-s3 .wpo-event-wrap,
  .wpo-event-section-s4 .wpo-event-wrap,
  .wpo-event-section-s6 .wpo-event-wrap,
  .wpo-event-section-s7 .wpo-event-wrap,
  .wpo-event-section-s8 .wpo-event-wrap {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
.wpo-event-section .wpo-event-wrap .event-item,
.wpo-event-section-s2 .wpo-event-wrap .event-item,
.wpo-event-section-s3 .wpo-event-wrap .event-item,
.wpo-event-section-s4 .wpo-event-wrap .event-item,
.wpo-event-section-s6 .wpo-event-wrap .event-item,
.wpo-event-section-s7 .wpo-event-wrap .event-item,
.wpo-event-section-s8 .wpo-event-wrap .event-item {
  text-align: center;
  margin-bottom: 30px;
}
.wpo-event-section .wpo-event-wrap .event-item .icon img,
.wpo-event-section-s2 .wpo-event-wrap .event-item .icon img,
.wpo-event-section-s3 .wpo-event-wrap .event-item .icon img,
.wpo-event-section-s4 .wpo-event-wrap .event-item .icon img,
.wpo-event-section-s6 .wpo-event-wrap .event-item .icon img,
.wpo-event-section-s7 .wpo-event-wrap .event-item .icon img,
.wpo-event-section-s8 .wpo-event-wrap .event-item .icon img {
  transition: all 0.5s ease-in-out;
}
.wpo-event-section .wpo-event-wrap .event-item .event-text,
.wpo-event-section-s2 .wpo-event-wrap .event-item .event-text,
.wpo-event-section-s3 .wpo-event-wrap .event-item .event-text,
.wpo-event-section-s4 .wpo-event-wrap .event-item .event-text,
.wpo-event-section-s6 .wpo-event-wrap .event-item .event-text,
.wpo-event-section-s7 .wpo-event-wrap .event-item .event-text,
.wpo-event-section-s8 .wpo-event-wrap .event-item .event-text {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .wpo-event-section .wpo-event-wrap .event-item .event-text,
  .wpo-event-section-s2 .wpo-event-wrap .event-item .event-text,
  .wpo-event-section-s3 .wpo-event-wrap .event-item .event-text,
  .wpo-event-section-s4 .wpo-event-wrap .event-item .event-text,
  .wpo-event-section-s6 .wpo-event-wrap .event-item .event-text,
  .wpo-event-section-s7 .wpo-event-wrap .event-item .event-text,
  .wpo-event-section-s8 .wpo-event-wrap .event-item .event-text {
    padding-top: 30px;
  }
}
.wpo-event-section .wpo-event-wrap .event-item .event-text h3,
.wpo-event-section-s2 .wpo-event-wrap .event-item .event-text h3,
.wpo-event-section-s3 .wpo-event-wrap .event-item .event-text h3,
.wpo-event-section-s4 .wpo-event-wrap .event-item .event-text h3,
.wpo-event-section-s6 .wpo-event-wrap .event-item .event-text h3,
.wpo-event-section-s7 .wpo-event-wrap .event-item .event-text h3,
.wpo-event-section-s8 .wpo-event-wrap .event-item .event-text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .wpo-event-section .wpo-event-wrap .event-item .event-text h3,
  .wpo-event-section-s2 .wpo-event-wrap .event-item .event-text h3,
  .wpo-event-section-s3 .wpo-event-wrap .event-item .event-text h3,
  .wpo-event-section-s4 .wpo-event-wrap .event-item .event-text h3,
  .wpo-event-section-s6 .wpo-event-wrap .event-item .event-text h3,
  .wpo-event-section-s7 .wpo-event-wrap .event-item .event-text h3,
  .wpo-event-section-s8 .wpo-event-wrap .event-item .event-text h3 {
    font-size: 24px;
  }
}
.wpo-event-section .wpo-event-wrap .event-item .event-text p,
.wpo-event-section-s2 .wpo-event-wrap .event-item .event-text p,
.wpo-event-section-s3 .wpo-event-wrap .event-item .event-text p,
.wpo-event-section-s4 .wpo-event-wrap .event-item .event-text p,
.wpo-event-section-s6 .wpo-event-wrap .event-item .event-text p,
.wpo-event-section-s7 .wpo-event-wrap .event-item .event-text p,
.wpo-event-section-s8 .wpo-event-wrap .event-item .event-text p {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-event-section .wpo-event-wrap .event-item .event-text p,
  .wpo-event-section-s2 .wpo-event-wrap .event-item .event-text p,
  .wpo-event-section-s3 .wpo-event-wrap .event-item .event-text p,
  .wpo-event-section-s4 .wpo-event-wrap .event-item .event-text p,
  .wpo-event-section-s6 .wpo-event-wrap .event-item .event-text p,
  .wpo-event-section-s7 .wpo-event-wrap .event-item .event-text p,
  .wpo-event-section-s8 .wpo-event-wrap .event-item .event-text p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
  }
}
.wpo-event-section .wpo-event-wrap .event-item:hover .icon img,
.wpo-event-section-s2 .wpo-event-wrap .event-item:hover .icon img,
.wpo-event-section-s3 .wpo-event-wrap .event-item:hover .icon img,
.wpo-event-section-s4 .wpo-event-wrap .event-item:hover .icon img,
.wpo-event-section-s6 .wpo-event-wrap .event-item:hover .icon img,
.wpo-event-section-s7 .wpo-event-wrap .event-item:hover .icon img,
.wpo-event-section-s8 .wpo-event-wrap .event-item:hover .icon img {
  transform: rotateY(360deg);
}

/* 3.4 Gallery Section */
.wpo-gallery-section {
  position: relative;
  overflow: hidden;
  padding-top: 150px;
}
@media (max-width: 991px) {
  .wpo-gallery-section {
    padding-top: 90px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.wpo-gallery-section .hidden {
  display: none;
}
.wpo-gallery-section .container-fluid {
  padding: 0;
}
@media (max-width: 767px) {
  .wpo-gallery-section .container-fluid {
    padding: 0 15px;
  }
}
.wpo-gallery-section .gallery-grids .grid img {
  width: 100%;
}
.wpo-gallery-section .gallery-grids .owl-stage-outer {
  padding-top: 145px;
}
@media (max-width: 767px) {
  .wpo-gallery-section .gallery-grids .owl-stage-outer {
    padding-top: 0px;
  }
}
@media (min-width: 768px) {
  .wpo-gallery-section .gallery-grids.owl-carousel .owl-item:nth-child(even) .grid {
    transform: translateY(0);
    animation: margin 10s linear infinite;
  }
}
@media (min-width: 768px) {
  .wpo-gallery-section .gallery-grids.owl-carousel .owl-item:nth-child(odd) .grid {
    transform: translateY(0);
    animation: marginOdd 10s linear infinite;
  }
}
@keyframes margin {
  0% {
    transform: translateY(-145px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-145px);
  }
}
@keyframes marginOdd {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-145px);
  }
  100% {
    transform: translateY(0);
  }
}
.wpo-gallery-section .gallery-grids .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-gallery-section .gallery-grids .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #73543B;
  transition: all 0.3s;
  border: 0;
  background: none;
}
.wpo-gallery-section .gallery-grids .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
  color: #fff;
}
.wpo-gallery-section .gallery-grids .owl-nav {
  display: none;
}
.wpo-gallery-section .gallery-grids .owl-dots {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .wpo-gallery-section .gallery-grids .owl-dots {
    display: none;
  }
}
.wpo-gallery-section .gallery-grids .owl-dots button {
  width: 10px;
  height: 12px;
  border: 0;
  background: #D9D9D9;
  margin-right: 10px;
  border-radius: 50%;
}
.wpo-gallery-section .gallery-grids .owl-dots .owl-dot.active {
  background-color: #73543B;
}
.wpo-gallery-section .grid {
  background: #fff;
}
.wpo-gallery-section .grid .img-holder {
  position: relative;
}
@media (max-width: 425px) {
  .wpo-gallery-section .grid .img-holder {
    margin: 0 auto;
  }
}
.wpo-gallery-section .grid .img-holder .hover-content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  z-index: 11;
}
.wpo-gallery-section .grid .img-holder .hover-content i {
  font-size: 30px;
  color: #444444;
}
.wpo-gallery-section .grid .img-holder:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
  z-index: 1;
}
.wpo-gallery-section .img-holder:hover .hover-content {
  opacity: 1;
}
.wpo-gallery-section .img-holder:hover:before {
  opacity: 1;
  transform: scale(1);
}

/* 3.5 Testimonial Section */
.wpo-testimonial-section,
.wpo-testimonial-section-s2,
.wpo-testimonial-section-s3 {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-testimonial-section,
  .wpo-testimonial-section-s2,
  .wpo-testimonial-section-s3 {
    padding-top: 0;
  }
}
.wpo-testimonial-section .testimonial-wrap,
.wpo-testimonial-section-s2 .testimonial-wrap,
.wpo-testimonial-section-s3 .testimonial-wrap {
  max-width: 1600px;
  margin: 0 auto;
}
.wpo-testimonial-section .testimonial-item,
.wpo-testimonial-section-s2 .testimonial-item,
.wpo-testimonial-section-s3 .testimonial-item {
  position: relative;
  z-index: 11;
}
.wpo-testimonial-section .testimonial-item .testimonial-content,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content,
.wpo-testimonial-section-s3 .testimonial-item .testimonial-content {
  max-width: 1382px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1799px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content {
    max-width: 1282px;
  }
}
@media (max-width: 1699px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content {
    max-width: 1182px;
  }
}
@media (max-width: 1399px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content {
    max-width: 1000px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content {
    padding: 0 10px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .icon,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .icon,
.wpo-testimonial-section-s3 .testimonial-item .testimonial-content .icon {
  margin: 0 auto;
  width: 60px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content .icon,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content .icon,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content .icon {
    margin-bottom: 25px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content h3,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content h3,
.wpo-testimonial-section-s3 .testimonial-item .testimonial-content h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  margin-top: 50px;
  margin: 0 auto;
  margin-bottom: 0;
  margin-bottom: 50px;
  max-width: 1100px;
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content h3,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content h3,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content h3 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content h3,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content h3,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content h3,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content h3,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-text ul,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-text ul,
.wpo-testimonial-section-s3 .testimonial-item .testimonial-content .testimonial-text ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 425px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-text ul,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-text ul,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content .testimonial-text ul {
    flex-direction: column;
    gap: 5px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-text ul li,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-text ul li,
.wpo-testimonial-section-s3 .testimonial-item .testimonial-content .testimonial-text ul li {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  position: relative;
}
@media (max-width: 575px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-text ul li,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-text ul li,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content .testimonial-text ul li {
    font-size: 18px;
    line-height: 26px;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-text ul li::before,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-text ul li::before,
.wpo-testimonial-section-s3 .testimonial-item .testimonial-content .testimonial-text ul li::before {
  position: absolute;
  content: "";
  top: 15px;
  right: -30px;
  width: 20px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 425px) {
  .wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-text ul li::before,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-text ul li::before,
  .wpo-testimonial-section-s3 .testimonial-item .testimonial-content .testimonial-text ul li::before {
    display: none;
  }
}
.wpo-testimonial-section .testimonial-item .testimonial-content .testimonial-text ul li:last-child::before,
.wpo-testimonial-section-s2 .testimonial-item .testimonial-content .testimonial-text ul li:last-child::before,
.wpo-testimonial-section-s3 .testimonial-item .testimonial-content .testimonial-text ul li:last-child::before {
  display: none;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .owl-nav,
  .wpo-testimonial-section-s2 .owl-nav,
  .wpo-testimonial-section-s3 .owl-nav {
    display: none;
  }
}
.wpo-testimonial-section .owl-prev,
.wpo-testimonial-section-s2 .owl-prev,
.wpo-testimonial-section-s3 .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.wpo-testimonial-section .owl-prev::before,
.wpo-testimonial-section-s2 .owl-prev::before,
.wpo-testimonial-section-s3 .owl-prev::before {
  position: absolute;
  content: url(../images/left-arrow.svg);
  width: 50px;
  height: 50px;
  left: 0;
}
.wpo-testimonial-section .owl-prev span,
.wpo-testimonial-section-s2 .owl-prev span,
.wpo-testimonial-section-s3 .owl-prev span {
  display: none;
}
.wpo-testimonial-section .owl-next,
.wpo-testimonial-section-s2 .owl-next,
.wpo-testimonial-section-s3 .owl-next {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.wpo-testimonial-section .owl-next::before,
.wpo-testimonial-section-s2 .owl-next::before,
.wpo-testimonial-section-s3 .owl-next::before {
  position: absolute;
  content: url(../images/right-arrow.svg);
  width: 50px;
  height: 50px;
}
.wpo-testimonial-section .owl-next span,
.wpo-testimonial-section-s2 .owl-next span,
.wpo-testimonial-section-s3 .owl-next span {
  display: none;
}
.wpo-testimonial-section .owl-dots,
.wpo-testimonial-section-s2 .owl-dots,
.wpo-testimonial-section-s3 .owl-dots {
  text-align: center;
  margin-top: 20px;
  z-index: 1;
  display: none;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .owl-dots,
  .wpo-testimonial-section-s2 .owl-dots,
  .wpo-testimonial-section-s3 .owl-dots {
    display: block;
  }
}
.wpo-testimonial-section .owl-dot,
.wpo-testimonial-section-s2 .owl-dot,
.wpo-testimonial-section-s3 .owl-dot {
  border: 0;
  width: 10px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100px;
  margin: 0 5px;
}
.wpo-testimonial-section .owl-dot.active,
.wpo-testimonial-section-s2 .owl-dot.active,
.wpo-testimonial-section-s3 .owl-dot.active {
  background: #73543B;
}

/* 3.6 Video Section */
.wpo-video-section,
.wpo-video-section-s2 {
  position: relative;
}
.wpo-video-section .hidden,
.wpo-video-section-s2 .hidden {
  display: none;
}
.wpo-video-section .bottom-image .video-wrap,
.wpo-video-section-s2 .bottom-image .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-video-section .bottom-image .video-wrap .video-btn,
.wpo-video-section-s2 .bottom-image .video-wrap .video-btn {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 991px) {
  .wpo-video-section .bottom-image .video-wrap .video-btn,
  .wpo-video-section-s2 .bottom-image .video-wrap .video-btn {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 575px) {
  .wpo-video-section .bottom-image .video-wrap .video-btn,
  .wpo-video-section-s2 .bottom-image .video-wrap .video-btn {
    width: 50px;
    height: 50px;
  }
}
.wpo-video-section .bottom-image .video-wrap .video-btn .fi:before,
.wpo-video-section-s2 .bottom-image .video-wrap .video-btn .fi:before {
  font-size: 35px;
  color: #000;
}
@media (max-width: 991px) {
  .wpo-video-section .bottom-image .video-wrap .video-btn .fi:before,
  .wpo-video-section-s2 .bottom-image .video-wrap .video-btn .fi:before {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-video-section .bottom-image .video-wrap .video-btn .fi:before,
  .wpo-video-section-s2 .bottom-image .video-wrap .video-btn .fi:before {
    font-size: 18px;
  }
}

/* 3.7 Product Section */
.wpo-product-section,
.wpo-product-section-s2,
.wpo-product-section-s3 {
  padding-bottom: 120px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-product-section,
  .wpo-product-section-s2,
  .wpo-product-section-s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-product-section,
  .wpo-product-section-s2,
  .wpo-product-section-s3 {
    padding-bottom: 30px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item {
  margin-bottom: 30px;
  max-width: 300px;
}
@media (max-width: 991px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item {
    max-width: unset;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img {
  position: relative;
  overflow: hidden;
  transition: color 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:hover::after, .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img:hover::before,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img:hover::after,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img:hover::before,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img:hover::after,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img:hover::before {
  transform: scale(1, 1);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::after, .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::before,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img::after,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img::before,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img::after,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  transition: all 0.5s;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::after, .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::before,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img::after,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img::before,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img::after,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img::before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::after,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img::after,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::before,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img::before,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img img,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img img,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img img {
  transform: scale(1);
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 575px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img img,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img img,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img img {
    width: 100%;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img ul,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img ul {
  display: flex;
  list-style: none;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 11;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  text-transform: uppercase;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child {
  margin-right: 2px;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child a,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child a,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child a {
  width: 50px;
  padding: 0;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a {
  font-weight: 400;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #000;
  display: block;
  width: 200px;
  text-align: center;
  background: #fff;
}
@media (max-width: 1354px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a {
    width: 160px;
  }
}
@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a {
    font-size: 15px;
    width: 120px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a:hover,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a:hover,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a:hover {
  background: #73543B;
  color: #fff;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item:hover .wpo-product-img ul,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item:hover .wpo-product-img ul,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item:hover .wpo-product-img ul {
  opacity: 1;
  visibility: visible;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item:hover .wpo-product-img img,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item:hover .wpo-product-img img,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item:hover .wpo-product-img img {
  transform: scale(1.2);
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text {
  padding-top: 20px;
  text-align: center;
  position: relative;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text h3,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
  margin: 0;
  font-family: "Lato";
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 991px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text h3,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
    font-size: 18px;
    line-height: 27px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a {
  color: #000;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a:hover,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a:hover,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a:hover {
  color: #73543B;
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text {
    padding-top: 10px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li {
  font-size: 18px;
  color: #000;
  font-family: "Derivia";
  font-weight: 400;
  font-size: 22px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li,
  .wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li,
  .wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li {
    font-size: 18px;
  }
}
.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li:first-child,
.wpo-product-section-s2 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li:first-child,
.wpo-product-section-s3 .wpo-product-wrap .wpo-product-item .wpo-product-text .bottom-text li:first-child {
  margin-right: 10px;
  text-decoration: line-through;
  color: #999999;
}

/* 3.8 Fun Fact Section */
.wpo-fun-fact-section,
.wpo-fun-fact-section-s2,
.wpo-fun-fact-section-s3 {
  position: relative;
  z-index: 11;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2,
  .wpo-fun-fact-section-s3 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2,
  .wpo-fun-fact-section-s3 {
    padding-bottom: 20px;
  }
}
.wpo-fun-fact-section .wpo-fun-fact-grids,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids,
.wpo-fun-fact-section-s3 .wpo-fun-fact-grids {
  position: relative;
  z-index: 1;
  margin: 0 -85px;
}
@media (max-width: 1399px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids,
  .wpo-fun-fact-section-s3 .wpo-fun-fact-grids {
    margin: 0 -60px;
  }
}
@media (max-width: 425px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids,
  .wpo-fun-fact-section-s3 .wpo-fun-fact-grids {
    margin: 0;
  }
}
.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s3 .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,
  .wpo-fun-fact-section-s3 .wpo-fun-fact-grids .grid {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid,
  .wpo-fun-fact-section-s3 .wpo-fun-fact-grids .grid {
    width: 50%;
  }
}
.wpo-fun-fact-section .grid h3,
.wpo-fun-fact-section-s2 .grid h3,
.wpo-fun-fact-section-s3 .grid h3 {
  margin: 0;
  font-family: "Derivia";
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  color: #C4C4C4;
}
@media (max-width: 1399px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3,
  .wpo-fun-fact-section-s3 .grid h3 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3,
  .wpo-fun-fact-section-s3 .grid h3 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3,
  .wpo-fun-fact-section-s3 .grid h3 {
    font-size: 50px;
  }
}
.wpo-fun-fact-section .grid h3 span,
.wpo-fun-fact-section-s2 .grid h3 span,
.wpo-fun-fact-section-s3 .grid h3 span {
  font-family: "Derivia";
  line-height: 100px;
}
@media (max-width: 1399px) {
  .wpo-fun-fact-section .grid h3 span,
  .wpo-fun-fact-section-s2 .grid h3 span,
  .wpo-fun-fact-section-s3 .grid h3 span {
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3 span,
  .wpo-fun-fact-section-s2 .grid h3 span,
  .wpo-fun-fact-section-s3 .grid h3 span {
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .wpo-fun-fact-section .grid h3 span,
  .wpo-fun-fact-section-s2 .grid h3 span,
  .wpo-fun-fact-section-s3 .grid h3 span {
    line-height: 50px;
  }
}
.wpo-fun-fact-section .grid h3 + p,
.wpo-fun-fact-section-s2 .grid h3 + p,
.wpo-fun-fact-section-s3 .grid h3 + p {
  margin: 0;
  color: #5C5C5C;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-top: -20px;
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p,
  .wpo-fun-fact-section-s3 .grid h3 + p {
    max-width: unset;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
}

/* 3.9 Cta Section */
.wpo-cta-section {
  text-align: center;
  background-image: url(../images/cta.jpg);
  padding: 145px 0;
  margin: 0 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1700px) {
  .wpo-cta-section {
    margin: 0 70px;
  }
}
@media (max-width: 1600px) {
  .wpo-cta-section {
    margin: 0 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-cta-section {
    margin: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section {
    margin: 0 10px;
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-cta-section {
    padding: 60px 0;
  }
}
.wpo-cta-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.wpo-cta-section .cta-item h2 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (max-width: 1600px) {
  .wpo-cta-section .cta-item h2 {
    font-size: 70px;
  }
}
@media (max-width: 1399px) {
  .wpo-cta-section .cta-item h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .wpo-cta-section .cta-item h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-item h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-cta-section .cta-item h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-item h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-cta-section .cta-item h2 {
    font-size: 30px;
  }
}
.wpo-cta-section .cta-item p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 991px) {
  .wpo-cta-section .cta-item p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .wpo-cta-section .cta-item p {
    font-size: 16px;
    line-height: 23px;
  }
}
.wpo-cta-section .cta-item .cta-btn {
  margin-top: 30px;
}
.wpo-cta-section .cta-item .cta-btn .theme-btn {
  background-color: #fff;
  color: #000;
}
.wpo-cta-section .cta-item .cta-btn .theme-btn:hover {
  color: #fff;
}

/* 3.10 Blog Section */
.wpo-blog-section,
.wpo-blog-section-s2,
.wpo-blog-section-s3 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-blog-section,
  .wpo-blog-section-s2,
  .wpo-blog-section-s3 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section,
  .wpo-blog-section-s2,
  .wpo-blog-section-s3 {
    padding-bottom: 30px;
  }
}
.wpo-blog-section .wpo-blog-item,
.wpo-blog-section-s2 .wpo-blog-item,
.wpo-blog-section-s3 .wpo-blog-item {
  max-width: 415px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-blog-section .wpo-blog-item,
  .wpo-blog-section-s2 .wpo-blog-item,
  .wpo-blog-section-s3 .wpo-blog-item {
    max-width: unset;
  }
}
.wpo-blog-section .wpo-blog-item .blog-img,
.wpo-blog-section-s2 .wpo-blog-item .blog-img,
.wpo-blog-section-s3 .wpo-blog-item .blog-img {
  position: relative;
  overflow: hidden;
}
.wpo-blog-section .wpo-blog-item .blog-img img,
.wpo-blog-section-s2 .wpo-blog-item .blog-img img,
.wpo-blog-section-s3 .wpo-blog-item .blog-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: all 0.8s ease-in-out;
}
.wpo-blog-section .wpo-blog-item .blog-img .blog-date,
.wpo-blog-section-s2 .wpo-blog-item .blog-img .blog-date,
.wpo-blog-section-s3 .wpo-blog-item .blog-img .blog-date {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: #fff;
}
.wpo-blog-section .wpo-blog-item .blog-img .blog-date span,
.wpo-blog-section-s2 .wpo-blog-item .blog-img .blog-date span,
.wpo-blog-section-s3 .wpo-blog-item .blog-img .blog-date span {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #000;
  font-family: "Derivia";
  display: block;
  padding: 8px 15px;
}
.wpo-blog-section .wpo-blog-item:hover .inner-image::after,
.wpo-blog-section-s2 .wpo-blog-item:hover .inner-image::after,
.wpo-blog-section-s3 .wpo-blog-item:hover .inner-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.wpo-blog-section .wpo-blog-item:hover .inner-image img,
.wpo-blog-section-s2 .wpo-blog-item:hover .inner-image img,
.wpo-blog-section-s3 .wpo-blog-item:hover .inner-image img {
  transform: scale(1.1);
}
.wpo-blog-section .wpo-blog-item .blog-content,
.wpo-blog-section-s2 .wpo-blog-item .blog-content,
.wpo-blog-section-s3 .wpo-blog-item .blog-content {
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 767px) {
  .wpo-blog-section .wpo-blog-item .blog-content,
  .wpo-blog-section-s2 .wpo-blog-item .blog-content,
  .wpo-blog-section-s3 .wpo-blog-item .blog-content {
    padding-top: 20px;
  }
}
.wpo-blog-section .wpo-blog-item .blog-content .blog-text,
.wpo-blog-section-s2 .wpo-blog-item .blog-content .blog-text,
.wpo-blog-section-s3 .wpo-blog-item .blog-content .blog-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .wpo-blog-section .wpo-blog-item .blog-content .blog-text,
  .wpo-blog-section-s2 .wpo-blog-item .blog-content .blog-text,
  .wpo-blog-section-s3 .wpo-blog-item .blog-content .blog-text {
    padding-bottom: 10px;
  }
}
.wpo-blog-section .wpo-blog-item .blog-content .blog-text li,
.wpo-blog-section-s2 .wpo-blog-item .blog-content .blog-text li,
.wpo-blog-section-s3 .wpo-blog-item .blog-content .blog-text li {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  font-family: "Derivia";
}
.wpo-blog-section .wpo-blog-item .blog-content .blog-text li::before,
.wpo-blog-section-s2 .wpo-blog-item .blog-content .blog-text li::before,
.wpo-blog-section-s3 .wpo-blog-item .blog-content .blog-text li::before {
  position: absolute;
  content: "";
  top: 8px;
  right: -18px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
}
.wpo-blog-section .wpo-blog-item .blog-content .blog-text li a,
.wpo-blog-section-s2 .wpo-blog-item .blog-content .blog-text li a,
.wpo-blog-section-s3 .wpo-blog-item .blog-content .blog-text li a {
  color: #000;
  transition: all ease-in-out 0.3s;
}
.wpo-blog-section .wpo-blog-item .blog-content .blog-text li a:hover,
.wpo-blog-section-s2 .wpo-blog-item .blog-content .blog-text li a:hover,
.wpo-blog-section-s3 .wpo-blog-item .blog-content .blog-text li a:hover {
  color: #73543B;
}
.wpo-blog-section .wpo-blog-item .blog-content .blog-text li:last-child::before,
.wpo-blog-section-s2 .wpo-blog-item .blog-content .blog-text li:last-child::before,
.wpo-blog-section-s3 .wpo-blog-item .blog-content .blog-text li:last-child::before {
  display: none;
}
.wpo-blog-section .wpo-blog-item .blog-content h3,
.wpo-blog-section-s2 .wpo-blog-item .blog-content h3,
.wpo-blog-section-s3 .wpo-blog-item .blog-content h3 {
  margin: 0;
  color: #101010;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Lato";
  padding-bottom: 16px;
}
@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .blog-content h3,
  .wpo-blog-section-s2 .wpo-blog-item .blog-content h3,
  .wpo-blog-section-s3 .wpo-blog-item .blog-content h3 {
    font-size: 22px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section .wpo-blog-item .blog-content h3,
  .wpo-blog-section-s2 .wpo-blog-item .blog-content h3,
  .wpo-blog-section-s3 .wpo-blog-item .blog-content h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 8px;
  }
}
.wpo-blog-section .wpo-blog-item .blog-content h3 a,
.wpo-blog-section-s2 .wpo-blog-item .blog-content h3 a,
.wpo-blog-section-s3 .wpo-blog-item .blog-content h3 a {
  color: #101010;
  transition: all ease-in-out 0.3s;
}
.wpo-blog-section .wpo-blog-item .blog-content h3 a:hover,
.wpo-blog-section-s2 .wpo-blog-item .blog-content h3 a:hover,
.wpo-blog-section-s3 .wpo-blog-item .blog-content h3 a:hover {
  color: #73543B;
}
.wpo-blog-section .wpo-blog-item .blog-content p,
.wpo-blog-section-s2 .wpo-blog-item .blog-content p,
.wpo-blog-section-s3 .wpo-blog-item .blog-content p {
  margin: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  max-width: 390px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .blog-content p,
  .wpo-blog-section-s2 .wpo-blog-item .blog-content p,
  .wpo-blog-section-s3 .wpo-blog-item .blog-content p {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .wpo-blog-item .blog-content p,
  .wpo-blog-section-s2 .wpo-blog-item .blog-content p,
  .wpo-blog-section-s3 .wpo-blog-item .blog-content p {
    font-size: 16px;
    line-height: 23px;
  }
}

/* 3.11 Portfolio Section */
.wpo-portfolio-section,
.wpo-portfolio-section-s2,
.wpo-portfolio-section-s3,
.wpo-portfolio-section-s4,
.wpo-portfolio-section-s5 {
  padding: 160px 0;
  overflow: hidden;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .wpo-portfolio-section,
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3,
  .wpo-portfolio-section-s4,
  .wpo-portfolio-section-s5 {
    padding-bottom: 100px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section,
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3,
  .wpo-portfolio-section-s4,
  .wpo-portfolio-section-s5 {
    padding-bottom: 80px;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section,
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3,
  .wpo-portfolio-section-s4,
  .wpo-portfolio-section-s5 {
    padding-bottom: 60px;
    padding-top: 0;
  }
}
.wpo-portfolio-section .hidden,
.wpo-portfolio-section-s2 .hidden,
.wpo-portfolio-section-s3 .hidden,
.wpo-portfolio-section-s4 .hidden,
.wpo-portfolio-section-s5 .hidden {
  display: none;
}
.wpo-portfolio-section .portfolio-all-items,
.wpo-portfolio-section-s2 .portfolio-all-items,
.wpo-portfolio-section-s3 .portfolio-all-items,
.wpo-portfolio-section-s4 .portfolio-all-items,
.wpo-portfolio-section-s5 .portfolio-all-items {
  max-width: 1920px;
  margin: 0 auto;
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap,
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap,
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap,
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap,
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-image,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-image,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-image,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-image,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-image {
  position: relative;
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-image img,
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-image img,
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-image img,
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-image img,
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 250px;
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  z-index: 1111;
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content i,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content i,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content i,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content i,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-image .hover-content i {
  font-size: 30px;
  color: #000;
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-image:before,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-image:before,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-image:before,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-image:before,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-image:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
  z-index: 1;
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-image:hover .hover-content,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-image:hover .hover-content,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-image:hover .hover-content,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-image:hover .hover-content,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-image:hover .hover-content {
  opacity: 1;
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-image:hover:before,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-image:hover:before,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-image:hover:before,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-image:hover:before,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-image:hover:before {
  opacity: 1;
  transform: scale(1);
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items {
  position: relative;
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items,
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items,
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items,
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items,
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items {
    width: 47%;
  }
}
@media (max-width: 425px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items,
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items,
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items,
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items,
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items {
    width: 100%;
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1) {
  transform: rotate(13.21deg);
  left: 20px;
  z-index: 11;
}
@media (max-width: 991px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1) {
    left: 0;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1),
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(1) {
    transform: rotate(0);
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2),
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2),
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2),
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2),
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2) {
  margin-top: 30px;
  transform: rotate(-15deg);
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2),
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2),
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2),
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2),
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(2) {
    transform: rotate(0);
    margin-top: 0;
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3),
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3),
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3),
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3),
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3) {
  margin-top: 30px;
  transform: rotate(25deg);
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3),
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3),
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3),
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3),
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(3) {
    transform: rotate(0);
    margin-top: 0;
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4),
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4),
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4),
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4),
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4) {
  transform: rotate(0.9deg);
  right: 10px;
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4),
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4),
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4),
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4),
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(4) {
    transform: rotate(0);
    right: 0;
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5),
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5),
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5),
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5),
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5) {
  transform: rotate(-35deg);
  right: 0;
  z-index: 11;
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5),
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5),
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5),
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5),
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(5) {
    transform: rotate(0);
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6),
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6),
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6),
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6),
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6) {
  transform: rotate(15deg);
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6),
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6),
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6),
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6),
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:nth-child(6) {
    transform: rotate(0);
  }
}
.wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
.wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
.wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child {
  transform: rotate(-35deg);
  right: 30px;
}
@media (max-width: 991px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child {
    right: 0;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
  .wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
  .wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
  .wpo-portfolio-section-s4 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child,
  .wpo-portfolio-section-s5 .portfolio-all-items .portfolio-wrap .portfolio-items:last-child {
    transform: rotate(0);
    right: 0;
  }
}

/*======================================
5.0 Home Page Two
 =======================================*/
/* 5.1 Quote Section */
.wpo-quote-section,
.wpo-quote-section-s2,
.wpo-quote-section-s3,
.wpo-quote-section-s4 {
  padding: 150px 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-quote-section,
  .wpo-quote-section-s2,
  .wpo-quote-section-s3,
  .wpo-quote-section-s4 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section,
  .wpo-quote-section-s2,
  .wpo-quote-section-s3,
  .wpo-quote-section-s4 {
    padding: 60px 0;
  }
}
.wpo-quote-section .quote-wrap,
.wpo-quote-section-s2 .quote-wrap,
.wpo-quote-section-s3 .quote-wrap,
.wpo-quote-section-s4 .quote-wrap {
  max-width: 1620px;
  margin: 0 auto;
  position: relative;
}
.wpo-quote-section .quote-wrap .quote-title,
.wpo-quote-section-s2 .quote-wrap .quote-title,
.wpo-quote-section-s3 .quote-wrap .quote-title,
.wpo-quote-section-s4 .quote-wrap .quote-title {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.wpo-quote-section .quote-wrap .quote-title h2,
.wpo-quote-section-s2 .quote-wrap .quote-title h2,
.wpo-quote-section-s3 .quote-wrap .quote-title h2,
.wpo-quote-section-s4 .quote-wrap .quote-title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 100px;
  line-height: 120px;
}
@media (max-width: 1399px) {
  .wpo-quote-section .quote-wrap .quote-title h2,
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2,
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 90px;
    line-height: 110px;
  }
}
@media (max-width: 1199px) {
  .wpo-quote-section .quote-wrap .quote-title h2,
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2,
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section .quote-wrap .quote-title h2,
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2,
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section .quote-wrap .quote-title h2,
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2,
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section .quote-wrap .quote-title h2,
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2,
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section .quote-wrap .quote-title h2,
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2,
  .wpo-quote-section-s4 .quote-wrap .quote-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.wpo-quote-section .quote-wrap .quote-title p,
.wpo-quote-section-s2 .quote-wrap .quote-title p,
.wpo-quote-section-s3 .quote-wrap .quote-title p,
.wpo-quote-section-s4 .quote-wrap .quote-title p {
  margin: 0;
  color: #333333;
  max-width: 850px;
  margin: 0 auto;
  padding-top: 30px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-quote-section .quote-wrap .quote-title p,
  .wpo-quote-section-s2 .quote-wrap .quote-title p,
  .wpo-quote-section-s3 .quote-wrap .quote-title p,
  .wpo-quote-section-s4 .quote-wrap .quote-title p {
    font-size: 18px;
    line-height: 27px;
    padding-top: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section .quote-wrap .quote-title p,
  .wpo-quote-section-s2 .quote-wrap .quote-title p,
  .wpo-quote-section-s3 .quote-wrap .quote-title p,
  .wpo-quote-section-s4 .quote-wrap .quote-title p {
    font-size: 16px;
    line-height: 23px;
    padding-top: 0;
  }
}
.wpo-quote-section .quote-wrap .quote-title .quote-btn,
.wpo-quote-section-s2 .quote-wrap .quote-title .quote-btn,
.wpo-quote-section-s3 .quote-wrap .quote-title .quote-btn,
.wpo-quote-section-s4 .quote-wrap .quote-title .quote-btn {
  padding-top: 50px;
}
@media (max-width: 991px) {
  .wpo-quote-section .quote-wrap .quote-title .quote-btn,
  .wpo-quote-section-s2 .quote-wrap .quote-title .quote-btn,
  .wpo-quote-section-s3 .quote-wrap .quote-title .quote-btn,
  .wpo-quote-section-s4 .quote-wrap .quote-title .quote-btn {
    padding-top: 25px;
  }
}
.wpo-quote-section .quote-wrap .quote-title .quote-btn .theme-btn,
.wpo-quote-section-s2 .quote-wrap .quote-title .quote-btn .theme-btn,
.wpo-quote-section-s3 .quote-wrap .quote-title .quote-btn .theme-btn,
.wpo-quote-section-s4 .quote-wrap .quote-title .quote-btn .theme-btn {
  color: #fff;
  background-color: #000;
  text-transform: capitalize;
}
.wpo-quote-section .quote-wrap .shape-1,
.wpo-quote-section-s2 .quote-wrap .shape-1,
.wpo-quote-section-s3 .quote-wrap .shape-1,
.wpo-quote-section-s4 .quote-wrap .shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .wpo-quote-section .quote-wrap .shape-1,
  .wpo-quote-section-s2 .quote-wrap .shape-1,
  .wpo-quote-section-s3 .quote-wrap .shape-1,
  .wpo-quote-section-s4 .quote-wrap .shape-1 {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .wpo-quote-section .quote-wrap .shape-1,
  .wpo-quote-section-s2 .quote-wrap .shape-1,
  .wpo-quote-section-s3 .quote-wrap .shape-1,
  .wpo-quote-section-s4 .quote-wrap .shape-1 {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section .quote-wrap .shape-1,
  .wpo-quote-section-s2 .quote-wrap .shape-1,
  .wpo-quote-section-s3 .quote-wrap .shape-1,
  .wpo-quote-section-s4 .quote-wrap .shape-1 {
    display: none;
  }
}
.wpo-quote-section .quote-wrap .shape-1 img,
.wpo-quote-section-s2 .quote-wrap .shape-1 img,
.wpo-quote-section-s3 .quote-wrap .shape-1 img,
.wpo-quote-section-s4 .quote-wrap .shape-1 img {
  animation: bounceX 8s linear infinite;
}
.wpo-quote-section .quote-wrap .shape-2,
.wpo-quote-section-s2 .quote-wrap .shape-2,
.wpo-quote-section-s3 .quote-wrap .shape-2,
.wpo-quote-section-s4 .quote-wrap .shape-2 {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .wpo-quote-section .quote-wrap .shape-2,
  .wpo-quote-section-s2 .quote-wrap .shape-2,
  .wpo-quote-section-s3 .quote-wrap .shape-2,
  .wpo-quote-section-s4 .quote-wrap .shape-2 {
    max-width: 150px;
  }
}
@media (max-width: 1199px) {
  .wpo-quote-section .quote-wrap .shape-2,
  .wpo-quote-section-s2 .quote-wrap .shape-2,
  .wpo-quote-section-s3 .quote-wrap .shape-2,
  .wpo-quote-section-s4 .quote-wrap .shape-2 {
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section .quote-wrap .shape-2,
  .wpo-quote-section-s2 .quote-wrap .shape-2,
  .wpo-quote-section-s3 .quote-wrap .shape-2,
  .wpo-quote-section-s4 .quote-wrap .shape-2 {
    display: none;
  }
}
.wpo-quote-section .quote-wrap .shape-2 img,
.wpo-quote-section-s2 .quote-wrap .shape-2 img,
.wpo-quote-section-s3 .quote-wrap .shape-2 img,
.wpo-quote-section-s4 .quote-wrap .shape-2 img {
  animation: bounceX 7s linear infinite;
}

/* 5.2 Couple Section Style 2 */
.wpo-couple-section-s2 {
  position: relative;
  z-index: 1;
}
.wpo-couple-section-s2 .wpo-couple-wrap {
  display: block;
}
.wpo-couple-section-s2 .wpo-couple-wrap .couple-card .couple-items .couple-text {
  padding: 0;
  padding-top: 40px;
  border: 0;
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title {
    padding-top: 30px;
  }
}
.wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .birds-icon {
  text-align: center;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .birds-icon {
    max-width: 100px;
    margin: 0 auto;
  }
}
.wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content {
  position: absolute;
  top: 60%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: 800px;
  z-index: 11;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content {
    position: unset;
    max-width: unset;
    transform: none;
    margin: 0 auto;
    padding-top: 30px;
  }
}
@media (max-width: 1399px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content .image-love-birds {
    max-width: 630px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content .image-love-birds {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content .image-love-birds {
    max-width: 300px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content .image-love-birds {
    max-width: 200px;
  }
}
.wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content .image-love-birds:last-child {
  margin-left: 240px;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content .image-love-birds:last-child {
    margin-left: 120px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s2 .wpo-couple-wrap .couple-middle-title .couple-middle-content .image-love-birds:last-child {
    margin: 0 auto;
  }
}
.wpo-couple-section-s2 .col:first-child .couple-card .couple-items .couple-image {
  padding: 0;
}
.wpo-couple-section-s2 .col:last-child .couple-card .couple-items .couple-image {
  padding-bottom: 0;
}

/* 5.3 Story Section */
.wpo-story-section,
.wpo-story-section-s2,
.wpo-story-section-s4,
.wpo-story-section-s5,
.wpo-story-section-s6,
.wpo-story-section-s7 {
  background-color: #EBECE6;
}
.wpo-story-section .wpo-story-slider .owl-nav,
.wpo-story-section-s2 .wpo-story-slider .owl-nav,
.wpo-story-section-s4 .wpo-story-slider .owl-nav,
.wpo-story-section-s5 .wpo-story-slider .owl-nav,
.wpo-story-section-s6 .wpo-story-slider .owl-nav,
.wpo-story-section-s7 .wpo-story-slider .owl-nav {
  position: relative;
  right: 0;
  bottom: -25px;
}
@media (max-width: 1399px) {
  .wpo-story-section .wpo-story-slider .owl-nav,
  .wpo-story-section-s2 .wpo-story-slider .owl-nav,
  .wpo-story-section-s4 .wpo-story-slider .owl-nav,
  .wpo-story-section-s5 .wpo-story-slider .owl-nav,
  .wpo-story-section-s6 .wpo-story-slider .owl-nav,
  .wpo-story-section-s7 .wpo-story-slider .owl-nav {
    bottom: -45px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section .wpo-story-slider .owl-nav,
  .wpo-story-section-s2 .wpo-story-slider .owl-nav,
  .wpo-story-section-s4 .wpo-story-slider .owl-nav,
  .wpo-story-section-s5 .wpo-story-slider .owl-nav,
  .wpo-story-section-s6 .wpo-story-slider .owl-nav,
  .wpo-story-section-s7 .wpo-story-slider .owl-nav {
    display: none;
  }
}
.wpo-story-section .wpo-story-slider .owl-prev,
.wpo-story-section-s2 .wpo-story-slider .owl-prev,
.wpo-story-section-s4 .wpo-story-slider .owl-prev,
.wpo-story-section-s5 .wpo-story-slider .owl-prev,
.wpo-story-section-s6 .wpo-story-slider .owl-prev,
.wpo-story-section-s7 .wpo-story-slider .owl-prev {
  position: absolute;
  right: 120px;
  bottom: 0;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.wpo-story-section .wpo-story-slider .owl-prev::before,
.wpo-story-section-s2 .wpo-story-slider .owl-prev::before,
.wpo-story-section-s4 .wpo-story-slider .owl-prev::before,
.wpo-story-section-s5 .wpo-story-slider .owl-prev::before,
.wpo-story-section-s6 .wpo-story-slider .owl-prev::before,
.wpo-story-section-s7 .wpo-story-slider .owl-prev::before {
  content: url(../images/left-arrow.svg);
  transition: all 0.3s ease-in-out;
}
.wpo-story-section .wpo-story-slider .owl-prev:hover::before,
.wpo-story-section-s2 .wpo-story-slider .owl-prev:hover::before,
.wpo-story-section-s4 .wpo-story-slider .owl-prev:hover::before,
.wpo-story-section-s5 .wpo-story-slider .owl-prev:hover::before,
.wpo-story-section-s6 .wpo-story-slider .owl-prev:hover::before,
.wpo-story-section-s7 .wpo-story-slider .owl-prev:hover::before {
  content: url(../images/left-arrow-hover.svg);
}
.wpo-story-section .wpo-story-slider .owl-prev span,
.wpo-story-section-s2 .wpo-story-slider .owl-prev span,
.wpo-story-section-s4 .wpo-story-slider .owl-prev span,
.wpo-story-section-s5 .wpo-story-slider .owl-prev span,
.wpo-story-section-s6 .wpo-story-slider .owl-prev span,
.wpo-story-section-s7 .wpo-story-slider .owl-prev span {
  display: none;
}
.wpo-story-section .wpo-story-slider .owl-next,
.wpo-story-section-s2 .wpo-story-slider .owl-next,
.wpo-story-section-s4 .wpo-story-slider .owl-next,
.wpo-story-section-s5 .wpo-story-slider .owl-next,
.wpo-story-section-s6 .wpo-story-slider .owl-next,
.wpo-story-section-s7 .wpo-story-slider .owl-next {
  position: absolute;
  right: 15px;
  bottom: 0;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
}
.wpo-story-section .wpo-story-slider .owl-next::before,
.wpo-story-section-s2 .wpo-story-slider .owl-next::before,
.wpo-story-section-s4 .wpo-story-slider .owl-next::before,
.wpo-story-section-s5 .wpo-story-slider .owl-next::before,
.wpo-story-section-s6 .wpo-story-slider .owl-next::before,
.wpo-story-section-s7 .wpo-story-slider .owl-next::before {
  content: url(../images/right-arrow.svg);
  transition: all 0.3s ease-in-out;
}
.wpo-story-section .wpo-story-slider .owl-next:hover::before,
.wpo-story-section-s2 .wpo-story-slider .owl-next:hover::before,
.wpo-story-section-s4 .wpo-story-slider .owl-next:hover::before,
.wpo-story-section-s5 .wpo-story-slider .owl-next:hover::before,
.wpo-story-section-s6 .wpo-story-slider .owl-next:hover::before,
.wpo-story-section-s7 .wpo-story-slider .owl-next:hover::before {
  content: url(../images/right-arrow-hover.svg);
}
.wpo-story-section .wpo-story-slider .owl-next span,
.wpo-story-section-s2 .wpo-story-slider .owl-next span,
.wpo-story-section-s4 .wpo-story-slider .owl-next span,
.wpo-story-section-s5 .wpo-story-slider .owl-next span,
.wpo-story-section-s6 .wpo-story-slider .owl-next span,
.wpo-story-section-s7 .wpo-story-slider .owl-next span {
  display: none;
}
.wpo-story-section .wpo-story-slider .owl-dots,
.wpo-story-section-s2 .wpo-story-slider .owl-dots,
.wpo-story-section-s4 .wpo-story-slider .owl-dots,
.wpo-story-section-s5 .wpo-story-slider .owl-dots,
.wpo-story-section-s6 .wpo-story-slider .owl-dots,
.wpo-story-section-s7 .wpo-story-slider .owl-dots {
  text-align: center;
  margin-top: 25px;
  z-index: 1;
  display: none;
}
@media (max-width: 991px) {
  .wpo-story-section .wpo-story-slider .owl-dots,
  .wpo-story-section-s2 .wpo-story-slider .owl-dots,
  .wpo-story-section-s4 .wpo-story-slider .owl-dots,
  .wpo-story-section-s5 .wpo-story-slider .owl-dots,
  .wpo-story-section-s6 .wpo-story-slider .owl-dots,
  .wpo-story-section-s7 .wpo-story-slider .owl-dots {
    display: block;
  }
}
.wpo-story-section .wpo-story-slider .owl-dot,
.wpo-story-section-s2 .wpo-story-slider .owl-dot,
.wpo-story-section-s4 .wpo-story-slider .owl-dot,
.wpo-story-section-s5 .wpo-story-slider .owl-dot,
.wpo-story-section-s6 .wpo-story-slider .owl-dot,
.wpo-story-section-s7 .wpo-story-slider .owl-dot {
  border: 0;
  width: 10px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 100px;
  margin: 0 5px;
}
.wpo-story-section .wpo-story-slider .owl-dot.active,
.wpo-story-section-s2 .wpo-story-slider .owl-dot.active,
.wpo-story-section-s4 .wpo-story-slider .owl-dot.active,
.wpo-story-section-s5 .wpo-story-slider .owl-dot.active,
.wpo-story-section-s6 .wpo-story-slider .owl-dot.active,
.wpo-story-section-s7 .wpo-story-slider .owl-dot.active {
  background: #73543B;
}
@media (max-width: 575px) {
  .wpo-story-section .wpo-story-slider.owl-carousel,
  .wpo-story-section-s2 .wpo-story-slider.owl-carousel,
  .wpo-story-section-s4 .wpo-story-slider.owl-carousel,
  .wpo-story-section-s5 .wpo-story-slider.owl-carousel,
  .wpo-story-section-s6 .wpo-story-slider.owl-carousel,
  .wpo-story-section-s7 .wpo-story-slider.owl-carousel {
    display: block;
  }
}
.wpo-story-section .wpo-section-title-s2,
.wpo-story-section-s2 .wpo-section-title-s2,
.wpo-story-section-s4 .wpo-section-title-s2,
.wpo-story-section-s5 .wpo-section-title-s2,
.wpo-story-section-s6 .wpo-section-title-s2,
.wpo-story-section-s7 .wpo-section-title-s2 {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-story-section .wpo-section-title-s2,
  .wpo-story-section-s2 .wpo-section-title-s2,
  .wpo-story-section-s4 .wpo-section-title-s2,
  .wpo-story-section-s5 .wpo-section-title-s2,
  .wpo-story-section-s6 .wpo-section-title-s2,
  .wpo-story-section-s7 .wpo-section-title-s2 {
    margin-bottom: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section .inner-image img,
  .wpo-story-section-s2 .inner-image img,
  .wpo-story-section-s4 .inner-image img,
  .wpo-story-section-s5 .inner-image img,
  .wpo-story-section-s6 .inner-image img,
  .wpo-story-section-s7 .inner-image img {
    width: 100%;
  }
}
.wpo-story-section .wpo-story-right,
.wpo-story-section-s2 .wpo-story-right,
.wpo-story-section-s4 .wpo-story-right,
.wpo-story-section-s5 .wpo-story-right,
.wpo-story-section-s6 .wpo-story-right,
.wpo-story-section-s7 .wpo-story-right {
  display: flex;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .wpo-story-section .wpo-story-right,
  .wpo-story-section-s2 .wpo-story-right,
  .wpo-story-section-s4 .wpo-story-right,
  .wpo-story-section-s5 .wpo-story-right,
  .wpo-story-section-s6 .wpo-story-right,
  .wpo-story-section-s7 .wpo-story-right {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .wpo-story-section .wpo-story-right,
  .wpo-story-section-s2 .wpo-story-right,
  .wpo-story-section-s4 .wpo-story-right,
  .wpo-story-section-s5 .wpo-story-right,
  .wpo-story-section-s6 .wpo-story-right,
  .wpo-story-section-s7 .wpo-story-right {
    margin-bottom: 40px;
  }
  .wpo-story-section .wpo-story-right:last-child,
  .wpo-story-section-s2 .wpo-story-right:last-child,
  .wpo-story-section-s4 .wpo-story-right:last-child,
  .wpo-story-section-s5 .wpo-story-right:last-child,
  .wpo-story-section-s6 .wpo-story-right:last-child,
  .wpo-story-section-s7 .wpo-story-right:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 425px) {
  .wpo-story-section .wpo-story-right,
  .wpo-story-section-s2 .wpo-story-right,
  .wpo-story-section-s4 .wpo-story-right,
  .wpo-story-section-s5 .wpo-story-right,
  .wpo-story-section-s6 .wpo-story-right,
  .wpo-story-section-s7 .wpo-story-right {
    flex-direction: column;
  }
}
.wpo-story-section .wpo-story-right .story-content,
.wpo-story-section-s2 .wpo-story-right .story-content,
.wpo-story-section-s4 .wpo-story-right .story-content,
.wpo-story-section-s5 .wpo-story-right .story-content,
.wpo-story-section-s6 .wpo-story-right .story-content,
.wpo-story-section-s7 .wpo-story-right .story-content {
  padding-top: 35px;
}
@media (max-width: 767px) {
  .wpo-story-section .wpo-story-right .story-content,
  .wpo-story-section-s2 .wpo-story-right .story-content,
  .wpo-story-section-s4 .wpo-story-right .story-content,
  .wpo-story-section-s5 .wpo-story-right .story-content,
  .wpo-story-section-s6 .wpo-story-right .story-content,
  .wpo-story-section-s7 .wpo-story-right .story-content {
    padding-top: 25px;
  }
}
.wpo-story-section .wpo-story-right .story-content h3,
.wpo-story-section-s2 .wpo-story-right .story-content h3,
.wpo-story-section-s4 .wpo-story-right .story-content h3,
.wpo-story-section-s5 .wpo-story-right .story-content h3,
.wpo-story-section-s6 .wpo-story-right .story-content h3,
.wpo-story-section-s7 .wpo-story-right .story-content h3 {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .wpo-story-section .wpo-story-right .story-content h3,
  .wpo-story-section-s2 .wpo-story-right .story-content h3,
  .wpo-story-section-s4 .wpo-story-right .story-content h3,
  .wpo-story-section-s5 .wpo-story-right .story-content h3,
  .wpo-story-section-s6 .wpo-story-right .story-content h3,
  .wpo-story-section-s7 .wpo-story-right .story-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section .wpo-story-right .story-content h3,
  .wpo-story-section-s2 .wpo-story-right .story-content h3,
  .wpo-story-section-s4 .wpo-story-right .story-content h3,
  .wpo-story-section-s5 .wpo-story-right .story-content h3,
  .wpo-story-section-s6 .wpo-story-right .story-content h3,
  .wpo-story-section-s7 .wpo-story-right .story-content h3 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
.wpo-story-section .wpo-story-right .story-content p,
.wpo-story-section-s2 .wpo-story-right .story-content p,
.wpo-story-section-s4 .wpo-story-right .story-content p,
.wpo-story-section-s5 .wpo-story-right .story-content p,
.wpo-story-section-s6 .wpo-story-right .story-content p,
.wpo-story-section-s7 .wpo-story-right .story-content p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #656565;
}
@media (max-width: 767px) {
  .wpo-story-section .wpo-story-right .story-content p,
  .wpo-story-section-s2 .wpo-story-right .story-content p,
  .wpo-story-section-s4 .wpo-story-right .story-content p,
  .wpo-story-section-s5 .wpo-story-right .story-content p,
  .wpo-story-section-s6 .wpo-story-right .story-content p,
  .wpo-story-section-s7 .wpo-story-right .story-content p {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-story-section .wpo-story-right .left-image,
.wpo-story-section-s2 .wpo-story-right .left-image,
.wpo-story-section-s4 .wpo-story-right .left-image,
.wpo-story-section-s5 .wpo-story-right .left-image,
.wpo-story-section-s6 .wpo-story-right .left-image,
.wpo-story-section-s7 .wpo-story-right .left-image {
  max-width: 430px;
  width: 100%;
}
@media (max-width: 425px) {
  .wpo-story-section .wpo-story-right .left-image,
  .wpo-story-section-s2 .wpo-story-right .left-image,
  .wpo-story-section-s4 .wpo-story-right .left-image,
  .wpo-story-section-s5 .wpo-story-right .left-image,
  .wpo-story-section-s6 .wpo-story-right .left-image,
  .wpo-story-section-s7 .wpo-story-right .left-image {
    max-width: unset;
    margin-bottom: 20px;
  }
}
.wpo-story-section .wpo-story-right .story-item,
.wpo-story-section-s2 .wpo-story-right .story-item,
.wpo-story-section-s4 .wpo-story-right .story-item,
.wpo-story-section-s5 .wpo-story-right .story-item,
.wpo-story-section-s6 .wpo-story-right .story-item,
.wpo-story-section-s7 .wpo-story-right .story-item {
  max-width: 405px;
  padding-left: 50px;
}
@media (max-width: 1399px) {
  .wpo-story-section .wpo-story-right .story-item,
  .wpo-story-section-s2 .wpo-story-right .story-item,
  .wpo-story-section-s4 .wpo-story-right .story-item,
  .wpo-story-section-s5 .wpo-story-right .story-item,
  .wpo-story-section-s6 .wpo-story-right .story-item,
  .wpo-story-section-s7 .wpo-story-right .story-item {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section .wpo-story-right .story-item,
  .wpo-story-section-s2 .wpo-story-right .story-item,
  .wpo-story-section-s4 .wpo-story-right .story-item,
  .wpo-story-section-s5 .wpo-story-right .story-item,
  .wpo-story-section-s6 .wpo-story-right .story-item,
  .wpo-story-section-s7 .wpo-story-right .story-item {
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section .wpo-story-right .story-item,
  .wpo-story-section-s2 .wpo-story-right .story-item,
  .wpo-story-section-s4 .wpo-story-right .story-item,
  .wpo-story-section-s5 .wpo-story-right .story-item,
  .wpo-story-section-s6 .wpo-story-right .story-item,
  .wpo-story-section-s7 .wpo-story-right .story-item {
    max-width: 250px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section .wpo-story-right .story-item,
  .wpo-story-section-s2 .wpo-story-right .story-item,
  .wpo-story-section-s4 .wpo-story-right .story-item,
  .wpo-story-section-s5 .wpo-story-right .story-item,
  .wpo-story-section-s6 .wpo-story-right .story-item,
  .wpo-story-section-s7 .wpo-story-right .story-item {
    max-width: unset;
    padding-left: 0;
  }
}
.wpo-story-section .wpo-story-right .story-item .right-image,
.wpo-story-section-s2 .wpo-story-right .story-item .right-image,
.wpo-story-section-s4 .wpo-story-right .story-item .right-image,
.wpo-story-section-s5 .wpo-story-right .story-item .right-image,
.wpo-story-section-s6 .wpo-story-right .story-item .right-image,
.wpo-story-section-s7 .wpo-story-right .story-item .right-image {
  position: relative;
  z-index: 1;
}
.wpo-story-section .wpo-story-right .story-item .right-image:before,
.wpo-story-section-s2 .wpo-story-right .story-item .right-image:before,
.wpo-story-section-s4 .wpo-story-right .story-item .right-image:before,
.wpo-story-section-s5 .wpo-story-right .story-item .right-image:before,
.wpo-story-section-s6 .wpo-story-right .story-item .right-image:before,
.wpo-story-section-s7 .wpo-story-right .story-item .right-image:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 115px;
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #2F2422 100%);
  content: "";
  z-index: 1;
}
.wpo-story-section .wpo-story-right .story-item .right-image .date,
.wpo-story-section-s2 .wpo-story-right .story-item .right-image .date,
.wpo-story-section-s4 .wpo-story-right .story-item .right-image .date,
.wpo-story-section-s5 .wpo-story-right .story-item .right-image .date,
.wpo-story-section-s6 .wpo-story-right .story-item .right-image .date,
.wpo-story-section-s7 .wpo-story-right .story-item .right-image .date {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
.wpo-story-section .wpo-story-right .story-item .right-image .date span,
.wpo-story-section-s2 .wpo-story-right .story-item .right-image .date span,
.wpo-story-section-s4 .wpo-story-right .story-item .right-image .date span,
.wpo-story-section-s5 .wpo-story-right .story-item .right-image .date span,
.wpo-story-section-s6 .wpo-story-right .story-item .right-image .date span,
.wpo-story-section-s7 .wpo-story-right .story-item .right-image .date span {
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  color: #fff;
}

/* 5.4 Contact Section */
.wpo-contact-section,
.wpo-contact-section-s2,
.wpo-contact-section-s4,
.wpo-contact-section-s5,
.wpo-contact-section-s10 {
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-contact-section,
  .wpo-contact-section-s2,
  .wpo-contact-section-s4,
  .wpo-contact-section-s5,
  .wpo-contact-section-s10 {
    padding: 90px 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section,
  .wpo-contact-section-s2,
  .wpo-contact-section-s4,
  .wpo-contact-section-s5,
  .wpo-contact-section-s10 {
    padding: 60px 0;
  }
}
.wpo-contact-section .contact-left .image,
.wpo-contact-section-s2 .contact-left .image,
.wpo-contact-section-s4 .contact-left .image,
.wpo-contact-section-s5 .contact-left .image,
.wpo-contact-section-s10 .contact-left .image {
  margin-left: -250px;
  position: relative;
  left: 100px;
}
@media (max-width: 1399px) {
  .wpo-contact-section .contact-left .image,
  .wpo-contact-section-s2 .contact-left .image,
  .wpo-contact-section-s4 .contact-left .image,
  .wpo-contact-section-s5 .contact-left .image,
  .wpo-contact-section-s10 .contact-left .image {
    left: 70px;
    margin-left: -150px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section .contact-left .image,
  .wpo-contact-section-s2 .contact-left .image,
  .wpo-contact-section-s4 .contact-left .image,
  .wpo-contact-section-s5 .contact-left .image,
  .wpo-contact-section-s10 .contact-left .image {
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section .contact-left,
  .wpo-contact-section-s2 .contact-left,
  .wpo-contact-section-s4 .contact-left,
  .wpo-contact-section-s5 .contact-left,
  .wpo-contact-section-s10 .contact-left {
    padding-bottom: 40px;
  }
}
.wpo-contact-section .contact-wrap,
.wpo-contact-section-s2 .contact-wrap,
.wpo-contact-section-s4 .contact-wrap,
.wpo-contact-section-s5 .contact-wrap,
.wpo-contact-section-s10 .contact-wrap {
  max-width: 1380px;
  margin: 0 auto;
}
.wpo-contact-section .contact-wrap .contact-title,
.wpo-contact-section-s2 .contact-wrap .contact-title,
.wpo-contact-section-s4 .contact-wrap .contact-title,
.wpo-contact-section-s5 .contact-wrap .contact-title,
.wpo-contact-section-s10 .contact-wrap .contact-title {
  text-align: start;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-contact-section .contact-wrap .contact-title,
  .wpo-contact-section-s2 .contact-wrap .contact-title,
  .wpo-contact-section-s4 .contact-wrap .contact-title,
  .wpo-contact-section-s5 .contact-wrap .contact-title,
  .wpo-contact-section-s10 .contact-wrap .contact-title {
    margin-bottom: 30px;
    text-align: center;
  }
}
.wpo-contact-section .contact-wrap .contact-title h2,
.wpo-contact-section-s2 .contact-wrap .contact-title h2,
.wpo-contact-section-s4 .contact-wrap .contact-title h2,
.wpo-contact-section-s5 .contact-wrap .contact-title h2,
.wpo-contact-section-s10 .contact-wrap .contact-title h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 90px;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .wpo-contact-section .contact-wrap .contact-title h2,
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s5 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section .contact-wrap .contact-title h2,
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s5 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section .contact-wrap .contact-title h2,
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s5 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section .contact-wrap .contact-title h2,
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s5 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section .contact-wrap .contact-title h2,
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s5 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.wpo-contact-section .contact-wrap .contact-title p,
.wpo-contact-section-s2 .contact-wrap .contact-title p,
.wpo-contact-section-s4 .contact-wrap .contact-title p,
.wpo-contact-section-s5 .contact-wrap .contact-title p,
.wpo-contact-section-s10 .contact-wrap .contact-title p {
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  padding-top: 5px;
}
@media (max-width: 1399px) {
  .wpo-contact-section .contact-wrap .contact-title p,
  .wpo-contact-section-s2 .contact-wrap .contact-title p,
  .wpo-contact-section-s4 .contact-wrap .contact-title p,
  .wpo-contact-section-s5 .contact-wrap .contact-title p,
  .wpo-contact-section-s10 .contact-wrap .contact-title p {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section .contact-wrap .contact-title p,
  .wpo-contact-section-s2 .contact-wrap .contact-title p,
  .wpo-contact-section-s4 .contact-wrap .contact-title p,
  .wpo-contact-section-s5 .contact-wrap .contact-title p,
  .wpo-contact-section-s10 .contact-wrap .contact-title p {
    font-size: 18px;
    padding-top: 0;
  }
}
.wpo-contact-section .contact-wrap .contact-title .title-image,
.wpo-contact-section-s2 .contact-wrap .contact-title .title-image,
.wpo-contact-section-s4 .contact-wrap .contact-title .title-image,
.wpo-contact-section-s5 .contact-wrap .contact-title .title-image,
.wpo-contact-section-s10 .contact-wrap .contact-title .title-image {
  max-width: 80px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .wpo-contact-section .contact-wrap .contact-title .title-image,
  .wpo-contact-section-s2 .contact-wrap .contact-title .title-image,
  .wpo-contact-section-s4 .contact-wrap .contact-title .title-image,
  .wpo-contact-section-s5 .contact-wrap .contact-title .title-image,
  .wpo-contact-section-s10 .contact-wrap .contact-title .title-image {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    padding-bottom: 10px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section .contact-wrap .contact-title .title-image,
  .wpo-contact-section-s2 .contact-wrap .contact-title .title-image,
  .wpo-contact-section-s4 .contact-wrap .contact-title .title-image,
  .wpo-contact-section-s5 .contact-wrap .contact-title .title-image,
  .wpo-contact-section-s10 .contact-wrap .contact-title .title-image {
    max-width: 50px;
  }
}

.wpo-contact-form-area .col {
  padding: 0 15px;
}
.wpo-contact-form-area .form-control {
  width: 100%;
  height: 55px;
  border: 0;
  border: 1px solid #E6DCD0;
  color: #000;
  border-radius: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  background: transparent;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .wpo-contact-form-area .form-control {
    font-size: 16px;
    padding-left: 10px;
    height: 48px;
  }
}
.wpo-contact-form-area .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
.wpo-contact-form-area .form-control::-moz-placeholder {
  color: #000;
}
.wpo-contact-form-area .form-control::placeholder {
  color: #000;
}
.wpo-contact-form-area select.form-control {
  color: #000;
  -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-contact-form-area select.form-control option {
  color: #000;
}
.wpo-contact-form-area .date .form-control {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/date.png) no-repeat calc(100% - 15px) center;
}
.wpo-contact-form-area .contact-validation-active label.error {
  margin-top: -20px;
  margin-bottom: 20px;
}
.wpo-contact-form-area label.error,
.wpo-contact-form-area label.error2 {
  color: red;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.wpo-contact-form-area .theme-btn {
  border: 0;
}

/* 5.5 Event Section Style 2 */
.wpo-event-section-s2,
.wpo-event-section-s3 {
  position: relative;
  padding-bottom: 320px;
}
@media (max-width: 1354px) {
  .wpo-event-section-s2,
  .wpo-event-section-s3 {
    padding-bottom: 240px;
  }
}
@media (max-width: 1199px) {
  .wpo-event-section-s2,
  .wpo-event-section-s3 {
    padding-bottom: 180px;
  }
}
@media (max-width: 991px) {
  .wpo-event-section-s2,
  .wpo-event-section-s3 {
    padding-bottom: 0;
  }
}
.wpo-event-section-s2 .wpo-event-wrap,
.wpo-event-section-s3 .wpo-event-wrap {
  background-color: #EBECE6;
  min-height: 520px;
}
@media (max-width: 991px) {
  .wpo-event-section-s2 .wpo-event-wrap,
  .wpo-event-section-s3 .wpo-event-wrap {
    min-height: 100%;
  }
}
.wpo-event-section-s2 .wpo-event-wrap .event-item .event-img,
.wpo-event-section-s3 .wpo-event-wrap .event-item .event-img {
  margin-bottom: -400px;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .wpo-event-section-s2 .wpo-event-wrap .event-item .event-img,
  .wpo-event-section-s3 .wpo-event-wrap .event-item .event-img {
    margin-bottom: 0;
  }
}

/* 5.6 Portfolio Section Style 2 */
@media (max-width: 991px) {
  .wpo-portfolio-section-s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s2 {
    padding: 60px 0;
  }
}

/*======================================
6.0 Home Page Three
 =======================================*/
/* 6.1 Couple Section Style 3 */
.wpo-couple-section-s3,
.wpo-couple-section-s4 {
  padding: 150px 0;
  padding-top: 130px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3,
  .wpo-couple-section-s4 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-couple-section-s3,
  .wpo-couple-section-s4 {
    padding: 60px 0;
  }
}
.wpo-couple-section-s3 .wpo-couple-wrap,
.wpo-couple-section-s4 .wpo-couple-wrap {
  display: block;
  max-width: 1760px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .wpo-couple-wrap,
  .wpo-couple-section-s4 .wpo-couple-wrap {
    padding: 0;
  }
}
.wpo-couple-section-s3 .wpo-couple-wrap .couple-middle-item,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-middle-item,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item {
    padding: 35px 0;
  }
}
.wpo-couple-section-s3 .couple-title,
.wpo-couple-section-s4 .couple-title {
  max-width: 1550px;
  margin: 0 auto;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-title,
  .wpo-couple-section-s4 .couple-title {
    margin-bottom: 35px;
  }
}
.wpo-couple-section-s3 .couple-title h2,
.wpo-couple-section-s4 .couple-title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 150px;
  line-height: 180px;
  text-align: center;
}
@media (max-width: 1600px) {
  .wpo-couple-section-s3 .couple-title h2,
  .wpo-couple-section-s4 .couple-title h2 {
    font-size: 130px;
    line-height: 160px;
  }
}
@media (max-width: 1399px) {
  .wpo-couple-section-s3 .couple-title h2,
  .wpo-couple-section-s4 .couple-title h2 {
    font-size: 115px;
    line-height: 125px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-title h2,
  .wpo-couple-section-s4 .couple-title h2 {
    font-size: 95px;
    line-height: 110px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-title h2,
  .wpo-couple-section-s4 .couple-title h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-couple-section-s3 .couple-title h2,
  .wpo-couple-section-s4 .couple-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s3 .couple-title h2,
  .wpo-couple-section-s4 .couple-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 425px) {
  .wpo-couple-section-s3 .couple-title h2,
  .wpo-couple-section-s4 .couple-title h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
.wpo-couple-section-s3 .couple-btn,
.wpo-couple-section-s4 .couple-btn {
  margin-top: 35px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-btn,
  .wpo-couple-section-s4 .couple-btn {
    margin-top: 25px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-btn .theme-btn,
  .wpo-couple-section-s4 .couple-btn .theme-btn {
    padding: 15px 24px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s3 .couple-btn .theme-btn,
  .wpo-couple-section-s4 .couple-btn .theme-btn {
    padding: 12px 20px;
  }
}
.wpo-couple-section-s3 .middle-image,
.wpo-couple-section-s4 .middle-image {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .middle-image,
  .wpo-couple-section-s4 .middle-image {
    padding-bottom: 25px;
  }
}
.wpo-couple-section-s3 .wpo-couple-wrap .couple-text,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-text {
  border: 0;
  padding: 0;
  margin: 0;
}
.wpo-couple-section-s3 .wpo-couple-wrap .couple-text h2,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-text h2 {
  margin: 0;
}
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image {
  border-radius: 50%;
  width: 370px;
  height: 370px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1399px) {
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 425px) {
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image {
    width: 220px;
    height: 220px;
  }
}
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image img,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image img {
  border-radius: 50%;
}
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card {
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card {
    margin: 0 auto;
    gap: 30px;
  }
}
.wpo-couple-section-s3 .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image {
  padding: 0;
}
.wpo-couple-section-s3 .col:first-child .couple-card,
.wpo-couple-section-s4 .col:first-child .couple-card {
  margin-top: 230px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .col:first-child .couple-card,
  .wpo-couple-section-s4 .col:first-child .couple-card {
    margin-top: 0;
  }
}
.wpo-couple-section-s3 .col:first-child .couple-card .couple-text,
.wpo-couple-section-s4 .col:first-child .couple-card .couple-text {
  order: 2;
}
.wpo-couple-section-s3 .col:first-child .couple-card .couple-image,
.wpo-couple-section-s4 .col:first-child .couple-card .couple-image {
  order: 1;
}
.wpo-couple-section-s3 .col:nth-child(2) .couple-text p,
.wpo-couple-section-s4 .col:nth-child(2) .couple-text p {
  max-width: unset;
}
.wpo-couple-section-s3 .col:last-child .couple-card,
.wpo-couple-section-s4 .col:last-child .couple-card {
  margin-left: auto;
  margin-top: -200px;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s3 .col:last-child .couple-card,
  .wpo-couple-section-s4 .col:last-child .couple-card {
    margin-top: -150px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s3 .col:last-child .couple-card,
  .wpo-couple-section-s4 .col:last-child .couple-card {
    margin-top: 0;
    margin: 0 auto;
  }
}
.wpo-couple-section-s3 .col:last-child .couple-card .couple-text,
.wpo-couple-section-s4 .col:last-child .couple-card .couple-text {
  order: 2;
}
.wpo-couple-section-s3 .col:last-child .couple-card .couple-image,
.wpo-couple-section-s4 .col:last-child .couple-card .couple-image {
  order: 1;
}

/* 6.2 Story Section Style 2 */
.wpo-story-section-s2 .wpo-story-right .story-content {
  max-width: 360px;
}
.wpo-story-section-s2 .wpo-story-right .story-item {
  padding-left: 100px;
  max-width: unset;
  display: flex;
  padding: 0;
  align-items: center;
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .wpo-story-right .story-item {
    order: 1;
  }
}
@media (max-width: 575px) {
  .wpo-story-section-s2 .wpo-story-right .story-item {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
}
.wpo-story-section-s2 .wpo-story-right {
  justify-content: space-between;
  padding: 0;
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .wpo-story-right {
    flex-direction: column;
  }
}
.wpo-story-section-s2 .wpo-story-right .story-content {
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .wpo-story-section-s2 .wpo-story-right .story-content {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s2 .wpo-story-right .story-content {
    order: 2;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding-top: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section-s2 .wpo-story-right .story-content {
    padding-top: 20px;
  }
}
.wpo-story-section-s2 .wpo-story-right .right-image {
  right: -130px;
}
@media (max-width: 1199px) {
  .wpo-story-section-s2 .wpo-story-right .right-image {
    right: -70px;
  }
}
@media (max-width: 575px) {
  .wpo-story-section-s2 .wpo-story-right .right-image {
    right: 0;
    width: 100%;
  }
}
.wpo-story-section-s2 .wpo-story-right .right-image img {
  width: unset;
  height: unset;
}
@media (max-width: 575px) {
  .wpo-story-section-s2 .wpo-story-right .right-image img {
    width: 100%;
  }
}
.wpo-story-section-s2 .wpo-story-right .left-image {
  max-width: 550px;
}
.wpo-story-section-s2 .wpo-story-slider .owl-nav {
  left: 0;
  right: auto;
  bottom: 150px;
}
@media (max-width: 1199px) {
  .wpo-story-section-s2 .wpo-story-slider .owl-nav {
    bottom: 50px;
  }
}
.wpo-story-section-s2 .wpo-story-slider .owl-prev {
  left: 0;
  right: auto;
}
.wpo-story-section-s2 .wpo-story-slider .owl-next {
  left: 100px;
  right: auto;
}

/* 6.3 Event Section Style 3 */
.wpo-event-section-s3 {
  padding: 0;
}
.wpo-event-section-s3 .wpo-event-wrap {
  background-color: transparent;
  min-height: 100%;
}
.wpo-event-section-s3 .wpo-event-wrap .event-item .event-img {
  margin: 0;
  padding: 0;
}
.wpo-event-section-s3 .wpo-event-wrap .event-content {
  margin: 40px;
  margin-top: -100px;
  background-color: #fff;
  position: relative;
  padding: 30px;
  border: 1px solid #DCDCDC;
}
@media (max-width: 1399px) {
  .wpo-event-section-s3 .wpo-event-wrap .event-content {
    margin: 20px;
    margin-top: -100px;
  }
}
@media (max-width: 1199px) {
  .wpo-event-section-s3 .wpo-event-wrap .event-content {
    margin: 10px;
    margin-top: -100px;
    padding: 30px 20px;
  }
}
.wpo-event-section-s3 .wpo-section-title {
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .wpo-event-section-s3 .wpo-section-title {
    margin-bottom: 30px;
  }
}

/* 6.4 Contact Section Style 2 */
.wpo-contact-section-s2 .contact-image-bg,
.wpo-contact-section-s4 .contact-image-bg,
.wpo-contact-section-s10 .contact-image-bg {
  position: relative;
}
.wpo-contact-section-s2 .contact-image-bg .contact-title,
.wpo-contact-section-s4 .contact-image-bg .contact-title,
.wpo-contact-section-s10 .contact-image-bg .contact-title {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 30px;
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-contact-section-s2 .contact-image-bg .contact-title,
  .wpo-contact-section-s4 .contact-image-bg .contact-title,
  .wpo-contact-section-s10 .contact-image-bg .contact-title {
    padding: 0 5px;
    padding-top: 10px;
  }
}
.wpo-contact-section-s2 .wpo-contact-section-wrapper,
.wpo-contact-section-s4 .wpo-contact-section-wrapper,
.wpo-contact-section-s10 .wpo-contact-section-wrapper {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 111;
  margin-top: -180px;
}
@media (max-width: 991px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper,
  .wpo-contact-section-s10 .wpo-contact-section-wrapper {
    margin: 0;
  }
}
.wpo-contact-section-s2 .contact-wrap .contact-title h2,
.wpo-contact-section-s4 .contact-wrap .contact-title h2,
.wpo-contact-section-s10 .contact-wrap .contact-title h2 {
  font-size: 100px;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s2 .contact-wrap .contact-title h2,
  .wpo-contact-section-s4 .contact-wrap .contact-title h2,
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 35px;
  }
}
.wpo-contact-section-s2 .contact-wrap .contact-title h2,
.wpo-contact-section-s2 p,
.wpo-contact-section-s4 .contact-wrap .contact-title h2,
.wpo-contact-section-s4 p,
.wpo-contact-section-s10 .contact-wrap .contact-title h2,
.wpo-contact-section-s10 p {
  color: #fff;
}
.wpo-contact-section-s2 .contact-image-bg img,
.wpo-contact-section-s4 .contact-image-bg img,
.wpo-contact-section-s10 .contact-image-bg img {
  min-height: 590px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .wpo-contact-section-s2 .contact-image-bg img,
  .wpo-contact-section-s4 .contact-image-bg img,
  .wpo-contact-section-s10 .contact-image-bg img {
    min-height: 480px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s2 .contact-image-bg img,
  .wpo-contact-section-s4 .contact-image-bg img,
  .wpo-contact-section-s10 .contact-image-bg img {
    min-height: 100%;
  }
}
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s10 .wpo-contact-section-wrapper .wpo-contact-form-area {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  padding-bottom: 30px;
  border: 1px solid #DCDCDC;
  width: 100%;
}
@media (max-width: 991px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s10 .wpo-contact-section-wrapper .wpo-contact-form-area {
    margin-bottom: 0;
    padding: 20px;
    padding-bottom: 10px;
  }
}

/* 6.5 Portfolio Section Style 2 */
.wpo-portfolio-section-s2,
.wpo-portfolio-section-s3 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3 {
    padding: 60px 0;
  }
}
.wpo-portfolio-section-s2 .container-fluid,
.wpo-portfolio-section-s3 .container-fluid {
  padding: 0;
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .container-fluid,
  .wpo-portfolio-section-s3 .container-fluid {
    padding: 0 15px;
  }
}
.wpo-portfolio-section-s2 .portfolio-all-items .portfolio-wrap,
.wpo-portfolio-section-s3 .portfolio-all-items .portfolio-wrap {
  display: block;
}
.wpo-portfolio-section-s2 .portfolio-slider .owl-nav,
.wpo-portfolio-section-s3 .portfolio-slider .owl-nav {
  display: none;
}
.wpo-portfolio-section-s2 .portfolio-slider .owl-dots,
.wpo-portfolio-section-s3 .portfolio-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-portfolio-section-s2 .portfolio-slider .owl-dots,
  .wpo-portfolio-section-s3 .portfolio-slider .owl-dots {
    display: none;
  }
}
.wpo-portfolio-section-s2 .portfolio-slider .owl-dots button,
.wpo-portfolio-section-s3 .portfolio-slider .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.wpo-portfolio-section-s2 .portfolio-slider .owl-dots button.active,
.wpo-portfolio-section-s3 .portfolio-slider .owl-dots button.active {
  background: #73543B;
}

/*======================================
7.0 Home Page Four
 =======================================*/
/* 7.1 Quote Section Style 2 */
.wpo-quote-section-s2,
.wpo-quote-section-s3 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-quote-section-s2,
  .wpo-quote-section-s3 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s2,
  .wpo-quote-section-s3 {
    padding: 60px 0;
  }
}
.wpo-quote-section-s2 .quote-wrap .quote-title,
.wpo-quote-section-s3 .quote-wrap .quote-title {
  max-width: unset;
}
.wpo-quote-section-s2 .quote-wrap .quote-title .quote-title-shape,
.wpo-quote-section-s3 .quote-wrap .quote-title .quote-title-shape {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .wpo-quote-section-s2 .quote-wrap .quote-title .quote-title-shape,
  .wpo-quote-section-s3 .quote-wrap .quote-title .quote-title-shape {
    max-width: 80px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s2 .quote-wrap .quote-title .quote-title-shape,
  .wpo-quote-section-s3 .quote-wrap .quote-title .quote-title-shape {
    max-width: 60px;
  }
}
.wpo-quote-section-s2 .quote-wrap .quote-title h2,
.wpo-quote-section-s3 .quote-wrap .quote-title h2 {
  font-size: 120px;
  line-height: 140px;
}
@media (max-width: 1399px) {
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (max-width: 1199px) {
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2 {
    font-size: 85px;
    line-height: 105px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section-s2 .quote-wrap .quote-title h2,
  .wpo-quote-section-s3 .quote-wrap .quote-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

/* 7.2 Couple Section Style 4 */
.wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item {
  max-width: unset;
}
.wpo-couple-section-s4 .wpo-couple-wrap .couple-card {
  max-width: unset;
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-card .couple-image {
    width: 250px;
    height: 250px;
  }
}
.wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image {
  padding: 0;
  border: 1px solid #939393;
  width: 650px;
  height: 980px;
  padding: 20px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image {
    width: 560px;
    height: 880px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image {
    width: 450px;
    height: 780px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image {
    width: 390px;
    height: 600px;
    padding: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image {
    width: 280px;
    height: 450px;
  }
}
.wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image .flower-shape-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image .flower-shape-image {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image .flower-shape-image {
    max-width: 100px;
  }
}
.wpo-couple-section-s4 .wpo-couple-wrap .couple-middle-item .middle-image .flower-shape-image img {
  border-radius: 0;
}
.wpo-couple-section-s4 .col:first-child .couple-card {
  margin-top: 320px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s4 .col:first-child .couple-card {
    margin-top: 0;
  }
}
.wpo-couple-section-s4 .col:first-child .couple-card .couple-text {
  order: 1;
}
@media (max-width: 991px) {
  .wpo-couple-section-s4 .col:first-child .couple-card .couple-text {
    order: 2;
  }
}
.wpo-couple-section-s4 .col:first-child .couple-card .couple-image {
  position: relative;
  left: 285px;
  bottom: -90px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s4 .col:first-child .couple-card .couple-image {
    left: 180px;
    bottom: -25px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s4 .col:first-child .couple-card .couple-image {
    left: 0;
    bottom: 0;
  }
}
.wpo-couple-section-s4 .col:last-child .couple-card {
  margin: 0;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s4 .col:last-child .couple-card {
    margin-top: 0;
  }
}
.wpo-couple-section-s4 .col:last-child .couple-card .couple-image {
  position: relative;
  right: 270px;
  top: -57px;
  z-index: 11;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s4 .col:last-child .couple-card .couple-image {
    right: 150px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s4 .col:last-child .couple-card .couple-image {
    right: 0;
    top: 0;
    order: 2;
  }
}

/* 7.3 Story Section Style 3 */
.wpo-story-section-s3,
.wpo-story-section-s8 {
  background-color: #EBECE6;
  overflow: hidden;
}
.wpo-story-section-s3 .wpo-section-title,
.wpo-story-section-s8 .wpo-section-title {
  margin: 0;
}
.wpo-story-section-s3 .wpo-section-title h2,
.wpo-story-section-s8 .wpo-section-title h2 {
  font-weight: 400;
  font-size: 100px;
  line-height: 120px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-section-title h2,
  .wpo-story-section-s8 .wpo-section-title h2 {
    font-size: 80px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .wpo-section-title h2,
  .wpo-story-section-s8 .wpo-section-title h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-section-title h2,
  .wpo-story-section-s8 .wpo-section-title h2 {
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s3 .wpo-section-title h2,
  .wpo-story-section-s8 .wpo-section-title h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-section-title h2,
  .wpo-story-section-s8 .wpo-section-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.wpo-story-section-s3 .wpo-story-wrap,
.wpo-story-section-s8 .wpo-story-wrap {
  max-width: 1640px;
  margin: 0 auto;
}
.wpo-story-section-s3 .slick-slide,
.wpo-story-section-s8 .slick-slide {
  transform: scale(0.8);
  transition: all 0.4s ease-in-out;
  margin: 10px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .slick-slide,
  .wpo-story-section-s8 .slick-slide {
    transform: scale(1);
    margin-bottom: 20px;
  }
}
.wpo-story-section-s3 .slick-prev,
.wpo-story-section-s8 .slick-prev {
  top: auto;
  bottom: -25px;
  left: 45%;
  margin-top: 0;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .slick-prev,
  .wpo-story-section-s8 .slick-prev {
    display: none;
  }
}
.wpo-story-section-s3 .slick-prev::before,
.wpo-story-section-s8 .slick-prev::before {
  content: url(../images/left-arrow.svg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .slick-prev::before,
  .wpo-story-section-s8 .slick-prev::before {
    display: none;
  }
}
.wpo-story-section-s3 .slick-prev:hover::before,
.wpo-story-section-s8 .slick-prev:hover::before {
  content: url(../images/left-arrow-hover.svg);
}
.wpo-story-section-s3 .slick-next,
.wpo-story-section-s8 .slick-next {
  top: auto;
  bottom: -25px;
  right: 45%;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .slick-next,
  .wpo-story-section-s8 .slick-next {
    display: none;
  }
}
.wpo-story-section-s3 .slick-next::before,
.wpo-story-section-s8 .slick-next::before {
  content: url(../images/right-arrow.svg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .slick-next::before,
  .wpo-story-section-s8 .slick-next::before {
    display: none;
  }
}
.wpo-story-section-s3 .slick-next:hover::before,
.wpo-story-section-s8 .slick-next:hover::before {
  content: url(../images/right-arrow-hover.svg);
}
.wpo-story-section-s3 .slick-dots,
.wpo-story-section-s8 .slick-dots {
  bottom: -20px;
}
.wpo-story-section-s3 .slick-dots li,
.wpo-story-section-s8 .slick-dots li {
  height: 0;
}
.wpo-story-section-s3 .slick-dots button,
.wpo-story-section-s8 .slick-dots button {
  height: 0;
  padding: 0;
}
.wpo-story-section-s3 .slick-dots li button:before,
.wpo-story-section-s8 .slick-dots li button:before {
  color: #73543B;
  font-size: 15px;
}
.wpo-story-section-s3 .slick-slide img,
.wpo-story-section-s8 .slick-slide img {
  max-width: 100%;
  transition: all 0.4s ease-in-out;
  width: 100%;
}
.wpo-story-section-s3 .item,
.wpo-story-section-s8 .item {
  position: relative;
  z-index: 11;
}
.wpo-story-section-s3 .item::before,
.wpo-story-section-s8 .item::before {
  content: "";
  height: 160px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #2F2422 100%);
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .item::before,
  .wpo-story-section-s8 .item::before {
    height: 300px;
  }
}
.wpo-story-section-s3 .item .content,
.wpo-story-section-s8 .item .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 11;
  padding: 10px 20px 30px;
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .item .content,
  .wpo-story-section-s8 .item .content {
    padding: 10px 10px 15px;
  }
}
.wpo-story-section-s3 .item .content span,
.wpo-story-section-s8 .item .content span {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .item .content span,
  .wpo-story-section-s8 .item .content span {
    font-size: 22px;
  }
}
.wpo-story-section-s3 .item .content h3,
.wpo-story-section-s8 .item .content h3 {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .item .content h3,
  .wpo-story-section-s8 .item .content h3 {
    font-size: 35px;
  }
}
.wpo-story-section-s3 .item .content .text,
.wpo-story-section-s8 .item .content .text {
  display: none;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .item .content .text,
  .wpo-story-section-s8 .item .content .text {
    display: block;
  }
}
.wpo-story-section-s3 .item .content p,
.wpo-story-section-s8 .item .content p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .wpo-story-section-s3 .item .content p,
  .wpo-story-section-s8 .item .content p {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
  }
}
.wpo-story-section-s3 .slick-center,
.wpo-story-section-s8 .slick-center {
  transform: scale(1);
}
.wpo-story-section-s3 .slick-center::before,
.wpo-story-section-s8 .slick-center::before {
  height: 390px;
}
@media (max-width: 991px) {
  .wpo-story-section-s3 .slick-center::before,
  .wpo-story-section-s8 .slick-center::before {
    height: 300px;
  }
}
.wpo-story-section-s3 .slick-center .content .text,
.wpo-story-section-s8 .slick-center .content .text {
  display: block;
}

/* 7.4 Contact Section Style 3 */
.wpo-contact-section-s3,
.wpo-contact-section-s4,
.wpo-contact-section-s6,
.wpo-contact-section-s7,
.wpo-contact-section-s8,
.wpo-contact-section-s9 {
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-contact-section-s3,
  .wpo-contact-section-s4,
  .wpo-contact-section-s6,
  .wpo-contact-section-s7,
  .wpo-contact-section-s8,
  .wpo-contact-section-s9 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s3,
  .wpo-contact-section-s4,
  .wpo-contact-section-s6,
  .wpo-contact-section-s7,
  .wpo-contact-section-s8,
  .wpo-contact-section-s9 {
    padding: 60px 0;
  }
}
.wpo-contact-section-s3 .contact-all-item,
.wpo-contact-section-s4 .contact-all-item,
.wpo-contact-section-s6 .contact-all-item,
.wpo-contact-section-s7 .contact-all-item,
.wpo-contact-section-s8 .contact-all-item,
.wpo-contact-section-s9 .contact-all-item {
  max-width: 620px;
  border: 1px solid #DCDCDC;
  border-radius: 310px;
  padding: 70px 70px 90px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .wpo-contact-section-s3 .contact-all-item,
  .wpo-contact-section-s4 .contact-all-item,
  .wpo-contact-section-s6 .contact-all-item,
  .wpo-contact-section-s7 .contact-all-item,
  .wpo-contact-section-s8 .contact-all-item,
  .wpo-contact-section-s9 .contact-all-item {
    padding: 50px 60px 70px;
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s3 .contact-all-item,
  .wpo-contact-section-s4 .contact-all-item,
  .wpo-contact-section-s6 .contact-all-item,
  .wpo-contact-section-s7 .contact-all-item,
  .wpo-contact-section-s8 .contact-all-item,
  .wpo-contact-section-s9 .contact-all-item {
    padding: 50px 40px 60px;
    max-width: 480px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s3 .contact-all-item,
  .wpo-contact-section-s4 .contact-all-item,
  .wpo-contact-section-s6 .contact-all-item,
  .wpo-contact-section-s7 .contact-all-item,
  .wpo-contact-section-s8 .contact-all-item,
  .wpo-contact-section-s9 .contact-all-item {
    padding: 40px 20px 40px;
  }
}
.wpo-contact-section-s3 .contact-all-item .contact-title,
.wpo-contact-section-s4 .contact-all-item .contact-title,
.wpo-contact-section-s6 .contact-all-item .contact-title,
.wpo-contact-section-s7 .contact-all-item .contact-title,
.wpo-contact-section-s8 .contact-all-item .contact-title,
.wpo-contact-section-s9 .contact-all-item .contact-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wpo-contact-section-s3 .contact-all-item .contact-title,
  .wpo-contact-section-s4 .contact-all-item .contact-title,
  .wpo-contact-section-s6 .contact-all-item .contact-title,
  .wpo-contact-section-s7 .contact-all-item .contact-title,
  .wpo-contact-section-s8 .contact-all-item .contact-title,
  .wpo-contact-section-s9 .contact-all-item .contact-title {
    margin-bottom: 25px;
  }
}
.wpo-contact-section-s3 .contact-all-item .contact-title h2,
.wpo-contact-section-s4 .contact-all-item .contact-title h2,
.wpo-contact-section-s6 .contact-all-item .contact-title h2,
.wpo-contact-section-s7 .contact-all-item .contact-title h2,
.wpo-contact-section-s8 .contact-all-item .contact-title h2,
.wpo-contact-section-s9 .contact-all-item .contact-title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wpo-contact-section-s3 .contact-all-item .contact-title h2,
  .wpo-contact-section-s4 .contact-all-item .contact-title h2,
  .wpo-contact-section-s6 .contact-all-item .contact-title h2,
  .wpo-contact-section-s7 .contact-all-item .contact-title h2,
  .wpo-contact-section-s8 .contact-all-item .contact-title h2,
  .wpo-contact-section-s9 .contact-all-item .contact-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s3 .contact-all-item .contact-title h2,
  .wpo-contact-section-s4 .contact-all-item .contact-title h2,
  .wpo-contact-section-s6 .contact-all-item .contact-title h2,
  .wpo-contact-section-s7 .contact-all-item .contact-title h2,
  .wpo-contact-section-s8 .contact-all-item .contact-title h2,
  .wpo-contact-section-s9 .contact-all-item .contact-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s3 .contact-all-item .contact-title h2,
  .wpo-contact-section-s4 .contact-all-item .contact-title h2,
  .wpo-contact-section-s6 .contact-all-item .contact-title h2,
  .wpo-contact-section-s7 .contact-all-item .contact-title h2,
  .wpo-contact-section-s8 .contact-all-item .contact-title h2,
  .wpo-contact-section-s9 .contact-all-item .contact-title h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s3 .contact-all-item .contact-title h2,
  .wpo-contact-section-s4 .contact-all-item .contact-title h2,
  .wpo-contact-section-s6 .contact-all-item .contact-title h2,
  .wpo-contact-section-s7 .contact-all-item .contact-title h2,
  .wpo-contact-section-s8 .contact-all-item .contact-title h2,
  .wpo-contact-section-s9 .contact-all-item .contact-title h2 {
    font-size: 25px;
  }
}
.wpo-contact-section-s3 .contact-all-item .contact-title .title-shape,
.wpo-contact-section-s4 .contact-all-item .contact-title .title-shape,
.wpo-contact-section-s6 .contact-all-item .contact-title .title-shape,
.wpo-contact-section-s7 .contact-all-item .contact-title .title-shape,
.wpo-contact-section-s8 .contact-all-item .contact-title .title-shape,
.wpo-contact-section-s9 .contact-all-item .contact-title .title-shape {
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .wpo-contact-section-s3 .contact-all-item .contact-title .title-shape,
  .wpo-contact-section-s4 .contact-all-item .contact-title .title-shape,
  .wpo-contact-section-s6 .contact-all-item .contact-title .title-shape,
  .wpo-contact-section-s7 .contact-all-item .contact-title .title-shape,
  .wpo-contact-section-s8 .contact-all-item .contact-title .title-shape,
  .wpo-contact-section-s9 .contact-all-item .contact-title .title-shape {
    max-width: 60px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.wpo-contact-section-s3 .contact-all-item .contact-title p,
.wpo-contact-section-s4 .contact-all-item .contact-title p,
.wpo-contact-section-s6 .contact-all-item .contact-title p,
.wpo-contact-section-s7 .contact-all-item .contact-title p,
.wpo-contact-section-s8 .contact-all-item .contact-title p,
.wpo-contact-section-s9 .contact-all-item .contact-title p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  max-width: 400px;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .wpo-contact-section-s3 .contact-all-item .contact-title p,
  .wpo-contact-section-s4 .contact-all-item .contact-title p,
  .wpo-contact-section-s6 .contact-all-item .contact-title p,
  .wpo-contact-section-s7 .contact-all-item .contact-title p,
  .wpo-contact-section-s8 .contact-all-item .contact-title p,
  .wpo-contact-section-s9 .contact-all-item .contact-title p {
    font-size: 18px;
    line-height: 25px;
    padding-top: 5px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s3 .contact-all-item .contact-title p,
  .wpo-contact-section-s4 .contact-all-item .contact-title p,
  .wpo-contact-section-s6 .contact-all-item .contact-title p,
  .wpo-contact-section-s7 .contact-all-item .contact-title p,
  .wpo-contact-section-s8 .contact-all-item .contact-title p,
  .wpo-contact-section-s9 .contact-all-item .contact-title p {
    font-size: 16px;
    line-height: 22px;
    padding-top: 0;
  }
}
.wpo-contact-section-s3 .contact-all-item .bottom-area,
.wpo-contact-section-s4 .contact-all-item .bottom-area,
.wpo-contact-section-s6 .contact-all-item .bottom-area,
.wpo-contact-section-s7 .contact-all-item .bottom-area,
.wpo-contact-section-s8 .contact-all-item .bottom-area,
.wpo-contact-section-s9 .contact-all-item .bottom-area {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .wpo-contact-section-s3 .contact-all-item .bottom-area,
  .wpo-contact-section-s4 .contact-all-item .bottom-area,
  .wpo-contact-section-s6 .contact-all-item .bottom-area,
  .wpo-contact-section-s7 .contact-all-item .bottom-area,
  .wpo-contact-section-s8 .contact-all-item .bottom-area,
  .wpo-contact-section-s9 .contact-all-item .bottom-area {
    padding-top: 0;
  }
}
.wpo-contact-section-s3 .shape,
.wpo-contact-section-s4 .shape,
.wpo-contact-section-s6 .shape,
.wpo-contact-section-s7 .shape,
.wpo-contact-section-s8 .shape,
.wpo-contact-section-s9 .shape {
  position: absolute;
  z-index: 1;
}
@media (max-width: 1620px) {
  .wpo-contact-section-s3 .shape,
  .wpo-contact-section-s4 .shape,
  .wpo-contact-section-s6 .shape,
  .wpo-contact-section-s7 .shape,
  .wpo-contact-section-s8 .shape,
  .wpo-contact-section-s9 .shape {
    max-width: 400px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section-s3 .shape,
  .wpo-contact-section-s4 .shape,
  .wpo-contact-section-s6 .shape,
  .wpo-contact-section-s7 .shape,
  .wpo-contact-section-s8 .shape,
  .wpo-contact-section-s9 .shape {
    max-width: 320px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s3 .shape,
  .wpo-contact-section-s4 .shape,
  .wpo-contact-section-s6 .shape,
  .wpo-contact-section-s7 .shape,
  .wpo-contact-section-s8 .shape,
  .wpo-contact-section-s9 .shape {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s3 .shape,
  .wpo-contact-section-s4 .shape,
  .wpo-contact-section-s6 .shape,
  .wpo-contact-section-s7 .shape,
  .wpo-contact-section-s8 .shape,
  .wpo-contact-section-s9 .shape {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s3 .shape,
  .wpo-contact-section-s4 .shape,
  .wpo-contact-section-s6 .shape,
  .wpo-contact-section-s7 .shape,
  .wpo-contact-section-s8 .shape,
  .wpo-contact-section-s9 .shape {
    display: none;
  }
}
.wpo-contact-section-s3 .shape-left,
.wpo-contact-section-s4 .shape-left,
.wpo-contact-section-s6 .shape-left,
.wpo-contact-section-s7 .shape-left,
.wpo-contact-section-s8 .shape-left,
.wpo-contact-section-s9 .shape-left {
  left: 0;
  top: 120px;
}
.wpo-contact-section-s3 .shape-left img,
.wpo-contact-section-s4 .shape-left img,
.wpo-contact-section-s6 .shape-left img,
.wpo-contact-section-s7 .shape-left img,
.wpo-contact-section-s8 .shape-left img,
.wpo-contact-section-s9 .shape-left img {
  animation: horizontal 2s ease-in-out infinite alternate;
}
.wpo-contact-section-s3 .shape-right,
.wpo-contact-section-s4 .shape-right,
.wpo-contact-section-s6 .shape-right,
.wpo-contact-section-s7 .shape-right,
.wpo-contact-section-s8 .shape-right,
.wpo-contact-section-s9 .shape-right {
  right: 0;
  bottom: 200px;
}
.wpo-contact-section-s3 .shape-right img,
.wpo-contact-section-s4 .shape-right img,
.wpo-contact-section-s6 .shape-right img,
.wpo-contact-section-s7 .shape-right img,
.wpo-contact-section-s8 .shape-right img,
.wpo-contact-section-s9 .shape-right img {
  animation: horizontal 2s ease-in-out infinite alternate;
}

/* 7.5 Portfolio Section Style 3 */
.wpo-portfolio-section-s3 .portfolio-slider .owl-stage-outer {
  padding-top: 120px;
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s3 .portfolio-slider .owl-stage-outer {
    padding-top: 0px;
  }
}
.wpo-portfolio-section-s3 .portfolio-slider .portfolio-image img {
  width: 100%;
}
.wpo-portfolio-section-s3 .portfolio-slider .s1 img {
  border-radius: 250px 250px 0px 0px;
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s3 .portfolio-slider .s1 img {
    border-radius: 0;
  }
}
.wpo-portfolio-section-s3 .portfolio-slider .s1::before {
  border-radius: 250px 250px 0px 0px;
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s3 .portfolio-slider .s1::before {
    border-radius: 0;
  }
}
.wpo-portfolio-section-s3 .portfolio-slider .s2 img {
  border-radius: 0px 0px 250px 250px;
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s3 .portfolio-slider .s2 img {
    border-radius: 0;
  }
}
.wpo-portfolio-section-s3 .portfolio-slider .s2::before {
  border-radius: 0px 0px 250px 250px;
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s3 .portfolio-slider .s2::before {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .wpo-portfolio-section-s3 .portfolio-slider.owl-carousel .owl-item:nth-child(odd) .portfolio-image {
    transform: translateY(0);
    animation: marginOdd 10s linear infinite;
  }
}
@keyframes margin {
  0% {
    transform: translateY(-120px);
  }
  50% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(-120px);
  }
}
@keyframes marginOdd {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}
.wpo-portfolio-section-s3 .portfolio-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-portfolio-section-s3 .portfolio-slider .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #73543B;
  transition: all 0.3s;
  border: 0;
  background: none;
}
.wpo-portfolio-section-s3 .portfolio-slider .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
  color: #fff;
}

/*======================================
8.0 Home Page Five
 =======================================*/
/* 8.1 Wedding Date Section */
.wpo-wedding-date,
.wpo-wedding-date-s2,
.wpo-wedding-date-s3 {
  padding: 90px 0;
  background-color: #F7F7F7;
}
@media (max-width: 767px) {
  .wpo-wedding-date,
  .wpo-wedding-date-s2,
  .wpo-wedding-date-s3 {
    padding: 60px 0;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock,
.wpo-wedding-date-s2 .wedding-date-wrap #clock,
.wpo-wedding-date-s3 .wedding-date-wrap #clock {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-wedding-date .wedding-date-wrap #clock,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock {
    display: flex;
    justify-content: center;
    margin-left: 0;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .wpo-wedding-date .wedding-date-wrap #clock,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock {
    gap: 24px;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock .box,
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box,
.wpo-wedding-date-s3 .wedding-date-wrap #clock .box {
  width: 260px;
  height: 260px;
  position: relative;
  z-index: 1;
  text-align: center;
  border-radius: 130px;
  background: #fff;
}
@media (max-width: 1199px) {
  .wpo-wedding-date .wedding-date-wrap #clock .box,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .box {
    width: 200px;
    height: 200px;
    margin: 0 15px;
  }
}
@media (max-width: 991px) {
  .wpo-wedding-date .wedding-date-wrap #clock .box,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .box {
    margin: 0;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock .box:after,
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:after,
.wpo-wedding-date-s3 .wedding-date-wrap #clock .box:after {
  position: absolute;
  left: 0;
  width: 220px;
  height: 220px;
  content: "";
  z-index: -1;
  border-radius: 50%;
  border: 1px solid #C9C9C9;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
@media (max-width: 1199px) {
  .wpo-wedding-date .wedding-date-wrap #clock .box:after,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box:after,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .box:after {
    width: 170px;
    height: 170px;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock > div,
.wpo-wedding-date-s2 .wedding-date-wrap #clock > div,
.wpo-wedding-date-s3 .wedding-date-wrap #clock > div {
  float: left;
  display: table;
}
.wpo-wedding-date .wedding-date-wrap #clock > div > div,
.wpo-wedding-date-s2 .wedding-date-wrap #clock > div > div,
.wpo-wedding-date-s3 .wedding-date-wrap #clock > div > div {
  display: table-cell;
  vertical-align: middle;
}
.wpo-wedding-date .wedding-date-wrap #clock .time,
.wpo-wedding-date-s2 .wedding-date-wrap #clock .time,
.wpo-wedding-date-s3 .wedding-date-wrap #clock .time {
  font-family: "Derivia";
  font-size: 80px;
  font-weight: 400;
  color: #333333;
  line-height: 100px;
}
@media (max-width: 1400px) {
  .wpo-wedding-date .wedding-date-wrap #clock .time,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .time,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .time {
    font-size: 65px;
    line-height: 85px;
  }
}
@media (max-width: 991px) {
  .wpo-wedding-date .wedding-date-wrap #clock .time,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .time,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .time {
    font-size: 55px;
    line-height: 75px;
  }
}
.wpo-wedding-date .wedding-date-wrap #clock span,
.wpo-wedding-date-s2 .wedding-date-wrap #clock span,
.wpo-wedding-date-s3 .wedding-date-wrap #clock span {
  color: #666666;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .wpo-wedding-date .wedding-date-wrap #clock span,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock span,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock span {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .wpo-wedding-date .wedding-date-wrap #clock span,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock span,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock span {
    font-size: 16px;
  }
}

/* 8.2 Story Section Style 4 */
.wpo-story-section-s4,
.wpo-story-section-s5 {
  background-color: transparent;
  padding-bottom: 190px;
}
@media (max-width: 991px) {
  .wpo-story-section-s4,
  .wpo-story-section-s5 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s4,
  .wpo-story-section-s5 {
    padding: 60px 0;
  }
}
.wpo-story-section-s4 .wpo-story-wrap,
.wpo-story-section-s5 .wpo-story-wrap {
  max-width: 1120px;
  margin: 0 auto;
}
.wpo-story-section-s4 .wpo-story-left,
.wpo-story-section-s5 .wpo-story-left {
  text-align: right;
}
@media (max-width: 767px) {
  .wpo-story-section-s4 .wpo-story-left,
  .wpo-story-section-s5 .wpo-story-left {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .wpo-story-section-s4 .wpo-story-all-item:last-child,
  .wpo-story-section-s5 .wpo-story-all-item:last-child {
    margin-top: 40px;
  }
}
.wpo-story-section-s4 .wpo-section-title-s2,
.wpo-story-section-s5 .wpo-section-title-s2 {
  text-align: right;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wpo-story-section-s4 .wpo-section-title-s2,
  .wpo-story-section-s5 .wpo-section-title-s2 {
    text-align: center;
  }
}
.wpo-story-section-s4 .wpo-story-right .story-item,
.wpo-story-section-s5 .wpo-story-right .story-item {
  padding: 0;
  max-width: 385px;
}
@media (max-width: 767px) {
  .wpo-story-section-s4 .wpo-story-right .story-item,
  .wpo-story-section-s5 .wpo-story-right .story-item {
    max-width: unset;
  }
}
.wpo-story-section-s4 .wpo-story-right .story-item .right-image:before,
.wpo-story-section-s5 .wpo-story-right .story-item .right-image:before {
  display: none;
}
@media (max-width: 991px) {
  .wpo-story-section-s4 .left-image,
  .wpo-story-section-s5 .left-image {
    display: none;
  }
}
.wpo-story-section-s4 .wpo-story-right .story-item .right-image,
.wpo-story-section-s5 .wpo-story-right .story-item .right-image {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .wpo-story-section-s4 .wpo-story-right .story-item .right-image,
  .wpo-story-section-s5 .wpo-story-right .story-item .right-image {
    padding-top: 20px;
  }
}
.wpo-story-section-s4 .wpo-story-slider .owl-nav,
.wpo-story-section-s5 .wpo-story-slider .owl-nav {
  left: 0;
  transform: translateX(-43%);
  bottom: -90px;
}

/* 8.3 Gallery Section Style 2 */
.wpo-gallery-section-s2,
.wpo-gallery-section-s4,
.wpo-gallery-section-s5 {
  padding-bottom: 105px;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s2,
  .wpo-gallery-section-s4,
  .wpo-gallery-section-s5 {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s2,
  .wpo-gallery-section-s4,
  .wpo-gallery-section-s5 {
    padding-bottom: 45px;
  }
}
.wpo-gallery-section-s2 .hidden,
.wpo-gallery-section-s4 .hidden,
.wpo-gallery-section-s5 .hidden {
  display: none;
}
.wpo-gallery-section-s2 .gallery-grids,
.wpo-gallery-section-s4 .gallery-grids,
.wpo-gallery-section-s5 .gallery-grids {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s2 .gallery-grids,
  .wpo-gallery-section-s4 .gallery-grids,
  .wpo-gallery-section-s5 .gallery-grids {
    margin: 0 -10px;
  }
}
.wpo-gallery-section-s2 .gallery-grids .grid,
.wpo-gallery-section-s4 .gallery-grids .grid,
.wpo-gallery-section-s5 .gallery-grids .grid {
  width: 25%;
  padding: 0 5px 15px;
  float: left;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s2 .gallery-grids .grid,
  .wpo-gallery-section-s4 .gallery-grids .grid,
  .wpo-gallery-section-s5 .gallery-grids .grid {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .wpo-gallery-section-s2 .gallery-grids .grid,
  .wpo-gallery-section-s4 .gallery-grids .grid,
  .wpo-gallery-section-s5 .gallery-grids .grid {
    width: 100%;
  }
}
.wpo-gallery-section-s2 .gallery-grids .grid img,
.wpo-gallery-section-s4 .gallery-grids .grid img,
.wpo-gallery-section-s5 .gallery-grids .grid img {
  width: 100%;
}
.wpo-gallery-section-s2 .gallery-grids .grid .img-holder .hover-content i,
.wpo-gallery-section-s4 .gallery-grids .grid .img-holder .hover-content i,
.wpo-gallery-section-s5 .gallery-grids .grid .img-holder .hover-content i {
  font-size: 30px;
  color: #444444;
}
.wpo-gallery-section-s2 .gallery-grids .grid .img-holder,
.wpo-gallery-section-s4 .gallery-grids .grid .img-holder,
.wpo-gallery-section-s5 .gallery-grids .grid .img-holder {
  position: relative;
}
.wpo-gallery-section-s2 .gallery-grids .grid .img-holder .hover-content,
.wpo-gallery-section-s4 .gallery-grids .grid .img-holder .hover-content,
.wpo-gallery-section-s5 .gallery-grids .grid .img-holder .hover-content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}
.wpo-gallery-section-s2 .gallery-grids .grid .img-holder:before,
.wpo-gallery-section-s4 .gallery-grids .grid .img-holder:before,
.wpo-gallery-section-s5 .gallery-grids .grid .img-holder:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
}
.wpo-gallery-section-s2 .gallery-grids .grid .img-holder:hover .hover-content,
.wpo-gallery-section-s4 .gallery-grids .grid .img-holder:hover .hover-content,
.wpo-gallery-section-s5 .gallery-grids .grid .img-holder:hover .hover-content {
  opacity: 1;
}
.wpo-gallery-section-s2 .gallery-grids .grid .img-holder:hover:before,
.wpo-gallery-section-s4 .gallery-grids .grid .img-holder:hover:before,
.wpo-gallery-section-s5 .gallery-grids .grid .img-holder:hover:before {
  opacity: 1;
  transform: scale(1);
}
.wpo-gallery-section-s2 .gallery-grids .grid .middle-content,
.wpo-gallery-section-s4 .gallery-grids .grid .middle-content,
.wpo-gallery-section-s5 .gallery-grids .grid .middle-content {
  position: relative;
}
.wpo-gallery-section-s2 .gallery-grids .grid .middle-content .title,
.wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title,
.wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.wpo-gallery-section-s2 .gallery-grids .grid .middle-content .title h2,
.wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title h2,
.wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .wpo-gallery-section-s2 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s2 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-gallery-section-s2 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

/* 8.4 Event Section Style 4 */
.wpo-event-section-s4 .wpo-event-wrap {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-event-section-s4 .wpo-event-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section-s4 .wpo-event-wrap {
    padding-bottom: 30px;
  }
}
.wpo-event-section-s4 .wpo-event-wrap .wpo-section-title {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .wpo-event-section-s4 .wpo-event-wrap .wpo-section-title {
    margin-bottom: 25px;
  }
}
.wpo-event-section-s4 .wpo-event-wrap .event-item {
  border: 1px solid #DCDCDC;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 40px;
  max-width: 410px;
}
@media (max-width: 1199px) {
  .wpo-event-section-s4 .wpo-event-wrap .event-item {
    padding: 30px;
  }
}

/* 8.5 Contact Section Style 4 */
.wpo-contact-section-s4 .container-fluid,
.wpo-contact-section-s10 .container-fluid {
  padding: 0;
}
.wpo-contact-section-s4 .contact-image-bg .contact-title,
.wpo-contact-section-s10 .contact-image-bg .contact-title {
  padding: 0;
  top: 35%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .wpo-contact-section-s4 .contact-image-bg .contact-title,
  .wpo-contact-section-s10 .contact-image-bg .contact-title {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s4 .contact-image-bg .contact-title,
  .wpo-contact-section-s10 .contact-image-bg .contact-title {
    top: 0;
    transform: none;
    padding-top: 20px;
  }
}
.wpo-contact-section-s4 .contact-wrap,
.wpo-contact-section-s10 .contact-wrap {
  max-width: unset;
}
.wpo-contact-section-s4 .contact-wrap .bg-image,
.wpo-contact-section-s10 .contact-wrap .bg-image {
  position: relative;
}
.wpo-contact-section-s4 .contact-wrap .bg-image::before,
.wpo-contact-section-s10 .contact-wrap .bg-image::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 30%;
  background: rgb(0, 0, 0);
}
@media (max-width: 991px) {
  .wpo-contact-section-s4 .contact-wrap .contact-image-bg img,
  .wpo-contact-section-s10 .contact-wrap .contact-image-bg img {
    min-height: 150px;
  }
}

/* 8.6 portfolio Section Style 4 */
.wpo-portfolio-section-s4 {
  padding: 160px 0;
}
@media (max-width: 991px) {
  .wpo-portfolio-section-s4 {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section-s4 {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section-s4 {
    padding: 60px 0;
  }
}

/*======================================
9.0 Home Page Six
 =======================================*/
/* 9.1 Couple Section Style 5 */
.wpo-couple-section-s5 .wpo-couple-wrap,
.wpo-couple-section-s6 .wpo-couple-wrap {
  max-width: 1460px;
  margin: 0 auto;
  display: block;
}
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card {
  max-width: 410px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-card,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card {
    margin: 0 auto;
  }
}
.wpo-couple-section-s5 .wpo-couple-wrap .couple-card .image img,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card .image img {
  border-radius: 200px;
}
.wpo-couple-section-s5 .wpo-couple-wrap .couple-middle,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle {
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 240px;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle {
    padding: 15px;
  }
}
.wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item {
  border: 1px solid #D2D2D2;
  border-radius: 220px;
  padding: 60px 50px 100px;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item {
    padding: 60px 30px 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item {
    padding: 60px 20px 70px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item {
    padding: 60px 60px 70px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item {
    padding: 40px 40px 60px;
  }
}
@media (max-width: 425px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item {
    padding: 40px 30px 60px;
  }
}
.wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 575px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content {
    gap: 30px;
  }
}
.wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content .shape,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content .shape {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content .shape,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content .shape {
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content .shape,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content .shape {
    max-width: 70px;
    margin: 0 auto;
  }
}
.wpo-couple-section-s5 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content .line,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item .couple-middle-content .line {
  width: 2px;
  height: 100px;
  background-color: #CCBAB0;
  text-align: center;
  margin: 0 auto;
}
.wpo-couple-section-s5 .wpo-couple-wrap .couple-text,
.wpo-couple-section-s6 .wpo-couple-wrap .couple-text {
  border: 0;
  padding: 0;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text h2 {
    font-size: 40px;
    padding-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-couple-section-s5 .wpo-couple-wrap .couple-text h2,
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 1500px) {
  .wpo-couple-section-s5 .container-fluid,
  .wpo-couple-section-s6 .container-fluid {
    padding: 0 10px;
  }
}
.wpo-couple-section-s5 .col:last-child .couple-card,
.wpo-couple-section-s6 .col:last-child .couple-card {
  margin-left: auto;
}
@media (max-width: 991px) {
  .wpo-couple-section-s5 .col:last-child .couple-card,
  .wpo-couple-section-s6 .col:last-child .couple-card {
    margin: 0 auto;
  }
}

/* 9.2 Gallery Section Style 3 */
.wpo-gallery-section-s3 {
  overflow: hidden;
  padding: 175px 0;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 {
    padding: 90px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s3 {
    padding: 60px 0;
    padding-bottom: 30px;
  }
}
.wpo-gallery-section-s3 .hidden {
  display: none;
}
.wpo-gallery-section-s3 .gallery-main-wrap {
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .gallery-side-img {
    margin-bottom: 30px;
  }
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder {
  position: relative;
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder img {
  width: 100%;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .gallery-side-img .img-holder img {
    border-radius: 0;
  }
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder a {
  display: block;
  position: relative;
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder a .hover-content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder a .hover-content span {
  color: #000;
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder a .hover-content h4 {
  font-size: 30px;
  font-weight: 600;
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder a .hover-content h4 a {
  color: #444444;
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder a .hover-content h4 a:hover {
  color: #73543B;
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder a .hover-content i {
  font-size: 30px;
  color: #444444;
}
.wpo-gallery-section-s3 .gallery-side-img .img-holder a:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
}
.wpo-gallery-section-s3 .gallery-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
.wpo-gallery-section-s3 .gallery-flex .gallery-item-1 {
  width: 15%;
}
.wpo-gallery-section-s3 .gallery-flex .gallery-item-2 {
  width: 70%;
}
.wpo-gallery-section-s3 .gallery-flex .gallery-item-3 {
  width: 15%;
}
.wpo-gallery-section-s3 .sortable-gallery .gallery-grids {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .sortable-gallery .gallery-grids {
    gap: 29px;
  }
}
.wpo-gallery-section-s3 .sortable-gallery .gallery-grids .grid {
  width: 24%;
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s3 .sortable-gallery .gallery-grids .grid {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .sortable-gallery .gallery-grids .grid {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s3 .sortable-gallery .gallery-grids .grid {
    width: 47%;
  }
}
@media (max-width: 575px) {
  .wpo-gallery-section-s3 .sortable-gallery .gallery-grids .grid {
    width: 100%;
  }
}
.wpo-gallery-section-s3 .sortable-gallery .gallery-grids .grid img {
  width: 100%;
}
.wpo-gallery-section-s3 .grid .img-holder {
  position: relative;
  max-width: 240px;
  width: 100%;
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s3 .grid .img-holder {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .grid .img-holder {
    max-width: unset;
  }
}
.wpo-gallery-section-s3 .grid .img-holder a {
  display: block;
  position: relative;
}
.wpo-gallery-section-s3 .grid .img-holder a .hover-content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}
.wpo-gallery-section-s3 .grid .img-holder a .hover-content span {
  color: #000;
}
.wpo-gallery-section-s3 .grid .img-holder a .hover-content h4 {
  font-size: 30px;
  font-weight: 600;
}
.wpo-gallery-section-s3 .grid .img-holder a .hover-content h4 a {
  color: #444444;
}
.wpo-gallery-section-s3 .grid .img-holder a .hover-content h4 a:hover {
  color: #73543B;
}
.wpo-gallery-section-s3 .grid .img-holder a .hover-content i {
  font-size: 30px;
  color: #444444;
}
.wpo-gallery-section-s3 .grid .img-holder a:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
}
.wpo-gallery-section-s3 .grid:nth-child(2) .img-holder {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .grid:nth-child(2) .img-holder {
    margin-top: 0;
  }
}
.wpo-gallery-section-s3 .grid:nth-child(3) .img-holder {
  max-width: 260px;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .grid:nth-child(3) .img-holder {
    max-width: unset;
  }
}
.wpo-gallery-section-s3 .grid:nth-child(4) .img-holder {
  transform: rotate(12deg);
  position: relative;
  left: 40px;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .grid:nth-child(4) .img-holder {
    left: 0;
    transform: none;
    transform: none;
  }
}
.wpo-gallery-section-s3 .grid:nth-child(5) .img-holder {
  transform: rotate(-14deg);
  max-width: 230px;
  position: relative;
  top: -100px;
  left: 30px;
}
@media (max-width: 1650px) {
  .wpo-gallery-section-s3 .grid:nth-child(5) .img-holder {
    max-width: 180px;
  }
}
@media (max-width: 1399px) {
  .wpo-gallery-section-s3 .grid:nth-child(5) .img-holder {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s3 .grid:nth-child(5) .img-holder {
    max-width: 130px;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .grid:nth-child(5) .img-holder {
    max-width: unset;
    top: 0;
    left: 0;
    transform: none;
  }
}
.wpo-gallery-section-s3 .grid:nth-child(6) .img-holder {
  transform: rotate(30deg);
  max-width: 180px;
  position: relative;
  top: 60px;
  left: 70px;
}
@media (max-width: 1650px) {
  .wpo-gallery-section-s3 .grid:nth-child(6) .img-holder {
    left: 0;
    max-width: 160px;
  }
}
@media (max-width: 1399px) {
  .wpo-gallery-section-s3 .grid:nth-child(6) .img-holder {
    max-width: 140px;
  }
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s3 .grid:nth-child(6) .img-holder {
    max-width: 110px;
    top: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .grid:nth-child(6) .img-holder {
    top: 0;
    left: 0;
    max-width: unset;
    transform: none;
  }
}
.wpo-gallery-section-s3 .grid:nth-child(7) .img-holder {
  max-width: 210px;
  margin: 0 auto;
  position: relative;
  top: -110px;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .grid:nth-child(7) .img-holder {
    max-width: unset;
    top: 0;
    left: 0;
  }
}
.wpo-gallery-section-s3 .grid:nth-child(8) .img-holder {
  max-width: 260px;
  top: -50px;
  left: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s3 .grid:nth-child(8) .img-holder {
    max-width: unset;
    top: 0;
    left: 0;
  }
}
.wpo-gallery-section-s3 .img-holder:hover a .hover-content {
  opacity: 1;
}
.wpo-gallery-section-s3 .img-holder img {
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-gallery-section-s3 .img-holder img {
    max-height: 250px;
  }
}
.wpo-gallery-section-s3 .img-holder:hover a:before {
  opacity: 1;
  transform: scale(1);
}

/* 9.3 Story Section Style 5 */
.wpo-story-section-s5 .wpo-story-wrap {
  max-width: unset;
  max-width: 1320px;
  margin: 0 auto;
}
.wpo-story-section-s5 .wpo-story-right {
  padding: 0;
}
.wpo-story-section-s5 .wpo-story-right .story-item {
  max-width: 500px;
}
@media (max-width: 767px) {
  .wpo-story-section-s5 .wpo-story-right .story-item {
    max-width: unset;
  }
}
.wpo-story-section-s5 .wpo-story-right .story-item .left-image {
  max-width: unset;
  margin: 0;
}
@media (max-width: 991px) {
  .wpo-story-section-s5 .wpo-story-right .story-item .left-image {
    display: block;
  }
}
.wpo-story-section-s5 .wpo-story-right .story-item .right-image {
  padding-top: 60px;
}
@media (max-width: 1354px) {
  .wpo-story-section-s5 .wpo-story-right .story-item .right-image {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s5 .wpo-story-right .story-item .right-image {
    padding-top: 20px;
  }
}
.wpo-story-section-s5 .wpo-story-right .story-content {
  padding: 0;
  background-color: #EBECE6;
  padding: 58px 60px;
}
@media (max-width: 1354px) {
  .wpo-story-section-s5 .wpo-story-right .story-content {
    padding: 35px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s5 .wpo-story-right .story-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s5 .wpo-story-right .story-content h3 {
    font-size: 25px;
    padding-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s5 .wpo-story-right .story-content p {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-story-section-s5 .wpo-story-left {
  height: 100%;
}
@media (max-width: 767px) {
  .wpo-story-section-s5 .wpo-story-left {
    height: auto;
    padding-bottom: 20px;
  }
}
.wpo-story-section-s5 .wpo-story-left .image {
  height: 100%;
}
@media (max-width: 767px) {
  .wpo-story-section-s5 .wpo-story-left .image {
    height: auto;
  }
}
.wpo-story-section-s5 .wpo-story-left .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .wpo-story-section-s5 .owl-carousel .owl-stage-outer {
    margin-right: 1px;
  }
}
.wpo-story-section-s5 .col {
  min-height: 100%;
}

/* 9.4 Contact Section Style 5 */
.wpo-contact-section-s5 {
  padding-top: 30px;
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .wpo-contact-section-s5 {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s5 {
    padding-bottom: 50px;
  }
}
.wpo-contact-section-s5 .contact-left .image {
  max-width: 500px;
  border-radius: 250px;
  border: 1px solid #D9D9D9;
  padding: 20px;
  left: 0;
  margin-left: 0;
}
@media (max-width: 991px) {
  .wpo-contact-section-s5 .contact-left .image {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s5 .contact-left .image {
    padding: 10px;
  }
}
.wpo-contact-section-s5 .contact-left .image img {
  border-radius: 250px;
}

/*======================================
10.0 Home Page Seven
 =======================================*/
/* 10.1 Gallery Section Style 4 */
.wpo-gallery-section-s4,
.wpo-gallery-section-s5 {
  text-align: center;
  padding: 150px 0 140px;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s4,
  .wpo-gallery-section-s5 {
    padding: 90px 0 80px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s4,
  .wpo-gallery-section-s5 {
    padding: 60px 0 50px;
  }
}
.wpo-gallery-section-s4 .gallery-item,
.wpo-gallery-section-s5 .gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wpo-gallery-section-s4 .flx-item,
.wpo-gallery-section-s5 .flx-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 575px) {
  .wpo-gallery-section-s4 .flx-item,
  .wpo-gallery-section-s5 .flx-item {
    display: block;
  }
}
.wpo-gallery-section-s4 .gallery-grids .grid,
.wpo-gallery-section-s5 .gallery-grids .grid {
  width: 33.33%;
  padding: 0 5px 10px;
}
@media (max-width: 767px) {
  .wpo-gallery-section-s4 .gallery-grids .grid,
  .wpo-gallery-section-s5 .gallery-grids .grid {
    width: 100%;
  }
}
.wpo-gallery-section-s4 .gallery-grids .grid .middle-content,
.wpo-gallery-section-s5 .gallery-grids .grid .middle-content {
  position: relative;
}
.wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title,
.wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title h2,
.wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s4 .gallery-grids .grid .middle-content .title h2,
  .wpo-gallery-section-s5 .gallery-grids .grid .middle-content .title h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.wpo-gallery-section-s4 .gallery-grids,
.wpo-gallery-section-s5 .gallery-grids {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 10.2 Video Section Style 2 */
.wpo-video-section-s2 .video-image {
  max-width: 1650px;
  margin: 0 auto;
}

/* 10.3 Story Section Style 6 */
.wpo-story-section-s6,
.wpo-story-section-s7 {
  background-color: transparent;
  padding: 110px 0 190px;
}
@media (max-width: 991px) {
  .wpo-story-section-s6,
  .wpo-story-section-s7 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-story-section-s6,
  .wpo-story-section-s7 {
    padding: 60px 0;
  }
}
.wpo-story-section-s6 .wpo-image-item,
.wpo-story-section-s7 .wpo-image-item {
  max-width: 350px;
}
@media (max-width: 991px) {
  .wpo-story-section-s6 .wpo-image-item,
  .wpo-story-section-s7 .wpo-image-item {
    margin: 0 auto;
  }
}
.wpo-story-section-s6 .wpo-image-item .image,
.wpo-story-section-s7 .wpo-image-item .image {
  border-radius: 190px 190px 0px 0px;
}
.wpo-story-section-s6 .wpo-image-item .image img,
.wpo-story-section-s7 .wpo-image-item .image img {
  border-radius: 190px 190px 0px 0px;
}
.wpo-story-section-s6 .wpo-story-slider .owl-nav,
.wpo-story-section-s7 .wpo-story-slider .owl-nav {
  transform: translateX(-43%);
  bottom: -90px;
}
.wpo-story-section-s6 .wpo-story-slider .owl-stage-outer,
.wpo-story-section-s7 .wpo-story-slider .owl-stage-outer {
  padding: 5px 0;
  margin: -5px 0;
}
.wpo-story-section-s6 .wpo-story-all-item,
.wpo-story-section-s7 .wpo-story-all-item {
  margin-bottom: 30px;
}
.wpo-story-section-s6 .wpo-story-all-item:last-child,
.wpo-story-section-s7 .wpo-story-all-item:last-child {
  margin-bottom: 0;
}
.wpo-story-section-s6 .wpo-story-right,
.wpo-story-section-s7 .wpo-story-right {
  padding: 0;
}
@media (max-width: 991px) {
  .wpo-story-section-s6 .wpo-story-right,
  .wpo-story-section-s7 .wpo-story-right {
    padding: 30px 0;
  }
}
.wpo-story-section-s6 .wpo-story-right .story-item,
.wpo-story-section-s7 .wpo-story-right .story-item {
  padding: 0;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  padding: 20px;
  border-radius: 200px;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1354px) {
  .wpo-story-section-s6 .wpo-story-right .story-item,
  .wpo-story-section-s7 .wpo-story-right .story-item {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  .wpo-story-section-s6 .wpo-story-right .story-item,
  .wpo-story-section-s7 .wpo-story-right .story-item {
    margin: 0 auto;
    max-width: 400px;
  }
}
.wpo-story-section-s6 .wpo-story-right .story-item .story-content,
.wpo-story-section-s7 .wpo-story-right .story-item .story-content {
  padding: 0;
  border: 1px solid #E2E2E2;
  border-radius: 180px;
  padding: 120px 30px 80px;
  text-align: center;
}
@media (max-width: 1354px) {
  .wpo-story-section-s6 .wpo-story-right .story-item .story-content h3,
  .wpo-story-section-s7 .wpo-story-right .story-item .story-content h3 {
    font-size: 34px;
  }
}
.wpo-story-section-s6 .wpo-story-right .story-item .story-content p,
.wpo-story-section-s7 .wpo-story-right .story-item .story-content p {
  max-width: 265px;
  margin: 0 auto;
}
.wpo-story-section-s6 .col:last-child .wpo-image-item,
.wpo-story-section-s7 .col:last-child .wpo-image-item {
  margin-left: auto;
}

/* 10.4 Contact Section Style 6 */
.wpo-contact-section-s6 .wpo-contact-card,
.wpo-contact-section-s7 .wpo-contact-card,
.wpo-contact-section-s8 .wpo-contact-card {
  background-color: #fff;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
  border-radius: 330px;
  max-width: 660px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .wpo-contact-section-s6 .wpo-contact-card,
  .wpo-contact-section-s7 .wpo-contact-card,
  .wpo-contact-section-s8 .wpo-contact-card {
    max-width: 600px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s6 .wpo-contact-card,
  .wpo-contact-section-s7 .wpo-contact-card,
  .wpo-contact-section-s8 .wpo-contact-card {
    padding: 10px;
  }
}
.wpo-contact-section-s6 .wpo-contact-card .contact-all-item,
.wpo-contact-section-s7 .wpo-contact-card .contact-all-item,
.wpo-contact-section-s8 .wpo-contact-card .contact-all-item {
  max-width: unset;
}
.wpo-contact-section-s6 .shape,
.wpo-contact-section-s7 .shape,
.wpo-contact-section-s8 .shape {
  max-width: unset;
}
@media (max-width: 1600px) {
  .wpo-contact-section-s6 .shape,
  .wpo-contact-section-s7 .shape,
  .wpo-contact-section-s8 .shape {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section-s6 .shape,
  .wpo-contact-section-s7 .shape,
  .wpo-contact-section-s8 .shape {
    max-width: 330px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s6 .shape,
  .wpo-contact-section-s7 .shape,
  .wpo-contact-section-s8 .shape {
    max-width: 250px;
  }
}
.wpo-contact-section-s6 .shape-left,
.wpo-contact-section-s7 .shape-left,
.wpo-contact-section-s8 .shape-left {
  left: 135px;
  top: 300px;
}
@media (max-width: 1600px) {
  .wpo-contact-section-s6 .shape-left,
  .wpo-contact-section-s7 .shape-left,
  .wpo-contact-section-s8 .shape-left {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s6 .shape-left,
  .wpo-contact-section-s7 .shape-left,
  .wpo-contact-section-s8 .shape-left {
    left: 0;
  }
}
.wpo-contact-section-s6 .shape-left img,
.wpo-contact-section-s7 .shape-left img,
.wpo-contact-section-s8 .shape-left img {
  animation: leafAniamtion 8s ease-in infinite;
}
.wpo-contact-section-s6 .shape-right,
.wpo-contact-section-s7 .shape-right,
.wpo-contact-section-s8 .shape-right {
  right: 140px;
  top: 300px;
}
@media (max-width: 1600px) {
  .wpo-contact-section-s6 .shape-right,
  .wpo-contact-section-s7 .shape-right,
  .wpo-contact-section-s8 .shape-right {
    right: 50px;
  }
}
.wpo-contact-section-s6 .shape-right img,
.wpo-contact-section-s7 .shape-right img,
.wpo-contact-section-s8 .shape-right img {
  animation: leafAniamtion 8s ease-in infinite;
}

/*======================================
11.0 Home Page Eight
 =======================================*/
/* 11.1 Wedding Date Section Style 2 */
.wpo-wedding-date-s2 {
  background-color: transparent;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-wedding-date-s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-wedding-date-s2 {
    padding: 60px 0;
  }
}
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box {
  width: 260px;
  height: 300px;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1199px) {
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box {
    width: 200px;
    height: 240px;
  }
}
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:after {
  width: 220px;
  height: 260px;
  border-radius: 110px;
}
@media (max-width: 1199px) {
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box:after {
    width: 180px;
    height: 220px;
  }
}
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100px;
  content: "";
  background: url(../images/wedding-date/img-1.png) no-repeat center center;
  z-index: 1;
}
@media (max-width: 1199px) {
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box:before {
    width: 85px;
    height: 85px;
  }
}
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:nth-child(2):before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  background: url(../images/wedding-date/img-2.png) no-repeat center center;
}
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:nth-child(3):before {
  left: auto;
  right: 0;
  background: url(../images/wedding-date/img-3.png) no-repeat center center;
}
@media (max-width: 450px) {
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box:nth-child(3):before {
    left: 0;
    bottom: 0;
    top: auto;
  }
}
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:nth-child(4):before {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  background: url(../images/wedding-date/img-4.png) no-repeat center center;
}

/* 11.2 Couple Section Style 6 */
.wpo-couple-section-s6,
.wpo-couple-section-s7 {
  padding: 180px 0 240px;
}
@media (max-width: 1199px) {
  .wpo-couple-section-s6,
  .wpo-couple-section-s7 {
    padding: 180px 0 160px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s6,
  .wpo-couple-section-s7 {
    padding: 90px 0 80px;
  }
}
@media (max-width: 767px) {
  .wpo-couple-section-s6,
  .wpo-couple-section-s7 {
    padding: 60px 0 50px;
  }
}
.wpo-couple-section-s6 .wpo-couple-wrap,
.wpo-couple-section-s7 .wpo-couple-wrap {
  max-width: 1750px;
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  position: relative;
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape {
  position: absolute;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape img,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape img {
    max-width: 170px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape img,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape img {
    max-width: 140px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape img,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape img {
    max-width: 110px;
  }
}
@media (max-width: 575px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape img,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape img {
    display: none;
  }
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-1,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 {
  top: -40px;
  right: -55px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-1,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 {
    top: -25px;
    right: -45px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-1,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 {
    right: -35px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-1,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 {
    right: 30px;
  }
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-2,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 {
  bottom: -70px;
  left: -35px;
  z-index: 1;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-2,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 {
    bottom: -45px;
    left: -20px;
  }
}
@media (max-width: 1199px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-2,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 {
    bottom: -35px;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-2,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 {
    bottom: 0;
    left: 30px;
  }
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .shape-2 img,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 img {
  transform: rotate(-51deg);
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .couple-item,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .couple-item {
  border: 0;
  padding: 0;
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .image,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .image {
  position: relative;
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .image::before,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .image::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
  height: 93%;
  border-radius: 230px;
  content: "";
  border: 1px solid #fff;
  z-index: 1;
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-middle .image img,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .image img {
  border-radius: 250px;
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card {
  max-width: 500px;
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-text,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-text {
  max-width: 350px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-text,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-text {
    margin: 0 auto;
    max-width: 420px;
  }
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-text p,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-text p {
    max-width: unset;
  }
}
.wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-image,
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-image {
  max-width: 325px;
  margin-top: -185px;
}
@media (max-width: 1399px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-image {
    max-width: 240px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s6 .wpo-couple-wrap .couple-card .couple-image,
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-card .couple-image {
    margin: 0 auto;
    padding: 0;
  }
}
.wpo-couple-section-s6 .col:last-child .couple-card,
.wpo-couple-section-s7 .col:last-child .couple-card {
  margin-left: 0;
}
@media (max-width: 991px) {
  .wpo-couple-section-s6 .col:last-child .couple-card,
  .wpo-couple-section-s7 .col:last-child .couple-card {
    margin: 0 auto;
  }
}
.wpo-couple-section-s6 .col:last-child .couple-card .couple-text,
.wpo-couple-section-s7 .col:last-child .couple-card .couple-text {
  margin-right: auto;
}
@media (max-width: 1600px) {
  .wpo-couple-section-s6 .col:last-child .couple-card .couple-text,
  .wpo-couple-section-s7 .col:last-child .couple-card .couple-text {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s6 .col:last-child .couple-card .couple-text,
  .wpo-couple-section-s7 .col:last-child .couple-card .couple-text {
    margin: 0 auto;
  }
}
.wpo-couple-section-s6 .col:last-child .couple-card .couple-image,
.wpo-couple-section-s7 .col:last-child .couple-card .couple-image {
  margin-left: auto;
  margin-right: -65px;
}
@media (max-width: 1700px) {
  .wpo-couple-section-s6 .col:last-child .couple-card .couple-image,
  .wpo-couple-section-s7 .col:last-child .couple-card .couple-image {
    margin-right: -35px;
  }
}
@media (max-width: 1600px) {
  .wpo-couple-section-s6 .col:last-child .couple-card .couple-image,
  .wpo-couple-section-s7 .col:last-child .couple-card .couple-image {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-couple-section-s6 .col:last-child .couple-card .couple-image,
  .wpo-couple-section-s7 .col:last-child .couple-card .couple-image {
    margin: 0 auto;
  }
}

/* 11.3 Gallery Section Style 5 */
.wpo-gallery-section-s5 .hidden {
  display: none;
}
.wpo-gallery-section-s5 .sortable-gallery {
  max-width: 1700px;
  margin: 0 auto;
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .flx-item {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .flx-item {
    flex-direction: column;
  }
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 {
  position: relative;
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid {
  position: relative;
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(1) {
  max-width: 435px;
  top: 150px;
  left: 10px;
}
@media (max-width: 1600px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(1) {
    max-width: 375px;
    left: 0;
  }
}
@media (max-width: 1399px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(1) {
    max-width: 320px;
    left: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(1) {
    max-width: 260px;
    top: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(1) {
    top: 40px;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(1) {
    top: 0;
    max-width: unset;
  }
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(2) {
  max-width: 300px;
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(2) {
    max-width: 250px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(2) {
    max-width: unset;
  }
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(3) {
  max-width: 400px;
  top: 60px;
  right: 180px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(3) {
    right: 50px;
    max-width: 360px;
  }
}
@media (max-width: 1399px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(3) {
    max-width: 340px;
  }
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(3) {
    max-width: 290px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(3) {
    top: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid:nth-child(3) {
    max-width: unset;
  }
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-2 {
  display: flex;
  justify-content: center;
  justify-content: center;
  width: 100%;
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-2 .grid {
  width: 45%;
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-2 .grid {
    width: 100%;
  }
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 {
  position: relative;
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid {
  position: relative;
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(1) {
  max-width: 400px;
  left: 190px;
  top: 0;
  margin-top: -200px;
}
@media (max-width: 1600px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(1) {
    max-width: 375px;
    left: 0;
    margin-top: -130px;
  }
}
@media (max-width: 1399px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(1) {
    max-width: 320px;
  }
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(1) {
    max-width: 260px;
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(1) {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(1) {
    max-width: unset;
    margin-top: 0;
  }
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(2) {
  max-width: 333px;
  margin-top: -50px;
  left: 80px;
  top: 0;
}
@media (max-width: 1600px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(2) {
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(2) {
    max-width: 250px;
    margin-top: -20px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(2) {
    max-width: unset;
    margin-top: 0;
  }
}
.wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(3) {
  max-width: 435px;
  right: 10px;
  top: 0;
  margin-top: -400px;
}
@media (max-width: 1600px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(3) {
    max-width: 390px;
    margin-top: -300px;
  }
}
@media (max-width: 1399px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(3) {
    max-width: 340px;
    margin-top: -200px;
  }
}
@media (max-width: 1199px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(3) {
    max-width: 290px;
    margin-top: -130px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(3) {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-3 .grid:nth-child(3) {
    max-width: unset;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid {
    max-width: unset;
    position: unset;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5 .sortable-gallery .gallery-grids .item-1 .grid img {
    height: 100%;
    width: 100%;
  }
}

/* 11.4 Event Section Style 5 */
.wpo-event-section-s5 {
  background-color: #F2F2F2;
}
@media (max-width: 991px) {
  .wpo-event-section-s5 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section-s5 {
    padding-bottom: 60px;
  }
}
.wpo-event-section-s5 .event-left-image img {
  min-height: 1100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .wpo-event-section-s5 .event-left-image img {
    min-height: 950px;
  }
}
@media (max-width: 991px) {
  .wpo-event-section-s5 .event-left-image img {
    min-height: auto;
  }
}
.wpo-event-section-s5 .event-right-content {
  margin-left: -120px;
}
@media (max-width: 991px) {
  .wpo-event-section-s5 .event-right-content {
    margin-left: 0;
    padding: 0 15px;
    padding-top: 40px;
  }
}
.wpo-event-section-s5 .event-right-content .event-title {
  margin-bottom: 65px;
  margin-left: -100px;
}
@media (max-width: 991px) {
  .wpo-event-section-s5 .event-right-content .event-title {
    margin-left: 0;
    margin-bottom: 35px;
  }
}
.wpo-event-section-s5 .event-right-content .event-title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .wpo-event-section-s5 .event-right-content .event-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-event-section-s5 .event-right-content .event-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section-s5 .event-right-content .event-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-event-section-s5 .event-right-content .event-title h2 {
    font-size: 40px;
  }
}
.wpo-event-section-s5 .event-right-content .event-item {
  display: flex;
  margin-bottom: 60px;
  gap: 80px;
}
@media (max-width: 991px) {
  .wpo-event-section-s5 .event-right-content .event-item {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-event-section-s5 .event-right-content .event-item {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.wpo-event-section-s5 .event-right-content .event-item:last-child {
  margin-bottom: 0;
}
.wpo-event-section-s5 .event-right-content .event-item .image {
  position: relative;
}
.wpo-event-section-s5 .event-right-content .event-item .image::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  content: "";
  border: 1px solid #fff;
  z-index: 1;
}
@media (max-width: 575px) {
  .wpo-event-section-s5 .event-right-content .event-item .image::before {
    width: 95%;
    height: 95%;
  }
}
.wpo-event-section-s5 .event-right-content .event-item .event-text {
  width: 100%;
  max-width: 430px;
}
@media (max-width: 1199px) {
  .wpo-event-section-s5 .event-right-content .event-item .event-text {
    max-width: 390px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section-s5 .event-right-content .event-item .event-text {
    max-width: 340px;
  }
}
.wpo-event-section-s5 .event-right-content .event-item .event-text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .wpo-event-section-s5 .event-right-content .event-item .event-text h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-event-section-s5 .event-right-content .event-item .event-text h3 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-event-section-s5 .event-right-content .event-item .event-text h3 {
    font-size: 25px;
  }
}
.wpo-event-section-s5 .event-right-content .event-item .event-text .event-timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-event-section-s5 .event-right-content .event-item .event-text .event-timeline {
    gap: 15px;
    margin-bottom: 10px;
  }
}
.wpo-event-section-s5 .event-right-content .event-item .event-text .event-timeline:last-child {
  margin-bottom: 0;
}
.wpo-event-section-s5 .event-right-content .event-item .event-text .event-timeline span {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #595959;
  max-width: 110px;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-event-section-s5 .event-right-content .event-item .event-text .event-timeline span {
    font-size: 18px;
    line-height: 27px;
    max-width: 96px;
  }
}
@media (max-width: 575px) {
  .wpo-event-section-s5 .event-right-content .event-item .event-text .event-timeline span {
    font-size: 16px;
    line-height: 23px;
    max-width: 86px;
  }
}
.wpo-event-section-s5 .event-right-content .event-item .event-text .event-timeline .line {
  max-width: unset;
  width: 130px;
  height: 1px;
  background-color: #333333;
}
.wpo-event-section-s5 .container-fluid {
  padding: 0;
}
.wpo-event-section-s5 .col {
  min-height: 100%;
}

/* 11.5 Contact Section Style 7 */
.wpo-contact-section-s7 {
  padding: 150px 0;
}
@media (max-width: 991px) {
  .wpo-contact-section-s7 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s7 {
    padding: 60px 0;
  }
}
.wpo-contact-section-s7 .contact-wrap {
  max-width: 1600px;
  margin: 0 auto;
}
.wpo-contact-section-s7 .container-fluid {
  padding: 0 15px;
}
.wpo-contact-section-s7 .contact-left-image {
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-contact-section-s7 .contact-left-image {
    margin-bottom: 40px;
  }
}
.wpo-contact-section-s7 .wpo-contact-card {
  margin-right: 0;
}
@media (max-width: 991px) {
  .wpo-contact-section-s7 .wpo-contact-card {
    margin: 0 auto;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section-s7 .wpo-contact-card .contact-all-item {
    padding: 70px 35px 90px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s7 .wpo-contact-card .contact-all-item {
    padding: 40px 20px 40px;
  }
}
.wpo-contact-section-s7 .contact-left-image {
  position: relative;
  z-index: 1;
}
.wpo-contact-section-s7 .contact-left-image .shape {
  position: absolute;
  z-index: -1;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s7 .contact-left-image .shape {
    max-width: 300px;
  }
}
.wpo-contact-section-s7 .contact-left-image .shape-left {
  left: -50px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s7 .contact-left-image .shape-left {
    left: -30px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s7 .contact-left-image .shape-left {
    left: 60px;
  }
}
.wpo-contact-section-s7 .contact-left-image .shape-right {
  right: -80px;
  bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s7 .contact-left-image .shape-right {
    right: -40px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s7 .contact-left-image .shape-right {
    right: 30px;
  }
}

/*======================================
12.0 Home Page Nine
 =======================================*/
/* 12.1 Wedding Date Section Style 3 */
.wpo-wedding-date-s3 {
  background-color: transparent;
  padding: 0;
  margin-top: -120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-wedding-date-s3 {
    padding: 90px 0;
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .wpo-wedding-date-s3 {
    padding: 60px 0;
    padding-bottom: 0;
  }
}
.wpo-wedding-date-s3 .wedding-date-wrap #clock .box {
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
}
.wpo-wedding-date-s3 .wedding-date-wrap #clock .box:before {
  position: absolute;
  right: 22px;
  bottom: -5px;
  width: 60px;
  height: 160px;
  content: "";
  background: url(../images/wedding-date/img-5.png) no-repeat center center;
  z-index: 1;
  transform: rotate(40deg);
}
@media (max-width: 1199px) {
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .box:before {
    width: 50px;
    height: 150px;
    right: 12px;
    bottom: -20px;
  }
}
.wpo-wedding-date-s3 .wedding-date-wrap #clock .box:nth-child(even):before {
  bottom: auto;
  right: 10px;
  top: -5px;
  transform: rotate(-26deg);
}

/* 12.2 Couple Section Style 7 */
.wpo-couple-section-s7 {
  padding: 200px 0;
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s7 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-couple-section-s7 {
    padding: 60px 0;
  }
}
.wpo-couple-section-s7 .container-fluid {
  padding: 0 12px;
}
.wpo-couple-section-s7 .wpo-couple-wrap {
  display: block;
  margin: 0 auto;
  max-width: 1490px;
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-card {
  margin: 0 auto;
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-text {
  padding: 0;
  border: 0;
  margin: 0 auto;
  max-width: unset;
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle {
  background-color: #fff;
  border-radius: 50%;
  padding: 20px;
  max-width: 540px;
  margin: 0 auto;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
  position: relative;
}
@media (max-width: 991px) {
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle {
    padding: 10px;
  }
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .image {
  border: 1px solid #CCBAB0;
  border-radius: 50%;
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .image img {
  border-radius: 50%;
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .image::before {
  display: none;
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 {
  position: absolute;
  right: auto;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 {
    top: -30px;
  }
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 img {
  transform: rotate(120deg);
}
@media (max-width: 991px) {
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 img {
    max-width: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-1 img {
    padding: 60px 0;
  }
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 {
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 {
    bottom: 0;
  }
}
.wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 img {
  transform: none;
  max-width: 500px;
}
@media (max-width: 991px) {
  .wpo-couple-section-s7 .wpo-couple-wrap .couple-middle .shape-2 img {
    max-width: 300px;
  }
}

/* 12.3 Event Section Style 6 */
.wpo-event-section-s6 .wpo-event-wrap {
  background-color: #F2F4F9;
}

/* 12.4 Contact Section Style 8 */
.wpo-contact-section-s8 {
  background-image: url(../images/hero/bg-shape.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.wpo-contact-section-s8 .contact-all-item .contact-title .title-shape {
  padding-bottom: 20px;
}
.wpo-contact-section-s8 .contact-all-item .contact-title .title-shape img {
  transform: rotate(120deg);
  max-width: 80px;
}
@media (max-width: 991px) {
  .wpo-contact-section-s8 .contact-all-item .contact-title .title-shape img {
    max-width: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s8 .contact-all-item .contact-title .title-shape img {
    max-width: 45px;
  }
}
.wpo-contact-section-s8 .shape-top {
  position: absolute;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s8 .shape-top {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s8 .shape-top {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s8 .shape-top {
    max-width: 250px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s8 .shape-top {
    max-width: 130px;
  }
}
.wpo-contact-section-s8 .shape-1 {
  top: 0;
  left: 0;
}
.wpo-contact-section-s8 .shape-2 {
  top: 0;
  right: 0;
}

/* 12.5 Story Section Style 7 */
.wpo-story-section-s7 .wpo-story-wrap {
  max-width: 1410px;
  margin: 0 auto;
}
.wpo-story-section-s7 .wpo-story-right .story-item {
  max-width: unset;
}
.wpo-story-section-s7 .wpo-story-right .story-item .story-content p {
  max-width: 300px;
}
.wpo-story-section-s7 .wpo-image-item {
  max-width: 400px;
  padding: 5px;
  margin: 5px;
}
@media (max-width: 991px) {
  .wpo-story-section-s7 .wpo-image-item {
    margin: 0 auto;
    padding: 0;
  }
}
.wpo-story-section-s7 .wpo-image-item .image {
  border-radius: 50%;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 425px) {
  .wpo-story-section-s7 .wpo-image-item .image {
    padding: 10px;
  }
}
.wpo-story-section-s7 .wpo-image-item .image img {
  border-radius: 50%;
}
.wpo-story-section-s7 .wpo-story-right {
  display: block;
  position: relative;
}
.wpo-story-section-s7 .wpo-story-right .story-item {
  border-radius: 220px;
  max-width: 440px;
}
@media (max-width: 767px) {
  .wpo-story-section-s7 .wpo-story-right .story-item {
    max-width: 360px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section-s7 .wpo-story-right .story-item {
    padding: 10px;
  }
}
.wpo-story-section-s7 .wpo-story-right .story-item .story-content {
  padding: 110px 30px 110px;
  border-radius: 200px;
}
@media (max-width: 991px) {
  .wpo-story-section-s7 .wpo-story-right .story-item .story-content {
    padding: 90px 20px 90px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section-s7 .wpo-story-right .story-item .story-content h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
.wpo-story-section-s7 .wpo-story-right .shape-1 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-story-section-s7 .wpo-story-right .shape-1 {
    top: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section-s7 .wpo-story-right .shape-1 {
    top: 30px;
  }
}
.wpo-story-section-s7 .wpo-story-right .shape-1 img {
  width: unset;
  transform: rotate(-30deg);
}
@media (max-width: 991px) {
  .wpo-story-section-s7 .wpo-story-right .shape-1 img {
    max-width: 140px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section-s7 .wpo-story-right .shape-1 img {
    max-width: 100px;
  }
}
.wpo-story-section-s7 .wpo-story-right .shape-2 {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .wpo-story-section-s7 .wpo-story-right .shape-2 {
    bottom: 30px;
  }
}
.wpo-story-section-s7 .wpo-story-right .shape-2 img {
  width: unset;
  transform: rotate(165deg);
}
@media (max-width: 991px) {
  .wpo-story-section-s7 .wpo-story-right .shape-2 img {
    max-width: 160px;
  }
}
@media (max-width: 425px) {
  .wpo-story-section-s7 .wpo-story-right .shape-2 img {
    max-width: 120px;
  }
}
.wpo-story-section-s7 .wpo-story-slider .owl-stage-outer {
  padding-top: 50px;
  padding-bottom: 40px;
}

/*======================================
13.0 Home Page Ten
 =======================================*/
/* 13.1 Quote Section Style 3 */
.wpo-quote-section-s3 .quote-wrap,
.wpo-quote-section-s4 .quote-wrap {
  max-width: 1880px;
}
.wpo-quote-section-s3 .quote-all-content,
.wpo-quote-section-s4 .quote-all-content {
  display: flex;
  min-height: 100%;
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content,
  .wpo-quote-section-s4 .quote-all-content {
    flex-direction: column;
  }
}
.wpo-quote-section-s3 .quote-all-content .quote-title,
.wpo-quote-section-s4 .quote-all-content .quote-title {
  max-width: 1040px;
  padding: 0 5px;
  padding-bottom: 180px;
}
@media (max-width: 1600px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title,
  .wpo-quote-section-s4 .quote-all-content .quote-title {
    max-width: 850px;
  }
}
@media (max-width: 1399px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title,
  .wpo-quote-section-s4 .quote-all-content .quote-title {
    max-width: 700px;
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title,
  .wpo-quote-section-s4 .quote-all-content .quote-title {
    max-width: 560px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title,
  .wpo-quote-section-s4 .quote-all-content .quote-title {
    max-width: 560px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title .quote-title-shape,
  .wpo-quote-section-s4 .quote-all-content .quote-title .quote-title-shape {
    max-width: unset;
  }
}
.wpo-quote-section-s3 .quote-all-content .quote-title img,
.wpo-quote-section-s4 .quote-all-content .quote-title img {
  max-width: 90px;
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title img,
  .wpo-quote-section-s4 .quote-all-content .quote-title img {
    max-width: 60px;
  }
}
.wpo-quote-section-s3 .quote-all-content .quote-title h2,
.wpo-quote-section-s4 .quote-all-content .quote-title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 100px;
  line-height: 120px;
  padding-bottom: 15px;
}
@media (max-width: 1600px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title h2,
  .wpo-quote-section-s4 .quote-all-content .quote-title h2 {
    font-size: 85px;
    line-height: 100px;
  }
}
@media (max-width: 1399px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title h2,
  .wpo-quote-section-s4 .quote-all-content .quote-title h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title h2,
  .wpo-quote-section-s4 .quote-all-content .quote-title h2 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title h2,
  .wpo-quote-section-s4 .quote-all-content .quote-title h2 {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title h2,
  .wpo-quote-section-s4 .quote-all-content .quote-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 425px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title h2,
  .wpo-quote-section-s4 .quote-all-content .quote-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
.wpo-quote-section-s3 .quote-all-content .quote-title p,
.wpo-quote-section-s4 .quote-all-content .quote-title p {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title p,
  .wpo-quote-section-s4 .quote-all-content .quote-title p {
    padding-top: 10px;
  }
}
.wpo-quote-section-s3 .quote-all-content .quote-title .line,
.wpo-quote-section-s4 .quote-all-content .quote-title .line {
  width: 2px;
  height: 80px;
  background-color: #73543B;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .quote-title .line,
  .wpo-quote-section-s4 .quote-all-content .quote-title .line {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .image,
  .wpo-quote-section-s4 .quote-all-content .image {
    margin-bottom: 40px;
  }
}
.wpo-quote-section-s3 .quote-all-content .image img,
.wpo-quote-section-s4 .quote-all-content .image img {
  height: auto;
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .image img,
  .wpo-quote-section-s4 .quote-all-content .image img {
    width: 100%;
  }
}
.wpo-quote-section-s3 .quote-all-content .image:last-child,
.wpo-quote-section-s4 .quote-all-content .image:last-child {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wpo-quote-section-s3 .quote-all-content .image:last-child,
  .wpo-quote-section-s4 .quote-all-content .image:last-child {
    margin-bottom: 0;
    display: block;
    min-height: auto;
  }
}

/* 13.2 Event Section Style 7 */
.wpo-event-section-s7 .wpo-event-wrap {
  background-color: #000;
}
.wpo-event-section-s7 .wpo-event-wrap .event-item .event-text h3,
.wpo-event-section-s7 .wpo-event-wrap p {
  color: #fff;
}

/* 13.3 Story Section Style 8 */
.wpo-story-section-s8 {
  background-color: #000;
}
.wpo-story-section-s8 .wpo-section-title h2 {
  color: #fff;
}
.wpo-story-section-s8 .item::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #171717 100%);
}
.wpo-story-section-s8 .slick-prev::before {
  content: url(../images/left-arrow-2.svg);
}
.wpo-story-section-s8 .slick-next::before {
  content: url(../images/right-arrow-2.svg);
}

/* 13.4 Contact Section Style 9 */
.wpo-contact-section-s9 {
  position: relative;
}
@media (max-width: 1600px) {
  .wpo-contact-section-s9 .shape {
    max-width: 250px;
  }
}
@media (max-width: 1399px) {
  .wpo-contact-section-s9 .shape {
    max-width: 180px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s9 .shape {
    max-width: 130px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s9 .shape {
    display: none;
  }
}
.wpo-contact-section-s9 .shape-left {
  left: 40px;
  top: 200px;
  animation: horizontal-2 2s ease-in-out infinite alternate;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s9 .shape-left {
    left: 20px;
  }
}
.wpo-contact-section-s9 .shape-left img {
  transform: rotate(-91deg);
  animation: none;
}
.wpo-contact-section-s9 .shape-left-2 {
  position: absolute;
  left: 70px;
  top: 500px;
  animation: horizontal-2 2s ease-in-out infinite alternate;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s9 .shape-left-2 {
    left: 30px;
    top: 400px;
  }
}
.wpo-contact-section-s9 .shape-left-2 img {
  transform: rotate(63deg);
}
.wpo-contact-section-s9 .shape-right {
  right: 60px;
  top: 200px;
  animation: horizontal 2s ease-in-out infinite alternate;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s9 .shape-right {
    right: 30px;
  }
}
.wpo-contact-section-s9 .shape-right img {
  transform: rotate(-115deg);
  animation: none;
}
.wpo-contact-section-s9 .shape-right-2 {
  position: absolute;
  right: 40px;
  top: 500px;
  animation: horizontal 2s ease-in-out infinite alternate;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s9 .shape-right-2 {
    right: 20px;
    top: 400px;
  }
}
.wpo-contact-section-s9 .shape-right-2 img {
  transform: rotate(90deg);
}

/*======================================
14.0 Home Page Eleven
 =======================================*/
/* 14.1 About Section */
.wpo-about-section .about-wrap,
.wpo-about-section-s2 .about-wrap,
.wpo-about-section-s3 .about-wrap {
  max-width: 1820px;
  margin: 0 auto;
}
.wpo-about-section .about-all-content,
.wpo-about-section-s2 .about-all-content,
.wpo-about-section-s3 .about-all-content {
  display: flex;
  min-height: 100%;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content,
  .wpo-about-section-s2 .about-all-content,
  .wpo-about-section-s3 .about-all-content {
    flex-direction: column;
  }
}
.wpo-about-section .about-all-content .about-title,
.wpo-about-section-s2 .about-all-content .about-title,
.wpo-about-section-s3 .about-all-content .about-title {
  max-width: 920px;
  padding: 0 5px;
}
@media (max-width: 1600px) {
  .wpo-about-section .about-all-content .about-title,
  .wpo-about-section-s2 .about-all-content .about-title,
  .wpo-about-section-s3 .about-all-content .about-title {
    max-width: 850px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section .about-all-content .about-title,
  .wpo-about-section-s2 .about-all-content .about-title,
  .wpo-about-section-s3 .about-all-content .about-title {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .about-title,
  .wpo-about-section-s2 .about-all-content .about-title,
  .wpo-about-section-s3 .about-all-content .about-title {
    max-width: unset;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}
.wpo-about-section .about-all-content .about-title .about-title-shape,
.wpo-about-section-s2 .about-all-content .about-title .about-title-shape,
.wpo-about-section-s3 .about-all-content .about-title .about-title-shape {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .about-title .about-title-shape,
  .wpo-about-section-s2 .about-all-content .about-title .about-title-shape,
  .wpo-about-section-s3 .about-all-content .about-title .about-title-shape {
    max-width: unset;
  }
}
.wpo-about-section .about-all-content .about-title img,
.wpo-about-section-s2 .about-all-content .about-title img,
.wpo-about-section-s3 .about-all-content .about-title img {
  max-width: 90px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .about-title img,
  .wpo-about-section-s2 .about-all-content .about-title img,
  .wpo-about-section-s3 .about-all-content .about-title img {
    max-width: 60px;
  }
}
.wpo-about-section .about-all-content .about-title h2,
.wpo-about-section-s2 .about-all-content .about-title h2,
.wpo-about-section-s3 .about-all-content .about-title h2 {
  margin: 0;
  font-weight: 400;
  font-size: 100px;
  line-height: 120px;
  padding-bottom: 15px;
}
@media (max-width: 1600px) {
  .wpo-about-section .about-all-content .about-title h2,
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 85px;
    line-height: 100px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section .about-all-content .about-title h2,
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .about-all-content .about-title h2,
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .about-title h2,
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .about-all-content .about-title h2,
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section .about-all-content .about-title h2,
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.wpo-about-section .about-all-content .about-title p,
.wpo-about-section-s2 .about-all-content .about-title p,
.wpo-about-section-s3 .about-all-content .about-title p {
  margin: 0;
  padding-top: 20px;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  max-width: 760px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .about-title p,
  .wpo-about-section-s2 .about-all-content .about-title p,
  .wpo-about-section-s3 .about-all-content .about-title p {
    padding-top: 10px;
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .about-all-content .about-title p,
  .wpo-about-section-s2 .about-all-content .about-title p,
  .wpo-about-section-s3 .about-all-content .about-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpo-about-section .about-all-content .about-title .about-btn,
.wpo-about-section-s2 .about-all-content .about-title .about-btn,
.wpo-about-section-s3 .about-all-content .about-title .about-btn {
  padding-top: 30px;
}
@media (max-width: 767px) {
  .wpo-about-section .about-all-content .about-title .about-btn,
  .wpo-about-section-s2 .about-all-content .about-title .about-btn,
  .wpo-about-section-s3 .about-all-content .about-title .about-btn {
    padding-top: 20px;
  }
}
.wpo-about-section .about-all-content .about-title .about-btn .theme-btn,
.wpo-about-section-s2 .about-all-content .about-title .about-btn .theme-btn,
.wpo-about-section-s3 .about-all-content .about-title .about-btn .theme-btn {
  background-color: #73543B;
  border-radius: 25px;
  padding: 16px 35px;
}
@media (max-width: 575px) {
  .wpo-about-section .about-all-content .about-title .about-btn .theme-btn,
  .wpo-about-section-s2 .about-all-content .about-title .about-btn .theme-btn,
  .wpo-about-section-s3 .about-all-content .about-title .about-btn .theme-btn {
    padding: 13px 22px;
  }
}
.wpo-about-section .about-all-content .about-title .line,
.wpo-about-section-s2 .about-all-content .about-title .line,
.wpo-about-section-s3 .about-all-content .about-title .line {
  width: 2px;
  height: 80px;
  background-color: #73543B;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .about-title .line,
  .wpo-about-section-s2 .about-all-content .about-title .line,
  .wpo-about-section-s3 .about-all-content .about-title .line {
    height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .image,
  .wpo-about-section-s2 .about-all-content .image,
  .wpo-about-section-s3 .about-all-content .image {
    margin-bottom: 40px;
  }
}
.wpo-about-section .about-all-content .image img,
.wpo-about-section-s2 .about-all-content .image img,
.wpo-about-section-s3 .about-all-content .image img {
  height: auto;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .image img,
  .wpo-about-section-s2 .about-all-content .image img,
  .wpo-about-section-s3 .about-all-content .image img {
    width: 100%;
  }
}
.wpo-about-section .about-all-content .image:last-child,
.wpo-about-section-s2 .about-all-content .image:last-child,
.wpo-about-section-s3 .about-all-content .image:last-child {
  min-height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .image:last-child,
  .wpo-about-section-s2 .about-all-content .image:last-child,
  .wpo-about-section-s3 .about-all-content .image:last-child {
    margin-bottom: 0;
    display: block;
    min-height: auto;
  }
}
.wpo-about-section .about-all-content .image:last-child,
.wpo-about-section-s2 .about-all-content .image:last-child,
.wpo-about-section-s3 .about-all-content .image:last-child {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-all-content .image:last-child,
  .wpo-about-section-s2 .about-all-content .image:last-child,
  .wpo-about-section-s3 .about-all-content .image:last-child {
    padding-bottom: 0;
  }
}

/* 14.2 Service Section */
.wpo-service-section,
.wpo-service-section-s2,
.wpo-service-section-s3 {
  background-color: #F7F7F7;
}
.wpo-service-section .wpo-service-wrap,
.wpo-service-section-s2 .wpo-service-wrap,
.wpo-service-section-s3 .wpo-service-wrap {
  padding: 150px 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap,
  .wpo-service-section-s2 .wpo-service-wrap,
  .wpo-service-section-s3 .wpo-service-wrap {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section .wpo-service-wrap,
  .wpo-service-section-s2 .wpo-service-wrap,
  .wpo-service-section-s3 .wpo-service-wrap {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.wpo-service-section .wpo-service-wrap .service-item,
.wpo-service-section-s2 .wpo-service-wrap .service-item,
.wpo-service-section-s3 .wpo-service-wrap .service-item {
  text-align: center;
  margin-bottom: 150px;
}
@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .service-item,
  .wpo-service-section-s2 .wpo-service-wrap .service-item,
  .wpo-service-section-s3 .wpo-service-wrap .service-item {
    margin-bottom: 40px;
  }
}
.wpo-service-section .wpo-service-wrap .service-item .icon img,
.wpo-service-section-s2 .wpo-service-wrap .service-item .icon img,
.wpo-service-section-s3 .wpo-service-wrap .service-item .icon img {
  transition: all 0.5s ease-in-out;
}
.wpo-service-section .wpo-service-wrap .service-item .service-text,
.wpo-service-section-s2 .wpo-service-wrap .service-item .service-text,
.wpo-service-section-s3 .wpo-service-wrap .service-item .service-text {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .service-item .service-text,
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-text,
  .wpo-service-section-s3 .wpo-service-wrap .service-item .service-text {
    padding-top: 30px;
  }
}
.wpo-service-section .wpo-service-wrap .service-item .service-text h3,
.wpo-service-section-s2 .wpo-service-wrap .service-item .service-text h3,
.wpo-service-section-s3 .wpo-service-wrap .service-item .service-text h3 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .service-item .service-text h3,
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-text h3,
  .wpo-service-section-s3 .wpo-service-wrap .service-item .service-text h3 {
    font-size: 24px;
  }
}
.wpo-service-section .wpo-service-wrap .service-item .service-text h3 a,
.wpo-service-section-s2 .wpo-service-wrap .service-item .service-text h3 a,
.wpo-service-section-s3 .wpo-service-wrap .service-item .service-text h3 a {
  color: #000;
}
.wpo-service-section .wpo-service-wrap .service-item .service-text p,
.wpo-service-section-s2 .wpo-service-wrap .service-item .service-text p,
.wpo-service-section-s3 .wpo-service-wrap .service-item .service-text p {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .wpo-service-section .wpo-service-wrap .service-item .service-text p,
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-text p,
  .wpo-service-section-s3 .wpo-service-wrap .service-item .service-text p {
    font-size: 18px;
    line-height: 26px;
    padding-top: 10px;
  }
}
.wpo-service-section .wpo-service-wrap .service-item:hover .icon img,
.wpo-service-section-s2 .wpo-service-wrap .service-item:hover .icon img,
.wpo-service-section-s3 .wpo-service-wrap .service-item:hover .icon img {
  transform: rotateY(360deg);
}

/* 14.3 Project Section */
.wpo-project-section .project-slider .owl-nav,
.wpo-project-section-s2 .project-slider .owl-nav,
.wpo-project-section-s3 .project-slider .owl-nav {
  display: none;
}
.wpo-project-section .project-slider .owl-dots,
.wpo-project-section-s2 .project-slider .owl-dots,
.wpo-project-section-s3 .project-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .wpo-project-section .project-slider .owl-dots,
  .wpo-project-section-s2 .project-slider .owl-dots,
  .wpo-project-section-s3 .project-slider .owl-dots {
    display: none;
  }
}
.wpo-project-section .project-slider .owl-dots button,
.wpo-project-section-s2 .project-slider .owl-dots button,
.wpo-project-section-s3 .project-slider .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
  background-color: #D9D9D9;
}
.wpo-project-section .project-slider .owl-dots button.active,
.wpo-project-section-s2 .project-slider .owl-dots button.active,
.wpo-project-section-s3 .project-slider .owl-dots button.active {
  background: #73543B;
}
.wpo-project-section .project-all-items,
.wpo-project-section-s2 .project-all-items,
.wpo-project-section-s3 .project-all-items {
  max-width: 1740px;
  margin: 0 auto;
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder {
  overflow: hidden;
  position: relative;
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder img,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder img,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transform: scale(1);
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  transition: all 0.3s;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content {
    max-width: unset;
  }
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content .project-text,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content .project-text,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content .project-text {
  background-color: #fff;
  padding: 25px 25px 20px;
}
@media (max-width: 1199px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content .project-text,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content .project-text,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content .project-text {
    padding: 15px 10px 10px;
  }
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content h3,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content h3,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content h3 {
  margin: 0;
  font-weight: 400;
  font-size: 35px;
  line-height: 100%;
  color: #000;
}
@media (max-width: 1600px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content h3,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content h3,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content h3 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content h3,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content h3,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content h3,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content h3,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content h3 {
    font-size: 22px;
  }
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content h3 a,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content h3 a,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content h3 a {
  color: #000;
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content span,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content span,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content span {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #73543B;
}
@media (max-width: 991px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content span,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content span,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder .project-content span,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder .project-content span,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder .project-content span {
    font-size: 15px;
  }
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder:hover .project-content,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder:hover .project-content,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder:hover .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
@media (max-width: 1600px) {
  .wpo-project-section .project-all-items .project-wrap .project-items .img-holder:hover .project-content,
  .wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder:hover .project-content,
  .wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder:hover .project-content {
    bottom: 20px;
  }
}
.wpo-project-section .project-all-items .project-wrap .project-items .img-holder:hover img,
.wpo-project-section-s2 .project-all-items .project-wrap .project-items .img-holder:hover img,
.wpo-project-section-s3 .project-all-items .project-wrap .project-items .img-holder:hover img {
  transform: scale(1.2);
}

/* 14.4 Testimonial Section Style 2 */
.wpo-testimonial-section-s2 {
  padding: 140px 0 150px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 {
    padding: 80px 0 90px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s2 {
    padding: 50px 0 60px;
  }
}

/* 14.5 Team Section */
.wpo-team-section,
.wpo-team-section-s2 {
  background-color: #E6DCD0;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-team-section,
  .wpo-team-section-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section,
  .wpo-team-section-s2 {
    padding-bottom: 30px;
  }
}
.wpo-team-section .wpo-team-wrap,
.wpo-team-section-s2 .wpo-team-wrap {
  max-width: 1620px;
  margin: 0 auto;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item {
  margin-bottom: 30px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img {
  width: 100%;
  overflow: hidden;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  transition: all 700ms linear;
  transform: scale(1);
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  width: 100%;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img {
  transform: scale(1.1);
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .inner-image::after,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item:hover .inner-image::after {
  height: 250%;
  transition: all 700ms linear;
  background-color: transparent;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text,
  .wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text {
    margin-top: 20px;
  }
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  color: #000;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a {
  color: #000;
}
@media (max-width: 1199px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a,
  .wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a,
  .wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a {
    font-size: 30px;
  }
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span,
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text span {
  color: #73543B;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 767px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span,
  .wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-text span {
    font-size: 16px;
  }
}

/* 14.6 Pricing Section */
.wpo-pricing-section,
.wpo-pricing-section-s2 {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  background-color: #EBECE6;
}
@media (max-width: 991px) {
  .wpo-pricing-section,
  .wpo-pricing-section-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-section,
  .wpo-pricing-section-s2 {
    padding-bottom: 30px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item-inner {
  padding: 55px 80px;
}
@media (max-width: 1399px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item-inner {
    padding: 55px 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item-inner {
    padding: 40px 30px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item {
  position: relative;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  z-index: 1;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #73543B;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top span,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top span {
  color: #5C5C5C;
  display: block;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top span,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top span {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top span,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top span {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2 {
  color: #73543B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 70px;
  line-height: 100%;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2 {
    font-size: 50px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2 span,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2 span {
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
  color: #525252;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  font-family: "Lato";
}
@media (max-width: 575px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2 span,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top h2 span {
    font-size: 16px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
    padding-top: 30px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom ul,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom ul {
  list-style: none;
  padding-bottom: 20px;
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom ul li,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom ul li {
  color: #5C5C5C;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom ul li,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom ul li {
    font-size: 16px;
    padding-bottom: 15px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .theme-btn,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .theme-btn {
  text-transform: capitalize;
  background: transparent;
  border: 1px solid #73543B;
  color: #73543B;
  padding: 15px 35px;
}
@media (max-width: 575px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .theme-btn,
  .wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .theme-btn {
    padding: 10px 25px;
  }
}
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .theme-btn:hover,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .theme-btn:hover {
  color: #fff;
}
.wpo-pricing-section .wpo-pricing-wrap .col:nth-child(2) .wpo-pricing-item .wpo-pricing-bottom .theme-btn,
.wpo-pricing-section-s2 .wpo-pricing-wrap .col:nth-child(2) .wpo-pricing-item .wpo-pricing-bottom .theme-btn {
  background: #73543B;
  color: #fff;
  border-color: #73543B;
}

/*======================================
15.0 Home Page Twelve
 =======================================*/
/* 15.1 Service Section Style 2 */
.wpo-service-section-s2 {
  background-color: #F6F3EE;
}
.wpo-service-section-s2 .wpo-service-wrap {
  padding: 0;
}
.wpo-service-section-s2 .wpo-service-wrap .service-item {
  margin: 0;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding: 30px 0;
  gap: 30px;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item {
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item {
    flex-direction: column;
    text-align: center;
  }
}
.wpo-service-section-s2 .wpo-service-wrap .service-item:last-child {
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .image {
    max-width: 215px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .image {
    max-width: 120px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .image {
    max-width: unset;
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .image img {
    width: 100%;
  }
}
.wpo-service-section-s2 .wpo-service-wrap .service-item .service-card {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-card {
    display: block;
    width: 100%;
  }
}
.wpo-service-section-s2 .wpo-service-wrap .service-item .service-card h3 {
  font-size: 60px;
}
@media (max-width: 1399px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-card h3 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-card h3 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-card h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-card h3 {
    font-size: 23px;
  }
}
.wpo-service-section-s2 .wpo-service-wrap .service-item .service-card .service-text {
  padding-top: 0;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-card .service-text {
    margin-left: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .service-card .service-text {
    margin-left: 10px;
  }
}
.wpo-service-section-s2 .wpo-service-wrap .service-item .content a {
  color: #000;
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  text-transform: uppercase;
  font-family: "Derivia";
  position: relative;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  color: #000;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .content a {
    font-size: 20px;
    padding-left: 10px;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .content a {
    font-size: 17px;
  }
}
.wpo-service-section-s2 .wpo-service-wrap .service-item .content a::before {
  position: absolute;
  content: "";
  left: 0;
  top: -17px;
  width: 1px;
  height: 60px;
  background-color: #73543B;
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .content a::before {
    display: none;
  }
}
.wpo-service-section-s2 .wpo-service-wrap .service-item .content a i {
  font-size: 28px;
  transform: rotate(45deg);
  font-weight: 200;
  color: #000;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .wpo-service-wrap .service-item .content a i {
    font-size: 22px;
  }
}

/* 15.2 Project Section Style 2 */
.wpo-project-section-s2 {
  background-color: #F6F3EE;
}
.wpo-project-section-s2 .container-fluid {
  padding: 0;
}
.wpo-project-section-s2 .project-all-items {
  max-width: unset;
}
.wpo-project-section-s2 .project-all-items .project-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.wpo-project-section-s2 .project-all-items .project-wrap .swiper-slide {
  max-width: 635px;
}
@media (max-width: 991px) {
  .wpo-project-section-s2 .project-all-items .project-wrap .swiper-slide {
    max-width: 400px;
  }
}
@media (max-width: 575px) {
  .wpo-project-section-s2 .project-all-items .project-wrap .swiper-slide {
    max-width: 300px;
  }
}
@media (max-width: 425px) {
  .wpo-project-section-s2 .project-all-items .project-wrap .swiper-slide {
    max-width: 250px;
  }
}
.wpo-project-section-s2 .project-all-items .project-wrap .swiper-slide .img-holder .project-content {
  left: 50%;
  transform: translateX(-50%);
  max-width: 320px;
}
@media (max-width: 575px) {
  .wpo-project-section-s2 .project-all-items .project-wrap .swiper-slide .img-holder .project-content {
    max-width: 220px;
  }
}
.wpo-project-section-s2 .project-all-items .project-wrap:last-child {
  margin-top: 10px;
}

/* 15.3 Testimonial Section Style 3 */
.wpo-testimonial-section-s3 {
  background-color: #F6F3EE;
}

/* 15.4 Contact Section Style 10 */
.wpo-contact-section-s10 {
  background-color: #F6F3EE;
}
.wpo-contact-section-s10 .contact-wrap {
  max-width: 1740px;
}
.wpo-contact-section-s10 .contact-wrap .contact-title {
  top: 33%;
}
@media (max-width: 991px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title {
    top: 0;
  }
}
.wpo-contact-section-s10 .contact-wrap .contact-title h2 {
  font-size: 80px;
}
@media (max-width: 1399px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title h2 {
    font-size: 30px;
  }
}
.wpo-contact-section-s10 .contact-wrap .contact-title p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title p {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .wpo-contact-section-s10 .contact-wrap .contact-title p {
    font-size: 16px;
  }
}
.wpo-contact-section-s10 .contact-wrap .wpo-contact-section-wrapper {
  margin-top: -315px;
}
@media (max-width: 991px) {
  .wpo-contact-section-s10 .contact-wrap .wpo-contact-section-wrapper {
    margin-top: 0;
  }
}
.wpo-contact-section-s10 .contact-image-bg img {
  min-height: 660px;
}
@media (max-width: 991px) {
  .wpo-contact-section-s10 .contact-image-bg img {
    min-height: 200px;
  }
}
.wpo-contact-section-s10 .contact-wrap .bg-image::before {
  background: rgba(0, 0, 0, 0.2);
  opacity: 100%;
}

/* 15.5 Fun Fact Section Style 3 */
.wpo-fun-fact-section-s3 {
  background-color: #F6F3EE;
}

/* 15.6 Blog Section Style 2 */
.wpo-blog-section-s2 {
  background-color: #F6F3EE;
}

/* 15.7 Portfolio Section Style 5 */
.wpo-portfolio-section-s5 {
  background-color: #F6F3EE;
}

/*======================================
16.0 Home Page Thirteen
 =======================================*/
/* 16.1 About Section Style 2 */
.wpo-about-section-s2 .about-image,
.wpo-about-section-s3 .about-image {
  margin-right: 40px;
}
@media (max-width: 1399px) {
  .wpo-about-section-s2 .about-image,
  .wpo-about-section-s3 .about-image {
    margin: 0;
  }
}
.wpo-about-section-s2 .about-image img,
.wpo-about-section-s3 .about-image img {
  width: 100%;
}
.wpo-about-section-s2 .about-all-content,
.wpo-about-section-s3 .about-all-content {
  display: block;
  text-align: start;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-all-content,
  .wpo-about-section-s3 .about-all-content {
    text-align: center;
    margin-top: 40px;
  }
}
.wpo-about-section-s2 .about-all-content .about-title,
.wpo-about-section-s3 .about-all-content .about-title {
  padding: 0;
}
.wpo-about-section-s2 .about-all-content .about-title h2,
.wpo-about-section-s3 .about-all-content .about-title h2 {
  font-size: 80px;
  line-height: 100px;
  padding: 0;
}
@media (max-width: 1399px) {
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-all-content .about-title h2,
  .wpo-about-section-s3 .about-all-content .about-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.wpo-about-section-s2 .about-all-content .about-title p,
.wpo-about-section-s3 .about-all-content .about-title p {
  max-width: 595px;
  margin: 0;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-all-content .about-title p,
  .wpo-about-section-s3 .about-all-content .about-title p {
    margin: 0 auto;
  }
}
.wpo-about-section-s2 .about-all-content .about-title .about-btn,
.wpo-about-section-s3 .about-all-content .about-title .about-btn {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-all-content .about-title .about-btn,
  .wpo-about-section-s3 .about-all-content .about-title .about-btn {
    padding-top: 25px;
  }
}
.wpo-about-section-s2 .about-all-content .about-title .about-btn .theme-btn,
.wpo-about-section-s3 .about-all-content .about-title .about-btn .theme-btn {
  border-radius: 0;
  text-transform: capitalize;
}

/* 16.2 Service Section Style 3 */
.wpo-service-section-s3 {
  background-color: #E6DCD0;
  padding-bottom: 85px;
}
@media (max-width: 991px) {
  .wpo-service-section-s3 {
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s3 {
    padding-bottom: 25px;
  }
}
.wpo-service-section-s3 .wpo-service-wrap {
  max-width: 1650px;
  margin: 0 auto;
  padding: 0;
}
.wpo-service-section-s3 .wpo-service-wrap .service-item {
  margin-bottom: 30px;
}
.wpo-service-section-s3 .wpo-service-wrap .service-item .image {
  padding: 20px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background-color: #EEE4D8;
}
@media (max-width: 575px) {
  .wpo-service-section-s3 .wpo-service-wrap .service-item .image {
    padding: 10px;
  }
}
.wpo-service-section-s3 .wpo-service-wrap .service-item .image .inner-image {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.wpo-service-section-s3 .wpo-service-wrap .service-item .image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  transition: all 700ms linear;
}
.wpo-service-section-s3 .wpo-service-wrap .service-item .service-text h3 {
  font-size: 40px;
}
@media (max-width: 1399px) {
  .wpo-service-section-s3 .wpo-service-wrap .service-item .service-text h3 {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section-s3 .wpo-service-wrap .service-item .service-text h3 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s3 .wpo-service-wrap .service-item .service-text h3 {
    font-size: 24px;
  }
}
.wpo-service-section-s3 .wpo-service-wrap .service-item:hover img {
  transform: scale(1.2);
}
.wpo-service-section-s3 .wpo-service-wrap .service-item:hover .inner-image::after {
  height: 250%;
  transition: all 700ms linear;
  background-color: transparent;
}

/* 16.3 Project Section Style 3 */
.wpo-project-section-s3 .container-fluid {
  padding: 0;
}
@media (max-width: 991px) {
  .wpo-project-section-s3 .container-fluid {
    padding: 0 12px;
  }
}
.wpo-project-section-s3 .project-all-items {
  max-width: unset;
}

/* 16.4 Team Section Style 2 */
.wpo-team-section-s2 {
  background-color: transparent;
}
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img {
  padding: 20px;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 575px) {
  .wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img {
    padding: 10px;
  }
}
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img .inner-image {
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
.wpo-team-section-s2 .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  border-radius: 50%;
}

/* 16.5 Pricing Section Style 2 */
.wpo-pricing-section-s2 {
  background-image: url(../images/pricing/bg.jpg);
  position: relative;
  z-index: 1;
}
.wpo-pricing-section-s2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  z-index: -1;
}
.wpo-pricing-section-s2 .wpo-section-title h2 {
  color: #fff;
}

/* Pricing Section Style 2 */
@media (max-width: 991px) {
  .wpo-portfolio-section.style-1 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section.style-1 {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section.style-1 {
    padding-top: 60px;
  }
}

/* Contact Section Style 5 Style-2 */
.wpo-contact-section-s5.style-2 {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-contact-section-s5.style-2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section-s5.style-2 {
    padding: 60px 0;
  }
}

/* Wedding Date Style 3 Style-2 */
.wpo-wedding-date-s3.style-2 {
  margin: 0;
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-wedding-date-s3.style-2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-wedding-date-s3.style-2 {
    padding: 60px 0;
  }
}

/* Portfolio Section Style-2 */
.wpo-portfolio-section.style-2 {
  padding-top: 160px;
}
@media (max-width: 991px) {
  .wpo-portfolio-section.style-2 {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-section.style-2 {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-section.style-2 {
    padding-top: 60px;
  }
}

/* Pricing Section Style-2 */
.wpo-pricing-section.style-2 {
  background-color: transparent;
}

/* Team Section Style-2 */
.wpo-team-section.style-2 {
  background-color: transparent;
}

/* Gallery Section Style-2 */
.wpo-gallery-section-s5.style-2 {
  padding: 130px 0 140px;
}
@media (max-width: 991px) {
  .wpo-gallery-section-s5.style-2 {
    padding: 90px 0 80px;
  }
}
@media (max-width: 767px) {
  .wpo-gallery-section-s5.style-2 {
    padding: 60px 0 50px;
  }
}

/* Story Section Style-2 */
.wpo-story-section.style-2 {
  background-color: transparent;
}
.wpo-story-section.style-2 .theme-btn-s2 {
  background-color: #73543B;
  color: #fff;
}

/* Story Section Style 2 Style-3 */
.wpo-story-section-s2.style-3 {
  background-color: transparent;
}

/* Project Section Style 2 Style-3 */
.wpo-project-section-s2.style-3 {
  background-color: transparent;
}

/* Story Section Style 3 Style-4 */
.wpo-story-section-s3.style-4 {
  background-color: transparent;
}

/* Service Section Style 3 Style-3 */
.wpo-service-section-s3.style-3 {
  background-color: transparent;
}

/*======================================
17.0 Shop Home Page One
 =======================================*/
/* 17.1 About Section Style 3 */
.wpo-about-section-s3 .about-image {
  margin: 0;
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-image {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
.wpo-about-section-s3 .about-image .image {
  max-width: 400px;
  position: relative;
  text-align: left;
  right: -235px;
  margin-left: auto;
}
@media (max-width: 1820px) {
  .wpo-about-section-s3 .about-image .image {
    right: -115px;
  }
}
@media (max-width: 1600px) {
  .wpo-about-section-s3 .about-image .image {
    right: -20px;
  }
}
@media (max-width: 1399px) {
  .wpo-about-section-s3 .about-image .image {
    right: 0;
  }
}
.wpo-about-section-s3 .about-image .image:last-child {
  margin-top: -210px;
  margin-left: 0;
  margin-right: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .wpo-about-section-s3 .about-image .image:last-child {
    margin-top: -120px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s3 .about-image .image:last-child {
    margin-top: 0;
  }
}
.wpo-about-section-s3 .about-all-content .about-title h2 {
  max-width: 820px;
}
.wpo-about-section-s3 .about-all-content .about-title .about-btn .theme-btn {
  box-shadow: -10px -10px 20px 0px rgba(119, 119, 119, 0.15);
}

/* 17.2 Product Section Style 3 */
.wpo-product-section-s2,
.wpo-product-section-s3 {
  background-color: #F7F7F7;
}
.wpo-product-section-s2 .product-all,
.wpo-product-section-s3 .product-all {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 50px;
}
.wpo-product-section-s2 .product-all .theme-btn-s2,
.wpo-product-section-s3 .product-all .theme-btn-s2 {
  text-transform: capitalize;
  background-color: #CCBAB0;
  font-weight: 500;
  padding: 16px 30px;
  box-shadow: -10px -10px 20px 0px rgba(119, 119, 119, 0.15);
}

/* 17.3 Category Section */
.wpo-category-section {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .wpo-category-section {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-category-section {
    padding-bottom: 30px;
  }
}
.wpo-category-section .wpo-category-wrap {
  padding: 0 30px;
}
@media (max-width: 1399px) {
  .wpo-category-section .wpo-category-wrap {
    padding: 0;
  }
}
.wpo-category-section .wpo-category-item {
  position: relative;
}
@media (max-width: 767px) {
  .wpo-category-section .wpo-category-item {
    margin-bottom: 30px;
  }
}
.wpo-category-section .wpo-category-item .wpo-category-text {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 30px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-category-section .wpo-category-item .wpo-category-text {
    padding: 15px 10px;
  }
}
.wpo-category-section .wpo-category-item .wpo-category-text h3 {
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
@media (max-width: 1399px) {
  .wpo-category-section .wpo-category-item .wpo-category-text h3 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-category-section .wpo-category-item .wpo-category-text h3 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-category-section .wpo-category-item .wpo-category-text h3 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-category-section .wpo-category-item .wpo-category-text h3 {
    font-size: 35px;
    margin-bottom: 5px;
  }
}
.wpo-category-section .wpo-category-item .wpo-category-text h3 a {
  color: #fff;
}
.wpo-category-section .wpo-category-item .wpo-category-text p {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-category-section .wpo-category-item .wpo-category-text p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .wpo-category-section .wpo-category-item .wpo-category-text p {
    font-size: 16px;
    line-height: 24px;
  }
}

/*======================================
18.0 Shop Home Page Two
 =======================================*/
/* 18.1 Offer Section */
.wpo-offer-section {
  background-image: url(../images/offer-image/img-1.jpg);
}
.wpo-offer-section .wpo-offer-wrap {
  padding: 130px 0;
  padding-left: 130px;
}
@media (max-width: 991px) {
  .wpo-offer-section .wpo-offer-wrap {
    padding: 90px 0;
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-offer-section .wpo-offer-wrap {
    padding: 60px 0;
    padding-left: 0;
  }
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-items {
  border: 1px solid #FFF;
  backdrop-filter: blur(20px);
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  background: linear-gradient(140.43deg, rgba(255, 255, 255, 0.7) 13.65%, rgba(255, 255, 255, 0.4) 91.31%);
  padding: 30px;
  max-width: 560px;
  position: relative;
}
@media (max-width: 575px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-items {
    padding: 10px;
  }
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item {
  padding: 70px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
  background-size: contain;
  border: 1px solid #73543B;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-item {
    padding: 50px 40px;
  }
}
@media (max-width: 575px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-item {
    padding: 30px;
  }
}
@media (max-width: 500px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-item {
    width: 100%;
    background: none;
  }
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right {
  text-align: center;
  position: relative;
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right p {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #3F3F3F;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right p {
    font-size: 18px;
  }
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right ul li {
  color: #3F3F3F;
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right ul li h2 {
  margin: 0;
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  color: #3F3F3F;
}
@media (max-width: 767px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right ul li h2 {
    font-size: 80px;
  }
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right ul li h2 span {
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  font-family: "Derivia";
}
@media (max-width: 767px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right ul li h2 span {
    font-size: 35px;
  }
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right ul li:last-child {
  font-weight: 400;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right .theme-btn {
  background-color: #CCBAB0;
  color: #73543B;
  margin-top: 10px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 575px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right .theme-btn {
    font-size: 18px;
  }
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right .theme-btn:hover {
  color: #fff;
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right .middle-shape {
  position: absolute;
  left: 0;
  top: -25px;
}
@media (max-width: 991px) {
  .wpo-offer-section .wpo-offer-wrap .wpo-offer-item .wpo-offer-right .middle-shape {
    display: none;
  }
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .shape-3 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.wpo-offer-section .wpo-offer-wrap .wpo-offer-item .shape-4 {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* 18.2 Product Section Style 3 */
.wpo-product-section-s3 {
  background-color: #fff;
}

/* 18.3 Blog Section Style 3 */
.wpo-blog-section-s3 {
  background-color: #F7F7F7;
}

/* Service Section Style 3 Style-2 */
.wpo-service-section-s3.style-2 {
  background-color: transparent;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .wpo-service-section-s3.style-2 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s3.style-2 {
    padding-bottom: 60px;
  }
}
.wpo-service-section-s3.style-2 .wpo-service-wrap {
  max-width: 1645px;
  margin: 0 auto;
}
.wpo-service-section-s3.style-2 .wpo-service-wrap .service-item {
  max-width: 230px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3.style-2 .wpo-service-wrap .service-item {
    width: 30%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .wpo-service-section-s3.style-2 .wpo-service-wrap .service-item {
    width: 46%;
  }
}
@media (max-width: 425px) {
  .wpo-service-section-s3.style-2 .wpo-service-wrap .service-item {
    width: 100%;
  }
}
.wpo-service-section-s3.style-2 .wpo-service-wrap .service-item .service-text h3 {
  font-size: 20px;
  font-family: "Lato";
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .wpo-service-section-s3.style-2 .wpo-service-wrap .service-item .service-text h3 {
    font-size: 18px;
  }
}
.wpo-service-section-s3.style-2 .wpo-service-wrap .service-item .image {
  background-color: #fff;
  padding: 15px;
}
.wpo-service-section-s3.style-2 .hidden {
  display: none;
}
.wpo-service-section-s3.style-2 .service-all-content {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199px) {
  .wpo-service-section-s3.style-2 .service-all-content {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/*======================================
22.0 Service Single Page
 =======================================*/
/* service-single-page */
.wpo-service-single-page {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .wpo-service-single-page {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-page {
    padding: 60px 0;
  }
}
.wpo-service-single-page .container-fluid {
  margin: 0 auto;
  max-width: 1720px;
}
.wpo-service-single-page .service-title {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.wpo-service-single-page h2 {
  font-size: 80px;
  font-weight: 400;
  line-height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .wpo-service-single-page h2 {
    font-size: 70px;
    line-height: 85px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-single-page h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-page h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-service-single-page h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-service-single-page p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 991px) {
  .wpo-service-single-page p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-service-single-page p {
    font-size: 16px;
    line-height: 27px;
  }
}
.wpo-service-single-page p span {
  color: #000;
  font-size: 50px;
}
@media (max-width: 1399px) {
  .wpo-service-single-page p span {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-service-single-page p span {
    font-size: 28px;
  }
}
.wpo-service-single-page .service-top-image {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .wpo-service-single-page .service-top-image {
    margin-bottom: 50px;
  }
}
.wpo-service-single-page .service-top-image img {
  width: 100%;
}
.wpo-service-single-page .service-top-item .content {
  max-width: 999px;
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-top-item .content {
    text-align: center;
    padding-bottom: 30px;
  }
}
.wpo-service-single-page .service-top-item .video {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 578px;
  position: relative;
  margin-left: auto;
}
@media (max-width: 1399px) {
  .wpo-service-single-page .service-top-item .video {
    height: 478px;
  }
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-top-item .video {
    margin-left: 0;
    max-width: 590px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-top-item .video {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-page .service-top-item .video {
    height: 300px;
  }
}
.wpo-service-single-page .service-top-item .video-holder {
  text-align: center;
}
.wpo-service-single-page .service-top-item .video-holder:hover:before {
  opacity: 0.8;
}
.wpo-service-single-page .service-top-item .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 83px;
  height: 83px;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-service-single-page .service-top-item .video-holder a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.wpo-service-single-page .service-top-item .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-service-single-page .service-top-item .video-holder a:after {
    width: 70px;
    height: 70px;
    left: -6px;
    top: -6px;
  }
}
.wpo-service-single-page .service-top-item .video-holder .fi:before {
  font-size: 24px;
  font-size: 1.3333333333rem;
  color: #73543B;
}
.wpo-service-single-page .dream-wrap {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-top: 110px;
}
@media (max-width: 1199px) {
  .wpo-service-single-page .dream-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .wpo-service-single-page .dream-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-page .dream-wrap {
    padding-top: 50px;
  }
}
.wpo-service-single-page .dream-wrap .image-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: calc(100% - 588px);
}
@media (max-width: 1599px) {
  .wpo-service-single-page .dream-wrap .image-wrap {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1399px) {
  .wpo-service-single-page .dream-wrap .image-wrap {
    width: calc(100% - 700px);
  }
}
@media (max-width: 1199px) {
  .wpo-service-single-page .dream-wrap .image-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-page .dream-wrap .image-wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.wpo-service-single-page .dream-wrap .image-wrap .image {
  width: 100%;
}
.wpo-service-single-page .dream-wrap .image-wrap .image img {
  width: 100%;
}
.wpo-service-single-page .dream-wrap .service-title {
  max-width: 588px;
  padding-left: 70px;
}
@media (max-width: 1599px) {
  .wpo-service-single-page .dream-wrap .service-title {
    padding-left: 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-service-single-page .dream-wrap .service-title {
    max-width: 700px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-single-page .dream-wrap .service-title {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .wpo-service-single-page .dream-wrap .service-title {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.wpo-service-single-page .service-business-wrap {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-business-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-page .service-business-wrap {
    padding-top: 50px;
  }
}
.wpo-service-single-page .service-business-wrap .service-title h2 {
  max-width: 600px;
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-business-wrap .service-title h2 {
    margin: 0 auto;
  }
}
.wpo-service-single-page .service-business-wrap .image-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .wpo-service-single-page .service-business-wrap .image-wrap {
    flex-direction: column;
    justify-content: center;
  }
}
.wpo-service-single-page .service-business-wrap .image-wrap .image {
  width: 100%;
}
.wpo-service-single-page .service-business-wrap .image-wrap .image img {
  width: 100%;
}
.wpo-service-single-page .service-business-wrap .image-wrap .col:last-child {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-business-wrap .image-wrap .col:last-child {
    display: block;
  }
}
.wpo-service-single-page .service-business-wrap .image-wrap .col:last-child .image {
  max-width: 550px;
  max-height: 408px;
}
@media (max-width: 991px) {
  .wpo-service-single-page .service-business-wrap .image-wrap .col:last-child .image {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
  }
}
.wpo-service-single-page .wpo-faq-wrap {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .wpo-service-single-page .wpo-faq-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-page .wpo-faq-wrap {
    padding-top: 50px;
  }
}
.wpo-service-single-page .wpo-faq-wrap .accordion-button {
  font-size: 35px;
  padding: 40px;
  color: rgb(44, 38, 38);
}
@media (max-width: 1199px) {
  .wpo-service-single-page .wpo-faq-wrap .accordion-button {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .wpo-service-single-page .wpo-faq-wrap .accordion-button {
    font-size: 25px;
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-service-single-page .wpo-faq-wrap .accordion-button {
    font-size: 20px;
    padding: 18px;
  }
}
.wpo-service-single-page .wpo-faq-wrap .accordion-body {
  padding: 40px;
}
@media (max-width: 991px) {
  .wpo-service-single-page .wpo-faq-wrap .accordion-body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-service-single-page .wpo-faq-wrap .accordion-body {
    padding: 18px;
  }
}
.wpo-service-single-page .wpo-faq-wrap .accordion-body p {
  font-size: 24px;
  color: #000;
  line-height: 38px;
}
@media (max-width: 1199px) {
  .wpo-service-single-page .wpo-faq-wrap .accordion-body p {
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .wpo-service-single-page .wpo-faq-wrap .accordion-body p {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (max-width: 575px) {
  .wpo-service-single-page .wpo-faq-wrap .accordion-body p {
    font-size: 16px;
    line-height: 28px;
  }
}

.theme-accordion-s1 {
  margin-bottom: 0;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: rgb(44, 38, 38);
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-item {
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  margin-bottom: 30px;
  border: 0;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item h3 {
  font-family: "Lato";
  font-weight: 400;
}

.accordion-collapse {
  border-top: 1px solid #D9D9D9;
}

/*--------------------------------------------------------------
20.0 Shop Page
--------------------------------------------------------------*/
.wpo-shop-page .hidden {
  display: none;
}
.wpo-shop-page .container-fluid {
  max-width: 1420px;
}
@media (max-width: 991px) {
  .wpo-shop-page .container-fluid {
    max-width: 750px;
    margin: 0 auto;
  }
}
.wpo-shop-page .wpo-product-section {
  padding: 0;
  overflow: unset;
}
@media (max-width: 991px) {
  .wpo-shop-page .wpo-product-section {
    padding-left: 0;
  }
}
.wpo-shop-page .wpo-product-section .wpo-product-img img {
  width: 100%;
}
@media (max-width: 1399px) {
  .wpo-shop-page .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .wpo-shop-page .wpo-product-section .wpo-product-wrap .wpo-product-item {
    max-width: unset;
  }
}
.wpo-shop-page .sorting-section {
  padding-bottom: 20px;
}
.wpo-shop-page .sorting-section ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  align-items: center;
  flex-wrap: wrap;
}
.wpo-shop-page .sorting-section ul li {
  margin: 10px 0;
  color: #000;
}
.wpo-shop-page .sorting-section .nice-select ul {
  display: block;
}

/*--------------------------------------------------------------
21.0 Shop Single Page
--------------------------------------------------------------*/
.wpo-shop-single-section p {
  margin-bottom: 1.3em;
  font-size: 20px;
  color: #000;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section p {
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-shop-single-section p {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 26px;
  }
}
.wpo-shop-single-section h2 {
  font-size: 60px;
  font-size: 3.3333333333rem;
  line-height: 70px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .wpo-shop-single-section h2 {
    font-size: 50px;
    font-size: 2.7777777778rem;
    line-height: 66px;
  }
}
@media (max-width: 991px) {
  .wpo-shop-single-section h2 {
    font-size: 40px;
    font-size: 2.2222222222rem;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-shop-single-section h2 {
    font-size: 35px;
    font-size: 1.9444444444rem;
    line-height: 45px;
  }
}
.wpo-shop-single-section {
  /*** product slider ***/
}
@media (min-width: 991px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 608px;
  }
}
@media (max-width: 991px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 708px;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 550px;
  }
}
@media (max-width: 440px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 450px;
  }
}
@media (max-width: 400px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 400px;
  }
}
@media (max-width: 350px) {
  .wpo-shop-single-section .shop-single-slider .slick-slider {
    max-height: 330px;
  }
}
.wpo-shop-single-section .shop-single-slider .slider-for {
  text-align: center;
}
.wpo-shop-single-section .shop-single-slider .slider-for img {
  display: inline-block;
  width: 100%;
}
.wpo-shop-single-section .shop-single-slider .col {
  padding-left: 0;
}
.wpo-shop-single-section .shop-single-slider .slider-nav > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
}
.wpo-shop-single-section .shop-single-slider .slider-nav > i:hover {
  cursor: pointer;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .nav-btn-rt {
  left: auto;
  right: 0;
}
.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide {
  text-align: center;
  margin-bottom: 19px;
  cursor: pointer;
}
@media (max-width: 575px) {
  .wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide {
    margin-bottom: 12px;
  }
}
.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}
.wpo-shop-single-section .product-details {
  padding: 10px 30px 80px;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details {
    padding: 10px 30px 15px;
  }
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-details {
    margin-top: 45px;
    padding: 40px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details {
    padding: 0;
  }
}
.wpo-shop-single-section .product-details .price {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #CCBAB0;
  margin: 7px 0 25px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
@media (max-width: 575px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.wpo-shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-weight: normal;
  color: #333333;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-shop-single-section .product-details .product-rt {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpo-shop-single-section .product-details .product-rt .rating {
  margin-right: 10px;
}
.wpo-shop-single-section .product-details .product-rt .rating i {
  color: #f9d322;
}
.wpo-shop-single-section .product-details .product-rt span {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details .product-rt span {
    font-size: 18px;
    font-size: 1rem;
  }
}
@media (max-width: 425px) {
  .wpo-shop-single-section .product-details .product-rt span {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.wpo-shop-single-section .product-details ul {
  list-style: none;
}
.wpo-shop-single-section .product-details ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  font-size: 20px;
  color: #000;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details ul li {
    font-size: 18px;
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .wpo-shop-single-section .product-details ul li {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}
.wpo-shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background: #CCBAB0;
  content: "";
  border-radius: 50%;
}
.wpo-shop-single-section .product-details {
  /*** product option ***/
}
.wpo-shop-single-section .product-details .product-option {
  margin-top: 30px;
}
.wpo-shop-single-section .product-details .tg-btm {
  margin-top: 25px;
}
.wpo-shop-single-section .product-details .tg-btm p {
  margin-bottom: 0px;
  color: #5C5C5C;
}
.wpo-shop-single-section .product-details .tg-btm p span {
  font-weight: 700;
  color: #000;
  margin-right: 5px;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-details .tg-btm p span {
    font-size: 18px;
    font-size: 1rem;
  }
}
.wpo-shop-single-section .product-details .product-option .product-row button:after {
  display: none;
}
.wpo-shop-single-section .product-details .product-option .product-row > div {
  height: 35px;
  display: inline-block;
}
.wpo-shop-single-section .product-details .product-option .product-row > div + div {
  margin-left: 15px;
}
@media (max-width: 425px) {
  .wpo-shop-single-section .product-details .product-option .product-row > div + div {
    margin-left: 10px;
  }
}
.wpo-shop-single-section .product-details .product-option .product-row > div + div .theme-btn {
  border-radius: 0;
  border-width: 1px;
  height: 44px;
  padding: 0 18px;
}
.wpo-shop-single-section .product-details .product-option .product-row > div:first-child {
  width: 85px;
}
.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn:hover {
  background: #73543B;
  border-color: #73543B;
  color: #fff;
}
.wpo-shop-single-section .product-details .product-option .theme-btn {
  background-color: transparent;
  color: #333;
  font-size: 15px;
  font-size: 0.8333333333rem;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  outline: 0;
  border: 2px solid #e6e6e6;
  border-radius: 0;
}
.wpo-shop-single-section .product-details .product-option .theme-btn:hover {
  background-color: #73543B;
  color: #fff;
  border-color: #73543B;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .product-option .theme-btn {
    font-size: 14px;
    font-size: 0.7777777778rem;
  }
}
.wpo-shop-single-section .product-details .product-option .theme-btn:before {
  display: none;
}
.wpo-shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 0.8333333333rem;
}
.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1rem;
  color: #000;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.wpo-shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.wpo-shop-single-section .product-details #product-count:focus {
  box-shadow: none;
  outline: none;
}
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
.wpo-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: 3px 4px;
  font-size: 10px;
}
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up:hover,
.wpo-shop-single-section .product-details .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down:hover {
  background-color: #73543B;
  color: #fff;
}
.wpo-shop-single-section {
  /*** product info ***/
}
.wpo-shop-single-section .product-info {
  margin-top: 75px;
}
@media (max-width: 991px) {
  .wpo-shop-single-section .product-info {
    margin-top: 40px;
  }
}
.wpo-shop-single-section .product-info h3 {
  font-size: 30px;
  font-size: 1.6666666667rem;
  margin: 0;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info h3 {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
.wpo-shop-single-section .product-info .product-rt span {
  font-size: 15px;
}
.wpo-shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}
.wpo-shop-single-section .product-info {
  /*** tabs ***/
}
.wpo-shop-single-section .product-info .nav-tabs {
  font-family: "Derivia";
  border: 0;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs {
    margin-bottom: 20px;
  }
}
.wpo-shop-single-section .product-info .nav-tabs li {
  margin-right: 1px;
}
.wpo-shop-single-section .product-info .nav-tabs li a.active {
  border: 0;
  outline: 0;
}
.wpo-shop-single-section .product-info .nav-tabs a {
  font-size: 17px;
  font-size: 0.9444444444rem;
  color: #000;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Lato";
  position: relative;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs a {
    font-size: 15px;
    font-size: 0.8333333333rem;
    font-weight: normal;
    padding: 10px 10px 8px;
    text-transform: none;
  }
}
.wpo-shop-single-section .product-info .nav-tabs a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #73543B;
  border-radius: 4px;
  content: "";
  opacity: 0;
  visibility: hidden;
}
.wpo-shop-single-section .product-info .nav-tabs a:hover:before,
.wpo-shop-single-section .product-info .nav-tabs a.active:before {
  opacity: 1;
  visibility: visible;
}
.wpo-shop-single-section .product-info .nav-tabs .active,
.wpo-shop-single-section .product-info .nav-tabs li:hover {
  border-color: #73543B;
}
.wpo-shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(115, 84, 59, 0.3);
  padding-top: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .tab-content {
    border: 0;
    padding: 0;
    margin: 0;
  }
}
.wpo-shop-single-section .product-info {
  /*** client rv ***/
}
.wpo-shop-single-section .product-info .client-rv {
  overflow: hidden;
  margin-bottom: 30px;
}
.wpo-shop-single-section .product-info .client-rv:last-child {
  margin-bottom: 0;
}
.wpo-shop-single-section .product-info .client-rv .client-pic {
  width: 100px;
  float: left;
}
.wpo-shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 50%;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .client-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.wpo-shop-single-section .product-info .client-rv .details {
  width: calc(100% - 130px);
  float: right;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .details {
    width: 100%;
    float: none;
  }
}
.wpo-shop-single-section .product-info .client-rv .name-rating .product-rt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time {
    padding-bottom: 3px;
  }
}
.wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
.wpo-shop-single-section .product-info .client-rv .name-rating > div {
  display: inline-block;
  font-size: 14px;
  font-size: 0.7777777778rem;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time > div,
  .wpo-shop-single-section .product-info .client-rv .name-rating > div {
    font-size: 12px;
    font-size: 0.6666666667rem;
    display: block;
  }
}
.wpo-shop-single-section .product-info .client-rv .rating {
  font-size: 12px;
  padding-left: 12px;
}
.wpo-shop-single-section .product-info .client-rv .rating i {
  color: #f9d322;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .client-rv .rating {
    padding-left: 6px;
    margin: 0;
  }
}
.wpo-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) {
  .wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
    float: none;
  }
}
.wpo-shop-single-section .product-info .client-rv .review-body {
  padding-top: 12px;
}
.wpo-shop-single-section .product-info .client-rv .review-body p {
  color: #5C5C5C;
}
.wpo-shop-single-section .product-info {
  /*** review form ***/
}
.wpo-shop-single-section .product-info .review-form {
  margin-top: 45px;
}
.wpo-shop-single-section .product-info .review-form h4 {
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .review-form h4 {
    font-size: 35px;
    font-size: 1.9444444444rem;
  }
}
.wpo-shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
  color: #000;
  font-size: 20px;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .wpo-shop-single-section .product-info .review-form p {
    font-size: 18px;
    font-size: 1rem;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-shop-single-section .product-info .review-form p {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 26px;
  }
}
.wpo-shop-single-section .product-info .review-form .give-rat-sec {
  margin-bottom: 10px;
}
.wpo-shop-single-section .product-info .review-form .give-rat-sec p {
  margin-bottom: 0;
}
.wpo-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;
}
.wpo-shop-single-section .product-info .review-form .give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:last-child {
  position: static;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(1) {
  z-index: 5;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(2) {
  z-index: 4;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(3) {
  z-index: 3;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(4) {
  z-index: 2;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:nth-child(5) {
  z-index: 1;
}
.wpo-shop-single-section .product-info .review-form .give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.wpo-shop-single-section .product-info .review-form .give-rating label .icon {
  float: left;
  color: transparent;
}
.wpo-shop-single-section .product-info .review-form .give-rating label:last-child .icon {
  color: #ddd;
}
.wpo-shop-single-section .product-info .review-form .give-rating:not(:hover) label input:checked ~ .icon,
.wpo-shop-single-section .product-info .review-form .give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}
.wpo-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;
}
.wpo-shop-single-section .product-info .review-form form input,
.wpo-shop-single-section .product-info .review-form form textarea {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  height: 50px;
  border: 1px solid #D9D9D9;
}
.wpo-shop-single-section .product-info .review-form form input:focus,
.wpo-shop-single-section .product-info .review-form form textarea:focus {
  box-shadow: none;
  outline: none;
}
.wpo-shop-single-section .product-info .review-form form textarea {
  height: 130px;
}
.wpo-shop-single-section .product-info .review-form form > div {
  margin-bottom: 27px;
}
.wpo-shop-single-section .product-info .review-form form > div:last-child {
  margin-bottom: 0;
}
.wpo-shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

.rating-wrapper .theme-btn {
  background: #73543B;
  color: #fff;
  border: 0;
}

/*===========================
27.0 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: #000;
}
.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: #000;
  padding: 40px;
}
.wpo-cart-area .wpo-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;
}
@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: #73543B;
}
.wpo-cart-area .cart-wrap th {
  height: 80px;
  font-weight: 700;
  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: #000;
}
@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: #73543B;
}
.wpo-cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}
.wpo-cart-area .cart-wrap .action li.c-btn a {
  background-color: #73543B;
}
.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;
}
@media (max-width: 575px) {
  .wpo-cart-area .submit-btn-area {
    padding: 30px;
  }
}
.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;
  transition: all 0.3s;
  outline: none;
}
.wpo-cart-area .submit-btn-area .theme-btn {
  color: #fff;
}
@media (max-width: 767px) {
  .wpo-cart-area .submit-btn-area .theme-btn {
    padding: 15px 25px;
  }
}
.wpo-cart-area .submit-btn-area .theme-btn-s2 {
  background-color: transparent;
  border: 1px solid #CCBAB0;
}
.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: 300;
  font-size: 20px;
  line-height: 21px;
  color: #000;
  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);
  padding-top: 30px;
}
.wpo-cart-area .cart-product-list ul li.cart-b h2 {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #73543B;
  font-family: "Lato";
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-cart-area .cart-product-list ul li.cart-b h2 {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}

/*===============================
28.0 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: #5C5C5C;
}
@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: #73543B;
}
.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: 20px 20px;
  border-left: 4px solid #73543B;
  transition: all 0.3s;
  width: 100%;
}
@media (max-width: 767px) {
  .wpo-checkout-area .coupon label {
    font-size: 16px;
  }
}
.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 .caupon-wrap:last-child {
  margin-bottom: 0;
}
.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 #73543B;
  border-bottom: 1px solid #73543B;
}
.wpo-checkout-area .s2 .coupon-3 {
  border-top: 4px solid #73543B;
}
.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 #ded1e3;
}
.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid #73543B;
  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: #000;
}
@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-icon2.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: #000;
  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: 500;
  color: #5B5B5B;
}
.wpo-checkout-area .payment-select label {
  font-size: 18px;
  font-weight: 600;
}
@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: #000;
}
@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);
}
@media (max-width: 991px) {
  .wpo-checkout-area .cout-order-area {
    margin-top: 20px;
  }
}
.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: #5C5C5C;
}
.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: #73543B;
}
.wpo-checkout-area .cout-order-area .oreder-item ul .o-bottom h2 {
  color: #73543B;
  font-family: "Lato";
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.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 {
  text-transform: capitalize;
  border: 0;
}
@media (max-width: 767px) {
  .wpo-checkout-area .submit-btn-area .theme-btn {
    padding: 13px 32px;
  }
}

/*==========================================
19.0 Team Single Page
===========================================*/
.wpo-team-pg-area .container-fluid {
  max-width: 1700px;
  margin: 0 auto;
}
.wpo-team-pg-area .team-info-img {
  padding: 25px;
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}
@media (max-width: 991px) {
  .wpo-team-pg-area .team-info-img {
    margin-bottom: 40px;
  }
}
.wpo-team-pg-area .team-info-img img {
  width: 100%;
}
.wpo-team-pg-area .team-info-text {
  box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  padding: 58px 50px;
}
@media (max-width: 1399px) {
  .wpo-team-pg-area .team-info-text {
    padding: 58px 30px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .team-info-text {
    padding: 35px 20px;
  }
}
.wpo-team-pg-area .team-info-text ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .wpo-team-pg-area .team-info-text ul li {
    margin-bottom: 15px;
  }
}
.wpo-team-pg-area .team-info-text ul li:last-child {
  margin-bottom: 0;
}
.wpo-team-pg-area .team-info-text ul li span {
  text-align: left;
  width: 40%;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1399px) {
  .wpo-team-pg-area .team-info-text ul li span {
    width: 35%;
    line-height: 40px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-team-pg-area .team-info-text ul li span {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .team-info-text ul li span {
    font-size: 17px;
  }
}
.wpo-team-pg-area .team-info-text ul li span:last-child {
  width: 60%;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .wpo-team-pg-area .team-info-text ul li span:last-child {
    width: 70%;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .team-info-text ul li span:last-child {
    font-size: 15px;
  }
}
.wpo-team-pg-area .team-info-text h2 {
  font-size: 80px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
  background: #F9F9F9;
  padding: 25px 0 10px;
}
@media (max-width: 1199px) {
  .wpo-team-pg-area .team-info-text h2 {
    font-size: 60px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .team-info-text h2 {
    font-size: 40px;
    padding: 15px 0 5px;
  }
}
.wpo-team-pg-area .team-info-wrap ul {
  padding-left: 0;
}
.wpo-team-pg-area .exprience-wrap p {
  color: #5C5C5C;
}
.wpo-team-pg-area .exprience-wrap {
  padding-top: 80px;
}
@media (max-width: 767px) {
  .wpo-team-pg-area .exprience-wrap {
    padding-top: 60px;
  }
}
.wpo-team-pg-area .exprience-wrap p {
  margin: 0;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 40px;
}
@media (max-width: 991px) {
  .wpo-team-pg-area .exprience-wrap p {
    font-size: 18px;
    line-height: 33px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .exprience-wrap p {
    font-size: 16px;
    line-height: 27px;
  }
}
.wpo-team-pg-area .exprience-wrap p span {
  color: #000;
  font-size: 40px;
}
@media (max-width: 1399px) {
  .wpo-team-pg-area .exprience-wrap p span {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .exprience-wrap p span {
    font-size: 30px;
  }
}
.wpo-team-pg-area .education-area {
  max-width: 800px;
}
.wpo-team-pg-area .education-area ul {
  list-style: none;
}
.wpo-team-pg-area .education-area ul li {
  padding-bottom: 10px;
  position: relative;
}
.wpo-team-pg-area .ex-wiget {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .wpo-team-pg-area .ex-wiget {
    padding-bottom: 40px;
  }
}
.wpo-team-pg-area .ex-wiget ul {
  list-style: none;
}
.wpo-team-pg-area .ex-wiget ul li {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-team-pg-area .ex-wiget ul li {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .ex-wiget ul li {
    font-size: 16px;
    line-height: 27px;
  }
}
.wpo-team-pg-area .ex-wiget ul li:last-child {
  margin-bottom: 0;
}
.wpo-team-pg-area .ex-wiget h3 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wpo-team-pg-area .ex-wiget h3 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .ex-wiget h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-team-pg-area .ex-wiget h3 {
    font-size: 35px;
  }
}
.wpo-team-pg-area .wpo-contact-form-area {
  background: url(../images/contact-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0;
  padding: 120px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-team-pg-area .wpo-contact-form-area {
    padding: 90px 20px;
  }
}
@media (max-width: 767px) {
  .wpo-team-pg-area .wpo-contact-form-area {
    padding: 60px 10px;
  }
}
.wpo-team-pg-area .wpo-contact-form-area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(69, 55, 54, 0.4);
  z-index: -1;
}
.wpo-team-pg-area .wpo-contact-form-area .quote-form {
  max-width: 940px;
  margin: 0 auto;
  padding: 60px 50px 30px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .wpo-team-pg-area .wpo-contact-form-area .quote-form {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .wpo-team-pg-area .wpo-contact-form-area .quote-form {
    padding: 30px 10px;
  }
}
.wpo-team-pg-area .wpo-contact-form-area textarea {
  height: 120px;
}
.wpo-team-pg-area .wpo-contact-form-area .team-btn {
  margin-top: 20px;
}
.wpo-team-pg-area .wpo-contact-form-area .team-btn button {
  border-radius: 0;
  padding: 20px 60px;
}
@media (max-width: 767px) {
  .wpo-team-pg-area .wpo-contact-form-area .team-btn button {
    padding: 12px 35px;
  }
}

/*--------------------------------------------------------------
30.0 Contact Page
--------------------------------------------------------------*/
.wpo-contact-pg-section {
  padding-bottom: 0px;
}
.wpo-contact-pg-section .wpo-contact-title {
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-title {
    margin-bottom: 30px;
  }
}
.wpo-contact-pg-section .wpo-contact-title h1 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .wpo-contact-pg-section .wpo-contact-title h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h1 {
    font-size: 35px;
    margin-bottom: 5px;
  }
}
.wpo-contact-pg-section .wpo-contact-title p {
  margin: 0;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-contact-pg-section .office-info {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.wpo-contact-pg-section .office-info .office-info-item {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
  color: #CCBAB0;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 400;
  margin: 20px 0;
  font-family: "Lato";
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
    font-size: 25px;
  }
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  color: #000;
}
.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 25px;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px 20px;
    padding-bottom: 15px;
  }
}
.wpo-contact-pg-section .wpo-contact-form-area form textarea {
  height: 150px;
  padding-top: 20px;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-form-area form textarea {
    height: 120px;
  }
}
.wpo-contact-pg-section .wpo-contact-form-area .submit-area {
  width: 100%;
  text-align: center;
}

.wpo-contact-map-section .wpo-contact-map {
  height: 550px;
}
.wpo-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  filter: grayscale(100%);
}
.wpo-contact-map-section h2.hidden {
  display: none;
}

/*======================================
25.0 Blog Page
 =======================================*/
/* wpo-blog-pg-section */
.wpo-blog-pg-section .container-fluid {
  max-width: 1410px;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .container-fluid {
    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: 1px solid #E6DCD0;
  background: #FFF;
  padding: 15px 40px 30px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .entry-details {
    padding: 15px 20px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-details {
    padding: 15px 15px 20px;
  }
}
.wpo-blog-pg-section .wpo-blog-content {
  width: calc(100% - 363px);
  padding-right: 60px;
}
@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: 20px;
}
.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-pg-section .entry-meta ul li {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}
.wpo-blog-pg-section .entry-meta ul li a {
  color: #5C5C5C;
}
.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #73543B;
}
.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: #73543B;
  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: 15px;
    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 h2 {
  font-family: "Derivia";
  color: #000;
  font-size: 55px;
  font-weight: 400;
  line-height: 65px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .wpo-blog-pg-section .post h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-pg-section .post h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 425px) {
  .wpo-blog-pg-section .post h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.wpo-blog-pg-section .post h2 a {
  color: #000;
}
.wpo-blog-pg-section .post h2 a:hover {
  color: #73543B;
}
.wpo-blog-pg-section .post p {
  margin-bottom: 30px;
  color: #5C5C5C;
  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: 575px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.wpo-blog-pg-section .post a.read-more {
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post a.read-more {
    font-size: 15px;
    line-height: 20px;
  }
}
.wpo-blog-pg-section .post a.read-more:hover {
  color: #73543B;
}
.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: #73543B;
  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: #5C5C5C;
  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: #fff;
  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: #73543B;
}

.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: 60px;
  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-fluid {
  max-width: 1077px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section.blog-pg-fullwidth .container-fluid {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-blog-pg-section.blog-pg-fullwidth .wpo-blog-content {
  padding: 0;
  width: 100%;
}

/*======================================
26.0 Blog Single Section
 =======================================*/
/* wpo-blog-single-section*/
.wpo-blog-single-section .container-fluid {
  max-width: 1410px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .container-fluid {
    max-width: 750px;
    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% - 363px);
  padding-right: 60px;
}
@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: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  display: inline-block;
}
.wpo-blog-single-section .entry-meta ul li a {
  color: #5C5C5C;
}
.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #73543B;
}
.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: #73543B;
  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: 60px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.wpo-blog-single-section .post p {
  margin-bottom: 30px;
  color: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
.wpo-blog-single-section .post p span {
  color: #000;
  font-size: 40px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post p span {
    font-size: 25px;
  }
}
.wpo-blog-single-section .post blockquote {
  max-width: 990px;
  color: #000;
  border: 0;
  text-align: left;
  position: relative;
  font-family: "Derivia";
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
  padding-left: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .post blockquote {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    font-size: 30px;
    line-height: 35px;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post blockquote {
    font-size: 25px;
    line-height: 30px;
  }
}
.wpo-blog-single-section .post blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 3px solid #041117;
  background: #fff;
  height: 100%;
}
.wpo-blog-single-section .post blockquote h3 {
  font-family: "Lato";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 0;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post blockquote h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-single-section .post blockquote h3 {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-blog-single-section .post blockquote span {
  color: #5C5C5C;
}
.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: "Lato";
  color: #000;
  display: inline-block;
  padding-right: 15px;
  font-size: 20px;
  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: 18px;
  }
}
.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: 1px 18px;
  background: transparent;
  text-transform: capitalize;
  color: #5C5C5C;
  font-family: "DM Sans";
  font-size: 18px;
  font-weight: 400;
  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: 1px 10px;
  }
}
.wpo-blog-single-section .tag-share .tag a:hover,
.wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #73543B;
}
.wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 16px;
  text-transform: capitalize;
  color: #5C5C5C;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  border-radius: 40px;
  padding: 0;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .tag-share-s2 .tag a {
    width: 35px;
    height: 35px;
    line-height: 38px;
  }
}
.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 0;
  }
}
.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;
  }
}
.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: #041117;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 10px;
}
.wpo-blog-single-section .more-posts .post-name {
  color: #000;
  font-family: "Derivia";
  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;
  }
}
.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #73543B;
}
.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;
  }
}
.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: #041117;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 40px;
    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: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comment-main-area p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .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: "Derivia";
  color: #000;
  color: #041117;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.wpo-blog-single-section .comments-area .comments-meta span {
  text-transform: none;
  display: inline-block;
  font-family: "Lato";
  color: #5C5C5C;
  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: 25px;
  }
}
.wpo-blog-single-section .comments-area .comment-reply-link {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comment-reply-link {
    font-size: 18px;
    line-height: 25px;
  }
}
.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #73543B;
}
.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: 60px;
  font-weight: 400;
  line-height: 70px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.wpo-blog-single-section .comment-respond .comment-form {
  background: #F6F6F6;
  padding: 60px;
}
@media (max-width: 1199px) {
  .wpo-blog-single-section .comment-respond .comment-form {
    padding: 50px 30px;
  }
}
@media (max-width: 575px) {
  .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: #5C5C5C;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    font-size: 18px;
    height: 45px;
  }
}
.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: transparent;
}
.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: 130px;
  }
}
.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: #73543B;
  color: #fff;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-submit {
    max-width: 180px;
  }
}
.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;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-submit::before {
    right: 20px;
  }
}
.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 {
    padding-left: 20px;
    font-size: 18px;
  }
}
.wpo-blog-single-section .comment-respond .form-submit:hover {
  background-color: rgb(84.6637931034, 61.8413793103, 43.4362068966);
}

.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-fluid {
  max-width: 1077px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .blog-single-fullwidth .container-fluid {
    max-width: 750px;
    margin: 0 auto;
  }
}
.blog-single-fullwidth .wpo-blog-content {
  padding: 0;
  width: 100%;
}

/*--------------------------------------------------------------
29.0 Coming Soon Page
--------------------------------------------------------------*/
.wpo-coming-soon-area {
  min-height: 1000px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../images/hero/bg-shape.png);
}
@media (max-width: 1199px) {
  .wpo-coming-soon-area {
    min-height: 900px;
  }
}
@media (max-width: 575px) {
  .wpo-coming-soon-area {
    min-height: 800px;
  }
}
.wpo-coming-soon-area .hero-inner-all-content {
  padding-top: 100px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .hero-inner-all-content {
    padding: 100px 0;
  }
}
.wpo-coming-soon-area .hero-inner-all-content:before {
  display: none;
}
@media (max-width: 1600px) {
  .wpo-coming-soon-area .shape-top {
    max-width: 450px;
  }
}
@media (max-width: 1399px) {
  .wpo-coming-soon-area .shape-top {
    max-width: 350px;
  }
}
@media (max-width: 1199px) {
  .wpo-coming-soon-area .shape-top {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .shape-top {
    max-width: 220px;
  }
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .shape-top {
    max-width: 160px;
  }
}
@media (max-width: 425px) {
  .wpo-coming-soon-area .shape-top {
    max-width: 120px;
  }
}
.wpo-coming-soon-area .shape-3 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.wpo-coming-soon-area .shape-4 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.wpo-coming-soon-area .hidden {
  display: none;
}
.wpo-coming-soon-area .wpo-event-wrap {
  max-width: 800px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  box-shadow: 0px 2px 8px 2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .wpo-event-wrap {
    padding: 0;
  }
}
.wpo-coming-soon-area .wpo-event-wrap .wpo-event-item {
  padding: 20px;
  border: none;
}
@media (max-width: 425px) {
  .wpo-coming-soon-area .wpo-event-wrap .wpo-event-item {
    padding: 10px;
  }
}
.wpo-coming-soon-area .coming-soon-section {
  border: 1px solid #CCBAB0;
  padding: 40px 30px 20px;
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .coming-soon-section {
    padding: 30px 20px 10px;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
  text-align: center;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 50px;
  background-color: transparent;
}
@media (max-width: 1199px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 530px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 {
    margin-top: 0;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div {
  float: left;
  display: table;
  width: 80px;
}
@media (max-width: 450px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div {
    width: 52px;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div > div,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div > div {
  display: table-cell;
  vertical-align: middle;
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div + div,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div + div {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div + div,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div + div {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock > div + div,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 > div + div {
    margin-left: 10px;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock .time,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time {
  font-family: "Derivia";
  font-size: 70px;
  font-size: 3.8888888889rem;
  line-height: 1em;
  padding-top: 15px;
  color: #73543B;
}
@media (max-width: 1300px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock .time,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time {
    font-size: 50px;
    font-size: 2.7777777778rem;
  }
}
@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock .time,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 .time {
    font-size: 40px;
    font-size: 2.2222222222rem;
  }
}
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock span,
.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 span {
  color: #000;
  font-size: 20px;
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock span,
  .wpo-coming-soon-area .coming-soon-section .wpo-wedding-date #clock3 span {
    font-size: 18px;
  }
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text {
  text-align: center;
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text .top-title {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text .top-title {
    max-width: 60px;
    margin: 0 auto;
  }
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text h1 {
  font-size: 70px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text h1 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}
@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-coming-soon-area .coming-soon-section .coming-soon-text .flower {
  padding-top: 30px;
  transform: rotate(45deg);
}
.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .form-control {
  width: 100%;
  height: 55px;
  background: none;
  border: 1px solid #a9a1a1;
  margin-bottom: 10px;
}
.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .form-control:focus {
  outline: none;
  box-shadow: none;
}
.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact .error {
  margin-bottom: 10px;
}
.wpo-coming-soon-area .coming-soon-section .wpo-coming-contact button {
  height: 55px;
  background: #73543B;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 16px;
}

/*======================================
24.0 Invitation Page
 =======================================*/
.wpo-invitation-area,
.wpo-invitation-area-s2 {
  position: relative;
  z-index: 111;
  padding-bottom: 120px;
  height: auto;
}
@media (max-width: 991px) {
  .wpo-invitation-area,
  .wpo-invitation-area-s2 {
    padding-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area,
  .wpo-invitation-area-s2 {
    padding-bottom: 60px;
  }
}
.wpo-invitation-area .hero-all-content,
.wpo-invitation-area-s2 .hero-all-content {
  display: block;
}
.wpo-invitation-area .hero-all-content .hero-item,
.wpo-invitation-area-s2 .hero-all-content .hero-item {
  max-width: 910px;
  border-radius: 480px;
  padding: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-all-content .hero-item,
  .wpo-invitation-area-s2 .hero-all-content .hero-item {
    max-width: 710px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area .hero-all-content .hero-item,
  .wpo-invitation-area-s2 .hero-all-content .hero-item {
    padding: 15px;
  }
}
.wpo-invitation-area .hero-all-content .hero-item .hero-content,
.wpo-invitation-area-s2 .hero-all-content .hero-item .hero-content {
  border-radius: 480px;
}
@media (max-width: 767px) {
  .wpo-invitation-area .hero-all-content .hero-item .hero-content,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .hero-content {
    padding: 70px 40px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area .hero-all-content .hero-item .hero-content,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .hero-content {
    padding: 50px 30px;
  }
}
.wpo-invitation-area .hero-all-content .hero-item .shape-2,
.wpo-invitation-area-s2 .hero-all-content .hero-item .shape-2 {
  bottom: auto;
  top: 110px;
  left: -25px;
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-all-content .hero-item .shape-2,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .shape-2 {
    max-width: 80px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area .hero-all-content .hero-item .shape-2,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .shape-2 {
    max-width: 60px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area .hero-all-content .hero-item .shape-2,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .shape-2 {
    display: none;
  }
}
.wpo-invitation-area .hero-all-content .hero-item .shape-2 img,
.wpo-invitation-area-s2 .hero-all-content .hero-item .shape-2 img {
  transform: rotate(25deg);
  max-width: unset;
}
.wpo-invitation-area .hero-all-content .hero-item .shape-1,
.wpo-invitation-area-s2 .hero-all-content .hero-item .shape-1 {
  top: 550px;
  left: auto;
  right: -40px;
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-all-content .hero-item .shape-1,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .shape-1 {
    max-width: 70px;
    right: 0;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area .hero-all-content .hero-item .shape-1,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .shape-1 {
    max-width: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area .hero-all-content .hero-item .shape-1,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .shape-1 {
    display: none;
  }
}
.wpo-invitation-area .hero-all-content .hero-item .shape-1 img,
.wpo-invitation-area-s2 .hero-all-content .hero-item .shape-1 img {
  transform: rotate(2deg);
  max-width: unset;
}
.wpo-invitation-area .hero-all-content .hero-item .shape-5,
.wpo-invitation-area-s2 .hero-all-content .hero-item .shape-5 {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-all-content .hero-item .shape-5,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .shape-5 {
    max-width: 350px;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area .hero-all-content .hero-item .shape-5,
  .wpo-invitation-area-s2 .hero-all-content .hero-item .shape-5 {
    bottom: -20px;
  }
}
.wpo-invitation-area .hero-all-content .hero-item .shape-5 img,
.wpo-invitation-area-s2 .hero-all-content .hero-item .shape-5 img {
  max-width: unset;
}
.wpo-invitation-area .hero-all-content .date-item,
.wpo-invitation-area-s2 .hero-all-content .date-item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-all-content .date-item,
  .wpo-invitation-area-s2 .hero-all-content .date-item {
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area .hero-all-content .date-item,
  .wpo-invitation-area-s2 .hero-all-content .date-item {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area .hero-all-content .date-item .date ul,
  .wpo-invitation-area-s2 .hero-all-content .date-item .date ul {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.wpo-invitation-area .hero-all-content .date-item .date ul li:last-child,
.wpo-invitation-area-s2 .hero-all-content .date-item .date ul li:last-child {
  padding-top: 10px;
}
.wpo-invitation-area .hero-all-content .date-item .date ul li h2,
.wpo-invitation-area-s2 .hero-all-content .date-item .date ul li h2 {
  justify-content: center;
}
.wpo-invitation-area .hero-all-content .date-item .time,
.wpo-invitation-area-s2 .hero-all-content .date-item .time {
  border-top: 1px solid #CCBAB0;
  border-bottom: 1px solid #CCBAB0;
  padding-top: 15px;
  padding-bottom: 7px;
}
@media (max-width: 575px) {
  .wpo-invitation-area .hero-all-content .date-item .time,
  .wpo-invitation-area-s2 .hero-all-content .date-item .time {
    padding-top: 7px;
    padding-bottom: 0;
  }
}
.wpo-invitation-area .hero-all-content .address,
.wpo-invitation-area-s2 .hero-all-content .address {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  padding-top: 50px;
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-all-content .address,
  .wpo-invitation-area-s2 .hero-all-content .address {
    padding-top: 30px;
  }
}
.wpo-invitation-area .hero-all-content .address p,
.wpo-invitation-area-s2 .hero-all-content .address p {
  max-width: 430px;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .wpo-invitation-area .hero-all-content .address p,
  .wpo-invitation-area-s2 .hero-all-content .address p {
    padding-top: 20px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area .hero-all-content .address p,
  .wpo-invitation-area-s2 .hero-all-content .address p {
    padding-top: 10px;
  }
}
.wpo-invitation-area h1,
.wpo-invitation-area-s2 h1 {
  font-size: 80px;
  line-height: 90px;
  padding-bottom: 20px;
}
@media (max-width: 1399px) {
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 70px;
    line-height: 80px;
    max-width: 252px;
  }
}
@media (max-width: 1199px) {
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 60px;
    line-height: 70px;
    max-width: 215px;
  }
}
@media (max-width: 991px) {
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 50px;
    line-height: 60px;
    max-width: 170px;
    padding-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area h1,
  .wpo-invitation-area-s2 h1 {
    font-size: 40px;
    line-height: 50px;
    max-width: 144px;
  }
}
@media (max-width: 1600px) {
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area h2,
  .wpo-invitation-area-s2 h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
.wpo-invitation-area p,
.wpo-invitation-area-s2 p {
  padding: 0;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
}
@media (max-width: 991px) {
  .wpo-invitation-area p,
  .wpo-invitation-area-s2 p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area p,
  .wpo-invitation-area-s2 p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area p,
  .wpo-invitation-area-s2 p {
    font-size: 16px;
    line-height: 22px;
  }
}
.wpo-invitation-area span,
.wpo-invitation-area-s2 span {
  font-family: "Derivia";
  background-color: #CCBAB0;
  border: 0;
  border-radius: 50%;
  color: #000;
  padding: 0;
  width: 140px;
  height: 140px;
  line-height: 150px;
  display: block;
}
@media (max-width: 1600px) {
  .wpo-invitation-area span,
  .wpo-invitation-area-s2 span {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area span,
  .wpo-invitation-area-s2 span {
    font-size: 70px;
    width: 110px;
    height: 110px;
    line-height: 120px;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area span,
  .wpo-invitation-area-s2 span {
    font-size: 60px;
    width: 90px;
    height: 90px;
    line-height: 100px;
  }
}

.wpo-invitation-area-s2 {
  background-image: none;
  padding: 0;
  position: relative;
}
.wpo-invitation-area-s2 h1 {
  font-size: 90px;
  line-height: 100px;
  max-width: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 25px;
}
@media (max-width: 1820px) {
  .wpo-invitation-area-s2 h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 1600px) {
  .wpo-invitation-area-s2 h1 {
    font-size: 70px;
    line-height: 80px;
    gap: 20px;
  }
}
@media (max-width: 1399px) {
  .wpo-invitation-area-s2 h1 {
    font-size: 60px;
    line-height: 70px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-invitation-area-s2 h1 {
    font-size: 50px;
    line-height: 60px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area-s2 h1 {
    font-size: 40px;
    line-height: 50px;
    gap: 15px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area-s2 h1 {
    font-size: 30px;
    line-height: 40px;
    gap: 10px;
  }
}
@media (max-width: 1600px) {
  .wpo-invitation-area-s2 h1 img {
    max-width: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-invitation-area-s2 h1 img {
    max-width: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area-s2 h1 img {
    max-width: 25px;
  }
}
.wpo-invitation-area-s2 h2 {
  justify-content: center;
}
@media (max-width: 1399px) {
  .wpo-invitation-area-s2 h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-invitation-area-s2 h2 {
    font-size: 25px;
    line-height: 30px;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap {
    flex-direction: column;
    padding: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap {
    display: block;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .top-shape {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .top-shape {
    padding-bottom: 20px;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .top-shape img {
  transform: rotate(43deg);
}
@media (max-width: 575px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .top-shape img {
    max-width: 60px;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content {
  margin-left: 90px;
}
@media (max-width: 1600px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content {
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content {
    border: 1px solid #73543B;
    margin: 0;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  position: relative;
  z-index: 1;
  max-width: unset;
  max-width: 850px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item {
    max-width: unset;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .hero-content {
  padding: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
  padding: 120px 50px 100px;
  max-width: unset;
}
@media (max-width: 1820px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .hero-content {
    padding: 120px 80px 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .hero-content {
    padding: 60px 50px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .hero-content {
    padding: 40px 30px;
  }
}
@media (max-width: 425px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .hero-content {
    padding: 30px 20px;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .hero-content .location-maps {
  width: 100%;
  padding-top: 20px;
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .hero-content .location-maps a {
  color: #73543B;
  text-decoration: underline;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .hero-content .location-maps a {
    margin-top: 10px;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .svg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .svg-shape {
    display: none;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .svg-shape svg {
  width: 100%;
  height: 100%;
  width: 850px;
  height: 1050px;
}
@media (max-width: 1820px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .svg-shape svg {
    width: 750px;
    height: 1000px;
  }
}
@media (max-width: 1600px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .svg-shape svg {
    width: 700px;
  }
}
@media (max-width: 1399px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .svg-shape svg {
    width: 640px;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .s2 {
  transform: rotate(-15deg);
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-1 {
  top: 340px;
  left: auto;
  right: -190px;
  transform: none;
}
@media (max-width: 1820px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-1 {
    right: -100px;
  }
}
@media (max-width: 1600px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-1 {
    right: -60px;
  }
}
@media (max-width: 991px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-1 {
    max-width: unset;
    right: -40px;
    top: 280px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-1 {
    display: none;
  }
}
@media (max-width: 1820px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape img {
    max-width: 170px;
  }
}
@media (max-width: 1600px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape img {
    max-width: 140px;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-2 {
  top: 440px;
  left: -120px;
}
@media (max-width: 1600px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-2 {
    left: -70px;
  }
}
@media (max-width: 991px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-2 {
    max-width: unset;
    top: 470px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-2 {
    display: none;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .hero-item .shape-2 img {
  transform: rotate(163deg);
}
.wpo-invitation-area-s2 .wpo-hero-wrap .hero-all-content .date-item {
  padding-top: 0;
}
.wpo-invitation-area-s2 .wpo-hero-wrap .invitation-image {
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .wpo-invitation-area-s2 .wpo-hero-wrap .invitation-image {
    padding-top: 30px;
  }
}
.wpo-invitation-area-s2 .wpo-hero-wrap .invitation-image img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
23.0 Portfolio Single Section
--------------------------------------------------------------*/
.wpo-portfolio-single-section .container-fluid {
  max-width: 1410px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-portfolio-single-section .container-fluid {
    max-width: 720px;
  }
}
.wpo-portfolio-single-section .portfolio-single-img-wrap {
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .wpo-portfolio-single-section .portfolio-single-img-wrap {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-single-section .portfolio-single-img-wrap {
    padding-right: 0px;
  }
}
.wpo-portfolio-single-section .portfolio-single-img-wrap .portfolio-single-img {
  margin-bottom: 30px;
}
.wpo-portfolio-single-section .portfolio-single-sitebar {
  min-height: 100%;
}
.wpo-portfolio-single-section .portfolio-single-sitebar .portfolio-single-text {
  position: sticky;
  top: 50px;
}
@media (max-width: 991px) {
  .wpo-portfolio-single-section .portfolio-single-text {
    padding-top: 30px;
  }
}
.wpo-portfolio-single-section .portfolio-single-text h2 {
  font-weight: 400;
  font-size: 70px;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
.wpo-portfolio-single-section .portfolio-single-text p {
  margin-bottom: 30px;
  font-size: 20px;
  color: #5C5C5C;
  line-height: 35px;
}
@media (max-width: 991px) {
  .wpo-portfolio-single-section .portfolio-single-text p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-single-section .portfolio-single-text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des {
  max-width: 470px;
  flex-basis: 35%;
}
@media (max-width: 1200px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des {
    flex-basis: 100%;
  }
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul {
  list-style: none;
  margin-top: 40px;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
  display: flex;
  padding: 15px 0;
  font-size: 18px;
  color: #5C5C5C;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  justify-content: space-between;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li {
    font-size: 16px;
  }
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
  flex-basis: 70%;
  color: #5C5C5C;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
    flex-basis: 50%;
  }
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li:first-child {
  padding-top: 0;
}
.wpo-portfolio-single-section .pagi {
  padding-top: 50px;
}
@media (max-width: 767px) {
  .wpo-portfolio-single-section .pagi {
    padding-top: 30px;
  }
}
.wpo-portfolio-single-section .pagi ul {
  overflow: hidden;
  list-style: none;
}
.wpo-portfolio-single-section .pagi ul li {
  width: 50%;
  float: left;
  text-align: center;
  border: 1px solid #d8e0f1;
}
.wpo-portfolio-single-section .pagi ul li i {
  margin: 0 10px;
}
.wpo-portfolio-single-section .pagi ul > li:last-child {
  margin-left: -1px;
}

/*--------------------------------------------------------------
31.0 404 Error Page
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 270px;
}
@media (max-width: 1199px) {
  .error-404-section .error-message {
    padding: 0 200px;
  }
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 70px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h2 {
  font-size: 60px;
  font-size: 3.3333333333rem;
  font-weight: 400;
  margin-bottom: 30px;
  color: #000;
}
@media (max-width: 991px) {
  .error-404-section .error-message h2 {
    font-size: 50px;
    font-size: 2.7777777778rem;
  }
}
@media (max-width: 575px) {
  .error-404-section .error-message h2 {
    font-size: 40px;
    font-size: 2.2222222222rem;
    margin-bottom: 20px;
  }
}
.error-404-section .error-message p {
  margin-bottom: 35px;
  color: #000;
  font-size: 20px;
  font-size: 1.1111111111rem;
  line-height: 30px;
}
@media (max-width: 991px) {
  .error-404-section .error-message p {
    font-size: 18px;
    font-size: 1rem;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .error-404-section .error-message p {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 24px;
    margin-bottom: 25px;
  }
}