/*--------------------------------------------------------------
>>> 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&amp;display=swap");

@font-face {
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-weight: normal;
  src: local("Derivia Normal"), url("../fonts/derivia-regular.html") format("woff");
}

@font-face {
  font-family: "Noto Serif", serif;
  font-style: normal;
  font-weight: normal;
  src: local("Derivia Normal"), url("../fonts/derivia-regular-2.html") 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: "Noto Serif", serif;
  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: 80px 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-size: clamp(45px, 5vw, 68px);
  line-height: .85;
  font-weight: 400;

}

.wpo-section-title h2 span,
.wpo-section-title-s2 h2 span {
  font-style: italic;
}

@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: 18px;
  font-weight: 400;
  line-height: 32px;
  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: #285240;
  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: #fff;
  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: #fff;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #fff;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #fff;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #fff;
}

.form select {
  font-style: normal;
  background: url(../images/select-icon.html) 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: url(../images/about1.avif) no-repeat center center;
  background-size: cover;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
  padding-top: 90px;
}

@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 h2 {
  font-weight: 500;
  font-size: 70px;
  line-height: 75px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    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: #fff;
  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: #fff;
  border-radius: 50%;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span {
  color: #fff;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}

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

.navbar-header .navbar-brand img {
  max-width: 170px;
}

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

.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 15px;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    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;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 100%;
  float: left;
}

@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: 0px;
}

@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 18px;
}

@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 */

.hero-video {

  width: 100%;
  height: 80vh;


}

.hero-video video {
  height: 85vh;
  width: 100%;
  object-fit: cover;
  display: block;

}

.wpo-hero-static {
  position: relative;
  z-index: 9;
  height: 1020px;
  margin: 0 auto;
  background-image: url(../images/hero/image.html);
  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.html);
  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.html);
  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: 60px 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;
  }
}


@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: 24px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpo-site-footer .widget-title h2 {
    font-size: 30px;
  }
}




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

}

.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;
  border-top: 1px solid #3c3c3c;
  padding-top: 25px;
}

.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: 60px;
  padding-bottom: 40px;
  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: 0px;
}

.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: 20px;
}

@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: 15px;
  }
}

.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: 20px;
  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: bold;
  font-size: 20px;
  line-height: 30px;
  max-width: 300px;
  margin: 0 auto;
  padding-top: 10px;
}

@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.html);
  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.html);
  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.html);
  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;
}

.wpo-portfolio-section-s2 span{
  font-style: italic;
}

@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: 40px 0 40px 0;
  z-index: 1;
  overflow: hidden;
}

.wpo-quote-section {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  top: 220px;
}


@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: 1160px;
  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: 70px;
  line-height: 70px;
}

@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.html);
  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.html);
}

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

.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: 80px 0;
  overflow: hidden;
}

.message-area textarea {
  height: 145px !important;
}

.message-area textarea::placeholder {
  color: #fff;
}

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

@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: 60px;
  line-height: 60px;

}

@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: 45px;
  border: 0;
  border: 1px solid #E6DCD0;
  color: #fff;
  border-radius: 0;
  padding-left: 20px;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  background: transparent;
  margin-bottom: 18px;
}

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

.wpo-contact-form-area .form-control::placeholder {
  color: #fff;
}

.wpo-contact-form-area select.form-control {
  color: #fff;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon.html) 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.html) 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;

}



@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: #cbede2;

}

@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: 80px 0;
  background: #f5f5f5;
}

@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-wrap {
  margin-top: 50px;
}

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

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

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

.wpo-story-section-s8 .slick-next::before {
  content: url(../images/right-arrow-2.html);
}

/* 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: center;
}

@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: 60px;
  line-height: 70px;
  padding-bottom: 15px;
}

.about-right img {
  width: 100%;
  height: 760px;
  object-fit: cover;
}


@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.html);
  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.html);
}

.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.html) 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.html);
  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;
  height: 100%;
  border-bottom: 5px solid #e9a84e;
}

.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: #2f7666;
  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;

}

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

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


/**new services section css start here**/
/* =========================================
   MAIN SECTION
========================================= */

.booth-experience {
  --booth-dark: #101014;
  --booth-dark-2: #17151c;
  --booth-green: #164f43;
  --booth-purple: #5421b8;
  --booth-orange: #f0a13a;
  --booth-white: #ffffff;
  --booth-light: #f5f3ef;
  --booth-text: #1b1b1d;

  width: 100%;
  overflow: hidden;
  color: var(--booth-text);
}

.booth-experience *,
.booth-experience *::before,
.booth-experience *::after {
  box-sizing: border-box;
}

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

.booth-intro {
  max-width: 850px;
  margin: 0 auto;
  padding: 60px 30px 60px;
  text-align: center;
}

.booth-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #777;
}

.booth-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.booth-intro h2 {
  margin: 18px 0;
  font-size: clamp(45px, 6vw, 78px);
  line-height: .95;
  font-weight: 400;
  letter-spacing: -3px;
}

.booth-intro h2 span {
  font-style: italic;
}

.booth-intro p {
  max-width: 600px;
  margin: 25px auto 0;
  color: #6f6f72;
  font-size: 15px;
  line-height: 1.8;
}


/* =========================================
   COMMON
========================================= */

.booth-number {
  display: block;
  margin-bottom: 25px;
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  opacity: .65;
}

.booth-btn {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding: 15px 22px;
  background: var(--booth-green);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: .3s ease;
  width: max-content;
}

.booth-btn span {
  font-size: 18px;
  line-height: 0;
}

.booth-btn:hover {
  background: #0e352d;
  transform: translateY(-3px);
}


/* =========================================
   OPEN AIR
========================================= */

.booth-open-air {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 700px;
  background: var(--booth-light);
  position: relative;
}

.open-air-image {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.open-air-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, .45),
      transparent 45%);
}

.image-tag {
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: 2;
  padding: 12px 15px;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}

.image-tag span {
  margin-right: 12px;
  color: #999;
}

.open-air-floating {
  position: absolute;
  z-index: 3;
  bottom: 50px;
  left: 50px;
  color: #fff;
}

.open-air-floating span {
  display: block;
  margin-bottom: 10px;
  font-size: 10px;
  letter-spacing: 2px;
}

.open-air-floating strong {
  display: block;

  font-size: clamp(35px, 4vw, 58px);
  line-height: .95;
  font-weight: 400;
}

.open-air-content {
  padding: 90px 8vw 80px 70px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.open-air-content h3,
.booth-virtual h3 {
  margin: 0;

  font-size: clamp(45px, 5vw, 68px);
  line-height: .85;
  font-weight: 400;
}

.open-air-content h3 em,
.booth-virtual h3 em {
  display: block;
  font-style: italic;
}

.open-air-content h4,
.video-description h4,
.booth-virtual h4 {
  margin: 35px 0 15px;

  font-size: 22px;
}

.open-air-content p,
.video-description p,
.booth-virtual p {
  color: #000;
  line-height: 1.8;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 20px;
  margin-top: 25px;
}

.feature-grid span{
  background: #1ba77c;
    padding: 3px 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}

.feature-list span{
  background: #9f8335;
    padding: 3px 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}


.virtual-features span{
  background: #a3302e;
    padding: 3px 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}



.booth-3in1-features div{
    background: #21698f;
    padding: 3px 5px;
    color: #fff;
    font-weight: bold;
    border-radius: 2px;
}

.booth-3in1-features div span{
  color: #fff;
}

.booth-3in1-features div p{
  color: #fff;
}



.feature-grid span::before,
.virtual-features span::before,
.feature-list span::before {
  content: "✦";
  margin-right: 8px;
  font-size: 9px;
}


/* =========================================
   360 VIDEO
========================================= */

.booth-360 {
  min-height: 850px;
  padding: 100px 8vw;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background: var(--booth-dark);
  color: #fff;
  overflow: hidden;
}

.booth-360 h3 {
  color: #fff;
}

.video-content {
  position: relative;
  z-index: 4;
}

.video-heading h3 {
  margin: 0;

  font-size: clamp(70px, 9vw, 130px);
  line-height: .75;
  font-weight: 400;
  letter-spacing: -5px;
}

.video-heading h3 em {
  display: block;
  font-size: .65em;
  font-style: italic;
  letter-spacing: -2px;
}

.video-description {
  margin-top: 20px;
}

.video-description h4 {
  color: #fff;
}

.video-description p {
  color: #fff;
}

.feature-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 25px;
}

.video-visual {
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-circle {
  width: min(500px, 80%);
  aspect-ratio: 1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .35);
  z-index: 3;
}

.video-circle video {
  width: 100%;
  object-fit: scale-down;
}

.video-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(70, 20, 150, .25);
}

.video-circle img {
  filter: saturate(.8);
}

.play-circle {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 18px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 50%;
}

.orbit-one {
  width: 600px;
  height: 600px;
}

.orbit-two {
  width: 730px;
  height: 730px;
}

.floating-label {
  position: absolute;
  z-index: 6;
  padding: 14px 18px;
  background: #fff;
  color: #111;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
}

.label-top {
  right: 2%;
  top: 15%;
}

.label-top small {
  display: block;
  margin-bottom: 5px;
  color: #777;
}

.label-top strong {

  font-size: 30px;
  font-weight: 400;
}

.label-bottom {
  bottom: 15%;
  left: 4%;
}

.location-note {
  position: absolute;
  bottom: 30px;
  left: 8vw;
  color: #777;
  font-size: 10px;
  max-width: 500px;
}

.light-btn {
  background: #fff;
  color: #111;
}

.light-btn:hover {
  background: #ddd;
}


/* =========================================
   3 IN 1
========================================= */

/* ==========================================
   3-IN-1 PHOTO BOOTH
========================================== */

.booth-3in1 {
  width: 100%;
  background: #f3f1ed;
  overflow: hidden;
}

.booth-3in1-inner {
  width: 100%;
  min-height: 760px;

  display: grid;
  grid-template-columns: 1fr 1fr;
}


/* ==========================================
   LEFT VISUAL
========================================== */

.booth-3in1-visual {
  position: relative;
  padding: 0;
  min-height: 760px;
}


/* MAIN IMAGE */

.booth-3in1-main-image {
  position: absolute;
  left: 0;
  top: 0;

  width: 100%;
  height: 100%;

  overflow: hidden;
}

.booth-3in1-main-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;

  transition: transform .8s ease;
}

.booth-3in1-main-image:hover img {
  transform: scale(1.04);
}


.booth-3in1-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .78) 0%,
      rgba(0, 0, 0, .08) 55%,
      rgba(0, 0, 0, .05) 100%);
}


/* IMAGE TEXT */

.booth-3in1-image-text {
  position: absolute;

  left: 45px;
  bottom: 170px;

  color: #fff;

  z-index: 2;
}

.booth-3in1-image-text span {
  display: block;

  margin-bottom: 10px;

  font-size: 9px;

  font-weight: 700;

  letter-spacing: 2px;
}

.booth-3in1-image-text strong {
  display: block;



  font-size: clamp(38px, 4vw, 62px);

  font-weight: 400;

  line-height: .92;
}


/* ==========================================
   THREE OPTIONS
========================================== */

.booth-3in1-options {
  position: absolute;

  z-index: 5;

  left: 35px;
  right: 35px;
  bottom: 35px;

  display: grid;

  grid-template-columns:
    1fr 1fr 1fr;

  gap: 8px;
}


.booth-3in1-option {
  height: 105px;

  position: relative;

  overflow: hidden;

  cursor: pointer;

  background: #111;
}


.option-img {
  position: absolute;
  inset: 0;
}

.option-img img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  opacity: .58;

  transition:
    transform .5s ease,
    opacity .4s ease;
}


.booth-3in1-option::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(to top,
      rgba(0, 0, 0, .8),
      transparent);
}


.booth-3in1-option:hover img {
  transform: scale(1.08);

  opacity: .9;
}


/* ACTIVE */

.booth-3in1-option.active {
  outline: 2px solid #075b4d;

  outline-offset: -2px;
}

.booth-3in1-option.active img {
  opacity: 1;
}


/* OPTION TEXT */

.option-content {
  position: absolute;

  z-index: 3;

  left: 15px;
  bottom: 13px;

  color: #fff;
}

.option-content small {
  display: block;

  margin-bottom: 4px;

  font-size: 8px;

  opacity: .75;
}

.option-content strong {
  display: block;


  font-size: 18px;

  font-weight: 400;

  text-transform: uppercase;
}


/* ==========================================
   RIGHT CONTENT
========================================== */

.booth-3in1-content {
  display: flex;

  flex-direction: column;

  justify-content: center;

  padding:
    80px clamp(50px, 7vw, 120px) 80px 55px;

  background: #f3f1ed;
}


/* NUMBER */

.booth-3in1-number {
  font-size: 9px;

  letter-spacing: 2px;

  color: #777;

  margin-bottom: 35px;
}


/* LABEL */

.booth-3in1-label {
  display: flex;

  align-items: center;

  gap: 9px;

  margin-bottom: 20px;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1.6px;

  color: #666;
}

.booth-3in1-label span {
  width: 25px;

  height: 1px;

  background: #777;
}


/* TITLE */

.booth-3in1-content h2 {
  margin: 0;



  font-size:
    clamp(55px, 5vw, 82px);

  line-height: .78;

  font-weight: 400;

  letter-spacing: -3px;
}

.booth-3in1-content h2 em {
  display: block;

  font-style: italic;

  font-size: .78em;

  margin-top: 8px;
}


/* SUB TITLE */

.booth-3in1-content h3 {
  margin:
    35px 0 15px;



  font-size: 21px;

  line-height: 1.25;

  font-weight: 600;
}


/* DESCRIPTION */

.booth-3in1-content>p {
  margin: 0;

  color: #5f5f5f;
  line-height: 1.8;
}


/* ==========================================
   FEATURES
========================================== */

.booth-3in1-features {
  display: grid;

  grid-template-columns:
    1fr 1fr;

  gap:
    13px 25px;

  margin-top: 28px;

  max-width: 650px;
}

.booth-3in1-features div {
  display: flex;

  align-items: center;

  gap: 9px;
}

.booth-3in1-features span {
  font-size: 13px;

  color: #075b4d;

  line-height: 1;
}

.booth-3in1-features p {
  margin: 0;

  color: #292929;

  line-height: 1.4;
}


/* ==========================================
   BUTTON
========================================== */

.booth-3in1-btn {
  display: flex;

  align-items: center;

  justify-content: space-between;

  width: max-content;

  height: 48px;

  margin-top: 32px;

  padding:
    0 18px;

  background: #075b4d;

  color: #fff;

  text-decoration: none;

  text-transform: uppercase;


  font-weight: 700;

  letter-spacing: 1px;

  transition:
    background .3s ease,
    transform .3s ease;
}

.booth-3in1-btn b {
  font-size: 17px;

  font-weight: 400;
}

.booth-3in1-btn:hover {
  background: #043d34;

  transform: translateY(-2px);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

  .booth-3in1-inner {
    grid-template-columns: 1fr;
  }

  .booth-3in1-visual {
    min-height: 600px;
  }

  .booth-3in1-content {
    padding:
      70px 7vw;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 600px) {

  .booth-3in1-visual {
    min-height: 520px;
  }

  .booth-3in1-image-text {
    left: 25px;

    bottom: 140px;
  }

  .booth-3in1-image-text strong {
    font-size: 36px;
  }

  .booth-3in1-options {
    left: 15px;
    right: 15px;
    bottom: 15px;

    gap: 5px;
  }

  .booth-3in1-option {
    height: 90px;
  }

  .option-content {
    left: 10px;
    bottom: 9px;
  }

  .option-content strong {
    font-size: 12px;
  }

  .booth-3in1-content {
    padding:
      60px 25px;
  }

  .booth-3in1-content h2 {
    font-size: 58px;
  }

  .booth-3in1-content h3 {
    font-size: 19px;
  }

  .booth-3in1-content>p {
    font-size: 12px;
  }

  .booth-3in1-features {
    grid-template-columns: 1fr;

    gap: 11px;
  }

  .booth-3in1-btn {
    margin-top: 28px;
  }

}

/* =========================================
   VIRTUAL
========================================= */

.booth-virtual {
  min-height: 850px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 100px 8vw;
  background: #dcd7f1;
  overflow: hidden;
}

.virtual-background-circle {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: #c4b9e9;
  left: -180px;
  top: 50%;
  transform: translateY(-50%);
}

.phone-area {
  position: relative;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.phone {
  width: 280px;
  height: 560px;
  padding: 10px;
  background: #101014;
  border: 5px solid #25232c;
  border-radius: 38px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
  transform: rotate(-7deg);
  position: relative;
  z-index: 3;
}

.phone::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 18px;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #101014;
  border-radius: 0 0 15px 15px;
  z-index: 10;
}

.phone-screen {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
}

.phone-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, .75),
      transparent 60%);
}

.phone-ui {
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 25px;
  color: #fff;
}

.phone-ui span {
  font-size: 8px;
  letter-spacing: 2px;
}

.phone-ui strong {
  display: block;
  margin: 12px 0;

  font-size: 27px;
  line-height: .95;
  font-weight: 400;
}

.phone-ui small {
  font-size: 9px;
}

.phone-glow {
  position: absolute;
  width: 350px;
  height: 350px;
  background: rgba(255, 255, 255, .35);
  filter: blur(90px);
  border-radius: 50%;
}

.floating-chip {
  position: absolute;
  z-index: 5;
  padding: 13px 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
  font-size: 10px;
  font-weight: 700;
}

.chip-one {
  top: 18%;
  right: 8%;
}

.chip-two {
  top: 42%;
  left: 0;
}

.chip-three {
  bottom: 18%;
  right: 4%;
}

.virtual-content {
  position: relative;
  z-index: 3;
  max-width: 100%;
}

.virtual-content .booth-eyebrow {
  margin-bottom: 25px;
}

.virtual-content h3 {
  font-size: clamp(60px, 7vw, 70px);
}

.virtual-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 25px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

  .booth-open-air,
  .booth-360,
  .booth-virtual {
    grid-template-columns: 1fr;
  }

  .open-air-image {
    min-height: 550px;
  }

  .open-air-content {
    padding: 70px 8vw;
  }

  .video-visual {
    height: 550px;
    margin-top: 40px;
  }

  .video-content {
    max-width: 700px;
  }

  .three-options {
    grid-template-columns: 1fr 1fr;
  }

  .three-main {
    grid-column: span 2;
  }

  .three-card {
    height: 350px;
  }

  .booth-virtual {
    padding-top: 80px;
  }

  .phone-area {
    order: 2;
  }

  .virtual-content {
    order: 1;
  }

  .virtual-background-circle {
    top: 65%;
  }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

  .booth-intro {
    padding: 75px 20px 60px;
  }

  .booth-intro h2 {
    font-size: 45px;
    letter-spacing: -2px;
  }

  .booth-intro p {
    font-size: 13px;
  }


  /* OPEN AIR */

  .open-air-image {
    min-height: 450px;
  }

  .image-tag {
    left: 20px;
    top: 20px;
  }

  .open-air-floating {
    left: 25px;
    bottom: 30px;
  }

  .open-air-floating strong {
    font-size: 40px;
  }

  .open-air-content {
    padding: 60px 25px;
  }

  .open-air-content h3 {
    font-size: 55px;
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }


  /* 360 */

  .booth-360 {
    padding: 70px 25px;
  }

  .video-heading h3 {
    font-size: 75px;
  }

  .video-description {
    margin-top: 50px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }

  .video-visual {
    height: 420px;
    margin-top: 30px;
  }

  .video-circle {
    width: 300px;
  }

  .orbit-one {
    width: 350px;
    height: 350px;
  }

  .orbit-two {
    width: 420px;
    height: 420px;
  }

  .label-top {
    right: 0;
    top: 8%;
  }

  .label-bottom {
    bottom: 8%;
    left: 0;
  }

  .location-note {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 30px;
  }


  /* 3 IN 1 */

  .booth-three {
    padding: 75px 25px;
  }

  .three-heading h3 {
    font-size: 60px;
    letter-spacing: -2px;
  }

  .three-options {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .three-main {
    grid-column: auto;
    height: 400px;
  }

  .three-card {
    height: 300px;
  }

  .three-features {
    flex-direction: column;
  }


  /* VIRTUAL */

  .booth-virtual {
    padding: 70px 25px;
  }

  .virtual-content h3 {
    font-size: 65px;
  }

  .virtual-features {
    grid-template-columns: 1fr;
  }

  .phone-area {
    height: 550px;
    margin-top: 30px;
  }

  .phone {
    width: 230px;
    height: 460px;
  }

  .floating-chip {
    font-size: 9px;
    padding: 10px 13px;
  }

  .chip-one {
    right: 0;
  }

  .chip-two {
    left: -5px;
  }

  .chip-three {
    right: 0;
  }

  .virtual-background-circle {
    width: 500px;
    height: 500px;
    left: -120px;
  }

}

/** new services section css end her**/


.input-item label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

input::-webkit-input-placeholder {
  color: #fff;
}

.message-area label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.wpo-contact-section .contact-wrap {
  background: #093a6a;
  padding: 40px;
  border-radius: 10px;
}

.contact-left .image img {
  border-radius: 10px;
}

.pro-faq-section {
  padding: 110px 20px;
  background: #f7f8f6;
}

.pro-faq-container {
  max-width: 1260px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 90px;
  align-items: start;
}

/* ----------------------------------------- LEFT CONTENT ----------------------------------------- */
.pro-faq-intro {
  position: sticky;
  top: 80px;
}

.pro-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #7c8b76;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.pro-faq-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: #7c8b76;
}

.pro-faq-title {
  margin: 0 0 22px;
  color: #20251f;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -1.8px;
}

.pro-faq-title span {
  display: block;
  color: #7c8b76;
  font-style: italic;
}

.pro-faq-description {
  max-width: 430px;
  margin: 0 0 32px;
  color: #687067;
  font-size: 16px;
  line-height: 1.8;
}

.pro-faq-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  border: 1px solid #cdd2cb;
  border-radius: 50px;
  color: #252a24;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pro-faq-button span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #252a24;
  color: #fff;
  transition: transform 0.3s ease;
}

.pro-faq-button:hover {
  border-color: #252a24;
}

.pro-faq-button:hover span {
  transform: translateX(3px);
}

/* ----------------------------------------- FAQ LIST ----------------------------------------- */
.pro-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pro-faq-item {
  overflow: hidden;
  border: 1px solid #e0e4de;
  border-radius: 14px;
  background: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.pro-faq-item:hover {
  border-color: #c8cec5;
}

.pro-faq-item.active {
  border-color: #c8cec5;
  box-shadow: 0 12px 35px rgba(30, 40, 30, 0.06);
}

/* ----------------------------------------- QUESTION ----------------------------------------- */
.pro-faq-question {
  width: 100%;
  padding: 25px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 0;
  outline: none;
  background: transparent;
  color: #252a24;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

/* ----------------------------------------- PLUS / MINUS ICON ----------------------------------------- */
.pro-faq-icon {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #d7dcd5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.pro-faq-icon::before,
.pro-faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: #31372f;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.pro-faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.pro-faq-item.active .pro-faq-icon {
  background: #252a24;
  border-color: #252a24;
}

.pro-faq-item.active .pro-faq-icon::before,
.pro-faq-item.active .pro-faq-icon::after {
  background: #ffffff;
}

.pro-faq-item.active .pro-faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* ----------------------------------------- ANSWER ----------------------------------------- */
.pro-faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}

.pro-faq-item.active .pro-faq-answer {
  grid-template-rows: 1fr;
}

.pro-faq-answer-inner {
  overflow: hidden;
}

.pro-faq-answer p {
  margin: 0;
  padding: 0 70px 27px 28px;
  color: #70776f;
  font-size: 15px;
  line-height: 1.8;
}

/* ----------------------------------------- RESPONSIVE ----------------------------------------- */
@media (max-width: 991px) {
  .pro-faq-section {
    padding: 80px 20px;
  }

  .pro-faq-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .pro-faq-intro {
    position: static;
  }

  .pro-faq-description {
    max-width: 600px;
  }
}

@media (max-width: 575px) {
  .pro-faq-section {
    padding: 65px 16px;
  }

  .pro-faq-title {
    font-size: 40px;
    letter-spacing: -1.2px;
  }

  .pro-faq-question {
    padding: 21px 18px;
    font-size: 15px;
  }

  .pro-faq-answer p {
    padding: 0 18px 22px;
    font-size: 14px;
  }

  .pro-faq-icon {
    flex-basis: 29px;
    width: 29px;
    height: 29px;
  }

  .pro-faq-list {
    gap: 9px;
  }
}

.event-item .icon i {
  font-size: 50px;
}

.quick-links-list ul {
  column-count: 2;
}

ul.social-footer {
  display: flex;
  justify-content: right;
  margin-top: 20px;

}

ul.social-footer li {
  margin-left: 10px;
}

ul.social-footer 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-portfolio-section-s2 h2 {
  font-size: 60px;
  font-weight: 400;
}


/* ========================================= PREMIUM VIDEO SECTION ========================================= */
.premium-video-section {
  padding: 110px 20px;
  background: #ffded3;
}

.premium-video-container {
  max-width: 1400px;
  margin: 0 auto;
}

/* ========================================= SECTION HEADING ========================================= */
.premium-video-heading {
  max-width: 650px;
  margin: 0 auto 55px;
  text-align: center;
}

.premium-video-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #7b8876;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
}

.premium-video-heading h2 {
  margin: 0 0 18px;
  color: #20251f;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -1.8px;
}

.premium-video-heading h2 span {
  color: #7b8876;
  font-style: italic;
}

.premium-video-heading p {
  max-width: 560px;
  margin: 0 auto;
  color: #70766f;
  font-size: 16px;
  line-height: 1.8;
}

/* ========================================= VIDEO GRID ========================================= */
.premium-video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* ========================================= VIDEO CARD ========================================= */
.premium-video-card {
  position: relative;
  height: 540px;
  overflow: hidden;
  background: #222;
  cursor: pointer;
}

/* Video */
.premium-video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.8s ease;
}

/* Zoom on hover */
.premium-video-card:hover .premium-video {
  transform: scale(1.06);
}

/* ========================================= DARK OVERLAY ========================================= */
.premium-video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.72) 100%);
  pointer-events: none;
}

/* ========================================= PLAY BUTTON ========================================= */
.premium-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}

/* Triangle */
.premium-video-play span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
}

/* Hover play button */
.premium-video-card:hover .premium-video-play {
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255, 255, 255, 0.2);
}

/* ========================================= BOTTOM CONTENT ========================================= */
.premium-video-content {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  color: #fff;
}

.premium-video-content span {
  display: block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  opacity: 0.75;
}

.premium-video-content h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
}

/* ========================================= TABLET ========================================= */
@media (max-width: 1100px) {
  .premium-video-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .premium-video-card {
    height: 500px;
  }
}

/* ========================================= MOBILE ========================================= */
@media (max-width: 600px) {
  .premium-video-section {
    padding: 75px 16px;
  }

  .premium-video-heading {
    margin-bottom: 35px;
  }

  .premium-video-heading h2 {
    font-size: 38px;
  }

  .premium-video-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .premium-video-card {
    height: 470px;
  }
}


@media screen and (min-width:1200px) and (max-width:1500px) {

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

  .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: 50px;
    line-height: 70px;
  }

  .wpo-quote-section {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 170px;
  }

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

  .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: 44px;
    line-height: 50px;
  }

  .wpo-contact-form-area .form-control {
    margin-bottom: 10px;
  }

  .message-area textarea {
    height: 85px !important;
  }

  .message-area label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
  }

  .input-item label {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
  }

  .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: 20px;
    line-height: 100%;
    text-transform: uppercase;
  }

  .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: 25px;
  }

  .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: 0px;
  }

  .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-weight: bold;
  }
}


/**packages css start here**/
/* ==========================================
   PACKAGES SECTION
========================================== */

.sp-packages {
  width: 100%;
  padding: 50px 100px 50px 100px;
  background: #f3f1eb;
  color: #111;
  overflow: hidden;
}

.sp-packages *,
.sp-packages *::before,
.sp-packages *::after {
  box-sizing: border-box;
}


/* ==========================================
   INTRO
========================================== */

.sp-packages-intro {
  max-width: 1100px;
  margin: 0 auto 80px;
  text-align: center;
}

.sp-packages-small-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 25px;

  font-size: 8px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #666;
}

.sp-packages-small-title::before,
.sp-packages-small-title::after {
  content: "";
  width: 25px;
  height: 1px;
  background: #888;
}


.sp-packages-intro h2 {
  margin: 0;


  font-size: clamp(55px, 6.5vw, 78px);
  font-weight: 400;
  line-height: .86;
  letter-spacing: -4px;
}

.sp-packages-intro h2 em {
  display: block;
  font-style: italic;
}


.sp-packages-intro p {
  margin: 35px auto 0;
  color: #666;
  line-height: 1.85;
}

.sp-packages-intro strong {
  color: #222;
}


/* ==========================================
   FEATURED OPEN AIR
========================================== */

.sp-package-feature {
  max-width: 1400px;
  min-height: 620px;

  margin: auto;

  display: grid;
  grid-template-columns: 1.08fr .92fr;

  background: #fff;
}


/* IMAGE */

.sp-package-feature-image {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.sp-package-feature-image img {
  width: 100%;
  height: 600px;

  object-fit: cover;

  display: block;

  transition: transform .8s ease;
}

.sp-package-feature:hover .sp-package-feature-image img {
  transform: scale(1.04);
}


.sp-feature-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, .05) 20%,
      rgba(0, 0, 0, .65) 100%);
}


/* CONTENT */

.sp-package-feature-content {
  position: relative;

  padding: 70px;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sp-package-number {
  position: absolute;

  top: 35px;
  right: 45px;

  color: #888;

  font-size: 8px;
  letter-spacing: 2px;
}


.sp-package-feature-content h3 {
  margin: 0;



  font-size: clamp(55px, 5vw, 78px);

  font-weight: 400;

  line-height: .78;

  letter-spacing: -3px;
}

.sp-package-feature-content h3 em {
  display: block;

  margin-top: 7px;

  font-style: italic;
}


.sp-package-feature-content>p {
  max-width: 500px;

  margin: 35px 0 0;

  color: #000;

  line-height: 1.8;
}


/* ==========================================
   BEST FOR
========================================== */

.sp-best-for {
  margin-top: 30px;

  padding-top: 20px;

  border-top: 1px solid #ddd;
}

.sp-best-for span {
  display: block;

  margin-bottom: 8px;

  color: #777;

  font-size: 8px;

  font-weight: 700;

  letter-spacing: 1.5px;
}

.sp-best-for p {
  margin: 0;



  font-size: 15px;

  line-height: 1.45;
}


/* ==========================================
   THREE PACKAGE CARDS
========================================== */

.sp-package-grid {
  max-width: 1400px;

  margin: 10px auto 0;

  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 10px;
}


.sp-package-card {
  background: #fff;

  overflow: hidden;
}


/* IMAGE */

.sp-package-card-image {
  position: relative;

  height: 320px;

  overflow: hidden;
}

.sp-package-card-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .7s ease;
}

.sp-package-card:hover .sp-package-card-image img {
  transform: scale(1.06);
}


.sp-card-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to bottom,
      transparent 45%,
      rgba(0, 0, 0, .7));
}


.sp-package-card-image>span {
  position: absolute;

  z-index: 2;

  top: 20px;
  left: 22px;

  color: #fff;

  font-size: 9px;
  letter-spacing: 2px;
}


/* CARD CONTENT */

.sp-package-card-content {
  padding: 35px;
}


.sp-package-card-content h3 {
  margin: 0 0 22px;



  font-size: 37px;

  line-height: .82;

  font-weight: 400;

  letter-spacing: -1px;
}

.sp-package-card-content h3 em {

  font-style: italic;
}


.sp-package-card-content>p {
  min-height: 80px;

  margin: 0;

  color: #666;

  line-height: 1.75;
}


.sp-package-card .sp-best-for {
  margin-top: 25px;
}

.sp-package-card .sp-best-for p {
  font-size: 13px;
}


/* ==========================================
   ADD-ONS
========================================== */

.sp-addons {
  max-width: 1400px;

  margin: 10px auto 0;

  padding: 70px;

  display: grid;

  grid-template-columns: .75fr 1.25fr;

  gap: 80px;

  background: #000;

  color: #fff;
}


/* LEFT */

.sp-addons-heading h3 {
  margin: 0;


  color: #fff;
  font-size: clamp(48px, 5vw, 70px);

  line-height: .8;

  font-weight: 400;

  letter-spacing: -2px;
}

.sp-addons-heading h3 em {
  display: block;

  font-style: italic;
}


.sp-addons-heading p {
  max-width: 330px;

  margin: 28px 0 0;

  color: #999;

  line-height: 1.8;
}


/* LIST */

.sp-addons-list {
  display: grid;

  grid-template-columns: 1fr 1fr;

  border-top: 1px solid #333;
}


.sp-addons-list>div {
  min-height: 75px;

  display: grid;

  grid-template-columns: 35px 1fr;

  align-items: center;

  gap: 10px;

  padding: 0 15px;

  border-bottom: 1px solid #333;

  transition: .3s ease;
}


.sp-addons-list>div:nth-child(odd) {
  border-right: 1px solid #333;
}


.sp-addons-list>div:hover {
  padding-left: 22px;

  background: #19191e;
}


.sp-addons-list span {
  color: #666;



  letter-spacing: 1px;
}


.sp-addons-list strong {




  font-weight: 400;
}


/* ==========================================
   VIEW ALL PACKAGES
========================================== */

.sp-view-packages {
  max-width: 1400px;

  height: 58px;


  margin: 30px auto 0;

  padding: 0 22px;
  width: max-content;

  display: flex;

  align-items: center;

  justify-content: space-between;

  background: #075b4d;

  color: #fff;

  text-decoration: none;

  text-transform: uppercase;

  font-weight: 700;

  letter-spacing: 1.2px;

  transition: .3s ease;
}


.sp-view-packages b {
  font-size: 18px;

  font-weight: 400;

  transition: .3s ease;
}


.sp-view-packages:hover {
  background: #043d34;
}


.sp-view-packages:hover b {
  transform: translate(3px, -3px);
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 1000px) {

  .sp-packages {
    padding: 80px 3%;
  }

  .sp-package-feature {
    grid-template-columns: 1fr 1fr;
  }

  .sp-package-feature-content {
    padding: 45px;
  }

  .sp-package-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sp-package-card:last-child {
    grid-column: span 2;
  }

  .sp-addons {
    grid-template-columns: 1fr;
    gap: 45px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 650px) {

  .sp-packages {
    padding: 70px 15px;
  }


  /* INTRO */

  .sp-packages-intro {
    margin-bottom: 50px;
  }

  .sp-packages-intro h2 {
    font-size: 52px;

    letter-spacing: -2px;
  }

  .sp-packages-intro p {
    margin-top: 25px;

    font-size: 12px;
  }


  /* FEATURE */

  .sp-package-feature {
    display: block;
  }

  .sp-package-feature-image {
    min-height: 430px;
  }

  .sp-package-feature-content {
    padding: 55px 25px;
  }

  .sp-package-feature-content h3 {
    font-size: 56px;
  }

  .sp-package-number {
    top: 25px;
    right: 25px;
  }


  /* CARDS */

  .sp-package-grid {
    display: block;
  }

  .sp-package-card {
    margin-top: 10px;
  }

  .sp-package-card-image {
    height: 300px;
  }

  .sp-package-card-content {
    padding: 30px 25px;
  }


  /* ADDONS */

  .sp-addons {
    display: block;

    padding: 55px 25px;
  }

  .sp-addons-heading {
    margin-bottom: 40px;
  }

  .sp-addons-list {
    grid-template-columns: 1fr;
  }

  .sp-addons-list>div:nth-child(odd) {
    border-right: 0;
  }


  /* CTA */

  .sp-view-packages {
    height: 55px;
  }

}

/**packages css end here**/


/* =========================================
   SHARP FEATURES SECTION
========================================= */

.sharp-features-section {
    width: 100%;
    padding: 75px 4%;
    background: #f5af4d;
    color: #111;
    
}

.sharp-features-container {
    max-width: 1450px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.sharp-features-heading {
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}

.sharp-features-heading > span {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 17px;

    color: #666;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;
}

.sharp-features-heading > span::before {
    content: "";

    width: 24px;
    height: 1px;

    background: #777;
}

.sharp-features-heading h2 {
    margin: 0;


    font-size: clamp(45px, 5vw, 68px);
    font-weight: 400;

    line-height: .9;
    letter-spacing: -3px;
}

.sharp-features-heading h2 em {
    font-style: italic;
}

.sharp-features-heading p {


    margin: 22px auto 0;

    color: #000;


    line-height: 1.8;
}


/* =========================================
   FEATURE ROW
========================================= */

.sharp-feature-row {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 16px;
}


/* =========================================
   FEATURE CARD
========================================= */

.sharp-feature-card {
    position: relative;

    min-height: 310px;

    padding: 28px 25px;

    background: #fff;

    border-radius: 4px;

    box-shadow:
        0 12px 35px rgba(25, 20, 15, .09);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


/* =========================================
   ICON
========================================= */

.sharp-feature-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 50%;

    font-size: 21px;

    transition:
        transform .35s ease;
}


/* ICON COLORS */

.sharp-icon-blue {
    color: #1677c8;
    background: #e7f3ff;
}

.sharp-icon-purple {
    color: #8055c8;
    background: #f0e9ff;
}

.sharp-icon-orange {
    color: #e47a20;
    background: #fff0df;
}

.sharp-icon-green {
    color: #178267;
    background: #e3f5ef;
}

.sharp-icon-pink {
    color: #d44b82;
    background: #fde8f0;
}


/* =========================================
   NUMBER
========================================= */

.sharp-feature-number {
    position: absolute;

    top: 29px;
    right: 25px;

    color: #c5c2bb;


    font-size: 12px;

    letter-spacing: 1px;
}


/* =========================================
   TITLE
========================================= */

.sharp-feature-card h3 {
    margin: 0 0 14px;


    font-size: 22px;

    font-weight: 400;

    line-height: 1.05;

    letter-spacing: -.5px;
}


/* =========================================
   DESCRIPTION
========================================= */

.sharp-feature-card p {
    margin: 0;

    color: #666;


    line-height: 1.75;
}


/* =========================================
   BOTTOM ACCENT
========================================= */

.sharp-feature-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 3px;

    background: #075b4d;

    transition: width .35s ease;
}


/* =========================================
   HOVER
========================================= */

.sharp-feature-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 45px rgba(25, 20, 15, .14);
}

.sharp-feature-card:hover::after {
    width: 100%;
}

.sharp-feature-card:hover
.sharp-feature-icon {
    transform: scale(1.08) rotate(-5deg);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .sharp-feature-row {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================================
   SMALL TABLET
========================================= */

@media (max-width: 750px) {

    .sharp-features-section {
        padding: 60px 25px;
    }

    .sharp-feature-row {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 520px) {

    .sharp-features-section {
        padding: 55px 18px;
    }

    .sharp-features-heading {
        margin-bottom: 35px;
    }

    .sharp-features-heading h2 {
        font-size: 46px;
        letter-spacing: -2px;
    }

    .sharp-features-heading p {
        font-size: 10.5px;
    }

    .sharp-feature-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sharp-feature-card {
        min-height: 230px;
        padding: 25px;
    }

}



/* =========================================
   EVERY CELEBRATION HAS A STORY
========================================= */

.sharp-story-section {
    width: 100%;
    padding: 80px 4%;
    background: #ffffff;
    color: #111111;
}

.sharp-story-container {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.sharp-story-heading {
    text-align: center;
    margin-bottom: 48px;
}

.sharp-story-heading span {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 18px;

    font-size: 8px;
    font-weight: 700;
    letter-spacing: 2px;

    color: #777777;
}

.sharp-story-heading span::before,
.sharp-story-heading span::after {
    content: "";

    width: 25px;
    height: 1px;

    background: #777777;
}


.sharp-story-heading h2 {
    margin: 0;

    font-size: clamp(45px, 5vw, 68px);
    font-weight: 400;

    line-height: .9;
    letter-spacing: -3px;
}

.sharp-story-heading h2 em {
    font-style: italic;
}


/* =========================================
   CARDS ROW
========================================= */

.sharp-story-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}


/* =========================================
   CARD
========================================= */

.sharp-story-card {
    position: relative;

    min-height: 325px;

    padding: 28px 25px 30px;

    background: #ffffff;

    border: 1px solid #eeeeee;
    border-radius: 8px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.07);

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease;
}


/* =========================================
   ICON CIRCLE
========================================= */

.sharp-story-icon {
    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    border-radius: 50%;

    font-size: 23px;

    transition:
        transform .35s ease;
}


/* Colorful Icons */

.story-icon-1 {
    color: #d86b46;
    background: #fff0e9;
}

.story-icon-2 {
    color: #5274c9;
    background: #edf1ff;
}

.story-icon-3 {
    color: #d44e82;
    background: #fcebf2;
}

.story-icon-4 {
    color: #bc5a91;
    background: #f8eaf3;
}

.story-icon-5 {
    color: #13806b;
    background: #e6f5f1;
}


/* =========================================
   NUMBER
========================================= */

.sharp-story-number {
    position: absolute;

    top: 31px;
    right: 25px;

    font-size: 9px;
    letter-spacing: 1.5px;

    color: #bcbcbc;
}


/* =========================================
   TITLE
========================================= */

.sharp-story-card h3 {
    margin: 0 0 15px;

    font-size: 23px;
    font-weight: 500;

    line-height: 1.08;
    letter-spacing: -.5px;
}


/* =========================================
   DESCRIPTION
========================================= */

.sharp-story-card p {
    margin: 0;
    color: #000;
    line-height: 1.75;
}

.sharp-story-card p strong {
    color: #222222;
    font-weight: 600;
}


/* =========================================
   BOTTOM ACCENT
========================================= */

.sharp-story-card::after {
    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 0;
    height: 4px;

    background: #075b4d;

    transition: width .35s ease;
}


/* =========================================
   HOVER
========================================= */

.sharp-story-card:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 45px rgba(0, 0, 0, 0.11);
}

.sharp-story-card:hover::after {
    width: 100%;
}

.sharp-story-card:hover .sharp-story-icon {
    transform: scale(1.08) rotate(-5deg);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .sharp-story-row {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* =========================================
   SMALL TABLET
========================================= */

@media (max-width: 750px) {

    .sharp-story-section {
        padding: 65px 25px;
    }

    .sharp-story-row {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 520px) {

    .sharp-story-section {
        padding: 55px 18px;
    }

    .sharp-story-heading {
        margin-bottom: 35px;
    }

    .sharp-story-heading h2 {
        font-size: 45px;
        letter-spacing: -2px;
    }

    .sharp-story-row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .sharp-story-card {
        min-height: auto;
        padding: 25px;
    }

    .sharp-story-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 22px;
    }

}



.process-section {
    padding: 60px 20px;
    background: #1d5241;
    color: #212529;
  }

  .process-container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding:20px 100px;
    box-sizing: border-box;
  }

  .process-title {
margin: 0;
    font-size: clamp(45px, 5vw, 68px);
    font-weight: 400;
    line-height: .9;
    letter-spacing: -3px;
  }

  .process-title span{
    font-style: italic;
  }



  .process-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
  }

  .process-card {
    flex: 1;
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.03);
  }

  .process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  }

  .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .icon-wrapper {
    width: 50px;
    height: 50px;
    background: #e7f1ff;
    color: #007bff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
  }

  .icon-wrapper i{
    color: #1d5241;
    font-size: 3rem;
  }

  .step-number {
    font-size: 1.1rem;
    font-weight: 700;
    color: #6c757d;
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 20px;
  }

  .step-title {
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .step-description {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #000;
    margin: 0;
  }


  /**hero bottom css start here**/
  .hero-bottom{
    width: 100%;
    float: left;
    background: #1d5241;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
  }
  .hero-bottom h2{
    color: #fff;
    margin-bottom: 0;
  }

  .about-hero-bottom{
    padding-top: 160px;
  }

  /**sticky contact button**/
  /* =========================================
   STICKY CONTACT BUTTON
========================================= */

.sticky-contact-btn {
    position: fixed;
    right: 2px;
    bottom: 50%;
    z-index: 9999;

    display: inline-flex;
    align-items: center;
    gap: 11px;

    padding: 8px 20px 8px 8px;

    background: #d8494f;
    color: #ffffff;

    border-radius: 50px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;

    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.18);

    transition:
        transform 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;

    animation: stickyContactFloat 3s ease-in-out infinite;
}


/* =========================================
   ICON
========================================= */

.sticky-contact-icon {
    position: relative;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;
    color: #182b23;

    border-radius: 50%;

    font-size: 15px;

    flex-shrink: 0;
}


/* Ripple around icon */

.sticky-contact-icon::before {
    content: "";

    position: absolute;
    inset: -5px;

    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;

    animation: contactPulse 2.2s ease-out infinite;
}


/* =========================================
   HOVER
========================================= */

.sticky-contact-btn:hover {
    color: #ffffff;
    text-decoration: none;

    background: #8b9b63;

    transform: translateY(-4px);

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.22);
}

.sticky-contact-btn:hover .sticky-contact-icon {
    color: #8b9b63;
}


/* =========================================
   FLOAT ANIMATION
========================================= */

@keyframes stickyContactFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-5px);
    }
}


/* =========================================
   PULSE ANIMATION
========================================= */

@keyframes contactPulse {

    0% {
        transform: scale(0.85);
        opacity: 0.8;
    }

    70% {
        transform: scale(1.35);
        opacity: 0;
    }

    100% {
        transform: scale(1.35);
        opacity: 0;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .sticky-contact-btn {
        right: 18px;
        bottom: 20px;

        padding: 7px 17px 7px 7px;

        font-size: 13px;
    }

    .sticky-contact-icon {
        width: 39px;
        height: 39px;

        font-size: 14px;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .sticky-contact-btn {
        right: 15px;
        bottom: 15px;
    }
}
  /*sticky contact button css end**/