@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     Hotely – Travel,Resort & Hotel Boking HTML5 Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header
	2.1 topbar
	2.2 navigation

3. content
	3.1 hero-section
	3.2 service-section
	3.3 booking-section
	3.4 popular-places-section
	3.5 places-videos-section
	3.6 featured-section
	3.6 featured-section
	3.7 authorlist-section
	3.8 testimonial-section
	3.9 places-section
	3.10 blog-section

4. wpo-footer

5. Home-style-2
   5.1 service-section-s2
   5.2 authorlist-section-s2

6. Home-style-3
   6.1 videos-section
   6.2 wpo-room-area

7. places-single

8. service single page

9. Room-single-pages

10. wpo-faq-page

11. login-design

12. cart-page-style

13. checkout-page-style

14. blog-pg-section

15. blog-single-section

16. contact-pg-section

17. error-404-section


----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,600&family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
/* 1.1	Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Sora", sans-serif;
  color: #687693;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #687693;
  line-height: 1.8em;
}
@media (max-width: 399px) {
  p {
    font-size: 15px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #273958;
  font-family: "Playfair Display", serif;
  font-weight: 600;
}

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

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

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

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

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

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active label.error {
  color: red;
  font-size: 0.9333333333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}
.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}
.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #2979FE;
  display: inline-block;
  animation: rotating linear 2s infinite;
}
.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(41, 121, 254, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #2979FE;
  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: #2979FE;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  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 !important;
}

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

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

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 0;
  background: #f9f9f9;
  font-weight: normal;
  color: #2979FE;
  text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 0;
  background: #2979FE;
  color: #ffffff;
}

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

.ui-datepicker th {
  color: #2979FE;
}

.ui-datepicker .ui-datepicker-title {
  color: #2979FE;
}

.wpo-section-title {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .wpo-section-title {
    margin-bottom: 40px;
  }
}
.wpo-section-title span {
  background: var(--d-9-d-9-d-9, linear-gradient(270deg, #E8B00B 0%, #04B07D 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wpo-section-title span {
    font-size: 12px;
  }
}
.wpo-section-title h2 {
  color: #273958;
  font-family: "Playfair Display", serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .wpo-section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .wpo-section-title h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h2 {
    font-size: 20px;
  }
}
.wpo-section-title p {
  font-size: 18px;
}
.wpo-section-title.s2 span {
  background: #2979FE;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.theme-btn, .view-cart-btn {
  display: inline-block;
  border: 0;
  z-index: 1;
  position: relative;
  border-radius: 100px;
  padding: 15px 40px;
  color: #fff;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  background: linear-gradient(270deg, #E8B00B 0%, #04B07D 100%);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.theme-btn:after, .view-cart-btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #04B07D 0%, #E8B00B 100%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.theme-btn:hover, .view-cart-btn:hover, .theme-btn:focus, .view-cart-btn:focus, .theme-btn:active, .view-cart-btn:active {
  color: #fff;
}
.theme-btn:hover:after, .view-cart-btn:hover:after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .theme-btn, .view-cart-btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .theme-btn, .view-cart-btn {
    padding: 8px 18px;
    font-size: 14px;
  }
}

.theme-btn-s2 {
  background: #2979FE;
  color: #120D2B;
  display: inline-block;
  padding: 15px 35px;
  border-radius: 8px;
  text-transform: capitalize;
  z-index: 1;
  position: relative;
  border: transparent;
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  transition: opacity 0.5s ease-out;
}
.theme-btn-s2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 55px;
  background: linear-gradient(left, #00ded8, #00a7d5);
  transition: opacity 0.5s ease-out;
  opacity: 0;
  z-index: -1;
}
@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
  }
}
.theme-btn-s2:hover, .theme-btn-s2:focus, .theme-btn-s2:active {
  background: #1069fe;
  color: #fff;
}
.theme-btn-s2:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 8px 18px;
    font-size: 12px;
  }
}

.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
}
.view-cart-btn:after {
  display: none;
}
.view-cart-btn:hover {
  background-color: #0160fd;
}
.view-cart-btn.s1 {
  background: #ddd;
}
.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #2979FE;
  -o-box-shadow: 0 0 5px 0 #5c99fe;
  -ms-box-shadow: 0 0 5px 0 #5c99fe;
  box-shadow: 0 0 5px 0 #5c99fe;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  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: #5c99fe;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #2979FE;
}

.wpo-breadcumb-area {
  background: url(../images/page-title.jpg) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-breadcumb-area {
    min-height: 250px;
  }
}
.wpo-breadcumb-area:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 65, 104, 0.8);
  content: "";
  z-index: -1;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap {
  text-align: center;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
  font-size: 60px;
  color: #fff;
  line-height: 60px;
  margin-top: -10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .wpo-breadcumb-area .wpo-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wpo-breadcumb-area .wpo-breadcumb-wrap ul li {
    font-size: 18px;
  }
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:after {
  content: "/";
  position: relative;
  left: 7px;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child span {
  color: #cbd4fd;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li:last-child:after {
  display: none;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a {
  color: #fff;
  font-size: 20px;
  transition: all 0.3s;
}
.wpo-breadcumb-area .wpo-breadcumb-wrap ul li a:hover {
  color: #2979FE;
}

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

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

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** wpo-contact-widget ***/
}
@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}
.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.5333333333rem;
  color: #273958;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "Playfair Display", serif;
  padding-bottom: 20px;
  font-weight: 700;
}
.blog-sidebar .widget h3:before {
  content: "";
  background-color: #2979FE;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}
.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}
.blog-sidebar .search-widget form div {
  position: relative;
}
.blog-sidebar .search-widget input {
  background-color: rgba(41, 121, 254, 0.15);
  height: 70px;
  font-size: 16px;
  font-size: 1.0666666667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  transition: all 0.3s;
}
.blog-sidebar .search-widget input:focus {
  background-color: rgba(41, 121, 254, 0.1);
}
.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #fff;
  background-color: #2979FE;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  transform: translateY(-50%);
}
.blog-sidebar .about-widget {
  text-align: center;
  background-color: rgba(246, 246, 246, 0.5215686275);
  padding: 45px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}
.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}
.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}
.blog-sidebar .about-widget ul {
  list-style: none;
  display: flex;
  justify-content: center;
}
.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}
.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}
.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}
.blog-sidebar .about-widget a {
  font-family: "Playfair Display", serif;
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #273958;
  text-decoration: underline;
}
.blog-sidebar .about-widget a:hover {
  color: #2979FE;
}
.blog-sidebar .category-widget ul {
  list-style: none;
}
.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.2666666667rem;
  position: relative;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}
.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}
.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}
.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #F1F6FF;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.9333333333rem;
  }
}
.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #2979FE;
}
.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}
.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}
.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}
.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}
.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}
.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Sora", sans-serif;
}
@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #273958;
}
.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #2979FE;
}
.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #120D2B;
}
.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}
.blog-sidebar .wpo-instagram-widget ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.blog-sidebar .wpo-instagram-widget ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.blog-sidebar .wpo-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}
.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}
.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}
.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #273958;
  background: #ecf4fb;
  border-radius: 5px;
}
.blog-sidebar .tag-widget ul li a:hover {
  background: #2979FE;
  color: #fff;
}
.blog-sidebar .wpo-contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
  padding: 30px 40px;
}
.blog-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 57, 103, 0.9);
  content: "";
  z-index: -1;
}
@media (max-width: 1200px) {
  .blog-sidebar .wpo-contact-widget {
    padding: 20px;
  }
}
.blog-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.blog-sidebar .wpo-contact-widget h2::before {
  left: 28px;
  background: url(../images/Single-title-shape2.png) no-repeat right center;
}
.blog-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}
.blog-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.blog-sidebar .wpo-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

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

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

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
/*-- 2.1 topbar --*/
.topbar {
  background: #2979FE;
}

@media (max-width: 991px) {
  .topbar {
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-style-1 {
    text-align: center;
    padding: 20px 0;
  }
}
.topbar {
  font-size: 16px;
  color: #e5e3e3;
  margin: 0;
}

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

@media (max-width: 991px) {
  .topbar ul {
    float: none;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.topbar ul li {
  font-size: 15px;
  float: left;
  padding: 15px 10px;
  color: #e5e3e3;
  line-height: 1em;
}
@media (max-width: 991px) {
  .topbar ul li {
    padding: 15px 10px;
  }
}

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

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

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

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

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

@media (max-width: 1200px) {
  .topbar ul li {
    font-size: 12px;
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .topbar ul li {
    font-size: 13px;
  }
  .topbar {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .topbar ul li {
    float: left;
    border: none;
    padding: 8px 6px;
    font-size: 13px;
  }
}
@media (max-width: 590px) {
  .topbar ul li {
    float: none;
  }
  .topbar .contact-info ul li {
    float: left;
  }
  .topbar ul {
    flex-wrap: wrap;
  }
}
.topbar .theme-btn-s2 {
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: -3px;
  color: #fff !important;
}

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

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

/* 2.2 navigation */
.wpo-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 11;
  padding-top: 17px;
}

.wpo-site-header .navigation {
  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);
  background-color: #fff;
}

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

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

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

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

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

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    /*** hover effect ***/
    justify-content: center;
  }
  .wpo-site-header #navbar li {
    position: relative;
    z-index: 1;
  }
  .wpo-site-header #navbar > ul > li > a:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    background: #fff;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    border-radius: 100%;
    transform: translateY(-50%);
    height: 32px;
    z-index: -1;
  }
  .wpo-site-header #navbar > ul > li > a:hover:before,
  .wpo-site-header #navbar > ul > li > a.active:before {
    opacity: 1;
    visibility: visible;
    color: #c79652;
  }
  .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 {
  padding-right: 0;
}

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

@media (max-width: 991px) and (max-width: 991px) {
  .wpo-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul {
    z-index: 101;
  }
  .wpo-site-header #navbar ul a {
    color: #000;
  }
  .wpo-site-header #navbar ul a:hover,
  .wpo-site-header #navbar ul li.current a {
    color: #2979FE;
  }
  .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 .language {
    display: none;
  }
}
.wpo-site-header .header-right .nice-select {
  border-radius: 0;
  border: transparent;
  color: #273958;
  font-family: Sora;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: transparent;
}
@media (max-width: 1199px) {
  .wpo-site-header .header-right .nice-select {
    font-size: 12px;
  }
}
.wpo-site-header .header-right .nice-select:after {
  color: #273958;
  border-bottom: 2px solid #273958;
  border-right: 2px solid #273958;
  height: 7px;
  width: 7px;
}
.wpo-site-header .header-right .nice-select .option.selected {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wpo-site-header .header-right .nice-select .option.selected {
    font-size: 12px;
  }
}
.wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
  padding: 15px 40px;
  color: #fff;
  font-family: Sora;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  border-radius: 8px;
  background: #2979FE;
}
@media (max-width: 1400px) {
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 15px;
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .wpo-site-header .header-right .close-form .theme-btn, .wpo-site-header .header-right .close-form .view-cart-btn {
    padding: 2px 8px;
    font-size: 10px;
  }
}
.wpo-site-header .header-right .close-form .theme-btn:after, .wpo-site-header .header-right .close-form .view-cart-btn:after {
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .wpo-site-header .header-right .close-form .theme-btn:after, .wpo-site-header .header-right .close-form .view-cart-btn:after {
    top: 47%;
  }
}

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

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

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

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

.wpo-site-header .header-right .search-toggle-btn,
.wpo-site-header .header-right .cart-toggle-btn {
  background-color: rgba(7, 1, 67, 0.05);
  line-height: 0.66em;
  color: #232f4b;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn,
  .wpo-site-header .header-right .cart-toggle-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .header-right .search-toggle-btn .fi:before,
  .wpo-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}
.wpo-site-header .header-right .search-toggle-btn .ti-close,
.wpo-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}
.cart-search-contact .fi {
  font-size: 30px;
  font-size: 2rem;
  color: #273958;
}
.cart-search-contact > div {
  float: left;
  position: relative;
}
.cart-search-contact > div + div {
  margin-left: 12px;
}
.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}
@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}
.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}
.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: 18px !important;
}
.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid rgba(18, 13, 43, 0.12);
}
.cart-search-contact input:focus {
  box-shadow: none;
  border-color: #2979FE;
}

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

.mini-cart .cart-count {
  background: #2979FE;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.5333333333rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  box-shadow: -2px 18px 40px -9px rgb(153, 153, 153);
}
@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}
.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}
.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}
.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #273958;
  margin: 0;
  text-transform: uppercase;
}
.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}
.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}
.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}
.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}
.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}
.mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-weight: 600;
  text-align: left;
  color: #273958;
}
.mini-cart-content .mini-cart-item-des a:hover {
  color: #2979FE;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}
.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: 0.02;
  z-index: -1;
}
.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.mini-cart-content .mini-cart-action .theme-btn-s2 {
  float: right;
}
.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}
.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 16px;
  font-size: 1.0666666667rem;
  font-weight: 600;
  color: #273958;
  display: block;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-content .mini-cart-action .mini-checkout-price span {
  color: #c79652;
  font-size: 20px;
}

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

@media (max-width: 991px) {
  .page-wrapper {
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: all 0.3s;
  }
}
.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area 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: #2979FE;
}

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

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

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

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

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

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

@media (max-width: 440px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}
@media (max-width: 370px) {
  .wpo-site-header .navbar-header .navbar-brand img {
    max-width: 125px;
  }
}
@media (max-width: 1500px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 30px 15px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header-right .theme-btn, .header-right .view-cart-btn {
    padding: 20px 12px;
  }
}
.wpo-header-style-2 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.wpo-header-style-2 .navigation {
  background: transparent;
}
.wpo-header-style-2 .navigation.sticky-on {
  background: #29395b;
}
.wpo-header-style-2 #navbar > ul > li > a {
  color: #fff;
}
.wpo-header-style-2 .header-right .cart-toggle-btn,
.wpo-header-style-2 .header-right .search-toggle-btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.wpo-header-style-2 .header-right .cart-toggle-btn .fi,
.wpo-header-style-2 .header-right .search-toggle-btn .fi {
  color: #fff;
}

@media (max-width: 991px) {
  .wpo-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header,
  .wpo-header-style-2 {
    z-index: 99999;
  }
}
.wpo-site-header .navigation.sticky-header {
  padding: 0 130px;
}

@media (max-width: 1700px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}
@media (max-width: 1400px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .wpo-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}
/* wpo-site-header-s2 */
.wpo-site-header-s2 {
  position: unset;
  padding-top: 0;
  position: relative;
  z-index: 11;
}

/* header-style-s4 */
.header-style-s4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.header-style-s4 .topbar {
  background: transparent;
}
.header-style-s4 .wpo-site-header-s2 {
  border: 1px solid rgba(255, 255, 255, 0.07);
}
@media screen and (min-width: 992px) {
  .header-style-s4 .wpo-site-header #navbar > ul > li > a {
    color: #fff;
  }
}
@media screen and (min-width: 992px) {
  .header-style-s4 .wpo-site-header #navbar > ul > li > a:before {
    background: #2979FE;
  }
}
.header-style-s4 .wpo-site-header .header-right .nice-select {
  color: #fff;
}
.header-style-s4 .wpo-site-header .header-right .nice-select:after {
  color: #273958;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 7px;
  width: 7px;
}
.header-style-s4 .nice-select .option {
  color: #273958;
}
.header-style-s4 .wpo-site-header .navigation.sticky-header {
  background: #273958;
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 hero-section */
.hero-section {
  position: relative;
  height: 940px;
  background: url(../images/slider/hero-bg.jpg) center/cover no-repeat;
}
@media (max-width: 991px) {
  .hero-section {
    height: 1000px;
  }
}
@media (max-width: 575px) {
  .hero-section {
    height: 850px;
  }
}
@media (max-width: 440px) {
  .hero-section {
    height: 900px;
  }
}
@media (max-width: 375px) {
  .hero-section {
    height: 950px;
  }
}

.hero-wraper {
  display: flex;
  align-items: center;
  height: 940px;
  position: relative;
}
@media (max-width: 991px) {
  .hero-wraper {
    display: block;
  }
}
.hero-wraper .hero-content-slider {
  margin-top: 105px;
}
@media (max-width: 1199px) {
  .hero-wraper .hero-content-slider {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .hero-wraper .hero-content-slider {
    margin-top: 150px;
    display: block;
  }
}
.hero-wraper .item h2 {
  color: #273958;
  font-family: "Playfair Display", serif;
  font-size: 60px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .hero-wraper .item h2 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .hero-wraper .item h2 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .hero-wraper .item h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.hero-wraper .item p {
  color: var(--Black-2, #273958);
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 40px;
  margin-right: 60px;
}
@media (max-width: 991px) {
  .hero-wraper .item p {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.hero-wraper .item .hero-btn .theme-btn, .hero-wraper .item .hero-btn .view-cart-btn {
  border-radius: 8px;
}
.hero-wraper .right-content {
  position: absolute;
  right: -180px;
  top: 55%;
  width: 727px;
  height: 553px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1549px) {
  .hero-wraper .right-content {
    right: -340px;
  }
}
@media (max-width: 1399px) {
  .hero-wraper .right-content {
    width: 690px;
  }
}
@media (max-width: 1199px) {
  .hero-wraper .right-content {
    width: 500px;
    right: -140px;
  }
}
@media (max-width: 991px) {
  .hero-wraper .right-content {
    position: unset;
    transform: unset;
    width: 300px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .hero-wraper .right-content {
    width: 250px;
  }
}
.hero-wraper .right-content .hero-img-slider {
  position: absolute;
  bottom: 0;
  left: 145px;
  z-index: 1;
  width: 339px;
  height: 532px;
}
@media (max-width: 991px) {
  .hero-wraper .right-content .hero-img-slider {
    position: unset;
    transform: unset;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.hero-wraper .right-content .hero-img-slider .item img {
  border-radius: 1000px;
}
.hero-wraper .right-content .hero-img-slider .slick-arrow {
  width: 60px;
  height: 45px;
  line-height: 45px;
  border-radius: 7px;
  border: 1px solid rgba(18, 13, 43, 0.1);
  background: #fff;
  display: block;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #120D2B;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .hero-wraper .right-content .hero-img-slider .slick-arrow {
    display: none;
  }
}
.hero-wraper .right-content .hero-img-slider .slick-arrow:hover {
  background: #120D2B;
  color: #fff;
}
.hero-wraper .right-content .hero-img-slider .left-btn,
.hero-wraper .right-content .hero-img-slider .right-btn {
  position: absolute;
  bottom: 15%;
  right: -150px;
}
@media (max-width: 1199px) {
  .hero-wraper .right-content .hero-img-slider .left-btn,
  .hero-wraper .right-content .hero-img-slider .right-btn {
    right: -100px;
  }
}
.hero-wraper .right-content .hero-img-slider .left-btn {
  bottom: 27%;
  right: -180px;
}
@media (max-width: 1199px) {
  .hero-wraper .right-content .hero-img-slider .left-btn {
    right: -120px;
  }
}
.hero-wraper .right-content .side-img-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 107px;
  height: 107px;
}
@media (max-width: 1199px) {
  .hero-wraper .right-content .side-img-1 {
    display: none;
  }
}
.hero-wraper .right-content .side-img-1 img {
  border-radius: 100%;
  width: 100%;
}
.hero-wraper .right-content .side-img-2 {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 206px;
  height: 206px;
  border-radius: 1000px;
  border: 8px solid #fff;
  z-index: 1;
}
@media (max-width: 1199px) {
  .hero-wraper .right-content .side-img-2 {
    display: none;
  }
}
.hero-wraper .right-content .side-img-2 img {
  border-radius: 100%;
  width: 100%;
}
.hero-wraper .right-content .side-img-3 {
  position: absolute;
  top: 65px;
  right: 0;
  width: 206px;
  height: 206px;
  border-radius: 1000px;
}
@media (max-width: 1199px) {
  .hero-wraper .right-content .side-img-3 {
    display: none;
  }
}
.hero-wraper .right-content .side-img-3 img {
  border-radius: 100%;
  width: 100%;
}
.hero-wraper .right-content .shape-2 {
  position: absolute;
  left: -130px;
  top: 15px;
  z-index: -1;
}
@media (max-width: 1599px) {
  .hero-wraper .right-content .shape-2 {
    display: none;
  }
}
.hero-wraper .right-content .shape-3 {
  position: absolute;
  left: 0;
  top: 145px;
}
@media (max-width: 1599px) {
  .hero-wraper .right-content .shape-3 {
    display: none;
  }
}
.hero-wraper .right-content .shape-4 {
  position: absolute;
  right: 180px;
  top: -20px;
}
@media (max-width: 1199px) {
  .hero-wraper .right-content .shape-4 {
    display: none;
  }
}
.hero-wraper .shape-1 {
  position: absolute;
  left: 148px;
  top: 0;
}
@media (max-width: 1599px) {
  .hero-wraper .shape-1 {
    left: 0;
  }
}

/* hero-section-s2 */
.hero-section-s2 {
  overflow: hidden;
  height: 900px;
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-section-s2 {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .hero-section-s2 {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .hero-section-s2 {
    height: 550px;
  }
}
.hero-section-s2 .right-img {
  width: 1100px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1549px) {
  .hero-section-s2 .right-img {
    width: 1000px;
  }
}
@media (max-width: 1399px) {
  .hero-section-s2 .right-img {
    width: 900px;
  }
}
@media (max-width: 1199px) {
  .hero-section-s2 .right-img {
    width: 850px;
  }
}
@media (max-width: 991px) {
  .hero-section-s2 .right-img {
    display: none;
  }
}
.hero-section-s2 .right-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 575px) {
  .hero-section-s2 .hero-wraper .hero-content-slider {
    margin-top: 200px;
  }
}
@media (max-width: 440px) {
  .hero-section-s2 .hero-wraper .hero-content-slider {
    margin-top: 150px;
  }
}

/* hero-section-s3 */
.hero-section-s3 {
  background: url(../images/slider/slide-5.jpg) center/cover no-repeat;
  position: relative;
  height: 800px;
}
@media (max-width: 991px) {
  .hero-section-s3 {
    height: 1000px;
  }
}
.hero-section-s3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(13, 59, 93, 0.5);
}
.hero-section-s3 .hero-wraper {
  height: 100%;
  display: flex;
}
.hero-section-s3 .hero-wraper .hero-content-slider {
  margin-top: 0;
}
@media (max-width: 991px) {
  .hero-section-s3 .hero-wraper .hero-content-slider {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .hero-section-s3 .hero-wraper .hero-content-slider .item {
    text-align: center;
  }
}
.hero-section-s3 .hero-wraper .hero-content-slider .item h2 {
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .hero-section-s3 .hero-wraper .hero-content-slider .item h2 {
    margin-bottom: 20px;
  }
}
.hero-section-s3 .hero-wraper .hero-content-slider .item p {
  color: #fff;
}

.header-booking {
  background: rgb(255, 255, 255);
  padding: 40px 30px;
  max-width: 450px;
  margin-left: auto;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .header-booking {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .header-booking {
    padding: 40px 20px;
  }
}
.header-booking .title {
  margin-bottom: 20px;
}
.header-booking .title h3 {
  color: #273958;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-booking .title span {
  color: #273958;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.header-booking .input-item {
  position: relative;
}
.header-booking .input-item .form-control {
  width: 100%;
  height: 55px;
  border-radius: 8px;
  border: 1px solid rgba(28, 9, 111, 0.12);
  background: #fff;
  padding: 0 20px;
  color: #273958;
  font-family: Sora;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 5px;
  margin-bottom: 20px;
}
.header-booking .input-item .form-control:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.header-booking .input-item .icon {
  position: absolute;
  right: 20px;
  top: 15px;
}
.header-booking .input-item.s2 {
  margin-top: 10px;
}

/* hero-slider */
.hero-slider {
  width: 100%;
  height: 900px;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 991px) {
  .hero-slider {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}
.hero-slider .swiper-slide {
  overflow: hidden;
}
.hero-slider .swiper-container,
.hero-slider .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hero-slider .slide-inner,
.hero-slider .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .slide-inner:before,
.hero-slider .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #040128;
  content: "";
  opacity: 0.6;
}
.hero-slider .slide-inner .slide-content,
.hero-slider .hero-inner .slide-content {
  padding-left: 240px;
  padding-top: 95px;
}
@media (max-width: 1700px) {
  .hero-slider .slide-inner .slide-content,
  .hero-slider .hero-inner .slide-content {
    padding-left: 140px;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-inner .slide-content,
  .hero-slider .hero-inner .slide-content {
    padding-left: 30px;
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-inner .slide-content,
  .hero-slider .hero-inner .slide-content {
    padding-left: 10px;
  }
}
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  transition: all 0.3s;
}
.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-button-prev {
  left: 25px;
}
.hero-slider .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}
.hero-slider .swiper-button-next {
  right: 25px;
}
.hero-slider .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}
.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .hero-slider .swiper-pagination-bullet {
    display: none;
  }
}
.hero-slider .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

@media (max-width: 1199px) {
  .hero-slider {
    height: 680px;
  }
}
@media (max-width: 991px) {
  .hero-slider {
    height: 650px;
  }
}
.hero-slider .gradient-overlay {
  background: linear-gradient(left, #273958 45%, transparent 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.6;
}
.hero-slider .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}
.hero-slider .swiper-slide {
  position: relative;
  z-index: 11;
}
.hero-slider .wpo-hero-title-top span {
  font-size: 22px;
  color: #e4e4e4;
  font-family: "Playfair Display", serif;
}
@media (max-width: 767px) {
  .hero-slider .wpo-hero-title-top span {
    font-size: 15px;
  }
}
.hero-slider .slide-title-sub h5 {
  font-size: 19px;
  color: #fff;
  font-family: "Sora", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .hero-slider .slide-title-sub h5 {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-title-sub h5 {
    margin-bottom: 20px;
  }
}
.hero-slider .slide-title {
  max-width: 712px;
}
@media (max-width: 1199px) {
  .hero-slider .slide-title {
    max-width: 555px;
  }
}
.hero-slider .slide-title h2 {
  font-size: 65px;
  font-weight: 700;
  line-height: 90px;
  margin: 10px 0 15px;
  color: #fff;
}
@media (max-width: 1199px) {
  .hero-slider .slide-title h2 {
    font-size: 50px;
    font-size: 3.3333333333rem;
    line-height: 65px;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .hero-slider .slide-title h2 {
    font-size: 40px;
    font-size: 2.6666666667rem;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-title h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 36px;
  }
}
.hero-slider .slide-title-sub {
  max-width: 680px;
}
@media (max-width: 767px) {
  .hero-slider .slide-title-sub {
    max-width: 500px;
  }
}
.hero-slider .slide-title-sub p {
  font-size: 22px;
  color: #fff;
  line-height: 35px;
  max-width: 680px;
  margin-bottom: 40px;
  color: #e2e2e2;
}
@media (max-width: 991px) {
  .hero-slider .slide-title-sub p {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .hero-slider .slide-title-sub p {
    font-size: 16px;
    font-size: 1.0666666667rem;
    line-height: 22px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
4. wpo-footer
--------------------------------------------------------------*/
.wpo-site-footer {
  background: url(../images/footer_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  font-size: 15px;
  overflow: hidden;
}
.wpo-site-footer ul {
  list-style: none;
}
.wpo-site-footer p {
  color: #fff;
}
.wpo-site-footer li {
  color: #fff;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-upper-footer {
  padding: 70px 0;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer {
    padding: 60px 0 0;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 1199px) {
  .wpo-site-footer .widget {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-site-footer .widget {
    margin-bottom: 0px;
  }
}
.wpo-site-footer .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .wpo-site-footer .widget-title {
    margin-bottom: 20px;
  }
}
.wpo-site-footer .widget-title h3 {
  color: #273958;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.wpo-site-footer .about-widget .logo {
  max-width: 180px;
}
.wpo-site-footer .about-widget p {
  color: #273958;
  font-family: Sora;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0;
  /* 213.333% */
}
.wpo-site-footer .about-widget p:last-child {
  margin-bottom: 0;
}
.wpo-site-footer .wpo-service-link-widget {
  padding-left: 70px;
}
.wpo-site-footer .link-widget {
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .wpo-site-footer .link-widget {
    padding-left: 75px;
  }
}
@media (max-width: 1399px) {
  .wpo-site-footer .link-widget {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-site-footer .link-widget {
    max-width: 350px;
  }
}
.wpo-site-footer .link-widget ul li {
  position: relative;
  padding-left: 20px;
}
.wpo-site-footer .link-widget ul li a {
  color: #273958;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.wpo-site-footer .link-widget ul li a:hover {
  color: #2979FE;
}
.wpo-site-footer .link-widget ul li a::before {
  position: absolute;
  left: 0;
  top: 20px;
  content: "\e649";
  font-family: themify;
  font-size: 15px;
  color: #273958;
  transition: all 0.3s ease-in-out;
}
.wpo-site-footer .link-widget ul li a:hover::before {
  color: #2979FE;
}
.wpo-site-footer .link-widget ul li:first-child a::before {
  top: 0;
}
.wpo-site-footer .link-widget ul li + li {
  padding-top: 20px;
}
.wpo-site-footer .address-widget {
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .wpo-site-footer .address-widget {
    padding-left: 75px;
  }
}
@media (max-width: 1399px) {
  .wpo-site-footer .address-widget {
    padding-left: 0;
  }
}
.wpo-site-footer .address-widget ul {
  margin-bottom: 40px;
}
.wpo-site-footer .address-widget ul li {
  color: #273958;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
  display: flex;
}
.wpo-site-footer .address-widget ul li .icon {
  margin-right: 10px;
}
.wpo-site-footer .address-widget ul li + li {
  padding-top: 15px;
}
.wpo-site-footer .social-widget ul {
  margin-bottom: 0;
}
.wpo-site-footer .social-widget ul li {
  display: inline-block;
  margin-right: 10px;
}
.wpo-site-footer .social-widget ul li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #273958;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.wpo-site-footer .social-widget ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 1100%;
  height: 100%;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: -1;
  background: url(../images/social-widget.png);
}
.wpo-site-footer .social-widget ul li a:hover {
  color: #fff;
}
.wpo-site-footer .social-widget ul li a:hover::before {
  opacity: 1;
  visibility: visible;
}
.wpo-site-footer .social-widget ul li + li {
  padding-top: 0px;
}
.wpo-site-footer .subscribe-widget .form-control {
  border-radius: 8px;
  border: 1px solid rgba(18, 13, 43, 0.18);
  background: rgba(255, 255, 255, 0.18);
  max-width: 303px;
  height: 58px;
  color: #273958;
  font-family: Sora;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  padding-left: 20px;
}
.wpo-site-footer .subscribe-widget .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem transparent;
}
.wpo-site-footer .subscribe-widget .theme-btn-s2 {
  margin-top: 20px;
}
.wpo-site-footer .subscribe-widget .checkbox {
  display: inline-block;
  margin-top: 40px;
  cursor: pointer;
}
.wpo-site-footer .subscribe-widget .checkbox .checks {
  display: inline-block;
}
.wpo-site-footer .subscribe-widget .checkbox span {
  display: inline-block;
  color: #273958;
  font-family: Sora;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px;
  margin-left: 10px;
  margin-bottom: 0;
}
.wpo-site-footer .wpo-lower-footer {
  text-align: center;
  position: relative;
  background: rgba(18, 13, 43, 0.15);
}
.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .copyright {
  font-size: 15px;
  margin: 0;
  color: #120D2B;
  text-align: left;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    text-align: center;
  }
}
.wpo-site-footer .wpo-lower-footer .copyright a {
  color: #2979FE;
  text-decoration: none;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}
.wpo-site-footer .right {
  text-align: right;
  font-size: 15px;
  margin: 0;
  color: #120D2B;
}
@media (max-width: 991px) {
  .wpo-site-footer .right {
    margin-top: 10px;
    text-align: center;
  }
}
.wpo-site-footer .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.wpo-site-footer .instagram ul li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.wpo-site-footer .instagram ul li img {
  width: 100%;
}

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

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

/*3.2 service-section */
.service-section {
  padding-top: 0;
  padding-bottom: 64px;
}
@media (max-width: 991px) {
  .service-section {
    padding-bottom: 40px;
  }
}
@media (max-width: 757px) {
  .service-section {
    padding-bottom: 40px;
  }
}

.service-section-s3 {
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .service-section-s3 {
    padding-bottom: 40px;
  }
}
@media (max-width: 757px) {
  .service-section-s3 {
    padding-bottom: 30px;
  }
}

.service-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 66px;
}
@media (max-width: 991px) {
  .service-card {
    margin-bottom: 50px;
  }
}
.service-card .left {
  width: 100px;
  height: 100px;
  padding: 10px;
  border: 1px dashed rgba(41, 121, 254, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.service-card .left .image {
  width: 82px;
  height: 82px;
  line-height: 82px;
  text-align: center;
  background: #F1F6FF;
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.service-card .left .image .active {
  transition: all 0.3s ease-in-out;
}
.service-card .left .image .hover {
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
.service-card .right {
  margin-left: 30px;
}
@media (max-width: 1199px) {
  .service-card .right {
    margin-left: 10px;
  }
}
.service-card .right h2 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .service-card .right h2 {
    font-size: 17px;
  }
}
.service-card .right h2 a {
  color: #273958;
  transition: all 0.3s ease-in-out 0s;
  transition-delay: 0.3s;
}
.service-card .right h2:hover a {
  color: #2979FE;
}
.service-card .right span {
  color: #424740;
  font-family: Sora;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
@media (max-width: 1199px) {
  .service-card .right span {
    font-size: 13px;
    line-height: 20px;
  }
}
.service-card:hover .left {
  border: 1px dashed #2979FE;
}
.service-card:hover .left .image {
  background: #2979FE;
}
.service-card:hover .left .image .active {
  opacity: 0;
  visibility: hidden;
}
.service-card:hover .left .image .hover {
  opacity: 1;
  visibility: visible;
}

/*3.3 booking-section */
.booking-section .booking-wrap {
  background: url(../images/booking.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 80px 90px;
}
@media (max-width: 1399px) {
  .booking-section .booking-wrap {
    padding: 80px 8px;
  }
}
@media (max-width: 1199px) {
  .booking-section .booking-wrap {
    padding: 80px 20px;
  }
}
@media (max-width: 575px) {
  .booking-section .booking-wrap {
    padding: 40px 20px;
  }
}
.booking-section .booking-wrap .from_wraper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .booking-section .booking-wrap .from_wraper {
    flex-direction: column;
  }
}
.booking-section .booking-wrap .input-item {
  position: relative;
}
.booking-section .booking-wrap .input-item .form-control {
  width: 265px;
  height: 60px;
  border-radius: 8px;
  border: 1px solid rgba(28, 9, 111, 0.12);
  background: #fff;
  padding: 0 20px;
  color: #273958;
  font-family: Sora;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 5px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .booking-section .booking-wrap .input-item .form-control {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .booking-section .booking-wrap .input-item .form-control {
    width: 500px;
  }
}
@media (max-width: 767px) {
  .booking-section .booking-wrap .input-item .form-control {
    width: 400px;
  }
}
@media (max-width: 575px) {
  .booking-section .booking-wrap .input-item .form-control {
    width: 256px;
    margin: 0;
    margin-bottom: 20px;
  }
}
.booking-section .booking-wrap .input-item .form-control:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
}
.booking-section .booking-wrap .input-item .icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.booking-section .booking-wrap .input-item.s2 {
  margin-top: 10px;
}

/*3.4 popular-places-section */
.popular-places-section .wpo-section-title {
  text-align: left;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .popular-places-section .wpo-section-title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.popular-places-section .wpo-section-title h2 {
  color: #120D2B;
}

.popular-slider {
  position: relative;
  margin-left: 50px;
}
@media (max-width: 1399px) {
  .popular-slider {
    margin-left: 0;
  }
}
.popular-slider .places-item {
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
}
.popular-slider .places-item .image {
  width: 202px;
  height: 202px;
  margin: 0 auto;
}
.popular-slider .places-item .image img {
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
}
.popular-slider .places-item .content {
  padding: 15px 0 0;
  text-align: center;
}
.popular-slider .places-item .content h2 a {
  color: #120D2B;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.popular-slider .places-item .content span {
  color: #424740;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.popular-slider .places-item:hover .content h2 a {
  color: #2979FE;
}
.popular-slider .owl-nav .owl-prev,
.popular-slider .owl-nav .owl-next {
  position: absolute;
  left: -100px;
  bottom: 50%;
  transform: translateY(-50%);
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 1000px;
  background: #F1F6FF;
  border: 0;
  color: #273958;
}
@media (max-width: 1399px) {
  .popular-slider .owl-nav .owl-prev,
  .popular-slider .owl-nav .owl-next {
    left: -50px;
  }
}
@media (max-width: 1199px) {
  .popular-slider .owl-nav .owl-prev,
  .popular-slider .owl-nav .owl-next {
    display: none;
  }
}
.popular-slider .owl-nav .owl-prev:hover,
.popular-slider .owl-nav .owl-next:hover {
  background: #2979FE;
  color: #fff;
}
.popular-slider .owl-nav .owl-next {
  bottom: 25%;
}
.popular-slider .owl-nav .owl-prev i,
.popular-slider .owl-nav .owl-next i {
  transition: all 0.3s;
}
.popular-slider .owl-nav .owl-prev i::before,
.popular-slider .owl-nav .owl-next i::before {
  font-size: 15px;
}
.popular-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.popular-slider .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 10px;
  height: 12px;
  border-radius: 100px;
}
.popular-slider .owl-dots button.active {
  background: #2979FE;
}

/*3.5 places-videos-section */
.places-videos-section {
  background: url(../images/places-videos/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.places-videos-section .wpo-section-title {
  text-align: left;
  margin-bottom: 0;
  margin-left: 60px;
  margin-right: 35px;
}
@media (max-width: 1399px) {
  .places-videos-section .wpo-section-title {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .places-videos-section .wpo-section-title {
    margin-bottom: 50px;
    text-align: center;
  }
}
.places-videos-section .wpo-section-title h2 {
  color: #120D2B;
}
.places-videos-section .wpo-section-title .theme-btn, .places-videos-section .wpo-section-title .view-cart-btn {
  margin-top: 40px;
}

.top-slide {
  margin-bottom: 30px;
}
.top-slide .item .image {
  position: relative;
  z-index: 1;
  max-width: 755px;
  height: 370px;
}
@media (max-width: 1199px) {
  .top-slide .item .image {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .top-slide .item .image {
    height: 300px;
  }
}
.top-slide .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 6px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 6px 18px 0px rgba(18, 13, 42, 0.04);
  border-radius: 12px;
}
.top-slide .item .image .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.top-slide .item .image .video-holder a {
  display: block;
  width: 74px;
  height: 74px;
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
}
.top-slide .item .image .video-holder a:before {
  content: " ";
  width: 120%;
  height: 120%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
}

.bottom-slider .item .image {
  position: relative;
  z-index: 1;
  max-width: 230px;
  height: 121px;
}
@media (max-width: 1199px) {
  .bottom-slider .item .image {
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .bottom-slider .item .image {
    max-width: 100%;
  }
}
.bottom-slider .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  border: 6px solid rgba(255, 255, 255, 0);
  box-shadow: 0px 6px 18px 0px rgba(18, 13, 42, 0.04);
  border-radius: 12px;
}
.bottom-slider .item .image .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}
.bottom-slider .item .image .video-holder .video-btn {
  display: block;
  width: 74px;
  height: 74px;
  background: #fff;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .bottom-slider .item .image .video-holder .video-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.bottom-slider .item .image .video-holder .video-btn:before {
  content: " ";
  width: 120%;
  height: 120%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
}
@media (max-width: 575px) {
  .bottom-slider .item .image .video-holder .video-btn:before {
    left: -4px;
    top: -4px;
  }
}

/*3.6 featured-section */
.featured-section {
  overflow: hidden;
}
.featured-section .wpo-section-title h2 {
  color: #120D2B;
}
.featured-section .gallery-container {
  margin-top: 50px;
}
.featured-section .featured-all-btn {
  margin: 0 auto;
  text-align: center;
}
.featured-section .featured-all-btn .theme-btn-s2 {
  border-radius: 100px;
}
.featured-section.s2 {
  padding-bottom: 25px;
}
@media (max-width: 991px) {
  .featured-section.s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .featured-section.s2 {
    padding-bottom: 50px;
  }
}
.featured-section.s2 .featured-card {
  padding-bottom: 0;
}

.category-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.category-item li {
  list-style: none;
  margin: 5px 11px;
}

.featured-btn {
  display: flex;
  padding: 10px 22px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid rgba(18, 13, 43, 0.12);
  background: #fff;
  color: #424740;
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .featured-btn {
    padding: 8px 19px;
    font-size: 13px;
  }
}
.featured-btn:hover {
  color: #424740;
}
.featured-btn.current {
  border-radius: 8px;
  background: var(--d-9-d-9-d-9, linear-gradient(270deg, #E8B00B 0%, #04B07D 100%));
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.featured-card {
  background: url(../images/featured/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 12px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .featured-card {
    padding: 15px 10px;
  }
}
.featured-card .image img {
  width: 100%;
  border-radius: 12px;
}
.featured-card .content {
  margin-top: 20px;
}
.featured-card .content .top-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.featured-card .content .top-content ul li {
  text-align: center;
  width: 75px;
  height: 75px;
  border-radius: 12px;
  border: 1px solid rgba(18, 13, 43, 0);
  background: #FFF;
  transition: all 0.3s ease-in-out;
  display: block;
  padding-top: 10px;
}
.featured-card .content .top-content ul li span {
  color: #000;
  font-family: Sora;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .featured-card .content .top-content ul li span {
    font-size: 10px;
    line-height: 20px;
  }
}
.featured-card .content .top-content ul li .date {
  color: #797C80;
  font-family: Sora;
  font-size: 13px;
  font-weight: 400;
  display: block;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .featured-card .content .top-content ul li .date {
    font-size: 12px;
  }
}
.featured-card .content .top-content ul li:hover {
  background: #2979FE;
}
.featured-card .content .top-content ul li:hover span {
  color: #fff;
}
.featured-card .content .top-content ul li:hover .date {
  color: #fff;
}
.featured-card .content h2 {
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase;
  margin-top: 20px;
}
.featured-card .content h2 a {
  color: #273958;
}
.featured-card .content span {
  color: #797C80;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.featured-card .content span i {
  color: #273958;
}

/*3.7 authorlist-section */
.authorlist-section,
.authorlist-section-s2 {
  background: url(../images/authorlist/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .authorlist-section,
  .authorlist-section-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .authorlist-section,
  .authorlist-section-s2 {
    padding-bottom: 50px;
  }
}
.authorlist-section .wpo-section-title,
.authorlist-section-s2 .wpo-section-title {
  text-align: left;
  margin-bottom: 0;
  margin-right: 35px;
}
@media (max-width: 1399px) {
  .authorlist-section .wpo-section-title,
  .authorlist-section-s2 .wpo-section-title {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .authorlist-section .wpo-section-title,
  .authorlist-section-s2 .wpo-section-title {
    margin-bottom: 25px;
    text-align: center;
  }
}
.authorlist-section .wpo-section-title h2,
.authorlist-section-s2 .wpo-section-title h2 {
  color: #120D2B;
}
.authorlist-section .wpo-section-title .theme-btn, .authorlist-section .wpo-section-title .view-cart-btn,
.authorlist-section-s2 .wpo-section-title .theme-btn,
.authorlist-section-s2 .wpo-section-title .view-cart-btn {
  margin-top: 40px;
}
.authorlist-section .authorlist-wrap,
.authorlist-section-s2 .authorlist-wrap {
  margin-left: 55px;
}
@media (max-width: 1399px) {
  .authorlist-section .authorlist-wrap,
  .authorlist-section-s2 .authorlist-wrap {
    margin-left: 0;
  }
}

.auth-card {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
  border-radius: 12px;
  padding-bottom: 25px;
}
@media (max-width: 575px) {
  .auth-card {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.auth-card .shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .auth-card .shape {
    top: 25px;
  }
}
.auth-card .shape svg {
  fill: #fff;
  transition: all 0.3s ease-in-out;
}
.auth-card:hover .shape svg {
  fill: #120D2B;
}
.auth-card:hover .content h2 {
  color: #fff;
}
.auth-card .image {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.auth-card .image img {
  width: 100%;
  border-radius: 20px;
}
.auth-card .content {
  margin-top: 25px;
}
.auth-card .content .rating {
  color: #A4A9B0;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
}
.auth-card .content .rating img {
  width: 14px;
  height: 14px;
}
.auth-card .content h2 {
  color: #273958;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px 0;
  transition: all 0.3s ease-in-out;
}
.auth-card .content h4 {
  margin-bottom: 0;
  color: #797C80;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
}

/*3.8 testimonial-section */
.testimonial-section .wpo-section-title {
  margin: 0 50px;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .testimonial-section .wpo-section-title {
    margin: 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .testimonial-section .wpo-section-title {
    margin-bottom: 40px;
  }
}

.testimonial-card {
  padding: 40px;
  border-radius: 8px;
  background: url(../images/testimonial/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .testimonial-card {
    padding: 20px;
  }
}
.testimonial-card .top-content {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .testimonial-card .top-content {
    margin-bottom: 20px;
  }
}
.testimonial-card .top-content .image {
  width: 70px;
  height: 70px;
}
.testimonial-card .top-content .image img {
  border-radius: 70px;
}
.testimonial-card .top-content .text {
  margin-left: 20px;
}
.testimonial-card .top-content .text h3 {
  color: #273958;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .testimonial-card .top-content .text h3 {
    font-size: 18px;
  }
}
.testimonial-card .top-content .text span {
  color: #2979FE;
  font-family: "Sora", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.testimonial-card .content p {
  color: #424740;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}

.testimonial-slider .owl-nav .owl-prev,
.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  left: 45%;
  bottom: -50px;
  transform: translateY(-50%);
  background: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 1000px;
  background: #F1F6FF;
  border: 0;
  color: #273958;
}
@media (max-width: 1199px) {
  .testimonial-slider .owl-nav .owl-prev,
  .testimonial-slider .owl-nav .owl-next {
    left: 42%;
  }
}
@media (max-width: 991px) {
  .testimonial-slider .owl-nav .owl-prev,
  .testimonial-slider .owl-nav .owl-next {
    display: none;
  }
}
.testimonial-slider .owl-nav .owl-prev:hover,
.testimonial-slider .owl-nav .owl-next:hover {
  background: #2979FE;
  color: #fff;
}
.testimonial-slider .owl-nav .owl-next {
  left: auto;
  right: 45%;
}
@media (max-width: 1199px) {
  .testimonial-slider .owl-nav .owl-next {
    right: 42%;
  }
}
.testimonial-slider .owl-nav .owl-prev i,
.testimonial-slider .owl-nav .owl-next i {
  transition: all 0.3s;
}
.testimonial-slider .owl-nav .owl-prev i::before,
.testimonial-slider .owl-nav .owl-next i::before {
  font-size: 15px;
}
.testimonial-slider .owl-dots {
  text-align: center;
}
.testimonial-slider .owl-dots button {
  border: none;
  margin: 0 5px;
  width: 10px;
  height: 12px;
  border-radius: 100px;
}
.testimonial-slider .owl-dots button.active {
  background: #2979FE;
}

/*3.9 places-section */
.places-section {
  background: url(../images/places/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 85px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .places-section {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .places-section {
    padding-bottom: 35px;
  }
}
.places-section .wpo-section-title {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  margin-bottom: 0;
  max-width: 420px;
}
@media (max-width: 1199px) {
  .places-section .wpo-section-title {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
    position: unset;
  }
}
@media (max-width: 991px) {
  .places-section .wpo-section-title {
    margin-bottom: 40px;
  }
}
.places-section .wraper {
  position: relative;
}

.places-wraper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.places-wraper .gap-spase {
  width: 490px;
}
@media (max-width: 1399px) {
  .places-wraper .gap-spase {
    width: 420px;
  }
}
@media (max-width: 1199px) {
  .places-wraper .gap-spase {
    display: none;
  }
}
.places-wraper .places-item {
  max-width: 280px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 45px;
}
.places-wraper .places-item .image {
  width: 202px;
  height: 202px;
}
.places-wraper .places-item .image img {
  overflow: hidden;
  border-radius: 100%;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.places-wraper .places-item .content {
  padding: 25px 0 0;
}
.places-wraper .places-item .content h2 a {
  color: #120D2B;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.places-wraper .places-item .content span {
  color: #424740;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.places-wraper .places-item:hover .image img {
  transform: scale(1.1);
}
.places-wraper .places-item:hover .content h2 a {
  color: #2979FE;
}

/*3.10 blog-section */
.blog-section {
  padding-bottom: 100px;
  overflow: hidden;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 50px;
  }
}

.blog-card {
  border-radius: 12px;
  background: url(../images/blog/bg.jpg);
  background-repeat: no-repeat;
  margin-bottom: 30px;
}
.blog-card .image {
  padding: 20px;
}
.blog-card .image img {
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
}
.blog-card .content {
  padding: 0 30px 40px 30px;
}
@media (max-width: 1399px) {
  .blog-card .content {
    padding: 0 20px 30px 20px;
  }
}
.blog-card .content .top-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
}
.blog-card .content .top-content ul li {
  border-radius: 12px;
  border: 1px solid rgba(18, 13, 43, 0);
  background: var(--White, #FFF);
  text-align: center;
  padding: 10px 15px 8px;
}
@media (max-width: 1399px) {
  .blog-card .content .top-content ul li {
    padding: 7px 10px 5px;
  }
}
@media (max-width: 1199px) {
  .blog-card .content .top-content ul li {
    padding: 7px 9px 5px;
  }
}
.blog-card .content .top-content ul li span {
  color: #000;
  font-family: Sora;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  display: block;
}
@media (max-width: 1199px) {
  .blog-card .content .top-content ul li span {
    font-size: 10px;
    line-height: 20px;
  }
}
.blog-card .content .top-content ul li .date {
  color: #797C80;
  font-family: Sora;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199px) {
  .blog-card .content .top-content ul li .date {
    font-size: 12px;
  }
}
.blog-card .content .text h2 {
  margin: 27px 0 20px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
  .blog-card .content .text h2 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .blog-card .content .text h2 {
    font-size: 14px;
    line-height: 25px;
  }
}
.blog-card .content .text h2 a {
  color: #273958;
}
.blog-card .content .text h2 a:hover {
  color: #2979FE;
}
.blog-card .content .blog-btn {
  padding: 10px 30px;
  border-radius: 100px;
  background: #120D2B;
  color: var(--White, #FFF);
  font-family: Sora;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
}
.blog-card .content .blog-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: var(--d-9-d-9-d-9, linear-gradient(270deg, #E8B00B 0%, #04B07D 100%));
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.blog-card .content .blog-btn:hover::before {
  width: 100%;
}

/*------------------------------------------------------------------
5. Home-style-2
-------------------------------------------------------------------*/
/* 5.1 service-section-s2 */
.service-section-s2, .service-section-s4 {
  padding-top: 0;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service-section-s2, .service-section-s4 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service-section-s2, .service-section-s4 {
    padding-bottom: 50px;
  }
}
.service-section-s2 .service-card, .service-section-s4 .service-card {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}
.service-section-s2 .service-card .left, .service-section-s4 .service-card .left {
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 0;
}
.service-section-s2 .service-card .left .image, .service-section-s4 .service-card .left .image {
  border-radius: 0;
}
.service-section-s2 .service-card .right, .service-section-s4 .service-card .right {
  margin-left: 0;
  margin: 0 50px;
}
@media (max-width: 1199px) {
  .service-section-s2 .service-card .right, .service-section-s4 .service-card .right {
    margin: 0;
  }
}

.service-section-s4 {
  padding-top: 130px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .service-section-s4 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service-section-s4 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

/*5.2 authorlist-section-s2 */
.authorlist-section-s2 .wpo-section-title {
  text-align: center;
  margin-bottom: 60px;
}

/*------------------------------------------------------------------
6. Home-style-3
-------------------------------------------------------------------*/
/*6.1 videos-section */
.videos-section {
  position: relative;
  z-index: 1;
  background: url(../images/video-bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}
@media (max-width: 767px) {
  .videos-section {
    height: 400px;
  }
}
.videos-section::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #040128;
  opacity: 0.4;
  z-index: -1;
}
.videos-section .content {
  text-align: center;
}
.videos-section .content span {
  color: #fff;
  text-align: center;
  font-family: Sora;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline;
}
.videos-section .content h3 {
  color: #fff;
  font-family: Playfair Display;
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  text-transform: uppercase;
  margin: 10px 0 20px;
}
@media (max-width: 767px) {
  .videos-section .content h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
.videos-section .video-holder {
  margin-top: 40px;
}
.videos-section .video-btn {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #fff;
  display: block;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .videos-section .video-btn {
    height: 65px;
    width: 65px;
    line-height: 65px;
  }
}
.videos-section .video-btn::before {
  position: absolute;
  left: -11px;
  top: -11px;
  width: 130%;
  height: 130%;
  content: "";
  background: rgba(41, 123, 255, 0.6);
  border-radius: 100px;
  z-index: -1;
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/* 6.2 wpo-room-area */
.wpo-room-area-s2 .room-wrap .room-item {
  margin-bottom: 30px;
  border-radius: 20px;
}

.wpo-room-area-s2 .room-wrap .room-item .room-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.wpo-room-area-s2 .room-wrap .room-item .room-img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(48, 65, 104, 0);
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.wpo-room-area-s2 .room-wrap .room-item .room-img:hover::before {
  background: rgba(48, 65, 104, 0.5);
  visibility: visible;
}

.wpo-room-area-s2 .room-wrap .room-item .room-img img {
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.3s;
}

.wpo-room-area-s2 .room-wrap .room-item:hover .room-img img {
  transform: scale(1.2);
}

.wpo-room-area-s2 .room-wrap .room-item .room-content {
  padding-top: 20px;
}

.wpo-room-area-s2 .room-active .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpo-room-area-s2 .room-active .owl-nav [class*=owl-] {
  padding: 0;
  margin: 0;
  color: #fc4c4c;
  transition: all 0.3s;
  border: 0;
  background: none;
}

.wpo-room-area-s2 .room-active .owl-nav [class*=owl-] i {
  font-size: 20px;
  color: #303443;
}

.wpo-room-area-s2 .room-active .owl-nav .owl-prev,
.wpo-room-area-s2 .room-active .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 57px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s;
}

.wpo-room-area-s2 .room-active .owl-nav .owl-prev:hover,
.wpo-room-area-s2 .room-active .owl-nav .owl-next:hover {
  background: #2979FE;
}

.wpo-room-area-s2 .room-active .owl-nav .owl-prev:hover i,
.wpo-room-area-s2 .room-active .owl-nav .owl-next:hover i {
  color: #fff;
}

@media (max-width: 575px) {
  .wpo-room-area-s2 .room-active .owl-nav .owl-prev,
  .wpo-room-area-s2 .room-active .owl-nav .owl-next {
    display: none;
  }
}
.wpo-room-area-s2 .room-active .owl-nav .owl-prev {
  left: 35px;
}

.wpo-room-area-s2 .room-active .owl-nav .owl-next {
  right: 35px;
}

.wpo-room-area-s2 .room-active .owl-dots {
  text-align: center;
  bottom: -10px;
  position: relative;
}

.wpo-room-area-s2 .room-active .owl-dots button {
  width: 10px;
  height: 12px;
  border: 0;
  background: #d4e6f5;
  margin-right: 10px;
  border-radius: 50%;
}

.wpo-room-area-s2 .room-active .owl-dots .owl-dot.active {
  background-color: #2979FE;
}

.wpo-room-area-s2 .room-active:hover .owl-nav .owl-prev,
.wpo-room-area-s2 .room-active:hover .owl-nav .owl-next {
  opacity: 1;
}

/*--------------------------------------------------------------
7. places-single
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .places-single {
    padding-bottom: 60px;
  }
}
.places-single .places-single-wrap img {
  width: 100%;
}
.places-single .places-single-wrap .places-single-content .places-single-content-des {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .places-single .places-single-wrap .places-single-content .places-single-content-des {
    padding: 35px 0;
  }
}
.places-single .places-single-wrap .places-single-content .places-single-content-des h2 {
  font-size: 33px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .places-single .places-single-wrap .places-single-content .places-single-content-des h2 {
    font-size: 25px;
    margin-bottom: 16px;
  }
}
.places-single .places-single-wrap .places-single-content .places-single-content-des p {
  margin-bottom: 30px;
}
.places-single .places-single-wrap .places-single-content .places-single-content-des .places-single-sub-img {
  margin-top: 50px;
}
.places-single .places-single-wrap .places-single-content .places-single-content-des .places-single-sub-img ul {
  display: flex;
  list-style: none;
}
.places-single .places-single-wrap .places-single-content .places-single-content-des .places-single-sub-img li {
  padding-left: 10px;
  padding-right: 10px;
}
.places-single .places-single-wrap .places-single-content .places-single-content-des .places-single-sub-img li:last-child {
  padding-left: 10px;
  padding-right: 0;
}
.places-single .places-single-wrap .wpo-related-section h2 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .places-single .places-single-wrap .wpo-related-section h2 {
    font-size: 25px;
  }
}
.places-single .places-single-wrap .wpo-related-section .wpo-related-item {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}
.places-single .places-single-wrap .wpo-related-section .wpo-related-item .wpo-related-icon {
  width: 65px;
  height: 65px;
  background: #f5f5f7;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
}
.places-single .places-single-wrap .wpo-related-section .wpo-related-item .wpo-related-icon img {
  width: 50px;
  line-height: 50px;
  height: 50px;
}
.places-single .places-single-wrap .wpo-related-section .wpo-related-item .wpo-related-icon .fi:before {
  font-size: 30px;
  color: #2979FE;
}
.places-single .places-single-wrap .wpo-related-section .wpo-related-item .wpo-related-text h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 20px 0 15px;
}
.places-single .places-single-wrap .wpo-related-section .wpo-related-item .wpo-related-text h2 a {
  color: #273958;
}
.places-single .places-single-wrap .wpo-related-section .wpo-related-item .wpo-related-text h2 a:hover {
  color: #2979FE;
}
.places-single .places-single-wrap .wpo-related-section .wpo-related-item .wpo-related-text p {
  margin-bottom: 0;
}
.places-single .places-single-wrap .wpo-benefits-section {
  padding-top: 30px;
}
.places-single .places-single-wrap .wpo-benefits-section h2 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 30px;
  font-weight: 700;
}
.places-single .places-single-wrap .wpo-benefits-section .accordion {
  border-top: 1px solid #e1e1e1;
}
.places-single .places-single-wrap .wpo-benefits-section .accordion-item {
  border: 0;
  border-bottom: 1px solid #e1e1e1;
}
.places-single .places-single-wrap .wpo-benefits-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.places-single .places-single-wrap .wpo-benefits-section .accordion-item button {
  padding: 16px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  color: #273958;
  text-align: left;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .places-single .places-single-wrap .wpo-benefits-section .accordion-item button {
    font-size: 16px;
  }
}
.places-single .places-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;
}
.places-single .places-single-wrap .wpo-benefits-section .accordion-item button.collapsed {
  color: #373b3e;
}
.places-single .places-single-wrap .wpo-benefits-section .accordion-item button.collapsed::after {
  content: "\e61a";
}
.places-single .places-single-wrap .wpo-benefits-section .accordion-item button:focus {
  box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}
.places-single .places-single-wrap .wpo-benefits-section .accordion-item .accordion-collapse {
  border: 0;
}
.places-single .places-single-wrap .wpo-benefits-section .accordion-button {
  background: transparent;
}

.wpo-single-sidebar {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .wpo-single-sidebar {
    padding-left: 0;
    margin-top: 60px;
  }
}
.wpo-single-sidebar .widget {
  padding: 30px 40px;
  margin-bottom: 40px;
  background: #f9f9f9;
}
@media (max-width: 1200px) {
  .wpo-single-sidebar .widget {
    padding: 20px;
  }
}
.wpo-single-sidebar .widget h2 {
  font-size: 25px;
  font-family: "Playfair Display", serif;
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 30px;
}
.wpo-single-sidebar .widget h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #2979FE;
  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: 16px;
  color: #273958;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 30px;
  position: relative;
}
.wpo-single-sidebar .wpo-service-widget ul li a:before {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "themify";
  content: "\e649";
  font-size: 14px;
  color: #2979FE;
}
.wpo-single-sidebar .wpo-service-widget ul li a:hover {
  color: #2979FE;
}
.wpo-single-sidebar .wpo-service-widget ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}
.wpo-single-sidebar .wpo-service-widget ul li:first-child a {
  padding-top: 0;
}
.wpo-single-sidebar .wpo-service-widget ul li:first-child a:before {
  top: 2px;
}
.wpo-single-sidebar .wpo-newsletter-widget p {
  font-size: 18px;
  color: #273958;
  text-align: left;
}
.wpo-single-sidebar .wpo-newsletter-widget span {
  font-size: 15px;
  color: #797C80;
}
.wpo-single-sidebar .wpo-newsletter-widget span a {
  color: #273958;
  font-weight: 700;
}
.wpo-single-sidebar .wpo-newsletter-widget span a:hover {
  color: #2979FE;
}
.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: #2979FE;
  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 .wpo-contact-widget {
  border: 0;
  background: url(../images/bg-2.jpg) no-repeat center center;
  position: relative;
  background-size: cover;
  z-index: 1;
}
.wpo-single-sidebar .wpo-contact-widget:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(48, 52, 67, 0.9);
  content: "";
  z-index: -1;
}
.wpo-single-sidebar .wpo-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}
.wpo-single-sidebar .wpo-contact-widget h2::before {
  background: #fff;
}
.wpo-single-sidebar .wpo-contact-widget p {
  color: #fff;
  font-size: 18px;
}
.wpo-single-sidebar .wpo-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}
.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%);
}

/*--------------------------------------------------------------
8. service single page
--------------------------------------------------------------*/
.service-single-section .service-single-content h2 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  margin: 0 0 0.7em;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .service-single-section .service-single-content h2 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .service-single-section .service-single-content h2 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.service-single-section .service-single-content h3 {
  font-size: 30px;
  font-size: 2rem;
  text-transform: capitalize;
  margin: 0 0 1em;
}
@media (max-width: 991px) {
  .service-single-section .service-single-content h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
@media (max-width: 767px) {
  .service-single-section .service-single-content h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.service-single-section .service-single-content p {
  margin-bottom: 1.3em;
}
.service-single-section .service-single-content .service-single-img {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .service-single-section .service-single-content .service-single-img {
    margin-bottom: 50px;
  }
}
.service-single-section .service-single-content .why-choose-section {
  padding-top: 15px;
}
.service-single-section .service-single-content .why-choose-section .feature-grids {
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids {
    margin: 0 -7.5px;
  }
}
.service-single-section .service-single-content .why-choose-section .feature-grids .grid {
  background: #fff;
  width: calc(33% - 30px);
  float: left;
  margin: 0 15px 30px;
  padding: 40px 30px;
  box-shadow: 0px 0px 20px 0px rgba(102, 102, 102, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    padding: 20px;
    margin: 0 5px 30px;
    width: calc(35% - 30px);
  }
}
@media (max-width: 991px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 767px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(50% - 15px);
    margin: 0 7.5px 30px;
  }
}
@media (max-width: 600px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}
.service-single-section .service-single-content .why-choose-section .feature-grids .fi:before {
  font-size: 45px;
  color: #2979FE;
}
.service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
  font-size: 19px;
  margin: 0.5em 0 0.73em;
}
@media (max-width: 1199px) {
  .service-single-section .service-single-content .why-choose-section .feature-grids .grid h3 {
    font-size: 16px;
  }
}
.service-single-section .service-single-content .why-choose-section .feature-grids .grid p {
  margin: 0;
}
.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon {
  position: absolute;
  right: -40px;
  top: -40px;
}
.service-single-section .service-single-content .why-choose-section .feature-grids .hover-icon .fi:before {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
}
.service-single-section .service-single-content .tab-area {
  margin-top: 40px;
}
.service-single-section .service-single-content .tab-area .tablinks {
  border-top: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.service-single-section .service-single-content .tab-area .tablinks ul {
  overflow: hidden;
  border-bottom: 0;
}
.service-single-section .service-single-content .tab-area .tablinks li {
  width: 25%;
  float: left;
  position: relative;
}
@media (max-width: 500px) {
  .service-single-section .service-single-content .tab-area .tablinks li {
    width: auto;
  }
}
.service-single-section .service-single-content .tab-area .tablinks ul > li + li:before {
  content: "";
  background: #787878;
  width: 5px;
  height: 2px;
  position: absolute;
  left: -30px;
  top: 50%;
}
@media (max-width: 500px) {
  .service-single-section .service-single-content .tab-area .tablinks ul > li + li:before {
    display: none;
  }
}
.service-single-section .service-single-content .tab-area .tablinks a {
  font-size: 18px;
  color: #120D2B;
  padding: 25px 0;
  display: block;
  position: relative;
  border: 0;
}
@media (max-width: 767px) {
  .service-single-section .service-single-content .tab-area .tablinks a {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .service-single-section .service-single-content .tab-area .tablinks a {
    padding: 25px 15px;
  }
}
.service-single-section .service-single-content .tab-area .tablinks a:before {
  content: "";
  background: #2979FE;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.service-single-section .service-single-content .tab-area .tablinks li a.active:before {
  opacity: 1;
}
.service-single-section .service-single-content .tab-area .tablinks li a:hover,
.service-single-section .service-single-content .tab-area .tablinks li a:focus,
.service-single-section .service-single-content .tab-area .tablinks li a.active {
  border: none;
}
.service-single-section .service-single-content .tab-area .tablinks li.active a {
  text-decoration: none;
}
.service-single-section .service-single-content .tab-area .tab-pane > p:first-child {
  font-size: 20px;
  margin-bottom: 1.3em;
}
@media (max-width: 767px) {
  .service-single-section .service-single-content .tab-area .tab-pane > p:first-child {
    font-size: 16px;
  }
}
.service-single-section .service-single-content .tab-area .tab-pane > p:last-child {
  margin-bottom: 0;
}
.service-single-section .service-single-content .tab-area .img-area {
  margin: 0 -15px;
  padding: 40px 0 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .service-single-section .service-single-content .tab-area .img-area {
    margin: 0 -7.5px;
    padding: 30px 0 20px;
  }
}
.service-single-section .service-single-content .tab-area .img-area img {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}
@media (max-width: 767px) {
  .service-single-section .service-single-content .tab-area .img-area img {
    width: calc(50% - 15px);
    float: left;
    margin: 0 7.5px 30px;
  }
}
@media (max-width: 500px) {
  .service-single-section .service-single-content .tab-area .img-area img {
    width: calc(100% - 15px);
    float: none;
  }
}

/*==============================================
9. Room-single-pages
================================================*/
.wpo-hotel-details-section {
  padding: 80px 0;
}

.wpo-hotel-details-wrap {
  box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  background: #fff;
  border-radius: 120px;
}

.Room-details-area input[type=checkbox]:checked + label:before {
  display: none;
}

.wpo-hotel-details-area form {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wpo-hotel-details-area form input,
.wpo-hotel-details-area form select,
.wpo-hotel-details-area form button {
  width: 100%;
  font-size: 20px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  color: #283a5e;
  font-weight: 700;
}

.wpo-hotel-details-area form input {
  padding-left: 0;
}

@media (max-width: 767px) {
  .wpo-hotel-details-area form input,
  .wpo-hotel-details-area form select,
  .wpo-hotel-details-area form button {
    height: 50px;
    font-size: 12px;
    /* font-size: 0.9375rem; */
  }
}
.wpo-hotel-details-area form select {
  border-radius: 70px 0 0 70px;
  padding: 0 25px;
  background: white;
  border-right: 1px solid #6cf5fd;
}

.wpo-hotel-details-area form input:focus,
.wpo-hotel-details-area form select:focus {
  outline: 0;
  box-shadow: none;
  color: #283a5e;
}

.details-sub {
  margin-right: 20px;
  position: relative;
}

.details-sub:last-child {
  margin-right: 0;
}

.details-sub .fi:before {
  font-size: 20px;
}

.input-group-addon {
  background: none;
  border: none;
}

.wpo-hotel-details-area form button {
  font-weight: 600;
  color: #fff;
  z-index: 1;
  position: relative;
  top: 10px;
  right: 10px;
  font-size: 15px;
  width: 175px;
  font-size: 16px;
  padding: 15px 20px;
}

.wpo-hotel-details-area form button:focus {
  outline: none;
  border: none;
}

.details-sub span {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  color: #687693;
}

.details-sub span i {
  margin-right: 10px;
}

.wpo-hotel-details-area .details-sub:before {
  position: absolute;
  left: -30px;
  top: 50%;
  width: 1px;
  height: 70px;
  background: #dddddd;
  content: "";
  transform: translateY(-50%);
}

.details-sub:first-child:before {
  display: none;
}

.details-sub:last-child:before {
  display: none;
}

.wpo-hotel-details-area input {
  border: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .wpo-hotel-details-area .nice-select {
    height: 50px;
    line-height: 50px;
  }
}
.wpo-hotel-details-area {
  padding: 50px 20px 20px;
}

@media (max-width: 590px) {
  .wpo-hotel-details-area {
    padding: 20px 2px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .wpo-hotel-details-area form input,
  .wpo-hotel-details-area form select {
    font-size: 20px;
  }
  .wpo-hotel-details-area .nice-select span {
    font-size: 20px;
  }
  .details-sub span {
    font-size: 15px;
  }
  .wpo-hotel-details-area form button {
    font-size: 15px;
  }
  .details-sub:first-child {
    width: 145px;
  }
  .details-sub:nth-child(2) {
    width: 160px;
  }
}
@media (max-width: 992px) {
  .details-sub span {
    font-size: 12px;
  }
  .details-sub .fi:before {
    font-size: 14px;
  }
  .wpo-hotel-details-area form input,
  .wpo-hotel-details-area form select {
    font-size: 14px;
  }
  .details-sub:first-child {
    width: 125px;
  }
  .details-sub:nth-child(2) {
    width: 125px;
  }
  .wpo-hotel-details-area .nice-select span {
    font-size: 15px;
  }
  .wpo-hotel-details-area .details-sub:before {
    display: none;
  }
  .hero-style-1 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .wpo-hotel-details-area form {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .wpo-hotel-details-wrap {
    margin-top: 0;
    padding: 20px;
  }
  .wpo-select-section {
    padding-top: 80px;
  }
}
@media (max-width: 550px) {
  .details-sub {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .details-sub:first-child {
    width: 100%;
  }
  .details-sub:nth-child(2) {
    width: 100%;
  }
  .details-sub:last-child {
    margin-left: 20px;
    border-bottom: 0;
  }
}
.details-sub h2 {
  font-size: 20px;
  margin-bottom: 0;
}

.wpo-hotel-details-section .details-sub span {
  font-size: 16px;
}

.wpo-hotel-details-section .details-sub {
  flex-basis: 14%;
  text-align: center;
}
@media (max-width: 991px) {
  .wpo-hotel-details-section .details-sub {
    flex-basis: 22%;
  }
}
@media (max-width: 650px) {
  .wpo-hotel-details-section .details-sub {
    flex-basis: 46%;
    padding-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .wpo-hotel-details-section .details-sub {
    flex-basis: 100%;
  }
}
.wpo-hotel-details-section .details-sub:last-child {
  flex-basis: 18%;
}
@media (max-width: 991px) {
  .wpo-hotel-details-section .details-sub:last-child {
    flex-basis: 35%;
  }
}
@media (max-width: 650px) {
  .wpo-hotel-details-section .details-sub:last-child {
    flex-basis: 100%;
  }
}
@media (max-width: 560px) {
  .wpo-hotel-details-section .details-sub:last-child {
    flex-basis: 100%;
  }
}

.wpo-hotel-details-section .container {
  width: 1425px;
  max-width: 100%;
}

.wpo-hotel-details-section .details-sub h5 {
  margin-top: 0;
  font-size: 18px;
  color: #687693;
  margin-bottom: 10px;
  line-height: 0;
}

.wpo-hotel-details-section .details-sub h5 span {
  font-size: 48px;
  color: #2979FE;
  font-weight: 700;
  display: inline-block;
}

.wpo-hotel-details-section .details-sub:last-child {
  text-align: center;
  top: 10px;
}

.wpo-hotel-details-section .details-sub:last-child:before {
  display: block;
}
@media (max-width: 991px) {
  .wpo-hotel-details-section .details-sub:last-child:before {
    display: none;
  }
}

.wpo-hotel-details-section .wpo-hotel-details-area {
  padding: 50px 20px;
}

.room-title h2 {
  margin-top: 0;
  font-size: 35px;
  color: #283a5e;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 50px;
  font-weight: 700;
}

.room-description p {
  margin-bottom: 40px;
}

.room-description .p-wrap {
  font-size: 20px;
  color: #384f7c;
}

.room-d-text .room-title h2 {
  margin-bottom: 10px;
}

.room-d-text ul li a {
  color: #283a5e;
  display: block;
  padding: 7px 0;
  position: relative;
  padding-left: 20px;
}

.room-d-text ul li a:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\e64c";
  font-family: "themify";
}

.room-details-service {
  margin-top: 20px;
}

.room-d-img {
  margin-bottom: 60px;
}

.pricing-wrap td,
.pricing-wrap th {
  border: 1px solid #ebebeb;
  text-align: center;
  font-weight: 500;
  padding: 10px;
  width: 5%;
  color: #6a7998;
}

.pricing-wrap th {
  color: #283a5e;
  font-weight: 600;
}

.map-area {
  margin-top: 60px;
}

.map-area iframe {
  width: 100%;
  height: 350px;
}

.room-review {
  padding: 80px 0;
}

.review-item .review-img {
  float: left;
  margin-right: 40px;
}

.review-text {
  overflow: hidden;
}

.review-text h2 {
  font-size: 22px;
  color: #283a5e;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}

.review-text ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-left: 20px;
  list-style: none;
}

.review-text ul li {
  margin-right: 5px;
}

.review-text ul li i:before {
  font-size: 20px;
  color: #e0a403;
}

.r-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.r-title h2 {
  margin-bottom: 0;
}

.review-text p {
  line-height: 35px;
}

.review-item {
  margin-bottom: 50px;
}

.add-review .comment-respond {
  margin-top: 30px !important;
}

.add-review .review-text ul {
  margin-left: 0;
}

.shipp input[type=checkbox] {
  display: none;
}

.shipp input[type=checkbox] + label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background: #fff;
  position: relative;
  margin-right: 10px;
  margin-top: -2px;
  border: 1px solid #999999;
  line-height: 25px;
  text-align: center;
}

.shipp input[type=checkbox] + label span:before {
  content: "\e64c";
  font-family: "themify";
  position: absolute;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  top: -2px;
  left: 5px;
}

.shipp input[type=checkbox]:checked + label span {
  background-color: #00d690;
  border-color: transparent;
}

.shipp input[type=checkbox]:checked + label span:before {
  visibility: visible;
  opacity: 1;
}

.form-check {
  margin: 25px 0 40px;
}

.shipp label {
  color: #283a5e;
  font-weight: 400;
}

.other-room {
  padding: 80px 0 100px;
}

.other-room .container {
  padding: 0;
}

@media (max-width: 1400px) {
  .wpo-hotel-details-section .details-sub span {
    font-size: 13px;
  }
  .details-sub h2 {
    font-size: 15px;
  }
  .wpo-hotel-details-section .details-sub h5 span {
    font-size: 30px;
  }
  .wpo-hotel-details-section .details-sub h5 {
    font-size: 14px;
  }
  .wpo-hotel-details-area form button {
    font-size: 12px;
    width: 152px;
  }
}
@media (max-width: 992px) {
  .room-details-item {
    padding: 0 15px;
  }
  .room-d-img img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wpo-hotel-details-section .details-sub:last-child {
    margin-top: 40px;
  }
  .wpo-hotel-details-section {
    padding-top: 60px;
  }
  .wpo-hotel-details-section .wpo-hotel-details-wrap {
    padding: 0px;
  }
}
@media (max-width: 650px) {
  .wpo-hotel-details-section .details-sub:first-child {
    width: 100%;
  }
  .wpo-hotel-details-section .details-sub:nth-child(2) {
    width: 100%;
  }
  .wpo-hotel-details-section .details-sub {
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
  }
  .wpo-hotel-details-section .details-sub:last-child {
    border-bottom: 0;
  }
  .pricing-table {
    overflow-y: hidden;
    overflow-x: scroll;
  }
}
@media (max-width: 540px) {
  .review-item .review-img {
    float: none;
    margin-bottom: 20px;
  }
  .review-text h2 {
    font-size: 20px;
  }
}
.room-d-text2 .room-title h2 {
  margin-bottom: 10px;
}

.room-d-text ul,
.room-d-text2 ul {
  list-style: none;
}

.room-d-text2 ul li a {
  color: #283a5e;
  display: block;
  padding: 7px 0;
  position: relative;
  padding-left: 20px;
}

.room-d-text2 ul li a:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "\e64c";
  font-family: "themify";
}

.room-d-img img {
  width: 100%;
}

.room-d-text,
.room-d-text2 {
  box-shadow: 0px 10px 40px 0px rgba(50, 50, 50, 0.1);
  padding: 20px;
  margin-top: 30px;
  margin-right: -100px;
  position: relative;
  z-index: 9;
  background: #fff;
}

.room-d-text2 {
  margin-right: 0;
  margin-left: -100px;
}

.room-d-text ul li a:before,
.room-d-text2 ul li a:before {
  top: 7px;
  content: "\e64c";
  font-family: "themify";
  background: #d8e0f1;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #2979FE;
  font-size: 14px;
}

.room-d-text ul li a,
.room-d-text2 ul li a {
  padding-left: 35px;
}

.room-d-img img {
  min-height: 430px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .room-d-text,
  .room-d-text2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 60px;
  }
  .room-d-text2 {
    margin-right: 0;
    margin-left: 0px;
  }
}
.give-rat-sec {
  margin-bottom: 0px;
}

.give-rat-sec p {
  margin-bottom: 0;
}

.give-rating {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  margin-bottom: 0px;
}

.give-rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}

.give-rating label:last-child {
  position: static;
}

.give-rating label:nth-child(1) {
  z-index: 5;
}

.give-rating label:nth-child(2) {
  z-index: 4;
}

.give-rating label:nth-child(3) {
  z-index: 3;
}

.give-rating label:nth-child(4) {
  z-index: 2;
}

.give-rating label:nth-child(5) {
  z-index: 1;
}

.give-rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.give-rating label .icon {
  float: left;
  color: transparent;
}

.give-rating label:last-child .icon {
  color: #ddd;
}

.give-rating:not(:hover) label input:checked ~ .icon,
.give-rating:hover label:hover input ~ .icon {
  color: #FFD400;
}

.give-rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #ddd;
  text-shadow: 0 0 5px #FFD400;
}

.room-sidebar .check-widget {
  padding: 30px;
  border: 1px solid rgba(18, 13, 43, 0.12);
}
.room-sidebar .check-widget .input-group {
  position: relative;
}
.room-sidebar .check-widget .input-group i {
  position: absolute;
  right: 10px;
  top: 10px;
}
.room-sidebar .check-widget .input-group input,
.room-sidebar .check-widget .input-group select {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(18, 13, 43, 0.12);
  padding: 15px;
  margin-bottom: 20px;
}
.room-sidebar .check-widget .input-group input:focus,
.room-sidebar .check-widget .input-group select:focus {
  outline: none;
}
.room-sidebar .check-widget .input-group select {
  padding-right: 20px;
  background: transparent url(../images/select-icon.png) no-repeat calc(100% - 15px) center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.room-sidebar .check-widget button {
  width: 100%;
  height: 50px;
  border-radius: 0;
  line-height: 20px;
}

.room-sidebar .nice-select {
  border-radius: 0px;
  width: 100%;
  margin-bottom: 20px;
}
.room-sidebar .theme-btn, .room-sidebar .view-cart-btn {
  padding: 8px 0;
  width: 100%;
  border-radius: 0px;
  text-align: center;
}

/*--------------------------------------------------------------
10. wpo-faq-page
--------------------------------------------------------------*/
.wpo-faq-section .wpo-section-title {
  text-align: center;
}
.wpo-faq-section .wpo-section-title h2 {
  display: inline-block;
}
.wpo-faq-section .accordion-item {
  border: 0;
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
  margin-bottom: 20px;
}
.wpo-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}
.wpo-faq-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #273958;
  text-align: left;
  font-family: "Sora", sans-serif;
}
.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: #373b3e;
}
.wpo-faq-section .accordion-item button.collapsed::after {
  content: "\e61a";
}
.wpo-faq-section .accordion-item button:focus {
  box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}
.wpo-faq-section .accordion-item .accordion-collapse {
  border: 0;
}
.wpo-faq-section .accordion-button {
  background: transparent;
}

/*-----------------------------------------------------
#4.1 faq section
------------------------------------------------------*/
.question-area {
  background: #fcfcfc;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .question-area {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .question-area {
    padding-top: 60px;
  }
}

.question-area .wpo-section-title {
  text-align: center;
}
.question-area .wpo-section-title h2 {
  display: inline-block;
}
@media (max-width: 590px) {
  .question-area .wpo-section-title {
    text-align: left;
  }
}

.question-touch {
  max-width: 570px;
  margin: auto;
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  padding: 50px;
  text-align: center;
  padding-top: 60px;
}

@media (max-width: 590px) {
  .question-touch {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .faq-pb {
    margin-top: 15px;
  }
}
.question-touch h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}

.question-touch .half-col {
  width: 100%;
}

.question-touch input,
.question-touch textarea {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  border-top: none;
  box-shadow: none;
  margin-bottom: 22px;
}

.question-touch input:focus,
.question-touch textarea:focus {
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
  box-shadow: none;
}

.question-touch textarea {
  height: 160px;
}

.question-touch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
  font-size: 14px;
}

.question-touch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 14px;
}

.question-touch :-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
}

.question-touch :-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 14px;
}

/*---------------------------------------------------------
11. login-design
-----------------------------------------------------------*/
.wpo-login-area {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 100px 0;
}

.wpo-accountWrapper {
  width: 1170px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin: auto;
  box-shadow: 0px 14px 60px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}

.wpo-accountInfo {
  width: 50%;
  background: #062265;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 600px;
  text-align: center;
  padding: 50px;
}
@media (max-width: 499px) {
  .wpo-accountInfo {
    padding: 20px 15px;
  }
}

.wpo-accountForm {
  width: 50%;
  padding: 70px 85px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 499px) {
  .wpo-accountForm {
    padding: 20px 15px;
  }
}

.wpo-accountInfoHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.wpo-accountInfoHeader h2 a {
  display: block;
  line-height: 50px;
  font-size: 35px;
  font-weight: 600;
  color: #fff;
}

.wpo-accountInfo .wpo-accountBtn {
  height: 40px;
  background: #fff;
  padding: 0px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  color: #062265;
  border: 2px solid #fff;
  transition: all 0.4s ease-in-out 0s;
}

.wpo-accountInfo .wpo-accountBtn:hover {
  background: transparent;
  color: #fff;
}

.back-home {
  margin-top: 40px;
}

.wpo-accountInfo p {
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
}

.fromTitle h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.fromTitle p {
  font-size: 15px;
  margin-bottom: 40px;
}

.form-style input {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 20px;
  height: 60px;
  border: 1px solid #e5e5e5 !important;
  border-radius: 2px;
  border: none;
}

.form-style input:focus {
  outline: none;
  border: 1px solid #e5e5e5 !important;
}

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "✔";
  border: 1px solid #e5e5e5;
  border-radius: 0.2em;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: 0.2s;
  line-height: 1.2em;
  position: absolute;
  left: 0;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: #2979FE;
  border-color: #2979FE;
  color: #fff;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.check-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forget-btn a {
  display: inline-block;
  font-size: 14px;
  color: #2979FE;
}

.input-box label {
  color: #676B79;
  font-weight: 500;
  font-size: 16px;
  padding-left: 20px !important;
}

.input-box {
  position: relative;
}

.wpo-accountForm .wpo-accountBtn {
  font-size: 16px;
  padding: 10px 20px;
  border: 2px solid #2979FE;
  width: 100%;
  background: #2979FE;
  color: #fff;
  transition: all 0.4s ease-in-out 0s;
  margin-top: 30px;
}

.wpo-accountForm .wpo-accountBtn:hover {
  background: transparent;
  color: #333;
}

.or {
  border-top: 1px dashed #e5e5e5;
  margin-top: 45px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.or span {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 25px;
  background: #fff;
  position: relative;
  top: -14px;
  color: #2979FE;
}

.wpo-socialLoginBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  list-style: none;
}

.wpo-socialLoginBtn li button {
  height: 40px;
  width: 50px;
  min-width: 50px;
  font-size: 15px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border: none;
  text-transform: capitalize;
  font-weight: 400;
  color: #fff;
}

.wpo-socialLoginBtn li button.facebook {
  background: #3b5998;
}

.wpo-socialLoginBtn li button.linkedin {
  background: #0077B5;
}

.wpo-socialLoginBtn li button.twitter {
  background: #55acee;
}

.wpo-socialLoginBtn li {
  margin: 0px 5px 5px;
}

.subText {
  text-align: center;
}

.subText a {
  display: inline-block;
  font-size: 14px;
  color: #2979FE;
}

.form-group {
  position: relative;
}

.input-group-btn {
  position: absolute;
  right: 10px;
  top: 37px;
}

.input-group-btn button {
  background: transparent !important;
  border: none;
  outline: none;
  background: none;
  box-shadow: none !important;
}

.input-group-btn button:hover {
  background: transparent;
}

.input-group-btn button:focus,
.input-group-btn button.active {
  background: none !important;
  border: none !important;
  outline: none !important;
}

.btn-default.active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background: none !important;
  border: none;
  outline: none;
}

@media (max-width: 1200px) {
  .wpo-accountWrapper {
    width: 900px;
  }
  .wpo-accountForm {
    padding: 70px 35px;
  }
}
@media (max-width: 1024px) {
  .wpo-accountWrapper {
    width: 100%;
    max-width: 100%;
  }
  .wpo-accountForm {
    padding: 70px 35px;
  }
  .image img {
    width: 100%;
  }
}
@media (max-width: 499px) {
  .wpo-accountForm {
    padding: 20px 15px;
  }
}

@media (max-width: 992px) {
  .wpo-accountInfo {
    width: 100%;
  }
  .wpo-accountForm {
    width: 100%;
  }
  .accountArea {
    padding: 0px 16px;
  }
}
@media (max-width: 767px) {
  .wpo-accountInfo {
    width: 100%;
  }
  .wpo-accountForm {
    width: 100%;
  }
}
.back-home {
  max-width: 150px;
}

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

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

/*--------------------------------------------------------------
14. blog-pg-section
--------------------------------------------------------------*/
.wpo-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}
.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .wpo-blog-content .post {
    margin-bottom: 40px;
  }
}
.wpo-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}
.wpo-blog-pg-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  text-transform: uppercase;
}
.wpo-blog-pg-section .entry-meta ul li a {
  color: #636893;
}
.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: #2979FE;
}
.wpo-blog-pg-section .entry-meta ul li i {
  position: relative;
  margin-right: 3px;
}
.wpo-blog-pg-section .entry-meta ul li i:before {
  font-size: 13px;
}
.wpo-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.wpo-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #2979FE;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .wpo-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-pg-section .post h3 {
  font-size: 34px;
  font-size: 2.2666666667rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: -0.27em 0 0.7em;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
.wpo-blog-pg-section .post h3 a {
  color: #273958;
}
.wpo-blog-pg-section .post h3 a:hover {
  color: #2979FE;
}
.wpo-blog-pg-section .post p {
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  .wpo-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.wpo-blog-pg-section .post a.read-more {
  color: #120D2B;
  text-transform: capitalize;
  font-size: 16px;
}
.wpo-blog-pg-section .post a.read-more:hover {
  color: #2979FE;
}
.wpo-blog-pg-section .entry-media img {
  width: 100%;
}
.wpo-blog-pg-section .format-standard,
.wpo-blog-pg-section .format-quote {
  background-color: #F1F6FF;
  padding: 25px 35px 45px;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-standard,
  .wpo-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}
.wpo-blog-pg-section .format-standard {
  position: relative;
}
.wpo-blog-pg-section .format-standard:before {
  position: absolute;
  right: 20px;
  top: 10px;
  content: "\f10a";
  font-family: "flaticon";
  font-size: 90px;
  line-height: 80px;
  color: #e5f0fb;
}
.wpo-blog-pg-section .format-gallery {
  position: relative;
}
.wpo-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #2979FE;
  color: #fff;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #2979FE;
  transition: all 0.3s;
  border: 0;
}
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev,
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}
.wpo-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}
.wpo-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}
.wpo-blog-pg-section .format-quote p {
  margin-bottom: 0;
}
.wpo-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.6666666667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-blog-pg-section .format-quote h3,
.wpo-blog-pg-section .format-quote p {
  position: relative;
}
.wpo-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}
.wpo-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: rgb(22, 57, 103);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0.5;
}
.wpo-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.8;
}
.wpo-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 70px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.wpo-blog-pg-section .format-video .video-holder a:after {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  animation: spineer 2s infinite;
  border-radius: 50%;
  z-index: -1;
}
.wpo-blog-pg-section .format-video .video-holder a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 9px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 14px solid #2f426b;
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #2979FE;
}

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

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .wpo-blog-content {
    padding: 0;
  }
}
@keyframes save-the-date-pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
/*--------------------------------------------------------------
15. blog-single-section
--------------------------------------------------------------*/
.wpo-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}
.wpo-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}
.wpo-blog-single-section .entry-meta ul {
  list-style: none;
}
.wpo-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.9333333333rem;
  float: left;
  text-transform: uppercase;
}
.wpo-blog-single-section .entry-meta ul li a {
  color: #636893;
}
.wpo-blog-single-section .entry-meta ul li a:hover {
  color: #2979FE;
}
.wpo-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 0;
  margin-right: 3px;
}
.wpo-blog-single-section .entry-meta ul li i.fi:before {
  font-size: 13px;
}
.wpo-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.wpo-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #2979FE;
  border-radius: 50%;
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}
@media (max-width: 440px) {
  .wpo-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}
.wpo-blog-single-section .entry-media img {
  width: 100%;
}
.wpo-blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Playfair Display", serif;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.wpo-blog-single-section .post p {
  margin-bottom: 1.5em;
}
.wpo-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.4666666667rem;
  }
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.wpo-blog-single-section .post blockquote {
  background-color: #F1F6FF;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}
.wpo-blog-single-section .post blockquote:before {
  font-family: "Flaticon";
  content: "\f10a";
  font-size: 25px;
  font-size: 1.6666666667rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #F1F6FF;
  background: #fff;
  color: #2979FE;
  border-radius: 50%;
}
.wpo-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}
.wpo-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}
.wpo-blog-single-section .post .gallery img {
  width: 100%;
}
.wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid rgba(18, 13, 43, 0.12);
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #273958;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share, .wpo-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}
.wpo-blog-single-section .tag-share ul, .wpo-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}
.wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul li, .wpo-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}
.wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share ul > li + li, .wpo-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}
.wpo-blog-single-section .tag-share .tag, .wpo-blog-single-section .tag-share-s2 .tag {
  display: flex;
  align-items: center;
}
.wpo-blog-single-section .tag-share .tag > span, .wpo-blog-single-section .tag-share-s2 .tag > span {
  font-family: "Playfair Display", serif;
  color: #273958;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}
.wpo-blog-single-section .tag-share .tag ul, .wpo-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}
.wpo-blog-single-section .tag-share .tag li, .wpo-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}
.wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #273958;
  background: #ecf4fb;
  border-radius: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .tag-share .tag a, .wpo-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.8666666667rem;
  }
}
.wpo-blog-single-section .tag-share .tag a:hover, .wpo-blog-single-section .tag-share-s2 .tag a:hover {
  color: #2979FE;
}
.wpo-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}
.wpo-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.0666666667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #120D2B;
}
.wpo-blog-single-section .author-box {
  margin: 35px 0 60px;
}
.wpo-blog-single-section .author-box .author-avatar {
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-avatar {
    float: none;
  }
}
.wpo-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}
.wpo-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}
.wpo-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}
.wpo-blog-single-section .author-box .author-name {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #273958;
}
.wpo-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}
.wpo-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}
.wpo-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.8666666667rem;
  color: #273958;
}
.wpo-blog-single-section .author-box .social-link a:hover {
  color: #2979FE;
}
.wpo-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}
.wpo-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .more-posts > div > a {
  display: inline-block;
}
.wpo-blog-single-section .more-posts .previous-post,
.wpo-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post,
  .wpo-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}
.wpo-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}
.wpo-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}
.wpo-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}
.wpo-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}
.wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}
.wpo-blog-single-section .more-posts .previous-post > a > span,
.wpo-blog-single-section .more-posts .next-post > a > span {
  display: block;
}
.wpo-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.9333333333rem;
  color: #120D2B;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}
.wpo-blog-single-section .more-posts .post-name {
  font-size: 16px;
  font-size: 1.0666666667rem;
  color: #273958;
  margin: 0.7em 0 0;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .more-posts .post-name {
    font-size: 16px;
    font-size: 1.0666666667rem;
  }
}
.wpo-blog-single-section .more-posts a:hover .post-control-link {
  color: #2979FE;
}
.wpo-blog-single-section .comments-area {
  margin-top: 70px;
}
.wpo-blog-single-section .comments-area li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}
.wpo-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}
.wpo-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}
.wpo-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}
.wpo-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.wpo-blog-single-section .comments-area li > div {
  position: relative;
}
.wpo-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}
.wpo-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}
.wpo-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}
.wpo-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}
.wpo-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-size: 1.3333333333rem;
  color: #273958;
  font-weight: bold;
  margin: 0 0 1em;
}
.wpo-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #120D2B;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Sora", sans-serif;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}
.wpo-blog-single-section .comments-area .comment-reply-link {
  font-family: "Playfair Display", serif;
  font-size: 13px;
  font-size: 0.8666666667rem;
  font-weight: 600;
  color: #273958;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Sora", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wpo-blog-single-section .comments-area .comment-reply-link:hover {
  color: #2979FE;
}
.wpo-blog-single-section .comment-respond {
  margin-top: 70px;
}
.wpo-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.4666666667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.3333333333rem;
  }
}
.wpo-blog-single-section .comment-respond form input,
.wpo-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #a4adbe;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 30px;
  box-shadow: none;
  transition: all 0.3s;
}
.wpo-blog-single-section .comment-respond form input:focus,
.wpo-blog-single-section .comment-respond form textarea:focus {
  box-shadow: none;
  border-color: #2979FE;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form input,
  .wpo-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}
.wpo-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}
@media (max-width: 991px) {
  .wpo-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}
.wpo-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}
@media (max-width: 767px) {
  .wpo-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}
.wpo-blog-single-section .comment-respond .form-submit input {
  font-family: "Playfair Display", serif;
  max-width: 180px;
  background-color: #1e2845;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 2px;
  border-radius: 30px;
}
.wpo-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #273958;
}

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

/*--------------------------------------------------------------
16. contact-pg-section
--------------------------------------------------------------*/
.wpo-contact-pg-section {
  padding-bottom: 0px;
}
.wpo-contact-pg-section .wpo-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-title {
    margin-bottom: 30px;
  }
}
.wpo-contact-pg-section .wpo-contact-title h2 {
  font-size: 35px;
  font-size: 2.3333333333rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .wpo-contact-pg-section .wpo-contact-title h2 {
    font-size: 25px;
    font-size: 1.6666666667rem;
  }
}
.wpo-contact-pg-section form input,
.wpo-contact-pg-section form select,
.wpo-contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 0px;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .wpo-contact-pg-section form input,
  .wpo-contact-pg-section form select,
  .wpo-contact-pg-section form textarea {
    height: 45px;
  }
}
.wpo-contact-pg-section form input:focus,
.wpo-contact-pg-section form select:focus,
.wpo-contact-pg-section form textarea:focus {
  border-color: #2979FE;
  background: transparent;
}
.wpo-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}
.wpo-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}
.wpo-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.wpo-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.wpo-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.wpo-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.wpo-contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
  width: 100%;
}
.wpo-contact-pg-section form select:focus {
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.wpo-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}
.wpo-contact-pg-section form .submit-area .theme-btn, .wpo-contact-pg-section form .submit-area .view-cart-btn {
  border-radius: 0px;
  font-family: "Sora", sans-serif;
  font-size: 16px;
}
.wpo-contact-pg-section form .submit-area .theme-btn:after, .wpo-contact-pg-section form .submit-area .view-cart-btn:after {
  border-radius: 0px;
}
.wpo-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}
@media (max-width: 600px) {
  .wpo-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}
.wpo-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.wpo-contact-pg-section .nice-select {
  border-radius: 0px;
  width: 100%;
  line-height: 35px;
  color: #212529;
  height: 50px;
}
.wpo-contact-pg-section .form-control:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem transparent;
  border-color: #2979FE;
}
.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;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 89px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
  color: #2979FE;
}
.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: 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: 9;
}
@media (max-width: 767px) {
  .wpo-contact-pg-section .wpo-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

.wpo-contact-map-section .wpo-contact-map {
  height: 550px;
}
.wpo-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
.wpo-contact-map-section h2.hidden {
  display: none;
}

/*--------------------------------------------------------------
17. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}
.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}
@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}
.error-404-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}
.error-404-section .error-message p {
  margin-bottom: 1.8em;
}/*# sourceMappingURL=style.css.map */