@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Instrument+Sans:ital,wght@0,400..700;1,400..700&amp;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: 70px 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.html) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}
.form ::-moz-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: rgb(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/title-img.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 {
  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 .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;
}

.room-slider img{
    height:550px;
    object-fit:cover;
}

.slider-btn{
    width:50px;
    height:50px;
    background:#d4ab63;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:18px;
}

.tariff-box{
    background:#f3efe8;
    padding:25px;
    border-radius:8px;
}

.tariff-box h5{
    font-weight:700;
    margin-bottom:15px;
}

.amenity-title{
    font-weight:700;
    color:#111;
}

.amenity-list{
    padding:0;
    margin:0;
    list-style:none;
}

.amenity-list li{
    margin-bottom:15px;
    position:relative;
    padding-left:30px;
    font-size:18px;
}

.amenity-list li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#c89d57;
    font-weight:700;
}

.booking-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    top:100px;
}

.booking-header{
    background:#8e8078;
    color:#fff;
    text-align:center;
    padding:25px;
    font-size:34px;
    font-weight:700;
}

.booking-body{
    padding:35px;
}

.info-box{
    text-align:center;
}

.info-box i{
    color:#c89d57;
    font-size:28px;
    margin-bottom:15px;
}

.info-box h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.info-box h3{
    font-size:36px;
    font-weight:700;
}

.info-box h4{
    font-size:30px;
    font-weight:700;
}

.info-box p{
    margin:0;
}

.booking-body h6{
    font-weight:700;
}

.booking-body span{
    color:#c89d57;
    font-size:24px;
    font-weight:700;
}

.action-btn{
    width:100%;
    background:#c9ac7f;
    color:#fff;
    border-radius:50px;
    padding:14px;
    margin-bottom:12px;
    font-weight:600;
}

.action-btn:hover{
    background:#b89663;
    color:#fff;
}

.action-btn i{
    margin-right:8px;
}

@media(max-width:991px){

.room-slider img{
    height:350px;
}

.booking-card{
    margin-top:30px;
}

.booking-header{
    font-size:28px;
}

.info-box h3{
    font-size:28px;
}

.info-box h4{
    font-size:24px;
}

}

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

/* Header */

.wpo-site-header .container-fluid{
    display:flex;
    align-items:center;
}

.navbar-brand{
    flex-shrink:0;
}

.navbar-brand img{
    max-height:70px;
    width:auto;
}

.navbar-collapse{
    flex-grow:1;
    justify-content:center;
}

.navbar-nav{
    gap:10px;
}

.navbar-nav .nav-link{
    white-space:nowrap;
    padding:12px 14px;
        font-size: 20px;
        color: rgb(0, 0, 0) !important;
}

.call-btn{
    white-space:nowrap;
    display:flex;
    align-items:center;
    gap:8px;
    padding:12px 22px;
    font-size:15px;
}

.call-btn i{
    font-size:15px;
}

/* Prevent shrinking */
.header-right,
.call-btn{
    flex-shrink:0;
}

/* Large Screen */
@media (max-width:1400px){

    .navbar-nav .nav-link{
        padding:10px;
        font-size:15px;
    }

    .call-btn{
        padding:10px 18px;
        font-size:14px;
    }

}

.why-choose-us{
    background:#f8f9fa;
}

.sub-title{
    color:#d4a017;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:15px;
}

.section-title{
    font-size:40px;
    font-weight:700;
    margin:10px 0 20px;
}

.choose-box{
    background:#fff;
    padding:35px 30px;
    border-radius:15px;
    text-align:center;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid #eee;
}

.choose-box:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.choose-box i{
    width:75px;
    height:75px;
    line-height:75px;
    border-radius:50%;
    background:#d4a017;
    color:#fff;
    font-size:28px;
    margin-bottom:20px;
    transition:.3s;
}

.choose-box:hover i{
    transform:rotateY(180deg);
}

.choose-box h5{
    font-weight:700;
    margin-bottom:12px;
}

.choose-box p{
    color:#666;
    margin:0;
    line-height:1.8;
}

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

    .choose-box{
        padding:25px 20px;
    }
}

/* Laptop */
@media (max-width:1200px){

    .navbar-nav .nav-link{
        font-size:14px;
        padding:8px;
    }

    .call-btn{
        padding:9px 16px;
        font-size:13px;
    }

}

/* Mobile */

@media(max-width:991px){

    .navbar-brand img{
        max-height:60px;
    }

    .navbar-collapse{
        text-align:left;
    }

}


.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: 4px 35px;
    font-size: 14px;
  }
}
@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.1s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.1s;
  }
}
.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
--------------------------------------------------------------*/
/* Carousel Wrapper */
#heroCarousel{
    border-radius:30px;
    overflow:hidden;
}

/* Carousel */
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item{
    border-radius:30px;
    overflow:hidden;
}

/* Hero */
.hero-wrapper{
    position:relative;
    height:680px;   /* apni requirement ke hisab se */
    overflow:hidden;
    border-radius:30px;
}

/* Image */
.overlay-image{
    position:absolute;
    inset:0;
    z-index:1;
}

.overlay-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Text */
.hero-top{
    position:absolute;
    top:50%;
    left:8%;
    transform:translateY(-50%);
    z-index:10;
    max-width:550px;
    color:#fff;
}

.hero-top h2{
    font-size:70px;
    font-weight:700;
    margin-bottom:20px;
    color:#fff;
}

.hero-top p{
    font-size:18px;
    line-height:1.8;
    color:#fff;
}

/* Dark Overlay */
.hero-wrapper::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,0,0,.65) 0%,
        rgba(0,0,0,.35) 45%,
        rgba(0,0,0,.05) 100%
    );
    z-index:2;
}

.hero-top{
    z-index:5;
}

/* Controls */
.carousel-control-prev,
.carousel-control-next{
    width:70px;
    opacity:1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    background-color:rgba(255,255,255,.25);
    backdrop-filter:blur(10px);
    background-size:40%;
}

.carousel-indicators{
    bottom:25px;
}

.carousel-indicators button{
    width:12px;
    height:12px;
    border-radius:50%;
    margin:0 6px;
}

/* Responsive */
@media(max-width:991px){

.hero-wrapper{
    height:600px;
}

.hero-top{
    left:30px;
    right:30px;
    max-width:100%;
}

.hero-top h2{
    font-size:42px;
}

}

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


/*--------------------------------------------------------------
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: 30px 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: 16px;
  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: 16px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .wpo-site-footer .link-widget ul li,
  .wpo-site-footer-s2 .link-widget ul li {
    font-size: 16px;
  }
}
.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: 16px;
    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;
}


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: 16px;
  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.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-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-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-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-s3 .service-left-item img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wpo-service-section .service-right-item,
  .wpo-service-section-s3 .service-right-item {
    margin-top: 30px;
  }
}
.wpo-service-section .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-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-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-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-s3 .service-right-item .service-content {
    padding: 40px;
  }
}
@media (max-width: 1399px) {
  .wpo-service-section .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-s3 .service-right-item .service-content {
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .wpo-service-section .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-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-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-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-s3 .service-right-item .service-content .text {
    padding-top: 20px;
  }
}
.wpo-service-section .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-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-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-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-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-s3 .service-right-item .service-content .text h3 a {
  color: #000;
}
.wpo-service-section .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-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;
  }
}

/*======================================
5.0 Home Style 2
 =======================================*/
/* 5.1 Select Section Style 2 */




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



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

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



/* 6.7 Testimonial Section Style 2 */
/* 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;
  }
}


/* 6.10 Pricing Section */
.wpo-pricing-section {
  padding-bottom: 30px;
}
@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.html);
  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;
}

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


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

/*--------------------------------------------------------------
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.html) no-repeat calc(100% - 15px) center;
  position: relative;
}
.wpo-contact-pg-section form select:focus {
  background: transparent url(../images/select-icon2.html) 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;
}


/*======================================
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 .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;
  }
}