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

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 wpo-hero-slider
	3.2 wpo-wedding-date
	3.3 wpo-couple-section
	3.4 wpo-story-section
	3.5 wpo-portfolio-section
	3.6 wpo-contact-section
	3.7 wpo-event-section
	3.8 wpo-blog-section
	3.9 wpo-partners-section

4. wpo-footer

5. Home-style-2
	5.1 wpo-couple-section-s2
	5.2 wpo-story-section-s2
	5.3 wpo-portfolio-section-s2
	5.4 wpo-contact-section-s2
	5.5 wpo-event-section-s2

6. Home-style-3
	6.1 wpo-wedding-date-s2
	6.2 wpo-story-section-s3
	6.3 wpo-contact-section-s3
	6.4 wpo-blog-section-s2

7. Home-style-4
	7.1 wpo-couple-section-s3
	7.2 wpo-team-section
	7.3 wpo-contact-section-s4
	7.4 wpo-screenshot-area

8. Home-style-5
	8.1 wpo-wedding-date-s3
	8.2 couple-section
	8.3 wpo-story-section-s4
	8.4 wpo-video-section
	8.5 wpo-portfolio-section-s4
	8.6 wpo-contact-section-s5
	8.9 wpo-blog-section-s3


9. Home-style-6
	9.1 wpo-wedding-date-s4
	9.2 wpo-couple-section-s4
	9.3 wpo-story-section-s5
	9.4 wpo-portfolio-section-s5
	9.5 wpo-contact-section-s6

10. Home-style-7
	10.1 wpo-couple-section-s5
	10.2 wpo-story-section-s6
	10.3 wpo-contact-section-s7

11. Home-style-8
	11.1 wpo-about-section
	11.2 wpo-fun-fact-section
	11.3 wpo-service-section
	11.4 wpo-portfolio-section-s6
	11.5 wpo-testimonial-section
	11.6 wpo-product-section
	11.7 wpo-contact-section-s8
	11.8 wpo-pricing-section

12. Home-style-9
	12.1 wpo-about-section-s2
	12.2 wpo-service-section-s2

13. wpo-invitation-area

14. wpo-shop-home
	14.1 wpo-category-section
	14.2 wpo-category-section-s2

15. shop-home-2
	15.1 wpo-category-section-s3
	15.2 wpo-offer-banner-section

16. rtl-page

17. wpo-service-single

18. coming-soon-section

19. wpo-shop-page

20. wpo-shop-single-page

21. wpo-cart-page-style

22. wpo-checkout-page-style

23. wpo-team-single

24. wpo-portfolio-single-section

25. wpo-blog-pg-section

26. wpo-blog-single-section

27. wpo-contact-pg-section

28. error-404-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");
@font-face {
  font-family: 'monallesia';
  src: url("../fonts/monallesiascript.woff2") format("woff2"), url("../fonts/monallesiascript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'monallesia';
  src: url("../fonts/monallesiascript.woff2") format("woff2"), url("../fonts/monallesiascript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* 1.1 Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Mulish", sans-serif;
  color: #707070;
  background-color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 18px;
  color: #707070;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: "monallesia";
  font-weight: 400;
}

ul {
  padding-left: 0;
  margin: 0;
}

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.wpo-box-style {
  padding: 0 100px;
}

@media (max-width: 1700px) {
  .wpo-box-style {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .wpo-box-style {
    padding: 0 30px;
  }
}

@media (max-width: 575px) {
  .wpo-box-style {
    padding: 0 0px;
  }
}

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

.hidden {
  display: none;
}

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

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

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

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-bg {
  background: #F5F5F5 !important;
}

.section-padding {
  padding: 120px 0;
}

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

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 1.06667rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #B5A2BD;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  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 #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(181, 162, 189, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #B5A2BD;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #B5A2BD;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -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;
  -webkit-transition: all 0.3s ease-out;
  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 !important;
}

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

.ui-widget.ui-widget-content {
  -webkit-box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
          box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
  border: none;
  padding: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e3d9d9;
  background: #7f91a6;
  color: #ffffff;
}

.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #B5A2BD;
  background: #B5A2BD;
  font-weight: normal;
  color: #ffffff;
}

/*** music box ***/
.music-box {
  position: fixed;
  width: 300px;
  height: 160px;
  z-index: 120;
  bottom: 15px;
  left: 15px;
}

@media (max-width: 991px) {
  .music-box {
    width: 250px;
    height: 120px;
    right: 0;
  }
}

.music-box .music-holder {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: -30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.music-box .music-holder iframe {
  width: 100%;
  height: 100%;
}

.music-box button {
  background-color: rgba(101, 113, 80, 0.7);
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  border: 1px solid #B5A2BD;
  outline: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .music-box button {
    right: 65px;
  }
}

.music-box .toggle-music-box {
  top: -50px;
  visibility: visible;
  opacity: 1;
}

.wpo-section-title,
.wpo-section-title-s2 {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .wpo-section-title,
  .wpo-section-title-s2 {
    margin-bottom: 40px;
  }
}

.wpo-section-title h4,
.wpo-section-title-s2 h4 {
  font-weight: 400;
  font-size: 35px;
  line-height: 70px;
  text-align: center;
  color: #939580;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wpo-section-title h4,
  .wpo-section-title-s2 h4 {
    font-size: 25px;
    line-height: 42px;
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .wpo-section-title h4,
  .wpo-section-title-s2 h4 {
    font-size: 18px;
  }
}

.wpo-section-title h2,
.wpo-section-title-s2 h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  margin: 0;
  position: relative;
  font-family: "Mulish", sans-serif;
  color: #242424;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
}

.wpo-section-title h2::after,
.wpo-section-title-s2 h2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120%;
  height: 1px;
  content: "";
  background: #F3E1DB;
  left: -10%;
}

.wpo-section-title h2::before,
.wpo-section-title-s2 h2::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -10px;
  width: 70%;
  height: 1px;
  content: "";
  background: #F3E1DB;
}

@media (max-width: 767px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 25px;
    margin-top: 0;
  }
}

.wpo-section-title p,
.wpo-section-title-s2 p {
  font-size: 18px;
}

.wpo-section-title-s2 .section-title-img .round-ball {
  position: absolute;
  left: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #B5A2BD;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -5px;
}

.wpo-section-title-s2 .section-title-img:after, .wpo-section-title-s2 .section-title-img:before {
  width: 144px;
}

@media (max-width: 575px) {
  .wpo-section-title-s2 .section-title-img:after, .wpo-section-title-s2 .section-title-img:before {
    width: 80px;
  }
}

.theme-btn, .view-cart-btn,
.theme-btn-s3,
.theme-btn-s4 {
  background: #B5A2BD;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 15px 45px;
  border: 0;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-size: 1.2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.theme-btn.theme-btn-s3, .theme-btn-s3.view-cart-btn,
.theme-btn-s3.theme-btn-s3,
.theme-btn-s4.theme-btn-s3 {
  background: #fff;
  color: #B5A2BD;
}

.theme-btn.theme-btn-s3:after, .theme-btn-s3.view-cart-btn:after,
.theme-btn-s3.theme-btn-s3:after,
.theme-btn-s4.theme-btn-s3:after {
  border: 1px solid #fff;
}

.theme-btn.theme-btn-s4, .theme-btn-s4.view-cart-btn,
.theme-btn-s3.theme-btn-s4,
.theme-btn-s4.theme-btn-s4 {
  background: #B5A2BD;
  color: #fff;
}

.theme-btn.theme-btn-s4:after, .theme-btn-s4.view-cart-btn:after,
.theme-btn-s3.theme-btn-s4:after,
.theme-btn-s4.theme-btn-s4:after {
  border: 1px solid #B5A2BD;
}

.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active,
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
  background: #a28aac;
  color: #fff;
}

.theme-btn:hover:after, .view-cart-btn:hover:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after {
  opacity: 1;
}

@media (max-width: 991px) {
  .theme-btn, .view-cart-btn,
  .theme-btn-s3,
  .theme-btn-s4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .theme-btn, .view-cart-btn,
  .theme-btn-s3,
  .theme-btn-s4 {
    padding: 12px 18px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #767A90;
  color: #242424;
  display: inline-block;
  font-weight: 500;
  padding: 15px 45px;
  border: 0;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-size: 1.2rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  background: #CAA6C7;
  color: #242424;
}

@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 13px;
  }
}

.theme-btn-s4:hover {
  background: #a790b0;
}

.theme-btn-s4:hover:after {
  border: 1px solid #a790b0;
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
  background: #B5A2BD;
  color: #fff;
  text-transform: capitalize;
}

.view-cart-btn:after {
  display: none;
}

.view-cart-btn:hover {
  background-color: #a28aac;
}

.view-cart-btn.s1 {
  background: rgba(181, 162, 189, 0.2);
  color: #242424;
}

.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #B5A2BD;
  -webkit-box-shadow: 0 0 5px 0 #cdc0d2;
  -o-box-shadow: 0 0 5px 0 #cdc0d2;
  -ms-box-shadow: 0 0 5px 0 #cdc0d2;
  box-shadow: 0 0 5px 0 #cdc0d2;
}

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

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

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

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

.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}

.form ::-ms-input-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: #cdc0d2;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #B5A2BD;
}

.wpo-page-title {
  background: url(../images/page-title.jpg) no-repeat center top/cover;
  min-height: 360px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-page-title {
    min-height: 250px;
  }
}

.wpo-page-title .frame-shape-1 {
  position: absolute;
  left: -50px;
  bottom: -85px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .wpo-page-title .frame-shape-1 {
    left: -40px;
    bottom: -65px;
  }
}

@media (max-width: 767px) {
  .wpo-page-title .frame-shape-1 {
    bottom: -30px;
    left: -30px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .frame-shape-1 {
    bottom: -25px;
    left: -15px;
  }
}

@media (max-width: 1199px) {
  .wpo-page-title .frame-shape-1 img {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .wpo-page-title .frame-shape-1 img {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .frame-shape-1 img {
    max-width: 120px;
  }
}

.wpo-page-title .frame-shape-2 {
  position: absolute;
  right: -50px;
  top: -85px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .wpo-page-title .frame-shape-2 img {
    max-width: 300px;
  }
}

@media (max-width: 767px) {
  .wpo-page-title .frame-shape-2 img {
    max-width: 200px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .frame-shape-2 img {
    max-width: 120px;
  }
}

@media (max-width: 1199px) {
  .wpo-page-title .frame-shape-2 {
    right: -40px;
    top: -65px;
  }
}

@media (max-width: 767px) {
  .wpo-page-title .frame-shape-2 {
    top: -30px;
    right: -30px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .frame-shape-2 {
    top: -25px;
    right: -15px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap {
  text-align: center;
}

.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-weight: 400;
  font-size: 45px;
  line-height: 57px;
  color: #242424;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 55px;
    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: #707070;
  position: relative;
  font-size: 20px;
}

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 16px;
    padding: 0 10px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #707070;
  border-radius: 50%;
}

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

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

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

@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li a {
    font-size: 16px;
  }
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: #B5A2BD;
}

.preloader {
  background-color: #B5A2BD;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader img {
  max-width: 130px;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -80px;
  margin-top: -80px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 150px;
  margin-left: -80px;
  margin-top: -80px;
  overflow: hidden;
  -webkit-transform-origin: 75px 75px;
  transform-origin: 75px 75px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          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%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  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;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** wpo-contact-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.53333rem;
  color: #242424;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}

.blog-sidebar .widget h3:before {
  content: "";
  background-color: #B5A2BD;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: #f9f7f6;
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(181, 162, 189, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  background-color: #B5A2BD;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #f9f7f6;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}

.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar .about-widget ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Mulish", sans-serif;
}

.blog-sidebar .about-widget p {
  font-size: 16px;
  font-size: 1.06667rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-family: "monallesia";
  font-size: 14px;
  font-size: 0.93333rem;
  color: #242424;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #B5A2BD;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.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: #474f62;
  font-size: 16px;
}

.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f9f7f6;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #B5A2BD;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.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 .img-holder img {
  border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Mulish", sans-serif;
}

@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: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #242424;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #B5A2BD;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #707070;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .wpo-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar .wpo-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar .wpo-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 16px;
  font-size: 1.06667rem;
  display: inline-block;
  padding: 5px 18px;
  color: #242424;
  background: #f9f7f6;
  border-radius: 5px;
  text-transform: capitalize;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #B5A2BD;
  color: #fff;
}

.blog-sidebar .wpo-contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 30px 40px;
}

.blog-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}

@media (max-width: 1200px) {
  .blog-sidebar .wpo-contact-widget {
    padding: 20px;
  }
}

.blog-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.blog-sidebar .wpo-contact-widget h2::before {
  left: 28px;
  background: url(../images/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.blog-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.blog-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .wpo-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-blog-single-section.wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

/*------------------------------------
	shop sidebar
------------------------------------*/
.wpo-shop-sidebar {
  /*** search-widget ***/
  /*** widget_price_filter ***/
  /*** widget_product_categories ***/
}

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

.wpo-shop-sidebar .widget h3 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 1.5em;
  position: relative;
  text-transform: none;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
}

.wpo-shop-sidebar > .widget + .widget {
  margin-top: 65px;
}

.wpo-shop-sidebar .search-widget form div {
  position: relative;
}

.wpo-shop-sidebar .search-widget input {
  font-size: 14px;
  font-size: 0.93333rem;
  width: 100%;
  height: 60px;
  border: 1px solid #e4ebf2;
  padding: 10px;
}

.wpo-shop-sidebar .search-widget input:focus {
  outline: none;
  border-color: #B5A2BD;
}

.wpo-shop-sidebar .search-widget form button {
  background-color: #B5A2BD;
  color: #fff;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  border-radius: 0;
  width: 60px;
  height: 60px;
}

.wpo-shop-sidebar .search-widget form button i {
  font-size: 18px;
  font-size: 1.2rem;
}

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

.wpo-shop-sidebar .widget_price_filter .filter-price input {
  border: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  position: absolute;
}

.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: #B5A2BD;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-block;
  border: 0;
  outline: none;
  position: absolute;
  right: 0;
  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: #CAA6C7;
  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: #CAA6C7;
}

.wpo-shop-sidebar .widget_product_categories,
.wpo-shop-sidebar .woocommerce-widget-layered-nav {
  font-family: "Mulish", sans-serif;
}

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

.wpo-shop-sidebar .widget_product_categories .product-categories,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories {
  list-style: none;
}

.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: 16px;
  font-size: 1.06667rem;
  font-weight: 500;
  position: relative;
}

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

.wpo-shop-sidebar .widget_product_categories .product-categories li a:hover:before,
.wpo-shop-sidebar .widget_product_categories .woocommerce-widget-layered-nav-list li a:hover:before,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .product-categories li a:hover:before,
.wpo-shop-sidebar .woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list li a:hover:before {
  border-color: #000;
}

/*** widget_best-seller ***/
.widget_best-seller .wpo-best-seller-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 18px;
  font-weight: 600;
  color: #707070;
  font-family: "Mulish", sans-serif;
}

.widget_best-seller .wpo-best-seller-item .wpo-best-seller-text span {
  font-size: 16px;
  color: #8d8d8d;
}

/*** instagram-widget ***/
.wpo-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.wpo-instagram-widget ul li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  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: 1.06667rem;
  font-weight: 600;
  color: #242424;
  background: #f3eff5;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #B5A2BD;
  border-color: #B5A2BD;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

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

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

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #B5A2BD;
  padding: 0 60px;
}

@media (max-width: 1399px) {
  .topbar {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header-style-1 {
    text-align: center;
    padding: 20px 0;
  }
}

.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

.topbar ul {
  overflow: hidden;
  list-style: none;
  float: right;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.topbar ul li {
  font-size: 16px;
  float: left;
  padding: 15px 10px;
  color: #fff;
  line-height: 1em;
}

@media (max-width: 991px) {
  .topbar ul li {
    padding: 15px 10px;
  }
}

.topbar .contact-info ul li a {
  color: #fff;
}

.topbar .contact-info ul li a:hover {
  color: #B5A2BD;
}

.topbar ul li:first-child {
  padding-left: 0;
}

.topbar .contact-intro ul {
  float: left;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .topbar .contact-intro ul {
    float: none;
  }
}

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
}

@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }
  .topbar {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}

@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }
  .topbar .contact-info ul li {
    float: left;
  }
  .topbar ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.topbar .theme-btn-s2 {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}

.topbar ul .fi {
  position: relative;
  top: 2px;
  display: inline-block;
  padding-right: 6px;
}

.topbar ul .fi:before {
  font-size: 15px;
  font-size: 1rem;
  color: #fff;
}

/* 2.2 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 ***/
  background-color: #fff;
}

@media (min-width: 1500px) {
  .wpo-site-header {
    padding: 0 80px;
  }
}

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

.navbar-header .navbar-brand {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "monallesia";
  color: #B5A2BD;
}

.navbar-header .navbar-brand:hover {
  color: #B5A2BD;
}

@media (max-width: 991px) {
  .navbar-header .navbar-brand img {
    max-width: 150px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}

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

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

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

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}

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

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

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #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 #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 .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 #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #B5A2BD;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

.wpo-site-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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;
  margin-right: 8px;
}

.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
  padding: 10px 25px;
}

@media (max-width: 1400px) {
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 15px;
    font-size: 15px;
  }
}

@media (max-width: 450px) {
  .wpo-site-header .header-right > div {
    margin-right: 10px;
  }
  .wpo-site-header .header-right {
    right: -30px;
  }
}

.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.wpo-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

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

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

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  color: #242424;
  background: none;
}

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

.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-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: 20px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.cart-search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #242424;
}

.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;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@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: 18px;
  font-size: 1.2rem;
}

.cart-search-contact form div {
  position: relative;
}

.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}

.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #F3ECE9;
}

.cart-search-contact input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #B5A2BD;
}

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

.mini-cart .cart-count {
  background: #B5A2BD;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.66667rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}

.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  color: white;
  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: 1rem;
  font-weight: 500;
  color: #242424;
  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: 1rem;
  font-weight: 600;
  text-align: left;
  color: #242424;
}

.mini-cart-content .mini-cart-item-des a:hover {
  color: #B5A2BD;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}

.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: .02;
  z-index: -1;
}

.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          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: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #242424;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #CAA6C7;
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    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;
    -webkit-transition: all 0.3s;
    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 h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

.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 {
  z-index: 99;
  position: relative;
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

@media (max-width: 991px) {
  .wpo-site-header {
    position: relative;
  }
}

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

.wpo-site-header .navigation.sticky-header {
  background: #fff;
}

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

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 20px 0;
  }
}

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

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

.wpo-site-header #navbar > ul li.current-menu-item a {
  color: #a993b2;
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a {
    font-size: 16px;
    padding: 46px 20px;
    display: block;
    color: #323232;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 46px 18px;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 240px;
    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 #navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 1.06667rem;
    display: inline-block;
    padding: 5px 0px;
    color: #242424;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 0px;
    height: 1px;
    content: "";
    background: #B5A2BD;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a.active {
    color: #B5A2BD;
    font-weight: 500;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 120%;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .wpo-site-header #navbar > ul > li:last-child .sub-menu .sub-menu {
    right: 110%;
    left: auto;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 110%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }
  .wpo-site-header #navbar > ul > li a:hover, .wpo-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children {
    position: relative;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }
  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
}

.wpo-site-header .menu-close {
  display: none;
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .container {
    width: 100%;
  }
  .wpo-site-header .mobail-menu button {
    background-color: #B5A2BD;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .wpo-site-header .mobail-menu button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .wpo-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header #navbar {
    background: #7e6489;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #B5A2BD;
  }
  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .wpo-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 1700px) {
  .wpo-site-header {
    padding: 0 30px;
  }
}

@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
  .wpo-site-header {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 10px;
  }
}

@media (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 6px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-right .theme-btn, .header-right .view-cart-btn {
    padding: 20px 12px;
  }
  .wpo-site-header .header-right .close-form {
    display: none;
  }
}

.wpo-header-style-2,
.wpo-header-style-3 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}

@media (max-width: 991px) {
  .wpo-header-style-2,
  .wpo-header-style-3 {
    position: relative;
    left: 0;
    width: 100%;
    top: 0px;
    padding: 0 15px;
  }
}

.wpo-header-style-2 .navigation,
.wpo-header-style-3 .navigation {
  background: transparent;
}

.wpo-header-style-2 .navigation.sticky-on,
.wpo-header-style-3 .navigation.sticky-on {
  background: #fff;
}

@media (min-width: 991px) {
  .wpo-header-style-2 #navbar > ul > li > a,
  .wpo-header-style-3 #navbar > ul > li > a {
    color: #242424;
  }
}

.wpo-header-style-2 .header-right .cart-toggle-btn .fi,
.wpo-header-style-2 .header-right .search-toggle-btn .fi,
.wpo-header-style-3 .header-right .cart-toggle-btn .fi,
.wpo-header-style-3 .header-right .search-toggle-btn .fi {
  color: #242424;
}

@media (max-width: 991px) {
  .wpo-header-style-3 {
    background-color: #c79688;
  }
}

@media (max-width: 991px) {
  .wpo-header-style-3 .navigation {
    padding: 0px;
    background-color: #c79688;
  }
}

.wpo-header-style-3 .navigation.sticky-on {
  background: #c79688;
}

@media (max-width: 991px) {
  .wpo-header-style-3 .navigation.sticky-on {
    background-color: #c79688;
  }
}

.wpo-header-style-3 .navigation.sticky-on .mini-cart .cart-count {
  background: #ad7565;
}

.wpo-header-style-3 .navigation .mobail-menu button {
  background-color: #b17c6c;
}

.wpo-header-style-3 .navigation .navbar-header .navbar-brand {
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-header-style-3 .navigation .navbar-header .navbar-brand {
    color: #B5A2BD;
  }
}

.wpo-header-style-3 .navigation .header-right .search-toggle-btn .fi,
.wpo-header-style-3 .navigation .header-right .cart-toggle-btn .fi {
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-header-style-3 #navbar {
    background: #a98074;
  }
}

.wpo-header-style-3 #navbar > ul > li > a {
  color: #fff;
}

@media (min-width: 991px) {
  .wpo-header-style-3 #navbar > ul > li > a:before {
    background: #fff;
  }
}

.wpo-header-style-3 #navbar > ul > li > a:hover, .wpo-header-style-3 #navbar > ul > li > a.active, .wpo-header-style-3 #navbar > ul > li > a:focus {
  color: #fff;
}

.wpo-header-style-3 .header-right .cart-toggle-btn .fi,
.wpo-header-style-3 .header-right .search-toggle-btn .fi {
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-header-style-3 .header-right .cart-toggle-btn .fi,
  .wpo-header-style-3 .header-right .search-toggle-btn .fi {
    color: #707070;
  }
}

.wpo-header-style-5 {
  background: #f9f9f9;
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}

.wpo-site-header .navigation.sticky-header {
  padding: 0 80px;
}

@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 5px 10px;
  }
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 wpo-hero-slider*/
.wpo-hero-slider {
  width: 100%;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider {
    height: 400px;
  }
}

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

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

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

.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

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

@media (max-width: 767px) {
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider .swiper-button-prev {
  left: 25px;
}

.wpo-hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}

.wpo-hero-slider .swiper-button-next {
  right: 25px;
}

.wpo-hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next {
    display: none;
  }
}

.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 25px 0 !important;
}

.wpo-hero-slider .swiper-pagination {
  right: 50px;
  top: 60%;
  left: auto;
  width: unset;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575px) {
  .wpo-hero-slider .swiper-pagination {
    right: 20px;
    top: 55%;
  }
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet {
  text-align: center;
  line-height: 12px;
  font-size: 18px;
  color: #fff;
  opacity: 1;
  display: block;
  background: none;
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #fff;
  position: relative;
}

.wpo-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  left: -55px;
  top: 50%;
  width: 50px;
  height: 1px;
  content: "";
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

/*-------------------------------------------
	hero style 1
--------------------------------------------*/
.static-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  height: 100%;
}

.static-hero .static-main-box {
  position: relative;
  text-align: center;
  padding-bottom: 90px;
}

@media (max-width: 530px) {
  .static-hero .static-main-box {
    padding-bottom: 30px;
  }
}

.static-hero .static-main-box .bottom-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.static-hero .static-inner-box {
  max-width: 1268px;
  margin: 0 auto;
}

.static-hero .static-hero-img {
  position: relative;
  z-index: 1;
}

.static-hero .static-hero-img .hero-img-inner-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.static-hero .static-hero-img .hero-img-inner-shape svg {
  width: 550px;
  height: 814px;
}

@media (max-width: 1199px) {
  .static-hero .static-hero-img .hero-img-inner-shape svg {
    width: 420px;
    height: 620px;
  }
}

@media (max-width: 991px) {
  .static-hero .static-hero-img .hero-img-inner-shape svg {
    display: none;
  }
}

.static-hero .static-hero-img .hero-img-inner-shape svg path {
  fill: #9F7B59;
}

.static-hero .col {
  padding: 0;
}

.static-hero .col:last-child {
  min-height: 100%;
}

.static-hero .wpo-static-hero-text-box {
  min-height: 100%;
  background: #EFE6EE;
  border-top-right-radius: 600px;
  padding: 90px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .static-hero .wpo-static-hero-text-box {
    border-radius: 0;
    padding: 50px;
    padding-bottom: 115px;
  }
}

.static-hero .slide-title h2 {
  color: #515A44;
  text-align: center;
  font-size: 70px;
  line-height: 110px;
  font-style: normal;
  font-weight: 400;
  max-width: 325px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .static-hero .slide-title h2 {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 85px;
  }
}

@media (max-width: 1100px) {
  .static-hero .slide-title h2 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 75px;
  }
}

@media (max-width: 575px) {
  .static-hero .slide-title h2 {
    font-size: 45px;
  }
}

.static-hero .slide-text p {
  font-size: 25px;
  line-height: 35px;
  color: #707070;
  margin: 0;
  font-size: 25px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .static-hero .slide-text p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .static-hero .slide-text p {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 530px) {
  .static-hero .slide-text p {
    font-size: 18px;
  }
}

.static-hero .slide-date p {
  font-size: 50px;
  line-height: 35px;
  color: #87748F;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .static-hero .slide-date p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .static-hero .slide-date p {
    margin: 0 auto;
  }
}

@media (max-width: 530px) {
  .static-hero .slide-date p {
    font-size: 30px;
  }
}

.static-hero-s2,
.static-hero-s3 {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.static-hero-s2 .static-main-box,
.static-hero-s3 .static-main-box {
  max-width: 1566px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .static-hero-s2 .row,
  .static-hero-s3 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.static-hero-s2 .wpo-static-hero-text-wrap,
.static-hero-s3 .wpo-static-hero-text-wrap {
  padding: 30px;
  border-radius: 430px 430px 0px 0px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  position: relative;
}

@media (max-width: 575px) {
  .static-hero-s2 .wpo-static-hero-text-wrap,
  .static-hero-s3 .wpo-static-hero-text-wrap {
    padding: 15px;
  }
}

.static-hero-s2 .wpo-static-hero-text-wrap .shape,
.static-hero-s3 .wpo-static-hero-text-wrap .shape {
  position: absolute;
  left: -180px;
  top: 15px;
  z-index: 1;
}

.static-hero-s2 .wpo-static-hero-text-wrap .shape img,
.static-hero-s3 .wpo-static-hero-text-wrap .shape img {
  -webkit-animation: leafAniamtion 12s ease-in infinite;
          animation: leafAniamtion 12s ease-in infinite;
}

@media (max-width: 991px) {
  .static-hero-s2 .wpo-static-hero-text-wrap .shape,
  .static-hero-s3 .wpo-static-hero-text-wrap .shape {
    display: none;
  }
}

.static-hero-s2 .wpo-static-hero-text-wrap .shape2,
.static-hero-s3 .wpo-static-hero-text-wrap .shape2 {
  position: absolute;
  right: -180px;
  top: 15px;
  z-index: 1;
}

@media (max-width: 991px) {
  .static-hero-s2 .wpo-static-hero-text-wrap .shape2,
  .static-hero-s3 .wpo-static-hero-text-wrap .shape2 {
    display: none;
  }
}

.static-hero-s2 .wpo-static-hero-text-wrap .shape2 img,
.static-hero-s3 .wpo-static-hero-text-wrap .shape2 img {
  -webkit-animation: leafAniamtion 12s ease-in infinite;
          animation: leafAniamtion 12s ease-in infinite;
}

.static-hero-s2 .static-hero-img,
.static-hero-s3 .static-hero-img {
  border-radius: 230px 230px 0px 0px;
  background: #FFF;
  padding: 20px;
  z-index: 11;
  position: relative;
  max-width: 460px;
  right: -75px;
  margin-top: 100px;
  z-index: 11;
}

@media (max-width: 991px) {
  .static-hero-s2 .static-hero-img,
  .static-hero-s3 .static-hero-img {
    right: 0;
    -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
            box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .static-hero-s2 .static-hero-img img,
  .static-hero-s3 .static-hero-img img {
    width: 100%;
  }
}

.static-hero-s2 .static-hero-img img,
.static-hero-s3 .static-hero-img img {
  border-radius: 230px 230px 0px 0px;
}

@media (min-width: 992px) {
  .static-hero-s2 .col,
  .static-hero-s3 .col {
    padding: 0;
  }
}

.static-hero-s2 .col:last-child .static-hero-img,
.static-hero-s3 .col:last-child .static-hero-img {
  right: auto;
  left: -75px;
}

@media (max-width: 991px) {
  .static-hero-s2 .col:last-child .static-hero-img,
  .static-hero-s3 .col:last-child .static-hero-img {
    left: 0;
  }
}

.static-hero-s2 .wpo-static-hero-text-box,
.static-hero-s3 .wpo-static-hero-text-box {
  border-radius: 430px 430px 0px 0px;
  background: #EFE6EE;
  padding: 160px 150px 98px;
  text-align: center;
}

@media (max-width: 1399px) {
  .static-hero-s2 .wpo-static-hero-text-box,
  .static-hero-s3 .wpo-static-hero-text-box {
    padding: 120px 100px 98px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 .wpo-static-hero-text-box,
  .static-hero-s3 .wpo-static-hero-text-box {
    padding: 80px 80px 98px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .wpo-static-hero-text-box,
  .static-hero-s3 .wpo-static-hero-text-box {
    padding: 80px 70px 98px;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .wpo-static-hero-text-box,
  .static-hero-s3 .wpo-static-hero-text-box {
    padding-top: 120px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .wpo-static-hero-text-box,
  .static-hero-s3 .wpo-static-hero-text-box {
    padding: 60px 20px 58px;
  }
}

.static-hero-s2 .wpo-static-hero-text-box .slide-title h2,
.static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
  color: #515A44;
  text-align: center;
  font-size: 80px;
  line-height: 110px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-title h2,
  .static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
    font-size: 68px;
    margin-bottom: 30px;
    line-height: 85px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-title h2,
  .static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 85px;
  }
}

@media (max-width: 1100px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-title h2,
  .static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 75px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-title h2,
  .static-hero-s3 .wpo-static-hero-text-box .slide-title h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 55px;
  }
}

.static-hero-s2 .wpo-static-hero-text-box .slide-text p,
.static-hero-s3 .wpo-static-hero-text-box .slide-text p {
  font-size: 25px;
  line-height: 35px;
  color: #707070;
  margin: 0;
  font-size: 25px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-text p,
  .static-hero-s3 .wpo-static-hero-text-box .slide-text p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-text p,
  .static-hero-s3 .wpo-static-hero-text-box .slide-text p {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 530px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-text p,
  .static-hero-s3 .wpo-static-hero-text-box .slide-text p {
    font-size: 18px;
  }
}

.static-hero-s2 .wpo-static-hero-text-box .slide-date p,
.static-hero-s3 .wpo-static-hero-text-box .slide-date p {
  font-size: 50px;
  line-height: 35px;
  color: #87748F;
  margin: 0;
  margin-bottom: 0px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-date p,
  .static-hero-s3 .wpo-static-hero-text-box .slide-date p {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-date p,
  .static-hero-s3 .wpo-static-hero-text-box .slide-date p {
    margin: 0 auto;
  }
}

@media (max-width: 530px) {
  .static-hero-s2 .wpo-static-hero-text-box .slide-date p,
  .static-hero-s3 .wpo-static-hero-text-box .slide-date p {
    font-size: 30px;
  }
}

.static-hero-s3 {
  background: #EBF0F8;
  padding-top: 120px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .static-hero-s3 {
    padding-top: 50px;
  }
}

.static-hero-s3 .static-main-box {
  max-width: 1680px;
  margin: 0 auto;
}

.static-hero-s3 .wpo-static-hero-img {
  border-radius: 50%;
  background: #fff;
  padding: 20px;
}

@media (max-width: 575px) {
  .static-hero-s3 .wpo-static-hero-img {
    padding: 10px;
  }
}

.static-hero-s3 .wpo-static-hero-img img {
  border-radius: 50%;
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img {
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img img {
  -webkit-animation: kenburn 35s 2s alternate infinite;
          animation: kenburn 35s 2s alternate infinite;
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text {
  position: absolute;
  left: 0;
  bottom: 60px;
  text-align: center;
  width: 100%;
  border: 2px solid #FFF;
  background: rgba(145, 164, 194, 0.4);
  padding: 25px 20px 20px;
}

@media (max-width: 575px) {
  .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text {
    padding: 10px 20px 15px;
    bottom: 30px;
  }
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text span {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  color: #fff;
}

@media (max-width: 1199px) {
  .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text span {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text span {
    font-size: 18px;
  }
}

.static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text p {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text p {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 .wpo-static-hero-img .wpo-static-hero-ineer-img .hero-text p {
    font-size: 30px;
    margin-top: 0;
  }
}

.static-hero-s3 .couple-text {
  max-width: 450px;
  border-radius: 250px;
  background: #ACBBD4;
  padding: 30px;
  right: -75px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1500px) {
  .static-hero-s3 .couple-text {
    padding: 15px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .couple-text {
    right: -80px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text {
    max-width: 330px;
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .couple-text {
    margin: 0 auto;
    right: auto;
  }
}

@media (max-width: 767px) {
  .static-hero-s3 .couple-text {
    right: 0;
  }
}

@media (max-width: 450px) {
  .static-hero-s3 .couple-text {
    position: relative;
    -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
            box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
    margin: 0 auto;
    margin-top: 20px;
  }
}

.static-hero-s3 .couple-text .couple-text-inner {
  padding: 100px 30px;
  text-align: center;
  border-radius: 250px;
  border: 1px solid #fff;
  position: relative;
}

@media (max-width: 1399px) {
  .static-hero-s3 .couple-text .couple-text-inner {
    padding: 70px 30px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text .couple-text-inner {
    padding: 50px 15px 50px;
  }
}

.static-hero-s3 .couple-text .couple-text-inner h3 {
  font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0.4em;
  color: #fff;
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text .couple-text-inner h3 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .couple-text .couple-text-inner h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .static-hero-s3 .couple-text .couple-text-inner h3 {
    margin: 10px 0 0.2em;
  }
}

.static-hero-s3 .couple-text .couple-text-inner p {
  max-width: 342px;
  margin-bottom: 0;
  color: #fff;
}

@media (max-width: 1399px) {
  .static-hero-s3 .couple-text .couple-text-inner p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .couple-text .couple-text-inner p {
    font-size: 16px;
    max-width: 245px;
  }
}

.static-hero-s3 .couple-text .couple-text-inner ul {
  list-style: none;
  overflow: hidden;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .static-hero-s3 .couple-text .couple-text-inner ul {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.static-hero-s3 .couple-text .couple-text-inner ul > li + li {
  margin-left: 25px;
}

.static-hero-s3 .couple-text .couple-text-inner ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.static-hero-s3 .couple-text .couple-text-inner ul li a:hover {
  color: #B5A2BD;
}

.static-hero-s3 .couple-text .shape1 {
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1500px) {
  .static-hero-s3 .couple-text .shape1 {
    left: -15px;
    top: -15px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .couple-text .shape1 {
    left: 0;
    top: 13px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text .shape1 {
    left: 25px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .couple-text .shape1 img {
    max-width: 120px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text .shape1 img {
    max-width: 80px;
  }
}

.static-hero-s3 .couple-text .shape2 {
  position: absolute;
  left: -10px;
  bottom: 15px;
}

@media (max-width: 1500px) {
  .static-hero-s3 .couple-text .shape2 {
    left: -25px;
    bottom: -15px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .couple-text .shape2 {
    left: 0;
    bottom: 6px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text .shape2 {
    bottom: 30px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .couple-text .shape2 img {
    max-width: 120px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text .shape2 img {
    max-width: 80px;
  }
}

.static-hero-s3 .couple-text .shape3 {
  position: absolute;
  right: -30px;
  top: 50%;
}

@media (max-width: 1500px) {
  .static-hero-s3 .couple-text .shape3 {
    right: -45px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text .shape3 {
    right: -25px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .couple-text .shape3 img {
    max-width: 120px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .couple-text .shape3 img {
    max-width: 80px;
  }
}

@-webkit-keyframes border-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes border-animation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media (min-width: 992px) {
  .static-hero-s3 .col {
    padding: 0;
  }
}

.static-hero-s3 .col:last-child .couple-text {
  right: auto;
  left: -75px;
}

@media (max-width: 991px) {
  .static-hero-s3 .col:last-child .couple-text {
    left: 0;
  }
}

.static-hero-s3 .col:last-child .couple-text .shape1 {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

@media (max-width: 1500px) {
  .static-hero-s3 .col:last-child .couple-text .shape1 {
    right: -15px;
    top: -15px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .col:last-child .couple-text .shape1 {
    right: 0;
    top: 13px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .col:last-child .couple-text .shape1 {
    right: 30px;
    top: 12px;
  }
}

.static-hero-s3 .col:last-child .couple-text .shape1 img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.static-hero-s3 .col:last-child .couple-text .shape2 {
  position: absolute;
  right: -10px;
  left: auto;
  bottom: 15px;
}

@media (max-width: 1500px) {
  .static-hero-s3 .col:last-child .couple-text .shape2 {
    right: -25px;
    bottom: -4px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .col:last-child .couple-text .shape2 {
    right: 0;
    bottom: 5px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .col:last-child .couple-text .shape2 {
    bottom: 25px;
  }
}

.static-hero-s3 .col:last-child .couple-text .shape2 img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.static-hero-s3 .col:last-child .couple-text .shape3 {
  position: absolute;
  right: auto;
  left: -30px;
  top: 50%;
}

@media (max-width: 1500px) {
  .static-hero-s3 .col:last-child .couple-text .shape3 {
    left: -45px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .col:last-child .couple-text .shape3 {
    left: -25px;
  }
}

.static-hero-s3 .col:last-child .couple-text .shape3 img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.static-hero-s4,
.static-hero-s5 {
  background: #F8F8F8;
  padding: 210px 50px 150px 100px;
}

@media (max-width: 1399px) {
  .static-hero-s4,
  .static-hero-s5 {
    padding: 200px 50px 120px 50px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s4,
  .static-hero-s5 {
    padding: 150px 20px 120px 20px;
  }
}

@media (max-width: 991px) {
  .static-hero-s4,
  .static-hero-s5 {
    padding: 100px 0px 100px 0px;
  }
}

@media (max-width: 767px) {
  .static-hero-s4,
  .static-hero-s5 {
    padding: 70px 0px 100px 0px;
  }
}

.static-hero-s4 .hero-text,
.static-hero-s5 .hero-text {
  padding-left: 50px;
  max-width: 630px;
}

@media (max-width: 1800px) {
  .static-hero-s4 .hero-text,
  .static-hero-s5 .hero-text {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .static-hero-s4 .hero-text,
  .static-hero-s5 .hero-text {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}

.static-hero-s4 .hero-text h2,
.static-hero-s5 .hero-text h2 {
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-family: "Mulish", sans-serif;
  background: url("../images/slider/text-bg.jpg") top;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1600px) {
  .static-hero-s4 .hero-text h2,
  .static-hero-s5 .hero-text h2 {
    font-size: 100px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s4 .hero-text h2,
  .static-hero-s5 .hero-text h2 {
    font-size: 80px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s4 .hero-text h2,
  .static-hero-s5 .hero-text h2 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .static-hero-s4 .hero-text h2,
  .static-hero-s5 .hero-text h2 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .static-hero-s4 .hero-text h2,
  .static-hero-s5 .hero-text h2 {
    font-size: 50px;
  }
}

.static-hero-s4 .hero-text span,
.static-hero-s5 .hero-text span {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  color: #B5A2BD;
}

@media (max-width: 1199px) {
  .static-hero-s4 .hero-text span,
  .static-hero-s5 .hero-text span {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .static-hero-s4 .hero-text span,
  .static-hero-s5 .hero-text span {
    font-size: 18px;
  }
}

.static-hero-s4 .hero-text p,
.static-hero-s5 .hero-text p {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #87748F;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .static-hero-s4 .hero-text p,
  .static-hero-s5 .hero-text p {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .static-hero-s4 .hero-text p,
  .static-hero-s5 .hero-text p {
    font-size: 30px;
    margin-top: 0;
  }
}

.static-hero-s4 .wpo-static-hero-img,
.static-hero-s5 .wpo-static-hero-img {
  text-align: center;
  position: relative;
  max-width: 938px;
  z-index: 1;
}

@media (max-width: 767px) {
  .static-hero-s4 .wpo-static-hero-img,
  .static-hero-s5 .wpo-static-hero-img {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}

@media (max-width: 450px) {
  .static-hero-s4 .wpo-static-hero-img,
  .static-hero-s5 .wpo-static-hero-img {
    margin-bottom: 0px;
  }
}

.static-hero-s4 .wpo-static-hero-img .back-flower,
.static-hero-s5 .wpo-static-hero-img .back-flower {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.static-hero-s4 .wpo-static-hero-ineer-img,
.static-hero-s5 .wpo-static-hero-ineer-img {
  border: 1px solid #515A44;
  background: #D9D9D9;
  border-radius: 50%;
  width: 640px;
  height: 640px;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .static-hero-s4 .wpo-static-hero-ineer-img,
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 540px;
    height: 540px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s4 .wpo-static-hero-ineer-img,
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s4 .wpo-static-hero-ineer-img,
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 991px) {
  .static-hero-s4 .wpo-static-hero-ineer-img,
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 767px) {
  .static-hero-s4 .wpo-static-hero-ineer-img,
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 375px) {
  .static-hero-s4 .wpo-static-hero-ineer-img,
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 200px;
    height: 200px;
  }
}

.wpo-hero-date {
  padding: 20px 0;
}

@media (max-width: 767px) {
  .wpo-hero-date {
    padding: 20px 0;
  }
}

.wpo-hero-date h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 86px;
  text-align: center;
  margin-bottom: 0px;
}

@media (max-width: 1399px) {
  .wpo-hero-date h2 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .wpo-hero-date h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-date h2 {
    font-size: 25px;
  }
}

@media (max-width: 480px) {
  .wpo-hero-date h2 {
    line-height: 50px;
  }
}

.wpo-hero-date h2 span {
  display: inline-block;
  max-width: 30%;
}

@media (max-width: 767px) {
  .wpo-hero-date h2 span {
    max-width: 20%;
  }
}

@media (max-width: 480px) {
  .wpo-hero-date h2 span {
    display: none;
  }
}

.wpo-hero-date h2 span.shape-1 {
  text-align: right;
}

.wpo-hero-date h2 span.shape-2 {
  text-align: left;
}

@media (max-width: 1399px) {
  .wpo-hero-date h2 span img {
    max-width: 60%;
  }
}

@media (max-width: 767px) {
  .wpo-hero-date h2 span img {
    max-width: 100%;
  }
}

.wpo-hero-date p {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  text-align: center;
  color: #242424;
}

@media (max-width: 1399px) {
  .wpo-hero-date p {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-date p {
    font-size: 14px;
    line-height: 22px;
  }
}

.static-hero-s5 {
  padding: 110px 20px 20px 50px;
}

@media (max-width: 1199px) {
  .static-hero-s5 {
    padding: 140px 0px 20px 0px;
  }
}

@media (max-width: 767px) {
  .static-hero-s5 {
    padding: 90px 0px 20px 0px;
  }
}

.static-hero-s5 .wpo-static-hero-img .back-flower {
  width: 120%;
  left: -10%;
}

@media (max-width: 1399px) {
  .static-hero-s5 .wpo-static-hero-img .back-flower {
    width: 100%;
    left: 0;
  }
}

@media (max-width: 991px) {
  .static-hero-s5 .wpo-static-hero-img .back-flower {
    max-width: 600px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.static-hero-s5 .wpo-static-hero-ineer-img {
  background: #fff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 603px;
  height: 603px;
}

.static-hero-s5 .wpo-static-hero-ineer-img img {
  width: 100%;
}

@media (max-width: 1600px) {
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 540px;
    height: 540px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 991px) {
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 450px;
    height: 450px;
  }
}

@media (max-width: 767px) {
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 480px) {
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 375px) {
  .static-hero-s5 .wpo-static-hero-ineer-img {
    width: 250px;
    height: 250px;
  }
}

.static-hero-s5 .hero-text {
  text-align: center;
  padding: 0;
  max-width: 100%;
}

@media (max-width: 991px) {
  .static-hero-s5 .hero-text {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .static-hero-s5 .hero-text {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.static-hero-s5 .hero-text h3 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #515A44;
  margin-bottom: 0px;
}

@media (max-width: 1399px) {
  .static-hero-s5 .hero-text h3 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s5 .hero-text h3 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .static-hero-s5 .hero-text h3 {
    font-size: 30px;
  }
}

.static-hero-s5 .hero-text h4 {
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #515A44;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .static-hero-s5 .hero-text h4 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .static-hero-s5 .hero-text h4 {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s5 .hero-text .calender img {
    max-width: 300px;
  }
}

@media (max-width: 375px) {
  .static-hero-s5 .hero-text .calender img {
    max-width: 230px;
  }
}

.static-hero-s5 .vector-1 {
  margin-bottom: -80px;
}

@media (max-width: 1399px) {
  .static-hero-s5 .vector-1 {
    margin-bottom: -60px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s5 .vector-1 {
    margin-bottom: -30px;
  }
}

@media (max-width: 991px) {
  .static-hero-s5 .vector-1 img {
    max-width: 500px;
    width: 100%;
  }
}

.static-hero-s5 .vector-2 {
  margin-top: -70px;
}

@media (max-width: 1399px) {
  .static-hero-s5 .vector-2 {
    margin-top: -40px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s5 .vector-2 {
    margin-top: -20px;
  }
}

@media (max-width: 991px) {
  .static-hero-s5 .vector-2 img {
    max-width: 500px;
    width: 100%;
  }
}

.static-hero-s6 {
  padding: 110px 20px 70px 50px;
  background: #FCFAFC;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .static-hero-s6 {
    padding: 100px 0px 100px 0px;
  }
}

@media (max-width: 575px) {
  .static-hero-s6 {
    padding: 60px 0px 80px 0px;
  }
}

.static-hero-s6 .hero-text {
  text-align: center;
  padding-right: 30px;
}

@media (max-width: 991px) {
  .static-hero-s6 .hero-text {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

.static-hero-s6 .hero-text h2 {
  color: #515A44;
  text-align: center;
  font-size: 70px;
  line-height: 110px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .static-hero-s6 .hero-text h2 {
    font-size: 52px;
    margin-bottom: 30px;
    line-height: 85px;
  }
}

@media (max-width: 1100px) {
  .static-hero-s6 .hero-text h2 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 75px;
  }
}

@media (max-width: 600px) {
  .static-hero-s6 .hero-text h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

.static-hero-s6 .hero-text span {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

@media (max-width: 1199px) {
  .static-hero-s6 .hero-text span {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .static-hero-s6 .hero-text span {
    font-size: 18px;
  }
}

.static-hero-s6 .hero-text p {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #87748F;
  margin-bottom: 0;
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .static-hero-s6 .hero-text p {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s6 .hero-text p {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .static-hero-s6 .hero-text p {
    font-size: 30px;
    margin-top: 20px;
  }
}

.static-hero-s6 .hero-text .wpo-wedding-date {
  max-width: 951px;
  margin: 0 auto;
  margin-top: 90px;
}

@media (max-width: 1199px) {
  .static-hero-s6 .hero-text .wpo-wedding-date {
    margin-top: 50px;
  }
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box {
  width: 180px;
  height: 180px;
  background: #EDEBFF;
}

@media (max-width: 1399px) {
  .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box {
    width: 110px;
    height: 110px;
    margin: 0 10px;
  }
}

@media (max-width: 600px) {
  .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box {
    margin-bottom: 20px;
  }
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box:after {
  border-color: #524FAA;
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box:before {
  background: url(../images/wedding-date/7.svg) no-repeat center center;
  left: auto;
  right: -50px;
  bottom: -65px;
}

@media (max-width: 1399px) {
  .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box:before {
    display: none;
  }
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box:nth-child(even):before {
  background: url(../images/wedding-date/8.svg) no-repeat center center;
  left: auto;
  right: -65px;
}

.static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box .time {
  font-size: 60px;
  line-height: 80px;
  color: #657150;
}

@media (max-width: 1199px) {
  .static-hero-s6 .hero-text .wpo-wedding-date .wedding-date-wrap #clock .box .time {
    font-size: 40px;
    line-height: 60px;
  }
}

.static-hero-s6 .wpo-static-hero-img {
  border-radius: 305px 305px 0px 0px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  max-width: 560px;
  padding: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .static-hero-s6 .wpo-static-hero-img {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .static-hero-s6 .wpo-static-hero-img {
    padding: 15px;
  }
}

.static-hero-s6 .wpo-static-hero-img img {
  border-radius: 305px 305px 0px 0px;
}

@media (max-width: 575px) {
  .static-hero-s6 .wpo-static-hero-img img {
    width: 100%;
  }
}

.static-hero-s6 .wpo-static-hero-img .shape {
  position: absolute;
  left: -80px;
  top: -30px;
}

@media (max-width: 600px) {
  .static-hero-s6 .wpo-static-hero-img .shape {
    left: 0;
    top: 50px;
  }
}

@media (max-width: 450px) {
  .static-hero-s6 .wpo-static-hero-img .shape {
    left: -25px;
    top: -25px;
  }
}

@media (max-width: 600px) {
  .static-hero-s6 .wpo-static-hero-img .shape img {
    max-width: 200px;
  }
}

.static-hero-s6 .wpo-static-hero-img .shape2 {
  position: absolute;
  right: -220px;
  bottom: -175px;
}

@media (max-width: 600px) {
  .static-hero-s6 .wpo-static-hero-img .shape2 {
    right: -100px;
    bottom: -130px;
  }
}

@media (max-width: 600px) {
  .static-hero-s6 .wpo-static-hero-img .shape2 img {
    max-width: 500px;
  }
}

.rtl-static-hero {
  background: #FCFEFD;
  padding-top: 120px;
}

@media (max-width: 991px) {
  .rtl-static-hero {
    padding-top: 40px;
  }
}

.rtl-static-hero .hero-inner {
  max-width: 1415px;
  margin: 0 auto;
}

.rtl-static-hero .wpo-hero-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 120px;
}

@media (max-width: 991px) {
  .rtl-static-hero .wpo-hero-img-wrap {
    padding-top: 50px;
  }
}

@media (max-width: 500px) {
  .rtl-static-hero .wpo-hero-img-wrap {
    display: block;
  }
}

.rtl-static-hero .wpo-hero-img-wrap .wpo-hero-img-item {
  margin: 0 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .rtl-static-hero .wpo-hero-img-wrap .wpo-hero-img-item {
    margin: 0 20px;
  }
}

@media (max-width: 500px) {
  .rtl-static-hero .wpo-hero-img-wrap .wpo-hero-img-item {
    max-width: 276px;
    margin: 0 auto;
  }
}

.rtl-static-hero .wpo-static-hero-inner {
  text-align: right;
  padding-right: 0px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .rtl-static-hero .wpo-static-hero-inner {
    padding-bottom: 0;
    padding-right: 0px;
    text-align: center;
    padding-top: 70px;
    padding-left: 0;
  }
}

.rtl-static-hero .wpo-static-hero-inner .shape-1 {
  margin-bottom: 0px;
  padding: 0;
  text-align: right;
}

@media (max-width: 991px) {
  .rtl-static-hero .wpo-static-hero-inner .shape-1 {
    margin-bottom: 10px;
    text-align: center;
  }
}

.rtl-static-hero .wpo-static-hero-inner .shape-2 {
  margin-top: 50px;
  text-align: right;
}

@media (max-width: 991px) {
  .rtl-static-hero .wpo-static-hero-inner .shape-2 {
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
  }
}

.rtl-static-hero .wpo-static-hero-inner .slide-title h2 {
  color: #323232;
  font-size: 95px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1399px) {
  .rtl-static-hero .wpo-static-hero-inner .slide-title h2 {
    font-size: 80px;
    line-height: 90px;
  }
}

@media (max-width: 575px) {
  .rtl-static-hero .wpo-static-hero-inner .slide-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

.rtl-static-hero .wpo-static-hero-inner .slide-text p {
  color: #525252;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 575px) {
  .rtl-static-hero .wpo-static-hero-inner .slide-text p {
    font-size: 22px;
  }
}

.rtl-static-hero #clock2 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .rtl-static-hero #clock2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rtl-static-hero #clock2 > div {
  float: left;
  display: table;
  width: 100px;
}

@media (max-width: 1399px) {
  .rtl-static-hero #clock2 > div {
    width: 90px;
  }
}

@media (max-width: 450px) {
  .rtl-static-hero #clock2 > div {
    width: 60px;
  }
}

.rtl-static-hero #clock2 > div > div {
  display: table-cell;
  vertical-align: middle;
}

.rtl-static-hero #clock2 > div + div {
  margin-right: 30px;
}

@media (max-width: 991px) {
  .rtl-static-hero #clock2 > div + div {
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .rtl-static-hero #clock2 > div + div {
    margin-right: 10px;
  }
}

.rtl-static-hero #clock2 .time {
  font-family: "monallesia";
  font-size: 60px;
  font-size: 4rem;
  line-height: 1em;
  padding-top: 15px;
  color: #657150;
  margin-bottom: 15px;
}

@media (max-width: 1300px) {
  .rtl-static-hero #clock2 .time {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 1100px) {
  .rtl-static-hero #clock2 .time {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 991px) {
  .rtl-static-hero #clock2 .time {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

@media (max-width: 767px) {
  .rtl-static-hero #clock2 .time {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.rtl-static-hero #clock2 span {
  color: #707070;
  font-size: 20px;
}

@media (max-width: 991px) {
  .rtl-static-hero #clock2 span {
    font-size: 20px;
  }
}

/*wpo-hero-slider*/
.wpo-hero-section {
  padding: 0 50px;
}

@media (max-width: 1700px) {
  .wpo-hero-section {
    padding: 0 30px;
  }
}

@media (max-width: 1500px) {
  .wpo-hero-section {
    padding: 0 10px;
  }
}

.wpo-hero-section .wpo-hero-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img {
  position: relative;
}

.wpo-hero-section .wpo-hero-items .wpo-hero-item .wpo-hero-img img {
  width: 100%;
}

.wpo-hero-section .wpo-hero-items .owl-carousel .owl-stage {
  margin: 0 !important;
}

.wpo-hero-section .wpo-hero-items .owl-item.active.center .wpo-hero-img .wpo-hero-text h2 {
  color: #B5A2BD;
}

.wpo-hero-section .wpo-hero-items .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-hero-section .wpo-hero-items .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #B5A2BD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.wpo-hero-section .wpo-hero-items .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
  color: #CAA6C7;
}

.wpo-hero-section .wpo-hero-items .owl-nav .owl-prev,
.wpo-hero-section .wpo-hero-items .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 54px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 575px) {
  .wpo-hero-section .wpo-hero-items .owl-nav .owl-prev,
  .wpo-hero-section .wpo-hero-items .owl-nav .owl-next {
    display: none;
  }
}

.wpo-hero-section .wpo-hero-items .owl-nav .owl-prev {
  left: 25px;
}

.wpo-hero-section .wpo-hero-items .owl-nav .owl-next {
  right: 25px;
}

.wpo-hero-section .wpo-hero-items .owl-dots {
  margin-top: 0px;
  position: absolute;
  left: -45%;
  bottom: 0;
}

.wpo-hero-section .wpo-hero-items .owl-dots button {
  width: 10px;
  height: 12px;
  border: 0;
  background: #d4e6f5;
  margin-right: 10px;
  border-radius: 50%;
}

.wpo-hero-section .wpo-hero-items .owl-dots .owl-dot.active {
  background-color: #B5A2BD;
}

.wpo-hero-section .wpo-hero-items:hover .owl-nav .owl-prev,
.wpo-hero-section .wpo-hero-items:hover .owl-nav .owl-next {
  opacity: 1;
}

.wpo-hero-section.style-2 .wpo-hero-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpo-hero-section.style-2 .wpo-hero-items .wpo-hero-item .wpo-hero-img {
  position: relative;
}

.wpo-hero-section.style-2 .wpo-hero-items .wpo-hero-item .wpo-hero-img img {
  width: 100%;
}

.wpo-hero-slider.style-2 {
  height: 1000px;
  position: relative;
}

@media (max-width: 991px) {
  .wpo-hero-slider.style-2 {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider.style-2 {
    height: 600px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-slider.style-2 {
    height: 500px;
  }
}

.wpo-hero-slider.style-2 .slider-text {
  padding: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 11;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 80px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .wpo-hero-slider.style-2 .slider-text {
    padding: 20px;
  }
}

.wpo-hero-slider.style-2 .slider-text h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 1399px) {
  .wpo-hero-slider.style-2 .slider-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider.style-2 .slider-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider.style-2 .slider-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-slider.style-2 .slider-text h2 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

.wpo-hero-slider.style-2 .slider-text p {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 1399px) {
  .wpo-hero-slider.style-2 .slider-text p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider.style-2 .slider-text p {
    font-size: 16px;
  }
}

.shop-hero {
  background: #F8F3F2;
}

@media (min-width: 992px) {
  .shop-hero .col {
    padding: 0;
  }
}

.shop-hero .wpo-static-hero-inner {
  margin: 0;
  text-align: left;
  max-width: 585px;
  padding: 0 20px;
  margin-left: 120px;
}

@media (max-width: 1700px) {
  .shop-hero .wpo-static-hero-inner {
    margin-left: 80px;
  }
}

@media (max-width: 1399px) {
  .shop-hero .wpo-static-hero-inner {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .shop-hero .wpo-static-hero-inner {
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .shop-hero .wpo-static-hero-inner .slide-shape img {
    max-width: 100px;
  }
}

.shop-hero .wpo-static-hero-inner .slide-title {
  margin-bottom: 20px;
  padding-top: 40px;
}

@media (max-width: 1700px) {
  .shop-hero .wpo-static-hero-inner .slide-title {
    padding-top: 20px;
  }
}

@media (max-width: 1399px) {
  .shop-hero .wpo-static-hero-inner .slide-title {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .shop-hero .wpo-static-hero-inner .slide-title {
    margin-top: 0;
    padding-top: 0;
  }
}

.shop-hero .wpo-static-hero-inner .slide-title h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1399px) {
  .shop-hero .wpo-static-hero-inner .slide-title h2 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  .shop-hero .wpo-static-hero-inner .slide-title h2 {
    font-size: 35px;
  }
}

@media (max-width: 575px) {
  .shop-hero .wpo-static-hero-inner .slide-title h2 {
    font-size: 32px;
  }
}

.shop-hero .wpo-static-hero-inner .slide-price {
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .shop-hero .wpo-static-hero-inner .slide-price {
    margin-bottom: 10px;
  }
}

.shop-hero .wpo-static-hero-inner .slide-price h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  color: #D4B0A5;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 575px) {
  .shop-hero .wpo-static-hero-inner .slide-price h4 {
    font-size: 25px;
  }
}

@media (max-width: 1399px) {
  .shop-hero .wpo-static-hero-inner p {
    margin-bottom: 0px;
  }
}

@media (max-width: 1199px) {
  .shop-hero .wpo-static-hero-inner p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .shop-hero .wpo-static-hero-inner p {
    font-size: 16px;
  }
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap {
  padding-bottom: 70px;
}

@media (max-width: 1700px) {
  .shop-hero .wpo-static-hero-inner .slide-btn-wtap {
    padding-bottom: 20px;
  }
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin-top: 40px;
}

@media (max-width: 1399px) {
  .shop-hero .wpo-static-hero-inner .slide-btn-wtap ul {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .shop-hero .wpo-static-hero-inner .slide-btn-wtap ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li .theme-btn, .shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li .view-cart-btn {
  background-color: #D4B0A5;
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li + li {
  margin-left: 20px;
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li + li a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  border-radius: 30px;
  border: 1px solid var(--light-green, #F1F3EE);
  background: #fff;
  text-align: center;
}

.shop-hero .wpo-static-hero-inner .slide-btn-wtap ul li + li a .fi {
  font-size: 30px;
  color: #D4B0A5;
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer,
.wpo-site-footer-s2,
.wpo-site-footer-s3,
.wpo-site-footer-s4,
.wpo-site-footer-s5 {
  background: #A290AA;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1400px) {
  .wpo-site-footer .container,
  .wpo-site-footer-s2 .container,
  .wpo-site-footer-s3 .container,
  .wpo-site-footer-s4 .container,
  .wpo-site-footer-s5 .container {
    max-width: 1220px;
  }
}

.wpo-site-footer ul,
.wpo-site-footer-s2 ul,
.wpo-site-footer-s3 ul,
.wpo-site-footer-s4 ul,
.wpo-site-footer-s5 ul {
  list-style: none;
}

.wpo-site-footer p,
.wpo-site-footer-s2 p,
.wpo-site-footer-s3 p,
.wpo-site-footer-s4 p,
.wpo-site-footer-s5 p {
  color: #fff;
}

.wpo-site-footer li,
.wpo-site-footer-s2 li,
.wpo-site-footer-s3 li,
.wpo-site-footer-s4 li,
.wpo-site-footer-s5 li {
  color: #fff;
}

.wpo-site-footer .container,
.wpo-site-footer-s2 .container,
.wpo-site-footer-s3 .container,
.wpo-site-footer-s4 .container,
.wpo-site-footer-s5 .container {
  position: relative;
}

.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-s2 .wpo-upper-footer,
.wpo-site-footer-s3 .wpo-upper-footer,
.wpo-site-footer-s4 .wpo-upper-footer,
.wpo-site-footer-s5 .wpo-upper-footer {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer,
  .wpo-site-footer-s3 .wpo-upper-footer,
  .wpo-site-footer-s4 .wpo-upper-footer,
  .wpo-site-footer-s5 .wpo-upper-footer {
    padding: 80px 0px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer,
  .wpo-site-footer-s3 .wpo-upper-footer,
  .wpo-site-footer-s4 .wpo-upper-footer,
  .wpo-site-footer-s5 .wpo-upper-footer {
    padding: 40px 0 0px 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col,
  .wpo-site-footer-s2 .wpo-upper-footer .col,
  .wpo-site-footer-s3 .wpo-upper-footer .col,
  .wpo-site-footer-s4 .wpo-upper-footer .col,
  .wpo-site-footer-s5 .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col,
  .wpo-site-footer-s2 .wpo-upper-footer .col,
  .wpo-site-footer-s3 .wpo-upper-footer .col,
  .wpo-site-footer-s4 .wpo-upper-footer .col,
  .wpo-site-footer-s5 .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
  .wpo-site-footer .wpo-upper-footer .col:last-child,
  .wpo-site-footer-s2 .wpo-upper-footer .col:last-child,
  .wpo-site-footer-s3 .wpo-upper-footer .col:last-child,
  .wpo-site-footer-s4 .wpo-upper-footer .col:last-child,
  .wpo-site-footer-s5 .wpo-upper-footer .col:last-child {
    margin-bottom: 30px;
  }
}

.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title,
.wpo-site-footer-s3 .widget-title,
.wpo-site-footer-s4 .widget-title,
.wpo-site-footer-s5 .widget-title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wpo-site-footer .widget-title,
  .wpo-site-footer-s2 .widget-title,
  .wpo-site-footer-s3 .widget-title,
  .wpo-site-footer-s4 .widget-title,
  .wpo-site-footer-s5 .widget-title {
    margin-bottom: 20px;
  }
}

.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3,
.wpo-site-footer-s3 .widget-title h3,
.wpo-site-footer-s4 .widget-title h3,
.wpo-site-footer-s5 .widget-title h3 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "monallesia";
}

@media (max-width: 991px) {
  .wpo-site-footer .widget-title h3,
  .wpo-site-footer-s2 .widget-title h3,
  .wpo-site-footer-s3 .widget-title h3,
  .wpo-site-footer-s4 .widget-title h3,
  .wpo-site-footer-s5 .widget-title h3 {
    font-size: 30px;
  }
}

.wpo-site-footer .about-widget,
.wpo-site-footer-s2 .about-widget,
.wpo-site-footer-s3 .about-widget,
.wpo-site-footer-s4 .about-widget,
.wpo-site-footer-s5 .about-widget {
  text-align: center;
}

.wpo-site-footer .about-widget .logo,
.wpo-site-footer-s2 .about-widget .logo,
.wpo-site-footer-s3 .about-widget .logo,
.wpo-site-footer-s4 .about-widget .logo,
.wpo-site-footer-s5 .about-widget .logo {
  font-size: 35px;
  font-family: "monallesia";
  color: #fff;
  line-height: 40px;
  margin-bottom: 0;
  margin-left: -25px;
}

@media (max-width: 991px) {
  .wpo-site-footer .about-widget .logo,
  .wpo-site-footer-s2 .about-widget .logo,
  .wpo-site-footer-s3 .about-widget .logo,
  .wpo-site-footer-s4 .about-widget .logo,
  .wpo-site-footer-s5 .about-widget .logo {
    font-size: 40px;
  }
}

.wpo-site-footer .about-widget .logo span,
.wpo-site-footer-s2 .about-widget .logo span,
.wpo-site-footer-s3 .about-widget .logo span,
.wpo-site-footer-s4 .about-widget .logo span,
.wpo-site-footer-s5 .about-widget .logo span {
  position: relative;
}

.wpo-site-footer .about-widget .logo span i,
.wpo-site-footer-s2 .about-widget .logo span i,
.wpo-site-footer-s3 .about-widget .logo span i,
.wpo-site-footer-s4 .about-widget .logo span i,
.wpo-site-footer-s5 .about-widget .logo span i {
  position: absolute;
  left: 1px;
  top: 3px;
  font-size: 13px;
}

.wpo-site-footer .about-widget,
.wpo-site-footer-s2 .about-widget,
.wpo-site-footer-s3 .about-widget,
.wpo-site-footer-s4 .about-widget,
.wpo-site-footer-s5 .about-widget {
  max-width: 400px;
  margin: 0 auto;
}

.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p,
.wpo-site-footer-s3 .about-widget p,
.wpo-site-footer-s4 .about-widget p,
.wpo-site-footer-s5 .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}

.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-s2 .about-widget p:last-child,
.wpo-site-footer-s3 .about-widget p:last-child,
.wpo-site-footer-s4 .about-widget p:last-child,
.wpo-site-footer-s5 .about-widget p:last-child {
  margin-bottom: 0;
}

.wpo-site-footer .about-widget ul,
.wpo-site-footer-s2 .about-widget ul,
.wpo-site-footer-s3 .about-widget ul,
.wpo-site-footer-s4 .about-widget ul,
.wpo-site-footer-s5 .about-widget ul {
  overflow: hidden;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-site-footer .about-widget ul li,
.wpo-site-footer-s2 .about-widget ul li,
.wpo-site-footer-s3 .about-widget ul li,
.wpo-site-footer-s4 .about-widget ul li,
.wpo-site-footer-s5 .about-widget ul li {
  font-size: 22px;
  float: left;
}

.wpo-site-footer .about-widget ul li a,
.wpo-site-footer-s2 .about-widget ul li a,
.wpo-site-footer-s3 .about-widget ul li a,
.wpo-site-footer-s4 .about-widget ul li a,
.wpo-site-footer-s5 .about-widget ul li a {
  color: #CAA6C7;
  width: 45px;
  height: 45px;
  line-height: 49px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: 255, 255, 255, 0.1;
  color: #fff;
}

.wpo-site-footer .about-widget ul li a:hover,
.wpo-site-footer-s2 .about-widget ul li a:hover,
.wpo-site-footer-s3 .about-widget ul li a:hover,
.wpo-site-footer-s4 .about-widget ul li a:hover,
.wpo-site-footer-s5 .about-widget ul li a:hover {
  background: #B5A2BD;
  color: #fff;
}

.wpo-site-footer .about-widget ul li + li,
.wpo-site-footer-s2 .about-widget ul li + li,
.wpo-site-footer-s3 .about-widget ul li + li,
.wpo-site-footer-s4 .about-widget ul li + li,
.wpo-site-footer-s5 .about-widget ul li + li {
  margin-left: 25px;
}

@media screen and (max-width: 1600px) {
  .wpo-site-footer .about-widget ul li + li,
  .wpo-site-footer-s2 .about-widget ul li + li,
  .wpo-site-footer-s3 .about-widget ul li + li,
  .wpo-site-footer-s4 .about-widget ul li + li,
  .wpo-site-footer-s5 .about-widget ul li + li {
    margin-left: 10px;
  }
}

.wpo-site-footer .link-widget,
.wpo-site-footer-s2 .link-widget,
.wpo-site-footer-s3 .link-widget,
.wpo-site-footer-s4 .link-widget,
.wpo-site-footer-s5 .link-widget {
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget,
  .wpo-site-footer-s3 .link-widget,
  .wpo-site-footer-s4 .link-widget,
  .wpo-site-footer-s5 .link-widget {
    text-align: center;
  }
}

.wpo-site-footer .link-widget .link-wrap,
.wpo-site-footer-s2 .link-widget .link-wrap,
.wpo-site-footer-s3 .link-widget .link-wrap,
.wpo-site-footer-s4 .link-widget .link-wrap,
.wpo-site-footer-s5 .link-widget .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .wpo-site-footer .link-widget .link-wrap,
  .wpo-site-footer-s2 .link-widget .link-wrap,
  .wpo-site-footer-s3 .link-widget .link-wrap,
  .wpo-site-footer-s4 .link-widget .link-wrap,
  .wpo-site-footer-s5 .link-widget .link-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpo-site-footer .link-widget .link-wrap ul + ul,
.wpo-site-footer-s2 .link-widget .link-wrap ul + ul,
.wpo-site-footer-s3 .link-widget .link-wrap ul + ul,
.wpo-site-footer-s4 .link-widget .link-wrap ul + ul,
.wpo-site-footer-s5 .link-widget .link-wrap ul + ul {
  margin-left: 50px;
}

.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li,
.wpo-site-footer-s3 .link-widget ul li,
.wpo-site-footer-s4 .link-widget ul li,
.wpo-site-footer-s5 .link-widget ul li {
  position: relative;
}

.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a,
.wpo-site-footer-s3 .link-widget ul li a,
.wpo-site-footer-s4 .link-widget ul li a,
.wpo-site-footer-s5 .link-widget ul li a {
  color: #fff;
  font-size: 18px;
}

.wpo-site-footer .link-widget ul li a:hover,
.wpo-site-footer-s2 .link-widget ul li a:hover,
.wpo-site-footer-s3 .link-widget ul li a:hover,
.wpo-site-footer-s4 .link-widget ul li a:hover,
.wpo-site-footer-s5 .link-widget ul li a:hover {
  text-decoration: underline;
}

.wpo-site-footer .link-widget ul li + li,
.wpo-site-footer-s2 .link-widget ul li + li,
.wpo-site-footer-s3 .link-widget ul li + li,
.wpo-site-footer-s4 .link-widget ul li + li,
.wpo-site-footer-s5 .link-widget ul li + li {
  padding-top: 15px;
}

.wpo-site-footer .wpo-service-link-widget,
.wpo-site-footer-s2 .wpo-service-link-widget,
.wpo-site-footer-s3 .wpo-service-link-widget,
.wpo-site-footer-s4 .wpo-service-link-widget,
.wpo-site-footer-s5 .wpo-service-link-widget {
  text-align: center;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-service-link-widget,
  .wpo-site-footer-s2 .wpo-service-link-widget,
  .wpo-site-footer-s3 .wpo-service-link-widget,
  .wpo-site-footer-s4 .wpo-service-link-widget,
  .wpo-site-footer-s5 .wpo-service-link-widget {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-service-link-widget,
  .wpo-site-footer-s2 .wpo-service-link-widget,
  .wpo-site-footer-s3 .wpo-service-link-widget,
  .wpo-site-footer-s4 .wpo-service-link-widget,
  .wpo-site-footer-s5 .wpo-service-link-widget {
    text-align: center;
  }
}

.wpo-site-footer .contact-ft,
.wpo-site-footer-s2 .contact-ft,
.wpo-site-footer-s3 .contact-ft,
.wpo-site-footer-s4 .contact-ft,
.wpo-site-footer-s5 .contact-ft {
  margin-top: 20px;
}

@media (max-width: 1500px) {
  .wpo-site-footer .contact-ft,
  .wpo-site-footer-s2 .contact-ft,
  .wpo-site-footer-s3 .contact-ft,
  .wpo-site-footer-s4 .contact-ft,
  .wpo-site-footer-s5 .contact-ft {
    padding-right: 0px;
  }
}

.wpo-site-footer .contact-ft ul li,
.wpo-site-footer-s2 .contact-ft ul li,
.wpo-site-footer-s3 .contact-ft ul li,
.wpo-site-footer-s4 .contact-ft ul li,
.wpo-site-footer-s5 .contact-ft ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #B5A2BD;
  font-size: 16px;
}

.wpo-site-footer .contact-ft ul li i,
.wpo-site-footer-s2 .contact-ft ul li i,
.wpo-site-footer-s3 .contact-ft ul li i,
.wpo-site-footer-s4 .contact-ft ul li i,
.wpo-site-footer-s5 .contact-ft ul li i {
  position: absolute;
  left: 0;
  top: 0;
}

.wpo-site-footer .contact-ft ul li .fi:before,
.wpo-site-footer-s2 .contact-ft ul li .fi:before,
.wpo-site-footer-s3 .contact-ft ul li .fi:before,
.wpo-site-footer-s4 .contact-ft ul li .fi:before,
.wpo-site-footer-s5 .contact-ft ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}

.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer,
.wpo-site-footer-s3 .wpo-lower-footer,
.wpo-site-footer-s4 .wpo-lower-footer,
.wpo-site-footer-s5 .wpo-lower-footer {
  text-align: center;
  position: relative;
  background: #A290AA;
  z-index: -1;
  border-top: 1px solid #B4A1BC;
}

.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row,
.wpo-site-footer-s3 .wpo-lower-footer .row,
.wpo-site-footer-s4 .wpo-lower-footer .row,
.wpo-site-footer-s5 .wpo-lower-footer .row {
  padding: 35px 0;
  position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .copyright,
.wpo-site-footer-s3 .wpo-lower-footer .copyright,
.wpo-site-footer-s4 .wpo-lower-footer .copyright,
.wpo-site-footer-s5 .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  color: #fff;
}

.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a,
.wpo-site-footer-s3 .wpo-lower-footer .copyright a,
.wpo-site-footer-s4 .wpo-lower-footer .copyright a,
.wpo-site-footer-s5 .wpo-lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright,
  .wpo-site-footer-s2 .wpo-lower-footer .copyright,
  .wpo-site-footer-s3 .wpo-lower-footer .copyright,
  .wpo-site-footer-s4 .wpo-lower-footer .copyright,
  .wpo-site-footer-s5 .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}

.wpo-site-footer .ft-shape-1,
.wpo-site-footer-s2 .ft-shape-1,
.wpo-site-footer-s3 .ft-shape-1,
.wpo-site-footer-s4 .ft-shape-1,
.wpo-site-footer-s5 .ft-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-site-footer .ft-shape-1,
  .wpo-site-footer-s2 .ft-shape-1,
  .wpo-site-footer-s3 .ft-shape-1,
  .wpo-site-footer-s4 .ft-shape-1,
  .wpo-site-footer-s5 .ft-shape-1 {
    display: none;
  }
}

.wpo-site-footer .ft-shape-2,
.wpo-site-footer-s2 .ft-shape-2,
.wpo-site-footer-s3 .ft-shape-2,
.wpo-site-footer-s4 .ft-shape-2,
.wpo-site-footer-s5 .ft-shape-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-site-footer .ft-shape-2,
  .wpo-site-footer-s2 .ft-shape-2,
  .wpo-site-footer-s3 .ft-shape-2,
  .wpo-site-footer-s4 .ft-shape-2,
  .wpo-site-footer-s5 .ft-shape-2 {
    display: none;
  }
}

.wpo-site-footer-s2 {
  background: #96A4BC;
}

.wpo-site-footer-s2 .wpo-lower-footer {
  background: #96A4BC;
  border-color: #a1b3d3;
}

.wpo-site-footer-s3 {
  background: #515A44;
}

.wpo-site-footer-s3 .wpo-lower-footer {
  background: #515A44;
  border-color: #5f6852;
}

.wpo-site-footer-s4 {
  background: #7E78B2;
}

.wpo-site-footer-s4 .wpo-lower-footer {
  background: #7E78B2;
  border-color: #9690c9;
}

.wpo-site-footer-s5 {
  background-color: #CBA195;
}

.wpo-site-footer-s5 .wpo-lower-footer {
  background-color: #CBA195;
  border-color: #ddaea1;
}

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

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

/*3.2 wpo-wedding-date*/
.wpo-wedding-date .wedding-date-wrap #clock,
.wpo-wedding-date-s2 .wedding-date-wrap #clock,
.wpo-wedding-date-s3 .wedding-date-wrap #clock,
.wpo-wedding-date-s4 .wedding-date-wrap #clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1200px) {
  .wpo-wedding-date .wedding-date-wrap #clock,
  .wpo-wedding-date-s2 .wedding-date-wrap #clock,
  .wpo-wedding-date-s3 .wedding-date-wrap #clock,
  .wpo-wedding-date-s4 .wedding-date-wrap #clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.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,
.wpo-wedding-date-s4 .wedding-date-wrap #clock .box {
  width: 220px;
  height: 220px;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #EFE6EE;
  border-radius: 50%;
}

@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,
  .wpo-wedding-date-s4 .wedding-date-wrap #clock .box {
    width: 180px;
    height: 180px;
    margin: 0 20px;
  }
}

@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,
  .wpo-wedding-date-s4 .wedding-date-wrap #clock .box {
    margin-bottom: 40px;
  }
}

.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,
.wpo-wedding-date-s4 .wedding-date-wrap #clock .box:after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border: 1px solid #B5A2BD;
  border-radius: 50%;
}

.wpo-wedding-date .wedding-date-wrap #clock .box:before,
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:before,
.wpo-wedding-date-s3 .wedding-date-wrap #clock .box:before,
.wpo-wedding-date-s4 .wedding-date-wrap #clock .box:before {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 130px;
  height: 190px;
  content: "";
  background: url(../images/wedding-date/1.svg) no-repeat center center;
  z-index: 1;
}

.wpo-wedding-date .wedding-date-wrap #clock .box:nth-child(even):before,
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:nth-child(even):before,
.wpo-wedding-date-s3 .wedding-date-wrap #clock .box:nth-child(even):before,
.wpo-wedding-date-s4 .wedding-date-wrap #clock .box:nth-child(even):before {
  width: 170px;
  left: -50px;
  top: -50px;
  background: url(../images/wedding-date/2.svg) no-repeat center center;
}

.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,
.wpo-wedding-date-s4 .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,
.wpo-wedding-date-s4 .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,
.wpo-wedding-date-s4 .wedding-date-wrap #clock .time {
  font-family: "monallesia";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  color: #242424;
  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,
  .wpo-wedding-date-s4 .wedding-date-wrap #clock .time {
    font-size: 40px;
    line-height: 50px;
  }
}

.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,
.wpo-wedding-date-s4 .wedding-date-wrap #clock span {
  color: #4D4D4D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

@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,
  .wpo-wedding-date-s4 .wedding-date-wrap #clock span {
    font-size: 18px;
  }
}

@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,
  .wpo-wedding-date-s4 .wedding-date-wrap #clock span {
    font-size: 16px;
  }
}

/* 3.3 wpo-couple-section */
.wpo-couple-section,
.wpo-couple-section-s2 {
  padding-bottom: 50px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-couple-section,
  .wpo-couple-section-s2 {
    padding-bottom: 20px;
  }
}

.wpo-couple-section .couple-area .couple-wrap,
.wpo-couple-section-s2 .couple-area .couple-wrap {
  max-width: 1060px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.wpo-couple-section .couple-area .couple-wrap .shape-1,
.wpo-couple-section-s2 .couple-area .couple-wrap .shape-1 {
  position: absolute;
  left: -400px;
  bottom: 0;
  z-index: -1;
  -webkit-transform: rotate(350deg);
          transform: rotate(350deg);
}

@media (max-width: 1199px) {
  .wpo-couple-section .couple-area .couple-wrap .shape-1,
  .wpo-couple-section-s2 .couple-area .couple-wrap .shape-1 {
    max-width: 350px;
    left: -200px;
  }
}

@media (max-width: 767px) {
  .wpo-couple-section .couple-area .couple-wrap .shape-1,
  .wpo-couple-section-s2 .couple-area .couple-wrap .shape-1 {
    display: none;
  }
}

.wpo-couple-section .couple-area .couple-wrap .shape-1 img,
.wpo-couple-section-s2 .couple-area .couple-wrap .shape-1 img {
  -webkit-animation: leafAniamtion 8s ease-in infinite;
          animation: leafAniamtion 8s ease-in infinite;
}

.wpo-couple-section .couple-area .couple-wrap .shape-2,
.wpo-couple-section-s2 .couple-area .couple-wrap .shape-2 {
  position: absolute;
  right: -320px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1199px) {
  .wpo-couple-section .couple-area .couple-wrap .shape-2,
  .wpo-couple-section-s2 .couple-area .couple-wrap .shape-2 {
    max-width: 350px;
    right: -180px;
  }
}

@media (max-width: 767px) {
  .wpo-couple-section .couple-area .couple-wrap .shape-2,
  .wpo-couple-section-s2 .couple-area .couple-wrap .shape-2 {
    display: none;
  }
}

.wpo-couple-section .couple-area .couple-wrap .shape-2 img,
.wpo-couple-section-s2 .couple-area .couple-wrap .shape-2 img {
  -webkit-animation: leafAniamtion 8s ease-in infinite;
          animation: leafAniamtion 8s ease-in infinite;
}

.wpo-couple-section .couple-area .couple-item,
.wpo-couple-section-s2 .couple-area .couple-item {
  padding: 30px;
  border-radius: 250px 250px 0px 0px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  position: relative;
  overflow: hidden;
}

@media (max-width: 350px) {
  .wpo-couple-section .couple-area .couple-item,
  .wpo-couple-section-s2 .couple-area .couple-item {
    padding: 20px;
  }
}

.wpo-couple-section .couple-area .couple-item .couple-img,
.wpo-couple-section-s2 .couple-area .couple-item .couple-img {
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 250px 250px 0px 0px;
}

.wpo-couple-section .couple-area .couple-item .couple-img img,
.wpo-couple-section-s2 .couple-area .couple-item .couple-img img {
  border-radius: 250px 250px 0px 0px;
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 991px) {
  .wpo-couple-section .couple-area .couple-item .couple-img,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-img {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-couple-section .couple-area .couple-item .couple-img,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-img {
    margin-bottom: 0px;
  }
}

.wpo-couple-section .couple-area .couple-item:hover .couple-img img,
.wpo-couple-section-s2 .couple-area .couple-item:hover .couple-img img {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}

.wpo-couple-section .couple-area .couple-item .couple-text,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 40px;
  width: 100%;
}

@media (max-width: 1199px) {
  .wpo-couple-section .couple-area .couple-item .couple-text,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text {
    padding: 25px;
  }
}

@media (max-width: 350px) {
  .wpo-couple-section .couple-area .couple-item .couple-text,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text {
    padding: 15px;
  }
}

.wpo-couple-section .couple-area .couple-item .couple-text h3,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
  font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0.4em;
}

@media (max-width: 1199px) {
  .wpo-couple-section .couple-area .couple-item .couple-text h3,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section .couple-area .couple-item .couple-text h3,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .wpo-couple-section .couple-area .couple-item .couple-text h3,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text h3 {
    margin: 10px 0 0.2em;
  }
}

.wpo-couple-section .couple-area .couple-item .couple-text p,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text p {
  max-width: 342px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-couple-section .couple-area .couple-item .couple-text p,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text p {
    font-size: 16px;
    max-width: 245px;
  }
}

.wpo-couple-section .couple-area .couple-item .couple-text ul,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul {
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .wpo-couple-section .couple-area .couple-item .couple-text ul,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text ul {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wpo-couple-section .couple-area .couple-item .couple-text ul > li + li,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul > li + li {
  margin-left: 25px;
}

.wpo-couple-section .couple-area .couple-item .couple-text ul li a,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul li a {
  display: block;
  text-align: center;
  color: #707070;
  font-size: 14px;
}

.wpo-couple-section .couple-area .couple-item .couple-text ul li a:hover,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text ul li a:hover {
  color: #B5A2BD;
}

.wpo-couple-section .couple-area .couple-item .couple-text .couple-bg,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media (max-width: 400px) {
  .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg {
    bottom: -10px;
  }
}

.wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,
.wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
  width: 500px;
  height: 433px;
}

@media (max-width: 991px) {
  .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
    width: 370px;
    height: 390px;
  }
}

@media (max-width: 767px) {
  .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
    width: 463px;
    height: 375px;
  }
}

@media (max-width: 400px) {
  .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
    width: 400px;
    height: 420px;
  }
}

@media (max-width: 350px) {
  .wpo-couple-section .couple-area .couple-item .couple-text .couple-bg svg,
  .wpo-couple-section-s2 .couple-area .couple-item .couple-text .couple-bg svg {
    width: 382px;
    height: 382px;
  }
}

@media (max-width: 767px) {
  .wpo-couple-section .couple-area .col:last-child .couple-item,
  .wpo-couple-section-s2 .couple-area .col:last-child .couple-item {
    margin-top: 30px;
  }
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text,
.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text {
  text-align: right;
  left: auto;
  right: 0;
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text p,
.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text p {
  margin-left: auto;
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text h3,
.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text h3 {
  font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0.4em;
}

@media (max-width: 1199px) {
  .wpo-couple-section .couple-area .col:last-child .couple-item .couple-text h3,
  .wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section .couple-area .col:last-child .couple-item .couple-text h3,
  .wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text ul,
.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wpo-couple-section .couple-area .col:last-child .couple-item .couple-text .couple-bg,
.wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text .couple-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

@media (max-width: 400px) {
  .wpo-couple-section .couple-area .col:last-child .couple-item .couple-text .couple-bg,
  .wpo-couple-section-s2 .couple-area .col:last-child .couple-item .couple-text .couple-bg {
    bottom: -10px;
  }
}

/* 3.4 wpo-story-section */
.wpo-story-section,
.wpo-story-section-s2 {
  position: relative;
  z-index: 1;
}

.wpo-story-section .wpo-story-wrap,
.wpo-story-section-s2 .wpo-story-wrap {
  max-width: 1096px;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 575px) {
  .wpo-story-section .wpo-story-wrap,
  .wpo-story-section-s2 .wpo-story-wrap {
    padding-bottom: 50px;
  }
}

.wpo-story-section .wpo-story-item,
.wpo-story-section-s2 .wpo-story-item {
  margin-bottom: 150px;
  position: -webkit-sticky;
  position: sticky;
  top: 230px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 991px) {
  .wpo-story-section .wpo-story-item,
  .wpo-story-section-s2 .wpo-story-item {
    position: relative;
    top: 0;
    margin-bottom: 30px;
  }
}

.wpo-story-section .wpo-story-item .wpo-story-img,
.wpo-story-section-s2 .wpo-story-item .wpo-story-img {
  position: relative;
  z-index: 1;
  padding: 20px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  max-width: 500px;
  margin-right: -30px;
}

@media (max-width: 1199px) {
  .wpo-story-section .wpo-story-item .wpo-story-img,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-img {
    max-width: 450px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section .wpo-story-item .wpo-story-img,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

.wpo-story-section .wpo-story-item .wpo-story-content,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
  padding: 60px 60px;
  border: 1px solid rgba(184, 184, 184, 0.3);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.6) 13.65%, rgba(255, 255, 255, 0.3) 91.31%);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(62, 62, 62, 0.05);
          box-shadow: 0px 20px 20px 0px rgba(62, 62, 62, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: rotate(-15.089deg);
          transform: rotate(-15.089deg);
  z-index: 11;
  position: relative;
  text-align: center;
  max-width: 500px;
  margin-left: -30px;
}

@media (max-width: 1199px) {
  .wpo-story-section .wpo-story-item .wpo-story-content,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
    max-width: 450px;
    padding: 50px 50px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section .wpo-story-item .wpo-story-content,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .wpo-story-item .wpo-story-content,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
    padding: 40px 20px;
  }
}

.wpo-story-section .wpo-story-item .wpo-story-content .pin,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content .pin {
  position: absolute;
  left: 80px;
  top: -30px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

@media (max-width: 991px) {
  .wpo-story-section .wpo-story-item .wpo-story-content .pin,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content .pin {
    display: none;
  }
}

.wpo-story-section .wpo-story-item .wpo-story-content h2,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .wpo-story-section .wpo-story-item .wpo-story-content h2,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .wpo-story-item .wpo-story-content h2,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.wpo-story-section .wpo-story-item .wpo-story-content span,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content span {
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #CAA6C7;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 1199px) {
  .wpo-story-section .wpo-story-item .wpo-story-content span,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content span {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .wpo-story-item .wpo-story-content span,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content span {
    font-size: 18px;
  }
}

.wpo-story-section .wpo-story-item .wpo-story-content p,
.wpo-story-section-s2 .wpo-story-item .wpo-story-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #707070;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .wpo-story-section .wpo-story-item .wpo-story-content p,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section .wpo-story-item .wpo-story-content p,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .wpo-story-item .wpo-story-content p,
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content p {
    font-size: 17px;
  }
}

.wpo-story-section .wpo-story-item:nth-child(even) .col:first-child,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .col:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  -moz-order: 2;
}

@media (max-width: 991px) {
  .wpo-story-section .wpo-story-item:nth-child(even) .col:first-child,
  .wpo-story-section-s2 .wpo-story-item:nth-child(even) .col:first-child {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-order: unset;
    -moz-order: unset;
  }
}

.wpo-story-section .wpo-story-item:nth-child(even) .col:last-child,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .col:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wpo-story-section .wpo-story-item:nth-child(even) .col .wpo-story-img,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .col .wpo-story-img {
  -webkit-transform: rotate(-15.089deg);
          transform: rotate(-15.089deg);
  margin: 0;
  margin-left: -30px;
}

@media (max-width: 991px) {
  .wpo-story-section .wpo-story-item:nth-child(even) .col .wpo-story-img,
  .wpo-story-section-s2 .wpo-story-item:nth-child(even) .col .wpo-story-img {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

.wpo-story-section .wpo-story-item:nth-child(even) .col .wpo-story-content,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .col .wpo-story-content {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  margin: 0;
  margin-right: -30px;
}

@media (max-width: 991px) {
  .wpo-story-section .wpo-story-item:nth-child(even) .col .wpo-story-content,
  .wpo-story-section-s2 .wpo-story-item:nth-child(even) .col .wpo-story-content {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    margin: 0 auto;
  }
}

.wpo-story-section .wpo-story-item:nth-child(even) .col .wpo-story-content .pin,
.wpo-story-section-s2 .wpo-story-item:nth-child(even) .col .wpo-story-content .pin {
  position: absolute;
  left: auto;
  right: 80px;
  top: -30px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

@media (min-width: 991px) {
  .wpo-story-section .wpo-story-item.fade-out,
  .wpo-story-section-s2 .wpo-story-item.fade-out {
    opacity: 0;
  }
}

.wpo-story-section .flower-shape-1,
.wpo-story-section-s2 .flower-shape-1 {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: -1;
  min-height: 100%;
}

.wpo-story-section .flower-shape-1 .flower-sticky,
.wpo-story-section-s2 .flower-shape-1 .flower-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

@media (max-width: 575px) {
  .wpo-story-section .flower-shape-1,
  .wpo-story-section-s2 .flower-shape-1 {
    display: none;
  }
}

.wpo-story-section .flower-shape-2,
.wpo-story-section-s2 .flower-shape-2 {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
  min-height: 100%;
}

.wpo-story-section .flower-shape-2 .flower-sticky,
.wpo-story-section-s2 .flower-shape-2 .flower-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

@media (max-width: 575px) {
  .wpo-story-section .flower-shape-2,
  .wpo-story-section-s2 .flower-shape-2 {
    display: none;
  }
}

.wpo-story-section.style-2 .flower-shape-1,
.wpo-story-section-s2.style-2 .flower-shape-1 {
  bottom: auto;
  top: 100px;
}

.wpo-story-section.style-2 .flower-shape-2,
.wpo-story-section-s2.style-2 .flower-shape-2 {
  bottom: auto;
  top: 100px;
}

@media (max-width: 1600px) {
  .flower-shape-1 img,
  .flower-shape-2 img {
    max-width: 300px;
  }
}

@media (max-width: 1399px) {
  .flower-shape-1 img,
  .flower-shape-2 img {
    max-width: 200px;
  }
}

/* 3.5 wpo-portfolio-section*/
.wpo-portfolio-section,
.wpo-portfolio-section-s2,
.wpo-portfolio-section-s3 {
  overflow: hidden;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section,
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section,
  .wpo-portfolio-section-s2,
  .wpo-portfolio-section-s3 {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .wpo-portfolio-section .gallery-side-img,
  .wpo-portfolio-section-s2 .gallery-side-img,
  .wpo-portfolio-section-s3 .gallery-side-img {
    margin-bottom: 30px;
  }
}

.wpo-portfolio-section .gallery-side-img .img-holder,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder {
  position: relative;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  border-radius: 140px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .gallery-side-img .img-holder,
  .wpo-portfolio-section-s2 .gallery-side-img .img-holder,
  .wpo-portfolio-section-s3 .gallery-side-img .img-holder {
    border-radius: 0;
  }
}

.wpo-portfolio-section .gallery-side-img .img-holder img,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder img,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder img {
  border-radius: 140px;
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .gallery-side-img .img-holder img,
  .wpo-portfolio-section-s2 .gallery-side-img .img-holder img,
  .wpo-portfolio-section-s3 .gallery-side-img .img-holder img {
    border-radius: 0;
  }
}

.wpo-portfolio-section .gallery-side-img .img-holder a,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a {
  display: block;
  position: relative;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content span,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content span,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content span {
  color: #707070;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content h4,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content h4,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content h4 {
  font-size: 30px;
  font-weight: 600;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content h4 a,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content h4 a,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content h4 a {
  color: #242424;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content h4 a:hover,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content h4 a:hover,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content h4 a:hover {
  color: #B5A2BD;
}

.wpo-portfolio-section .gallery-side-img .img-holder a .hover-content i,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a .hover-content i,
.wpo-portfolio-section-s3 .gallery-side-img .img-holder a .hover-content i {
  font-size: 30px;
  color: #242424;
}

.wpo-portfolio-section .gallery-side-img .img-holder a:before,
.wpo-portfolio-section-s2 .gallery-side-img .img-holder a:before,
.wpo-portfolio-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;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
  border-radius: 140px;
}

.wpo-portfolio-section .portfolio-grids,
.wpo-portfolio-section-s2 .portfolio-grids,
.wpo-portfolio-section-s3 .portfolio-grids {
  margin: 0 -7.5px;
}

.wpo-portfolio-section .portfolio-grids .grid img,
.wpo-portfolio-section-s2 .portfolio-grids .grid img,
.wpo-portfolio-section-s3 .portfolio-grids .grid img {
  width: 100%;
}

.wpo-portfolio-section .grid,
.wpo-portfolio-section-s2 .grid,
.wpo-portfolio-section-s3 .grid {
  margin-bottom: 30px;
}

.wpo-portfolio-section .grid .img-holder,
.wpo-portfolio-section-s2 .grid .img-holder,
.wpo-portfolio-section-s3 .grid .img-holder {
  position: relative;
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  width: 100%;
}

.wpo-portfolio-section .grid .img-holder a,
.wpo-portfolio-section-s2 .grid .img-holder a,
.wpo-portfolio-section-s3 .grid .img-holder a {
  display: block;
  position: relative;
}

.wpo-portfolio-section .grid .img-holder a .hover-content,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}

.wpo-portfolio-section .grid .img-holder a .hover-content span,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content span,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content span {
  color: #707070;
}

.wpo-portfolio-section .grid .img-holder a .hover-content h4,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content h4,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content h4 {
  font-size: 30px;
  font-weight: 600;
}

.wpo-portfolio-section .grid .img-holder a .hover-content h4 a,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content h4 a,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content h4 a {
  color: #242424;
}

.wpo-portfolio-section .grid .img-holder a .hover-content h4 a:hover,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content h4 a:hover,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content h4 a:hover {
  color: #B5A2BD;
}

.wpo-portfolio-section .grid .img-holder a .hover-content i,
.wpo-portfolio-section-s2 .grid .img-holder a .hover-content i,
.wpo-portfolio-section-s3 .grid .img-holder a .hover-content i {
  font-size: 30px;
  color: #242424;
}

.wpo-portfolio-section .grid .img-holder a:before,
.wpo-portfolio-section-s2 .grid .img-holder a:before,
.wpo-portfolio-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;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.wpo-portfolio-section .grid:nth-child(1), .wpo-portfolio-section .grid:nth-child(3),
.wpo-portfolio-section-s2 .grid:nth-child(1),
.wpo-portfolio-section-s2 .grid:nth-child(3),
.wpo-portfolio-section-s3 .grid:nth-child(1),
.wpo-portfolio-section-s3 .grid:nth-child(3) {
  min-height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder,
.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder,
.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder {
  border-radius: 200px 200px 0px 0px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(2) .img-holder,
  .wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder,
  .wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder a:before,
.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder a:before,
.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder a:before {
  border-radius: 200px 200px 0px 0px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(2) .img-holder a:before,
  .wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder a:before,
  .wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder a:before {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(2) .img-holder img,
.wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder img,
.wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder img {
  border-radius: 200px 200px 0px 0px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(2) .img-holder img,
  .wpo-portfolio-section-s2 .grid:nth-child(2) .img-holder img,
  .wpo-portfolio-section-s3 .grid:nth-child(2) .img-holder img {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder,
.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder,
.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder {
  border-radius: 0px 0px 200px 200px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(5) .img-holder,
  .wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder,
  .wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder a:before,
.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder a:before,
.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder a:before {
  border-radius: 0px 0px 200px 200px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(5) .img-holder a:before,
  .wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder a:before,
  .wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder a:before {
    border-radius: 0;
  }
}

.wpo-portfolio-section .grid:nth-child(5) .img-holder img,
.wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder img,
.wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder img {
  border-radius: 0px 0px 200px 200px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section .grid:nth-child(5) .img-holder img,
  .wpo-portfolio-section-s2 .grid:nth-child(5) .img-holder img,
  .wpo-portfolio-section-s3 .grid:nth-child(5) .img-holder img {
    border-radius: 0;
  }
}

.wpo-portfolio-section .img-holder:hover a .hover-content,
.wpo-portfolio-section-s2 .img-holder:hover a .hover-content,
.wpo-portfolio-section-s3 .img-holder:hover a .hover-content {
  opacity: 1;
}

.wpo-portfolio-section .img-holder:hover a:before,
.wpo-portfolio-section-s2 .img-holder:hover a:before,
.wpo-portfolio-section-s3 .img-holder:hover a:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 3.6 wpo-contact-section */
.wpo-contact-section,
.wpo-contact-section-s2,
.wpo-contact-section-s3,
.wpo-contact-section-s4,
.wpo-contact-section-s5,
.wpo-contact-section-s6,
.wpo-contact-section-s7,
.wpo-contact-section-s8 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-contact-section,
  .wpo-contact-section-s2,
  .wpo-contact-section-s3,
  .wpo-contact-section-s4,
  .wpo-contact-section-s5,
  .wpo-contact-section-s6,
  .wpo-contact-section-s7,
  .wpo-contact-section-s8 {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section,
  .wpo-contact-section-s2,
  .wpo-contact-section-s3,
  .wpo-contact-section-s4,
  .wpo-contact-section-s5,
  .wpo-contact-section-s6,
  .wpo-contact-section-s7,
  .wpo-contact-section-s8 {
    padding-bottom: 50px;
  }
}

.wpo-contact-section .contact-wrap,
.wpo-contact-section-s2 .contact-wrap,
.wpo-contact-section-s3 .contact-wrap,
.wpo-contact-section-s4 .contact-wrap,
.wpo-contact-section-s5 .contact-wrap,
.wpo-contact-section-s6 .contact-wrap,
.wpo-contact-section-s7 .contact-wrap,
.wpo-contact-section-s8 .contact-wrap {
  max-width: 1365px;
  margin: 0 auto;
  position: relative;
}

.wpo-contact-section .contact-wrap .row,
.wpo-contact-section-s2 .contact-wrap .row,
.wpo-contact-section-s3 .contact-wrap .row,
.wpo-contact-section-s4 .contact-wrap .row,
.wpo-contact-section-s5 .contact-wrap .row,
.wpo-contact-section-s6 .contact-wrap .row,
.wpo-contact-section-s7 .contact-wrap .row,
.wpo-contact-section-s8 .contact-wrap .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wpo-contact-section .contact-wrap .shape-1,
.wpo-contact-section-s2 .contact-wrap .shape-1,
.wpo-contact-section-s3 .contact-wrap .shape-1,
.wpo-contact-section-s4 .contact-wrap .shape-1,
.wpo-contact-section-s5 .contact-wrap .shape-1,
.wpo-contact-section-s6 .contact-wrap .shape-1,
.wpo-contact-section-s7 .contact-wrap .shape-1,
.wpo-contact-section-s8 .contact-wrap .shape-1 {
  position: absolute;
  left: -80px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1199px) {
  .wpo-contact-section .contact-wrap .shape-1,
  .wpo-contact-section-s2 .contact-wrap .shape-1,
  .wpo-contact-section-s3 .contact-wrap .shape-1,
  .wpo-contact-section-s4 .contact-wrap .shape-1,
  .wpo-contact-section-s5 .contact-wrap .shape-1,
  .wpo-contact-section-s6 .contact-wrap .shape-1,
  .wpo-contact-section-s7 .contact-wrap .shape-1,
  .wpo-contact-section-s8 .contact-wrap .shape-1 {
    display: none;
  }
}

@media (max-width: 1399px) {
  .wpo-contact-section .contact-wrap .shape-1 img,
  .wpo-contact-section-s2 .contact-wrap .shape-1 img,
  .wpo-contact-section-s3 .contact-wrap .shape-1 img,
  .wpo-contact-section-s4 .contact-wrap .shape-1 img,
  .wpo-contact-section-s5 .contact-wrap .shape-1 img,
  .wpo-contact-section-s6 .contact-wrap .shape-1 img,
  .wpo-contact-section-s7 .contact-wrap .shape-1 img,
  .wpo-contact-section-s8 .contact-wrap .shape-1 img {
    max-width: 350px;
  }
}

.wpo-contact-section .contact-wrap .shape-2,
.wpo-contact-section-s2 .contact-wrap .shape-2,
.wpo-contact-section-s3 .contact-wrap .shape-2,
.wpo-contact-section-s4 .contact-wrap .shape-2,
.wpo-contact-section-s5 .contact-wrap .shape-2,
.wpo-contact-section-s6 .contact-wrap .shape-2,
.wpo-contact-section-s7 .contact-wrap .shape-2,
.wpo-contact-section-s8 .contact-wrap .shape-2 {
  position: absolute;
  right: -180px;
  bottom: 0;
  z-index: 1;
}

@media (max-width: 1199px) {
  .wpo-contact-section .contact-wrap .shape-2,
  .wpo-contact-section-s2 .contact-wrap .shape-2,
  .wpo-contact-section-s3 .contact-wrap .shape-2,
  .wpo-contact-section-s4 .contact-wrap .shape-2,
  .wpo-contact-section-s5 .contact-wrap .shape-2,
  .wpo-contact-section-s6 .contact-wrap .shape-2,
  .wpo-contact-section-s7 .contact-wrap .shape-2,
  .wpo-contact-section-s8 .contact-wrap .shape-2 {
    display: none;
  }
}

@media (max-width: 1399px) {
  .wpo-contact-section .contact-wrap .shape-2 img,
  .wpo-contact-section-s2 .contact-wrap .shape-2 img,
  .wpo-contact-section-s3 .contact-wrap .shape-2 img,
  .wpo-contact-section-s4 .contact-wrap .shape-2 img,
  .wpo-contact-section-s5 .contact-wrap .shape-2 img,
  .wpo-contact-section-s6 .contact-wrap .shape-2 img,
  .wpo-contact-section-s7 .contact-wrap .shape-2 img,
  .wpo-contact-section-s8 .contact-wrap .shape-2 img {
    max-width: 350px;
  }
}

.wpo-contact-section .contact-img-wrap,
.wpo-contact-section-s2 .contact-img-wrap,
.wpo-contact-section-s3 .contact-img-wrap,
.wpo-contact-section-s4 .contact-img-wrap,
.wpo-contact-section-s5 .contact-img-wrap,
.wpo-contact-section-s6 .contact-img-wrap,
.wpo-contact-section-s7 .contact-img-wrap,
.wpo-contact-section-s8 .contact-img-wrap {
  z-index: 1;
  position: relative;
}

@media (max-width: 991px) {
  .wpo-contact-section .contact-img-wrap,
  .wpo-contact-section-s2 .contact-img-wrap,
  .wpo-contact-section-s3 .contact-img-wrap,
  .wpo-contact-section-s4 .contact-img-wrap,
  .wpo-contact-section-s5 .contact-img-wrap,
  .wpo-contact-section-s6 .contact-img-wrap,
  .wpo-contact-section-s7 .contact-img-wrap,
  .wpo-contact-section-s8 .contact-img-wrap {
    display: none;
  }
}

.wpo-contact-section .contact-img-wrap .back-shape,
.wpo-contact-section-s2 .contact-img-wrap .back-shape,
.wpo-contact-section-s3 .contact-img-wrap .back-shape,
.wpo-contact-section-s4 .contact-img-wrap .back-shape,
.wpo-contact-section-s5 .contact-img-wrap .back-shape,
.wpo-contact-section-s6 .contact-img-wrap .back-shape,
.wpo-contact-section-s7 .contact-img-wrap .back-shape,
.wpo-contact-section-s8 .contact-img-wrap .back-shape {
  position: absolute;
  left: 280px;
  bottom: 0;
  z-index: -1;
}

.wpo-contact-section .contact-img-wrap .back-shape svg,
.wpo-contact-section-s2 .contact-img-wrap .back-shape svg,
.wpo-contact-section-s3 .contact-img-wrap .back-shape svg,
.wpo-contact-section-s4 .contact-img-wrap .back-shape svg,
.wpo-contact-section-s5 .contact-img-wrap .back-shape svg,
.wpo-contact-section-s6 .contact-img-wrap .back-shape svg,
.wpo-contact-section-s7 .contact-img-wrap .back-shape svg,
.wpo-contact-section-s8 .contact-img-wrap .back-shape svg {
  width: 693px;
  height: 954px;
}

@media (max-width: 1399px) {
  .wpo-contact-section .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s2 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s3 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s4 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s5 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s6 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s7 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s8 .contact-img-wrap .back-shape svg {
    width: 593px;
    height: 854px;
  }
}

@media (max-width: 1199px) {
  .wpo-contact-section .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s2 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s3 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s4 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s5 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s6 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s7 .contact-img-wrap .back-shape svg,
  .wpo-contact-section-s8 .contact-img-wrap .back-shape svg {
    width: 482px;
    height: 664px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper,
.wpo-contact-section-s2 .wpo-contact-section-wrapper,
.wpo-contact-section-s3 .wpo-contact-section-wrapper,
.wpo-contact-section-s4 .wpo-contact-section-wrapper,
.wpo-contact-section-s5 .wpo-contact-section-wrapper,
.wpo-contact-section-s6 .wpo-contact-section-wrapper,
.wpo-contact-section-s7 .wpo-contact-section-wrapper,
.wpo-contact-section-s8 .wpo-contact-section-wrapper {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  z-index: 1;
  max-width: 520px;
  background: #C19ABE;
  border-radius: 350px 350px 0px 0px;
  margin-left: -190px;
}

@media (max-width: 1199px) {
  .wpo-contact-section .wpo-contact-section-wrapper,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper {
    width: auto;
    max-width: 450px;
    margin-left: -90px;
  }
}

@media (max-width: 991px) {
  .wpo-contact-section .wpo-contact-section-wrapper,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper {
    margin: 0 auto;
    max-width: 550px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  font-family: "monallesia";
  color: #fff;
}

@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2 {
    font-size: 20px;
    padding-bottom: 0;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2:before, .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title h2:after,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2:before,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title h2:after,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2:before,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title h2:after,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2:before,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2:after,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2:before,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title h2:after,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2:before,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title h2:after,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2:before,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title h2:after,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2:before,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2:after {
  display: none;
}

@media (max-width: 1200px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-section-title,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-section-title,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-section-title,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-section-title,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
    margin-bottom: 20px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
  padding: 100px 55px 50px;
  position: relative;
  z-index: 99;
}

@media (max-width: 1199px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 60px 30px;
    padding-top: 80px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 20px;
    padding-top: 80px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  background: transparent;
  padding-left: 0;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder {
  color: #fff;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
  color: #fff;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
  color: #fff;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option {
  color: #707070;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/date.png) no-repeat calc(100% - 15px) center;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 0;
}

@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons {
    display: block;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p {
  color: #fff;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p {
  margin-left: 30px;
}

@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p {
    margin-left: 0px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked),
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: transparent;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1399px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
  .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
  .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label,
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons label {
    font-size: 16px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .select.last {
  margin-bottom: 50px;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
  margin-top: 40px;
  text-align: center;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn, .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn {
  background: #fff;
  color: #515A44;
}

.bottom-text {
  text-align: center;
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1400px) {
  .bottom-text {
    top: -10px;
  }
}

@media (max-width: 991px) {
  .bottom-text {
    top: 0;
  }
}

.bottom-text h2 {
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #EFE6EE;
  white-space: nowrap;
  margin-bottom: 0;
}

@media (max-width: 1800px) {
  .bottom-text h2 {
    font-size: 60px;
  }
}

@media (max-width: 1600px) {
  .bottom-text h2 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .bottom-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .bottom-text h2 {
    font-size: 30px;
  }
}

/* 3.7 wpo-event-section */
.wpo-event-section {
  overflow: hidden;
}

.wpo-event-section .event-description {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 575px) {
  .wpo-event-section .event-description {
    margin-bottom: 40px;
  }
}

.wpo-event-section .event-description p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  max-width: 748px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .wpo-event-section .event-description p {
    font-size: 20px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .wpo-event-section .event-description p {
    font-size: 17px;
    line-height: 32px;
  }
}

.wpo-event-section .wpo-event-wrap {
  border-radius: 355px 355px 0px 0px;
  border: 30px solid #EFE6EE;
  max-width: 710px;
  margin: 0 auto;
  padding: 150px 100px;
  padding-bottom: 50px;
  padding-left: 55px;
  position: relative;
  background: #fff;
}

@media (max-width: 1199px) {
  .wpo-event-section .wpo-event-wrap {
    padding: 120px 60px;
    padding-bottom: 50px;
    padding-left: 34px;
  }
}

@media (max-width: 575px) {
  .wpo-event-section .wpo-event-wrap {
    padding: 100px 10px;
    padding-bottom: 30px;
    padding-left: 6px;
  }
}

@media (max-width: 575px) {
  .wpo-event-section .wpo-event-wrap {
    border: 10px solid #EFE6EE;
  }
}

.wpo-event-section .wpo-event-wrap .wpo-event-inner {
  position: relative;
  max-width: 470px;
  margin: 0 auto;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

@media (max-width: 575px) {
  .wpo-event-section .wpo-event-wrap .wpo-event-item {
    margin-bottom: 40px;
  }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text {
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-right: 30px;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text i {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text i img {
    max-width: 60px;
  }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-time {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: right;
  padding-left: 30px;
  position: relative;
}

.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-time i {
  position: absolute;
  left: 12px;
  font-size: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #B5A2BD;
  z-index: 11;
}

@media (max-width: 767px) {
  .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-time i {
    left: 6px;
  }
}

@media (max-width: 575px) {
  .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-time i {
    left: -13px;
  }
}

.wpo-event-section .wpo-event-wrap .wpo-event-item h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .wpo-event-section .wpo-event-wrap .wpo-event-item h4 {
    font-size: 20px;
  }
}

.wpo-event-section .wpo-event-wrap .line {
  position: absolute;
  left: 55%;
  height: 105%;
  width: 3px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #E4D4EB;
}

@media (max-width: 575px) {
  .wpo-event-section .wpo-event-wrap .line {
    left: 50%;
  }
}

.wpo-event-section .wpo-event-wrap .line:before {
  position: absolute;
  top: -15px;
  left: -7px;
  width: 17px;
  height: 17px;
  background: #E4D4EB;
  content: "";
  border-radius: 50%;
}

.wpo-event-section .wpo-event-wrap .line:after {
  position: absolute;
  bottom: -15px;
  left: -7px;
  width: 17px;
  height: 17px;
  background: #E4D4EB;
  content: "";
  border-radius: 50%;
}

.wpo-event-section .wpo-event-wrap .shape-1 {
  position: absolute;
  left: -290px;
  top: 0;
  z-index: -1;
}

@media (max-width: 1399px) {
  .wpo-event-section .wpo-event-wrap .shape-1 {
    left: -220px;
  }
}

.wpo-event-section .wpo-event-wrap .shape-1 img {
  -webkit-animation: leafAniamtion 8s ease-in infinite;
          animation: leafAniamtion 8s ease-in infinite;
}

.wpo-event-section .wpo-event-wrap .shape-2 {
  position: absolute;
  left: -290px;
  bottom: 100px;
  z-index: -1;
}

@media (max-width: 1399px) {
  .wpo-event-section .wpo-event-wrap .shape-2 {
    left: -220px;
  }
}

.wpo-event-section .wpo-event-wrap .shape-2 img {
  -webkit-animation: leafAniamtion 8s ease-in infinite;
          animation: leafAniamtion 8s ease-in infinite;
}

.wpo-event-section .wpo-event-wrap .shape-3 {
  position: absolute;
  right: -290px;
  top: 25%;
  z-index: -1;
}

@media (max-width: 1399px) {
  .wpo-event-section .wpo-event-wrap .shape-3 {
    right: -220px;
  }
}

.wpo-event-section .wpo-event-wrap .shape-3 img {
  -webkit-animation: leafAniamtion 8s ease-in infinite;
          animation: leafAniamtion 8s ease-in infinite;
}

@media (max-width: 1399px) {
  .wpo-event-section .wpo-event-wrap .shape-1 img,
  .wpo-event-section .wpo-event-wrap .shape-2 img,
  .wpo-event-section .wpo-event-wrap .shape-3 img {
    max-width: 270px;
  }
}

@media (max-width: 650px) {
  .wpo-event-section .wpo-event-wrap .shape-1 img,
  .wpo-event-section .wpo-event-wrap .shape-2 img,
  .wpo-event-section .wpo-event-wrap .shape-3 img {
    display: none;
  }
}

/* 3.8 wpo-blog-section */
.wpo-blog-section,
.wpo-blog-section-s2,
.wpo-blog-section-s3 {
  padding-bottom: 90px;
  background: #FEFAFE;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-blog-section,
  .wpo-blog-section-s2,
  .wpo-blog-section-s3 {
    padding-bottom: 60px;
  }
}

.wpo-blog-section .wpo-blog-items,
.wpo-blog-section-s2 .wpo-blog-items,
.wpo-blog-section-s3 .wpo-blog-items {
  position: relative;
  z-index: 1;
}

.wpo-blog-section .wpo-blog-items .b-shape-2,
.wpo-blog-section-s2 .wpo-blog-items .b-shape-2,
.wpo-blog-section-s3 .wpo-blog-items .b-shape-2 {
  position: absolute;
  left: -190px;
  top: -120px;
  z-index: -1;
}

.wpo-blog-section .wpo-blog-item,
.wpo-blog-section-s2 .wpo-blog-item,
.wpo-blog-section-s3 .wpo-blog-item {
  margin-bottom: 30px;
  border-radius: 208px 208px 0px 0px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  padding: 15px;
}

@media (max-width: 767px) {
  .wpo-blog-section .wpo-blog-item,
  .wpo-blog-section-s2 .wpo-blog-item,
  .wpo-blog-section-s3 .wpo-blog-item {
    border-radius: 355px 355px 0px 0px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img {
  overflow: hidden;
  border-radius: 208px 208px 0px 0px;
}

@media (max-width: 767px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-img,
  .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img,
  .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img {
    border-radius: 355px 355px 0px 0px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img img,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img img {
  width: 100%;
  height: 425.31px;
  object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  border-radius: 208px 208px 0px 0px;
}

.wpo-blog-section .wpo-blog-item:hover .wpo-blog-img img,
.wpo-blog-section-s2 .wpo-blog-item:hover .wpo-blog-img img,
.wpo-blog-section-s3 .wpo-blog-item:hover .wpo-blog-img img {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content {
  background: #fff;
  padding: 30px 15px 10px;
}

@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content,
  .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content,
  .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content {
    padding: 20px 0px 10px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li {
  color: #707070;
}

@media (max-width: 1199px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content ul li,
  .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li,
  .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li {
    font-size: 16px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li:first-child {
  padding-right: 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child,
  .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child,
  .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li:first-child {
    padding-right: 22px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li:first-child:before,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li:first-child:before,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li:first-child:before {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  content: "";
  background: #707070;
  border-radius: 50%;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li a {
  color: #707070;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content ul li a:hover,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content ul li a:hover,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li a:hover {
  color: #B5A2BD;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 45px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 1399px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
  .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,
  .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .wpo-blog-section .wpo-blog-item .wpo-blog-content h2,
  .wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2,
  .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
    font-size: 23px;
    line-height: 35px;
  }
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a {
  color: #242424;
}

.wpo-blog-section .wpo-blog-item .wpo-blog-content h2 a:hover,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-content h2 a:hover,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a:hover {
  color: #B5A2BD;
}

/* 3.9 wpo-partners-section */
@media (max-width: 991px) {
  .wpo-partners-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-partners-section {
    padding-bottom: 30px;
  }
}

.wpo-partners-section .container {
  position: relative;
}

.wpo-partners-section .grid {
  text-align: center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .wpo-partners-section .grid {
    height: 80px;
  }
}

.wpo-partners-section .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

.wpo-partners-section .owl-nav {
  display: none;
}

/*======================================
5. Home-style-2
 =======================================*/
/* 5.1 wpo-couple-section-s2 */
.wpo-couple-section-s2 .couple-area {
  max-width: 1505px;
  margin: 0 auto;
}

.wpo-couple-section-s2 .couple-area .couple-wrap {
  max-width: 100%;
  padding-top: 10px;
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item {
  max-width: 500px;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: unset;
}

@media (max-width: 991px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item {
    margin: 0 auto;
  }
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-img {
  overflow: auto;
  padding: 30px;
  border-radius: 250px 250px 0px 0px;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-img img {
  -webkit-transform: unset;
          transform: unset;
}

@media (max-width: 1199px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-img {
    padding: 15px;
  }
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-img img {
  width: 100%;
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
  background: #fff;
  max-width: 390px;
  right: -190px;
  left: auto;
  border-radius: 195px 195px 0px 0px;
  padding: 30px;
  padding-bottom: 0;
}

@media (max-width: 1399px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
    right: -80px;
  }
}

@media (max-width: 1199px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
    max-width: 330px;
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
    right: 0;
  }
}

@media (max-width: 450px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text {
    position: relative;
    -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
            box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
    margin: 0 auto;
    margin-top: 20px;
  }
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text .couple-text-inner {
  background: #B5A2BD;
  padding: 50px 30px 40px;
  text-align: center;
  border-radius: 180px 180px 0px 0px;
}

@media (max-width: 1199px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text .couple-text-inner {
    padding: 30px 15px 30px;
  }
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text .couple-text-inner .social ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text .couple-text-inner .social ul li a {
  color: #fff;
}

.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text h3,
.wpo-couple-section-s2 .couple-area .couple-wrap .couple-item .couple-text p {
  color: #fff;
}

.wpo-couple-section-s2 .couple-area .couple-wrap .col:last-child .couple-item {
  margin-left: auto;
}

.wpo-couple-section-s2 .couple-area .couple-wrap .col:last-child .couple-item .couple-text {
  right: auto;
  left: -190px;
}

@media (max-width: 1399px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .col:last-child .couple-item .couple-text {
    left: -80px;
  }
}

@media (max-width: 767px) {
  .wpo-couple-section-s2 .couple-area .couple-wrap .col:last-child .couple-item .couple-text {
    left: 0;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s2 .couple-area .love-shape {
    text-align: center;
    margin: 30px auto;
  }
}

.wpo-couple-section-s2 .couple-area .love-shape img {
  -webkit-animation: zoom-in-zoom-out 2s ease infinite;
          animation: zoom-in-zoom-out 2s ease infinite;
}

/* 5.2 wpo-story-section-s2 */
.wpo-story-section-s2 .wpo-story-wrap {
  padding-top: 100px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-story-section-s2 .wpo-story-wrap {
    padding-top: 0;
  }
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-img {
  border-radius: 250px;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-img img {
  border-radius: 250px;
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-content {
  border-radius: 250px;
  padding: 75px 60px;
}

@media (max-width: 575px) {
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content {
    padding: 70px 20px;
  }
}

.wpo-story-section-s2 .wpo-story-item .wpo-story-content .top-shape {
  position: absolute;
  left: 45%;
  top: -100px;
}

@media (max-width: 575px) {
  .wpo-story-section-s2 .wpo-story-item .wpo-story-content .top-shape {
    top: -70px;
    max-width: 200px;
  }
}

.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .top-shape {
  left: 0;
}

@media (max-width: 575px) {
  .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .top-shape {
    left: 45%;
    top: -70px;
  }
}

.wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .top-shape img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media (max-width: 575px) {
  .wpo-story-section-s2 .wpo-story-item:nth-child(even) .wpo-story-content .top-shape img {
    -webkit-transform: unset;
            transform: unset;
  }
}

/* 5.3 wpo-portfolio-section-s2 */
.wpo-portfolio-section-s2 {
  padding-left: 0;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 {
    padding-right: 0;
  }
}

.wpo-portfolio-section-s2 .line {
  position: relative;
  left: -30px;
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .line {
    left: -15px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .line {
    display: none;
  }
}

.wpo-portfolio-section-s2 .line svg {
  width: 105%;
}

.wpo-portfolio-section-s2 .portfolio-grids {
  margin: 0 -7.5px;
  position: relative;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid {
  width: 20%;
  float: left;
  padding: 0 9.5px 15px;
  position: relative;
  margin: 0 auto;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .clothespin {
  position: absolute;
  left: 50%;
  top: -58px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .clothespin {
    top: -38px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .clothespin {
    display: none;
  }
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .clothespin img {
    max-width: 50px;
  }
}

@media (max-width: 1500px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid {
    padding: 0 5.5px 10px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid {
    width: 50%;
    padding: 0 4.5px 8px;
  }
}

@media (max-width: 600px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid {
    width: 100%;
    width: 50%;
  }
}

@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid {
    width: 100%;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid.full {
  width: 100%;
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid.full {
    display: none;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid img {
  width: 100%;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
  border-radius: 0;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 55px;
}

@media (max-width: 1600px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
    max-width: 230px;
    padding-bottom: 35px;
  }
}

@media (max-width: 1399px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
    max-width: 200px;
  }
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
    padding: 10px;
    padding-bottom: 25px;
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder {
    max-width: 100%;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder img {
  border-radius: 0;
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder img {
    min-height: 375px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (max-width: 600px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder img {
    min-height: 280px;
  }
}

@media (max-width: 575px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder img {
    min-height: auto;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid .img-holder a:before {
  border-radius: 0;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(1) {
  -webkit-transform: rotate(0.961deg);
          transform: rotate(0.961deg);
  margin-top: -50px;
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(1) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(2) {
  -webkit-transform: rotate(-5.342deg);
          transform: rotate(-5.342deg);
  margin-top: -15px;
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(2) {
    margin-top: -25px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(2) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(2) .clothespin {
  top: -40px;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(3) {
  -webkit-transform: rotate(-0.714deg);
          transform: rotate(-0.714deg);
  margin-top: -5px;
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(3) {
    margin-top: -25px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(3) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(4) {
  -webkit-transform: rotate(6.685deg);
          transform: rotate(6.685deg);
  margin-top: -38px;
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(4) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(4) .clothespin {
  margin-top: 8px;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(4) .clothespin img {
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(5) {
  -webkit-transform: rotate(-17.665deg);
          transform: rotate(-17.665deg);
  margin-top: -90px;
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(5) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(5) .clothespin {
  margin-top: 8px;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(5) .clothespin img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(7) {
  -webkit-transform: rotate(6.891deg);
          transform: rotate(6.891deg);
  margin-top: -70px;
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(7) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(7) .clothespin {
  margin-top: 8px;
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(8) {
  -webkit-transform: rotate(1.836deg);
          transform: rotate(1.836deg);
  margin-top: -30px;
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(8) {
    margin-top: -45px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(8) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(9) {
  -webkit-transform: rotate(-5.738deg);
          transform: rotate(-5.738deg);
  margin-top: -20px;
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(9) {
    margin-top: -45px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(9) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(10) {
  -webkit-transform: rotate(-6.812deg);
          transform: rotate(-6.812deg);
  margin-top: -40px;
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(10) {
    margin-top: -45px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(10) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(11) {
  -webkit-transform: rotate(-0.244deg);
          transform: rotate(-0.244deg);
  margin-top: -95px;
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(11) {
    margin-top: 0;
    -webkit-transform: unset;
            transform: unset;
  }
}

.wpo-portfolio-section-s2 .portfolio-grids .grid:nth-child(11) .clothespin img {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

/* 5.4 wpo-contact-section-s2 */
.wpo-contact-section-s2 .contact-wrap,
.wpo-contact-section-s3 .contact-wrap,
.wpo-contact-section-s6 .contact-wrap {
  padding-top: 230px;
  max-width: 879px;
}

@media (max-width: 991px) {
  .wpo-contact-section-s2 .contact-wrap,
  .wpo-contact-section-s3 .contact-wrap,
  .wpo-contact-section-s6 .contact-wrap {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section-s2 .contact-wrap,
  .wpo-contact-section-s3 .contact-wrap,
  .wpo-contact-section-s6 .contact-wrap {
    padding-top: 0px;
  }
}

.wpo-contact-section-s2 .contact-wrap .back-shape,
.wpo-contact-section-s3 .contact-wrap .back-shape,
.wpo-contact-section-s6 .contact-wrap .back-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .wpo-contact-section-s2 .contact-wrap .back-shape,
  .wpo-contact-section-s3 .contact-wrap .back-shape,
  .wpo-contact-section-s6 .contact-wrap .back-shape {
    display: none;
  }
}

.wpo-contact-section-s2 .contact-wrap .shape-1,
.wpo-contact-section-s3 .contact-wrap .shape-1,
.wpo-contact-section-s6 .contact-wrap .shape-1 {
  left: -165px;
  display: block;
}

@media (max-width: 1199px) {
  .wpo-contact-section-s2 .contact-wrap .shape-1,
  .wpo-contact-section-s3 .contact-wrap .shape-1,
  .wpo-contact-section-s6 .contact-wrap .shape-1 {
    left: -105px;
  }
}

@media (max-width: 991px) {
  .wpo-contact-section-s2 .contact-wrap .shape-1,
  .wpo-contact-section-s3 .contact-wrap .shape-1,
  .wpo-contact-section-s6 .contact-wrap .shape-1 {
    display: none;
  }
}

.wpo-contact-section-s2 .contact-wrap .shape-2,
.wpo-contact-section-s3 .contact-wrap .shape-2,
.wpo-contact-section-s6 .contact-wrap .shape-2 {
  right: -35px;
  display: block;
}

@media (max-width: 991px) {
  .wpo-contact-section-s2 .contact-wrap .shape-2,
  .wpo-contact-section-s3 .contact-wrap .shape-2,
  .wpo-contact-section-s6 .contact-wrap .shape-2 {
    display: none;
  }
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper,
.wpo-contact-section-s3 .wpo-contact-section-wrapper,
.wpo-contact-section-s6 .wpo-contact-section-wrapper {
  margin: 0 auto;
  background-color: #B5A2BD;
}

@media (max-width: 1199px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper {
    max-width: 500px;
  }
}

.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area {
  margin: 0 auto;
  padding: 100px 55px 50px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s3 .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s6 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 30px;
    padding-top: 60px;
  }
}

/* 5.5 wpo-event-section-s2 */
.wpo-event-section-s2 .event-description {
  text-align: center;
  margin-bottom: 100px;
}

@media (max-width: 575px) {
  .wpo-event-section-s2 .event-description {
    margin-bottom: 40px;
  }
}

.wpo-event-section-s2 .event-description p {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  max-width: 748px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .wpo-event-section-s2 .event-description p {
    font-size: 20px;
    line-height: 45px;
  }
}

@media (max-width: 575px) {
  .wpo-event-section-s2 .event-description p {
    font-size: 17px;
    line-height: 32px;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1730px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .line {
  position: absolute;
  left: 0;
  bottom: 100px;
  height: 3px;
  content: "";
  background: #B5A2BD;
  width: 100%;
}

@media (max-width: 767px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .line {
    bottom: auto;
    top: 0;
    left: 50%;
    height: 100%;
    width: 3px;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .line:before {
  position: absolute;
  top: -8px;
  left: -7px;
  width: 17px;
  height: 17px;
  background: #B5A2BD;
  content: "";
  border-radius: 50%;
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .line:after {
  position: absolute;
  bottom: -8px;
  right: -7px;
  width: 17px;
  height: 17px;
  background: #B5A2BD;
  content: "";
  border-radius: 50%;
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item {
  text-align: center;
}

@media (max-width: 767px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 60px;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text {
    padding-bottom: 0;
    padding-right: 60px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -35px;
  width: 2px;
  height: 60px;
  content: "";
  background: #B5A2BD;
  z-index: 1;
}

@media (max-width: 1199px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text:before {
    bottom: -28px;
  }
}

@media (max-width: 767px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text:before {
    left: auto;
    right: -40px;
    width: 40px;
    height: 2px;
    bottom: auto;
    top: 50%;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text i {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text i img {
    max-width: 60px;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text span {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 1199px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text span {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-text span {
    font-size: 14px;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time {
    padding-top: 0;
    padding-left: 60px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time h4 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-inner .wpo-event-item .wpo-event-time h4 {
    font-size: 16px;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  50% {
    -webkit-transform: translatex(-20px);
            transform: translatex(-20px);
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
  50% {
    -webkit-transform: translatex(-20px);
            transform: translatex(-20px);
  }
  100% {
    -webkit-transform: translatex(0px);
            transform: translatex(0px);
  }
}

@-webkit-keyframes float2 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float2 {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

/*======================================
6. Home-style-3
 =======================================*/
/*6.1 wpo-wedding-date-s2 */
.wpo-wedding-date-s2 .wedding-date-wrap #clock .box {
  width: 230px;
  height: 280px;
  background: #C7D9F8;
  border-radius: 115px;
}

@media (max-width: 1199px) {
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box {
    width: 180px;
    height: 230px;
    margin: 0 20px;
  }
}

@media (max-width: 991px) {
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box {
    margin-bottom: 40px;
  }
}

.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:after {
  left: 50%;
  top: 50%;
  width: 190px;
  height: 240px;
  border-radius: 95px;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box:after {
    width: 140px;
    height: 190px;
  }
}

.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:before {
  left: -50px;
  bottom: -50px;
  width: 190px;
  height: 240px;
  background: url(../images/wedding-date/3.svg) no-repeat center center;
}

.wpo-wedding-date-s2 .wedding-date-wrap #clock .box:nth-child(even):before {
  width: 170px;
  left: -50px;
  top: -50px;
  background: url(../images/wedding-date/4.svg) no-repeat center center;
}

.wpo-wedding-date-s2 .wedding-date-wrap #clock .box .time {
  color: #657150;
  margin-top: -20px;
}

@media (max-width: 1400px) {
  .wpo-wedding-date-s2 .wedding-date-wrap #clock .box .time {
    font-size: 50px;
    line-height: 65px;
  }
}

/* 6.2 wpo-story-section-s3 */
.wpo-story-section-s3,
.wpo-story-section-s6 {
  overflow: hidden;
}

.wpo-story-section-s3 .wpo-story-item,
.wpo-story-section-s6 .wpo-story-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}

.wpo-story-section-s3 .wpo-story-item:first-child,
.wpo-story-section-s6 .wpo-story-item:first-child {
  padding-top: 0;
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item,
  .wpo-story-section-s6 .wpo-story-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 50px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item,
  .wpo-story-section-s6 .wpo-story-item {
    padding-top: 50px;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,
.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
  position: relative;
  z-index: 1;
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  text-align: center;
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap {
    max-width: 400px;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-story-img,
.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
  width: 500px;
  height: 500px;
  padding: 20px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-story-img,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
    width: 360px;
    height: 360px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-story-img,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-story-img {
    width: 260px;
    height: 260px;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-story-img img,
.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-story-img img {
  border-radius: 50%;
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,
.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
  position: absolute;
  width: 100%;
  left: -50px;
  bottom: -75px;
  z-index: 1;
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
    bottom: -45px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
    left: -30px;
    bottom: -40px;
  }
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape img,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape img {
    max-width: 400px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape img,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape img {
    max-width: 285px;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content,
.wpo-story-section-s6 .wpo-story-item .wpo-story-content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border: 1px solid #C7D9F8;
  padding: 20px;
  padding-left: 130px;
  margin-left: -450px;
  position: relative;
  background: #F8FAFF;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
}

@media (max-width: 1800px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    margin-left: -350px;
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
  }
}

@media (max-width: 1600px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    margin-left: -300px;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    margin-left: -280px;
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    margin-left: -150px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    padding-left: 20px;
    margin-left: 0;
    text-align: center;
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content {
    padding: 10px;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,
.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
  position: relative;
  padding: 60px;
  padding-right: 200px;
}

@media (max-width: 1800px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
    padding: 40px;
    padding-right: 100px;
  }
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
    padding: 30px;
    padding-right: 100px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
    padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner {
    padding: 30px 15px;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape,
.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape {
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape {
    display: none;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before,
.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  left: -50%;
  content: "";
  border: 1px solid #C7D9F8;
  border-top-right-radius: 350px;
  border-bottom-right-radius: 350px;
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
    width: 115%;
    left: -15%;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner:before {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,
.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner span,
.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #CAA6C7;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 1199px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner span,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner span,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner span {
    font-size: 18px;
  }
}

.wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner p,
.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
  color: #707070;
  margin-bottom: 0;
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner p,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item .wpo-story-content .wpo-story-content-inner p,
  .wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner p {
    font-size: 17px;
  }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-img-wrap,
.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-img-wrap {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-order: 2;
  -moz-order: 2;
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-img-wrap,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-img-wrap {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-order: unset;
    -moz-order: unset;
  }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape,
.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape {
  left: auto;
  right: -50px;
}

.wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape img,
.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content,
.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 165px;
  margin-left: 0;
  position: relative;
  padding-left: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 900px;
  margin: auto;
  margin-right: -430px;
  border-radius: 0;
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
}

@media (max-width: 1800px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content {
    margin-right: -350px;
  }
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content {
    margin-right: -280px;
    max-width: 850px;
    padding-right: 135px;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content {
    margin-right: -230px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content {
    max-width: 100%;
    border-radius: 0;
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content {
    padding: 20px;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    -webkit-order: unset;
    -moz-order: unset;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
    text-align: center;
    margin-top: 100px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content {
    padding: 10px;
    margin-top: 30px;
  }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
  position: relative;
  padding: 60px;
  text-align: right;
  padding-right: 0;
  padding-left: 200px;
}

@media (max-width: 1800px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
    padding: 40px;
    padding-left: 100px;
  }
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
    padding: 30px;
    padding-left: 80px;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
    padding-right: 80px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
    text-align: center;
    padding: 30px 15px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner {
    padding: 30px 15px;
  }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before,
.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before {
  left: auto;
  right: -53%;
  border-radius: 0;
  border-top-left-radius: 350px;
  border-bottom-left-radius: 350px;
}

@media (max-width: 1399px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before {
    right: -18%;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before,
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner:before {
    width: 100%;
    left: 0;
    border-radius: 0;
  }
}

.wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner .inner-shape,
.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner .inner-shape {
  position: absolute;
  right: auto;
  left: -35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wpo-story-section-s3 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner .inner-shape img,
.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner .inner-shape img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* 6.3 wpo-contact-section-s3 */
.wpo-contact-section-s3 .contact-wrap,
.wpo-contact-section-s6 .contact-wrap {
  padding-top: 160px;
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .wpo-contact-section-s3 .contact-wrap,
  .wpo-contact-section-s6 .contact-wrap {
    padding: 0;
    padding-bottom: 30px;
  }
}

.wpo-contact-section-s3 .contact-wrap .wpo-contact-section-wrapper,
.wpo-contact-section-s6 .contact-wrap .wpo-contact-section-wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 350px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s3 .contact-wrap .wpo-contact-section-wrapper,
  .wpo-contact-section-s6 .contact-wrap .wpo-contact-section-wrapper {
    padding: 10px;
  }
}

.wpo-contact-section-s3 .contact-wrap .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s6 .contact-wrap .wpo-contact-section-wrapper .wpo-contact-form-area {
  background: #96A4BC;
  border-radius: 350px;
  padding: 80px 40px 50px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s3 .contact-wrap .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s6 .contact-wrap .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 30px;
    padding-top: 60px;
  }
}

.wpo-contact-section-s3 .contact-wrap .shape-1,
.wpo-contact-section-s6 .contact-wrap .shape-1 {
  z-index: -1;
  left: -130px;
  display: block;
}

@media (max-width: 767px) {
  .wpo-contact-section-s3 .contact-wrap .shape-1,
  .wpo-contact-section-s6 .contact-wrap .shape-1 {
    display: none;
  }
}

.wpo-contact-section-s3 .contact-wrap .shape-1 img,
.wpo-contact-section-s6 .contact-wrap .shape-1 img {
  max-width: 100%;
}

.wpo-contact-section-s3 .contact-wrap .shape-2,
.wpo-contact-section-s6 .contact-wrap .shape-2 {
  z-index: -1;
  right: -130px;
  display: block;
}

@media (max-width: 767px) {
  .wpo-contact-section-s3 .contact-wrap .shape-2,
  .wpo-contact-section-s6 .contact-wrap .shape-2 {
    display: none;
  }
}

.wpo-contact-section-s3 .contact-wrap .shape-2 img,
.wpo-contact-section-s6 .contact-wrap .shape-2 img {
  max-width: 100%;
}

/* 6.4 wpo-blog-section-s2 */
.wpo-blog-section-s2 {
  background-color: #F8FAFF;
}

/*======================================
 7. Home-style-4
 =======================================*/
/* 7.1 wpo-couple-section-s3 */
.wpo-couple-section-s3 {
  padding-left: 150px;
  padding-right: 150px;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .wpo-couple-section-s3 {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1399px) {
  .wpo-couple-section-s3 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wpo-couple-section-s3 .couple-item {
  max-width: 410px;
}

@media (max-width: 767px) {
  .wpo-couple-section-s3 .couple-item {
    margin: 0 auto;
  }
}

.wpo-couple-section-s3 .couple-item .couple-img {
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  position: relative;
}

.wpo-couple-section-s3 .couple-item .couple-img .l-shape {
  position: absolute;
  left: -45px;
  top: -80px;
}

.wpo-couple-section-s3 .couple-item .couple-img .l-shape img {
  -webkit-animation: bounceX 5s linear infinite;
          animation: bounceX 5s linear infinite;
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-item .couple-img .l-shape {
    left: -25px;
    top: -50px;
  }
  .wpo-couple-section-s3 .couple-item .couple-img .l-shape img {
    max-width: 150px;
  }
}

.wpo-couple-section-s3 .couple-item .couple-text {
  text-align: center;
  padding-top: 20px;
}

.wpo-couple-section-s3 .couple-item .couple-text h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #06002E;
}

@media (max-width: 1399px) {
  .wpo-couple-section-s3 .couple-item .couple-text h2 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-item .couple-text h2 {
    font-size: 24px;
  }
}

.wpo-couple-section-s3 .couple-item .couple-text span {
  color: #B5A2BD;
  font-weight: 700;
}

.wpo-couple-section-s3 .couple-item:last-child {
  margin-top: 194px;
}

@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-item:last-child {
    margin-top: 50px;
  }
}

.wpo-couple-section-s3 .couple-item:last-child .couple-img .l-shape {
  left: auto;
  right: -80px;
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-item:last-child .couple-img .l-shape {
    right: -20px;
    top: -15px;
  }
}

@media (max-width: 767px) {
  .wpo-couple-section-s3 .couple-right {
    margin-top: 50px;
  }
}

.wpo-couple-section-s3 .couple-right .couple-item {
  margin-left: auto;
}

.wpo-couple-section-s3 .couple-right .couple-item:first-child .couple-img .l-shape {
  left: auto;
  right: -80px;
  top: -50px;
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-right .couple-item:first-child .couple-img .l-shape {
    right: -20px;
    top: -15px;
  }
}

.wpo-couple-section-s3 .couple-right .couple-item:last-child .couple-img .l-shape {
  right: auto;
  left: -60px;
  top: -40px;
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-right .couple-item:last-child .couple-img .l-shape {
    left: -25px;
    top: -50px;
  }
}

.wpo-couple-section-s3 .couple-middle {
  padding: 60px 65px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

@media (max-width: 1500px) {
  .wpo-couple-section-s3 .couple-middle {
    padding: 40px 35px;
  }
}

@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-middle {
    padding: 30px 25px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-middle {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-img {
  border-radius: 50%;
  padding: 10px;
  border: 1px solid #B5A2BD;
  max-width: 300px;
  margin: 0 auto;
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-img img {
  border-radius: 50%;
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text {
  text-align: center;
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text h3 {
  font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0.4em;
}

@media (max-width: 1199px) {
  .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text h3 {
    margin: 10px 0 0.2em;
  }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text p {
  max-width: 342px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text p {
    font-size: 16px;
    max-width: 245px;
    margin: 0 auto;
  }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul {
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul > li + li {
  margin-left: 25px;
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul li a {
  display: block;
  text-align: center;
  color: #707070;
  font-size: 14px;
}

.wpo-couple-section-s3 .couple-middle .couple-middle-item .couple-text ul li a:hover {
  color: #B5A2BD;
}

.wpo-couple-section-s3 .couple-middle .couple-middle-love-text {
  text-align: center;
  padding-top: 20px;
}

.wpo-couple-section-s3 .couple-middle .couple-middle-love-text h2 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 120px;
  text-transform: uppercase;
  color: #515A44;
}

@media (max-width: 1399px) {
  .wpo-couple-section-s3 .couple-middle .couple-middle-love-text h2 {
    font-size: 40px;
    line-height: 80px;
  }
}

.wpo-couple-section-s3 .couple-middle .couple-middle-love-text h2 div {
  display: block !important;
}

/* 7.2 wpo-team-section */
.wpo-team-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-team-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .wpo-team-section {
    padding-bottom: 30px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item {
  text-align: center;
  margin-bottom: 30px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .team-img-wrap {
  padding: 15px;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
  position: relative;
  overflow: hidden;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
  padding-top: 20px;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 {
  font-size: 25px;
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #242424;
}

@media (max-width: 1199px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 {
    font-size: 20px;
  }
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a {
  color: #242424;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a:hover {
  color: #D4B0A5;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
  font-size: 18px;
  color: #515A44;
}

/* 7.3 wpo-contact-section-s4 */
.wpo-contact-section-s4 .wpo-contact-section-wrapper {
  margin: 0;
  border-radius: 0;
  background: #fff;
  border: 0;
  max-width: 600px;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-section-title h2 {
  color: #242424;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area {
  padding: 40px 60px 40px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 40px 30px 40px;
  }
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
  border-bottom: 1px solid #ABABAB;
  color: #707070;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
  color: #707070;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #707070;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder {
  color: #707070;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
  color: #707070;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p {
  color: #707070;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label {
  color: #707070;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons [type="radio"]:not(:checked) + label:after {
  background: #707070;
}


.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn {
  background-color: #707070;
  color: #fff;
}

.wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn:hover, .wpo-contact-section-s4 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn:hover {
  background: #515A44;
}

/* 7.4 wpo-screenshot-area */
.wpo-portfolio-section-s3 {
  padding-left: 0;
  padding-right: 0;
}

.wpo-portfolio-section-s3 .swiper-main .grid .img-holder {
  border-radius: 0;
}

.wpo-portfolio-section-s3 .swiper-main .grid .img-holder img {
  border-radius: 0;
}

.wpo-portfolio-section-s3 .swiper-container {
  padding-bottom: 60px;
  padding-top: 10px;
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 450px) {
  .wpo-portfolio-section-s3 .swiper-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.wpo-portfolio-section-s3 .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wpo-portfolio-section-s3 .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #515A44;
  background: transparent;
}

.wpo-portfolio-section-s3 .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #515A44;
}

.wpo-portfolio-section-s3 .swiper-container .color-p .swiper-pagination-bullet {
  background: #adadad;
  border: 0px;
  opacity: 1;
}

.wpo-portfolio-section-s3 .swiper-container .color-p .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #515A44;
}

.wpo-portfolio-section-s3 .swiper-container-3d .swiper-slide-shadow-left {
  background: none;
}

.wpo-portfolio-section-s3 .swiper-container-3d .swiper-slide-shadow-right {
  background: none;
}

.wpo-portfolio-section-s3 .screenshot_area_three .display_table {
  display: table;
}

.wpo-portfolio-section-s3 .screenshot_area_three .display_table .table_cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.wpo-portfolio-section-s3 .swiper-slide {
  text-align: center;
  margin: 0 auto;
}

.wpo-portfolio-section-s3 .swiper-slide img {
  margin: 0 auto;
}

/*======================================
8. Home-style-5 
 =======================================*/
/* 8.1 wpo-wedding-date-s3 */
.wpo-wedding-date-s3 .wedding-date-wrap {
  margin-top: -130px;
}

@media (max-width: 1199px) {
  .wpo-wedding-date-s3 .wedding-date-wrap {
    margin-top: -92px;
  }
}

@media (max-width: 991px) {
  .wpo-wedding-date-s3 .wedding-date-wrap {
    margin-top: -62px;
  }
}

@media (max-width: 767px) {
  .wpo-wedding-date-s3 .wedding-date-wrap {
    margin-top: 0;
    padding-top: 60px;
  }
}

.wpo-wedding-date-s3 .wedding-date-wrap #clock .box {
  background-color: #515A44;
  width: 260px;
  height: 260px;
}

@media (max-width: 1199px) {
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .box {
    width: 185px;
    height: 185px;
  }
}

@media (max-width: 991px) {
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .box {
    width: 125px;
    height: 125px;
  }
}

.wpo-wedding-date-s3 .wedding-date-wrap #clock .box:before {
  display: none;
}

.wpo-wedding-date-s3 .wedding-date-wrap #clock .box:after {
  left: 50%;
  top: 50%;
  width: 85%;
  height: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-color: #fff;
}

.wpo-wedding-date-s3 .wedding-date-wrap #clock .box .time {
  margin-top: -30px;
  color: #fff;
}

@media (max-width: 1199px) {
  .wpo-wedding-date-s3 .wedding-date-wrap #clock .box .time {
    margin-top: -10px;
  }
}

.wpo-wedding-date-s3 .wedding-date-wrap #clock .box span {
  color: #fff;
}

/* 8.2 couple-section */
.couple-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 991px) {
  .couple-section {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .couple-section {
    padding-top: 20px;
  }
}

@media (min-width: 991px) {
  .couple-section .container-fluid {
    padding: 0;
  }
}

.couple-section .couple-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .couple-section .couple-area {
    display: block;
  }
}

.couple-section .middle-couple-pic {
  padding: 50px;
  border: 1px solid #515A44;
  border-radius: 350px;
  width: 50%;
  max-width: 700px;
  z-index: 11;
  background: #fff;
}

@media (max-width: 1199px) {
  .couple-section .middle-couple-pic {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .couple-section .middle-couple-pic {
    width: 100%;
  }
}

.couple-section .middle-couple-pic .middle-couple-pic-inner {
  overflow: hidden;
  border-radius: 350px;
}

.couple-section .middle-couple-pic .middle-couple-pic-inner img {
  width: 100%;
  height: 100%;
  border-radius: 350px;
  -webkit-animation: kenburn 25s 2s alternate infinite;
  -animation: kenburn 25s 2s alternate infinite;
}

@media (max-width: 991px) {
  .couple-section .middle-couple-pic {
    margin: 50px auto;
  }
}

.couple-section .text-grid {
  width: 40%;
  padding: 30px 0;
  border-top: 1px solid #515A44;
  border-bottom: 1px solid #515A44;
  margin-right: -20px;
}

@media (max-width: 991px) {
  .couple-section .text-grid {
    max-width: 450px;
    margin: 0 auto;
  }
}

.couple-section .text-grid .couple-text {
  padding: 80px 80px;
  background: #515A44;
}

@media (max-width: 1600px) {
  .couple-section .text-grid .couple-text {
    padding: 50px;
  }
}

@media (max-width: 1399px) {
  .couple-section .text-grid .couple-text {
    padding: 30px;
  }
}

@media (max-width: 1199px) {
  .couple-section .text-grid .couple-text {
    padding: 20px 30px;
  }
}

@media (max-width: 1199px) {
  .couple-section .text-grid {
    padding: 15px 0;
  }
}

@media (max-width: 991px) {
  .couple-section .text-grid {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}

.couple-section .text-grid h3 {
  font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0.4em;
  color: #fff;
}

@media (max-width: 1199px) {
  .couple-section .text-grid h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .couple-section .text-grid h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .couple-section .text-grid h3 {
    margin: 10px 0 0.2em;
  }
}

.couple-section .text-grid p {
  max-width: 342px;
  margin-bottom: 0;
  margin-left: auto;
  color: #E8E8E8;
}

@media (max-width: 1199px) {
  .couple-section .text-grid p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .couple-section .text-grid p {
    font-size: 16px;
    max-width: 355px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.couple-section .text-grid ul {
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .couple-section .text-grid ul {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.couple-section .text-grid ul > li + li {
  margin-left: 25px;
}

.couple-section .text-grid ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.couple-section .text-grid ul li a:hover {
  color: #B5A2BD;
}

.couple-section .bride {
  padding-left: 0;
  text-align: right;
}

@media (max-width: 991px) {
  .couple-section .bride {
    text-align: center;
    margin: 0 auto;
  }
}

.couple-section .bride .social ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .couple-section .bride .social {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.couple-section .bride .couple-img {
  margin: 0;
  margin-bottom: 20px;
  margin-left: auto;
}

@media (max-width: 991px) {
  .couple-section .bride .couple-img {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.couple-section .groom {
  padding-right: 0;
  margin-right: 0;
  margin-left: -20px;
}

@media (max-width: 991px) {
  .couple-section .groom {
    margin: 0 auto;
  }
}

.couple-section .groom p {
  margin: 0;
}

@media (max-width: 991px) {
  .couple-section .groom p {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/* 8.3 wpo-story-section-s4 */
.wpo-story-section-s4 .wpo-story-item + .wpo-story-item {
  padding-top: 60px;
}

@media (max-width: 991px) {
  .wpo-story-section-s4 .wpo-story-item + .wpo-story-item {
    padding-top: 30px;
  }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-img {
  position: relative;
  margin-right: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-img {
    margin: 0;
  }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-img:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  content: "";
  border: 1px solid #fff;
  z-index: 1;
}

.wpo-story-section-s4 .wpo-story-item:hover .wpo-story-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-content {
  padding: 60px 30px;
  z-index: 11;
  position: relative;
  max-width: 546px;
}

@media (max-width: 991px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content {
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content {
    padding: 20px 0px;
  }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0px;
}

@media (max-width: 1199px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content h2 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 36px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content h2 {
    font-size: 25px;
  }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-content span {
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #CAA6C7;
  margin-bottom: 20px;
  display: block;
}

@media (max-width: 1199px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content span {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content span {
    font-size: 18px;
  }
}

.wpo-story-section-s4 .wpo-story-item .wpo-story-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #707070;
  margin-bottom: 0px;
}

@media (max-width: 1399px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content p {
    font-size: 18px;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s4 .wpo-story-item .wpo-story-content p {
    font-size: 17px;
  }
}

.wpo-story-section-s4 .wpo-story-item:nth-child(even) .wpo-story-img {
  margin-right: 0px;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .wpo-story-section-s4 .wpo-story-item:nth-child(even) .wpo-story-img {
    margin: 0;
  }
}

.wpo-story-section-s4 .wpo-story-item:nth-child(even) .wpo-story-content {
  text-align: right;
  margin-left: auto;
}

@media (max-width: 991px) {
  .wpo-story-section-s4 .wpo-story-item:nth-child(even) .wpo-story-content {
    text-align: center;
  }
}

/* 8.4 wpo-video-section*/
.wpo-video-section,
.wpo-video-section-s2,
.wpo-video-section-s3 {
  position: relative;
  z-index: 1;
}

.wpo-video-section .container-fluid,
.wpo-video-section-s2 .container-fluid,
.wpo-video-section-s3 .container-fluid {
  padding: 0;
}

.wpo-video-section .video-wrap,
.wpo-video-section-s2 .video-wrap,
.wpo-video-section-s3 .video-wrap {
  position: relative;
  z-index: 1;
}

.wpo-video-section .video-wrap::before,
.wpo-video-section-s2 .video-wrap::before,
.wpo-video-section-s3 .video-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(1, 0, 60, 0.25);
  z-index: 1;
}

.wpo-video-section .video-wrap::after,
.wpo-video-section-s2 .video-wrap::after,
.wpo-video-section-s3 .video-wrap::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 98%;
  height: 90%;
  content: "";
  border: 1px solid #fff;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpo-video-section .video-wrap img,
.wpo-video-section-s2 .video-wrap img,
.wpo-video-section-s3 .video-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 575px) {
  .wpo-video-section .video-wrap img,
  .wpo-video-section-s2 .video-wrap img,
  .wpo-video-section-s3 .video-wrap img {
    min-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1600px) {
  .wpo-video-section .container,
  .wpo-video-section-s2 .container,
  .wpo-video-section-s3 .container {
    max-width: 1400px;
  }
}

.wpo-video-section .video-btn,
.wpo-video-section-s2 .video-btn,
.wpo-video-section-s3 .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 150px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 11;
}

@media (max-width: 991px) {
  .wpo-video-section .video-btn,
  .wpo-video-section-s2 .video-btn,
  .wpo-video-section-s3 .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}

@media (max-width: 767px) {
  .wpo-video-section .video-btn,
  .wpo-video-section-s2 .video-btn,
  .wpo-video-section-s3 .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.wpo-video-section .video-btn .fi,
.wpo-video-section-s2 .video-btn .fi,
.wpo-video-section-s3 .video-btn .fi {
  position: relative;
  right: -3px;
}

@media (max-width: 575px) {
  .wpo-video-section .video-btn .fi,
  .wpo-video-section-s2 .video-btn .fi,
  .wpo-video-section-s3 .video-btn .fi {
    right: 0;
  }
}

.wpo-video-section .video-btn .fi:before,
.wpo-video-section-s2 .video-btn .fi:before,
.wpo-video-section-s3 .video-btn .fi:before {
  font-size: 40px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-video-section .video-btn .fi:before,
  .wpo-video-section-s2 .video-btn .fi:before,
  .wpo-video-section-s3 .video-btn .fi:before {
    font-size: 30px;
  }
}

.wpo-video-section .video-btn:before, .wpo-video-section .video-btn:after,
.wpo-video-section-s2 .video-btn:before,
.wpo-video-section-s2 .video-btn:after,
.wpo-video-section-s3 .video-btn:before,
.wpo-video-section-s3 .video-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

.wpo-video-section .video-btn:after,
.wpo-video-section-s2 .video-btn:after,
.wpo-video-section-s3 .video-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    opacity: 0;
  }
}

.wpo-video-section-s2 {
  padding-top: 60px;
}

.wpo-video-section-s2 .video-wrap {
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  overflow: hidden;
}

@media (max-width: 575px) {
  .wpo-video-section-s2 .video-wrap {
    padding: 15px;
  }
}

.wpo-video-section-s2 .video-wrap::before, .wpo-video-section-s2 .video-wrap::after {
  display: none;
}

/* 8.5 wpo-portfolio-section-s4*/
.wpo-portfolio-section-s4 .portfolio-grids,
.wpo-portfolio-section-s5 .portfolio-grids {
  margin: 0 -7.5px;
}

.wpo-portfolio-section-s4 .portfolio-grids .grid,
.wpo-portfolio-section-s5 .portfolio-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 9.5px 15px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1500px) {
  .wpo-portfolio-section-s4 .portfolio-grids .grid,
  .wpo-portfolio-section-s5 .portfolio-grids .grid {
    padding: 0 5.5px 10px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s4 .portfolio-grids .grid,
  .wpo-portfolio-section-s5 .portfolio-grids .grid {
    width: 50%;
    padding: 0 4.5px 8px;
  }
}

@media (max-width: 600px) {
  .wpo-portfolio-section-s4 .portfolio-grids .grid,
  .wpo-portfolio-section-s5 .portfolio-grids .grid {
    width: 100%;
    width: 50%;
  }
}

@media (max-width: 575px) {
  .wpo-portfolio-section-s4 .portfolio-grids .grid,
  .wpo-portfolio-section-s5 .portfolio-grids .grid {
    width: 100%;
  }
}

.wpo-portfolio-section-s4 .portfolio-grids .grid img,
.wpo-portfolio-section-s5 .portfolio-grids .grid img {
  width: 100%;
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder {
  border-radius: 0;
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder a,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder a {
  display: block;
  position: relative;
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder a .hover-content,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder a .hover-content {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 100%;
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder a .hover-content span,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder a .hover-content span {
  color: #707070;
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder a .hover-content i,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder a .hover-content i {
  font-size: 30px;
  color: #242424;
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder a:before,
.wpo-portfolio-section-s5 .portfolio-grids .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;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder a:after,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  height: 90%;
  content: "";
  border: 1px solid #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder:hover a .hover-content,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder:hover a .hover-content {
  opacity: 1;
}

.wpo-portfolio-section-s4 .portfolio-grids .grid .img-holder:hover a:before,
.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder:hover a:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 8.6 wpo-contact-section-s5 */
.wpo-contact-section-s5 {
  position: relative;
  border-top: 1px solid #515A44;
}

.wpo-contact-section-s5 .top-bg {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 661px;
}

@media (max-width: 991px) {
  .wpo-contact-section-s5 .top-bg {
    height: 450px;
  }
}

.wpo-contact-section-s5 .top-bg:before {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background: #515A44;
  content: "";
}

.wpo-contact-section-s5 .wpo-contact-section-wrapper {
  margin: 0;
  border-radius: 0;
  background: #515A44;
  border: 0;
  max-width: 600px;
  padding: 30px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s5 .wpo-contact-section-wrapper {
    padding: 15px;
  }
}

.wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area {
  border: 1px solid #fff;
  padding: 40px 35px 40px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s5 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 40px 25px 40px;
  }
}

/* 8.9 wpo-blog-section-s3 */
.wpo-blog-section-s3 {
  background: #fff;
}

.wpo-blog-section-s3 .wpo-blog-item {
  border-radius: 0;
}

.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img {
  border-radius: 0;
}

.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img img {
  border-radius: 0;
}

.wpo-blog-section-s3.soft-bg {
  background: #F8FAFF;
}

.wpo-blog-section-s3.soft-bg2 {
  background: #F8F8FF;
}

.wpo-blog-section-s3.soft-bg3 {
  background: #FFFBFA;
}

.wpo-blog-section-s3.soft-bg4 {
  background: #F8F3F2;
}

/*======================================
9. Home-style-6
 =======================================*/
/* 9.1 wpo-wedding-date-s4 */
.wpo-wedding-date-s4 .wedding-date-wrap #clock .box {
  background: #DDEAF7;
}

.wpo-wedding-date-s4 .wedding-date-wrap #clock .box:after {
  border: 1px solid #4C73B7;
}

.wpo-wedding-date-s4 .wedding-date-wrap #clock .box:before {
  bottom: auto;
  top: -50px;
  background: url(../images/wedding-date/5.svg) no-repeat center center;
}

.wpo-wedding-date-s4 .wedding-date-wrap #clock .box:nth-child(even):before {
  top: auto;
  left: -70px;
  bottom: -50px;
  background: url(../images/wedding-date/6.svg) no-repeat center center;
}

.wpo-wedding-date-s4 .wedding-date-wrap #clock .time {
  font-family: "monallesia";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  color: #242424;
  line-height: 100px;
}

@media (max-width: 1400px) {
  .wpo-wedding-date-s4 .wedding-date-wrap #clock .time {
    font-size: 40px;
    line-height: 50px;
  }
}

.wpo-wedding-date-s4 .wedding-date-wrap #clock span {
  color: #4D4D4D;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 1400px) {
  .wpo-wedding-date-s4 .wedding-date-wrap #clock span {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .wpo-wedding-date-s4 .wedding-date-wrap #clock span {
    font-size: 16px;
  }
}

/* 9.2 wpo-couple-section-s4 */
.wpo-couple-section-s4 {
  position: relative;
  z-index: 1;
}

.wpo-couple-section-s4 .couple-wrap {
  max-width: 1020px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .wpo-couple-section-s4 .col:last-child .couple-item {
    margin-top: 40px;
  }
}

.wpo-couple-section-s4 .couple-item .couple-img {
  padding: 20px;
  border: 1px solid #9BA58F;
  border-radius: 50%;
  max-width: 400px;
  margin: 0 auto;
}

.wpo-couple-section-s4 .couple-item .couple-img img {
  border-radius: 50%;
}

.wpo-couple-section-s4 .couple-item .couple-text {
  max-width: 405px;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
}

@media (max-width: 991px) {
  .wpo-couple-section-s4 .couple-item .couple-text {
    margin-top: 30px;
  }
}

.wpo-couple-section-s4 .couple-item .couple-text h3 {
  font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0.4em;
  color: #515A44;
}

@media (max-width: 1199px) {
  .wpo-couple-section-s4 .couple-item .couple-text h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s4 .couple-item .couple-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .wpo-couple-section-s4 .couple-item .couple-text h3 {
    margin: 10px 0 0.2em;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s4 .couple-item .couple-text p {
    font-size: 16px;
  }
}

.wpo-couple-section-s4 .couple-item .couple-text ul {
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 991px) {
  .wpo-couple-section-s4 .couple-item .couple-text ul {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.wpo-couple-section-s4 .couple-item .couple-text ul > li + li {
  margin-left: 25px;
}

.wpo-couple-section-s4 .couple-item .couple-text ul li a {
  display: block;
  text-align: center;
  color: #707070;
  font-size: 14px;
}

.wpo-couple-section-s4 .couple-item .couple-text ul li a:hover {
  color: #B5A2BD;
}

.wpo-couple-section-s4 .left-shape {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .wpo-couple-section-s4 .left-shape {
    display: none;
  }
}

@media (max-width: 1500px) {
  .wpo-couple-section-s4 .left-shape img {
    max-width: 200px;
  }
}

@media (max-width: 1199px) {
  .wpo-couple-section-s4 .left-shape img {
    max-width: 150px;
  }
}

.wpo-couple-section-s4 .right-shape {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .wpo-couple-section-s4 .right-shape {
    display: none;
  }
}

@media (max-width: 1500px) {
  .wpo-couple-section-s4 .right-shape img {
    max-width: 200px;
  }
}

@media (max-width: 1199px) {
  .wpo-couple-section-s4 .right-shape img {
    max-width: 150px;
  }
}

/* 9.3 wpo-story-section-s5 */
.wpo-story-section-s5,
.wpo-story-section-s7 {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 90px;
}

@media (max-width: 1500px) {
  .wpo-story-section-s5,
  .wpo-story-section-s7 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section-s5,
  .wpo-story-section-s7 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s5,
  .wpo-story-section-s7 {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s5,
  .wpo-story-section-s7 {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item,
  .wpo-story-section-s7 .wpo-story-wrap .wpo-story-item {
    margin-bottom: 30px;
  }
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .story-img-wrap,
.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .story-img-wrap {
  padding: 20px;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-img,
.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-img {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-img,
  .wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-img {
    margin: 0;
  }
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-img img,
.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .6s;
  transition: all .6s;
  width: 100%;
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item:hover .wpo-story-img img,
.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item:hover .wpo-story-img img {
  -webkit-transform: scale(1.2) rotate(5deg);
          transform: scale(1.2) rotate(5deg);
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content,
.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content {
  z-index: 11;
  position: relative;
  padding-top: 30px;
  text-align: center;
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content h2,
.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0px;
}

@media (max-width: 1500px) {
  .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content h2,
  .wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1399px) {
  .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content h2,
  .wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
    font-size: 22px;
    line-height: 36px;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content h2,
  .wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content h2 {
    font-size: 20px;
  }
}

.wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content span,
.wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content span {
  font-style: normal;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #CAA6C7;
  margin-bottom: 0px;
  display: block;
}

@media (max-width: 1199px) {
  .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content span,
  .wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content span {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s5 .wpo-story-wrap .wpo-story-item .wpo-story-content span,
  .wpo-story-section-s7 .wpo-story-wrap .wpo-story-item .wpo-story-content span {
    font-size: 18px;
  }
}

/* 9.4 wpo-portfolio-section-s5 */
.wpo-portfolio-section-s5 .portfolio-grids {
  margin: 0 -15px;
}

.wpo-portfolio-section-s5 .portfolio-grids .grid {
  padding: 0 15px 15px;
}

.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  padding: 20px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder {
    padding: 10px;
  }
}

.wpo-portfolio-section-s5 .portfolio-grids .grid .img-holder a:after {
  display: none;
}

/* 9.5 wpo-contact-section-s6 */
.wpo-contact-section-s6 {
  position: relative;
}

.wpo-contact-section-s6 .left-shape-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .wpo-contact-section-s6 .left-shape-1 {
    display: none;
  }
}

@media (max-width: 1600px) {
  .wpo-contact-section-s6 .left-shape-1 img {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .wpo-contact-section-s6 .left-shape-1 img {
    max-width: 200px;
  }
}

.wpo-contact-section-s6 .left-shape-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  .wpo-contact-section-s6 .left-shape-2 {
    display: none;
  }
}

@media (max-width: 1600px) {
  .wpo-contact-section-s6 .left-shape-2 img {
    max-width: 300px;
  }
}

@media (max-width: 991px) {
  .wpo-contact-section-s6 .left-shape-2 img {
    max-width: 200px;
  }
}

.wpo-contact-section-s6 .contact-wrap {
  padding-top: 260px;
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .wpo-contact-section-s6 .contact-wrap {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section-s6 .contact-wrap {
    padding-bottom: 20px;
  }
}

.wpo-contact-section-s6 .contact-wrap .shape-1 {
  left: 83px;
  top: -75px;
  bottom: auto;
}

@media (max-width: 991px) {
  .wpo-contact-section-s6 .contact-wrap .shape-1 {
    left: 0;
  }
}

.wpo-contact-section-s6 .contact-wrap .shape-2 {
  right: auto;
  left: 120px;
  bottom: 0px;
}

@media (max-width: 991px) {
  .wpo-contact-section-s6 .contact-wrap .shape-2 {
    left: 30px;
  }
}

/*======================================
10. Home-style-7
 =======================================*/
/* 10.1 wpo-couple-section-s5 */
.wpo-couple-section-s5 .wpo-couple-wrap,
.wpo-couple-section-s6 .wpo-couple-wrap {
  max-width: 1410px;
  margin: 0 auto;
}

.wpo-couple-section-s5 .text-grid,
.wpo-couple-section-s6 .text-grid {
  text-align: right;
  margin-right: -50px;
  z-index: 11;
  position: relative;
}

@media (max-width: 1399px) {
  .wpo-couple-section-s5 .text-grid,
  .wpo-couple-section-s6 .text-grid {
    margin-right: 0px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s5 .text-grid,
  .wpo-couple-section-s6 .text-grid {
    text-align: center;
    margin-bottom: 30px;
  }
}

.wpo-couple-section-s5 .text-grid .couple-text h3,
.wpo-couple-section-s6 .text-grid .couple-text h3 {
  font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 30px 0 0.5em;
}

@media (max-width: 1199px) {
  .wpo-couple-section-s5 .text-grid .couple-text h3,
  .wpo-couple-section-s6 .text-grid .couple-text h3 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s5 .text-grid .couple-text h3,
  .wpo-couple-section-s6 .text-grid .couple-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 350px) {
  .wpo-couple-section-s5 .text-grid .couple-text h3,
  .wpo-couple-section-s6 .text-grid .couple-text h3 {
    margin: 10px 0 0.2em;
  }
}

.wpo-couple-section-s5 .text-grid .couple-text p,
.wpo-couple-section-s6 .text-grid .couple-text p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .wpo-couple-section-s5 .text-grid .couple-text p,
  .wpo-couple-section-s6 .text-grid .couple-text p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s5 .text-grid .couple-text p,
  .wpo-couple-section-s6 .text-grid .couple-text p {
    font-size: 16px;
    max-width: 355px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.wpo-couple-section-s5 .text-grid .couple-text ul,
.wpo-couple-section-s6 .text-grid .couple-text ul {
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .wpo-couple-section-s5 .text-grid .couple-text ul,
  .wpo-couple-section-s6 .text-grid .couple-text ul {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpo-couple-section-s5 .text-grid .couple-text ul > li + li,
.wpo-couple-section-s6 .text-grid .couple-text ul > li + li {
  margin-left: 35px;
}

.wpo-couple-section-s5 .text-grid .couple-text ul li a,
.wpo-couple-section-s6 .text-grid .couple-text ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #707070;
}

.wpo-couple-section-s5 .text-grid .couple-text ul li a:hover,
.wpo-couple-section-s6 .text-grid .couple-text ul li a:hover {
  color: #B5A2BD;
}

.wpo-couple-section-s5 .text-grid.groom,
.wpo-couple-section-s6 .text-grid.groom {
  text-align: left;
  margin-right: 0;
  margin-left: -50px;
}

@media (max-width: 1399px) {
  .wpo-couple-section-s5 .text-grid.groom,
  .wpo-couple-section-s6 .text-grid.groom {
    margin-left: 0px;
  }
}

@media (max-width: 991px) {
  .wpo-couple-section-s5 .text-grid.groom,
  .wpo-couple-section-s6 .text-grid.groom {
    text-align: center;
    margin-top: 30px;
  }
}

.wpo-couple-section-s5 .text-grid.groom ul,
.wpo-couple-section-s6 .text-grid.groom ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 991px) {
  .wpo-couple-section-s5 .text-grid.groom ul,
  .wpo-couple-section-s6 .text-grid.groom ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wpo-couple-section-s5 .middle-couple-pic,
.wpo-couple-section-s6 .middle-couple-pic {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  border-radius: 250px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

@media (max-width: 991px) {
  .wpo-couple-section-s5 .middle-couple-pic,
  .wpo-couple-section-s6 .middle-couple-pic {
    padding: 15px;
  }
}

.wpo-couple-section-s5 .middle-couple-pic img,
.wpo-couple-section-s6 .middle-couple-pic img {
  border-radius: 250px;
  width: 100%;
}

/* 10.2 wpo-story-section-s6 */
.wpo-story-section-s6 {
  overflow: hidden;
}

.wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
  left: -110px;
  bottom: -115px;
}

@media (max-width: 1399px) {
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
    bottom: -110px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section-s6 .wpo-story-item .wpo-story-img-wrap .wpo-img-shape {
    left: -30px;
    bottom: -40px;
  }
}

.wpo-story-section-s6 .wpo-story-item .wpo-story-content .wpo-story-content-inner .inner-shape {
  position: absolute;
  right: -140px;
  top: 0;
  -webkit-transform: unset;
          transform: unset;
}

.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape {
  left: auto;
  right: -110px;
}

@media (max-width: 575px) {
  .wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-img-wrap .wpo-img-shape {
    right: -50px;
    bottom: -60px;
  }
}

.wpo-story-section-s6 .wpo-story-item:nth-child(even) .wpo-story-content .wpo-story-content-inner .inner-shape {
  right: auto;
  left: -120px;
  top: 0;
  -webkit-transform: unset;
          transform: unset;
}

/* 10.3 wpo-contact-section-s7 */
.wpo-contact-section-s7 {
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .wpo-contact-section-s7 {
    padding-top: 20px;
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section-s7 {
    padding-bottom: 70px;
  }
}

.wpo-contact-section-s7 .video-wrap {
  position: relative;
  padding: 150px 0;
}

@media (max-width: 991px) {
  .wpo-contact-section-s7 .video-wrap {
    padding: 0;
  }
}

.wpo-contact-section-s7 .contact-video {
  padding: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  margin-left: 150px;
  position: relative;
}

@media (max-width: 991px) {
  .wpo-contact-section-s7 .contact-video {
    margin-left: 0;
    padding: 15px;
  }
}

.wpo-contact-section-s7 .contact-video .video-btn {
  position: absolute;
  left: 60%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 120px;
  background: rgba(158, 153, 214, 0.4);
  z-index: 11;
}

@media (max-width: 1399px) {
  .wpo-contact-section-s7 .contact-video .video-btn {
    left: 65%;
  }
}

@media (max-width: 991px) {
  .wpo-contact-section-s7 .contact-video .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    left: 50%;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section-s7 .contact-video .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.wpo-contact-section-s7 .contact-video .video-btn .fi {
  position: relative;
  right: -3px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s7 .contact-video .video-btn .fi {
    right: 0;
  }
}

.wpo-contact-section-s7 .contact-video .video-btn .fi:before {
  font-size: 40px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-contact-section-s7 .contact-video .video-btn .fi:before {
    font-size: 30px;
  }
}

.wpo-contact-section-s7 .contact-video .video-btn:before, .wpo-contact-section-s7 .contact-video .video-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 5s;
  transition: all ease 5s;
  background: rgba(158, 153, 214, 0.5);
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

.wpo-contact-section-s7 .contact-video .video-btn:after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
            transform: scale(2.1);
    opacity: 0;
  }
}

.wpo-contact-section-s7 .contact-wrap {
  position: absolute;
  left: -80px;
  top: 50%;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1500px) {
  .wpo-contact-section-s7 .contact-wrap {
    left: -20px;
  }
}

@media (max-width: 991px) {
  .wpo-contact-section-s7 .contact-wrap {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    padding: 0;
  }
}

.wpo-contact-section-s7 .contact-wrap .shape-1 {
  left: 75px;
  top: 45px;
  bottom: auto;
}

.wpo-contact-section-s7 .contact-wrap .shape-2 {
  left: 75px;
  bottom: 15px;
  right: auto;
}

.wpo-contact-section-s7 .wpo-contact-section-wrapper {
  padding: 20px;
  background: #fff;
  border-radius: 350px;
  margin: 0;
}

@media (max-width: 991px) {
  .wpo-contact-section-s7 .wpo-contact-section-wrapper {
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section-s7 .wpo-contact-section-wrapper {
    padding: 10px;
  }
}

.wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area {
  background: #7E78B2;
  border-radius: 350px;
  padding: 100px 40px 50px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s7 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 30px;
    padding-top: 60px;
  }
}

/*======================================
11. Home-style-8
 =======================================*/
/* 11.1 wpo-about-section */
.wpo-about-section,
.wpo-about-section-s2 {
  margin-top: -95px;
  position: relative;
  z-index: 11;
}

@media (max-width: 991px) {
  .wpo-about-section,
  .wpo-about-section-s2 {
    margin: 0;
    padding-top: 80px;
  }
}

.wpo-about-section .wpo-about-wrap,
.wpo-about-section-s2 .wpo-about-wrap {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  padding: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap,
  .wpo-about-section-s2 .wpo-about-wrap {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-right-img,
  .wpo-about-section-s2 .wpo-about-wrap .about-right-img {
    text-align: center;
  }
  .wpo-about-section .wpo-about-wrap .about-right-img img,
  .wpo-about-section-s2 .wpo-about-wrap .about-right-img img {
    width: 100%;
  }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
  max-width: 578px;
}

@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text p,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}

@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text p,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p {
    font-size: 18px;
    line-height: 27px;
  }
}

@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text p,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p {
    font-size: 18px;
  }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text p::first-letter,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p::first-letter {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  color: #C8A898;
  font-family: "monallesia";
}

@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text p::first-letter,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text p::first-letter {
    font-size: 35px;
  }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info-wrap,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 575px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info-wrap,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info-wrap {
    display: block;
  }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info h5,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info h5 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info h5,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info h5 {
    font-size: 20px;
  }
}

.wpo-about-section .wpo-about-wrap .wpo-about-text .about-info span,
.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 767px) {
  .wpo-about-section .wpo-about-wrap .wpo-about-text .about-info span,
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info span {
    font-size: 16px;
  }
}

.wpo-about-section .wpo-about-wrap .about-social,
.wpo-about-section-s2 .wpo-about-wrap .about-social {
  padding: 50px 20px;
  position: relative;
}

@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .about-social,
  .wpo-about-section-s2 .wpo-about-wrap .about-social {
    margin-left: -10px;
    padding: 30px 20px;
  }
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social,
  .wpo-about-section-s2 .wpo-about-wrap .about-social {
    margin-left: 0;
  }
}

.wpo-about-section .wpo-about-wrap .about-social::before,
.wpo-about-section-s2 .wpo-about-wrap .about-social::before {
  position: absolute;
  left: -25px;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #D9D9D9;
}

@media (max-width: 1199px) {
  .wpo-about-section .wpo-about-wrap .about-social::before,
  .wpo-about-section-s2 .wpo-about-wrap .about-social::before {
    left: 0;
  }
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social::before,
  .wpo-about-section-s2 .wpo-about-wrap .about-social::before {
    display: none;
  }
}

.wpo-about-section .wpo-about-wrap .about-social ul,
.wpo-about-section-s2 .wpo-about-wrap .about-social ul {
  list-style: none;
  text-align: center;
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social ul,
  .wpo-about-section-s2 .wpo-about-wrap .about-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social ul li,
  .wpo-about-section-s2 .wpo-about-wrap .about-social ul li {
    margin: 0 10px;
  }
}

.wpo-about-section .wpo-about-wrap .about-social ul li a,
.wpo-about-section-s2 .wpo-about-wrap .about-social ul li a {
  color: #707070;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #707070;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: 255, 255, 255, 0.1;
}

.wpo-about-section .wpo-about-wrap .about-social ul li a:hover,
.wpo-about-section-s2 .wpo-about-wrap .about-social ul li a:hover {
  background: #D4B0A5;
  border-color: #D4B0A5;
  color: #fff;
}

.wpo-about-section .wpo-about-wrap .about-social ul li + li,
.wpo-about-section-s2 .wpo-about-wrap .about-social ul li + li {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .wpo-about-section .wpo-about-wrap .about-social ul li + li,
  .wpo-about-section-s2 .wpo-about-wrap .about-social ul li + li {
    margin: 0 10px;
  }
}

/* 11.2 wpo-fun-fact-section */
.wpo-fun-fact-section {
  position: relative;
}

.wpo-fun-fact-section .container {
  position: relative;
}

@media (min-width: 1600px) {
  .wpo-fun-fact-section .container {
    max-width: 1400px;
  }
}

.wpo-fun-fact-section .wpo-fun-fact-grids {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: 0 -130px;
}

@media (max-width: 1500px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids {
    margin: 0 -100px;
  }
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids {
    margin: 0 -70px;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids {
    padding: 0;
    margin: 0 -30px;
  }
}

@media (max-width: 450px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids {
    margin: 0 0px;
  }
}

.wpo-fun-fact-section .wpo-fun-fact-grids .grid {
  width: 25%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid {
    width: 50%;
    margin-bottom: 50px;
  }
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(3), .wpo-fun-fact-section .wpo-fun-fact-grids .grid:nth-child(4) {
    margin-bottom: 0;
  }
}

.wpo-fun-fact-section .grid {
  position: relative;
}

.wpo-fun-fact-section .grid .flower {
  text-align: center;
  max-height: 80px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid .flower {
    max-width: 80px;
    margin: 0 auto;
    max-height: 60px;
  }
}

.wpo-fun-fact-section .grid h3 {
  font-style: normal;
  font-size: 80px;
  font-weight: 400;
  color: #657150;
  margin: 0 0 0.1em;
  margin-top: 20px;
  font-family: "monallesia";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-fun-fact-section .grid h3 span {
  margin-top: 10px;
  font-family: "monallesia";
  line-height: 75px;
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .grid h3 span {
    line-height: 50px;
  }
}

@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 80px;
    font-size: 5.33333rem;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 60px;
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .wpo-fun-fact-section .grid h3 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}

.wpo-fun-fact-section .grid h3 + p {
  font-size: 20px;
  font-size: 1.33333rem;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  color: #707070;
  font-family: "Mulish", sans-serif;
  text-align: center;
}

@media (max-width: 1200px) {
  .wpo-fun-fact-section .grid h3 + p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 + p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

/* 11.3 wpo-service-section */
.wpo-service-section .wpo-service-item,
.wpo-service-section-s2 .wpo-service-item {
  background: #FFF;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .wpo-service-section .wpo-service-item,
  .wpo-service-section-s2 .wpo-service-item {
    margin-bottom: 50px;
  }
}

.wpo-service-section .wpo-service-item .wpo-service-img,
.wpo-service-section-s2 .wpo-service-item .wpo-service-img {
  border-bottom-right-radius: 250px;
  overflow: hidden;
}

.wpo-service-section .wpo-service-item .wpo-service-img img,
.wpo-service-section-s2 .wpo-service-item .wpo-service-img img {
  border-bottom-right-radius: 250px;
  width: 100%;
  object-fit: cover;
  height: 301px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wpo-service-section .wpo-service-item:hover .wpo-service-img img,
.wpo-service-section-s2 .wpo-service-item:hover .wpo-service-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wpo-service-section .wpo-service-item .wpo-service-text,
.wpo-service-section-s2 .wpo-service-item .wpo-service-text {
  padding: 20px;
  text-align: center;
  padding-bottom: 0;
}

.wpo-service-section .wpo-service-item .wpo-service-text h3,
.wpo-service-section-s2 .wpo-service-item .wpo-service-text h3 {
  color: #323232;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
}

.wpo-service-section .wpo-service-item .wpo-service-text p,
.wpo-service-section-s2 .wpo-service-item .wpo-service-text p {
  margin-bottom: 0;
}

.wpo-service-section .wpo-service-item .wpo-service-text a.more,
.wpo-service-section-s2 .wpo-service-item .wpo-service-text a.more {
  display: inline-block;
  padding: 5px 25px;
  background: #D4B0A5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  position: relative;
  bottom: -18px;
}

.wpo-service-section .wpo-service-item .wpo-service-text a.more:hover,
.wpo-service-section-s2 .wpo-service-item .wpo-service-text a.more:hover {
  background: #ca9e90;
}

/* 11.4 wpo-portfolio-section-s6 */
.wpo-portfolio-section-s6 {
  padding-bottom: 100px;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1700px) {
  .wpo-portfolio-section-s6 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s6 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 991px) {
  .wpo-portfolio-section-s6 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s6 {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .wpo-portfolio-section-s6 {
    padding-bottom: 30px;
  }
}

.wpo-portfolio-section-s6 .portfolio-grids {
  margin: 0 -15px;
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s6 .portfolio-grids {
    margin: 0 -10px;
  }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid {
  width: 33.33%;
  padding: 0 15px 30px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid {
    padding: 0 10px 20px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid {
    width: 100%;
  }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .img-holder {
  overflow: hidden;
  position: relative;
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
  position: absolute;
  left: 50%;
  bottom: -200px;
  background: #fff;
  width: 100%;
  max-width: 453px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Mulish", sans-serif;
  text-align: center;
  padding: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1700px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
    max-width: 350px;
  }
}

@media (max-width: 1399px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
    max-width: 300px;
  }
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
    max-width: 280px;
  }
}

@media (max-width: 991px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content {
    max-width: 94%;
    padding: 10px;
  }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

@media (max-width: 1700px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
    font-size: 30px;
  }
}

@media (max-width: 1399px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 {
    font-size: 27px;
  }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 a {
  color: #242424;
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content h4 a:hover {
  color: #D4B0A5;
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content span {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  color: #D4B0A5;
}

@media (max-width: 1399px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .portfolio-content span {
    font-size: 18px;
  }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid:hover .portfolio-content {
  bottom: 20px;
}

.wpo-portfolio-section-s6 .portfolio-grids .grid:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2 {
  padding-bottom: 0;
}

@media (max-width: 1700px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2 {
    font-size: 30px;
  }
}

@media (max-width: 1199px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

.wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2:after, .wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h2:before {
  display: none;
}

@media (max-width: 1700px) {
  .wpo-portfolio-section-s6 .portfolio-grids .grid .middle-content-wrap .wpo-section-title h4 {
    font-size: 20px;
    line-height: 40px;
  }
}

/* 11.5 wpo-testimonial-section */
.wpo-testimonial-section {
  overflow: hidden;
  background: #F8F3F2;
  padding-bottom: 90px;
}

@media (max-width: 1700px) {
  .wpo-testimonial-section {
    padding: 120px 30px;
  }
}

@media (max-width: 991px) {
  .wpo-testimonial-section {
    padding: 90px 30px 30px;
  }
}

@media (max-width: 767px) {
  .wpo-testimonial-section {
    padding: 80px 0px 20px;
  }
}

@media (max-width: 575px) {
  .wpo-testimonial-section {
    padding: 50px 0px 20px;
  }
}

.wpo-testimonial-section .wpo-testimonial-active {
  padding-bottom: 100px;
}

.wpo-testimonial-section .col {
  padding: 0;
}

@media (max-width: 1440px) {
  .wpo-testimonial-section .col {
    padding: 0 15px;
  }
}

.wpo-testimonial-section .wpo-testimonial-items {
  text-align: center;
  position: relative;
  z-index: 1;
}

.wpo-testimonial-section .wpo-testimonial-items i {
  color: #D4B0A5;
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
}

.wpo-testimonial-section .wpo-testimonial-items p {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 40px;
  color: #242424;
}

@media (max-width: 1399px) {
  .wpo-testimonial-section .wpo-testimonial-items p {
    font-size: 22px;
  }
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-items p {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .wpo-testimonial-section .wpo-testimonial-items p {
    margin-bottom: 30px;
    font-size: 16px;
  }
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
  font-weight: 400;
  font-size: 30px;
  line-height: 160%;
  color: #939580;
}

@media (max-width: 1199px) {
  .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm h3 {
    font-size: 20px;
  }
}

.wpo-testimonial-section .wpo-testimonial-items .wpo-testimonial-text-btm span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  color: #858585;
}

.wpo-testimonial-section .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.wpo-testimonial-section .slick-dots {
  text-align: center;
  bottom: 0px;
}

.wpo-testimonial-section .slick-dots li button:before {
  font-size: 15px;
  color: #D9D9D9;
  opacity: 1;
}

.wpo-testimonial-section .slick-dots li.slick-active button:before {
  color: #D4B0A5;
}

/* 11.6 wpo-product-section */
.wpo-product-section {
  padding-bottom: 70px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-product-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-product-section {
    padding-bottom: 30px;
  }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .product-img-wrap {
  padding: 15px;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
          box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img {
  position: relative;
  overflow: hidden;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
  -webkit-transform: scale(1, 1);
          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 {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  -webkit-transition: all 0.5s;
  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 {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
  }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

@media (max-width: 575px) {
  .wpo-product-section .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 11;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li {
  font-size: 18px;
  color: #D4B0A5;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child {
  margin-right: 5px;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li:first-child a {
  width: 40px;
  padding: 0;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a {
  font-weight: 400;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  color: #D4B0A5;
  display: block;
  width: 140px;
  text-align: center;
  background: #fff;
}

@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a {
    font-size: 15px;
    width: 105px;
  }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-img ul li a:hover {
  background: #D4B0A5;
  color: #fff;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item:hover .wpo-product-img ul {
  opacity: 1;
  visibility: visible;
  bottom: 50px;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item:hover .wpo-product-img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.wpo-product-section .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 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 {
    font-size: 25px;
  }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a {
  color: #242424;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text h3 a:hover {
  color: #D4B0A5;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li {
  font-size: 18px;
  color: #D4B0A5;
}

@media (max-width: 1199px) {
  .wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li {
    font-size: 14px;
  }
}

.wpo-product-section .wpo-product-wrap .wpo-product-item .wpo-product-text ul li:first-child {
  margin-right: 10px;
  text-decoration: line-through;
  color: #999999;
}

/* 11.7 wpo-contact-section-s8 */
.wpo-contact-section-s8 {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .wpo-contact-section-s8 {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section-s8 {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section-s8 {
    padding: 60px 0;
  }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper {
  padding: 40px;
  max-width: 880px;
  background: none;
  border: 1px solid #fff;
  margin: 0;
  border-radius: 0;
  margin-left: 100px;
}

@media (max-width: 1199px) {
  .wpo-contact-section-s8 .wpo-contact-section-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section-s8 .wpo-contact-section-wrapper {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section-s8 .wpo-contact-section-wrapper {
    padding: 10px;
  }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title {
  margin-bottom: 30px;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-section-title h2 {
  color: #101010;
  margin-top: 0;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding-top: 50px;
}

@media (max-width: 575px) {
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding-top: 30px;
  }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.69);
  color: #707070;
  padding-left: 15px;
}

@media (max-width: 1199px) {
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
    height: 50px;
  }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .error {
  margin-top: 0;
  margin-bottom: 10px;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
  color: #707070;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
  color: #707070;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder {
  color: #707070;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
  color: #707070;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area textarea.form-control {
  height: 134px;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
  background: rgba(255, 255, 255, 0.69) url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  color: #707070;
}

@media (max-width: 1199px) {
  .wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
    height: 50px;
  }
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control option {
  color: #707070;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .date .form-control {
  background: rgba(255, 255, 255, 0.69) url(../images/date2.png) no-repeat calc(100% - 15px) center;
}

.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area {
  margin-top: 20px;
}


.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .theme-btn,
.wpo-contact-section-s8 .wpo-contact-section-wrapper .wpo-contact-form-area .submit-area .view-cart-btn {
  background: #D4B0A5;
  color: #fff;
}

/* 11.8 wpo-pricing-section */
.wpo-pricing-section {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .wpo-pricing-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .wpo-pricing-section {
    padding-bottom: 40px;
  }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
  border: 1px solid #D4B0A5;
  padding: 85px 40px;
}

@media (max-width: 1399px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
    padding: 100px 20px;
  }
}

@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
    padding: 60px 20px;
  }
}

@media (max-width: 575px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item-inner {
    padding: 60px 15px;
  }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item {
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          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 .shape-1 {
  position: absolute;
  right: -38px;
  top: -50px;
  z-index: -1;
}

@media (max-width: 1399px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-1 {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-1 {
    right: -15px;
  }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-2 {
  position: absolute;
  left: -38px;
  bottom: -50px;
  z-index: -1;
}

@media (max-width: 1399px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-2 {
    left: 0;
  }
}

@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .shape-2 {
    left: -15px;
  }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #D4B0A5;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h4 {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  color: #5C5C5C;
}

@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h4 {
    margin-bottom: 0px;
    font-size: 18px;
  }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
  font-size: 60px;
  line-height: 60px;
  font-style: normal;
  font-weight: 400;
  color: #D4B0A5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 {
    font-size: 60px;
    line-height: 50px;
  }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 small {
  font-size: 50px;
}

@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 small {
    font-size: 40px;
  }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .wpo-pricing-text h2 span {
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  display: inline-block;
  margin-left: 10px;
  margin-top: 20px;
  color: #5C5C5C;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
  padding-top: 60px;
  text-align: center;
}

@media (max-width: 1199px) {
  .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
    padding-top: 30px;
  }
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul {
  list-style: none;
  padding-bottom: 20px;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text ul li {
  color: #707070;
  padding-bottom: 25px;
  font-size: 18px;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn, .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn {
  text-transform: capitalize;
  background: transparent;
  border: 1px solid #A5AA9C;
  color: #D4B0A5;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn:hover, .wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn:hover {
  background: #D4B0A5;
  color: #fff;
  border-color: #D4B0A5;
}

.wpo-pricing-section .wpo-pricing-wrap .col:nth-child(2) .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .theme-btn, .wpo-pricing-section .wpo-pricing-wrap .col:nth-child(2) .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text .view-cart-btn {
  background: #D4B0A5;
  color: #fff;
  border-color: #D4B0A5;
}

/*======================================
 12. Home-style-9
 =======================================*/
/* 12.1 wpo-about-section-s2 */
.wpo-about-section-s2 {
  padding-bottom: 0;
  padding-top: 80px;
  margin-top: 0;
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1700px) {
  .wpo-about-section-s2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1399px) {
  .wpo-about-section-s2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wpo-about-section-s2 .wpo-about-wrap {
  position: relative;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-about-section-s2 .wpo-about-wrap .row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img {
  position: relative;
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-img img {
  width: 100%;
}

.wpo-about-section-s2 .wpo-about-wrap .about-right-img {
  text-align: right;
  padding-top: 230px;
  min-height: 100%;
}

@media (max-width: 1700px) {
  .wpo-about-section-s2 .wpo-about-wrap .about-right-img {
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .wpo-about-section-s2 .wpo-about-wrap .about-right-img {
    margin-top: 20px;
  }
}

.wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1700px) {
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 1399px) {
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-info h5 {
    font-size: 26px;
  }
}

@media (max-width: 1399px) {
  .wpo-about-section-s2 .wpo-about-wrap .wpo-about-text .about-sign img {
    max-width: 100px;
  }
}

/* 12.2 wpo-service-section-s2 */
.wpo-service-section-s2 {
  z-index: 11;
  position: relative;
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img {
  border-radius: 0;
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-img img {
  border-radius: 0;
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text {
  padding-bottom: 20px;
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 {
  margin-bottom: 0;
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a {
  color: #323232;
}

.wpo-service-section-s2 .wpo-service-wrap .wpo-service-item .wpo-service-text h3 a:hover {
  color: #D4B0A5;
}

/*======================================
 13. wpo-invitation-area
 =======================================*/
.back-btn {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #9db9cb;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  border-bottom-left-radius: 50px;
}

.back-btn:hover {
  background: #7395ab;
}

.back-btn i {
  font-size: 30px;
  color: #fff;
  line-height: unset;
  position: relative;
  right: -8px;
  top: -3px;
}

.invitation-header.style-2 .back-btn {
  right: auto;
  left: 0;
  top: 0;
  border-radius: 0;
  border-bottom-right-radius: 50px;
  background-color: #1e3d3e;
}

.invitation-header.style-2 .back-btn:hover {
  background: #163334;
}

.invitation-header.style-2 .back-btn i {
  position: relative;
  left: -8px;
  top: -3px;
}

/*11.1 wpo-invitation-area */
.wpo-invitation-area {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 575px) {
  .wpo-invitation-area {
    padding-top: 10px;
  }
}

.wpo-invitation-area .left-shape .shape,
.wpo-invitation-area .right-shape .shape {
  position: absolute;
  top: -15%;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}

@media (max-width: 1400px) {
  .wpo-invitation-area .left-shape .shape img,
  .wpo-invitation-area .right-shape .shape img {
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .wpo-invitation-area .left-shape .shape img,
  .wpo-invitation-area .right-shape .shape img {
    max-width: 70%;
  }
}

@media (max-width: 575px) {
  .wpo-invitation-area .left-shape .shape img,
  .wpo-invitation-area .right-shape .shape img {
    max-width: 70%;
  }
}

.wpo-invitation-area .left-shape .shape.s1,
.wpo-invitation-area .right-shape .shape.s1 {
  left: 40px;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.wpo-invitation-area .left-shape .shape.s2,
.wpo-invitation-area .right-shape .shape.s2 {
  left: 140px;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, .5s;
}

.wpo-invitation-area .left-shape .shape.s3,
.wpo-invitation-area .right-shape .shape.s3 {
  left: 0;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.wpo-invitation-area .left-shape .shape.s4,
.wpo-invitation-area .right-shape .shape.s4 {
  left: 250px;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.wpo-invitation-area .left-shape .shape.s5,
.wpo-invitation-area .right-shape .shape.s5 {
  left: 40px;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.wpo-invitation-area .left-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
}

.wpo-invitation-area .right-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
}

.wpo-invitation-area .right-shape .shape.s1 {
  left: auto;
  right: 40px;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}

.wpo-invitation-area .right-shape .shape.s2 {
  left: auto;
  right: 140px;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, .5s;
}

.wpo-invitation-area .right-shape .shape.s3 {
  left: auto;
  right: 0;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}

.wpo-invitation-area .right-shape .shape.s4 {
  left: auto;
  right: 250px;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}

.wpo-invitation-area .right-shape .shape.s5 {
  left: auto;
  right: 40px;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}

.wpo-invitation-area .wpo-invitation-wrap {
  background: #fff;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .wpo-invitation-area .wpo-invitation-wrap {
    max-width: 1000px;
  }
}

@media (max-width: 1199px) {
  .wpo-invitation-area .wpo-invitation-wrap {
    max-width: 900px;
  }
}

@media (max-width: 991px) {
  .wpo-invitation-area .wpo-invitation-wrap {
    padding: 30px;
    max-width: 800px;
  }
}

@media (max-width: 575px) {
  .wpo-invitation-area .wpo-invitation-wrap {
    padding: 10px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic {
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06);
          box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06);
  background: #fff;
  border-radius: 320px;
  margin-bottom: 80px;
}

@media (max-width: 370px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic {
    padding: 10px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape {
  position: absolute;
  left: -80px;
  top: -30px;
}

@media (max-width: 600px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape {
    left: 0;
    top: -50px;
  }
}

@media (max-width: 450px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape {
    left: -25px;
    top: -55px;
  }
}

@media (max-width: 600px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape img {
    max-width: 200px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape2 {
  position: absolute;
  right: -220px;
  bottom: -175px;
}

@media (max-width: 600px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape2 {
    right: -100px;
    bottom: -130px;
  }
}

@media (max-width: 600px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape2 img {
    max-width: 500px;
  }
}

@media (max-width: 450px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .shape2 img {
    max-width: 365px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .middle-couple-pic-inner {
  border-radius: 320px;
  overflow: hidden;
}

.wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic .middle-couple-pic-inner img {
  width: 100%;
  height: 100%;
  border-radius: 320px;
  -webkit-animation: kenburn 20s 1.2s alternate infinite;
  -animation: kenburn 20s 1.2s alternate infinite;
}

@media (max-width: 991px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic {
    margin-bottom: 90px;
  }
}

@media (max-width: 370px) {
  .wpo-invitation-area .wpo-invitation-wrap .middle-couple-pic {
    margin-bottom: 60px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .hero-text {
  text-align: center;
  padding-right: 0px;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text {
    padding-right: 0;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .hero-text h2 {
  color: #515A44;
  text-align: center;
  font-size: 70px;
  line-height: 110px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text h2 {
    font-size: 52px;
    margin-bottom: 30px;
    line-height: 85px;
  }
}

@media (max-width: 1100px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text h2 {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 75px;
  }
}

@media (max-width: 600px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text h2 {
    font-size: 40px;
    line-height: 55px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .hero-text span {
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

@media (max-width: 1199px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text span {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text span {
    font-size: 18px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .hero-text p {
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #87748F;
  margin-bottom: 0;
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text p {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text p {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-invitation-area .wpo-invitation-wrap .hero-text p {
    font-size: 30px;
    margin-top: 20px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap {
  max-width: 950.998px;
  margin: 0 auto;
  padding-top: 70px;
}

@media (max-width: 575px) {
  .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap {
    padding-top: 35px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box {
  width: 180px;
  height: 180px;
  background: #EDEBFF;
}

@media (max-width: 1199px) {
  .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box {
    width: 110px;
    height: 110px;
    margin: 0 10px;
  }
}

@media (max-width: 600px) {
  .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box {
    margin-bottom: 20px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box:after {
  border-color: #524FAA;
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box:before {
  background: url(../images/wedding-date/7.svg) no-repeat center center;
  left: auto;
  right: -50px;
  bottom: -65px;
}

@media (max-width: 1199px) {
  .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box:before {
    display: none;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box:nth-child(even):before {
  background: url(../images/wedding-date/8.svg) no-repeat center center;
  left: auto;
  right: -65px;
}

.wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box .time {
  font-size: 60px;
  line-height: 80px;
  color: #657150;
}

@media (max-width: 1199px) {
  .wpo-invitation-area .wpo-invitation-wrap .wedding-date-wrap #clock .box .time {
    font-size: 40px;
    line-height: 60px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text h2 {
  padding: 10px 0;
  background: #515A44;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 757px) {
  .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text h2 {
    font-size: 25px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul {
  list-style: none;
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 991px) {
  .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul {
    margin-top: 40px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li {
    font-size: 18px;
    line-height: 40px;
  }
}

@media (max-width: 370px) {
  .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li:last-child {
  margin-bottom: 0;
}

.wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li a {
  color: #473F92;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li a {
    font-size: 18px;
  }
}

@media (max-width: 370px) {
  .wpo-invitation-area .wpo-invitation-wrap .wpo-event-text ul li a {
    font-size: 16px;
  }
}

/*======================================
 12. wpo-invitation-area-s2
 =======================================*/
.wpo-invitation-area-s2,
.wpo-coming-soon-area {
  height: 100vh;
  min-height: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-invitation-area-s2,
  .wpo-coming-soon-area {
    padding: 30px 0;
    min-height: 600px;
    padding-top: 145px;
  }
}

@media (max-width: 767px) {
  .wpo-invitation-area-s2 .container,
  .wpo-coming-soon-area .container {
    max-width: 100%;
  }
}

.wpo-invitation-area-s2 .hero-inner .row,
.wpo-coming-soon-area .hero-inner .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-invitation-area-s2 .wpo-event-wrap,
.wpo-coming-soon-area .wpo-event-wrap {
  max-width: 600px;
  margin-left: auto;
  position: relative;
  background: url(../images/slider/invite-bg.png);
  overflow: hidden;
  padding: 15px;
  z-index: 1;
}

@media (max-width: 991px) {
  .wpo-invitation-area-s2 .wpo-event-wrap,
  .wpo-coming-soon-area .wpo-event-wrap {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-event-wrap,
  .wpo-coming-soon-area .wpo-event-wrap {
    padding: 20px;
  }
}

@media (max-width: 450px) {
  .wpo-invitation-area-s2 .wpo-event-wrap,
  .wpo-coming-soon-area .wpo-event-wrap {
    padding: 10px;
  }
}

.wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-1,
.wpo-coming-soon-area .wpo-event-wrap .frame-shape-1 {
  position: absolute;
  left: -50px;
  bottom: -100px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-1,
  .wpo-coming-soon-area .wpo-event-wrap .frame-shape-1 {
    left: -50px;
    bottom: -100px;
  }
}

@media (max-width: 575px) {
  .wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-1,
  .wpo-coming-soon-area .wpo-event-wrap .frame-shape-1 {
    max-width: 240px;
    bottom: -30px;
    left: -30px;
  }
}

.wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-2,
.wpo-coming-soon-area .wpo-event-wrap .frame-shape-2 {
  position: absolute;
  right: -50px;
  top: -100px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-2,
  .wpo-coming-soon-area .wpo-event-wrap .frame-shape-2 {
    right: -50px;
    top: -100px;
  }
}

@media (max-width: 575px) {
  .wpo-invitation-area-s2 .wpo-event-wrap .frame-shape-2,
  .wpo-coming-soon-area .wpo-event-wrap .frame-shape-2 {
    max-width: 240px;
    top: -30px;
    right: -30px;
  }
}

.wpo-invitation-area-s2 .wpo-event-item,
.wpo-coming-soon-area .wpo-event-item {
  padding: 120px 30px 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  background-size: contain;
  border: 1px solid #a9c49b;
}

@media (max-width: 575px) {
  .wpo-invitation-area-s2 .wpo-event-item,
  .wpo-coming-soon-area .wpo-event-item {
    width: 100%;
    padding: 80px 30px 80px;
  }
}

.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text {
  text-align: center;
}

.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text h2,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text h2,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text h2,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text h2,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text h2 {
    font-size: 30px;
  }
}

.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text p,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
  color: #707070;
}

@media (max-width: 991px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text p,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
    font-size: 22px;
    line-height: 33px;
  }
}

@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text p,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text p,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul {
  list-style: none;
  max-width: 416px;
  margin: auto;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul {
    margin-top: 40px;
  }
}

.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  margin-left: 0;
  float: none;
  color: #707070;
}

@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

@media (max-width: 450px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li {
    margin-bottom: 2px;
  }
}

.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li:last-child,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li:last-child {
  margin-bottom: 0;
}

.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li a,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li a {
  font-weight: 500;
  color: #B5A2BD;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li a,
  .wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li a {
    margin-top: 10px;
  }
}

.wpo-invitation-area-s2 .wpo-event-item .wpo-event-text ul li a:before,
.wpo-coming-soon-area .wpo-event-item .wpo-event-text ul li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #B5A2BD;
}

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes snowflakes-fall {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}

@keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*=====================================================
14. wpo-shop-home
======================================================*/
/* 14.1 wpo-category-section */
.wpo-category-section .category-grids {
  max-width: 1520px;
  margin: 0 auto;
}

.wpo-category-section .category-grids .grid {
  text-align: center;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 991px) {
  .wpo-category-section .category-grids .grid {
    height: 120px;
  }
}

.wpo-category-section .category-grids .grid span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
}

.wpo-category-section .category-grids .grid img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
}

.wpo-category-section .category-grids .owl-nav {
  display: none;
}

/* 14.2 wpo-category-section-s2 */
.wpo-category-section-s2 {
  padding-left: 60px;
  padding-right: 60px;
}

@media (max-width: 1700px) {
  .wpo-category-section-s2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1399px) {
  .wpo-category-section-s2 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wpo-category-section-s2 .wpo-category-item {
  position: relative;
}

@media (max-width: 767px) {
  .wpo-category-section-s2 .wpo-category-item {
    margin-bottom: 30px;
  }
}

.wpo-category-section-s2 .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-s2 .wpo-category-item .wpo-category-text {
    padding: 20px;
  }
}

.wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 {
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 1199px) {
  .wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

.wpo-category-section-s2 .wpo-category-item .wpo-category-text h3 a {
  color: #fff;
}

.wpo-category-section-s2 .wpo-category-item .wpo-category-text p {
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-category-section-s2 .wpo-category-item .wpo-category-text p {
    font-size: 16px;
  }
}

/*=====================================================
15. shop-home-2
======================================================*/
/* 15.1 wpo-category-section-s3 */
.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item {
  margin-bottom: 30px;
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  background: #FFF;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  max-width: 375px;
  margin: 0 auto;
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-img .wpo-category-img-inner {
  overflow: hidden;
  border-radius: 50%;
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-img .wpo-category-img-inner img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-img img {
  border-radius: 50%;
  width: 100%;
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item:hover .wpo-category-img .wpo-category-img-inner img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-text {
  text-align: center;
  margin-top: 30px;
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-text a {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #242424;
}

@media (max-width: 1399px) {
  .wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-text a {
    font-size: 25px;
  }
}

.wpo-category-section-s3 .wpo-category-wrap .wpo-category-item .wpo-category-text a:hover {
  color: #B5A2BD;
}

/*15.2 wpo-offer-banner-section*/
.wpo-offer-banner-section {
  background: url(../images/offer.jpg) no-repeat center center;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-left: 150px;
}

@media (max-width: 1399px) {
  .wpo-offer-banner-section {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .wpo-offer-banner-section {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .wpo-offer-banner-section {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .wpo-offer-banner-section {
    height: 400px;
  }
}

.wpo-offer-banner-section .offer-banner-text {
  padding: 20px;
  background: #fff;
  max-width: 820px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  border: 1px solid #D4B0A5;
}

.wpo-offer-banner-section .offer-banner-text .frame-shape-1 {
  position: absolute;
  left: -70px;
  bottom: -85px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-offer-banner-section .offer-banner-text .frame-shape-1 {
    left: -50px;
    bottom: -100px;
  }
}

@media (max-width: 575px) {
  .wpo-offer-banner-section .offer-banner-text .frame-shape-1 {
    max-width: 240px;
    bottom: -30px;
    left: -30px;
  }
}

.wpo-offer-banner-section .offer-banner-text .frame-shape-2 {
  position: absolute;
  right: -70px;
  top: -85px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-offer-banner-section .offer-banner-text .frame-shape-2 {
    right: -50px;
    top: -100px;
  }
}

@media (max-width: 575px) {
  .wpo-offer-banner-section .offer-banner-text .frame-shape-2 {
    max-width: 240px;
    top: -30px;
    right: -30px;
  }
}

@media (max-width: 575px) {
  .wpo-offer-banner-section .offer-banner-text {
    padding: 10px;
    text-align: center;
  }
}

.wpo-offer-banner-section .offer-banner-text .offer-banner-text-inner {
  padding: 80px;
  border: 1px solid #D4B0A5;
}

@media (max-width: 991px) {
  .wpo-offer-banner-section .offer-banner-text .offer-banner-text-inner {
    padding: 40px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .wpo-offer-banner-section .offer-banner-text .offer-banner-text-inner {
    padding: 50px 20px;
    text-align: center;
  }
}

.wpo-offer-banner-section .offer-banner-text span {
  font-weight: 400;
  font-size: 25px;
  line-height: 51px;
  color: #D4B0A5;
}

@media (max-width: 991px) {
  .wpo-offer-banner-section .offer-banner-text span {
    font-size: 25px;
    line-height: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-offer-banner-section .offer-banner-text span {
    font-size: 18px;
    line-height: 25px;
  }
}

.wpo-offer-banner-section .offer-banner-text h2 {
  font-weight: 400;
  font-size: 50px;
  line-height: 116px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .wpo-offer-banner-section .offer-banner-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .wpo-offer-banner-section .offer-banner-text h2 {
    font-size: 50px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .wpo-offer-banner-section .offer-banner-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-offer-banner-section .offer-banner-text h2 {
    font-size: 30px;
    line-height: 42px;
  }
}

.wpo-offer-banner-section .offer-banner-text .theme-btn, .wpo-offer-banner-section .offer-banner-text .view-cart-btn {
  background-color: #D4B0A5;
}

.wpo-offer-banner-section .offer-banner-text .theme-btn:hover, .wpo-offer-banner-section .offer-banner-text .view-cart-btn:hover {
  background-color: #c79889;
}

/*=====================================================
16. rtl-page
======================================================*/
.rtl-page {
  font-family: 'Noto Kufi Arabic', sans-serif;
  font-size: 16px;
  /* 17.1 wpo-couple-section-s6 */
  /* 17.1 wpo-story-section-s7 */
  /* 17.1 wpo-contact-section-s8 */
  /* 17.4 wpo-event-section-s4  */
  /* 17.4 wpo-blog-section-s3  */
}

.rtl-page h1,
.rtl-page h2,
.rtl-page h3,
.rtl-page h4,
.rtl-page h5,
.rtl-page h6 {
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl-page p {
  font-size: 16px;
}

.rtl-page ul {
  padding-right: 0;
}

.rtl-page .wpo-section-title h4 {
  color: #C8A898;
}

.rtl-page .wpo-site-header #navbar > ul .sub-menu {
  left: auto;
  right: 0;
}

@media (max-width: 450px) {
  .rtl-page .wpo-site-header .header-right {
    right: auto;
    left: -30px;
  }
}

@media (max-width: 991px) {
  .rtl-page .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    right: auto;
    left: 30px;
    content: "\e64a";
  }
}

@media (max-width: 991px) {
  .rtl-page .wpo-site-header #navbar {
    left: auto;
    right: -320px;
  }
  .rtl-page .wpo-site-header #navbar.slideInn {
    left: auto;
    right: 0;
  }
}

.rtl-page .wpo-site-header .header-right > div {
  margin-right: 0;
  margin-left: 10px;
}

.rtl-page .wpo-site-header .header-right > div:last-child {
  margin: 0 10px 0 0px;
}

.rtl-page .cart-search-contact .header-search-form {
  right: auto;
  left: 0;
}

.rtl-page .cart-search-contact form div button {
  right: auto;
  left: 10px;
}

.rtl-page .wpo-site-header .header-right .header-search-content-toggle {
  right: auto;
  left: 0;
}

.rtl-page .mini-cart-content {
  right: auto;
  left: -320px;
}

.rtl-page .mini-cart-content .mini-cart-item-image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}

.rtl-page .mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  right: auto;
  left: 0;
}

.rtl-page .mini-cart-content-toggle,
.rtl-page .mini-wislist-content-toggle {
  right: auto;
  left: 0;
}

@media screen and (min-width: 992px) {
  .rtl-page .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: auto;
    right: 120%;
  }
  .rtl-page .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    right: 110%;
  }
  .rtl-page .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children:before {
    right: auto;
    left: 15px;
    content: "\e64a";
  }
}

.rtl-page .wpo-couple-section-s6 .middle-love-pic {
  text-align: center;
}

@media (max-width: 450px) {
  .rtl-page .wpo-couple-section-s6 .middle-love-pic {
    margin: 30px 0;
  }
}

.rtl-page .wpo-couple-section-s6 .text-grid {
  text-align: right;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .rtl-page .wpo-couple-section-s6 .text-grid {
    margin-left: 0px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 450px) {
  .rtl-page .wpo-couple-section-s6 .text-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

.rtl-page .wpo-couple-section-s6 .text-grid .couple-text {
  max-width: 329px;
  padding-right: 30px;
}

@media (max-width: 450px) {
  .rtl-page .wpo-couple-section-s6 .text-grid .couple-text {
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.rtl-page .wpo-couple-section-s6 .text-grid p {
  font-size: 16px;
}

@media (max-width: 991px) {
  .rtl-page .wpo-couple-section-s6 .text-grid ul {
    padding-right: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 450px) {
  .rtl-page .wpo-couple-section-s6 .text-grid ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rtl-page .wpo-couple-section-s6 .text-grid ul > li + li {
  margin-right: 25px;
  margin-left: 0;
}

.rtl-page .wpo-couple-section-s6 .text-grid h3 {
  font-family: 'Noto Kufi Arabic', sans-serif;
  margin-top: 0px;
}

@media (max-width: 991px) {
  .rtl-page .wpo-couple-section-s6 .text-grid h3 {
    margin-top: 0;
  }
}

.rtl-page .wpo-couple-section-s6 .text-grid.bride .couple-text {
  text-align: left;
  padding-right: 0;
  padding-left: 30px;
}

@media (max-width: 450px) {
  .rtl-page .wpo-couple-section-s6 .text-grid.bride .couple-text {
    text-align: center;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .rtl-page .wpo-couple-section-s6 .text-grid.bride .couple-text ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 450px) {
  .rtl-page .wpo-couple-section-s6 .text-grid.bride .couple-text ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.rtl-page .wpo-couple-section-s6 .col:nth-child(3) .text-grid {
  text-align: right;
  margin: 0;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .rtl-page .wpo-couple-section-s6 .col:nth-child(3) .text-grid {
    text-align: center;
    margin: 0 auto;
  }
}

.rtl-page .wpo-couple-section-s6 .col:nth-child(3) .text-grid ul {
  padding-right: 0;
}

.rtl-page .wpo-story-section-s7 .wpo-story-wrap {
  max-width: 1520px;
  margin: 0 auto;
}

.rtl-page .wpo-story-section-s7 .wpo-story-item {
  max-width: 440px;
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .wpo-story-content {
  max-width: 382px;
  margin: 0 auto;
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .wpo-story-content span {
  display: block;
  margin-bottom: 20px;
  color: #C8A898;
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .wpo-story-content p {
  margin-bottom: 0;
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .wpo-story-content h2 {
  margin-bottom: 20px;
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .story-img-wrap {
  border-radius: 50%;
}

.rtl-page .wpo-story-section-s7 .wpo-story-item .story-img-wrap .wpo-story-img {
  border-radius: 50%;
}

.rtl-page .wpo-contact-section-s6.s2 {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .rtl-page .wpo-contact-section-s6.s2 {
    padding: 0;
  }
}

.rtl-page .wpo-contact-section-s6.s2 .contact-wrap {
  padding-top: 60px;
  padding-bottom: 140px;
}

@media (max-width: 991px) {
  .rtl-page .wpo-contact-section-s6.s2 .contact-wrap {
    padding: 0;
  }
}

.rtl-page .wpo-contact-section-s6.s2 .contact-wrap .shape-1 {
  top: -40px;
  z-index: 11;
}

.rtl-page .wpo-contact-section-s6.s2 .contact-wrap .shape-2 {
  left: 18px;
  bottom: -65px;
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
  background: none;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area {
  background-color: #D4B0A5;
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .wpo-section-title h2 {
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
  border-color: #edd6cf;
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons {
  position: relative;
  overflow: hidden;
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons input {
  left: auto;
  right: -800px;
}

.rtl-page .wpo-contact-section-s6.s2 .wpo-contact-section-wrapper .wpo-contact-form-area .radio-buttons p + p {
  margin-right: 30px;
  margin-left: 0;
}

.rtl-page .wpo-event-section-s4 {
  padding-bottom: 90px;
  padding-top: 50px;
}

@media (max-width: 991px) {
  .rtl-page .wpo-event-section-s4 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .rtl-page .wpo-event-section-s4 {
    padding-bottom: 70px;
  }
}

.rtl-page .wpo-event-section-s4 .wpo-event-item {
  text-align: center;
  max-width: 408px;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-img {
  max-width: 340px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 50%;
  background: #F1F3EE;
  margin-bottom: 30px;
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-img .wpo-event-img-inner {
  overflow: hidden;
  border-radius: 50%;
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-img .wpo-event-img-inner img {
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rtl-page .wpo-event-section-s4 .wpo-event-item:hover .wpo-event-img .wpo-event-img-inner img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text {
  padding-bottom: 40px;
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text h2 {
  padding: 10px 0;
  background: #C8A898;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

@media (max-width: 757px) {
  .rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text h2 {
    font-size: 25px;
  }
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul {
  list-style: none;
  max-width: 245px;
  margin: 0 auto;
  margin-top: 40px;
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.2%;
  margin-bottom: 20px;
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li:last-child {
  margin-bottom: 0;
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li a {
  color: #C8A898;
  position: relative;
  display: inline-block;
  margin-top: 10px;
  font-size: 18px;
  text-transform: capitalize;
}

.rtl-page .wpo-event-section-s4 .wpo-event-item .wpo-event-text ul li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #C8A898;
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 {
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  padding-right: 0;
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content h2 a:hover {
  color: #C8A898;
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li a:hover {
  color: #C8A898;
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li:first-child {
  padding-right: 0;
  padding-left: 30px;
}

.rtl-page .wpo-blog-section-s3 .wpo-blog-item .wpo-blog-content ul li:first-child:before {
  right: auto;
  left: 10px;
}

.rtl-page .navbar-header .navbar-brand {
  font-family: 'Noto Kufi Arabic', sans-serif;
  color: #C8A898;
}

.rtl-page .wpo-site-header #navbar > ul > li > a:hover {
  color: #C8A898;
}

.rtl-page .mini-cart .cart-count {
  background-color: #C8A898;
}

.rtl-page .mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #C8A898;
}

.rtl-page .wpo-site-header #navbar > ul > li .sub-menu a:hover,
.rtl-page .wpo-site-header #navbar > ul > li a.active,
.rtl-page .wpo-site-header #navbar > ul > li .sub-menu a.active {
  color: #C8A898;
}

.rtl-page .wpo-site-header #navbar > ul > li .sub-menu a:after {
  background-color: #C8A898;
}

.rtl-page .view-cart-btn {
  background-color: #C8A898;
}

.rtl-page .view-cart-btn.s1 {
  background: rgba(200, 168, 152, 0.2);
}

.rtl-page .wpo-site-footer-s4 {
  background-color: #CBA195;
}

.rtl-page .wpo-site-footer-s4 .wpo-lower-footer {
  background-color: #CBA195;
  border-color: #ddaea1;
}

.rtl-page .wpo-site-footer-s4 .about-widget ul li {
  margin: 0 10px;
}

.rtl-page .widget-title h3 {
  font-family: 'Noto Kufi Arabic', sans-serif;
}

.rtl-page .link-widget .link-wrap ul + ul {
  margin-right: 50px;
}

.rtl-page .wpo-service-link-widget {
  text-align: left;
}

/*=====================================================
17. wpo-service-single
======================================================*/
@media (min-width: 1440px) {
  .wpo-service-details-area .container {
    max-width: 1320px;
  }
}

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

.accordion-button {
  font-size: 18px;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #242424;
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.accordion-item {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  margin-bottom: 30px;
  border: 0;
}

.accordion-item h3 {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

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

.accordion-collapse p {
  font-size: 15px;
}

.theme-accordion-s1 .panel-default {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.theme-accordion-s1 .panel-heading {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.theme-accordion-s1 .panel + .panel {
  margin-top: 15px;
}

.theme-accordion-s1 .panel-heading a {
  background: #999;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  padding: 18px 25px;
  position: relative;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 25px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading a {
    padding: 12px 15px;
  }
}

.theme-accordion-s1 .panel-heading a:before {
  font-family: "themify";
  content: "\e64b";
  font-size: 15px;
  font-size: 0.9375rem;
  position: absolute;
  right: 25px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading a:before {
    font-size: 18px;
    font-size: 1.125rem;
    right: 20px;
  }
}

.theme-accordion-s1 .panel-heading a:focus {
  text-decoration: none;
}

.theme-accordion-s1 .panel-heading .collapsed {
  background-color: #fff;
  color: #242f6c;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

.theme-accordion-s1 .panel-heading .collapsed:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
  background-color: #fff;
  border: 0;
  padding: 40px 25px 15px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 20px 25px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .all-wpo-services {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body {
    padding: 15px 15px 8px;
  }
}

.theme-accordion-s1 .panel-heading + .panel-collapse > .panel-body p {
  margin-bottom: 1.3em;
}

.wpo-minimal-wrap {
  position: relative;
  margin-bottom: 50px;
}

.wpo-minimal-wrap .minimals-img img {
  width: 100%;
}

.minimals-img img {
  width: 100%;
}

.wpo-minimal-wrap .video-holder {
  position: relative;
  text-align: center;
}

.wpo-minimal-wrap .video-holder:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(10, 67, 149, 0.51);
}

.wpo-minimal-wrap .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 83px;
  height: 83px;
  border-radius: 83px;
  display: inline-block;
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  z-index: 9;
}

.wpo-minimal-wrap .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #242424;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpo-minimal-wrap .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
}

.wpo-minimal-wrap .video-holder a,
.video-holder a {
  background-color: #fff;
  -webkit-animation: spineerb 2s infinite;
  animation: spineerb 2s infinite;
}

@-webkit-keyframes spineerb {
  0% {
    -webkit-box-shadow: 0 0 0 0 #a9a5f8;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

@keyframes spineerb {
  0% {
    -webkit-box-shadow: 0 0 0 0 #a9a5f8;
    box-shadow: 0 0 0 0 #a9a5f8;
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

.wpo-service-details-text {
  text-align: center;
  padding: 40px;
  background: #CAA6C7;
}

.wpo-service-details-text-3 {
  text-align: center;
  padding: 40px;
  background: #c096bd;
}

.wpo-service-details-list .col {
  padding: 0;
}

.wpo-service-details-list .row {
  margin: 0 0px;
}

.wpo-service-details-text h2,
.wpo-service-details-text-3 h2 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 0;
}

.wpo-service-details-text span,
.wpo-service-details-text-3 span {
  font-size: 16px;
  color: #fafafa;
  display: block;
  margin-bottom: 10px;
}

.wpo-p-details-section {
  margin-top: 50px;
}

.wpo-p-details-section ul {
  list-style: none;
}

.wpo-p-details-section h5 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
}

.wpo-p-details-section .process-wrap {
  margin-top: 50px;
}

.wpo-p-details-section .process-wrap .process-item {
  margin-bottom: 30px;
  padding: 26px;
  border: 1px solid #ebebeb;
}

.wpo-p-details-section .process-wrap .process-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}

.wpo-p-details-section .process-wrap .process-item p {
  font-size: 15px;
}

.wpo-p-details-section .process-wrap .process-item .process-icon {
  margin-bottom: 10px;
}

.wpo-p-details-section .process-wrap .process-item .process-icon .fi:before {
  font-size: 45px;
  color: #B5A2BD;
}

.wpo-p-details-section p {
  margin-bottom: 30px;
  font-size: 16px;
}

.wpo-p-details-section p:nth-child(2) {
  margin-bottom: 20px;
}

.wpo-p-details-quote {
  padding: 40px;
  background: #B5A2BD;
  margin-top: 30px;
  padding-left: 80px;
  position: relative;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.wpo-p-details-quote:before {
  font-family: "Flaticon";
  content: "\f109";
  font-size: 40px;
  color: #fafafa;
  margin-left: 0;
  position: absolute;
  left: 5%;
  top: 22%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpo-p-details-img {
  margin-bottom: 30px;
}

.wpo-p-details-img img {
  width: 100%;
}

.wpo-p-details-quote p {
  color: #fff;
  margin-bottom: 20px;
}

.wpo-p-details-quote span {
  color: #fddada;
  text-decoration: underline;
}

.wpo-faq-section {
  padding-top: 60px;
}

.wpo-faq-section h4 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}

.wpo-faq-section p {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .wpo-service-details-text h2,
  .wpo-service-details-text-3 h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .wpo-service-details-text h2,
  .wpo-service-details-text-3 h2 {
    margin-bottom: 30px;
  }
  .wpo-service-details-text-3 {
    border: none;
  }
  .wpo-service-details-list {
    padding-bottom: 10px;
    background: #242424;
  }
}

@media (max-width: 530px) {
  .wpo-p-details-quote:before {
    left: 12%;
    top: 17%;
  }
}

/*=======================================================
8. wpo-service-single-section
========================================================*/
.wpo-service-sidebar .all-wpo-services {
  background-color: #f8f8f8;
  padding: 60px 30px;
}

.wpo-service-sidebar .all-wpo-services ul {
  list-style: none;
}

.wpo-service-sidebar .widget h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 0 0 1em;
  padding-bottom: 17px;
  text-transform: capitalize;
  position: relative;
}

.wpo-service-sidebar .widget h3:before {
  content: "";
  background-color: #B5A2BD;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.wpo-service-sidebar .widget h3:after {
  content: "";
  background-color: #e4e1e1;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.wpo-service-sidebar .all-wpo-services ul a {
  margin-top: 15px;
  padding-bottom: 15px;
  display: block;
  border-bottom: 1px solid #e1e1e1;
  color: #666;
}

.wpo-service-sidebar .all-wpo-services ul a:hover,
.wpo-service-sidebar .all-wpo-services ul li.current a {
  color: #B5A2BD;
}

.wpo-service-sidebar .all-wpo-services ul > li:last-child a {
  border: 0;
  padding: 0;
}

.wpo-service-sidebar > .widget + .widget {
  margin-top: 55px;
}

.wpo-service-sidebar .contact-widget {
  background: #242424;
  padding: 60px 15px;
  text-align: center;
  position: relative;
}

.wpo-service-sidebar .contact-widget h5 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  color: #dad9d9;
  margin: 0;
  margin-bottom: 30px;
}

.wpo-service-sidebar .contact-widget h4 {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0.5em 0 0;
  color: #fff;
}

.wpo-p-details-section h4 {
  font-size: 40px;
  color: #121127;
  margin-bottom: 30px;
}

.wpo-p-details-section p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wpo-service-sidebar {
    margin-bottom: 40px;
  }
}

@media (max-width: 530px) {
  .wpo-service-sidebar .contact-widget h4 {
    font-size: 25px;
  }
  .wpo-service-sidebar .contact-widget h5 {
    font-size: 16px;
  }
  .wpo-p-details-section h4 {
    font-size: 35px;
  }
}

.wpo-minimal-img img {
  width: 100%;
}

.wpo-portfolio-section-s3.tb-padding {
  padding: 120px 0 110px;
}

@media (max-width: 991px) {
  .wpo-portfolio-section-s3.tb-padding {
    padding: 90px 0 80px;
  }
}

@media (max-width: 767px) {
  .wpo-portfolio-section-s3.tb-padding {
    padding: 70px 0 60px;
  }
}

/*--------------------------------------------------------------
18. coming-soon-section
--------------------------------------------------------------*/
@media (max-width: 575px) {
  .wpo-coming-soon-area {
    min-height: 720px;
  }
}

.wpo-coming-soon-area:before {
  display: none;
}

.wpo-coming-soon-area .wpo-event-wrap {
  max-width: 600px;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: relative;
  margin: 0;
  background: url(../images/slider/invite-bg.png);
}

@media (max-width: 575px) {
  .wpo-coming-soon-area .wpo-event-wrap .wpo-event-item {
    padding: 40px 15px 40px;
  }
}

.wpo-coming-soon-area .coming-soon-section .wpo-event-item {
  padding: 0;
}

@media (max-width: 575px) {
  .wpo-coming-soon-area .coming-soon-section .wpo-event-item {
    padding: 40px 15px 40px;
  }
}

.wpo-coming-soon-area .coming-soon-section .wpo-wedding-date {
  text-align: center;
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 50px;
}

@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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      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: "monallesia";
  font-size: 60px;
  font-size: 4rem;
  line-height: 1em;
  padding-top: 15px;
  color: #B5A2BD;
}

@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: 3.33333rem;
  }
}

@media (max-width: 1100px) {
  .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.66667rem;
  }
}

@media (max-width: 991px) {
  .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: 3.33333rem;
  }
}

@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: 35px;
    font-size: 2.33333rem;
  }
}

.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: #707070;
  font-size: 20px;
}

@media (max-width: 991px) {
  .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: 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 h2 {
  font-size: 48px;
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text h2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  .wpo-coming-soon-area .coming-soon-section .coming-soon-text h2 {
    font-size: 30px;
  }
}

.wpo-coming-soon-area .coming-soon-section .coming-soon-text p {
  margin-bottom: 0;
}

.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;
  -webkit-box-shadow: 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: #CAA6C7;
  border: none;
  color: #fff;
  width: 100%;
  font-size: 16px;
}

/*--------------------------------------------------------------
19. wpo-shop-page
--------------------------------------------------------------*/
.wpo-shop-page .wpo-product-section {
  padding: 0;
  padding-left: 30px;
  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: 18px;
  }
}

.wpo-shop-page .sorting-section {
  padding-bottom: 20px;
}

.wpo-shop-page .sorting-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wpo-shop-page .sorting-section ul li {
  margin: 10px 0;
}

.wpo-shop-page .sorting-section .nice-select ul {
  display: block;
}

/*--------------------------------------------------------------
20. wpo-shop-single-page
--------------------------------------------------------------*/
.wpo-shop-single-section {
  /*** product slider ***/
  /*** product info ***/
}

@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;
  -webkit-transform: translateY(-50%);
  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: 14px;
  cursor: pointer;
}

.wpo-shop-single-section .shop-single-slider .slider-nav .slick-slide img {
  display: inline-block;
}

.wpo-shop-single-section .product-details {
  padding: 15px 30px 80px;
  /*** product option ***/
}

@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 h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  line-height: 1.4em;
  margin: 0 0 0.43em;
  font-weight: 400;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.wpo-shop-single-section .product-details .price {
  font-size: 25px;
  font-size: 1.66667rem;
  color: #B5A2BD;
  margin: 7px 0 20px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-shop-single-section .product-details .price .old {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #a3a3a3;
  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.33333rem;
  }
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .price .old {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.wpo-shop-single-section .product-details .product-rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.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 p {
  margin-bottom: 1.3em;
}

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

.wpo-shop-single-section .product-details ul li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #B5A2BD;
  content: "";
  border-radius: 50%;
}

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

.wpo-shop-single-section .product-details .tg-btm p span {
  font-weight: 700;
  color: #242424;
  margin-right: 5px;
}

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

.wpo-shop-single-section .product-details .product-option .product-row > div + div .theme-btn, .wpo-shop-single-section .product-details .product-option .product-row > div + div .view-cart-btn {
  border-radius: 0;
  border-width: 1px;
  height: 40px;
  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, .wpo-shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn:hover {
  background: #B5A2BD;
  border-color: #B5A2BD;
  color: #fff;
}

.wpo-shop-single-section .product-details .product-option .theme-btn, .wpo-shop-single-section .product-details .product-option .view-cart-btn {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  font-size: 0.93333rem;
  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, .wpo-shop-single-section .product-details .product-option .view-cart-btn:hover {
  background-color: #B5A2BD;
  color: #fff;
  border-color: #B5A2BD;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-details .product-option .theme-btn, .wpo-shop-single-section .product-details .product-option .view-cart-btn {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.wpo-shop-single-section .product-details .product-option .theme-btn:before, .wpo-shop-single-section .product-details .product-option .view-cart-btn:before {
  display: none;
}

.wpo-shop-single-section .product-details .product-option .heart-btn i {
  font-size: 15px;
  font-size: 1rem;
}

.wpo-shop-single-section .product-details .product-option .product-row > div:last-child .theme-btn, .wpo-shop-single-section .product-details .product-option .product-row > div:last-child .view-cart-btn {
  background-color: #fff;
  font-size: 18px;
  font-size: 1.2rem;
  color: #707070;
  border: 1px solid #e6e6e6;
}

.wpo-shop-single-section .product-details #product-count {
  border-radius: 0;
  border: 1px solid #e6e6e6;
}

.wpo-shop-single-section .product-details #product-count:focus {
  -webkit-box-shadow: none;
          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: #e6e6e6;
  display: block;
  padding: 1px 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: #B5A2BD;
  color: #fff;
}

.wpo-shop-single-section .product-info {
  margin-top: 75px;
  /*** tabs ***/
  /*** client rv ***/
  /*** review form ***/
}

@media (max-width: 991px) {
  .wpo-shop-single-section .product-info {
    margin-top: 40px;
  }
}

.wpo-shop-single-section .product-info h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 10px;
}

.wpo-shop-single-section .product-info p {
  margin-bottom: 1.3em;
}

.wpo-shop-single-section .product-info .tab-pane p:last-child {
  margin-bottom: 0;
}

.wpo-shop-single-section .product-info .nav-tabs {
  font-family: "monallesia";
  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: 15px;
  font-size: 1rem;
  color: #707070;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  padding: 12px 20px 11px;
  font-family: "Mulish", sans-serif;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs a {
    font-size: 14px;
    font-size: 0.93333rem;
    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: #B5A2BD;
  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: #B5A2BD;
}

.wpo-shop-single-section .product-info .tab-content {
  border-top: 1px solid rgba(181, 162, 189, 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 {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.93333rem;
}

@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.8rem;
    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: 0;
    margin: 4px 0 7px;
  }
}

.wpo-shop-single-section .product-info .client-rv .name-rating-time .time {
  float: right;
  color: #b3b3b3;
  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 .review-form {
  margin-top: 45px;
}

.wpo-shop-single-section .product-info .review-form h4 {
  font-size: 30px;
  font-weight: 400;
}

.wpo-shop-single-section .product-info .review-form p {
  margin-bottom: 1.73em;
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  border: 1px solid #efefef;
}

.wpo-shop-single-section .product-info .review-form form input:focus,
.wpo-shop-single-section .product-info .review-form form textarea:focus {
  -webkit-box-shadow: none;
          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 .product-info .review-form form .theme-btn-s4 {
  background-color: transparent;
  color: #908f8f;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-shop-single-section .product-info .review-form form .theme-btn-s4:hover {
  background-color: #B5A2BD;
  color: #fff;
}

@media screen and (min-width: 767px) {
  .wpo-shop-single-section .product-info .review-form form .theme-btn-s4 {
    font-size: 15px;
    font-size: 1rem;
    padding: 0 20px;
  }
}

.wpo-shop-single-section .slider-nav .slick-slide:focus {
  outline: none;
}

.rating-wrapper .theme-btn-s2 {
  background: #CAA6C7;
  color: #fff;
}

.rating-wrapper .theme-btn-s2:hover {
  background: #bf93bb;
}

/*===========================
21. wpo-cart-page-style
===========================*/
.cart-area .cart-wrapper {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
}

@media (max-width: 991px) {
  .cart-area .cart-wrapper table {
    width: 1022px;
  }
}

@media (max-width: 991px) {
  .cart-area .cart-wrapper form {
    overflow: scroll;
    overflow-y: hidden;
  }
}

.cart-area .cart-wrap td,
.cart-area .cart-wrap th {
  width: 10%;
  border-bottom: 1px solid #f0f0f094;
  text-align: center;
  font-weight: 400;
  color: #414141;
}

.cart-area .cart-wrap td ul,
.cart-area .cart-wrap th ul {
  list-style: none;
}

.cart-area .cart-wrap th {
  border-bottom: 1px solid #f0f0f094;
  padding: 40px 0;
}

.cart-area .cart-wrap thead {
  background: #fff;
  color: #505050;
  padding: 40px;
}

.cart-area .cart-area form {
  margin: auto;
  text-align: center;
  background: #fff;
}

.cart-area .cart-wrap .product {
  width: 15%;
}

.cart-area .cart-wrap .product ul {
  text-align: left;
  padding-left: 30px;
  list-style: none;
}

.cart-area .cart-wrap .product ul li {
  padding-bottom: 5px;
}

.cart-area .cart-wrap .product a {
  font-size: 16px;
  color: #a5a4a4;
}

.cart-area .cart-wrap .product-2 {
  text-align: left;
  padding-left: 55px;
}

.cart-area .cart-wrap .product a:hover {
  color: #B5A2BD;
}

.cart-area .cart-wrap th {
  height: 80px;
  font-weight: 600;
}

.cart-area .cart-wrap td {
  padding: 40px 25px;
}

.cart-area .cart-wrap td.action ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}

.cart-area .cart-wrap td.action ul .w-btn-view a {
  line-height: 45px;
}

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

.cart-area .cart-wrap td.Del span {
  color: #4ABA4E;
  border: 1.5px solid #4ABA4E;
}

.cart-area .cart-wrap td.can span {
  color: #D85656;
  border: 1.5px solid #D85656;
}

.cart-area .cart-wrap td.pro span {
  color: #691A5F;
  border: 1.5px solid #691A5F;
}

.cart-area .cart-wrap .name {
  width: 15%;
}

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

.cart-area .cart-wrap .action a .fi::before {
  font-size: 20px;
}

.cart-area .cart-wrap .action a:hover {
  background: #B5A2BD;
}

.cart-area .cart-wrap .action li.c-btn {
  margin-right: 10px;
}

.cart-area .cart-wrap .action li.c-btn a {
  background-color: #B5A2BD;
}

.cart-area .order-wrap {
  padding: 0;
}

.cart-area .cart-wrap tr:nth-child(even) {
  background: #FCFCFC;
}

.cart-area .cart-wrap .quantity {
  position: relative;
  max-width: 110px;
  margin: 0 auto;
}

.cart-area .quantity input {
  width: 105px;
  padding: 0px 35px;
  text-align: center;
  height: 36px;
  position: relative;
  background: #f2f2f5;
  border: none;
  border-radius: 40px;
}

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

.cart-area .cart-wrap .quantity .qtybutton {
  top: 50%;
  left: 5px;
  transform: translateY(-51%);
  -webkit-transform: translateY(-51%);
  -moz-transform: translateY(-51%);
}

.cart-area .cart-wrap .quantity .qtybutton.dec {
  border-left: none;
}

.cart-area .cart-wrap .quantity .qtybutton.inc {
  right: 5px;
  left: auto;
  border-right: none;
}

.cart-area .submit-btn-area {
  padding: 40px;
}

.cart-area .submit-btn-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
}

@media (max-width: 450px) {
  .cart-area .submit-btn-area ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cart-area .submit-btn-area ul li:last-child {
  margin-left: 20px;
}

@media (max-width: 450px) {
  .cart-area .submit-btn-area ul li:last-child {
    margin-left: 3px;
    margin-top: 5px;
  }
}

.cart-area .submit-btn-area button {
  padding: 17px 40px;
  border: none;
  background: #333;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  outline: none;
  border-radius: 40px;
}

.cart-area .submit-btn-area button:hover {
  background: #B5A2BD;
}

.cart-area .submit-btn-area .theme-btn-s4 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  line-height: 27px;
  border-radius: 40px;
}

.cart-area .submit-btn-area .theme-btn-s4:after {
  display: none;
}

.cart-area .cart-product-list ul {
  border-top: 1px solid #f0f0f094;
  padding-top: 20px;
  list-style: none;
}

.cart-area .cart-product-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
  padding-bottom: 30px;
}

.cart-area .cart-product-list ul li.cart-b {
  border-top: 1px solid #f0f0f094;
  border-bottom: 1px solid #f0f0f094;
  color: #B5A2BD;
  padding-top: 30px;
  font-weight: 600;
}

/*===============================
22. wpo-checkout-page-style
================================*/
.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;
}

.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.wpo-checkout-area .create-account button:hover {
  background: #B5A2BD;
}

.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: 18px;
  color: #0F0F0F;
  cursor: pointer;
  padding: 20px 20px;
  border-left: 4px solid #B5A2BD;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

@media (max-width: 767px) {
  .wpo-checkout-area .coupon label {
    font-size: 15px;
  }
}

.wpo-checkout-area .caupon-wrap {
  background: #fff;
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.wpo-checkout-area .active-border {
  -webkit-transition: all .3s;
  transition: all .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 #B5A2BD;
  border-bottom: 1px solid #B5A2BD;
}

.wpo-checkout-area .s2 .coupon-3 {
  border-top: 4px solid #B5A2BD;
}

.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 #B5A2BD;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wpo-checkout-area .billing-adress .form-style select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.wpo-checkout-area .billing-adress {
  padding: 30px;
}

.wpo-checkout-area .note-area textarea {
  width: 100%;
  height: 150px;
  padding-top: 10px;
  margin-bottom: 0;
  padding-left: 10px;
  border: 1px solid #ebebeb;
  border-radius: 20px;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 575px) {
  .wpo-checkout-area .payment-name ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wpo-checkout-area .payment-area form {
  overflow: unset !important;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .wpo-checkout-area .payment-select ul {
    -ms-flex-wrap: wrap;
        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: 14px;
  }
}

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

.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 .contact-form {
  margin-top: 40px;
}

.wpo-checkout-area .cout-order-area {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.wpo-checkout-area .cout-order-area .oreder-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 30px;
  font-weight: 300;
  font-size: 18px;
  line-height: 21px;
  color: #414141;
}

.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: #0F0F0F;
  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: #B5A2BD;
  font-weight: 600;
}

.wpo-checkout-area .create-account.active {
  display: block;
}

.wpo-checkout-area .contact-form .form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.wpo-checkout-area .contact-form input, .wpo-checkout-area .contact-form select {
  margin-top: 10px;
}

.wpo-checkout-area .submit-btn-area {
  margin-top: 20px;
}

.wpo-checkout-area .submit-btn-area .theme-btn, .wpo-checkout-area .submit-btn-area .view-cart-btn {
  text-transform: capitalize;
}

/*==========================================
23. wpo-team-single
===========================================*/
.team-pg-area {
  max-width: 1080px;
  margin: 0 auto;
}

.team-info-img {
  padding: 25px;
  -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
          box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
}

@media (max-width: 991px) {
  .team-info-img {
    margin-bottom: 40px;
  }
}

.team-info-img img {
  width: 100%;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .team-info-img img {
    height: 100%;
  }
}

.team-info-text h2 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  text-align: center;
}

.team-info-text {
  -webkit-box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
          box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12);
  padding: 58px 50px;
}

.team-info-text ul li {
  font-size: 17px;
  color: #1d2327;
  font-weight: 700;
  margin-bottom: 22px;
  list-style: none;
}

.team-info-text ul li:last-child {
  padding-bottom: 0;
}

.team-info-text ul li span {
  font-size: 16px;
  color: #8c8c8c;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-weight: 500;
}

.team-info-text ul li:last-child {
  margin-bottom: 0;
}

.at-progress {
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px 0;
}

@media (max-width: 991px) {
  .at-progress {
    padding-bottom: 0;
  }
}

.team-info-text h2 {
  font-size: 27px;
  font-weight: 400;
  color: #1d2327;
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  background: #eee;
  padding: 20px;
  font-family: "Mulish", sans-serif;
}

.team-info-wrap ul {
  padding-left: 0;
}

.exprience-wrap p {
  color: #5d5851;
}

.exprience-wrap h2 {
  margin-bottom: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}

/*progress-design*/
.progress {
  width: 150px;
  height: 150px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  overflow: unset;
}

.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 0;
}

.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 6px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progress .progress-right {
  right: 0;
}

.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  -webkit-animation: loading-1 1.8s linear forwards;
          animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #fff;
  font-size: 40px;
  color: #B5A2BD;
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: -5%;
  left: 5%;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.progress .progress-bar {
  border-color: #B5A2BD;
}

.progress-name {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 25%;
  width: 100%;
  text-align: center;
}

.progress-name span {
  font-size: 15px;
  color: #131058;
  line-height: 15px;
}

.progress.blue .progress-left .progress-bar {
  -webkit-animation: loading-2 1.5s linear forwards 1.8s;
          animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-left .progress-bar {
  -webkit-animation: loading-3 1s linear forwards 1.8s;
          animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-left .progress-bar {
  -webkit-animation: loading-4 0.4s linear forwards 1.8s;
          animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-left .progress-bar {
  -webkit-animation: loading-5 1.2s linear forwards 1.8s;
          animation: loading-5 1.2s linear forwards 1.8s;
}

@-webkit-keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@-webkit-keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
  }
}

@-webkit-keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
  }
}

@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(46deg);
    transform: rotate(46deg);
  }
}

@-webkit-keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@media only screen and (max-width: 990px) {
  .progress {
    margin-bottom: 60px;
  }
}

.progress:before {
  position: absolute;
  left: -14px;
  top: -15px;
  width: 120%;
  height: 120%;
  background: #fff;
  content: "";
  border-radius: 50%;
}

.education-area {
  max-width: 600px;
}

.education-area ul {
  list-style: none;
}

.education-area ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 20px;
}

.education-area ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #B5A2BD;
  content: "";
}

.ex-wiget {
  padding-top: 60px;
}

.ex-wiget ul {
  list-style: none;
}

.ex-wiget h2 {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
}

.wpo-contact-area .quote-form {
  padding-left: 0;
  margin-left: -10px;
}

.wpo-contact-area button {
  border-radius: 0;
}

.wpo-contact-area button:after {
  display: none;
}

.wpo-contact-area .quote-form .form-control {
  height: 55px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  padding: 15px;
}

.wpo-contact-area .quote-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #B5A2BD;
}

.wpo-contact-area .quote-form textarea.form-control {
  height: 125px;
}

.half-col {
  float: left;
  width: 50%;
  padding: 0 10px 5px;
}

.full-col {
  padding: 0 10px 5px;
}

.exprience-area {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .team-info-text {
    padding: 40px 20px;
  }
  .team-info-img {
    padding: 40px;
  }
  .team-info-img img {
    width: 100%;
  }
  .custom-grid {
    float: left;
    width: 50%;
  }
  .exprience-area {
    padding-top: 30px;
  }
}

@media (max-width: 575px) {
  .half-col {
    float: none;
    width: 100%;
  }
  .lawyer-about.pt-150 {
    padding-top: 100px !important;
  }
}

@media (max-width: 375px) {
  .custom-grid {
    float: none;
    width: 100%;
  }
}

.service-sidebar .wpo-contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
}

.service-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}

.service-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.service-sidebar .wpo-contact-widget h2::before {
  background: #fff;
}

.service-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.service-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.service-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
24. wpo-portfolio-single-section
--------------------------------------------------------------*/
.wpo-portfolio-single-section .portfolio-single-img-wrap {
  padding-right: 50px;
}

@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: -webkit-sticky;
  position: sticky;
  top: 130px;
}

@media (max-width: 991px) {
  .wpo-portfolio-single-section .portfolio-single-text {
    padding-top: 40px;
  }
}

.wpo-portfolio-single-section .portfolio-single-text h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 130.5%;
  margin-bottom: 30px;
}

@media (max-width: 550px) {
  .wpo-portfolio-single-section .portfolio-single-text h2 {
    font-size: 20px;
  }
}

.wpo-portfolio-single-section .portfolio-single-text span {
  color: #5880a2;
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 550px) {
  .wpo-portfolio-single-section .portfolio-single-text span {
    margin-bottom: 20px;
  }
}

.wpo-portfolio-single-section .portfolio-single-text p {
  margin-bottom: 30px;
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des {
  max-width: 380px;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

@media (max-width: 1200px) {
  .wpo-portfolio-single-section .wpo-portfolio-single-content-des {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 40px;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  font-size: 16px;
  color: #242424;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}

.wpo-portfolio-single-section .wpo-portfolio-single-content-des ul li span {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  color: #707070;
  font-weight: 400;
  margin-bottom: 0;
}

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

.wpo-portfolio-single-section .pagi ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  color: #707070;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpo-portfolio-single-section .pagi ul a:hover {
  background-color: #B5A2BD;
  color: #fff;
}

.wpo-portfolio-single-section .project-content .pagi {
  padding-top: 0;
}

/*--------------------------------------------------------------
25. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

@media (min-width: 1440px) {
  .wpo-blog-pg-section .container {
    max-width: 1320px;
  }
}

.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 70px;
}

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

@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}

.wpo-blog-pg-section .entry-meta ul li {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-pg-section .entry-meta ul li a {
  color: #636893;
}

.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #B5A2BD;
}

.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #B5A2BD;
  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: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.wpo-blog-pg-section .post h3 {
  font-size: 34px;
  font-size: 2.26667rem;
  line-height: 1.2em;
  margin: -0.27em 0 0.7em;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.wpo-blog-pg-section .post h3 a {
  color: #242424;
}

.wpo-blog-pg-section .post h3 a:hover {
  color: #B5A2BD;
}

.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.wpo-blog-pg-section .post a.read-more {
  text-decoration: underline;
  color: #707070;
  text-transform: capitalize;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

.wpo-blog-pg-section .post a.read-more:hover {
  color: #B5A2BD;
}

.wpo-blog-pg-section .entry-media img {
  width: 100%;
}

.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
  background-color: #f9f7f6;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.wpo-blog-pg-section .format-standard {
  position: relative;
}

.wpo-blog-pg-section .format-standard:before {
  position: absolute;
  right: 10px;
  top: 0;
  content: "\f10d";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #efeeed;
}

.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%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #B5A2BD;
  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;
  border-radius: 50%;
  color: #B5A2BD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.wpo-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.wpo-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.wpo-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
  position: relative;
}

.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.wpo-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #B5A2BD;
  background: -webkit-gradient(linear, left top, right top, from(#CAA6C7), to(#B5A2BD));
  background: linear-gradient(left, #CAA6C7, #B5A2BD);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
  border-radius: 50%;
  z-index: -1;
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #B5A2BD;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .wpo-blog-content {
    padding: 0;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
26. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

@media (min-width: 1440px) {
  .wpo-blog-single-section .container {
    max-width: 1320px;
  }
}

.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}

.wpo-blog-single-section .entry-meta ul {
  list-style: none;
}

.wpo-blog-single-section .entry-meta ul li {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.wpo-blog-single-section .entry-meta ul li a {
  color: #636893;
}

.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #B5A2BD;
}

.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.wpo-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.wpo-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #B5A2BD;
  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: 12px;
    font-size: 0.8rem;
  }
}

@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 img {
  width: 100%;
}

.wpo-blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
}

.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section .post blockquote {
  background-color: #f9f7f6;
  color: #233d62;
  font-size: 19px;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  font-weight: 600;
  line-height: 35px;
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.wpo-blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f10d";
  font-size: 20px;
  font-size: 1.33333rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #f9f7f6;
  background: #fff;
  color: #B5A2BD;
  border-radius: 50%;
}

.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.wpo-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.wpo-blog-single-section .post .gallery img {
  width: 100%;
}

.wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid #F3ECE9;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #242424;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wpo-blog-single-section .tag-share .tag > span, .wpo-blog-single-section .tag-share-s2 .tag > span {
  color: #242424;
  font-weight: 500;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.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 {
  font-size: 16px;
  font-size: 1.06667rem;
  display: inline-block;
  padding: 5px 18px;
  color: #242424;
  background: #f9f7f6;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.wpo-blog-single-section .tag-share .tag a:hover, .wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #B5A2BD;
}

.wpo-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}

.wpo-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #707070;
}

.wpo-blog-single-section .author-box {
  margin: 35px 0 60px;
}

.wpo-blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.wpo-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.wpo-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.wpo-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.wpo-blog-single-section .author-box .author-name {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #242424;
}

.wpo-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.wpo-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.wpo-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #242424;
}

.wpo-blog-single-section .author-box .social-link a:hover {
  color: #B5A2BD;
}

.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #e4ebf2;
  padding: 0 25px;
}

.wpo-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .more-posts > div > a {
  display: inline-block;
}

.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post,
  .wpo-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.wpo-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #e4ebf2;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #e4ebf2;
  }
}

.wpo-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  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 .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.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 {
  padding-left: 25px;
  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 .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.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 {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #707070;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.wpo-blog-single-section .more-posts .post-name {
  font-size: 18px;
  font-size: 1.2rem;
  color: #242424;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #B5A2BD;
}

.wpo-blog-single-section .comments-area {
  margin-top: 70px;
}

.wpo-blog-single-section .comments-area li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.wpo-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.wpo-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.wpo-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.wpo-blog-single-section .comments-area li > div {
  position: relative;
}

.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.wpo-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.wpo-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .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 {
  margin-bottom: 20px;
}

.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  color: #242424;
  font-weight: 600;
  margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #707070;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.wpo-blog-single-section .comments-area .comment-reply-link {
  font-family: "monallesia";
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #242424;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #B5A2BD;
}

.wpo-blog-single-section .comment-respond {
  margin-top: 70px;
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Mulish", sans-serif;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.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 #a4adbe;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #B5A2BD;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.wpo-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.wpo-blog-single-section .comment-respond .form-submit input {
  max-width: 180px;
  background-color: #B5A2BD;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 30px;
}

.wpo-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #a087aa;
}

@media screen and (min-width: 1200px) {
  .wpo-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
27. wpo-contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
  padding-bottom: 0px;
}

.wpo-contact-pg-section .wpo-contact-title {
  max-width: 440px;
  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 h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: 400;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #ebebeb;
}

@media (max-width: 991px) {
  .wpo-contact-pg-section form input,
  .wpo-contact-pg-section form select,
  .wpo-contact-pg-section form textarea {
    height: 45px;
  }
}

.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
  border-color: #B5A2BD;
  background: transparent;
}

.wpo-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}

.wpo-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}

.wpo-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.wpo-contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.wpo-contact-pg-section form select:focus {
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}

.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}

.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 0px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}

.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 0px;
}

.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}

@media (max-width: 600px) {
  .wpo-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}

.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}

.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;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
  color: #CAA6C7;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0;
  font-family: "Mulish", sans-serif;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
}

.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 9;
}

@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

.wpo-contact-map-section .wpo-contact-map {
  height: 550px;
}

.wpo-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.wpo-contact-map-section h2.hidden {
  display: none;
}

/*--------------------------------------------------------------
28. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}
/*# sourceMappingURL=style.css.map */