@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:   Roomora – Hotel Booking HTML Template
Version:        1.0.0
Author: wpoceans
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1.0 General
   1.1 Theme Reset Style
   1.2 Global Elements

2.0 Header
   2.1 Navigation 

3.0 Home Page Section
   3.1 Hero Static Section
   3.2 Select Section
   3.3 About Section
   3.4 Room Section
   3.5 Marquee Section
   3.6 Service Section
   3.7 Video Section
   3.8 Testimonial Section
   3.9 Fun Fact Section
   3.10 Blog Section

4.0 Footer

5.0 Home Style 2
   5.1 Select Section Style 2
   5.2 About Section Style 2
   5.3 Video Section Style 2
   5.4 Room Section Style 2
   5.5 Service Section Style 2
   5.6 Destination Section

6.0 Home Style 3
   6.1 Select Section Style 3
   6.2 Marquee Section Style 2
   6.3 Room Section Style 3
   6.4 Fun Fact Section Style 2
   6.5 Service Section Style 3
   6.6 Destination Section Style 2
   6.7 Testimonial Section Style 2
   6.8 Blog Section Style 2
   6.9 Team Section
   6.10 Pricing Section

7.0 Service Single Page

8.0 Faq Section

9.0 Team Single Page

10.0 Room Single Page

11.0 Shop Page

12.0 Shop Single Page

13.0 Cart Page

14.0 Checkout Page

15.0 Destination Single Page

16.0 Contact Page

17.0 Blog Page

18.0 Blog Single Page

19.0 Error 404 Page

20.0 Responsive Style


----------------------------------------------------------------*/
/*---------------------------------------------------------------
1.0 General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
/* 1.1 Theme Reset Style */
html {
  font-size: 18px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "DM Sans";
  color: #041117;
  background-color: #fff;
  font-size: 18px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

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

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

ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

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

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

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

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.box-style {
  max-width: 1880px;
  margin: 0 auto;
}
@media (max-width: 1880px) {
  .box-style {
    margin-left: 15px;
    margin-right: 15px;
  }
}

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

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  margin-top: 15px;
}
.contact-validation-active label.error,
.contact-validation-active label.error2 {
  color: red;
  font-size: 0.7777777778rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader,
.contact-validation-active #loader2 {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i,
.contact-validation-active #loader2 i {
  font-size: 30px;
  font-size: 1.6666666667rem;
  color: #000;
  display: inline-block;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #success2,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #success2,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error,
  .contact-validation-active #error2 {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success,
.contact-validation-active #success2 {
  background-color: rgb(0, 153.5, 0);
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error,
.contact-validation-active #error2 {
  background-color: rgb(255, 25.5, 25.5);
  border-left: 5px solid red;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*** back to top **/
.back-to-top {
  background-color: rgba(0, 0, 0, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #000;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #000;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

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

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999;
}

.fancybox-wrap {
  z-index: 9999999;
}

.new_img-animet {
  visibility: hidden;
  overflow: hidden;
}

.wpo-section-title,
.wpo-section-title-s2,
.wpo-section-title-s3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -15px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-section-title,
  .wpo-section-title-s2,
  .wpo-section-title-s3 {
    margin-top: 0;
    margin-bottom: 35px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.wpo-section-title h2,
.wpo-section-title-s2 h2,
.wpo-section-title-s3 h2 {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  max-width: 720px;
}
@media (max-width: 1399px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 35px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 30px;
  }
}
@media (max-width: 425px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2,
  .wpo-section-title-s3 h2 {
    font-size: 26px;
  }
}
.wpo-section-title p,
.wpo-section-title-s2 p,
.wpo-section-title-s3 p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title p,
  .wpo-section-title-s2 p,
  .wpo-section-title-s3 p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .wpo-section-title .title-right,
  .wpo-section-title-s2 .title-right,
  .wpo-section-title-s3 .title-right {
    padding-top: 20px;
  }
}

.wpo-section-title-s2 {
  display: block;
  align-items: start;
}
@media (max-width: 991px) {
  .wpo-section-title-s2 {
    align-items: center;
  }
}
.wpo-section-title-s2 .title-btn {
  padding-top: 20px;
}

.wpo-section-title-s3 {
  display: block;
  text-align: center;
}
.wpo-section-title-s3 h2 {
  max-width: unset;
}
.wpo-section-title-s3 p {
  margin: 0;
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 766px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .wpo-section-title-s3 p {
    font-size: 16px;
    line-height: 23px;
  }
}

.theme-btn,
.theme-btn-s2,
.theme-btn-s3 {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 12px 40px;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-family: "DM Sans";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
  border: 1px solid #000;
  border-radius: 35px;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.theme-btn:after,
.theme-btn-s2:after,
.theme-btn-s3:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(94, 93, 93, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  transform: skewX(-25deg);
}
.theme-btn:hover, .theme-btn:focus, .theme-btn:active,
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active {
  color: #fff;
}
.theme-btn:hover::after, .theme-btn:focus::after, .theme-btn:active::after,
.theme-btn-s2:hover::after,
.theme-btn-s2:focus::after,
.theme-btn-s2:active::after,
.theme-btn-s3:hover::after,
.theme-btn-s3:focus::after,
.theme-btn-s3:active::after {
  animation: shine 0.85s;
}
.theme-btn:hover:after,
.theme-btn-s2:hover:after,
.theme-btn-s3:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    padding: 12px 24px;
    font-size: 18px;
    line-height: 28px;
    font-size: 1.1111111111rem;
  }
}
@media (max-width: 575px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    padding: 8px 20px;
    font-size: 16px;
    line-height: 26px;
    font-size: 0.8888888889rem;
  }
}

.theme-btn-s2,
.theme-btn-s3 {
  padding: 17px 35px;
  padding-right: 75px;
}
@media (max-width: 991px) {
  .theme-btn-s2,
  .theme-btn-s3 {
    padding: 13px 24px;
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .theme-btn-s2,
  .theme-btn-s3 {
    padding: 10px 20px;
    padding-right: 50px;
  }
}
.theme-btn-s2 i,
.theme-btn-s3 i {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 55px;
  height: 55px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
}
@media (max-width: 991px) {
  .theme-btn-s2 i,
  .theme-btn-s3 i {
    font-size: 18px;
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 575px) {
  .theme-btn-s2 i,
  .theme-btn-s3 i {
    font-size: 16px;
    top: 3px;
    right: 3px;
    width: 40px;
    height: 40px;
  }
}
.theme-btn-s2:after,
.theme-btn-s3:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active {
  color: #fff;
}
.theme-btn-s2:hover::after, .theme-btn-s2:focus::after, .theme-btn-s2:active::after,
.theme-btn-s3:hover::after,
.theme-btn-s3:focus::after,
.theme-btn-s3:active::after {
  animation: shine 0.99s;
}

.theme-btn-s3 {
  background-color: transparent;
  color: #000;
}
.theme-btn-s3 i {
  background-color: #000;
  color: #fff;
}
.theme-btn-s3:after {
  background: linear-gradient(to right, rgba(94, 93, 93, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.theme-btn-s3:hover, .theme-btn-s3:focus, .theme-btn-s3:active {
  color: #000;
}

.form input,
.form textarea,
.form select {
  border-color: rgb(191.25, 191.25, 191.25);
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: rgb(89.25, 89.25, 89.25);
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #000;
  -o-box-shadow: 0 0 5px 0 rgb(25.5, 25.5, 25.5);
  -ms-box-shadow: 0 0 5px 0 rgb(25.5, 25.5, 25.5);
  box-shadow: 0 0 5px 0 rgb(25.5, 25.5, 25.5);
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: rgb(89.25, 89.25, 89.25);
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: rgb(25.5, 25.5, 25.5);
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #000;
}

.wpo-page-title,
.wpo-page-title-s2 {
  background: url(../images/page-title.jpg) no-repeat center top/cover;
  min-height: 350px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  border-radius: 40px;
}
.wpo-page-title::before,
.wpo-page-title-s2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
}
@media (max-width: 991px) {
  .wpo-page-title::before,
  .wpo-page-title-s2::before {
    border-radius: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-page-title,
  .wpo-page-title-s2 {
    min-height: 300px;
    padding-top: 0;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title,
  .wpo-page-title-s2 {
    min-height: 250px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap,
.wpo-page-title-s2 .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-page-title .wpo-breadcumb-wrap h2,
.wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
  margin: 0;
  font-weight: 600;
  font-size: 80px;
  line-height: normal;
  color: #fff;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 35px;
  }
}
@media (max-width: 425px) {
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title-s2 .wpo-breadcumb-wrap h2 {
    font-size: 28px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}
.wpo-page-title .wpo-breadcumb-wrap ol li,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 20px;
  color: #fff;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li,
  .wpo-page-title-s2 .wpo-breadcumb-wrap ol li {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 425px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li,
  .wpo-page-title-s2 .wpo-breadcumb-wrap ol li {
    font-size: 15px;
    line-height: 23px;
  }
}
.wpo-page-title .wpo-breadcumb-wrap ol li:after,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li:after {
  content: "\e649";
  font-family: "themify";
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
  font-size: 12px;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li:last-child {
  padding: 0;
  padding-left: 5px;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child span,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li:last-child span {
  color: #212121;
}
.wpo-page-title .wpo-breadcumb-wrap ol li:last-child:after,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li:last-child:after {
  display: none;
}
.wpo-page-title .wpo-breadcumb-wrap ol li a,
.wpo-page-title-s2 .wpo-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li a,
  .wpo-page-title-s2 .wpo-breadcumb-wrap ol li a {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .wpo-page-title .wpo-breadcumb-wrap ol li a,
  .wpo-page-title-s2 .wpo-breadcumb-wrap ol li a {
    font-size: 16px;
  }
}

.preloader {
  background-color: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1111111111111111200;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
  max-width: 55px;
}
.preloader * {
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  transform: scale3d(0.5, 0.5, 1);
}
.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.preloader [not-existing] {
  zoom: 1;
}
.preloader lesshat-selector {
  -lh-property: 0;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  margin-left: auto;
  max-width: 370px;
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget {
  border: 1px solid #E2E2E2;
}
.blog-sidebar .widget h3 {
  display: block;
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  padding: 15px 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #E2E2E2;
}
@media (max-width: 575px) {
  .blog-sidebar .widget h3 {
    padding: 15px 20px;
    font-size: 30px;
    line-height: 40px;
  }
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar {
  /*** search-widget ***/
}
.blog-sidebar .search-widget {
  border: 0;
}
.blog-sidebar .search-widget h3 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background-color: transparent;
  height: 70px;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s;
  border: 1px solid #E2E2E2;
  color: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  color: #fff;
  background-color: #000;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  transform: translateY(-50%);
}
.blog-sidebar {
  /*** category-widget ***/
}
.blog-sidebar .category-widget ul {
  list-style: none;
  padding: 30px;
}
@media (max-width: 575px) {
  .blog-sidebar .category-widget ul {
    padding: 30px 20px;
  }
}
.blog-sidebar .category-widget ul li {
  font-size: 20px;
  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: #666666;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
  }
}
.blog-sidebar {
  /*** recent-post-widget ***/
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts {
  padding: 30px;
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .posts {
    padding: 30px 20px;
  }
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .post .details {
    padding-left: 10px;
  }
}
.blog-sidebar .recent-post-widget .post h4 {
  margin: 0;
  color: #000;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #000;
}
.blog-sidebar .recent-post-widget .post .details .date {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 575px) {
  .blog-sidebar .recent-post-widget .post .details .date {
    font-size: 14px;
  }
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar {
  /*** tag-widget ***/
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
  padding: 30px;
}
@media (max-width: 575px) {
  .blog-sidebar .tag-widget ul {
    padding: 30px 20px;
  }
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  display: inline-block;
  padding: 5px 12px;
  color: #666666;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  border: 1px solid #E2E2E2;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .blog-sidebar .tag-widget ul li a {
    padding: 4px 8px;
    font-size: 16px;
    line-height: 28px;
  }
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #000;
  color: #fff;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 0.8888888889rem;
  font-weight: 600;
  color: #444444;
  background: rgb(245, 248, 251);
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 0.8333333333rem;
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 17px;
}

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

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

.wpo-single-sidebar {
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .wpo-single-sidebar {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .wpo-single-sidebar {
    padding-left: 0;
    margin-top: 60px;
    max-width: 450px;
  }
}
.wpo-single-sidebar .single-sidebar-items {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  padding: 55px 30px;
}
@media (max-width: 1199px) {
  .wpo-single-sidebar .single-sidebar-items {
    padding: 35px 20px;
  }
}
.wpo-single-sidebar .widget {
  margin-bottom: 50px;
}
.wpo-single-sidebar .widget:last-child {
  margin-bottom: 0;
}
.wpo-single-sidebar .widget h2 {
  margin: 0 auto;
  font-family: "Instrument Sans";
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  display: block;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
  max-width: 255px;
  border-bottom: 1px solid #CBCBCB;
}
@media (max-width: 1199px) {
  .wpo-single-sidebar .widget h2 {
    font-size: 25px;
  }
}
.wpo-single-sidebar .widget h2::before {
  position: absolute;
  left: 50%;
  bottom: -2px;
  transform: translateX(-50%);
  background: #226156;
  content: "";
  width: 70px;
  height: 4px;
}
.wpo-single-sidebar .widget ul {
  list-style: none;
}
.wpo-single-sidebar .wpo-service-widget ul li a {
  display: block;
  padding: 15px 0;
  font-size: 20px;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #D9D9D9;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 575px) {
  .wpo-single-sidebar .wpo-service-widget ul li a {
    font-size: 18px;
    padding-left: 20px;
  }
}
.wpo-single-sidebar .wpo-service-widget ul li a:before {
  position: absolute;
  left: 0;
  top: 20px;
  font-family: "themify";
  content: "\e649";
  font-size: 14px;
  color: #000;
  transition: all ease-in-out 0.4s;
}
@media (max-width: 575px) {
  .wpo-single-sidebar .wpo-service-widget ul li a:before {
    font-size: 12px;
  }
}
.wpo-single-sidebar .wpo-service-widget ul li a:hover:before {
  left: 6px;
}
.wpo-single-sidebar .wpo-newsletter-widget p {
  font-size: 20px;
  color: #535353;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpo-single-sidebar .wpo-newsletter-widget p {
    font-size: 18px;
  }
}
.wpo-single-sidebar .wpo-newsletter-widget span {
  font-size: 16px;
  color: #000;
}
.wpo-single-sidebar .wpo-newsletter-widget span a {
  color: #000;
  font-weight: 600;
}
.wpo-single-sidebar .wpo-newsletter-widget span a:hover {
  color: #000;
}
.wpo-single-sidebar .wpo-newsletter-widget .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
}
.wpo-single-sidebar .wpo-newsletter-widget .form input:focus {
  box-shadow: none;
}
.wpo-single-sidebar .wpo-newsletter-widget .form button {
  background: #000;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}
.wpo-single-sidebar .wpo-instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
}
.wpo-single-sidebar .wpo-instagram-widget ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.wpo-single-sidebar .wpo-instagram-widget ul li img {
  width: 100%;
}
.wpo-single-sidebar p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.wpo-single-sidebar .wpo-contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 25px 20px;
  text-align: center;
}
.wpo-single-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 52, 67, 0.8);
  content: "";
  z-index: -1;
}
.wpo-single-sidebar .wpo-contact-widget h2 {
  color: #fff;
}
.wpo-single-sidebar .wpo-contact-widget h2::before {
  background: #fff;
}
.wpo-single-sidebar .wpo-contact-widget p {
  color: #fff;
}
.wpo-single-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 12px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 70px;
  position: relative;
  margin-top: 10px;
}
.wpo-single-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/
/* 2.1 Navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
}

.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;
  transition: all 1s;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}

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

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

@media (max-width: 991px) {
  .wpo-site-header .navigation {
    padding: 10px 0;
  }
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}

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

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    justify-content: center;
  }
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a:hover:before,
  .wpo-site-header #navbar > ul > li > a.active:before {
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.wpo-site-header .container-fluid {
  display: block;
}
@media (max-width: 991px) {
  .wpo-site-header .container-fluid {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header .row {
    flex-wrap: nowrap;
  }
  .wpo-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .wpo-site-header .header-right {
    right: 15px;
  }
}
@media (max-width: 991px) and (max-width: 425px) {
  .wpo-site-header .header-right {
    right: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .wpo-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}
.wpo-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #000;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}
.wpo-site-header .header-right {
  display: flex;
  justify-content: flex-end;
  z-index: 991;
  position: relative;
  align-items: center;
}

.wpo-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.wpo-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .wpo-site-header .header-right .close-form {
    display: none;
  }
}
.wpo-site-header .header-right .close-form .theme-btn {
  padding: 11px 38px;
  color: #000;
  background-color: transparent;
  font-size: 20px;
  border-radius: 25px;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wpo-site-header .header-right .close-form .theme-btn {
    padding: 8px 30px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .close-form .theme-btn {
    padding: 8px 20px;
    font-size: 16px;
  }
}

.wpo-site-header .header-right > div:last-child {
  margin: 0 0 0 15px;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-site-header .header-right > div:last-child {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.wpo-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.wpo-site-header .header-right .header-search-form-wrapper i {
  font-size: 22px;
}

.wpo-site-header .header-right .header-search-form i {
  font-size: 22px;
}

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

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  color: #000;
  border-radius: 50%;
}
.wpo-site-header .header-right .search-toggle-btn .fi,
.wpo-site-header .header-right .cart-toggle-btn .fi {
  font-size: 30px;
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn .fi,
  .wpo-site-header .header-right .cart-toggle-btn .fi {
    font-size: 24px;
  }
}
.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  position: relative;
  font-size: 25px;
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn .ti-close,
  .wpo-site-header .header-right .cart-toggle-btn .ti-close {
    font-size: 20px;
  }
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 30px;
}
@media (max-width: 991px) {
  .cart-search-contact .fi {
    font-size: 24px;
  }
}
.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: 62px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 55px;
    padding: 20px;
  }
}
@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 form div {
  position: relative;
}
.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.cart-search-contact form div button .fi:before {
  font-size: 22px;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dedede;
}
.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #000;
}

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

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

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

.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 > .container {
  position: relative;
}
.wpo-site-header #navbar {
  transition: all 0.5s;
}
.wpo-site-header #navbar > ul li a:hover {
  text-decoration: none;
  color: black;
}
.wpo-site-header #navbar > ul li.current-menu-item a {
  color: black;
}
@media screen and (min-width: 992px) {
  .wpo-site-header #navbar li {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > a {
    padding: 35px 25px;
    display: block;
    position: relative;
    text-transform: capitalize;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    font-family: "DM Sans";
  }
  .wpo-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 230px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    transform: scaleY(0);
    transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    display: block;
    padding: 10px 15px;
    color: #444444;
    position: relative;
    overflow: hidden;
    font-weight: 600;
    text-transform: capitalize;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #000;
    content: "";
    transition: all 0.3s;
    border-radius: 5px;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover, .wpo-site-header #navbar > ul > li .sub-menu a.active {
    color: #000;
  }
  .wpo-site-header #navbar > ul > li .sub-menu a:hover:after, .wpo-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
    transition: all 0.3s;
    transform: none;
    transform-origin: none;
    transition: all 0.3s ease-in-out 0s;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .wpo-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6111111111rem;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .wpo-site-header #navbar {
    /*** hover effect ***/
  }
  .wpo-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
  }
  .wpo-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 0.8333333333rem;
    color: #fff;
    font-weight: 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: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:hover, .wpo-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6111111111rem;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    transform: rotate(90deg);
    top: 29%;
  }
  .wpo-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
}
@media screen and (min-width: 992px) {
  .wpo-site-header .navbar-header .open-btn {
    display: none;
  }
  .wpo-site-header #navbar .close-navbar {
    display: none;
  }
}
.wpo-site-header .menu-close {
  display: none;
}
.wpo-site-header {
  /* style for navigation less than 992px */
}
@media (max-width: 991px) {
  .wpo-site-header .container {
    width: 100%;
  }
  .wpo-site-header .mobail-menu button {
    background-color: #000;
    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;
    box-shadow: none;
  }
  .wpo-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 4px;
  }
  .wpo-site-header .mobail-menu button span.first-angle {
    margin-top: 2px;
  }
  .wpo-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .wpo-site-header .mobail-menu button .sr-only {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar {
    background: #131313;
    display: block;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .wpo-site-header #navbar .navbar-nav {
    display: block;
  }
  .wpo-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #000;
  }
  .wpo-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .wpo-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .wpo-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .wpo-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .wpo-site-header {
    /* class for show hide navigation */
  }
  .wpo-site-header #navbar.slideInn {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .wpo-site-header .navbar-toggler .first-angle,
  .wpo-site-header .navbar-toggler .last-angle {
    transition: all 0.3s;
  }
  .wpo-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .wpo-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .wpo-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .wpo-site-header #navbar .navbar-nav {
    margin: 0;
  }
}
.wpo-site-header .navbar-header .navbar-brand {
  display: block;
  padding-left: 0;
}
.wpo-site-header {
  /*navbar collaps less then 992px*/
}
@media (max-width: 991px) {
  .wpo-site-header .navbar-collapse.collapse {
    display: none;
  }
  .wpo-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .wpo-site-header .navbar-header .collapse,
  .wpo-site-header .navbar-toggle {
    display: block;
  }
  .wpo-site-header .navbar-header {
    float: none;
  }
  .wpo-site-header .navbar-right {
    float: none;
  }
  .wpo-site-header .navbar-nav {
    float: none;
  }
  .wpo-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 1200px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 160px;
  }
}
@media (max-width: 425px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}
@media (max-width: 1700px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 22px;
  }
}
@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 14px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 10px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}
.wpo-site-header .navigation.sticky-header {
  padding: 0 80px;
}
@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 40px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 30px;
  }
}

@media (max-width: 1700px) {
  .wpo-site-header .sticky-header .navigation.sticky-header {
    padding: 0 30px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 15px 0;
  }
}
/* header-style-s2 */
.header-style-s2,
.header-style-s3 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 111;
  background-color: transparent;
  padding: 30px 40px;
  padding-bottom: 0;
}
@media (max-width: 1399px) {
  .header-style-s2,
  .header-style-s3 {
    padding: 0 20px;
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .header-style-s2,
  .header-style-s3 {
    padding: 0 10px;
    padding-top: 20px;
  }
}
.header-style-s2 .navigation,
.header-style-s3 .navigation {
  background-color: transparent;
}
.header-style-s2 #navbar > ul > li > a,
.header-style-s3 #navbar > ul > li > a {
  color: #fff;
}
.header-style-s2 #navbar > ul > li > a:hover,
.header-style-s3 #navbar > ul > li > a:hover {
  color: #fff;
}
.header-style-s2 .header-right .search-toggle-btn,
.header-style-s3 .header-right .search-toggle-btn {
  color: #fff;
}
.header-style-s2 .header-right .close-form .theme-btn,
.header-style-s3 .header-right .close-form .theme-btn {
  border: 1px solid #fff;
  color: #fff;
}
.header-style-s2 .mobail-menu button,
.header-style-s3 .mobail-menu button {
  background-color: #fff;
}
.header-style-s2 .mobail-menu button span,
.header-style-s3 .mobail-menu button span {
  background-color: #000;
}
.header-style-s2 .navigation.sticky-header,
.header-style-s3 .navigation.sticky-header {
  background-color: #000;
}

/* header-style-s3 */
.header-style-s3 {
  position: unset;
  background-color: #000;
  padding: 0 92px;
}
@media (max-width: 1700px) {
  .header-style-s3 {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .header-style-s3 {
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .header-style-s3 {
    padding: 0;
  }
}
.header-style-s3 .navigation {
  background-color: #000;
}
.header-style-s3 .navigation.sticky-header {
  background-color: #131313;
}

/*--------------------------------------------------------------
3.0 Home Page Section
--------------------------------------------------------------*/
/* 3.1 Hero Static Section */
@media (max-width: 991px) {
  .wpo-hero-static.box-style {
    margin: 0;
  }
}
.wpo-hero-static .hero-wrapper {
  position: relative;
  height: 1000px;
  border-radius: 30px;
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-wrapper {
    height: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-wrapper {
    height: auto;
    padding-top: 0;
    padding: 0 10px;
    padding-bottom: 340px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-wrapper {
    padding-bottom: 280px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-wrapper {
    padding-bottom: 200px;
  }
}
.wpo-hero-static .hero-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #6490C1 0%, #B7D3F0 100%);
  border-radius: 30px;
}
.wpo-hero-static .hero-top {
  padding-left: 10px;
  padding-top: 40px;
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-top {
    padding-left: 0;
  }
}
.wpo-hero-static .hero-top h2 {
  color: #fff;
  font-family: "Instrument Sans";
  font-size: 212px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1870px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 200px;
  }
}
@media (max-width: 1760px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 180px;
  }
}
@media (max-width: 1600px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 166px;
  }
}
@media (max-width: 1500px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 155px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 130px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 107px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 44px;
  }
}
@media (max-width: 425px) {
  .wpo-hero-static .hero-top h2 {
    font-size: 32px;
  }
}
.wpo-hero-static .content {
  max-width: 480px;
  padding-top: 60px;
  position: absolute;
  right: 30px;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-hero-static .content {
    margin-left: 0px;
    padding-top: 20px;
    position: relative;
    right: 0;
  }
}
.wpo-hero-static .content p {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1199px) {
  .wpo-hero-static .content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static .content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static .content p {
    font-size: 16px;
  }
}
.wpo-hero-static .overlay-image {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .wpo-hero-static .overlay-image {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.wpo-hero-static .overlay-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .wpo-hero-static .overlay-image img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* hero style 2*/
.hero-slider {
  height: 1000px;
  position: relative;
  top: 20px;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-slider {
    height: 650px;
  }
}
@media (max-width: 575px) {
  .hero-slider {
    height: 580px;
  }
}
.hero-slider .slide-inner,
.hero-slider .swiper-container {
  border-radius: 40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 991px) {
  .hero-slider .slide-inner,
  .hero-slider .swiper-container {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.hero-slider .slide-inner:before {
  border-radius: 40px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 991px) {
  .hero-slider .slide-inner:before {
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.hero-slider .slide-inner {
  position: relative;
  z-index: 1;
}
.hero-slider .slide-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.hero-slider .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  padding-bottom: 125px;
}
@media (max-width: 1399px) {
  .hero-slider .slide-content {
    padding: 0 10px;
    padding-bottom: 125px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-content {
    display: block;
    text-align: center;
    padding-bottom: 0;
  }
}
.hero-slider .slide-content .slide-title p {
  margin: 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  max-width: 410px;
}
@media (max-width: 991px) {
  .hero-slider .slide-content .slide-title p {
    font-size: 18px;
    line-height: 27px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .hero-slider .slide-content .slide-title p {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-slider .slide-content .slide-sub-title {
  max-width: 1040px;
}
@media (max-width: 1600px) {
  .hero-slider .slide-content .slide-sub-title {
    max-width: 880px;
  }
}
@media (max-width: 1399px) {
  .hero-slider .slide-content .slide-sub-title {
    max-width: 750px;
  }
}
@media (max-width: 1199px) {
  .hero-slider .slide-content .slide-sub-title {
    max-width: 620px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-content .slide-sub-title {
    margin: 0 auto;
  }
}
.hero-slider .slide-content .slide-sub-title h2 {
  margin: 0;
  color: #FFF;
  font-size: 120px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1600px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 100px;
  }
}
@media (max-width: 1399px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 425px) {
  .hero-slider .slide-content .slide-sub-title h2 {
    font-size: 28px;
  }
}

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

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

.hero-slider .slide-inner,
.hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: left;
}
@media (max-width: 991px) {
  .hero-slider .slide-inner,
  .hero-slider .hero-inner {
    align-items: center;
  }
}

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

@media screen and (min-width: 992px) {
  .hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #000;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

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

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

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

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

/* wpo-hero-static-s3 */
.wpo-hero-static-s3 {
  background-color: #000;
  position: relative;
}
.wpo-hero-static-s3 .hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
  padding-top: 55px;
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .hero-top {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s3 .hero-top {
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.wpo-hero-static-s3 .hero-top .hero-left h2 {
  margin: 0;
  color: #fff;
  font-size: 120px;
  font-weight: 600;
  line-height: normal;
  max-width: 1040px;
}
@media (max-width: 1600px) {
  .wpo-hero-static-s3 .hero-top .hero-left h2 {
    font-size: 95px;
    max-width: 940px;
  }
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .hero-top .hero-left h2 {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .hero-top .hero-left h2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s3 .hero-top .hero-left h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s3 .hero-top .hero-left h2 {
    font-size: 32px;
  }
}
.wpo-hero-static-s3 .hero-top .hero-right {
  max-width: 514px;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .hero-top .hero-right {
    max-width: 450px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .hero-top .hero-right {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .hero-top .hero-right {
    padding-top: 10px;
  }
}
.wpo-hero-static-s3 .hero-top .hero-right p {
  margin: 0;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1399px) {
  .wpo-hero-static-s3 .hero-top .hero-right p {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .hero-top .hero-right p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-static-s3 .hero-top .hero-right p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-static-s3 .hero-top .hero-right p {
    font-size: 16px;
  }
}
.wpo-hero-static-s3 .hero-image {
  height: 600px;
}
@media (max-width: 1199px) {
  .wpo-hero-static-s3 .hero-image {
    height: 450px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-static-s3 .hero-image {
    height: 100%;
  }
}
.wpo-hero-static-s3 .hero-image img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

/*--------------------------------------------------------------
4.0 Footer
--------------------------------------------------------------*/
/* wpo-site-footer */
.wpo-site-footer,
.wpo-site-footer-s2 {
  background: #000;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  padding: 0 100px;
}
@media (max-width: 1399px) {
  .wpo-site-footer,
  .wpo-site-footer-s2 {
    padding: 0 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer,
  .wpo-site-footer-s2 {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer,
  .wpo-site-footer-s2 {
    padding: 0;
  }
}
.wpo-site-footer ul,
.wpo-site-footer-s2 ul {
  list-style: none;
}
.wpo-site-footer p,
.wpo-site-footer-s2 p {
  color: #fff;
}
.wpo-site-footer li,
.wpo-site-footer-s2 li {
  color: #fff;
}
.wpo-site-footer .container,
.wpo-site-footer-s2 .container {
  position: relative;
}
.wpo-site-footer .wpo-upper-footer,
.wpo-site-footer-s2 .wpo-upper-footer {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col,
  .wpo-site-footer-s2 .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col,
  .wpo-site-footer-s2 .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
.wpo-site-footer .widget-title,
.wpo-site-footer-s2 .widget-title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title,
  .wpo-site-footer-s2 .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h3,
.wpo-site-footer-s2 .widget-title h3 {
  color: #fff;
  margin: 0;
  position: relative;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wpo-site-footer .widget-title h3,
  .wpo-site-footer-s2 .widget-title h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title h3,
  .wpo-site-footer-s2 .widget-title h3 {
    font-size: 30px;
  }
}
.wpo-site-footer .about-widget .logo,
.wpo-site-footer-s2 .about-widget .logo {
  max-width: 180px;
}
@media (max-width: 767px) {
  .wpo-site-footer .about-widget,
  .wpo-site-footer-s2 .about-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .about-widget p,
.wpo-site-footer-s2 .about-widget p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.wpo-site-footer .about-widget p:last-child,
.wpo-site-footer-s2 .about-widget p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .wpo-site-footer .about-widget p,
  .wpo-site-footer-s2 .about-widget p {
    font-size: 18px;
    line-height: 27px;
  }
}
.wpo-site-footer .wpo-service-link-widget,
.wpo-site-footer-s2 .wpo-service-link-widget {
  padding-left: 70px;
}
.wpo-site-footer .link-widget,
.wpo-site-footer-s2 .link-widget {
  overflow: hidden;
}
@media screen and (min-width: 1450px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget {
    padding-left: 85px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .link-widget ul li,
.wpo-site-footer-s2 .link-widget ul li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpo-site-footer .link-widget ul li,
  .wpo-site-footer-s2 .link-widget ul li {
    font-size: 18px;
  }
}
.wpo-site-footer .link-widget ul li a,
.wpo-site-footer-s2 .link-widget ul li a {
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.wpo-site-footer .link-widget ul li a:hover,
.wpo-site-footer-s2 .link-widget ul li a:hover {
  text-decoration: underline;
}
.wpo-site-footer .link-widget ul li + li,
.wpo-site-footer-s2 .link-widget ul li + li {
  padding-top: 5px;
}
.wpo-site-footer .newsletter-widget,
.wpo-site-footer-s2 .newsletter-widget {
  max-width: 350px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .wpo-site-footer .newsletter-widget,
  .wpo-site-footer-s2 .newsletter-widget {
    margin-left: 0;
  }
}
.wpo-site-footer .newsletter-widget .input-fild,
.wpo-site-footer-s2 .newsletter-widget .input-fild {
  border: 1px solid #989898;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 15px 20px;
  width: 100%;
  background: transparent;
}
@media (max-width: 575px) {
  .wpo-site-footer .newsletter-widget .input-fild,
  .wpo-site-footer-s2 .newsletter-widget .input-fild {
    font-size: 18px;
    line-height: 27px;
    padding: 15px;
  }
}
.wpo-site-footer .newsletter-widget .input-fild:focus-visible,
.wpo-site-footer-s2 .newsletter-widget .input-fild:focus-visible {
  outline: none;
}
.wpo-site-footer .newsletter-widget .input-fild::-moz-placeholder, .wpo-site-footer-s2 .newsletter-widget .input-fild::-moz-placeholder {
  color: #fff;
}
.wpo-site-footer .newsletter-widget .input-fild::placeholder,
.wpo-site-footer-s2 .newsletter-widget .input-fild::placeholder {
  color: #fff;
}
.wpo-site-footer .newsletter-widget button,
.wpo-site-footer-s2 .newsletter-widget button {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  width: 100%;
  padding: 15px;
  border: 0;
  margin-top: 30px;
}
.wpo-site-footer .social-widget ul li a,
.wpo-site-footer-s2 .social-widget ul li a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  margin-right: 20px;
}
.wpo-site-footer .wpo-lower-footer,
.wpo-site-footer-s2 .wpo-lower-footer {
  text-align: center;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .row,
.wpo-site-footer-s2 .wpo-lower-footer .row {
  padding: 24px 0;
  position: relative;
  border-top: 1px solid #313131;
}
.wpo-site-footer .wpo-lower-footer .copyright,
.wpo-site-footer-s2 .wpo-lower-footer .copyright {
  font-size: 15px;
  margin: 0;
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright,
  .wpo-site-footer-s2 .wpo-lower-footer .copyright {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .wpo-lower-footer .copyright,
  .wpo-site-footer-s2 .wpo-lower-footer .copyright {
    font-size: 18px;
    line-height: 26px;
  }
}
.wpo-site-footer .wpo-lower-footer .copyright a,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a {
  color: #929292;
  transition: all ease-in-out 0.5s;
}
.wpo-site-footer .wpo-lower-footer .copyright a:hover,
.wpo-site-footer-s2 .wpo-lower-footer .copyright a:hover {
  text-decoration: underline;
}
.wpo-site-footer .wpo-lower-footer .right,
.wpo-site-footer-s2 .wpo-lower-footer .right {
  text-align: end;
  margin: 0 -23px;
}
@media (max-width: 1199px) {
  .wpo-site-footer .wpo-lower-footer .right,
  .wpo-site-footer-s2 .wpo-lower-footer .right {
    margin: 0 -10px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .right,
  .wpo-site-footer-s2 .wpo-lower-footer .right {
    text-align: center;
    margin: 0;
  }
}
.wpo-site-footer .wpo-lower-footer .right li,
.wpo-site-footer-s2 .wpo-lower-footer .right li {
  display: inline-block;
}
.wpo-site-footer .wpo-lower-footer .right li a,
.wpo-site-footer-s2 .wpo-lower-footer .right li a {
  color: #929292;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding: 0 23px;
  transition: all ease-in-out 0.5s;
}
.wpo-site-footer .wpo-lower-footer .right li a:hover,
.wpo-site-footer-s2 .wpo-lower-footer .right li a:hover {
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wpo-site-footer .wpo-lower-footer .right li a,
  .wpo-site-footer-s2 .wpo-lower-footer .right li a {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .wpo-site-footer .wpo-lower-footer .right li a,
  .wpo-site-footer-s2 .wpo-lower-footer .right li a {
    font-size: 18px;
    line-height: 26px;
  }
}

/* wpo-site-footer-s2 */
.wpo-site-footer-s2 {
  background-color: #131313;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 1111;
  opacity: 0;
  transition: all 0.7s;
}

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

/* 3.2 Select Section */
.wpo-select-section,
.wpo-select-section-s2,
.wpo-select-section-s3 {
  margin-top: -160px;
  z-index: 99;
  position: relative;
}
@media (max-width: 991px) {
  .wpo-select-section,
  .wpo-select-section-s2,
  .wpo-select-section-s3 {
    margin-top: 0;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-select-section,
  .wpo-select-section-s2,
  .wpo-select-section-s3 {
    padding-top: 60px;
  }
}
.wpo-select-section .select-wrap,
.wpo-select-section-s2 .select-wrap,
.wpo-select-section-s3 .select-wrap {
  max-width: 1815px;
  margin: 0 auto;
}
@media (max-width: 1880px) {
  .wpo-select-section .select-wrap,
  .wpo-select-section-s2 .select-wrap,
  .wpo-select-section-s3 .select-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-select-section .select-wrap,
  .wpo-select-section-s2 .select-wrap,
  .wpo-select-section-s3 .select-wrap {
    max-width: 720px;
    margin: 0 auto;
  }
}
.wpo-select-section .wpo-select-area,
.wpo-select-section-s2 .wpo-select-area,
.wpo-select-section-s3 .wpo-select-area {
  box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
  background: #fff;
  border-radius: 60px;
}
@media (max-width: 991px) {
  .wpo-select-section .wpo-select-area,
  .wpo-select-section-s2 .wpo-select-area,
  .wpo-select-section-s3 .wpo-select-area {
    padding: 40px 30px;
    border-radius: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-select-section .wpo-select-area,
  .wpo-select-section-s2 .wpo-select-area,
  .wpo-select-section-s3 .wpo-select-area {
    padding: 40px 0;
  }
}
.wpo-select-section .wpo-select-area form,
.wpo-select-section-s2 .wpo-select-area form,
.wpo-select-section-s3 .wpo-select-area form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 70px;
  padding: 20px;
  gap: 20px;
  justify-content: center;
  margin-right: -20px;
}
@media (max-width: 1600px) {
  .wpo-select-section .wpo-select-area form,
  .wpo-select-section-s2 .wpo-select-area form,
  .wpo-select-section-s3 .wpo-select-area form {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .wpo-select-section .wpo-select-area form,
  .wpo-select-section-s2 .wpo-select-area form,
  .wpo-select-section-s3 .wpo-select-area form {
    display: block;
  }
}
.wpo-select-section .wpo-select-area form .items,
.wpo-select-section-s2 .wpo-select-area form .items,
.wpo-select-section-s3 .wpo-select-area form .items {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  gap: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  height: 90px;
}
@media (max-width: 1750px) {
  .wpo-select-section .wpo-select-area form .items,
  .wpo-select-section-s2 .wpo-select-area form .items,
  .wpo-select-section-s3 .wpo-select-area form .items {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .wpo-select-section .wpo-select-area form .items,
  .wpo-select-section-s2 .wpo-select-area form .items,
  .wpo-select-section-s3 .wpo-select-area form .items {
    height: 70px;
  }
}
.wpo-select-section .wpo-select-area form .icon,
.wpo-select-section-s2 .wpo-select-area form .icon,
.wpo-select-section-s3 .wpo-select-area form .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .wpo-select-section .wpo-select-area form .icon,
  .wpo-select-section-s2 .wpo-select-area form .icon,
  .wpo-select-section-s3 .wpo-select-area form .icon {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .wpo-select-section .wpo-select-area form .icon img,
  .wpo-select-section-s2 .wpo-select-area form .icon img,
  .wpo-select-section-s3 .wpo-select-area form .icon img {
    width: 100%;
    max-width: 25px;
  }
}
.wpo-select-section .wpo-select-area form label,
.wpo-select-section-s2 .wpo-select-area form label,
.wpo-select-section-s3 .wpo-select-area form label {
  color: #666666;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1750px) {
  .wpo-select-section .wpo-select-area form label,
  .wpo-select-section-s2 .wpo-select-area form label,
  .wpo-select-section-s3 .wpo-select-area form label {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .wpo-select-section .wpo-select-area form label,
  .wpo-select-section-s2 .wpo-select-area form label,
  .wpo-select-section-s3 .wpo-select-area form label {
    font-size: 16px;
  }
}
.wpo-select-section .wpo-select-area form .date,
.wpo-select-section-s2 .wpo-select-area form .date,
.wpo-select-section-s3 .wpo-select-area form .date {
  position: relative;
  width: calc(100% - 70px);
}
.wpo-select-section .wpo-select-area form .date input,
.wpo-select-section-s2 .wpo-select-area form .date input,
.wpo-select-section-s3 .wpo-select-area form .date input {
  border: 0;
  padding: 20px 0;
  padding-left: 20px;
  padding: 0;
  width: 100%;
  font-size: 25px;
  color: #000;
}
@media (max-width: 1750px) {
  .wpo-select-section .wpo-select-area form .date input,
  .wpo-select-section-s2 .wpo-select-area form .date input,
  .wpo-select-section-s3 .wpo-select-area form .date input {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .wpo-select-section .wpo-select-area form .date input,
  .wpo-select-section-s2 .wpo-select-area form .date input,
  .wpo-select-section-s3 .wpo-select-area form .date input {
    font-size: 18px;
  }
}
.wpo-select-section .wpo-select-area form .date input:focus,
.wpo-select-section-s2 .wpo-select-area form .date input:focus,
.wpo-select-section-s3 .wpo-select-area form .date input:focus {
  outline: none;
}
.wpo-select-section .wpo-select-area form .date ::-webkit-input-placeholder,
.wpo-select-section-s2 .wpo-select-area form .date ::-webkit-input-placeholder,
.wpo-select-section-s3 .wpo-select-area form .date ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #000;
}
.wpo-select-section .wpo-select-area form .date :-moz-placeholder,
.wpo-select-section-s2 .wpo-select-area form .date :-moz-placeholder,
.wpo-select-section-s3 .wpo-select-area form .date :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #000;
}
.wpo-select-section .wpo-select-area form .date ::-moz-placeholder,
.wpo-select-section-s2 .wpo-select-area form .date ::-moz-placeholder,
.wpo-select-section-s3 .wpo-select-area form .date ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #000;
}
.wpo-select-section .wpo-select-area form .date :-ms-input-placeholder,
.wpo-select-section-s2 .wpo-select-area form .date :-ms-input-placeholder,
.wpo-select-section-s3 .wpo-select-area form .date :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #000;
}
.wpo-select-section .wpo-select-area form .select-sub,
.wpo-select-section-s2 .wpo-select-area form .select-sub,
.wpo-select-section-s3 .wpo-select-area form .select-sub {
  flex-basis: 30%;
  max-width: 300px;
}
@media (max-width: 1600px) {
  .wpo-select-section .wpo-select-area form .select-sub,
  .wpo-select-section-s2 .wpo-select-area form .select-sub,
  .wpo-select-section-s3 .wpo-select-area form .select-sub {
    flex-basis: 18%;
  }
}
@media (max-width: 1399px) {
  .wpo-select-section .wpo-select-area form .select-sub,
  .wpo-select-section-s2 .wpo-select-area form .select-sub,
  .wpo-select-section-s3 .wpo-select-area form .select-sub {
    flex-basis: 22%;
  }
}
@media (max-width: 1199px) {
  .wpo-select-section .wpo-select-area form .select-sub,
  .wpo-select-section-s2 .wpo-select-area form .select-sub,
  .wpo-select-section-s3 .wpo-select-area form .select-sub {
    flex-basis: 30%;
  }
}
@media (max-width: 991px) {
  .wpo-select-section .wpo-select-area form .select-sub,
  .wpo-select-section-s2 .wpo-select-area form .select-sub,
  .wpo-select-section-s3 .wpo-select-area form .select-sub {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .wpo-select-section .wpo-select-area form .select-sub,
  .wpo-select-section-s2 .wpo-select-area form .select-sub,
  .wpo-select-section-s3 .wpo-select-area form .select-sub {
    max-width: 240px;
  }
}
@media (max-width: 575px) {
  .wpo-select-section .wpo-select-area form .select-sub,
  .wpo-select-section-s2 .wpo-select-area form .select-sub,
  .wpo-select-section-s3 .wpo-select-area form .select-sub {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .wpo-select-section .wpo-select-area form .select-sub:last-child,
  .wpo-select-section-s2 .wpo-select-area form .select-sub:last-child,
  .wpo-select-section-s3 .wpo-select-area form .select-sub:last-child {
    margin-bottom: 0;
  }
}
.wpo-select-section .wpo-select-area form .select-sub:last-child,
.wpo-select-section-s2 .wpo-select-area form .select-sub:last-child,
.wpo-select-section-s3 .wpo-select-area form .select-sub:last-child {
  flex-basis: 32%;
}
@media (max-width: 991px) {
  .wpo-select-section .wpo-select-area form .select-sub:last-child,
  .wpo-select-section-s2 .wpo-select-area form .select-sub:last-child,
  .wpo-select-section-s3 .wpo-select-area form .select-sub:last-child {
    flex-basis: 50%;
  }
}
@media (max-width: 575px) {
  .wpo-select-section .wpo-select-area form .select-sub:last-child,
  .wpo-select-section-s2 .wpo-select-area form .select-sub:last-child,
  .wpo-select-section-s3 .wpo-select-area form .select-sub:last-child {
    margin: 0 auto;
  }
}
.wpo-select-section .wpo-select-area form .select-sub .theme-btn,
.wpo-select-section-s2 .wpo-select-area form .select-sub .theme-btn,
.wpo-select-section-s3 .wpo-select-area form .select-sub .theme-btn {
  width: 100%;
  height: 100%;
  font-size: 25px;
  font-family: "DM Sans";
  background-color: #000;
  padding: 29px 30px;
  border-radius: 50px;
}
@media (max-width: 1750px) {
  .wpo-select-section .wpo-select-area form .select-sub .theme-btn,
  .wpo-select-section-s2 .wpo-select-area form .select-sub .theme-btn,
  .wpo-select-section-s3 .wpo-select-area form .select-sub .theme-btn {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .wpo-select-section .wpo-select-area form .select-sub .theme-btn,
  .wpo-select-section-s2 .wpo-select-area form .select-sub .theme-btn,
  .wpo-select-section-s3 .wpo-select-area form .select-sub .theme-btn {
    font-size: 18px;
    padding: 21px 30px;
  }
}
.wpo-select-section .tourist-group,
.wpo-select-section-s2 .tourist-group,
.wpo-select-section-s3 .tourist-group {
  flex-basis: 25%;
  background: #fff;
  position: relative;
}
.wpo-select-section .tourist-group-wrap,
.wpo-select-section-s2 .tourist-group-wrap,
.wpo-select-section-s3 .tourist-group-wrap {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.wpo-select-section .tourist-group-wrap span,
.wpo-select-section-s2 .tourist-group-wrap span,
.wpo-select-section-s3 .tourist-group-wrap span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.wpo-select-section .tourist-dropdown,
.wpo-select-section-s2 .tourist-dropdown,
.wpo-select-section-s3 .tourist-dropdown {
  position: absolute;
  top: 142%;
  right: -80px;
  background: #fff;
  box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
  padding: 20px;
  width: 260px;
  border-radius: 10px;
  transform: scale(0);
  transition: all 0.3s;
  z-index: 99;
}
@media (max-width: 991px) {
  .wpo-select-section .tourist-dropdown,
  .wpo-select-section-s2 .tourist-dropdown,
  .wpo-select-section-s3 .tourist-dropdown {
    right: -140px;
  }
}
@media (max-width: 575px) {
  .wpo-select-section .tourist-dropdown,
  .wpo-select-section-s2 .tourist-dropdown,
  .wpo-select-section-s3 .tourist-dropdown {
    right: -100px;
  }
}
.wpo-select-section .tourist-dropdown.active,
.wpo-select-section-s2 .tourist-dropdown.active,
.wpo-select-section-s3 .tourist-dropdown.active {
  transform: scale(1);
}
.wpo-select-section .tourist-inner input,
.wpo-select-section-s2 .tourist-inner input,
.wpo-select-section-s3 .tourist-inner input {
  height: 25px;
  width: 15px;
  padding: 0;
  margin-right: 5px;
  border: 0;
  text-align: center;
  background: none;
}
.wpo-select-section .tourist-inner input:focus,
.wpo-select-section-s2 .tourist-inner input:focus,
.wpo-select-section-s3 .tourist-inner input:focus {
  outline: none;
}
.wpo-select-section .tourist-item,
.wpo-select-section-s2 .tourist-item,
.wpo-select-section-s3 .tourist-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.wpo-select-section .tourist-item-group,
.wpo-select-section-s2 .tourist-item-group,
.wpo-select-section-s3 .tourist-item-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.wpo-select-section .form-group .tourist-item-group input,
.wpo-select-section-s2 .form-group .tourist-item-group input,
.wpo-select-section-s3 .form-group .tourist-item-group input {
  height: 20px;
  width: 50px;
  border: none;
  text-align: center;
  background: none;
}
.wpo-select-section .form-group .tourist-item-group input:focus,
.wpo-select-section-s2 .form-group .tourist-item-group input:focus,
.wpo-select-section-s3 .form-group .tourist-item-group input:focus {
  outline: none;
}
.wpo-select-section .tourist-item-group input,
.wpo-select-section-s2 .tourist-item-group input,
.wpo-select-section-s3 .tourist-item-group input {
  height: 20px;
  width: 50px;
  border: none;
}
.wpo-select-section .tourist-item-group button,
.wpo-select-section-s2 .tourist-item-group button,
.wpo-select-section-s3 .tourist-item-group button {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 16px;
  border: 1px solid #e3e7e9;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.wpo-select-section .tourist-item-group button:focus,
.wpo-select-section-s2 .tourist-item-group button:focus,
.wpo-select-section-s3 .tourist-item-group button:focus {
  outline: none;
}

form .tourist-group {
  flex-basis: 25%;
  background: #fff;
  position: relative;
}
form .tourist-group i {
  position: absolute;
  right: 10px;
  top: 50%;
}
form .tourist-group-wrap {
  width: 100%;
  position: relative;
  cursor: pointer;
}
form .tourist-group-wrap span {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
form .tourist-group-wrap span .icon {
  margin-right: 10px;
}
form .tourist-dropdown {
  position: absolute;
  top: 142%;
  right: -80px;
  background: #fff;
  box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
  padding: 20px;
  width: 260px;
  border-radius: 10px;
  transform: scale(0);
  transition: all 0.3s;
  z-index: 99;
}
@media (max-width: 991px) {
  form .tourist-dropdown {
    right: -140px;
  }
}
@media (max-width: 575px) {
  form .tourist-dropdown {
    right: -100px;
  }
}
form .tourist-dropdown.active {
  transform: scale(1);
}
form .tourist-inner ul {
  list-style: none;
}
@media (max-width: 415px) {
  form .tourist-inner ul {
    flex-wrap: wrap;
  }
}
form .tourist-inner ul li {
  font-size: 25px;
  position: relative;
}
@media (max-width: 1750px) {
  form .tourist-inner ul li {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  form .tourist-inner ul li {
    font-size: 18px;
  }
}
form .tourist-inner input {
  height: 25px;
  width: 15px;
  padding: 0;
  margin-right: 5px;
  border: 0;
  color: #000;
  text-align: center;
  background: none;
}
form .tourist-inner input:focus {
  outline: none;
}
form .tourist-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
form .tourist-item-group {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
form .form-group .tourist-item-group input {
  height: 20px;
  width: 50px;
  border: none;
  text-align: center;
  background: none;
}
form .form-group .tourist-item-group input:focus {
  outline: none;
}
form .tourist-item-group input {
  height: 20px;
  width: 50px;
  border: none;
}
form .tourist-item-group button {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 16px;
  border: 1px solid #e3e7e9;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
form .tourist-item-group button:focus {
  outline: none;
}

/* 3.3 About Section */
.wpo-about-section {
  border-bottom: 1px solid #000;
}
.wpo-about-section .about-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpo-about-section .about-middle-text {
  margin-left: 100px;
  max-width: 550px;
  padding-top: 20px;
}
@media (max-width: 1600px) {
  .wpo-about-section .about-middle-text {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .about-middle-text {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-middle-text {
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0 auto;
    text-align: center;
  }
}
.wpo-about-section .about-middle-text h2 {
  margin: 0;
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-middle-text h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .about-middle-text h2 {
    font-size: 44px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .about-middle-text h2 {
    font-size: 38px;
  }
}
@media (max-width: 525px) {
  .wpo-about-section .about-middle-text h2 {
    font-size: 30px;
  }
}
.wpo-about-section .about-middle-text p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .wpo-about-section .about-middle-text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
.wpo-about-section .about-middle-text .about-btn .theme-btn-s2 {
  padding-right: 90px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-middle-text .about-btn .theme-btn-s2 {
    padding-right: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section .about-middle-text .about-btn .theme-btn-s2 {
    padding-right: 50px;
  }
}
.wpo-about-section .about-funfact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 10px;
}
.wpo-about-section .about-funfact h3 {
  margin: 0;
  display: flex;
  align-items: flex-end;
}
.wpo-about-section .about-funfact h3 span {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 100px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 10px;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-funfact h3 span {
    font-size: 60px;
    letter-spacing: 6px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .about-funfact h3 span {
    font-size: 50px;
    letter-spacing: 6px;
  }
}
.wpo-about-section .about-funfact h3 .icon {
  line-height: 0;
  position: relative;
  bottom: 45px;
  right: 10px;
  font-size: 40px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-funfact h3 .icon {
    bottom: 30px;
    right: 5px;
    font-size: 30px;
  }
}
.wpo-about-section .about-funfact h4 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .wpo-about-section .about-funfact h4 {
    font-size: 20px;
  }
}
.wpo-about-section .about-left {
  margin-right: -30px;
}
@media (max-width: 1199px) {
  .wpo-about-section .about-left {
    margin-right: 0;
  }
}
.wpo-about-section .about-image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  padding: 18px;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 575px) {
  .wpo-about-section .about-image {
    padding: 8px;
  }
}
.wpo-about-section .about-image img {
  border-radius: 40px;
}
.wpo-about-section .about-image::before {
  position: absolute;
  top: 0;
  left: -92%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-30deg);
}
.wpo-about-section .about-image:hover::before {
  animation: shine 0.95s;
}
.wpo-about-section .col {
  min-height: 100%;
}
.wpo-about-section .col:nth-child(3) .about-items {
  align-items: flex-end;
  min-height: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .wpo-about-section .col:nth-child(3) .about-items {
    align-items: center;
  }
}

/* 3.4 Room Section */
.wpo-room-section,
.wpo-room-section-s3 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.wpo-room-section .wpo-section-title h2,
.wpo-room-section-s3 .wpo-section-title h2 {
  max-width: 780px;
}
@media (max-width: 1199px) {
  .wpo-room-section .wpo-section-title h2,
  .wpo-room-section-s3 .wpo-section-title h2 {
    max-width: 500px;
  }
}
.wpo-room-section .room-card,
.wpo-room-section-s3 .room-card {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  border-bottom: 1px solid #000;
  transition: all 0.8s ease-in-out;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-room-section .room-card,
  .wpo-room-section-s3 .room-card {
    margin: 0;
    padding: 20px 0;
  }
}
@media (max-width: 575px) {
  .wpo-room-section .room-card,
  .wpo-room-section-s3 .room-card {
    padding: 12px 0;
  }
}
.wpo-room-section .room-card .text,
.wpo-room-section-s3 .room-card .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .wpo-room-section .room-card .text,
  .wpo-room-section-s3 .room-card .text {
    display: block;
  }
}
.wpo-room-section .room-card .text h3,
.wpo-room-section-s3 .room-card .text h3 {
  margin-bottom: 0;
}
.wpo-room-section .room-card .text h3 a,
.wpo-room-section-s3 .room-card .text h3 a {
  color: #000;
  font-family: "Instrument Sans";
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  display: block;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .wpo-room-section .room-card .text h3 a,
  .wpo-room-section-s3 .room-card .text h3 a {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .wpo-room-section .room-card .text h3 a,
  .wpo-room-section-s3 .room-card .text h3 a {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-room-section .room-card .text h3 a,
  .wpo-room-section-s3 .room-card .text h3 a {
    font-size: 25px;
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .wpo-room-section .room-card .text h3 a,
  .wpo-room-section-s3 .room-card .text h3 a {
    font-size: 20px;
  }
}
.wpo-room-section .room-card .text .price,
.wpo-room-section-s3 .room-card .text .price {
  display: flex;
  align-items: center;
  gap: 5px;
}
.wpo-room-section .room-card .text .price h4,
.wpo-room-section-s3 .room-card .text .price h4 {
  margin: 0;
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1399px) {
  .wpo-room-section .room-card .text .price h4,
  .wpo-room-section-s3 .room-card .text .price h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .wpo-room-section .room-card .text .price h4,
  .wpo-room-section-s3 .room-card .text .price h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .wpo-room-section .room-card .text .price h4,
  .wpo-room-section-s3 .room-card .text .price h4 {
    font-size: 18px;
  }
}
.wpo-room-section .room-card .text .price span,
.wpo-room-section-s3 .room-card .text .price span {
  color: #212121;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 767px) {
  .wpo-room-section .room-card .text .price span,
  .wpo-room-section-s3 .room-card .text .price span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .wpo-room-section .room-card .text .price span,
  .wpo-room-section-s3 .room-card .text .price span {
    font-size: 16px;
  }
}
.wpo-room-section .room-card .image,
.wpo-room-section-s3 .room-card .image {
  position: absolute;
  top: 140%;
  left: 46%;
  transform: translateY(-50%) scale(0.7);
  transition: all 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
}
@media (max-width: 991px) {
  .wpo-room-section .room-card .image,
  .wpo-room-section-s3 .room-card .image {
    left: 65%;
    top: 115%;
  }
}
@media (max-width: 425px) {
  .wpo-room-section .room-card .image,
  .wpo-room-section-s3 .room-card .image {
    left: 50%;
  }
}
.wpo-room-section .room-card .image img,
.wpo-room-section-s3 .room-card .image img {
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .wpo-room-section .room-card .image img,
  .wpo-room-section-s3 .room-card .image img {
    max-width: 500px;
    max-height: 500px;
  }
}
@media (max-width: 1199px) {
  .wpo-room-section .room-card .image img,
  .wpo-room-section-s3 .room-card .image img {
    max-width: 400px;
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .wpo-room-section .room-card .image img,
  .wpo-room-section-s3 .room-card .image img {
    max-width: 300px;
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .wpo-room-section .room-card .image img,
  .wpo-room-section-s3 .room-card .image img {
    max-width: 220px;
    max-height: 220px;
  }
}
@media (max-width: 575px) {
  .wpo-room-section .room-card .image img,
  .wpo-room-section-s3 .room-card .image img {
    max-width: 180px;
    max-height: 180px;
  }
}
.wpo-room-section .room-card.active,
.wpo-room-section-s3 .room-card.active {
  z-index: 9999;
}
.wpo-room-section .room-card.active .image,
.wpo-room-section-s3 .room-card.active .image {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) scale(1);
}
.wpo-room-section .col .room-card:nth-child(2) .image,
.wpo-room-section-s3 .col .room-card:nth-child(2) .image {
  top: 100%;
}
@media (max-width: 991px) {
  .wpo-room-section .col .room-card:nth-child(2) .image,
  .wpo-room-section-s3 .col .room-card:nth-child(2) .image {
    top: 45%;
  }
}
.wpo-room-section .col .room-card:nth-child(3) .image,
.wpo-room-section-s3 .col .room-card:nth-child(3) .image {
  top: 50%;
}
.wpo-room-section .col .room-card:nth-child(4) .image,
.wpo-room-section-s3 .col .room-card:nth-child(4) .image {
  top: -50%;
}
@media (max-width: 991px) {
  .wpo-room-section .col .room-card:nth-child(4) .image,
  .wpo-room-section-s3 .col .room-card:nth-child(4) .image {
    top: 30%;
  }
}
.wpo-room-section .col .room-card:last-child .image,
.wpo-room-section-s3 .col .room-card:last-child .image {
  top: -150%;
}
@media (max-width: 991px) {
  .wpo-room-section .col .room-card:last-child .image,
  .wpo-room-section-s3 .col .room-card:last-child .image {
    top: 10%;
  }
}

/* 3.5 Marquee Section */
.marquee-section,
.marquee-section-s2 {
  background: #000;
  padding: 25px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .marquee-section,
  .marquee-section-s2 {
    padding: 10px 0;
  }
}
.marquee-section .marquee,
.marquee-section-s2 .marquee {
  width: 100%;
  white-space: nowrap;
  position: relative;
}
.marquee-section .marquee .track,
.marquee-section-s2 .marquee .track {
  display: inline-flex;
  animation: marquee-animation 26s linear infinite;
}
.marquee-section .marquee .track h2,
.marquee-section-s2 .marquee .track h2 {
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 120px;
}
@media (max-width: 991px) {
  .marquee-section .marquee .track h2,
  .marquee-section-s2 .marquee .track h2 {
    padding-left: 80px;
  }
}
@media (max-width: 575px) {
  .marquee-section .marquee .track h2,
  .marquee-section-s2 .marquee .track h2 {
    padding-left: 50px;
  }
}
.marquee-section .marquee .track span,
.marquee-section-s2 .marquee .track span {
  color: #fff;
  font-size: 120px;
  font-weight: 600;
  line-height: normal;
  padding-right: 45px;
  font-family: "Instrument Sans";
}
@media (max-width: 1399px) {
  .marquee-section .marquee .track span,
  .marquee-section-s2 .marquee .track span {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .marquee-section .marquee .track span,
  .marquee-section-s2 .marquee .track span {
    font-size: 60px;
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .marquee-section .marquee .track span,
  .marquee-section-s2 .marquee .track span {
    font-size: 40px;
    padding-right: 14px;
  }
}
@media (max-width: 991px) {
  .marquee-section .marquee .track img,
  .marquee-section-s2 .marquee .track img {
    max-width: 60px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .marquee-section .marquee .track img,
  .marquee-section-s2 .marquee .track img {
    max-width: 40px;
  }
}

@keyframes marquee-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* 3.6 Service Section */
.wpo-service-section .service-left-item .wpo-section-title-s2 p,
.wpo-service-section-s2 .service-left-item .wpo-section-title-s2 p,
.wpo-service-section-s3 .service-left-item .wpo-section-title-s2 p {
  max-width: 500px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-service-section .service-left-item .wpo-section-title-s2 p,
  .wpo-service-section-s2 .service-left-item .wpo-section-title-s2 p,
  .wpo-service-section-s3 .service-left-item .wpo-section-title-s2 p {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .service-left-item .wpo-section-title-s2 p,
  .wpo-service-section-s2 .service-left-item .wpo-section-title-s2 p,
  .wpo-service-section-s3 .service-left-item .wpo-section-title-s2 p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .wpo-service-section .service-left-item img,
  .wpo-service-section-s2 .service-left-item img,
  .wpo-service-section-s3 .service-left-item img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wpo-service-section .service-right-item,
  .wpo-service-section-s2 .service-right-item,
  .wpo-service-section-s3 .service-right-item {
    margin-top: 30px;
  }
}
.wpo-service-section .service-right-item .service-card,
.wpo-service-section-s2 .service-right-item .service-card,
.wpo-service-section-s3 .service-right-item .service-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #D9D9D9;
  background-color: #F9F9F9;
  border-radius: 30px;
}
.wpo-service-section .service-right-item .service-content,
.wpo-service-section-s2 .service-right-item .service-content,
.wpo-service-section-s3 .service-right-item .service-content {
  flex-basis: 50%;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 58px;
}
.wpo-service-section .service-right-item .service-content:nth-child(2), .wpo-service-section .service-right-item .service-content:nth-child(4),
.wpo-service-section-s2 .service-right-item .service-content:nth-child(2),
.wpo-service-section-s2 .service-right-item .service-content:nth-child(4),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(2),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(4) {
  border-right: none;
}
.wpo-service-section .service-right-item .service-content:nth-child(3), .wpo-service-section .service-right-item .service-content:nth-child(4),
.wpo-service-section-s2 .service-right-item .service-content:nth-child(3),
.wpo-service-section-s2 .service-right-item .service-content:nth-child(4),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(3),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(4) {
  border-bottom: none;
}
@media (max-width: 1600px) {
  .wpo-service-section .service-right-item .service-content,
  .wpo-service-section-s2 .service-right-item .service-content,
  .wpo-service-section-s3 .service-right-item .service-content {
    padding: 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-service-section .service-right-item .service-content,
  .wpo-service-section-s2 .service-right-item .service-content,
  .wpo-service-section-s3 .service-right-item .service-content {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section .service-right-item .service-content,
  .wpo-service-section-s2 .service-right-item .service-content,
  .wpo-service-section-s3 .service-right-item .service-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section .service-right-item .service-content,
  .wpo-service-section-s2 .service-right-item .service-content,
  .wpo-service-section-s3 .service-right-item .service-content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-service-section .service-right-item .service-content,
  .wpo-service-section-s2 .service-right-item .service-content,
  .wpo-service-section-s3 .service-right-item .service-content {
    flex-basis: 100%;
    text-align: center;
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
  .wpo-service-section .service-right-item .service-content:nth-child(3),
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(3),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(3) {
    border-bottom: 1px solid #D9D9D9;
  }
}
.wpo-service-section .service-right-item .service-content .text,
.wpo-service-section-s2 .service-right-item .service-content .text,
.wpo-service-section-s3 .service-right-item .service-content .text {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .wpo-service-section .service-right-item .service-content .text,
  .wpo-service-section-s2 .service-right-item .service-content .text,
  .wpo-service-section-s3 .service-right-item .service-content .text {
    padding-top: 20px;
  }
}
.wpo-service-section .service-right-item .service-content .text h3,
.wpo-service-section-s2 .service-right-item .service-content .text h3,
.wpo-service-section-s3 .service-right-item .service-content .text h3 {
  margin: 0;
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #000;
}
@media (max-width: 1500px) {
  .wpo-service-section .service-right-item .service-content .text h3,
  .wpo-service-section-s2 .service-right-item .service-content .text h3,
  .wpo-service-section-s3 .service-right-item .service-content .text h3 {
    font-size: 32px;
  }
}
@media (max-width: 1399px) {
  .wpo-service-section .service-right-item .service-content .text h3,
  .wpo-service-section-s2 .service-right-item .service-content .text h3,
  .wpo-service-section-s3 .service-right-item .service-content .text h3 {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-section .service-right-item .service-content .text h3,
  .wpo-service-section-s2 .service-right-item .service-content .text h3,
  .wpo-service-section-s3 .service-right-item .service-content .text h3 {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section .service-right-item .service-content .text h3,
  .wpo-service-section-s2 .service-right-item .service-content .text h3,
  .wpo-service-section-s3 .service-right-item .service-content .text h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
.wpo-service-section .service-right-item .service-content .text h3 a,
.wpo-service-section-s2 .service-right-item .service-content .text h3 a,
.wpo-service-section-s3 .service-right-item .service-content .text h3 a {
  color: #000;
}
.wpo-service-section .service-right-item .service-content .text p,
.wpo-service-section-s2 .service-right-item .service-content .text p,
.wpo-service-section-s3 .service-right-item .service-content .text p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #212121;
}
@media (max-width: 767px) {
  .wpo-service-section .service-right-item .service-content .text p,
  .wpo-service-section-s2 .service-right-item .service-content .text p,
  .wpo-service-section-s3 .service-right-item .service-content .text p {
    font-size: 16px;
    line-height: 25px;
  }
}

/* 3.7 Video Section */
.wpo-video-section,
.wpo-video-section-s2 {
  text-align: center;
}
.wpo-video-section .video-image,
.wpo-video-section-s2 .video-image {
  position: relative;
}
.wpo-video-section .video-image img,
.wpo-video-section-s2 .video-image img {
  border-radius: 40px;
}
@media (max-width: 575px) {
  .wpo-video-section .video-image img,
  .wpo-video-section-s2 .video-image img {
    border-radius: 20px;
  }
}
.wpo-video-section .video-image .video-wrap,
.wpo-video-section-s2 .video-image .video-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-video-section .video-image .video-wrap .video-btn,
.wpo-video-section-s2 .video-image .video-wrap .video-btn {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-video-section .video-image .video-wrap .video-btn,
  .wpo-video-section-s2 .video-image .video-wrap .video-btn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn,
  .wpo-video-section-s2 .video-image .video-wrap .video-btn {
    width: 50px;
    height: 50px;
  }
}
.wpo-video-section .video-image .video-wrap .video-btn .fi::before,
.wpo-video-section-s2 .video-image .video-wrap .video-btn .fi::before {
  font-size: 30px;
  position: relative;
  color: #000;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-video-section .video-image .video-wrap .video-btn .fi::before,
  .wpo-video-section-s2 .video-image .video-wrap .video-btn .fi::before {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .wpo-video-section .video-image .video-wrap .video-btn .fi::before,
  .wpo-video-section-s2 .video-image .video-wrap .video-btn .fi::before {
    font-size: 18px;
  }
}

/* 3.8 Testimonial Section */
.wpo-testimonial-section .wpo-section-title-s2 h2,
.wpo-testimonial-section-s2 .wpo-section-title-s2 h2 {
  max-width: unset;
}
.wpo-testimonial-section .owl-nav.disabled,
.wpo-testimonial-section-s2 .owl-nav.disabled {
  display: none;
}
@media (min-width: 992px) {
  .wpo-testimonial-section .owl-dots,
  .wpo-testimonial-section-s2 .owl-dots {
    display: none;
  }
}
.wpo-testimonial-section .owl-dots,
.wpo-testimonial-section-s2 .owl-dots {
  text-align: center;
  margin-top: 10px;
}
.wpo-testimonial-section .owl-dot,
.wpo-testimonial-section-s2 .owl-dot {
  width: 10px;
  height: 12px;
  background: #676767;
  border-radius: 50%;
  margin: 0 5px;
  border: 0;
}
.wpo-testimonial-section .owl-dot.active,
.wpo-testimonial-section-s2 .owl-dot.active {
  background: #000;
}
.wpo-testimonial-section .testimonial-wrap,
.wpo-testimonial-section-s2 .testimonial-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-wrap,
  .wpo-testimonial-section-s2 .testimonial-wrap {
    display: block;
    margin-top: 0;
  }
}
.wpo-testimonial-section .testimonial-item,
.wpo-testimonial-section-s2 .testimonial-item {
  flex-basis: 33.33%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-item,
  .wpo-testimonial-section-s2 .testimonial-item {
    flex-basis: 100%;
    align-items: center;
    gap: 10px;
  }
}
.wpo-testimonial-section .testimonial-item:nth-child(even),
.wpo-testimonial-section-s2 .testimonial-item:nth-child(even) {
  margin-top: -140px;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-item:nth-child(even),
  .wpo-testimonial-section-s2 .testimonial-item:nth-child(even) {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-item .testimonial-list,
  .wpo-testimonial-section-s2 .testimonial-item .testimonial-list {
    margin: 10px;
    padding: -10px;
  }
}
.wpo-testimonial-section .testimonial-content,
.wpo-testimonial-section-s2 .testimonial-content {
  max-width: 550px;
  padding: 29px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1199px) {
  .wpo-testimonial-section .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-content {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-content,
  .wpo-testimonial-section-s2 .testimonial-content {
    max-width: 660px;
  }
}
.wpo-testimonial-section .testimonial-content p,
.wpo-testimonial-section-s2 .testimonial-content p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.wpo-testimonial-section .testimonial-content .testimonial-icon-star,
.wpo-testimonial-section-s2 .testimonial-content .testimonial-icon-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wpo-testimonial-section .testimonial-content .testimonial-icon-star .star ul,
.wpo-testimonial-section-s2 .testimonial-content .testimonial-icon-star .star ul {
  display: flex;
  gap: 5px;
}
.wpo-testimonial-section .testimonial-content .testimonial-client,
.wpo-testimonial-section-s2 .testimonial-content .testimonial-client {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.wpo-testimonial-section .testimonial-content .testimonial-client img,
.wpo-testimonial-section-s2 .testimonial-content .testimonial-client img {
  border-radius: 50%;
}
.wpo-testimonial-section .testimonial-content .testimonial-client .text h3,
.wpo-testimonial-section-s2 .testimonial-content .testimonial-client .text h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-content .testimonial-client .text h3,
  .wpo-testimonial-section-s2 .testimonial-content .testimonial-client .text h3 {
    font-size: 18px;
  }
}
.wpo-testimonial-section .testimonial-content .testimonial-client .text span,
.wpo-testimonial-section-s2 .testimonial-content .testimonial-client .text span {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  color: #666666;
}
@media (max-width: 991px) {
  .wpo-testimonial-section .testimonial-content .testimonial-client .text span,
  .wpo-testimonial-section-s2 .testimonial-content .testimonial-client .text span {
    font-size: 16px;
  }
}

/* 3.9 Fun Fact Section */
.wpo-fun-fact-section,
.wpo-fun-fact-section-s2 {
  background-color: #000;
  padding: 60px 0;
}
@media (max-width: 575px) {
  .wpo-fun-fact-section,
  .wpo-fun-fact-section-s2 {
    padding-bottom: 20px;
  }
}
.wpo-fun-fact-section .fun-fact-wrap,
.wpo-fun-fact-section-s2 .fun-fact-wrap {
  padding: 0 150px;
}
@media (max-width: 1399px) {
  .wpo-fun-fact-section .fun-fact-wrap,
  .wpo-fun-fact-section-s2 .fun-fact-wrap {
    padding: 0 100px;
  }
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .fun-fact-wrap,
  .wpo-fun-fact-section-s2 .fun-fact-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .fun-fact-wrap,
  .wpo-fun-fact-section-s2 .fun-fact-wrap {
    padding: 0;
  }
}
.wpo-fun-fact-section .wpo-fun-fact-grids .grid,
.wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
  width: 25%;
  float: left;
}
@media (max-width: 575px) {
  .wpo-fun-fact-section .wpo-fun-fact-grids .grid,
  .wpo-fun-fact-section-s2 .wpo-fun-fact-grids .grid {
    width: 50%;
    margin-bottom: 40px;
  }
}
.wpo-fun-fact-section .grid,
.wpo-fun-fact-section-s2 .grid {
  text-align: center;
}
.wpo-fun-fact-section .grid h3,
.wpo-fun-fact-section-s2 .grid h3 {
  margin: 0;
  font-size: 80px;
  font-size: 4.4444444444rem;
  font-weight: 600;
  color: #fff;
  margin: 0;
  font-family: "Instrument Sans";
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1399px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 70px;
    font-size: 3.8888888889rem;
  }
}
@media (max-width: 1199px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 60px;
    font-size: 3.3333333333rem;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 50px;
    font-size: 2.7777777778rem;
  }
}
@media (max-width: 767px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 40px;
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 575px) {
  .wpo-fun-fact-section .grid h3,
  .wpo-fun-fact-section-s2 .grid h3 {
    font-size: 35px;
    font-size: 1.9444444444rem;
  }
}
.wpo-fun-fact-section .grid h3 + p,
.wpo-fun-fact-section-s2 .grid h3 + p {
  margin: 0;
  font-size: 25px;
  font-size: 1.3888888889rem;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1200px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
@media (max-width: 991px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p {
    font-size: 18px;
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .wpo-fun-fact-section .grid h3 + p,
  .wpo-fun-fact-section-s2 .grid h3 + p {
    font-size: 16px;
    font-size: 0.8888888889rem;
  }
}

/* 3.10 Blog Section */
.wpo-blog-section,
.wpo-blog-section-s2 {
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .wpo-blog-section,
  .wpo-blog-section-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section,
  .wpo-blog-section-s2 {
    padding-bottom: 30px;
  }
}
.wpo-blog-section .blog-card,
.wpo-blog-section-s2 .blog-card {
  display: block;
  padding: 0;
  background: transparent;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.wpo-blog-section .blog-card .image,
.wpo-blog-section-s2 .blog-card .image {
  max-width: 730px;
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .image,
  .wpo-blog-section-s2 .blog-card .image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.wpo-blog-section .blog-card .image img,
.wpo-blog-section-s2 .blog-card .image img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 500ms ease;
}
.wpo-blog-section .blog-card .image img:first-child,
.wpo-blog-section-s2 .blog-card .image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
  transition: all 0.4s ease-in-out;
}
.wpo-blog-section .blog-card .blog-item,
.wpo-blog-section-s2 .blog-card .blog-item {
  position: absolute;
  bottom: -70px;
  right: 10px;
  z-index: 1111;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 1540px) {
  .wpo-blog-section .blog-card .blog-item,
  .wpo-blog-section-s2 .blog-card .blog-item {
    right: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-item,
  .wpo-blog-section-s2 .blog-card .blog-item {
    bottom: -100px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-item,
  .wpo-blog-section-s2 .blog-card .blog-item {
    position: unset;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.wpo-blog-section .blog-card .blog-item .content,
.wpo-blog-section-s2 .blog-card .blog-item .content {
  padding: 40px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  max-width: 525px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .wpo-blog-section .blog-card .blog-item .content,
  .wpo-blog-section-s2 .blog-card .blog-item .content {
    max-width: 490px;
  }
}
@media (max-width: 1199px) {
  .wpo-blog-section .blog-card .blog-item .content,
  .wpo-blog-section-s2 .blog-card .blog-item .content {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-item .content,
  .wpo-blog-section-s2 .blog-card .blog-item .content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .wpo-blog-section .blog-card .blog-item .content,
  .wpo-blog-section-s2 .blog-card .blog-item .content {
    max-width: 100%;
    padding: 15px;
  }
}
.wpo-blog-section .blog-card .blog-item .content .text,
.wpo-blog-section-s2 .blog-card .blog-item .content .text {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-item .content .text,
  .wpo-blog-section-s2 .blog-card .blog-item .content .text {
    padding-bottom: 15px;
  }
}
.wpo-blog-section .blog-card .blog-item .content .text h3,
.wpo-blog-section-s2 .blog-card .blog-item .content .text h3 {
  margin: 0;
}
.wpo-blog-section .blog-card .blog-item .content .text h3 a,
.wpo-blog-section-s2 .blog-card .blog-item .content .text h3 a {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
}
@media (max-width: 1399px) {
  .wpo-blog-section .blog-card .blog-item .content .text h3 a,
  .wpo-blog-section-s2 .blog-card .blog-item .content .text h3 a {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-item .content .text h3 a,
  .wpo-blog-section-s2 .blog-card .blog-item .content .text h3 a {
    font-size: 20px;
    line-height: 30px;
  }
}
.wpo-blog-section .blog-card .blog-item .content .blog-top,
.wpo-blog-section-s2 .blog-card .blog-item .content .blog-top {
  padding-bottom: 10px;
}
.wpo-blog-section .blog-card .blog-item .content .blog-top ul,
.wpo-blog-section-s2 .blog-card .blog-item .content .blog-top ul {
  display: flex;
  gap: 35px;
}
.wpo-blog-section .blog-card .blog-item .content .blog-top ul li,
.wpo-blog-section-s2 .blog-card .blog-item .content .blog-top ul li {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .wpo-blog-section .blog-card .blog-item .content .blog-top ul li,
  .wpo-blog-section-s2 .blog-card .blog-item .content .blog-top ul li {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-item .content .blog-top ul li,
  .wpo-blog-section-s2 .blog-card .blog-item .content .blog-top ul li {
    font-size: 16px;
    line-height: 23px;
  }
}
.wpo-blog-section .blog-card .blog-item .content .blog-top ul li a,
.wpo-blog-section-s2 .blog-card .blog-item .content .blog-top ul li a {
  color: #000;
  transition: all ease-in-out 0.4s;
}
.wpo-blog-section .blog-card .blog-item .content .blog-top ul li::before,
.wpo-blog-section-s2 .blog-card .blog-item .content .blog-top ul li::before {
  position: absolute;
  content: "";
  background-color: #000;
  top: 50%;
  left: -20px;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
}
.wpo-blog-section .blog-card .blog-item .content .blog-top ul li:nth-child(1)::before,
.wpo-blog-section-s2 .blog-card .blog-item .content .blog-top ul li:nth-child(1)::before {
  display: none;
}
.wpo-blog-section .blog-card .blog-item .content .blog-view,
.wpo-blog-section-s2 .blog-card .blog-item .content .blog-view {
  padding-top: 30px;
  border-top: 1px solid #BCBCBC;
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-item .content .blog-view,
  .wpo-blog-section-s2 .blog-card .blog-item .content .blog-view {
    padding-top: 15px;
  }
}
.wpo-blog-section .blog-card .blog-item .content .blog-view a,
.wpo-blog-section-s2 .blog-card .blog-item .content .blog-view a {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-blog-section .blog-card .blog-item .content .blog-view a,
  .wpo-blog-section-s2 .blog-card .blog-item .content .blog-view a {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-blog-section .blog-card .blog-item .content .blog-view a,
  .wpo-blog-section-s2 .blog-card .blog-item .content .blog-view a {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-blog-section .blog-card:hover .image img:first-child,
.wpo-blog-section-s2 .blog-card:hover .image img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.wpo-blog-section .blog-card:hover .image img:nth-child(2),
.wpo-blog-section-s2 .blog-card:hover .image img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}
.wpo-blog-section .col:last-child .blog-item,
.wpo-blog-section-s2 .col:last-child .blog-item {
  right: 0;
}

/*======================================
5.0 Home Style 2
 =======================================*/
/* 5.1 Select Section Style 2 */
.wpo-select-section-s2 {
  margin-top: -60px;
}
@media (max-width: 991px) {
  .wpo-select-section-s2 {
    margin-top: 0;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .wpo-select-section-s2 {
    padding-top: 60px;
  }
}

/* 5.2 About Section Style 2 */
.wpo-about-section-s2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 200px 0;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s2 {
    padding: 60px 0;
  }
}
.wpo-about-section-s2 .about-wrap {
  max-width: 1650px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .wpo-about-section-s2 .about-wrap {
    max-width: 1110px;
  }
}
.wpo-about-section-s2 .about-wrap .about-title {
  text-align: center;
}
.wpo-about-section-s2 .about-wrap .about-title h2 {
  margin: 0;
  color: #000;
  font-size: 120px;
  font-weight: 500;
  line-height: 160px;
}
@media (max-width: 1600px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 {
    font-size: 90px;
    line-height: 125px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 {
    font-size: 70px;
    line-height: 100px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 {
    font-size: 55px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 {
    font-size: 27px;
    line-height: 38px;
  }
}
.wpo-about-section-s2 .about-wrap .about-title h2 img {
  border-radius: 70px;
}
@media (max-width: 1600px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 img {
    max-width: 280px;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 img {
    max-width: 230px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 img {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 img {
    max-width: 120px;
  }
}
@media (max-width: 425px) {
  .wpo-about-section-s2 .about-wrap .about-title h2 img {
    display: none;
  }
}
.wpo-about-section-s2 .about-wrap .about-title p {
  margin: 0;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  max-width: 700px;
  margin: 0 auto;
  padding-top: 10px;
}
@media (max-width: 575px) {
  .wpo-about-section-s2 .about-wrap .about-title p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-about-section-s2 .about-wrap .about-title .about-btn {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .about-wrap .about-title .about-btn {
    margin-top: 20px;
  }
}
.wpo-about-section-s2 .image {
  border-radius: 30px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 1399px) {
  .wpo-about-section-s2 .image {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section-s2 .image {
    display: none;
  }
}
.wpo-about-section-s2 .image img {
  border-radius: 30px;
}
.wpo-about-section-s2 .about-image-s1 {
  position: absolute;
  left: 60px;
  bottom: 240px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .wpo-about-section-s2 .about-image-s1 {
    left: 20px;
  }
}
.wpo-about-section-s2 .about-image-s2 {
  position: absolute;
  right: 10px;
  top: 125px;
  z-index: -1;
}
.wpo-about-section-s2 .about-image-s2 .image {
  border-radius: 50%;
}
.wpo-about-section-s2 .about-image-s2 .image img {
  border-radius: 50%;
}
.wpo-about-section-s2 .about-image-s3 {
  position: absolute;
  right: 60px;
  bottom: 140px;
  z-index: -1;
}
@media (max-width: 1600px) {
  .wpo-about-section-s2 .about-image-s3 {
    right: 20px;
  }
}

/* 5.3 Video Section Style 2 */
.wpo-video-section-s2 .video-image img {
  border-radius: 0;
}

/* 5.4 Room Section Style 2 */
.wpo-room-section-s2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-room-section-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .wpo-room-section-s2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-room-section-s2 .wpo-section-title h2 {
    max-width: 610px;
  }
}

.room-wrapper .room-item {
  margin-bottom: 30px;
  position: relative;
}
.room-wrapper .room-item .image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: scale(1);
  border-radius: 30px;
}
.room-wrapper .room-item .image img {
  border-radius: 30px;
  transform: scale(1);
  width: 100%;
  transition: all ease-in-out 0.4s;
}
.room-wrapper .room-item .text {
  padding: 25px 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.06);
  max-width: 350px;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  z-index: 10;
  background: #fff;
}
@media (max-width: 1399px) {
  .room-wrapper .room-item .text {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .room-wrapper .room-item .text {
    text-align: center;
  }
}
.room-wrapper .room-item .text h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1399px) {
  .room-wrapper .room-item .text h3 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .room-wrapper .room-item .text h3 {
    font-size: 22px;
  }
}
.room-wrapper .room-item .text h3 a {
  color: #000;
}
.room-wrapper .room-item .text .price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 1399px) {
  .room-wrapper .room-item .text .price {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .room-wrapper .room-item .text .price {
    display: block;
  }
}
@media (max-width: 991px) {
  .room-wrapper .room-item .text .price {
    padding-top: 0;
  }
}
.room-wrapper .room-item .text .price .left p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #212121;
}
@media (max-width: 1399px) {
  .room-wrapper .room-item .text .price .left p {
    font-size: 16px;
    line-height: 26px;
  }
}
.room-wrapper .room-item .text .price .right {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .room-wrapper .room-item .text .price .right {
    justify-content: center;
  }
}
.room-wrapper .room-item .text .price .right h4 {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1399px) {
  .room-wrapper .room-item .text .price .right h4 {
    font-size: 20px;
  }
}
.room-wrapper .room-item .text .price .right span {
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .room-wrapper .room-item .text .price .right span {
    font-size: 16px;
    line-height: 26px;
  }
}
.room-wrapper .room-item:hover img {
  transform: scale(1.1);
}

/* 5.5 Service Section Style 2 */
.wpo-service-section-s2 .service-wrap,
.wpo-service-section-s3 .service-wrap {
  max-width: 1510px;
  margin: 0 auto;
}
.wpo-service-section-s2 .service-right-item,
.wpo-service-section-s3 .service-right-item {
  margin-top: 0;
}
.wpo-service-section-s2 .service-right-item .service-content,
.wpo-service-section-s3 .service-right-item .service-content {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  flex-basis: 33.33%;
}
.wpo-service-section-s2 .service-right-item .service-content:nth-child(3),
.wpo-service-section-s2 .service-right-item .service-content:nth-child(4),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(3),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(4) {
  border-bottom: 1px solid #D9D9D9;
}
.wpo-service-section-s2 .service-right-item .service-content:nth-child(2),
.wpo-service-section-s2 .service-right-item .service-content:nth-child(4),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(2),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(4) {
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(2),
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(4),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(2),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(4) {
    border-right: none;
  }
}
.wpo-service-section-s2 .service-right-item .service-content:nth-child(4),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(4) {
  border-right: 1px solid #D9D9D9;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(4),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(4) {
    border-right: none;
  }
}
.wpo-service-section-s2 .service-right-item .service-content:nth-child(3n),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(3n) {
  border-right: none;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(3),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(3) {
    border-right: 1px solid #D9D9D9;
  }
}
.wpo-service-section-s2 .service-right-item .service-content:nth-child(n+4),
.wpo-service-section-s3 .service-right-item .service-content:nth-child(n+4) {
  border-bottom: none;
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(4),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(4) {
    border-bottom: 1px solid #D9D9D9;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-right-item .service-content,
  .wpo-service-section-s3 .service-right-item .service-content {
    flex-basis: 50%;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .service-right-item .service-content,
  .wpo-service-section-s3 .service-right-item .service-content {
    flex-basis: 100%;
    border-right: none;
  }
}
@media (max-width: 991px) {
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(2n),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(2n) {
    border-right: none;
  }
  .wpo-service-section-s2 .service-right-item .service-content:nth-last-child(-n+2),
  .wpo-service-section-s3 .service-right-item .service-content:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .service-content,
  .wpo-service-section-s3 .service-content {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(3),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(3) {
    border-right: none;
  }
}
@media (max-width: 575px) {
  .wpo-service-section-s2 .service-right-item .service-content:nth-child(5),
  .wpo-service-section-s3 .service-right-item .service-content:nth-child(5) {
    border-bottom: 1px solid #D9D9D9;
  }
}

/* 5.6 Destination Section */
.wpo-destination-section,
.wpo-destination-section-s2 {
  background-color: #F5F5F5;
}
.wpo-destination-section .destination-wrap,
.wpo-destination-section-s2 .destination-wrap {
  padding-bottom: 0;
  position: relative;
  left: 56%;
  transform: translateX(-50%);
}
@media (max-width: 1749px) {
  .wpo-destination-section .destination-wrap,
  .wpo-destination-section-s2 .destination-wrap {
    left: 55%;
  }
}
@media (max-width: 1645px) {
  .wpo-destination-section .destination-wrap,
  .wpo-destination-section-s2 .destination-wrap {
    left: 52%;
  }
}
@media (max-width: 1399px) {
  .wpo-destination-section .destination-wrap,
  .wpo-destination-section-s2 .destination-wrap {
    left: 54%;
  }
}
@media (max-width: 1199px) {
  .wpo-destination-section .destination-wrap,
  .wpo-destination-section-s2 .destination-wrap {
    left: 58%;
  }
}
@media (max-width: 1149px) {
  .wpo-destination-section .destination-wrap,
  .wpo-destination-section-s2 .destination-wrap {
    left: 55%;
  }
}
@media (max-width: 767px) {
  .wpo-destination-section .destination-wrap,
  .wpo-destination-section-s2 .destination-wrap {
    position: unset;
    transform: none;
  }
}
.wpo-destination-section .wpo-section-title,
.wpo-destination-section-s2 .wpo-section-title {
  max-width: 1690px;
}
@media (max-width: 1845px) {
  .wpo-destination-section .wpo-section-title,
  .wpo-destination-section-s2 .wpo-section-title {
    max-width: 1560px;
  }
}
@media (max-width: 1600px) {
  .wpo-destination-section .wpo-section-title,
  .wpo-destination-section-s2 .wpo-section-title {
    max-width: 1350px;
  }
}
@media (max-width: 1399px) {
  .wpo-destination-section .wpo-section-title,
  .wpo-destination-section-s2 .wpo-section-title {
    max-width: 1130px;
  }
}
@media (max-width: 1199px) {
  .wpo-destination-section .wpo-section-title,
  .wpo-destination-section-s2 .wpo-section-title {
    max-width: 930px;
  }
}
@media (max-width: 1399px) {
  .wpo-destination-section .wpo-section-title h2,
  .wpo-destination-section-s2 .wpo-section-title h2 {
    max-width: 560px;
  }
}
.wpo-destination-section .destination-slider,
.wpo-destination-section-s2 .destination-slider {
  margin-top: 35px;
}
.wpo-destination-section .item,
.wpo-destination-section-s2 .item {
  position: relative;
}
.wpo-destination-section .item .image,
.wpo-destination-section-s2 .item .image {
  transition: all 1s ease-in-out;
  overflow: hidden;
  border-radius: 40px;
}
.wpo-destination-section .item .image img,
.wpo-destination-section-s2 .item .image img {
  width: 100%;
  border-radius: 40px;
  transition: all 1s ease-in-out;
}
.wpo-destination-section .item .text,
.wpo-destination-section-s2 .item .text {
  padding-top: 28px;
}
@media (max-width: 1199px) {
  .wpo-destination-section .item .text,
  .wpo-destination-section-s2 .item .text {
    padding-top: 10px;
  }
}
.wpo-destination-section .item .text h2,
.wpo-destination-section-s2 .item .text h2 {
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .wpo-destination-section .item .text h2,
  .wpo-destination-section-s2 .item .text h2 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wpo-destination-section .item .text h2,
  .wpo-destination-section-s2 .item .text h2 {
    text-align: center;
  }
}
.wpo-destination-section .item .text h2 a,
.wpo-destination-section-s2 .item .text h2 a {
  font-family: "Instrument Sans";
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1600px) {
  .wpo-destination-section .item .text h2 a,
  .wpo-destination-section-s2 .item .text h2 a {
    font-size: 33px;
    line-height: 36px;
  }
}
@media (max-width: 1199px) {
  .wpo-destination-section .item .text h2 a,
  .wpo-destination-section-s2 .item .text h2 a {
    font-size: 25px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .wpo-destination-section .item .text h2 a,
  .wpo-destination-section-s2 .item .text h2 a {
    font-size: 20px;
    line-height: 25px;
  }
}
.wpo-destination-section .item .text span,
.wpo-destination-section-s2 .item .text span {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 20px;
  display: block;
  line-height: 30px;
  color: #333333;
}
@media (max-width: 1199px) {
  .wpo-destination-section .item .text span,
  .wpo-destination-section-s2 .item .text span {
    font-size: 17px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .wpo-destination-section .item .text span,
  .wpo-destination-section-s2 .item .text span {
    text-align: center;
  }
}
.wpo-destination-section .item:hover .image img,
.wpo-destination-section-s2 .item:hover .image img {
  transform: scale(1.2);
}
.wpo-destination-section .owl-nav.disabled,
.wpo-destination-section-s2 .owl-nav.disabled {
  display: none;
}
.wpo-destination-section .owl-dots,
.wpo-destination-section-s2 .owl-dots {
  display: none;
}
@media (max-width: 991px) {
  .wpo-destination-section .owl-dots,
  .wpo-destination-section-s2 .owl-dots {
    display: block;
  }
}
.wpo-destination-section .owl-dots,
.wpo-destination-section-s2 .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.wpo-destination-section .owl-dot,
.wpo-destination-section-s2 .owl-dot {
  width: 10px;
  height: 12px;
  background: #D9D9D9;
  border-radius: 50%;
  margin: 0 5px;
  border: 0;
}
.wpo-destination-section .owl-dot.active,
.wpo-destination-section-s2 .owl-dot.active {
  background: #000;
}

/*======================================
6.0 Home Style 3
=======================================*/
/* 6.1 Select Section Style 3 */
.wpo-select-section-s3 {
  margin-top: -404px;
  padding: 0;
  margin-right: 88px;
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  .wpo-select-section-s3 {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-select-section-s3 {
    margin-top: 0;
    margin-right: 0;
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-select-section-s3 {
    padding: 60px 0;
  }
}
.wpo-select-section-s3 .wpo-select-area form .select-sub {
  flex-basis: 50%;
  max-width: 230px;
}
@media (max-width: 575px) {
  .wpo-select-section-s3 .wpo-select-area form .select-sub {
    flex-basis: 100%;
    max-width: 350px;
  }
}
.wpo-select-section-s3 .wpo-select-area form .items {
  border-radius: 10px;
  height: 75px;
}
.wpo-select-section-s3 .wpo-select-area form {
  display: block;
  padding: 0;
  margin: 0;
}
.wpo-select-section-s3 .wpo-select-area form .select-sub:last-child {
  border-radius: 0;
  flex-basis: 50%;
  border-radius: 10px;
}
.wpo-select-section-s3 .wpo-select-area {
  max-width: 520px;
  margin-left: auto;
  padding: 40px 30px;
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 991px) {
  .wpo-select-section-s3 .wpo-select-area {
    border-radius: 20px;
    margin: 0 auto;
  }
}
.wpo-select-section-s3 .select-card {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.wpo-select-section-s3 .select-card:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .wpo-select-section-s3 .select-card {
    display: block;
  }
}
.wpo-select-section-s3 .wpo-select-area form .icon {
  width: 50px;
  height: 50px;
}
.wpo-select-section-s3 .wpo-select-area form .icon img {
  max-width: 25px;
  width: 100%;
}
.wpo-select-section-s3 .wpo-select-area form .items {
  gap: 10px;
}
.wpo-select-section-s3 .wpo-select-area form label {
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}
.wpo-select-section-s3 .wpo-select-area form .date input {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.wpo-select-section-s3 .tourist-inner ul li {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.wpo-select-section-s3 .select-title {
  text-align: center;
  padding-bottom: 10px;
}
.wpo-select-section-s3 .select-title h2 {
  font-size: 35px;
  line-height: normal;
  font-weight: 600;
}
.wpo-select-section-s3 .wpo-select-area form .select-sub .theme-btn {
  font-size: 22px;
  border-radius: 10px;
  padding: 20px 17px;
}
@media (max-width: 575px) {
  .wpo-select-section-s3 .wpo-select-area form .select-sub .theme-btn {
    font-size: 18px;
    padding: 15px 17px;
  }
}

/* 6.2 Marquee Section Style 2 */
.marquee-section-s2 {
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
  position: relative;
  z-index: 99;
}
.marquee-section-s2 .marquee .track span {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #999999;
  text-transform: capitalize;
  color: transparent;
}

/* 6.3 Room Section Style 3 */
.wpo-room-section-s3 {
  background-color: #000;
}
.wpo-room-section-s3 .wpo-section-title-s2 h2,
.wpo-room-section-s3 p {
  color: #fff;
}
.wpo-room-section-s3 .room-card .text h3 a {
  color: #fff;
}
.wpo-room-section-s3 .room-card {
  border-bottom: 1px solid #333333;
}
.wpo-room-section-s3 .room-card .text .price h4,
.wpo-room-section-s3 span {
  color: #fff;
}
.wpo-room-section-s3 .room-card .text .price span {
  color: #666666;
}

/* 6.4 Fun Fact Section Style 2 */
.wpo-fun-fact-section-s2 {
  background: url(../images/funfact.jpg) no-repeat;
  position: relative;
  z-index: 1;
  background-size: cover;
}
.wpo-fun-fact-section-s2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  z-index: -1;
}

/* 6.5 Service Section Style 3 */
.wpo-service-section-s3 {
  background-color: #000;
}
.wpo-service-section-s3 .wpo-section-title-s3 h2,
.wpo-service-section-s3 p {
  color: #fff;
}
.wpo-service-section-s3 .service-right-item .service-content .text h3 a {
  color: #fff;
}
.wpo-service-section-s3 .service-right-item .service-content .text p {
  color: #DDDDDD;
}
.wpo-service-section-s3 .service-right-item .service-content {
  background-color: transparent;
}
.wpo-service-section-s3 .service-right-item .service-card .service-content {
  border-color: #262626;
}
.wpo-service-section-s3 .service-right-item .service-card {
  background-color: transparent;
}
.wpo-service-section-s3 .service-right-item .service-card {
  border: none;
}
@media (max-width: 991px) {
  .wpo-service-section-s3 .service-right-item .service-content:nth-last-child(-n+2) {
    border-bottom: 1px solid #262626;
  }
}

/* 6.6 Destination Section Style 2 */
.wpo-destination-section-s2 {
  background-color: #000;
}
.wpo-destination-section-s2 .wpo-section-title h2,
.wpo-destination-section-s2 p {
  color: #fff;
}
.wpo-destination-section-s2 .wpo-section-title .theme-btn-s3 {
  color: #fff;
  border-color: #fff;
}
.wpo-destination-section-s2 .wpo-section-title .theme-btn-s3 i {
  background-color: #fff;
  color: #000;
}
.wpo-destination-section-s2 .item .text span {
  color: #666666;
}
.wpo-destination-section-s2 .item .text h2 a {
  color: #fff;
}
.wpo-destination-section-s2 .owl-dot.active {
  background: #131313;
}

/* 6.7 Testimonial Section Style 2 */
.wpo-testimonial-section-s2 {
  background: url(../images/testimonial/img-bg.jpg) no-repeat center;
  background-size: cover;
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.wpo-testimonial-section-s2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 .testimonial-left-item {
    margin-bottom: 30px;
  }
}
.wpo-testimonial-section-s2 .wpo-section-title-s2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 500px;
  padding-top: 8px;
}
@media (max-width: 1399px) {
  .wpo-testimonial-section-s2 .wpo-section-title-s2 p {
    padding-top: 0;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s2 .wpo-section-title-s2 p {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-testimonial-section-s2 .wpo-section-title-s2 h2 {
  color: #fff;
}
@media (max-width: 1399px) {
  .wpo-testimonial-section-s2 .wpo-section-title-s2 h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .wpo-testimonial-section-s2 .wpo-section-title-s2 h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .wpo-testimonial-section-s2 .wpo-section-title-s2 h2 {
    font-size: 28px;
  }
}
.wpo-testimonial-section-s2 .wpo-section-title-s2 {
  margin-bottom: 10px;
}
.wpo-testimonial-section-s2 .testimonial-content p {
  color: #fff;
}
.wpo-testimonial-section-s2 .testimonial-content {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid #333333;
}
@media (max-width: 1399px) {
  .wpo-testimonial-section-s2 .testimonial-content {
    padding: 20px 20px;
  }
}
.wpo-testimonial-section-s2 .testimonial-item:nth-child(even) {
  margin-top: 0;
}
.wpo-testimonial-section-s2 .testimonial-content .testimonial-client .text h3 {
  color: #fff;
}
.wpo-testimonial-section-s2 .testimonial-content .testimonial-client .text span {
  color: #fff;
}
.wpo-testimonial-section-s2 .owl-nav.disabled {
  display: none;
}
.wpo-testimonial-section-s2 .owl-dots {
  display: none;
}
@media (max-width: 991px) {
  .wpo-testimonial-section-s2 .owl-dots {
    display: block;
  }
}
.wpo-testimonial-section-s2 .owl-dots {
  text-align: center;
  margin-top: 40px;
}
.wpo-testimonial-section-s2 .owl-dot {
  width: 10px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  border: 0;
}
.wpo-testimonial-section-s2 .owl-dot.active {
  background: #000;
}

/* 6.8 Blog Section Style 2 */
.wpo-blog-section-s2 {
  background-color: #000;
}
.wpo-blog-section-s2 .wpo-section-title-s3 h2,
.wpo-blog-section-s2 p {
  color: #fff;
}

/* 6.9 Team Section */
.wpo-team-section {
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-team-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-team-section {
    padding-bottom: 30px;
  }
}
.wpo-team-section .wpo-section-title-s3 p {
  max-width: 430px;
  margin: 0 auto;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item {
  margin-bottom: 30px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0E152B;
  opacity: 0;
  transition: all 0.5s;
  border-radius: 12px;
  z-index: 1;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img img {
  width: 100%;
  border-radius: 12px;
  transform: scale(1);
  transition: all 0.5s;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li {
  margin: 0 6px;
  transition: all 0.5s;
  margin-top: -40px;
  opacity: 0;
  visibility: hidden;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li:nth-child(2) {
  transition: all 0.6s;
  margin-top: -70px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li:nth-child(3) {
  transition: all 0.8s;
  margin-top: -100px;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 50%;
  color: #444444;
  text-align: center;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a:hover {
  background: #000;
  color: #fff;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-img ul li a i {
  line-height: unset;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 1199px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
    padding-top: 12px;
  }
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text span {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1399px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 {
    font-size: 22px;
  }
}
.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h2 a {
  color: #000;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img:before {
  opacity: 0.5;
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img img {
  transform: scale(1.2);
}
.wpo-team-section .wpo-team-wrap .wpo-team-item:hover .wpo-team-img ul li {
  margin-top: 0;
  opacity: 1;
  visibility: visible;
}

/* 6.10 Pricing Section */
.wpo-pricing-section {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-pricing-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-pricing-section {
    padding-bottom: 30px;
  }
}
.wpo-pricing-section .pricing-wrap {
  max-width: 1330px;
  margin: 0 auto;
}
.wpo-pricing-section .pricing-card {
  padding: 55px 40px 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  background: #ffffff;
  border-radius: 40px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card {
    padding: 55px 20px 40px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-section .pricing-card {
    padding: 40px 20px 30px;
  }
}
.wpo-pricing-section .pricing-card::before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
  content: url(../images/pricing-bg.jpg);
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.wpo-pricing-section .pricing-card::after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
  content: "";
  visibility: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 100%);
  transition: all 0.5s ease-in-out;
}
.wpo-pricing-section .pricing-card .title {
  padding-bottom: 15px;
}
.wpo-pricing-section .pricing-card .title span {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card .title span {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-section .pricing-card .title span {
    font-size: 22px;
    line-height: 25px;
  }
}
.wpo-pricing-section .pricing-card .pricing-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: flex-end;
  transition: all 0.3s ease-in-out;
}
.wpo-pricing-section .pricing-card .pricing-top h2 {
  margin: 0;
  color: #000;
  font-size: 70px;
  font-weight: 600;
  line-height: 65px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .wpo-pricing-section .pricing-card .pricing-top h2 {
    font-size: 52px;
    line-height: 54px;
  }
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card .pricing-top h2 {
    font-size: 45px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-section .pricing-card .pricing-top h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
.wpo-pricing-section .pricing-card .pricing-top span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card .pricing-top span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-section .pricing-card .pricing-top span {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-pricing-section .pricing-card ul {
  padding-top: 40px;
}
.wpo-pricing-section .pricing-card ul li {
  position: relative;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card ul li {
    font-size: 18px;
  }
}
.wpo-pricing-section .pricing-card ul li:last-child {
  margin-bottom: 0;
}
.wpo-pricing-section .pricing-card ul li i {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #B5B5B5;
  border-radius: 50%;
  padding: 5px;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
}
.wpo-pricing-section .pricing-card .pricing-btn {
  margin-top: 35px;
}
.wpo-pricing-section .pricing-card .pricing-btn .theme-btn {
  width: 100%;
  text-align: center;
  background: #000;
  border: 0;
  border-radius: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding: 15px;
  transition: all 0.3s ease-in-out;
}
.wpo-pricing-section .pricing-card.active, .wpo-pricing-section .pricing-card:hover {
  padding: 70px 40px;
}
@media (max-width: 1199px) {
  .wpo-pricing-section .pricing-card.active, .wpo-pricing-section .pricing-card:hover {
    padding: 70px 20px;
  }
}
@media (max-width: 575px) {
  .wpo-pricing-section .pricing-card.active, .wpo-pricing-section .pricing-card:hover {
    padding: 50px 20px;
  }
}
.wpo-pricing-section .pricing-card.active .title span, .wpo-pricing-section .pricing-card:hover .title span {
  color: #fff;
}
.wpo-pricing-section .pricing-card.active .pricing-top h2,
.wpo-pricing-section .pricing-card.active span, .wpo-pricing-section .pricing-card:hover .pricing-top h2,
.wpo-pricing-section .pricing-card:hover span {
  color: #fff;
}
.wpo-pricing-section .pricing-card.active .pricing-top, .wpo-pricing-section .pricing-card:hover .pricing-top {
  border-bottom: 1px solid #D9D9D9;
}
.wpo-pricing-section .pricing-card.active ul li, .wpo-pricing-section .pricing-card:hover ul li {
  color: #fff;
}
.wpo-pricing-section .pricing-card.active ul li i, .wpo-pricing-section .pricing-card:hover ul li i {
  color: #000;
  background-color: #fff;
  border: 0;
}
.wpo-pricing-section .pricing-card.active::before, .wpo-pricing-section .pricing-card:hover::before {
  opacity: 1;
  visibility: visible;
}
.wpo-pricing-section .pricing-card.active::after, .wpo-pricing-section .pricing-card:hover::after {
  opacity: 1;
  visibility: visible;
}
.wpo-pricing-section .pricing-card.active .theme-btn, .wpo-pricing-section .pricing-card:hover .theme-btn {
  background: #fff;
  color: #000;
}

/* Room Section Style 2 style-2 */
.wpo-room-section-s2.style-2 .room-wrapper .room-item .text {
  max-width: 380px;
  margin-top: -78px;
}
.wpo-room-section-s2.style-2 .room-wrapper .room-item .text .price {
  padding-top: 10px;
}
.wpo-room-section-s2.style-2 .room-content {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-top: 8px;
}
@media (max-width: 1399px) {
  .wpo-room-section-s2.style-2 .room-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .wpo-room-section-s2.style-2 .room-content {
    justify-content: center;
  }
}
.wpo-room-section-s2.style-2 .room-content li {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1500px) {
  .wpo-room-section-s2.style-2 .room-content li {
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 1199px) {
  .wpo-room-section-s2.style-2 .room-content li {
    font-size: 15px;
    line-height: 25px;
  }
}
.wpo-room-section-s2.style-2 .room-content li i {
  margin-right: 5px;
}
.wpo-room-section-s2.style-2 .room-content li img {
  max-width: 20px;
  width: 100%;
}
.wpo-room-section-s2.style-2 .room-item .room-content li i img, .wpo-room-section-s2.style-2:hover .room-content li i img {
  transform: scale(1);
}

/* wpo-destination-section style-2 */
.wpo-destination-section.style-2 {
  background-color: transparent;
}

/*--------------------------------------------------------------
7.0 Service Single Page
--------------------------------------------------------------*/
.wpo-service-single-section .container {
  max-width: 1400px;
}
@media (max-width: 991px) {
  .wpo-service-single-section .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-service-single-section .service-single-img img {
  border-radius: 20px;
}
.wpo-service-single-section .service-single-content h2 {
  font-size: 40px;
  font-size: 2.2222222222rem;
  line-height: normal;
  font-weight: 600;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .wpo-service-single-section .service-single-content h2 {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-section .service-single-content h2 {
    font-size: 22px;
    font-size: 1.2222222222rem;
  }
}
.wpo-service-single-section .service-single-content p {
  margin-bottom: 1.3em;
  font-size: 20px;
  color: #666666;
  font-weight: 400;
  line-height: 32px;
}
@media (max-width: 991px) {
  .wpo-service-single-section .service-single-content p {
    font-size: 18px;
    font-size: 1rem;
    line-height: 29px;
  }
}
@media (max-width: 575px) {
  .wpo-service-single-section .service-single-content p {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 26px;
  }
}
.wpo-service-single-section .service-single-content .service-single-img {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .wpo-service-single-section .service-single-content .service-single-img {
    margin-bottom: 50px;
  }
}
.wpo-service-single-section .service-single-content .why-choose-section {
  padding-top: 15px;
}
.wpo-service-single-section .service-single-content .why-choose-section .feature-grids {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .wpo-service-single-section .service-single-content .why-choose-section .feature-grids {
    margin: 0 -7.5px;
  }
}
.wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid {
  background: #fff;
  width: calc(33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 40px 30px;
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    padding: 20px;
    margin: 0 5px 30px;
    width: calc(35% - 30px);
  }
}
@media (max-width: 991px) {
  .wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 767px) {
  .wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}
@media (max-width: 600px) {
  .wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}
.wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid .icon {
  padding-bottom: 10px;
}
.wpo-service-single-section .service-single-content .why-choose-section .feature-grids .fi:before {
  font-size: 45px;
  color: #000;
}
.wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
  font-size: 22px;
  margin: 0.5em 0 0.73em;
  font-weight: 600;
}
@media (max-width: 991px) {
  .wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
    font-size: 18px;
  }
}
.wpo-service-single-section .service-single-content .why-choose-section .feature-grids .grid p {
  margin: 0;
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.wpo-service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon {
  position: absolute;
  right: -40px;
  top: -40px;
}
.wpo-service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon .fi:before {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
}
.wpo-service-single-section .service-single-content .tab-area {
  margin-top: 40px;
}
.wpo-service-single-section .service-single-content .tab-area .tablinks {
  border-top: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.wpo-service-single-section .service-single-content .tab-area .tablinks ul {
  overflow: hidden;
  border-bottom: 0;
}
.wpo-service-single-section .service-single-content .tab-area .tablinks li {
  width: 25%;
  float: left;
  position: relative;
}
@media (max-width: 500px) {
  .wpo-service-single-section .service-single-content .tab-area .tablinks li {
    width: auto;
  }
}
.wpo-service-single-section .service-single-content .tab-area .tablinks ul > li + li:before {
  content: "";
  background: #787878;
  width: 5px;
  height: 2px;
  position: absolute;
  left: -30px;
  top: 50%;
}
@media (max-width: 500px) {
  .wpo-service-single-section .service-single-content .tab-area .tablinks ul > li + li:before {
    display: none;
  }
}
.wpo-service-single-section .service-single-content .tab-area .tablinks a {
  font-size: 20px;
  font-weight: 500;
  color: #212121;
  color: #000;
  padding: 25px 0;
  display: block;
  position: relative;
  border: 0;
}
@media (max-width: 767px) {
  .wpo-service-single-section .service-single-content .tab-area .tablinks a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .wpo-service-single-section .service-single-content .tab-area .tablinks a {
    padding: 25px 15px;
  }
}
.wpo-service-single-section .service-single-content .tab-area .tablinks a:before {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.wpo-service-single-section .service-single-content .tab-area .tablinks li a.active:before {
  opacity: 1;
}
.wpo-service-single-section .service-single-content .tab-area .tablinks li a:hover,
.wpo-service-single-section .service-single-content .tab-area .tablinks li a:focus,
.wpo-service-single-section .service-single-content .tab-area .tablinks li a.active {
  border: none;
}
.wpo-service-single-section .service-single-content .tab-area .tablinks li.active a {
  text-decoration: none;
}
.wpo-service-single-section .service-single-content .tab-area .tab-pane > p:first-child {
  font-size: 20px;
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  .wpo-service-single-section .service-single-content .tab-area .tab-pane > p:first-child {
    font-size: 16px;
  }
}
.wpo-service-single-section .service-single-content .tab-area .tab-pane > p:last-child {
  margin-bottom: 0;
}
.wpo-service-single-section .service-single-content .tab-area .img-area {
  margin: 0 -15px;
  padding: 40px 0 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wpo-service-single-section .service-single-content .tab-area .img-area {
    margin: 0 -7.5px;
    padding: 30px 0 20px;
  }
}
.wpo-service-single-section .service-single-content .tab-area .img-area img {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 767px) {
  .wpo-service-single-section .service-single-content .tab-area .img-area img {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 30px;
  }
}
@media (max-width: 500px) {
  .wpo-service-single-section .service-single-content .tab-area .img-area img {
    width: calc(100% - 15px);
    float: none;
  }
}

/*--------------------------------------------------------------
8.0 Faq Section
--------------------------------------------------------------*/
/* wpo-faq-section */
.wpo-faq-section {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .wpo-faq-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .wpo-faq-section {
    padding: 60px 0;
  }
}
.wpo-faq-section .wpo-section-title-s2 {
  text-align: center;
}
.wpo-faq-section .wpo-section-title-s2 h2 {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .wpo-faq-section .wpo-section-title-s2 p {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .wpo-faq-section .wpo-faq-items {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-faq-section .wpo-faq-box {
    text-align: center;
  }
}
.wpo-faq-section .accordion-item {
  border: 0;
  border-radius: 0;
  border-top: 1px solid #D9D9D9;
  border-left: 0;
  border-right: 0;
  padding: 5px 20px;
  background-color: transparent;
  padding-left: 0;
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item {
    padding: 0 10px;
  }
}
.wpo-faq-section .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #D9D9D9;
}
.wpo-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-faq-section .accordion-item .accordion-body {
    padding-top: 0;
  }
}
.wpo-faq-section .accordion-item .accordion-body p {
  margin-bottom: 0;
  color: #212121;
  font-size: 20px;
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item .accordion-body p {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-faq-section .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.wpo-faq-section .accordion-item button {
  padding: 25px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: "Instrument Sans";
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: -0.42px;
}
@media (max-width: 1399px) {
  .wpo-faq-section .accordion-item button {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-faq-section .accordion-item button {
    font-size: 17px;
  }
}
@media (max-width: 575px) {
  .wpo-faq-section .accordion-item button {
    line-height: 25px;
    padding: 12px 0;
  }
}
.wpo-faq-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  transform: rotate(0deg);
  font-weight: 700;
}
.wpo-faq-section .accordion-item button.collapsed {
  color: #000;
}
.wpo-faq-section .accordion-item button.collapsed::after {
  content: "\e61a";
}
.wpo-faq-section .accordion-item button:focus {
  box-shadow: none;
  outline: none;
  border-color: #F5F3F3;
}
.wpo-faq-section .accordion-item .accordion-collapse {
  border: 0;
}
.wpo-faq-section .accordion-button {
  background: transparent;
}

/*==========================================
9.0 Team Single Page
===========================================*/
@media (max-width: 991px) {
  .team-pg-area {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .team-pg-area {
    padding: 60px 0;
  }
}
.team-pg-area .container {
  max-width: 1500px;
}
@media (max-width: 991px) {
  .team-pg-area .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.team-pg-area h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: normal;
  color: #000;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .team-pg-area h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .team-pg-area h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .team-pg-area h2 {
    font-size: 30px;
  }
}
.team-pg-area p {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
@media (max-width: 991px) {
  .team-pg-area p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .team-pg-area p {
    font-size: 16px;
  }
}
.team-pg-area .wpo-contact-area {
  padding-top: 135px;
}
@media (max-width: 991px) {
  .team-pg-area .wpo-contact-area {
    padding-top: 60px;
  }
}
.team-pg-area .wpo-contact-area .wpo-contact-title {
  margin-bottom: 40px;
  text-align: start;
}
.team-pg-area .wpo-contact-area .wpo-contact-title p {
  max-width: 600px;
}
.team-pg-area .wpo-contact-area .theme-btn {
  border-radius: 0;
  outline: 0;
  border: 0;
  background: #000;
  color: #fff;
  padding: 20px 35px;
  margin-top: 15px;
}
.team-pg-area .wpo-contact-area .quote-form .form-control {
  height: 55px;
  border: 0;
  margin-bottom: 20px;
  padding: 15px;
  background: #ededed;
  background: #F3F3F3;
  color: #666666;
}
.team-pg-area .wpo-contact-area .quote-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #000;
}
.team-pg-area .wpo-contact-area .quote-form textarea.form-control {
  height: 170px;
}
.team-pg-area .wpo-contact-area .quote-form select.form-control {
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #F3F3F3 url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
  color: #666666;
}
.team-pg-area .quote-form .form-control::-moz-placeholder {
  color: #666666;
}
.team-pg-area .quote-form .form-control::placeholder {
  color: #666666;
}
.team-pg-area .half-col {
  float: left;
  width: 50%;
  padding: 0 15px 5px;
  padding-left: 0;
}
@media (max-width: 575px) {
  .team-pg-area .half-col {
    width: 100%;
  }
}
.team-pg-area .full-col {
  padding: 0 15px 5px;
  padding-left: 0;
}
.team-pg-area .exprience-area {
  padding-top: 60px;
}

.team-info-img {
  min-height: 100%;
}
.team-info-img .team-info-img-sticky {
  position: sticky;
  top: 0;
}
.team-info-img img {
  width: 100%;
}

.team-info-all-text {
  padding-left: 70px;
}
@media (max-width: 1399px) {
  .team-info-all-text {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .team-info-all-text {
    padding-left: 0;
  }
}

.team-info-text {
  padding-top: 60px;
}
.team-info-text ul {
  max-width: 720px;
}
.team-info-text ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  font-size: 30px;
  line-height: normal;
  color: #000;
  margin-bottom: 40px;
  list-style: none;
  font-family: "Instrument Sans";
}
@media (max-width: 1199px) {
  .team-info-text ul li {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .team-info-text ul li {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .team-info-text ul li {
    display: block;
  }
}
.team-info-text ul li:last-child {
  margin-bottom: 0;
}
.team-info-text ul li span {
  font-size: 25px;
  color: #666666;
  display: inline-block;
  position: relative;
  font-family: "DM Sans";
  flex-basis: 62%;
}
@media (max-width: 1199px) {
  .team-info-text ul li span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .team-info-text ul li span {
    font-size: 16px;
  }
}
.team-info-text ul li:last-child {
  margin-bottom: 0;
}

.team-widget {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .team-widget {
    padding-top: 60px;
  }
}

.team-exprience-area .exprience-wrap {
  max-width: 930px;
}
.team-exprience-area .education-area {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .team-exprience-area .education-area {
    padding-top: 60px;
  }
}
.team-exprience-area .education-area .education-area {
  max-width: 600px;
}
.team-exprience-area .education-area ul {
  list-style: none;
}
.team-exprience-area .education-area ul li {
  padding-bottom: 30px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #666666;
}
@media (max-width: 575px) {
  .team-exprience-area .education-area ul li {
    font-size: 18px;
    padding-bottom: 20px;
  }
}
.team-exprience-area .education-area ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "\e661";
  font-family: "themify";
  font-size: 14px;
}
.team-exprience-area .education-area ul li:last-child {
  padding-bottom: 0;
}

.skills-area {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .skills-area {
    padding-top: 60px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single {
  margin-bottom: 30px;
  position: relative;
}
.skills-area .wpo-skill-progress .wpo-progress-single h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #212121;
  font-family: "DM Sans";
}
@media (max-width: 767px) {
  .skills-area .wpo-skill-progress .wpo-progress-single h3 {
    font-size: 18px;
  }
}
@media (max-width: 425px) {
  .skills-area .wpo-skill-progress .wpo-progress-single h3 {
    font-size: 16px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single:last-child {
  margin-bottom: 0;
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress {
  background: #edf1ff;
  height: 10px;
  position: relative;
}
@media (max-width: 425px) {
  .skills-area .wpo-skill-progress .wpo-progress-single .progress {
    height: 8px;
  }
}
.skills-area .wpo-skill-progress .wpo-progress-single .progress .progress-bar {
  background-color: #000;
}
.skills-area .wpo-skill-progress .progress-number {
  position: absolute;
  right: 0;
  top: -10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #212121;
}
@media (max-width: 767px) {
  .skills-area .wpo-skill-progress .progress-number {
    font-size: 18px;
    top: -5px;
  }
}
@media (max-width: 425px) {
  .skills-area .wpo-skill-progress .progress-number {
    font-size: 16px;
    top: 0;
  }
}

/*==============================================
10.0 Room Single Page
================================================*/
.wpo-room-single {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .wpo-room-single {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .wpo-room-single {
    padding-bottom: 30px;
  }
}
.wpo-room-single .container {
  max-width: 1360px;
}
@media (max-width: 991px) {
  .wpo-room-single .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-room-single .wpo-room-wrap {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .wpo-room-single .wpo-room-wrap {
    display: block;
  }
}
.wpo-room-single h2 {
  margin-bottom: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .wpo-room-single h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .wpo-room-single h2 {
    font-size: 30px;
  }
}
.wpo-room-single .wpo-room-content {
  width: calc(100% - 450px);
  padding-right: 60px;
}
@media (max-width: 1399px) {
  .wpo-room-single .wpo-room-content {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-room-single .wpo-room-content {
    width: calc(100% - 360px);
  }
}
@media (max-width: 991px) {
  .wpo-room-single .wpo-room-content {
    padding-right: 0px;
    width: 100%;
  }
}
.wpo-room-single .room-description {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.wpo-room-single p {
  color: #535353;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 991px) {
  .wpo-room-single p {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (max-width: 575px) {
  .wpo-room-single p {
    font-size: 16px;
    line-height: 24px;
  }
}
.wpo-room-single {
  /*** product slider ***/
}
.wpo-room-single .room-single-slider {
  padding-bottom: 30px;
}
.wpo-room-single .room-single-slider .slider-for {
  text-align: center;
  position: relative;
}
.wpo-room-single .room-single-slider .slider-for img {
  display: inline-block;
  border-radius: 20px;
  width: 100%;
}
.wpo-room-single .room-single-slider .slider-nav {
  margin-top: 35px;
}
.wpo-room-single .room-single-slider .slider-nav img {
  border-radius: 10px;
}
.wpo-room-single .room-single-slider .slider-for > i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  color: #226156;
  transition: all 0.4s ease;
}
@media (max-width: 575px) {
  .wpo-room-single .room-single-slider .slider-for > i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.wpo-room-single .room-single-slider .slider-for > i:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
}
.wpo-room-single .room-single-slider .slider-for .nav-btn-rt {
  left: auto;
  right: 0;
}
.wpo-room-single .room-single-slider .slider-for .slick-slide {
  text-align: center;
}
.wpo-room-single .room-single-slider .slider-for .slick-slide img {
  display: inline-block;
}
.wpo-room-single .room-capacity {
  margin-bottom: 20px;
}
.wpo-room-single .room-capacity .room-capacity-item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .wpo-room-single .room-capacity .room-capacity-item {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .wpo-room-single .room-capacity .room-capacity-item {
    display: block;
  }
}
.wpo-room-single .room-capacity .room-capacity-item li {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wpo-room-single .room-capacity .room-capacity-item li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .wpo-room-single .room-capacity .room-capacity-item li {
    font-size: 16px;
    line-height: 25px;
  }
}
.wpo-room-single .room-amenities {
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
.wpo-room-single .room-amenities .room-amenities-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 550px;
}
.wpo-room-single .room-amenities .room-amenities-item ul li {
  padding-bottom: 20px;
}
.wpo-room-single .room-amenities .room-amenities-item ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .wpo-room-single .room-amenities .room-amenities-item ul li img {
    max-width: 20px;
    width: 100%;
  }
}
.wpo-room-single .room-amenities .room-amenities-item ul li span {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #444444;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .wpo-room-single .room-amenities .room-amenities-item ul li span {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .wpo-room-single .room-amenities .room-amenities-item ul li span {
    font-size: 16px;
    line-height: 25px;
    padding-left: 6px;
  }
}
.wpo-room-single .room-rules {
  padding-top: 45px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
.wpo-room-single .room-rules .room-rules-item ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #444444;
  padding-bottom: 20px;
}
.wpo-room-single .room-rules .room-rules-item ul li:last-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .wpo-room-single .room-rules .room-rules-item ul li {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .wpo-room-single .room-rules .room-rules-item ul li {
    font-size: 16px;
    line-height: 25px;
    gap: 6px;
  }
}
.wpo-room-single .room-rules .room-rules-item ul li i {
  background-color: transparent;
  width: 25px;
  height: 25px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  transition: all ease-in-out 0.5s;
}
@media (max-width: 575px) {
  .wpo-room-single .room-rules .room-rules-item ul li i {
    width: 20px;
    height: 20px;
    line-height: 14px;
  }
}
.wpo-room-single .room-rules .room-rules-item ul li i::before {
  font-size: 14px;
}
@media (max-width: 575px) {
  .wpo-room-single .room-rules .room-rules-item ul li i::before {
    font-size: 11px;
  }
}
.wpo-room-single .room-rules .room-rules-item ul li:hover i {
  background-color: #000;
  color: #fff;
}
.wpo-room-single .room-cancellation {
  padding-top: 45px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
}
.wpo-room-single .room-map-area {
  padding-top: 45px;
}
.wpo-room-single .room-map-area iframe {
  width: 100%;
  height: 350px;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .wpo-room-single .room-map-area iframe {
    height: 200px;
  }
}
.wpo-room-single .room-wrapper {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .wpo-room-single .room-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .wpo-room-single .room-wrapper {
    padding-top: 60px;
  }
}
.wpo-room-single .room-wrapper h2 {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .wpo-room-single .room-wrapper h2 {
    margin-bottom: 20px;
  }
}

.wpo-rooms-sidebar.wpo-single-sidebar {
  padding-left: 0;
}
.wpo-rooms-sidebar .wpo-select-widget {
  padding: 0;
}
.wpo-rooms-sidebar .wpo-select-widget .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
}
.wpo-rooms-sidebar .wpo-select-widget .form-group {
  flex: 1;
  min-width: 360px;
}
@media (max-width: 1399px) {
  .wpo-rooms-sidebar .wpo-select-widget .form-group {
    min-width: 320px;
  }
}
@media (max-width: 1199px) {
  .wpo-rooms-sidebar .wpo-select-widget .form-group {
    min-width: 270px;
  }
}
@media (max-width: 575px) {
  .wpo-rooms-sidebar .wpo-select-widget .form-group {
    min-width: 100%;
  }
}
.wpo-rooms-sidebar .wpo-select-widget .date-input {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  background-color: #F5F5F5;
  padding: 18px 20px;
}
@media (max-width: 575px) {
  .wpo-rooms-sidebar .wpo-select-widget .date-input {
    padding: 15px;
  }
}
.wpo-rooms-sidebar .wpo-select-widget .date-input input {
  background-color: transparent;
  border: 0;
  width: 100%;
  color: #444444;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (max-width: 575px) {
  .wpo-rooms-sidebar .wpo-select-widget .date-input input {
    font-size: 18px;
  }
}
.wpo-rooms-sidebar .wpo-select-widget .date-input input:focus {
  border: none;
  box-shadow: 0;
  outline: none;
}
.wpo-rooms-sidebar .wpo-select-widget .counter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  overflow: hidden;
  padding: 18px 20px;
  background-color: #F5F5F5;
  border-radius: 20px;
}
@media (max-width: 575px) {
  .wpo-rooms-sidebar .wpo-select-widget .counter {
    padding: 15px;
  }
}
.wpo-rooms-sidebar .wpo-select-widget .counter label {
  color: #444444;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 575px) {
  .wpo-rooms-sidebar .wpo-select-widget .counter label {
    font-size: 18px;
  }
}
.wpo-rooms-sidebar .wpo-select-widget .counter ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #444444;
}
.wpo-rooms-sidebar .wpo-select-widget .counter :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #444444;
}
.wpo-rooms-sidebar .wpo-select-widget .counter ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #444444;
}
.wpo-rooms-sidebar .wpo-select-widget .counter :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #444444;
}
.wpo-rooms-sidebar .wpo-select-widget .counter .bottom-item {
  display: flex;
  align-items: center;
}
.wpo-rooms-sidebar .wpo-select-widget .counter .bottom-item input {
  width: 30px;
  text-align: center;
  margin: 0 auto;
  border: 0;
  font-size: 18px;
}
.wpo-rooms-sidebar .wpo-select-widget .counter button {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 28px;
  border-radius: 16px;
  border: 1px solid #C5C5C5;
  color: #444444;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}
.wpo-rooms-sidebar .wpo-select-widget .tourist-item-group button:focus {
  outline: none;
}
.wpo-rooms-sidebar .wpo-select-widget .counter-btn {
  background-color: #f8f9fa;
  border: none;
  width: 40px;
  height: 46px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s;
}
.wpo-rooms-sidebar .wpo-select-widget .counter-btn:hover {
  background-color: #e9ecef;
}
.wpo-rooms-sidebar .wpo-select-widget .counter-value {
  flex: 1;
  text-align: center;
  padding: 12px 5px;
  font-size: 16px;
  font-weight: 600;
}
.wpo-rooms-sidebar .wpo-select-widget .submit-btn {
  background: linear-gradient(to right, #3498db, #2c3e50);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: transform 0.2s, box-shadow 0.2s;
}
.wpo-rooms-sidebar .wpo-select-widget .submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.wpo-rooms-sidebar .wpo-select-widget .submit-btn:active {
  transform: translateY(0);
}
.wpo-rooms-sidebar .wpo-extraservices-widget .extra-item {
  margin-bottom: 20px;
}
.wpo-rooms-sidebar .wpo-extraservices-widget .service-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  color: #212121;
  gap: 12px;
}
@media (max-width: 1199px) {
  .wpo-rooms-sidebar .wpo-extraservices-widget .service-item {
    gap: 6px;
  }
}
@media (max-width: 425px) {
  .wpo-rooms-sidebar .wpo-extraservices-widget .service-item {
    font-size: 16px;
  }
}
.wpo-rooms-sidebar .wpo-extraservices-widget .service-item input[type=radio] {
  width: 20px;
  height: 20px;
  accent-color: #000;
}
@media (max-width: 425px) {
  .wpo-rooms-sidebar .wpo-extraservices-widget .service-item input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
.wpo-rooms-sidebar .wpo-extraservices-widget .service-item .line {
  flex: 1;
  height: 1px;
  background: #D9D9D9;
  margin: 0 8px;
}
.wpo-rooms-sidebar .wpo-extraservices-widget .checkbox {
  width: 20px;
  height: 0;
  padding: 0;
  margin: 0;
}
.wpo-rooms-sidebar .wpo-extraservices-widget input[type=checkbox] {
  position: relative;
  cursor: pointer;
}
.wpo-rooms-sidebar .wpo-extraservices-widget input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 17px;
  height: 17px;
  transition: all 0.2s linear;
  border: 1px solid #000;
}
.wpo-rooms-sidebar .wpo-extraservices-widget input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -14px;
  width: 17px;
  height: 17px;
  transition: all 0.2s linear;
  border: 1px solid #000;
}
.wpo-rooms-sidebar .wpo-extraservices-widget input[type=checkbox]:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border: solid #fff;
  border-width: 0 0px 0px 0;
  transform: rotate(180deg);
  position: absolute;
  top: -11px;
  left: 3px;
  transition: all 0.2s linear;
}
.wpo-rooms-sidebar .wpo-extraservices-widget input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: -11px;
  left: 3px;
}
.wpo-rooms-sidebar .wpo-extraservices-widget label {
  margin-bottom: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1399px) {
  .wpo-rooms-sidebar .wpo-extraservices-widget label {
    font-size: 13px;
  }
}
.wpo-rooms-sidebar .wpo-price-widget .price-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.wpo-rooms-sidebar .wpo-price-widget .price-item h3 {
  margin: 0;
  color: #000;
  font-size: 50px;
  font-weight: 600;
  line-height: 45px;
}
@media (max-width: 1199px) {
  .wpo-rooms-sidebar .wpo-price-widget .price-item h3 {
    font-size: 40px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .wpo-rooms-sidebar .wpo-price-widget .price-item h3 {
    font-size: 34px;
    line-height: 30px;
  }
}
.wpo-rooms-sidebar .wpo-price-widget .price-item span {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 767px) {
  .wpo-rooms-sidebar .wpo-price-widget .price-item span {
    font-size: 18px;
    line-height: 22px;
  }
}
.wpo-rooms-sidebar .wpo-price-widget .submit {
  padding-top: 30px;
}
.wpo-rooms-sidebar .wpo-price-widget .submit .theme-btn {
  width: 100%;
  border-radius: 20px;
  font-weight: 500;
  padding: 19px 30px;
}
@media (max-width: 991px) {
  .wpo-rooms-sidebar .wpo-price-widget .submit .theme-btn {
    padding: 14px 20px;
  }
}
@media (max-width: 575px) {
  .wpo-rooms-sidebar .wpo-price-widget .submit .theme-btn {
    padding: 10px 15px;
  }
}

/*--------------------------------------------------------------
11.0 Shop Page
--------------------------------------------------------------*/
.wpo-shop-section .container {
  max-width: 1400px;
}
@media (max-width: 991px) {
  .wpo-shop-section .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-shop-section .img-holder img {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wpo-shop-section .shop-grids {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .wpo-shop-section .shop-grids {
    margin: 0 -7px;
  }
}
.wpo-shop-section .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 991px) {
  .wpo-shop-section .grid {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .wpo-shop-section .grid {
    width: calc(50% - 15px);
    margin: 0 7px 15px;
  }
}
@media (max-width: 550px) {
  .wpo-shop-section .grid {
    width: calc(100% - 15px);
    float: none;
  }
}
.wpo-shop-section .grid img {
  width: 100%;
}
.wpo-shop-section .details {
  background-color: #f7f7f7;
  text-align: center;
  padding: 35px 15px;
}
.wpo-shop-section .details h3 {
  font-size: 25px;
  font-size: 1.3888888889rem;
  margin: 0 0 0.5em;
  font-weight: 500;
}
@media (max-width: 991px) {
  .wpo-shop-section .details h3 {
    font-size: 20px;
    font-size: 1.1111111111rem;
  }
}
.wpo-shop-section .details h3 a {
  color: #000;
}
.wpo-shop-section .details del {
  color: #535353;
}
.wpo-shop-section .details del + span {
  display: inline-block;
  padding-left: 20px;
}
.wpo-shop-section .add-to-cart {
  margin-top: 20px;
}
.wpo-shop-section .add-to-cart a {
  font-family: "DM Sans";
  font-size: 16px;
  font-size: 0.8888888889rem;
  color: #000;
  padding: 10px 20px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .wpo-shop-section .add-to-cart a {
    font-size: 12px;
    font-size: 0.6666666667rem;
    padding: 8px 18px;
  }
}
.wpo-shop-section .add-to-cart a:hover {
  background-color: #000;
  color: #fff;
}
.wpo-shop-section .add-to-cart a i {
  font-size: 15px;
  font-size: 0.8333333333rem;
  display: inline-block;
  padding-left: 5px;
}
.wpo-shop-section .grid:hover .add-to-cart a {
  background-color: #000;
  color: #fff;
}

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

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

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

/*--------------------------------------------------------------
15.0 Destination Single Page
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .wpo-destination-single-section {
    padding-bottom: 60px;
  }
}
.wpo-destination-single-section .container {
  max-width: 1400px;
}
@media (max-width: 991px) {
  .wpo-destination-single-section .container {
    max-width: 697px;
    margin: 0 auto;
  }
}
.wpo-destination-single-section p {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #666666;
}
@media (max-width: 991px) {
  .wpo-destination-single-section p {
    font-size: 18px;
    line-height: 29px;
  }
}
@media (max-width: 575px) {
  .wpo-destination-single-section p {
    font-size: 16px;
    line-height: 26px;
  }
}
.wpo-destination-single-section h2 {
  font-size: 40px;
  font-family: "Instrument Sans";
  margin-bottom: 30px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .wpo-destination-single-section h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.wpo-destination-single-section .wpo-destination-single-wrap img {
  width: 100%;
  border-radius: 20px;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-destination-single-content .wpo-destination-single-content-des {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .wpo-destination-single-section .wpo-destination-single-wrap .wpo-destination-single-content .wpo-destination-single-content-des {
    padding: 35px 0;
  }
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-destination-single-content .wpo-destination-single-content-des .wpo-destination-single-sub-img {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .wpo-destination-single-section .wpo-destination-single-wrap .wpo-destination-single-content .wpo-destination-single-content-des .wpo-destination-single-sub-img {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .wpo-destination-single-section .wpo-destination-single-wrap .wpo-destination-single-content .wpo-destination-single-content-des .wpo-destination-single-sub-img .image {
    width: 100%;
  }
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-destination-single-content .wpo-destination-single-content-des .wpo-destination-single-sub-img img {
  width: 100%;
  border-radius: 0;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section {
  padding-top: 30px;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion {
  border-top: 1px solid #D9D9D9;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item {
  border: 0;
  border-bottom: 1px solid #D9D9D9;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item .accordion-body p {
  margin-bottom: 0;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 24px;
  color: #131313;
  text-align: left;
  font-family: "DM Sans";
  font-weight: 600;
}
@media (max-width: 1399px) {
  .wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item button {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item button {
    font-size: 18px;
  }
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  transform: rotate(0deg);
  font-weight: 700;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item button.collapsed {
  color: #131313;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item button.collapsed::after {
  content: "\e61a";
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-item button:focus {
  box-shadow: none;
  outline: none;
  border-color: #D9D9D9;
}
.wpo-destination-single-section .wpo-destination-single-wrap .wpo-benefits-section .accordion-button {
  background: transparent;
}

/*--------------------------------------------------------------
16.0 Contact Page
--------------------------------------------------------------*/
.wpo-contact-pg-section {
  padding-bottom: 0px;
}
.wpo-contact-pg-section .wpo-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-title {
    margin-bottom: 30px;
  }
}
.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 40px;
  font-size: 2.2222222222rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 25px;
    font-size: 1.3888888889rem;
  }
}
.wpo-contact-pg-section .wpo-contact-title p {
  font-size: 18px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title p {
    font-size: 16px;
    font-size: 0.8888888889rem;
    line-height: 26px;
  }
}
.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 65px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 25px;
  border: 1px solid #D9D9D9;
  color: #666666;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section form input,
  .wpo-contact-pg-section form select,
  .wpo-contact-pg-section form textarea {
    height: 45px;
  }
}
.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
  border-color: #000;
  background: transparent;
  box-shadow: none;
}
.wpo-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}
.wpo-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}
.wpo-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #666666;
}
.wpo-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #666666;
}
.wpo-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #666666;
}
.wpo-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #666666;
}
.wpo-contact-pg-section form select {
  display: inline-block;
  color: #666666;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 18px;
  font-size: 1rem;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-contact-pg-section form select:focus {
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}
.wpo-contact-pg-section form .submit-area .theme-btn {
  border-radius: 0px;
  font-family: "DM Sans";
  font-size: 16px;
}
.wpo-contact-pg-section form .submit-area .theme-btn:after {
  border-radius: 0px;
}
.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}
@media (max-width: 600px) {
  .wpo-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}
.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.wpo-contact-pg-section .office-info {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.wpo-contact-pg-section .office-info .office-info-item {
  text-align: center;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px 80px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .wpo-contact-pg-section .office-info .office-info-item {
    padding: 40px;
  }
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
}
.wpo-contact-pg-section .wpo-contact-form-area {
  padding: 60px 50px;
  background: #fff;
  box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

.wpo-contact-map-section .wpo-contact-map {
  height: 550px;
}
@media (max-width: 767px) {
  .wpo-contact-map-section .wpo-contact-map {
    height: 350px;
  }
}
.wpo-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.wpo-contact-map-section h2.hidden {
  display: none;
}

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

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

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

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

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

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

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