
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: Lovela – Wedding 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 Lovela-wedding-date
	3.3 Lovela-story-section
	3.4 Lovela-video-section
	3.5 Lovela-gallery-section
	3.6 Lovela-contact-section
	3.7 Lovela-team-section 
	3.8 Lovela-events-section
	3.9 Lovela-partners-section
	3.10 wpo-blog-section

4. wpo-footer

5. Home-style-2
   5.1 Lovela-couple-section 
   5.2 Lovela-cta-section

6. wpo-blog-pg-section

7. wpo-blog-single-section

8. wpo-faq-page


----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("css2.css");
@font-face {
  font-family: 'freya';
  src: url(../font/freya-webfont.woff) format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'freya';
  font-style: normal;
  font-weight: 400;
  src: local("freya Regular"), url("../font/freya-webfont.woff2") format("woff");
}

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

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Jost", sans-serif;
  color: #687693;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}

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

p {
  font-size: 16px;
  color: #687693;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #06002E;
  font-family: "freya";
  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%;
}

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

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

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

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

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

/*** 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: 0.93333rem;
  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: #799D99;
  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(121, 157, 153, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #799D99;
  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: #799D99;
}

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

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

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

.wpo-section-title span {
  text-transform: uppercase;
  font-size: 20px;
  color: #799D99;
  font-family: "freya";
}

.wpo-section-title h2 {
  margin: 0;
  position: relative;
  text-transform: capitalize;
  font-family: "freya";
  margin-top: 7px;
  font-weight: 400;
  font-size: 50px;
  line-height: 95px;
  color: #06002E;
  letter-spacing: 3px;
}

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

@media (max-width: 330px) {
  .wpo-section-title h2 {
    font-size: 30px;
  }
}

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

.theme-btn, .view-cart-btn {
  background: #799D99;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 12px 35px;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  border-radius: 50px;
  outline: 1px solid #799D99;
  outline-offset: 4px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 0;
}

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

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

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

.theme-btn-s2 {
  background: #fff;
  color: #525252;
  display: inline-block;
  padding: 12px 22px;
  border: 1px solid #799D99;
  border-radius: 55px;
  text-transform: capitalize;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  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: #6b928d;
  color: #fff;
}

.theme-btn-s2:hover:after {
  opacity: 1;
}

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

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}

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

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

.view-cart-btn.s1 {
  background: #ddd;
}

.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: #799D99;
  -webkit-box-shadow: 0 0 5px 0 #96b3af;
  -o-box-shadow: 0 0 5px 0 #96b3af;
  -ms-box-shadow: 0 0 5px 0 #96b3af;
  box-shadow: 0 0 5px 0 #96b3af;
}

.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(../image/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: #96b3af;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

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

.wpo-breadcumb-area {
  background: url(../image/page-title.jpg) no-repeat center top/cover;
  min-height: 300px;
  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;
}

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

.wpo-breadcumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 65, 104, 0.8);
  content: "";
  z-index: -1;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap {
  text-align: center;
  margin-top: 8px;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
  font-size: 60px;
  color: #fff;
  line-height: 70px;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-size: 20px;
}

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

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child:after {
  display: none;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a:hover {
  color: #799D99;
}

.wpo-about-section.wpo-about-section-s2 {
  padding-top: 170px;
}

.preloader {
  background-color: #29395b;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  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 .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  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: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -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: 120px;
  height: 120px;
  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;
  color: #06002E;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Jost", sans-serif;
  padding-bottom: 20px;
  font-weight: 700;
}

.blog-sidebar .widget h3:before {
  content: "";
  background-color: #799D99;
  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: #f8f8f8;
  height: 70px;
  font-size: 16px;
  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(157, 138, 141, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #799D99;
  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: #f8f8f8;
  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: 50px;
  background-color: #fff;
  border-radius: 50%;
}

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

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

.blog-sidebar .about-widget a {
  font-family: "freya";
  font-size: 14px;
  color: #06002E;
  text-decoration: underline;
}

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

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

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

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

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}

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

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

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

.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-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Jost", 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;
  }
}

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

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

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  color: #525252;
}

.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: 15px;
  display: inline-block;
  padding: 5px 18px;
  color: #06002E;
  background: #f8f8f8;
  border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #799D99;
}

.blog-sidebar .wpo-contact-widget {
  border: 0;
  background: url(https://wpolive.com/html/lovela/assets/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(https://wpolive.com/html/lovela/assets/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;
  }
}

/**** 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: #06002E;
  background: #f8f8f8;
  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: #799D99;
  border-color: #799D99;
  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: #163967;
  padding: 0 130px;
}

@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: left;
  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: #e5e3e3;
  line-height: 1em;
}

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

.topbar .contact-info li {
  position: relative;
}

.topbar .contact-info li:nth-child(1):before, .topbar .contact-info li:nth-child(2):before {
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.2);
  content: "";
}

@media (max-width: 767px) {
  .topbar .contact-info li:nth-child(1):before, .topbar .contact-info li:nth-child(2):before {
    display: none;
  }
}

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

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

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

.topbar .contact-intro ul {
  float: right;
  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;
  }
  ul > li > .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: 1px;
  display: inline-block;
  padding-right: 3px;
}

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

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

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -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;
}

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

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

@media (min-width: 1200px) {
  .wpo-site-header #navbar {
    margin-left: 40px;
  }
}

@media (max-width: 1199px) {
  .wpo-site-header #navbar {
    margin-left: 0;
  }
}

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

@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 > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -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: 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: #799D99;
  }
  .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;
}

@media (max-width: 991px) {
  .wpo-site-header .header-right .theme-btn, .wpo-site-header .header-right .view-cart-btn {
    padding: 5px 13px;
    font-size: 15px;
    border-radius: 5px;
    outline-offset: 3;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .header-right .theme-btn .text, .wpo-site-header .header-right .view-cart-btn .text {
    display: none;
  }
}

.wpo-site-header .header-right .theme-btn .mobile, .wpo-site-header .header-right .view-cart-btn .mobile {
  display: block;
}

@media (min-width: 992px) {
  .wpo-site-header .header-right .theme-btn .mobile, .wpo-site-header .header-right .view-cart-btn .mobile {
    display: none;
  }
}

.wpo-site-header .header-right .theme-btn .mobile i::before, .wpo-site-header .header-right .view-cart-btn .mobile i::before {
  font-size: 15px;
}

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

.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 {
  background-color: rgba(7, 1, 67, 0.05);
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}

@media (max-width: 1200px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn .fi:before,
  .wpo-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}

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

/*** 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: #06002E;
}

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

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

.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: #799D99;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.53333rem;
  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: #06002E;
  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: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  text-align: left;
  color: #06002E;
}

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

.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: #06002E;
  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: #c79652;
  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: #799D99;
}

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

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

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

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

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

.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

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

.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,
.wpo-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #030015;
  font-weight: 500;
}

@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 {
    padding: 35px 20px;
    display: block;
    color: #535353;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    z-index: 1;
  }
}

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

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 15px;
    width: 65px;
    height: 16px;
    background: url(../image/active.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .wpo-site-header #navbar > ul > li.current-menu-item a:before {
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li a.active:before {
    opacity: 1;
    visibility: visible;
  }
  .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: 225px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 1.06667rem;
    display: block;
    padding: 10px 15px;
    color: #06002E;
    position: relative;
    overflow: hidden;
    font-weight: 400;
    text-transform: capitalize;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #799D99;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover:after, .wpo-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 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: 100%;
    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 > a {
    position: relative;
    color: #ddd;
  }
  .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: #799D99;
    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: #243352;
    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: #799D99;
  }
  .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;
  }
}

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

@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: 440px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}

@media (max-width: 370px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}

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

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

@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form {
    display: none;
  }
}

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

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

.wpo-header-style-2 .navigation.sticky-on {
  background: #29395b;
}

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

.wpo-header-style-2 .header-right .cart-toggle-btn,
.wpo-header-style-2 .header-right .search-toggle-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}

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

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

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

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

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

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

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

.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 .slide-inner:before,
.wpo-hero-slider .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #313131;
  content: "";
  opacity: .40;
  z-index: -1;
}

.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content {
  padding: 60px 70px;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

@media (max-width: 1199px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content {
    max-width: 800px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content {
    max-width: 530px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content {
    max-width: 385px;
    padding: 80px 30px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content {
    padding: 30px 20px;
  }
}

.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: 57px;
  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-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 992px) {
  .wpo-hero-slider .swiper-pagination-bullet {
    display: none;
  }
}

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

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

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

/*-------------------------------------------
	hero style 1
--------------------------------------------*/
.static-hero {
  height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 175px;
}

@media (max-width: 1699px) {
  .static-hero {
    margin: 0 130px;
  }
}

@media (max-width: 1599px) {
  .static-hero {
    margin: 0 80px;
  }
}

@media (max-width: 1499px) {
  .static-hero {
    margin: 0 20px;
  }
}

@media (max-width: 1399px) {
  .static-hero {
    height: 750px;
  }
}

@media (max-width: 1199px) {
  .static-hero {
    height: 700px;
  }
}

@media (max-width: 991px) {
  .static-hero {
    height: 1000px;
  }
}

@media (max-width: 767px) {
  .static-hero {
    height: 900px;
  }
}

@media (max-width: 575px) {
  .static-hero {
    height: 1000px;
  }
}

@media (max-width: 399px) {
  .static-hero {
    height: 930px;
  }
}

.static-hero .static-hert-title {
  text-align: center;
  position: absolute;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.static-hero .static-hert-title h1 {
  font-size: 150px;
  font-weight: 400;
  line-height: 285px;
  color: #F7F7F7;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .static-hero .static-hert-title h1 {
    font-size: 120px;
    line-height: 240px;
  }
}

@media (max-width: 991px) {
  .static-hero .static-hert-title h1 {
    font-size: 80px;
    line-height: 150px;
  }
}

@media (max-width: 575px) {
  .static-hero .static-hert-title h1 {
    font-size: 55px;
    line-height: 170px;
  }
}

@media (max-width: 575px) {
  .static-hero .static-hert-title h1 {
    font-size: 55px;
    line-height: 170px;
  }
}

@media (max-width: 399px) {
  .static-hero .static-hert-title h1 {
    font-size: 40px;
    line-height: 130px;
  }
}

.static-hero .static-hero-wrap {
  margin-top: 50px;
}

@media (max-width: 575px) {
  .static-hero .static-hero-wrap {
    margin-top: 30px;
  }
}

.static-hero .static-hero-wrap .static-hero-left,
.static-hero .static-hero-wrap .static-hero-right {
  text-align: right;
}

@media (max-width: 991px) {
  .static-hero .static-hero-wrap .static-hero-left,
  .static-hero .static-hero-wrap .static-hero-right {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .static-hero .static-hero-wrap .static-hero-left,
  .static-hero .static-hero-wrap .static-hero-right {
    margin-right: 10px;
  }
}

@media (max-width: 575px) {
  .static-hero .static-hero-wrap .static-hero-left,
  .static-hero .static-hero-wrap .static-hero-right {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.static-hero .static-hero-wrap .static-hero-left h2,
.static-hero .static-hero-wrap .static-hero-right h2 {
  font-size: 40px;
  line-height: 76px;
  color: #799D99;
  margin-bottom: 0;
}

@media (max-width: 399px) {
  .static-hero .static-hero-wrap .static-hero-left h2,
  .static-hero .static-hero-wrap .static-hero-right h2 {
    font-size: 35px;
  }
}

.static-hero .static-hero-wrap .static-hero-left span,
.static-hero .static-hero-wrap .static-hero-right span {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #505050;
}

.static-hero .static-hero-wrap .static-hero-left .hero-social-icon,
.static-hero .static-hero-wrap .static-hero-right .hero-social-icon {
  list-style: none;
  margin-top: 32px;
  margin-right: -7px;
}

.static-hero .static-hero-wrap .static-hero-left .hero-social-icon li,
.static-hero .static-hero-wrap .static-hero-right .hero-social-icon li {
  display: inline-block;
}

.static-hero .static-hero-wrap .static-hero-left .hero-social-icon li a,
.static-hero .static-hero-wrap .static-hero-right .hero-social-icon li a {
  color: #799D99;
  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: 0 7px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  border: 1px solid #799D99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.static-hero .static-hero-wrap .static-hero-left .hero-social-icon li a i::before,
.static-hero .static-hero-wrap .static-hero-right .hero-social-icon li a i::before {
  font-size: 15px;
  line-height: 40px;
}

.static-hero .static-hero-wrap .static-hero-left .hero-social-icon li a:hover,
.static-hero .static-hero-wrap .static-hero-right .hero-social-icon li a:hover {
  border: 1px solid transparent;
  background-color: #424242;
  color: #fff;
}

.static-hero .static-hero-wrap .static-hero-right {
  text-align: left;
}

@media (max-width: 991px) {
  .static-hero .static-hero-wrap .static-hero-right {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .static-hero .static-hero-wrap .static-hero-right {
    margin-left: 10px;
  }
}

@media (max-width: 575px) {
  .static-hero .static-hero-wrap .static-hero-right {
    margin-left: 0px;
    text-align: center;
    margin-bottom: 0;
  }
}

.static-hero .static-hero-wrap .static-hero-right h2 {
  margin-left: 10px;
}

@media (max-width: 575px) {
  .static-hero .static-hero-wrap .static-hero-right h2 {
    margin-left: 0px;
  }
}

.static-hero .static-hero-wrap .static-hero-right .hero-social-icon {
  margin-left: -7px;
}

.static-hero .static-hero-wrap .static-hero-mid {
  border: 1px solid #799D99;
  margin: 0 30px;
  outline-offset: 20px;
  padding: 20px;
  border-radius: 290px 0px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

@media (max-width: 1899px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 1799px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 1699px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 1599px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 1499px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 1399px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 1199px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    border-radius: 220px 0px;
    width: 450px;
  }
}

@media (max-width: 991px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 400px;
  }
}

@media (max-width: 575px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    width: 350px;
  }
}

@media (max-width: 399px) {
  .static-hero .static-hero-wrap .static-hero-mid {
    border-radius: 0;
    width: 250px;
  }
}

.static-hero .static-hero-wrap .static-hero-mid img {
  width: 100%;
  border-radius: 265px 0px;
  -webkit-animation: kenburn2 35s 3s alternate infinite;
  -animation: kenburn2 35s 3s alternate infinite;
}

@media (max-width: 1199px) {
  .static-hero .static-hero-wrap .static-hero-mid img {
    border-radius: 200px 0px;
  }
}

@media (max-width: 399px) {
  .static-hero .static-hero-wrap .static-hero-mid img {
    border-radius: 0;
  }
}

.static-hero .static-hero-wrap .static-hero-mid .static-hero-mid-inner {
  overflow: hidden;
  border-radius: 265px 0px;
  position: relative;
}

.static-hero .static-hero-wrap .static-hero-mid .static-hero-mid-inner:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94%;
  height: 96%;
  content: "";
  border: 1px solid #fff;
  border-radius: 265px 0px;
  z-index: 1;
}

.static-hero .static-hero-wrap .static-hero-mid .static-hero-mid-inner img {
  -webkit-animation: kenburn2 35s 3s alternate infinite;
  -animation: kenburn2 35s 3s alternate infinite;
}

@-webkit-keyframes kenburn2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.3, 1.3, 1.3);
    transform: scale3d(1.3, 1.3, 1.3);
  }
}

@keyframes kenburn2 {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }
}

@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}

@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}

.static-hero-s2 {
  height: 1036px;
  position: relative;
}

@media (max-width: 1599px) {
  .static-hero-s2 {
    height: 950px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s2 {
    height: 800px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 {
    height: 750px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 {
    height: 100%;
  }
}

.static-hero-s2 .images {
  left: 5%;
  margin: 0 auto;
  top: 0;
  width: 50%;
  height: 980px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: 50%;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  text-align: left;
  z-index: 1;
  background-image: url(../image/slide-1.jpg);
}

@media (max-width: 1599px) {
  .static-hero-s2 .images {
    height: 855px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s2 .images {
    height: 700px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 .images {
    height: 585px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .images {
    left: 0;
    width: 70%;
    position: relative;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .images {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .images {
    height: 400px;
  }
}

@media (max-width: 399px) {
  .static-hero-s2 .images {
    height: 300px;
  }
}

.static-hero-s2 .images:after {
  background: url(../image/shape-3.jpg) no-repeat 50%;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: screen;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.static-hero-s2 .static-hero-content {
  position: relative;
  text-align: center;
  margin: 267px 0;
}

@media (max-width: 1399px) {
  .static-hero-s2 .static-hero-content {
    margin: 200px 0;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content {
    margin: 150px 0;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content {
    margin: 150px 0;
    margin-top: 120px;
  }
}

.static-hero-s2 .static-hero-content .shape-1 {
  position: absolute;
  left: 255px;
  width: 100%;
  top: -109px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media (max-width: 1199px) {
  .static-hero-s2 .static-hero-content .shape-1 {
    left: 200px;
    top: -90px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .static-hero-content .shape-1 {
    left: 316px;
    top: -66px;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content .shape-1 {
    left: 250px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .static-hero-content .shape-1 {
    left: 200px;
    top: -20px;
  }
}

@media (max-width: 399px) {
  .static-hero-s2 .static-hero-content .shape-1 {
    left: 165px;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content .shape-1 img {
    width: 250px;
  }
}

@media (max-width: 399px) {
  .static-hero-s2 .static-hero-content .shape-1 img {
    width: 200px;
  }
}

.static-hero-s2 .static-hero-content .shape-2 {
  position: absolute;
  left: 255px;
  width: 100%;
  bottom: -475px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .static-hero-s2 .static-hero-content .shape-2 {
    left: 200px;
    bottom: -420px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .static-hero-content .shape-2 {
    left: 345px;
    bottom: -420px;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content .shape-2 {
    left: 250px;
    bottom: -282px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .static-hero-content .shape-2 {
    left: 200px;
    bottom: -290px;
  }
}

@media (max-width: 399px) {
  .static-hero-s2 .static-hero-content .shape-2 {
    left: 165px;
    bottom: -260px;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content .shape-2 img {
    width: 250px;
  }
}

@media (max-width: 399px) {
  .static-hero-s2 .static-hero-content .shape-2 img {
    width: 200px;
  }
}

.static-hero-s2 .static-hero-content .static-hero-text h2 {
  font-weight: 400;
  font-size: 80px;
  line-height: 152px;
  color: #06002E;
  margin-bottom: -23px;
}

@media (max-width: 1399px) {
  .static-hero-s2 .static-hero-content .static-hero-text h2 {
    font-size: 75px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s2 .static-hero-content .static-hero-text h2 {
    font-size: 62px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .static-hero-content .static-hero-text h2 {
    font-size: 50px;
    margin-bottom: -40px;
  }
}

.static-hero-s2 .static-hero-content .static-hero-text span {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  color: #000;
}

@media (max-width: 1199px) {
  .static-hero-s2 .static-hero-content .static-hero-text span {
    font-size: 20px;
    line-height: 33px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .static-hero-content .static-hero-text span {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 399px) {
  .static-hero-s2 .static-hero-content .static-hero-text span {
    font-size: 15px;
    line-height: 20px;
  }
}

.static-hero-s2 .static-hero-content .clock-grids #clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.static-hero-s2 .static-hero-content .clock-grids #clock .box {
  width: 33%;
  text-align: center;
  padding: 11px 0;
  position: relative;
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock .box {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock .box {
    padding: 0;
  }
}

.static-hero-s2 .static-hero-content .clock-grids #clock .time {
  font-weight: 400;
  font-size: 60px;
  line-height: 114px;
  color: #9D8A8D;
  margin-bottom: -30px;
  font-family: "freya";
}

@media (max-width: 1199px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock .time {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock .time {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock .time {
    font-size: 35px;
    line-height: 90px;
  }
}

.static-hero-s2 .static-hero-content .clock-grids #clock span {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  color: #4D4D4D;
}

@media (max-width: 991px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock span {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 399px) {
  .static-hero-s2 .static-hero-content .clock-grids #clock span {
    font-size: 15px;
    line-height: 25px;
  }
}

.static-hero-s3 {
  margin: 0 150px;
  padding: 110px 0 70px;
}

@media (max-width: 1399px) {
  .static-hero-s3 {
    margin: 0 80px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 {
    margin: 0 20px;
    padding: 90px 0 40px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 {
    padding: 90px 0 40px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 {
    padding: 40px 0 40px;
  }
}

.static-hero-s3 .hero-item,
.static-hero-s3 .hero-item-s2 {
  position: relative;
  margin-right: 30px;
}

@media (max-width: 1699px) {
  .static-hero-s3 .hero-item,
  .static-hero-s3 .hero-item-s2 {
    margin-right: 25px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .hero-item,
  .static-hero-s3 .hero-item-s2 {
    margin: 0 auto;
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 .hero-item,
  .static-hero-s3 .hero-item-s2 {
    width: 325px;
    height: 325px;
  }
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-item,
  .static-hero-s3 .hero-item-s2 {
    width: 250px;
    height: 250px;
  }
}

.static-hero-s3 .hero-item .shape-3,
.static-hero-s3 .hero-item-s2 .shape-3 {
  position: absolute;
  right: -66%;
  top: -70%;
  width: 114%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media (max-width: 991px) {
  .static-hero-s3 .hero-item .shape-3,
  .static-hero-s3 .hero-item-s2 .shape-3 {
    top: -100%;
  }
}

.static-hero-s3 .hero-item .shape-3 img,
.static-hero-s3 .hero-item-s2 .shape-3 img {
  width: 100%;
}

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

.static-hero-s3 .hero-item .content,
.static-hero-s3 .hero-item-s2 .content {
  background: #fff;
  display: block;
  text-align: center;
  width: 360px;
  padding: 15px 0;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 1649px) {
  .static-hero-s3 .hero-item .content,
  .static-hero-s3 .hero-item-s2 .content {
    width: 330px;
  }
}

@media (max-width: 1549px) {
  .static-hero-s3 .hero-item .content,
  .static-hero-s3 .hero-item-s2 .content {
    width: 275px;
    padding: 10px 0px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .hero-item .content,
  .static-hero-s3 .hero-item-s2 .content {
    width: 240px;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .hero-item .content,
  .static-hero-s3 .hero-item-s2 .content {
    width: 300px;
    left: 50%;
    bottom: -39%;
  }
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-item .content,
  .static-hero-s3 .hero-item-s2 .content {
    width: 235px;
  }
}

.static-hero-s3 .hero-item .content h2,
.static-hero-s3 .hero-item-s2 .content h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 76px;
  color: #525252;
  margin-bottom: 0;
}

@media (max-width: 1649px) {
  .static-hero-s3 .hero-item .content h2,
  .static-hero-s3 .hero-item-s2 .content h2 {
    font-size: 35px;
  }
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-item .content h2,
  .static-hero-s3 .hero-item-s2 .content h2 {
    font-size: 24px;
    line-height: 45px;
  }
}

.static-hero-s3 .hero-item .content ul,
.static-hero-s3 .hero-item-s2 .content ul {
  list-style: none;
}

.static-hero-s3 .hero-item .content ul li,
.static-hero-s3 .hero-item-s2 .content ul li {
  display: inline-block;
}

.static-hero-s3 .hero-item .content ul li a,
.static-hero-s3 .hero-item-s2 .content ul li a {
  color: #799D99;
  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: 0 8px;
}

.static-hero-s3 .hero-item .content ul li a i::before,
.static-hero-s3 .hero-item-s2 .content ul li a i::before {
  font-size: 15px;
  line-height: 20px;
}

.static-hero-s3 .hero-item-s2 {
  margin-right: 0;
  margin-left: 30px;
}

@media (max-width: 991px) {
  .static-hero-s3 .hero-item-s2 {
    margin: 0 auto;
    width: 400px;
    height: 400px;
    margin-bottom: 210px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 .hero-item-s2 {
    width: 325px;
    height: 325px;
    margin-bottom: 140px;
  }
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-item-s2 {
    width: 250px;
    height: 250px;
    margin-bottom: 100px;
  }
}

.static-hero-s3 .hero-item-s2 .shape-3 {
  position: absolute;
  right: -61.5%;
  top: -70%;
  width: 114%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media (max-width: 991px) {
  .static-hero-s3 .hero-item-s2 .shape-3 {
    top: -100%;
  }
}

.static-hero-s3 .hero-content {
  text-align: center;
  margin-top: 32px;
}

@media (max-width: 1399px) {
  .static-hero-s3 .hero-content {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .hero-content {
    margin-top: 250px;
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .static-hero-s3 .hero-content {
    margin-top: 200px;
  }
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-content {
    margin-top: 150px;
    margin-bottom: 60px;
  }
}

.static-hero-s3 .hero-content .circle {
  width: 470px;
  height: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #799D99;
  border-radius: 100%;
  margin: 0 auto;
}

@media (max-width: 1699px) {
  .static-hero-s3 .hero-content .circle {
    width: 440px;
    height: 440px;
  }
}

@media (max-width: 1649px) {
  .static-hero-s3 .hero-content .circle {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 1549px) {
  .static-hero-s3 .hero-content .circle {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .hero-content .circle {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .hero-content .circle {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-content .circle {
    width: 250px;
    height: 250px;
  }
}

.static-hero-s3 .hero-content .circle h1 {
  font-weight: 400;
  font-size: 100px;
  line-height: 152.21px;
  letter-spacing: 17px;
  color: #06002E;
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1549px) {
  .static-hero-s3 .hero-content .circle h1 {
    font-size: 80px;
    line-height: 130px;
  }
}

@media (max-width: 1399px) {
  .static-hero-s3 .hero-content .circle h1 {
    font-size: 60px;
    line-height: 90px;
  }
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-content .circle h1 {
    font-size: 40px;
    line-height: 75px;
    letter-spacing: 10px;
    margin-top: 30px;
  }
}

.static-hero-s3 .hero-content .circle h1 span {
  font-size: 40px;
  font-weight: 400;
  line-height: 42px;
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-content .circle h1 span {
    font-size: 30px;
    line-height: 40px;
  }
}

.static-hero-s3 .hero-content p {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  color: #525252;
  margin-top: 60px;
}

@media (max-width: 1699px) {
  .static-hero-s3 .hero-content p {
    font-size: 24px;
  }
}

@media (max-width: 1649px) {
  .static-hero-s3 .hero-content p {
    font-size: 22px;
  }
}

@media (max-width: 1549px) {
  .static-hero-s3 .hero-content p {
    margin-top: 50px;
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  .static-hero-s3 .hero-content p {
    margin-top: 35px;
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .static-hero-s3 .hero-content p {
    margin-top: 35px;
    font-size: 20px;
  }
}

@media (max-width: 399px) {
  .static-hero-s3 .hero-content p {
    margin-top: 30px;
    font-size: 16px;
  }
}

.wpo-hero-style-4 {
  position: relative;
  height: 850px;
  border-radius: 0;
}

@media (max-width: 1399px) {
  .wpo-hero-style-4 {
    height: 720px;
  }
}

@media (max-width: 1199px) {
  .wpo-hero-style-4 {
    height: 700px;
  }
}

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

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

.wpo-hero-style-4 .slide-inner,
.wpo-hero-style-4 .swiper-container {
  border-radius: 30px;
}

.wpo-hero-style-4 .slide-inner:before {
  background: #2a2a2a;
  opacity: .45;
  border-radius: 30px;
}

.wpo-hero-style-4 .wedding-announcement {
  padding-top: 23px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  text-align: center;
  display: table;
}

@media screen and (min-width: 992px) {
  .wpo-hero-style-4 .wedding-announcement {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 767px) {
  .wpo-hero-style-4 .wedding-announcement {
    padding-bottom: 0;
  }
}

.wpo-hero-style-4 .wedding-announcement .couple-text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 575px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text {
    padding: 0 20px;
  }
}

.wpo-hero-style-4 .wedding-announcement .couple-text h2 {
  font-size: 100px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text h2 {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text h2 {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text h2 {
    font-size: 35px;
  }
}

.wpo-hero-style-4 .wedding-announcement .couple-text p {
  font-size: 30px;
  font-family: "freya";
  color: #fff;
  font-weight: 500;
}

@media (max-width: 767px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text p {
    font-size: 15px;
  }
}

.wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids {
  max-width: 600px;
  margin: 0 auto;
}

.wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}

.wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock .box {
  width: 33%;
  text-align: center;
  padding: 11px 0;
  position: relative;
}

@media (max-width: 767px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock .box {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock .box {
    padding: 0;
  }
}

.wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock .time {
  font-weight: 400;
  font-size: 60px;
  line-height: 114px;
  color: #fff;
  font-family: "freya";
}

@media (max-width: 1199px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock .time {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock .time {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock .time {
    font-size: 35px;
    line-height: 90px;
  }
}

.wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock span {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock span {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 399px) {
  .wpo-hero-style-4 .wedding-announcement .couple-text .clock-grids #clock span {
    font-size: 15px;
    line-height: 25px;
  }
}

.wpo-hero-style-4 .slide-inner,
.wpo-hero-style-4 .swiper-container {
  border-radius: 0px;
}

.wpo-hero-style-4 .slide-inner:before {
  border-radius: 0px;
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: #F1F4F4;
  position: relative;
  font-size: 18px;
  overflow: hidden;
}

.wpo-site-footer ul {
  list-style: none;
}

.wpo-site-footer p {
  color: #525252;
  font-size: 18px;
}

.wpo-site-footer li {
  color: #799D99;
}

.wpo-site-footer .container {
  position: relative;
}

.wpo-site-footer .wpo-upper-footer {
  padding: 70px 0;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 50px 0 0;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 0 0;
  }
}

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

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.wpo-site-footer .widget-title {
  margin-bottom: 30px;
}

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

.wpo-site-footer .widget-title h3 {
  font-size: 30px;
  color: #06002E;
  margin: 0;
  position: relative;
  font-family: "Jost", sans-serif;
  font-weight: 400;
}

.wpo-site-footer .about-widget .logo {
  max-width: 180px;
}

.wpo-site-footer .about-widget p {
  margin-bottom: 0.8em;
}

.wpo-site-footer .about-widget p:last-child {
  margin-bottom: 0;
}

.wpo-site-footer .wpo-service-link-widget {
  padding-left: 70px;
}

.wpo-site-footer .about-widget {
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-site-footer .about-widget {
    max-width: 350px;
  }
}

.wpo-site-footer .about-widget ul li {
  position: relative;
  display: inline-block;
}

.wpo-site-footer .about-widget ul li a {
  width: 35px;
  height: 35px;
  margin-right: 20px;
  background: #fff;
  font-size: 15px;
  color: #799D99;
  border-radius: 50%;
  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;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wpo-site-footer .about-widget ul li a:hover {
  border: 1px solid #799D99;
  background: transparent;
}

.wpo-site-footer .about-widget ul li + li {
  padding-top: 10px;
}

.wpo-site-footer .link-widget {
  overflow: hidden;
}

@media (max-width: 767px) {
  .wpo-site-footer .link-widget {
    max-width: 350px;
  }
}

.wpo-site-footer .link-widget ul li {
  position: relative;
}

.wpo-site-footer .link-widget ul li a {
  font-size: 18px;
  color: #525252;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wpo-site-footer .link-widget ul li a:hover {
  color: #799D99;
}

.wpo-site-footer .link-widget ul li + li {
  padding-top: 15px;
}

.wpo-site-footer .tag-widget ul li {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 18px;
  color: #525252;
}

.wpo-site-footer .tag-widget ul li i {
  padding-right: 10px;
}

.wpo-site-footer .tag-widget ul li i::before {
  font-size: 15px;
  line-height: 20px;
  color: #799D99;
}

@media (max-width: 1199px) {
  .wpo-site-footer .social-widget {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer .social-widget {
    margin-top: 0;
  }
}

.wpo-site-footer .social-widget .form-control {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #525252;
  height: 50px;
}

.wpo-site-footer .social-widget .submit {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: #799D99;
  border: 0;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
}

.wpo-site-footer .wpo-lower-footer {
  text-align: center;
  position: relative;
  background: #213254;
}

.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
}

.wpo-site-footer .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
}

.wpo-site-footer .wpo-lower-footer .copyright a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}

.wpo-site-footer .instagram ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -3px;
}

.wpo-site-footer .instagram 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;
}

.wpo-site-footer .instagram ul li img {
  width: 100%;
}

.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 Lovela-wedding-date */
.Lovela-wedding-date {
  padding-top: 62px;
}

@media (max-width: 991px) {
  .Lovela-wedding-date {
    padding-top: 42px;
  }
}

@media (max-width: 767px) {
  .Lovela-wedding-date {
    padding-top: 58px;
  }
}

.Lovela-wedding-date.pt-120 {
  padding-top: 120px;
}

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

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

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

.Lovela-wedding-date .wedding-date-bg {
  position: relative;
  background: #E1EDEC;
  outline-offset: -20px;
  outline: 2px solid #BAD2D0;
}

.Lovela-wedding-date .wedding-date-bg .left-shape-1 {
  position: absolute;
  left: 23px;
  top: 23px;
}

.Lovela-wedding-date .wedding-date-bg .left-shape-2 {
  position: absolute;
  left: 23px;
  bottom: 23px;
}

.Lovela-wedding-date .wedding-date-bg .right-shape-1 {
  position: absolute;
  right: 23px;
  top: 23px;
}

.Lovela-wedding-date .wedding-date-bg .right-shape-2 {
  position: absolute;
  right: 23px;
  bottom: 23px;
}

.Lovela-wedding-date .wedding-date-bg .clock-grids #clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .Lovela-wedding-date .wedding-date-bg .clock-grids #clock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .Lovela-wedding-date .wedding-date-bg .clock-grids #clock {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Lovela-wedding-date .wedding-date-bg .clock-grids #clock .box {
  width: 33%;
  text-align: center;
  padding: 60px 0;
  position: relative;
}

@media (max-width: 767px) {
  .Lovela-wedding-date .wedding-date-bg .clock-grids #clock .box {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .Lovela-wedding-date .wedding-date-bg .clock-grids #clock .box {
    width: 100%;
    padding: 25px 0;
  }
}

.Lovela-wedding-date .wedding-date-bg .clock-grids #clock .box::before {
  position: absolute;
  right: 0;
  top: 50%;
  background: url(../image/wedding-shape-5.svg) no-repeat;
  width: 18px;
  height: 132px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  z-index: 1;
}

@media (max-width: 575px) {
  .Lovela-wedding-date .wedding-date-bg .clock-grids #clock .box::before {
    display: none;
  }
}

.Lovela-wedding-date .wedding-date-bg .clock-grids #clock .box:last-child::before {
  display: none;
}

.Lovela-wedding-date .wedding-date-bg .clock-grids #clock .time {
  font-weight: 400;
  font-size: 60px;
  line-height: 114px;
  color: #06002E;
  font-family: "freya";
}

@media (max-width: 1199px) {
  .Lovela-wedding-date .wedding-date-bg .clock-grids #clock .time {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .Lovela-wedding-date .wedding-date-bg .clock-grids #clock .time {
    font-size: 40px;
    line-height: 50px;
  }
}

.Lovela-wedding-date .wedding-date-bg .clock-grids #clock span {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  color: #4D4D4D;
}

@media (max-width: 991px) {
  .Lovela-wedding-date .wedding-date-bg .clock-grids #clock span {
    font-size: 20px;
    line-height: 30px;
  }
}

/*3.3 Lovela-story-section */
.wpo-story-section .story-wrap,
.wpo-story-section-s2 .story-wrap,
.wpo-story-section-s3 .story-wrap {
  margin-top: 10px;
}

.wpo-story-section .story-wrap .story-left-content,
.wpo-story-section-s2 .story-wrap .story-left-content,
.wpo-story-section-s3 .story-wrap .story-left-content {
  width: 490px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .wpo-story-section .story-wrap .story-left-content,
  .wpo-story-section-s2 .story-wrap .story-left-content,
  .wpo-story-section-s3 .story-wrap .story-left-content {
    width: 400px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .story-wrap .story-left-content,
  .wpo-story-section-s2 .story-wrap .story-left-content,
  .wpo-story-section-s3 .story-wrap .story-left-content {
    width: 60%;
  }
}

.wpo-story-section .story-wrap .story-left-content img,
.wpo-story-section-s2 .story-wrap .story-left-content img,
.wpo-story-section-s3 .story-wrap .story-left-content img {
  border-radius: 240px 0px;
  width: 100%;
  outline-offset: 20px;
  outline: 1px solid #DFCACC;
}

@media (max-width: 1199px) {
  .wpo-story-section .story-wrap .story-left-content img,
  .wpo-story-section-s2 .story-wrap .story-left-content img,
  .wpo-story-section-s3 .story-wrap .story-left-content img {
    border-radius: 200px 0px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .story-wrap .story-left-content img,
  .wpo-story-section-s2 .story-wrap .story-left-content img,
  .wpo-story-section-s3 .story-wrap .story-left-content img {
    border-radius: 60px 0px;
  }
}

.wpo-story-section .story-wrap .story-left-item,
.wpo-story-section-s2 .story-wrap .story-left-item,
.wpo-story-section-s3 .story-wrap .story-left-item {
  margin: 0;
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-left-item,
  .wpo-story-section-s2 .story-wrap .story-left-item,
  .wpo-story-section-s3 .story-wrap .story-left-item {
    margin: 0 auto;
    padding-top: 70px;
  }
}

.wpo-story-section .story-wrap .story-left-item img,
.wpo-story-section-s2 .story-wrap .story-left-item img,
.wpo-story-section-s3 .story-wrap .story-left-item img {
  border-radius: 0px;
  border-top-right-radius: 240px;
  border-bottom-left-radius: 240px;
}

@media (max-width: 1199px) {
  .wpo-story-section .story-wrap .story-left-item img,
  .wpo-story-section-s2 .story-wrap .story-left-item img,
  .wpo-story-section-s3 .story-wrap .story-left-item img {
    border-radius: 0px;
    border-top-right-radius: 200px;
    border-bottom-left-radius: 200px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .story-wrap .story-left-item img,
  .wpo-story-section-s2 .story-wrap .story-left-item img,
  .wpo-story-section-s3 .story-wrap .story-left-item img {
    border-radius: 0px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

.wpo-story-section .story-wrap .story-right-content,
.wpo-story-section-s2 .story-wrap .story-right-content,
.wpo-story-section-s3 .story-wrap .story-right-content {
  text-align: left;
}

@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-right-content,
  .wpo-story-section-s2 .story-wrap .story-right-content,
  .wpo-story-section-s3 .story-wrap .story-right-content {
    text-align: center;
    margin-top: 30px;
  }
}

.wpo-story-section .story-wrap .story-right-content h2,
.wpo-story-section-s2 .story-wrap .story-right-content h2,
.wpo-story-section-s3 .story-wrap .story-right-content h2 {
  font-size: 35px;
  line-height: 67px;
  color: #06002E;
  letter-spacing: 3px;
  margin-bottom: 0;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-right-content h2,
  .wpo-story-section-s2 .story-wrap .story-right-content h2,
  .wpo-story-section-s3 .story-wrap .story-right-content h2 {
    margin: 0;
  }
}

@media (max-width: 399px) {
  .wpo-story-section .story-wrap .story-right-content h2,
  .wpo-story-section-s2 .story-wrap .story-right-content h2,
  .wpo-story-section-s3 .story-wrap .story-right-content h2 {
    font-size: 25px;
    line-height: 50px;
  }
}

.wpo-story-section .story-wrap .story-right-content span,
.wpo-story-section-s2 .story-wrap .story-right-content span,
.wpo-story-section-s3 .story-wrap .story-right-content span {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #06002E;
  margin-top: -5px;
}

.wpo-story-section .story-wrap .story-right-content p,
.wpo-story-section-s2 .story-wrap .story-right-content p,
.wpo-story-section-s3 .story-wrap .story-right-content p {
  padding-top: 29px;
  margin-top: 29px;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #525252;
  position: relative;
  padding-right: 255px;
}

@media (max-width: 1199px) {
  .wpo-story-section .story-wrap .story-right-content p,
  .wpo-story-section-s2 .story-wrap .story-right-content p,
  .wpo-story-section-s3 .story-wrap .story-right-content p {
    padding-right: 70px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-right-content p,
  .wpo-story-section-s2 .story-wrap .story-right-content p,
  .wpo-story-section-s3 .story-wrap .story-right-content p {
    padding-left: 130px;
    padding-right: 130px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .wpo-story-section .story-wrap .story-right-content p,
  .wpo-story-section-s2 .story-wrap .story-right-content p,
  .wpo-story-section-s3 .story-wrap .story-right-content p {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .story-wrap .story-right-content p,
  .wpo-story-section-s2 .story-wrap .story-right-content p,
  .wpo-story-section-s3 .story-wrap .story-right-content p {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    line-height: 22px;
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 399px) {
  .wpo-story-section .story-wrap .story-right-content p,
  .wpo-story-section-s2 .story-wrap .story-right-content p,
  .wpo-story-section-s3 .story-wrap .story-right-content p {
    padding-top: 15px;
    margin-top: 15px;
  }
}

.wpo-story-section .story-wrap .story-right-content p::before,
.wpo-story-section-s2 .story-wrap .story-right-content p::before,
.wpo-story-section-s3 .story-wrap .story-right-content p::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background-color: #799D99;
  width: 359px;
  height: 1px;
}

@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-right-content p::before,
  .wpo-story-section-s2 .story-wrap .story-right-content p::before,
  .wpo-story-section-s3 .story-wrap .story-right-content p::before {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 399px) {
  .wpo-story-section .story-wrap .story-right-content p::before,
  .wpo-story-section-s2 .story-wrap .story-right-content p::before,
  .wpo-story-section-s3 .story-wrap .story-right-content p::before {
    width: 300px;
  }
}

.wpo-story-section .story-wrap .story-right-item,
.wpo-story-section-s2 .story-wrap .story-right-item,
.wpo-story-section-s3 .story-wrap .story-right-item {
  text-align: right;
  margin-right: 52px;
}

@media (max-width: 1399px) {
  .wpo-story-section .story-wrap .story-right-item,
  .wpo-story-section-s2 .story-wrap .story-right-item,
  .wpo-story-section-s3 .story-wrap .story-right-item {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-right-item,
  .wpo-story-section-s2 .story-wrap .story-right-item,
  .wpo-story-section-s3 .story-wrap .story-right-item {
    text-align: center;
    margin-bottom: 70px;
  }
}

.wpo-story-section .story-wrap .story-right-item h2,
.wpo-story-section-s2 .story-wrap .story-right-item h2,
.wpo-story-section-s3 .story-wrap .story-right-item h2 {
  margin-left: 0;
}

.wpo-story-section .story-wrap .story-right-item p,
.wpo-story-section-s2 .story-wrap .story-right-item p,
.wpo-story-section-s3 .story-wrap .story-right-item p {
  color: #525252;
  padding-right: 0;
  padding-left: 200px;
}

@media (max-width: 1199px) {
  .wpo-story-section .story-wrap .story-right-item p,
  .wpo-story-section-s2 .story-wrap .story-right-item p,
  .wpo-story-section-s3 .story-wrap .story-right-item p {
    padding-right: 0;
    padding-left: 70px;
  }
}

@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-right-item p,
  .wpo-story-section-s2 .story-wrap .story-right-item p,
  .wpo-story-section-s3 .story-wrap .story-right-item p {
    padding-left: 130px;
    padding-right: 130px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .wpo-story-section .story-wrap .story-right-item p,
  .wpo-story-section-s2 .story-wrap .story-right-item p,
  .wpo-story-section-s3 .story-wrap .story-right-item p {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 575px) {
  .wpo-story-section .story-wrap .story-right-item p,
  .wpo-story-section-s2 .story-wrap .story-right-item p,
  .wpo-story-section-s3 .story-wrap .story-right-item p {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wpo-story-section .story-wrap .story-right-item p::before,
.wpo-story-section-s2 .story-wrap .story-right-item p::before,
.wpo-story-section-s3 .story-wrap .story-right-item p::before {
  left: 40%;
}

@media (max-width: 1399px) {
  .wpo-story-section .story-wrap .story-right-item p::before,
  .wpo-story-section-s2 .story-wrap .story-right-item p::before,
  .wpo-story-section-s3 .story-wrap .story-right-item p::before {
    left: 35%;
  }
}

@media (max-width: 1199px) {
  .wpo-story-section .story-wrap .story-right-item p::before,
  .wpo-story-section-s2 .story-wrap .story-right-item p::before,
  .wpo-story-section-s3 .story-wrap .story-right-item p::before {
    left: 20%;
  }
}

@media (max-width: 991px) {
  .wpo-story-section .story-wrap .story-right-item p::before,
  .wpo-story-section-s2 .story-wrap .story-right-item p::before,
  .wpo-story-section-s3 .story-wrap .story-right-item p::before {
    left: 50%;
  }
}

.wpo-story-section.wpo-story-section-s2,
.wpo-story-section-s2.wpo-story-section-s2,
.wpo-story-section-s3.wpo-story-section-s2 {
  padding-top: 100px;
}

.wpo-story-section.wpo-story-section-s3,
.wpo-story-section-s2.wpo-story-section-s3,
.wpo-story-section-s3.wpo-story-section-s3 {
  padding-bottom: 20px;
}

/* 3.4 Lovela-video-section*/
.wpo-video-section {
  position: relative;
  z-index: 1;
}

.wpo-video-section h2 {
  display: none;
}

.wpo-video-section .container-fluid {
  padding: 0;
}

@media (min-width: 1600px) {
  .wpo-video-section .container-fluid {
    max-width: 1620px;
  }
}

.wpo-video-section .container-fluid .video-wrap {
  position: relative;
  z-index: 1;
}

.wpo-video-section .container-fluid .video-wrap::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(102, 102, 102, 0.15);
  z-index: 1;
}

.wpo-video-section .container-fluid .video-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 575px) {
  .wpo-video-section .container-fluid .video-wrap img {
    min-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.wpo-video-section .container-fluid .video-wrap .video-btn {
  position: absolute;
  left: 50%;
  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(255, 255, 255, 0.2);
  z-index: 11;
}

.wpo-video-section .container-fluid .video-wrap .video-btn:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #fff;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 3.5 Lovela-gallery-section*/
.wpo-gallery-section .sortable-gallery .portfolio-grids {
  margin: 0 -7.5px;
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid {
  width: 50%;
  float: left;
  padding: 0 7.5px 15px;
  overflow: hidden;
}

@media (max-width: 1500px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid {
    padding: 0 5.5px 10px;
  }
}

@media (max-width: 991px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid {
    padding: 0 4.5px 8px;
  }
}

@media (max-width: 600px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid {
    width: 100%;
  }
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(2) .img-holder:before {
  top: 11px;
  height: 94%;
}

@media (max-width: 1199px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(2) .img-holder:before {
    top: 8px;
  }
}

@media (max-width: 991px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(2) .img-holder:before {
    top: 5px;
  }
}

@media (max-width: 767px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(2) .img-holder:before {
    top: 7px;
  }
}

@media (max-width: 575px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(2) .img-holder:before {
    top: 6px;
  }
}

@media (max-width: 399px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(2) .img-holder:before {
    top: 5px;
  }
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(4) .img-holder:before {
  top: 9px;
  height: 94%;
}

@media (max-width: 1199px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(4) .img-holder:before {
    top: 8px;
  }
}

@media (max-width: 991px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(4) .img-holder:before {
    top: 5px;
  }
}

@media (max-width: 767px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(4) .img-holder:before {
    top: 7px;
  }
}

@media (max-width: 575px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(4) .img-holder:before {
    top: 6px;
  }
}

@media (max-width: 399px) {
  .wpo-gallery-section .sortable-gallery .portfolio-grids .grid:nth-child(4) .img-holder:before {
    top: 5px;
  }
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid .img-holder {
  position: relative;
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid .img-holder IMG {
  width: 100%;
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid .img-holder .fancybox .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-gallery-section .sortable-gallery .portfolio-grids .grid .img-holder .fancybox .hover-content i {
  font-size: 30px;
  color: #799D99;
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid .img-holder:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid .img-holder:hover .hover-content {
  opacity: 1;
}

.wpo-gallery-section .sortable-gallery .portfolio-grids .grid .img-holder:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* 3.6 Lovela-contact-section */
.wpo-contact-section {
  padding-bottom: 312px;
  padding-top: 255px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wpo-contact-section {
    padding-bottom: 180px;
    padding-top: 180px;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section {
    padding-bottom: 80px;
    padding-top: 90px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section {
    padding-bottom: 70px;
    padding-top: 80px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #DADADA;
  border-radius: 0px 200px;
  outline-offset: 20px;
  outline: 1px solid #DADADA;
}

@media (max-width: 1200px) {
  .wpo-contact-section .wpo-contact-section-wrapper {
    max-width: 570px;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper {
    border-radius: 0px;
    max-width: 100%;
    outline-offset: 0;
    outline: 1px solid transparent;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
  position: absolute;
  z-index: -1;
  right: -331px;
  top: -317px;
}

@media (max-width: 991px) {
  .wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
    right: -441px;
    top: -265px;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section .wpo-contact-section-wrapper .vector-1 {
    display: none;
  }
}

@media (max-width: 991px) {
  .wpo-contact-section .wpo-contact-section-wrapper .vector-1 img {
    width: 80%;
    height: 80%;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
  position: absolute;
  left: -320px;
  bottom: -310px;
  z-index: -1;
}

@media (max-width: 991px) {
  .wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
    left: -248px;
    bottom: -246px;
  }
}

@media (max-width: 767px) {
  .wpo-contact-section .wpo-contact-section-wrapper .vector-2 {
    display: none;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .vector-2 img {
  width: 100%;
}

@media (max-width: 991px) {
  .wpo-contact-section .wpo-contact-section-wrapper .vector-2 img {
    width: 90%;
    height: 90%;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
  padding: 105px 50px;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 80px 50px;
    padding-bottom: 65px;
  }
}

@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 40px 10px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .wpo-section-title {
  margin-bottom: 20px;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  background: transparent;
  border-radius: 0;
  color: #787878;
  padding-left: 0;
  font-size: 18px;
}

.wpo-contact-section .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-input-placeholder {
  /* Edge */
  color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control:-ms-input-placeholder {
  color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-webkit-input-placeholder {
  color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::-ms-input-placeholder {
  color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .form-control::placeholder {
  color: #787878;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area select.form-control {
  color: #6c757d;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.wpo-contact-section .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 {
  margin: 0 auto;
  text-align: center;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .theme-btn-s2 {
  margin-top: 40px;
  text-align: center;
  border-radius: 0;
  background: #6b928d;
  color: #fff;
}

@media (max-width: 767px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .theme-btn-s2 {
    padding: 10px 25px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .theme-btn-s2:hover {
  border: 1px solid #799D99;
  background: #fff;
  color: #525252;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons {
    display: block;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons p + p {
  margin-left: 30px;
}

@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons p + p {
    margin-left: 0px;
  }
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:checked,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #525252;
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #799D99;
  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 .contact-validation-active .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 .contact-validation-active .radio-buttons [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area .contact-validation-active .radio-buttons [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #909090;
  border-radius: 100%;
  background: #fff;
}

/* 3.7 Lovela-team-section */
.wpo-team-section .team-item,
.wpo-team-section .team-item-s2,
.wpo-team-section .team-item-s3 {
  margin-bottom: 30px;
}

.wpo-team-section .team-item .team-item-img,
.wpo-team-section .team-item-s2 .team-item-img,
.wpo-team-section .team-item-s3 .team-item-img {
  padding: 20px;
  border: 1px solid #789285;
  background: #fff;
  border-radius: 215px 0px;
}

@media (max-width: 1399px) {
  .wpo-team-section .team-item .team-item-img,
  .wpo-team-section .team-item-s2 .team-item-img,
  .wpo-team-section .team-item-s3 .team-item-img {
    border-radius: 130px 0px;
  }
}

.wpo-team-section .team-item .team-item-img img,
.wpo-team-section .team-item-s2 .team-item-img img,
.wpo-team-section .team-item-s3 .team-item-img img {
  width: 100%;
  border-radius: 195px 0px;
}

@media (max-width: 1399px) {
  .wpo-team-section .team-item .team-item-img img,
  .wpo-team-section .team-item-s2 .team-item-img img,
  .wpo-team-section .team-item-s3 .team-item-img img {
    border-radius: 108px 0px;
  }
}

.wpo-team-section .team-item .team-item-content,
.wpo-team-section .team-item-s2 .team-item-content,
.wpo-team-section .team-item-s3 .team-item-content {
  text-align: center;
  margin-top: 29px;
}

.wpo-team-section .team-item .team-item-content h2,
.wpo-team-section .team-item-s2 .team-item-content h2,
.wpo-team-section .team-item-s3 .team-item-content h2 {
  display: inline-block;
  font-weight: 400;
  font-size: 35px;
  line-height: 67px;
  color: #06002E;
  letter-spacing: 3px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  margin-bottom: 0;
}

.wpo-team-section .team-item .team-item-content span,
.wpo-team-section .team-item-s2 .team-item-content span,
.wpo-team-section .team-item-s3 .team-item-content span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #799D99;
}

.wpo-team-section .team-item-s2 .team-item-img {
  border-radius: 215px 215px 0px 0px;
}

@media (max-width: 767px) {
  .wpo-team-section .team-item-s2 .team-item-img {
    border-radius: 100% 100% 0 0;
  }
}

.wpo-team-section .team-item-s2 .team-item-img img {
  border-radius: 195px 195px 0px 0px;
}

@media (max-width: 767px) {
  .wpo-team-section .team-item-s2 .team-item-img img {
    border-radius: 100% 100% 0 0;
  }
}

.wpo-team-section .team-item-s3 .team-item-img {
  border-radius: 0 215px 0 215px;
}

@media (max-width: 1399px) {
  .wpo-team-section .team-item-s3 .team-item-img {
    border-radius: 0 130px 0 130px;
  }
}

.wpo-team-section .team-item-s3 .team-item-img img {
  border-radius: 0px 195px 0px 195px;
}

@media (max-width: 1399px) {
  .wpo-team-section .team-item-s3 .team-item-img img {
    border-radius: 0 108px 0 108px;
  }
}

/* 3.8 Lovela-events-section*/
.wpo-events-section {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
  margin-top: 90px;
}

@media (max-width: 1199px) {
  .wpo-events-section {
    padding-top: 80px;
  }
}

@media (max-width: 991px) {
  .wpo-events-section {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-events-section {
    margin-top: 50px;
  }
}

.wpo-events-section .events-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}

@media (max-width: 1199px) {
  .wpo-events-section .events-bg {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .wpo-events-section .events-bg {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .wpo-events-section .events-bg {
    height: 250px;
  }
}

@media (max-width: 575px) {
  .wpo-events-section .events-bg {
    height: 200px;
  }
}

@media (max-width: 399px) {
  .wpo-events-section .events-bg {
    height: 180px;
  }
}

.wpo-events-section .events-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 25% 75%;
     object-position: 25% 75%;
}

.wpo-events-section .wpo-section-title h2 {
  color: #fff;
}

.wpo-events-section .events-slider {
  margin: 0 90px;
}

@media (max-width: 1399px) {
  .wpo-events-section .events-slider {
    margin-top: -35px;
  }
}

@media (max-width: 767px) {
  .wpo-events-section .events-slider {
    margin: 0;
    margin-top: -35px;
  }
}

.wpo-events-section .events-slider .events-item {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.wpo-events-section .events-slider .events-item .events-text {
  text-align: center;
  padding: 86px 0;
}

@media (max-width: 1399px) {
  .wpo-events-section .events-slider .events-item .events-text {
    padding: 42px 0;
  }
}

@media (max-width: 1199px) {
  .wpo-events-section .events-slider .events-item .events-text {
    padding: 0;
  }
}

@media (max-width: 1199px) {
  .wpo-events-section .events-slider .events-item .events-text {
    padding-top: 20px;
  }
}

.wpo-events-section .events-slider .events-item .events-text .title {
  position: relative;
}

.wpo-events-section .events-slider .events-item .events-text .title h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 67px;
  margin-bottom: 0;
}

.wpo-events-section .events-slider .events-item .events-text .title .shape-1 {
  position: absolute;
  left: 75px;
  bottom: -10px;
}

@media (max-width: 1399px) {
  .wpo-events-section .events-slider .events-item .events-text .title .shape-1 {
    left: 45px;
  }
}

@media (max-width: 1199px) {
  .wpo-events-section .events-slider .events-item .events-text .title .shape-1 {
    left: 21px;
  }
}

@media (max-width: 991px) {
  .wpo-events-section .events-slider .events-item .events-text .title .shape-1 {
    left: 30%;
  }
}

@media (max-width: 500px) {
  .wpo-events-section .events-slider .events-item .events-text .title .shape-1 {
    left: 28%;
  }
}

@media (max-width: 399px) {
  .wpo-events-section .events-slider .events-item .events-text .title .shape-1 {
    left: 15%;
  }
}

.wpo-events-section .events-slider .events-item .events-text ul {
  list-style: none;
}

.wpo-events-section .events-slider .events-item .events-text .time,
.wpo-events-section .events-slider .events-item .events-text .location,
.wpo-events-section .events-slider .events-item .events-text .number {
  margin-top: 30px;
  padding: 0 60px;
}

@media (max-width: 1399px) {
  .wpo-events-section .events-slider .events-item .events-text .time,
  .wpo-events-section .events-slider .events-item .events-text .location,
  .wpo-events-section .events-slider .events-item .events-text .number {
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .wpo-events-section .events-slider .events-item .events-text .time,
  .wpo-events-section .events-slider .events-item .events-text .location,
  .wpo-events-section .events-slider .events-item .events-text .number {
    padding: 0;
  }
}

.wpo-events-section .events-slider .events-item .events-text .time span,
.wpo-events-section .events-slider .events-item .events-text .location span,
.wpo-events-section .events-slider .events-item .events-text .number span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #525252;
}

.wpo-events-section .events-slider .events-item .events-text .location-btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 50px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #799D99;
  display: block;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .wpo-events-section .events-slider .events-item .owl-nav.disabled {
    display: none;
  }
}

.wpo-events-section .events-slider .events-item .owl-prev,
.wpo-events-section .events-slider .events-item .owl-next {
  position: absolute;
  color: inherit;
  border: none;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wpo-events-section .events-slider .events-item .owl-prev i::before,
.wpo-events-section .events-slider .events-item .owl-next i::before {
  font-size: 20px;
  line-height: 35px;
  color: #424242;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wpo-events-section .events-slider .events-item .owl-prev:hover,
.wpo-events-section .events-slider .events-item .owl-next:hover {
  background: #799D99;
}

.wpo-events-section .events-slider .events-item .owl-prev:hover i::before,
.wpo-events-section .events-slider .events-item .owl-next:hover i::before {
  color: #fff;
}

.wpo-events-section .events-slider .events-item .owl-prev {
  left: -50px;
}

.wpo-events-section .events-slider .events-item .owl-next {
  right: -50px;
}

.wpo-events-section .events-slider .events-item .owl-dots {
  display: none;
}

/* 3.9 Lovela-partners-section */
.wpo-partners-section h2 {
  display: none;
}

.wpo-partners-section .container {
  position: relative;
}

.wpo-partners-section .container .owl-stage-outer {
  border-left: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
}

.wpo-partners-section .container .item {
  text-align: center;
  border: 1px solid #D3D3D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  height: 180px;
  padding: 30px;
}

@media (max-width: 991px) {
  .wpo-partners-section .container .item {
    height: 120px;
  }
}

.wpo-partners-section .container .item img {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  -o-object-fit: contain;
     object-fit: contain;
}

.wpo-partners-section .owl-nav {
  display: none;
}

/*3.10 wpo-blog-section*/
.wpo-blog-section {
  padding-top: 0;
  padding-bottom: 90px;
}

@media (max-width: 992px) {
  .wpo-blog-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-section {
    padding-bottom: 50px;
  }
}

.wpo-blog-section .blog-wrap .blog-item {
  background: #fff;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(0, 4, 91, 0.1);
          box-shadow: 0px 2px 10px 1px rgba(0, 4, 91, 0.1);
  padding: 20px;
  margin-bottom: 30px;
}

.wpo-blog-section .blog-wrap .blog-item .blog-img {
  overflow: hidden;
}

.wpo-blog-section .blog-wrap .blog-item .blog-img img {
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.wpo-blog-section .blog-wrap .blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.wpo-blog-section .blog-wrap .blog-item .blog-text {
  padding: 21px 0 10px;
}

.wpo-blog-section .blog-wrap .blog-item .blog-text h2 {
  font-family: 'Jost';
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  color: #06002E;
}

@media (max-width: 1399px) {
  .wpo-blog-section .blog-wrap .blog-item .blog-text h2 {
    font-size: 27px;
  }
}

@media (max-width: 1199px) {
  .wpo-blog-section .blog-wrap .blog-item .blog-text h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-section .blog-wrap .blog-item .blog-text h2 {
    font-size: 30px;
    line-height: 43px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-section .blog-wrap .blog-item .blog-text h2 {
    font-size: 30px;
    line-height: 43px;
  }
}

@media (max-width: 575px) {
  .wpo-blog-section .blog-wrap .blog-item .blog-text h2 {
    font-size: 22px;
    line-height: 35px;
  }
}

.wpo-blog-section .blog-wrap .blog-item .blog-text a {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #799D99;
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wpo-blog-section .blog-wrap .blog-item .blog-text a:hover {
  color: #799D99;
}

/*----- 5. Home-style-2 ------*/
/* 5.1 Lovela-couple-section */
.Lovela-couple-section {
  position: relative;
}

.Lovela-couple-section .shape-right {
  position: absolute;
  right: 0;
  top: -85px;
  z-index: -1;
}

@media (max-width: 991px) {
  .Lovela-couple-section .shape-right {
    display: none;
  }
}

@media (max-width: 1399px) {
  .Lovela-couple-section .shape-right img {
    width: 350px;
  }
}

@media (max-width: 1199px) {
  .Lovela-couple-section .shape-right img {
    width: 300px;
  }
}

.Lovela-couple-section .shape-left {
  position: absolute;
  left: 0;
  bottom: -45px;
  z-index: -11;
}

@media (max-width: 991px) {
  .Lovela-couple-section .shape-left {
    display: none;
  }
}

@media (max-width: 1399px) {
  .Lovela-couple-section .shape-left img {
    width: 350px;
  }
}

@media (max-width: 1199px) {
  .Lovela-couple-section .shape-left img {
    width: 300px;
  }
}

.Lovela-couple-section .couple-itam .image,
.Lovela-couple-section .couple-itam .image-right {
  position: relative;
  padding: 20px;
  background-color: #fff;
  padding-bottom: 80px;
  -webkit-box-shadow: 0px 2px 10px 1px rgba(56, 54, 83, 0.1);
          box-shadow: 0px 2px 10px 1px rgba(56, 54, 83, 0.1);
  z-index: -1;
  margin-right: 50px;
}

@media (max-width: 1199px) {
  .Lovela-couple-section .couple-itam .image,
  .Lovela-couple-section .couple-itam .image-right {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .Lovela-couple-section .couple-itam .image,
  .Lovela-couple-section .couple-itam .image-right {
    margin: 0 80px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .Lovela-couple-section .couple-itam .image,
  .Lovela-couple-section .couple-itam .image-right {
    margin: 0 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 399px) {
  .Lovela-couple-section .couple-itam .image,
  .Lovela-couple-section .couple-itam .image-right {
    margin: 0;
    margin-bottom: 20px;
  }
}

.Lovela-couple-section .couple-itam .image .shape,
.Lovela-couple-section .couple-itam .image-right .shape {
  position: absolute;
  content: "";
  left: 47%;
  bottom: -46px;
  z-index: 1;
  width: 198px;
  height: 198px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.Lovela-couple-section .couple-itam .image img,
.Lovela-couple-section .couple-itam .image-right img {
  width: 100%;
}

.Lovela-couple-section .couple-itam .image-right {
  margin-right: 0;
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .Lovela-couple-section .couple-itam .image-right {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .Lovela-couple-section .couple-itam .image-right {
    margin: 0 80px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .Lovela-couple-section .couple-itam .image-right {
    margin: 0 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 399px) {
  .Lovela-couple-section .couple-itam .image-right {
    margin: 0;
    margin-bottom: 20px;
  }
}

.Lovela-couple-section .couple-itam .couple-content,
.Lovela-couple-section .couple-itam .couple-right-content {
  text-align: left;
}

@media (max-width: 991px) {
  .Lovela-couple-section .couple-itam .couple-content,
  .Lovela-couple-section .couple-itam .couple-right-content {
    margin: 0 80px;
    margin-bottom: 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .Lovela-couple-section .couple-itam .couple-content,
  .Lovela-couple-section .couple-itam .couple-right-content {
    margin: 0 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .Lovela-couple-section .couple-itam .couple-content,
  .Lovela-couple-section .couple-itam .couple-right-content {
    margin: 0;
    margin-bottom: 50px;
  }
}

.Lovela-couple-section .couple-itam .couple-content h2,
.Lovela-couple-section .couple-itam .couple-right-content h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 76px;
  color: #799D99;
  letter-spacing: 3px;
}

@media (max-width: 399px) {
  .Lovela-couple-section .couple-itam .couple-content h2,
  .Lovela-couple-section .couple-itam .couple-right-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

.Lovela-couple-section .couple-itam .couple-content p,
.Lovela-couple-section .couple-itam .couple-right-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #525252;
}

@media (max-width: 399px) {
  .Lovela-couple-section .couple-itam .couple-content p,
  .Lovela-couple-section .couple-itam .couple-right-content p {
    font-size: 15px;
    line-height: 22px;
  }
}

.Lovela-couple-section .couple-itam .couple-content ul,
.Lovela-couple-section .couple-itam .couple-right-content ul {
  list-style: none;
  margin-left: -7px;
  display: inline-block;
}

.Lovela-couple-section .couple-itam .couple-content ul li,
.Lovela-couple-section .couple-itam .couple-right-content ul li {
  display: inline-block;
}

.Lovela-couple-section .couple-itam .couple-content ul li a,
.Lovela-couple-section .couple-itam .couple-right-content ul li a {
  color: #799D99;
  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: 0 7px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  border: 1px solid #799D99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.Lovela-couple-section .couple-itam .couple-content ul li a i::before,
.Lovela-couple-section .couple-itam .couple-right-content ul li a i::before {
  font-size: 15px;
  line-height: 40px;
}

.Lovela-couple-section .couple-itam .couple-content ul li:hover a,
.Lovela-couple-section .couple-itam .couple-right-content ul li:hover a {
  border: 1px solid transparent;
  background-color: #525252;
  color: #fff;
}

.Lovela-couple-section .couple-itam .couple-right-content {
  text-align: right;
}

@media (max-width: 991px) {
  .Lovela-couple-section .couple-itam .couple-right-content {
    margin: 0 80px;
    margin-bottom: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .Lovela-couple-section .couple-itam .couple-right-content {
    margin: 0 40px;
  }
}

@media (max-width: 575px) {
  .Lovela-couple-section .couple-itam .couple-right-content {
    margin: 0;
  }
}

/* 5.2 Lovela-cta-section */
.Lovela-cta-section {
  position: relative;
  z-index: 1;
  margin: 120px 0;
  margin-top: 140px;
}

.Lovela-cta-section::before {
  position: absolute;
  content: "";
  left: 120px;
  top: 12%;
  width: 226px;
  height: 226px;
  background: url(../image/shape-cta-left.png);
  z-index: 1;
}

@media (max-width: 1399px) {
  .Lovela-cta-section::before {
    left: 0;
  }
}

@media (max-width: 991px) {
  .Lovela-cta-section::before {
    display: none;
  }
}

.Lovela-cta-section::after {
  position: absolute;
  content: "";
  right: 120px;
  top: 12%;
  width: 226px;
  height: 226px;
  background: url(../image/shape-cta-right.png);
  z-index: -1;
}

@media (max-width: 1390px) {
  .Lovela-cta-section::after {
    right: 0;
  }
}

@media (max-width: 991px) {
  .Lovela-cta-section::after {
    display: none;
  }
}

@media (max-width: 991px) {
  .Lovela-cta-section {
    margin: 90px 0;
    margin-top: 90px;
  }
}

@media (max-width: 767px) {
  .Lovela-cta-section {
    margin: 80px 0;
    margin-top: 80px;
  }
}

.Lovela-cta-section .cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.Lovela-cta-section .cta-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.Lovela-cta-section .cta-bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  background: #1B1B1B;
  opacity: 0.6;
}

.Lovela-cta-section .cta-wrap {
  text-align: center;
  padding: 100px 0;
}

.Lovela-cta-section .cta-wrap .cta-title {
  font-weight: 400;
  font-size: 50px;
  line-height: 95px;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 3px;
}

@media (max-width: 1650px) {
  .Lovela-cta-section .cta-wrap .cta-title {
    margin: 0 265px;
    letter-spacing: 5px;
  }
}

@media (max-width: 1399px) {
  .Lovela-cta-section .cta-wrap .cta-title {
    margin: 0 165px;
  }
}

@media (max-width: 1199px) {
  .Lovela-cta-section .cta-wrap .cta-title {
    margin: 0 135px;
  }
}

@media (max-width: 991px) {
  .Lovela-cta-section .cta-wrap .cta-title {
    margin: 0;
    font-size: 40px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .Lovela-cta-section .cta-wrap .cta-title {
    font-size: 30px;
    line-height: 50px;
  }
}

@media (max-width: 450px) {
  .Lovela-cta-section .cta-wrap .cta-title {
    font-size: 25px;
    line-height: 35px;
  }
}

.Lovela-cta-section .cta-wrap .theme-btn-s2 {
  border-radius: 0;
  padding: 12px 40px;
  font-weight: 500;
}

/*--------------------------------------------------------------
8. coming-soon-section
--------------------------------------------------------------*/
/*-------------------------------------------
	static-hero-s3
--------------------------------------------*/
.static-hero-s4 {
  height: 100vh;
  min-height: 850px;
  background: url(../image/bg.jpg) no-repeat center center;
  background-size: cover;
  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) {
  .static-hero-s4 {
    min-height: 700px;
  }
}

@media (max-width: 550px) {
  .static-hero-s4 {
    min-height: 550px;
  }
}

@media (max-width: 450px) {
  .static-hero-s4 {
    min-height: 550px;
  }
}

.static-hero-s4 .hero-inner .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.static-hero-s4 .back-btn a {
  position: absolute;
  right: 0;
  top: 5px;
  display: inline-block;
  padding: 5px 15px;
  background: #fff;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -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);
  color: #424242;
  padding-right: 10px;
}

.static-hero-s4 .back-btn a i {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  top: 2px;
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}

@media (max-width: 550px) {
  .static-hero-s4 {
    height: 760px;
  }
}

.coming-soon-section .coming-soon-wrap {
  padding: 80px;
  position: relative;
  margin-bottom: 40px;
  width: 700px;
  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 #FFF;
  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: 40px;
  z-index: 1;
}

@media (max-width: 767px) {
  .coming-soon-section .coming-soon-wrap {
    width: 520px;
    padding: 50px;
  }
}

@media (max-width: 550px) {
  .coming-soon-section .coming-soon-wrap {
    width: 420px;
    padding: 50px 30px;
  }
}

@media (max-width: 450px) {
  .coming-soon-section .coming-soon-wrap {
    width: 295px;
    padding: 60px 20px;
  }
}

.coming-soon-section .coming-soon-wrap .shape-1 {
  position: absolute;
  left: -140px;
  bottom: -170px;
  z-index: -1;
}

@media (max-width: 575px) {
  .coming-soon-section .coming-soon-wrap .shape-1 {
    left: -70px;
    bottom: -70px;
  }
  .coming-soon-section .coming-soon-wrap .shape-1 img {
    max-width: 60%;
  }
}

.coming-soon-section .coming-soon-wrap .shape-2 {
  position: absolute;
  right: -125px;
  top: -100px;
  z-index: -1;
}

@media (max-width: 575px) {
  .coming-soon-section .coming-soon-wrap .shape-2 {
    right: -160px;
    top: -50px;
  }
  .coming-soon-section .coming-soon-wrap .shape-2 img {
    max-width: 60%;
  }
}

.coming-soon-section .wpo-wedding-date {
  text-align: center;
  padding-bottom: 0;
}

.coming-soon-section .wpo-wedding-date .clock-grids {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

@media (max-width: 550px) {
  .coming-soon-section .wpo-wedding-date .clock-grids {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .coming-soon-section .wpo-wedding-date {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .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;
  }
}

.coming-soon-section .wpo-wedding-date #clock {
  overflow: hidden;
  margin-top: 20px;
}

@media (max-width: 530px) {
  .coming-soon-section .wpo-wedding-date #clock {
    margin-top: 0;
  }
}

.coming-soon-section .wpo-wedding-date #clock > div {
  float: left;
  display: table;
}

.coming-soon-section .wpo-wedding-date #clock > div > div {
  display: table-cell;
  vertical-align: middle;
}

.coming-soon-section .wpo-wedding-date #clock > div + div {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .coming-soon-section .wpo-wedding-date #clock > div + div {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .coming-soon-section .wpo-wedding-date #clock > div + div {
    margin-left: 10px;
  }
}

.coming-soon-section .wpo-wedding-date #clock .time {
  font-family: "freya";
  font-size: 60px;
  font-size: 4rem;
  line-height: 1em;
  padding-top: 15px;
  color: #525252;
}

@media (max-width: 1300px) {
  .coming-soon-section .wpo-wedding-date #clock .time {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .coming-soon-section .wpo-wedding-date #clock .time {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.coming-soon-section .wpo-wedding-date #clock span {
  color: #525252;
  font-size: 25px;
}

@media (max-width: 991px) {
  .coming-soon-section .wpo-wedding-date #clock span {
    font-size: 20px;
  }
}

.coming-soon-section .coming-soon-text {
  text-align: center;
}

.coming-soon-section .coming-soon-text h2 {
  font-size: 50px;
}

@media (max-width: 767px) {
  .coming-soon-section .coming-soon-text h2 {
    font-size: 30px;
  }
}

.coming-soon-section .coming-soon-text p {
  margin-bottom: 0;
}

.coming-soon-section .wpo-coming-contact .form-control {
  width: 100%;
  height: 55px;
  background: none;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}

.coming-soon-section .wpo-coming-contact .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.coming-soon-section .wpo-coming-contact button {
  height: 55px;
  background: #799D99;
  border: none;
  color: #fff;
  width: 100%;
}

/*--------------------------------------------------------------
6. wpo-blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.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: 500;
  font-size: 14px;
  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: #9A9A9A;
}

.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}

.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 13px;
}

.wpo-blog-pg-section .entry-meta ul li + li {
  margin-left: 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: #799D99;
  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;
  }
}

@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;
  line-height: 1.2em;
  font-weight: 700;
  margin: -0.27em 0 0.7em;
  font-family: "Jost", sans-serif;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
  }
}

.wpo-blog-pg-section .post h3 a {
  color: #06002E;
}

.wpo-blog-pg-section .post h3 a:hover {
  color: #799D99;
}

.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
  }
}

.wpo-blog-pg-section .post a.read-more {
  color: #525252;
  text-transform: capitalize;
  font-size: 16px;
}

.wpo-blog-pg-section .post a.read-more:hover {
  color: #799D99;
}

.wpo-blog-pg-section .entry-media img {
  width: 100%;
}

.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
  background-color: #f8f8f8;
  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: 20px;
  top: 10px;
  content: "\f10a";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #ebebeb;
}

.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: #799D99;
  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: #799D99;
  -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;
  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: #163967;
  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.8;
}

.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: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.wpo-blog-pg-section .format-video .video-holder a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: spineer 2s infinite;
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}

.wpo-blog-pg-section .format-video .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2f426b;
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  color: #799D99;
}

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

/*--------------------------------------------------------------
7. wpo-blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.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: 500;
  font-size: 14px;
  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: #799D99;
}

.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 0;
  margin-right: 3px;
}

.wpo-blog-single-section .entry-meta ul li i.fi:before {
  font-size: 13px;
}

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

@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;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Jost", sans-serif;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 25px;
  }
}

.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
}

.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
  font-family: "Jost", sans-serif;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
  }
}

.wpo-blog-single-section .post blockquote {
  background-color: #f8f8f8;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.wpo-blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f10a";
  font-size: 25px;
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #f8f8f8;
  background: #fff;
  color: #799D99;
  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 #DFCACC;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #06002E;
}

@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 {
  font-family: "Jost", sans-serif;
  color: #06002E;
  font-weight: 600;
  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: 12px;
  display: inline-block;
  padding: 5px 18px;
  color: #06002E;
  background: #f8f8f8;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
  }
}

.wpo-blog-single-section .tag-share .tag a:hover, .wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #799D99;
}

.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;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #525252;
}

.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-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #06002E;
}

.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;
  color: #06002E;
}

.wpo-blog-single-section .author-box .social-link a:hover {
  color: #799D99;
}

.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #799D99;
  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 #799D99;
  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 #799D99;
  }
}

.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;
  color: #525252;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.wpo-blog-single-section .more-posts .post-name {
  font-size: 16px;
  color: #06002E;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 16px;
  }
}

.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #799D99;
}

.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-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: "Jost", sans-serif;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 20px;
  }
}

.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: "Jost", sans-serif;
  font-size: 20px;
  color: #06002E;
  font-weight: bold;
  margin: 0 0 1em;
}

.wpo-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  color: #525252;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Jost", 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: "freya";
  font-size: 13px;
  font-weight: 600;
  color: #06002E;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Jost", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #799D99;
}

.wpo-blog-single-section .comment-respond {
  margin-top: 70px;
}

.wpo-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Jost", sans-serif;
}

@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
  }
}

.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #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: #799D99;
}

@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 {
  font-family: "Jost", sans-serif;
  max-width: 180px;
  background-color: #1e2845;
  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: #06002E;
}

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

/*--------------------------------------------------------------
8. wpo-faq-page
--------------------------------------------------------------*/
.wpo-faq-section {
  padding-bottom: 0;
}

.wpo-faq-section .wpo-section-title {
  text-align: center;
}

.wpo-faq-section .wpo-section-title h2 {
  margin-top: -11px;
  display: inline-block;
}

.wpo-faq-section .accordion-item {
  border: 0;
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.wpo-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.wpo-faq-section .accordion-item .accordion-body p {
  color: #525252;
}

.wpo-faq-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #06002E;
  text-align: left;
  font-family: "Jost", sans-serif;
}

.wpo-faq-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}

.wpo-faq-section .accordion-item button.collapsed {
  color: #373b3e;
}

.wpo-faq-section .accordion-item button.collapsed::after {
  content: "\e61a";
}

.wpo-faq-section .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}

.wpo-faq-section .accordion-item .accordion-collapse {
  border: 0;
}

.wpo-faq-section .accordion-button {
  background: transparent;
}

/*-----------------------------------------------------
#4.1 faq section
------------------------------------------------------*/
.question-area {
  background: transparent;
  padding-top: 100px;
}

@media (max-width: 991px) {
  .question-area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .question-area {
    padding-top: 60px;
  }
}

.question-area .wpo-section-title {
  text-align: center;
}

.question-area .wpo-section-title h2 {
  display: inline-block;
}

.question-touch {
  max-width: 570px;
  margin: auto;
  -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);
  padding: 50px;
  text-align: center;
  padding-top: 60px;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 590px) {
  .question-touch {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .faq-pb {
    margin-top: 15px;
  }
}

.question-touch h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}

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

.question-touch input,
.question-touch textarea {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 22px;
}

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

.question-touch textarea {
  height: 160px;
}

.question-touch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
  font-size: 14px;
}

.question-touch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 14px;
}

.question-touch :-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
}

.question-touch :-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 14px;
}

/*--------------------------------------------------------------
11. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 50px;
  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 p {
  font-size: 18px;
  margin-bottom: 1.8em;
}
/*# sourceMappingURL=style.css.map */