/*
Template Name: Agrovilla
Template URI: 
Description: Agrotourism HTML Template 
Author: IIDEA INFORMATICS 
Author URI: 
Version: 1.0
 */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&display=swap');
/*--
    - Common CSS 
-----------------------------------------*/
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  margin: 0;
  color: #141417;
}

h1 {
  font-size: 66px;
  line-height: 76px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'Playfair Display', serif;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #515151;
  margin: 0;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #333;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 35px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 20px;
  }
}
/*Margin & Padding Helper Class */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 66px;
  font-weight: 600;
  line-height: 76px;
  margin: 20px 0;
  color: #000;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 15px 0;
  }
}

.section-title h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  margin: 20px 0;
  color: #141417;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
  }
}

.section-title h6 {
  color: #e8b941;
  font-family: 'Covered By Your Grace', cursive;
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

/*Button Style */
.main-btn,
.bordered-btn,
.primary-btn {
  display: inline-block;
  background: #e8b941;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 35px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn,
  .bordered-btn,
  .primary-btn {
    padding: 18px 30px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-btn,
  .bordered-btn,
  .primary-btn {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .main-btn,
  .bordered-btn,
  .primary-btn {
    padding: 15px 30px;
    font-size: 15px;
  }
}
.main-btn:hover,
.bordered-btn:hover,
.primary-btn:hover {
  background-color: #194641;
  color: #fff;
}

.primary-btn {
  background: #194641;
  color: #141717;
}
.primary-btn:hover {
  background: #e8b941;
  color: #fff;
}

.bordered-btn {
  background: transparent;
  color: #141717;
  border: 1px solid #141717;
}
.bordered-btn:hover {
  background: #194641;
  color: #fff;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 10px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
}

textarea {
  height: 140px;
  resize: none;
}

input[type='submit'],
button[type='submit'] {
  border: none;
  display: inline-block;
  background: #194641;
  color: #fff;
  padding: 15px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type='submit']:hover,
button[type='submit']:hover {
  background: #e8b941;
  color: #141417;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap Customize CSS*/
.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
}

/* Bacground Color & Overlay CSS 
============== */
.light-bg {
  background: #f5f2ec;
}

.dark-bg {
  background: #021a17 !important;
}

.theme-bg {
  background: #194641;
}

.white-bg {
  background: #fff !important;
}

.blue-bg {
  background: #0e182c;
}

.gray-bg {
  background: #f8f6f1 !important;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #141417;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #141417 !important;
}

.fix {
  overflow: hidden;
}

/* Sticky CSS 
============== */
.header-area .is-sticky .sticky-area {
  background: #fff;
  z-index: 999 !important;
  -webkit-animation: slideInDown 0.6s forwards;
  animation: slideInDown 0.6s forwards;
  margin-top: 0;
}

.header-area.absolute-header .is-sticky .sticky-area {
  background: #021a17;
}

.header-area.header-two .is-sticky .sticky-area {
  background: #fff;
}

.header-area.header-two .is-sticky .header-inner-box {
  box-shadow: none;
}

.header-area .is-sticky .navigation {
  height: 90px;
  margin-top: 0;
}

.header-area .is-sticky .main-menu li:hover .sub-menu {
  top: 90px;
}

.header-area .is-sticky .menu-trigger span {
  background: #fff;
}

.header-area.absolute-header .is-sticky .menu-trigger span {
  background: #fff;
}

/*--------------------------------------------------------------
# Search Form 
--------------------------------------------------------------*/
.search-box button {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
  border: none;
  background: none;
  position: absolute;
  top: 32px;
  right: 10px;
  font-size: 20px;
}

.search-box button:before {
  position: absolute;
  content: '';
  top: 50%;
  left: -40px;
  height: 40px;
  border-left: 2px solid #eee;
  margin-top: -20px;
}

.search-box button:hover {
  cursor: pointer;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .search-back-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
  opacity: 1;
  visibility: visible;
}

.search-popup .search-inner {
  position: relative;
  background: #ffffff;
  padding: 40px 0 40px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.search-popup .upper-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.search-popup .upper-text .text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}

.search-popup .close-search {
  position: absolute;
  right: 0;
  top: 0;
  color: #4c4c4d;
  font-size: 18px;
  line-height: 27px;
  z-index: 3;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  background: none;
}

.search-popup .form-group form {
  position: relative;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type='text'],
.search-popup .form-group input[type='search'] {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #333333;
  padding: 10px 14px;
  height: 45px;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
  margin-bottom: 5px;
}

.search-popup .form-group input[type='submit'],
.search-popup .form-group button {
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  text-align: center;
  font-size: 24px;
  line-height: 45px;
  color: #333333;
  padding: 0;
  background: none;
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*Pop up Video */
.pop-up-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pop-up-video a.video-play-btn {
  background: #fff;
  color: #df263f;
  border: 2px solid #fff;
  padding: 30px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font-size: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  z-index: 9;
}

@keyframes btnIconRipple {
  0% {
    border-width: 4px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}
.pop-up-video a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -2px;
  left: -2px;
  bottom: -2px;
  right: -2px;
  border-radius: inherit;
  border: 1px solid #fcd1c1;
  -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* Preloader*/
.preloader {
  background-color: #fff;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999999;
}

.spinner {
  width: 60px;
  height: 60px;
  top: 30%;
  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #194641;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.cursor-outer {
  margin-left: -18px;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  border: 2px solid #194641;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.08s ease-out;
}

.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #e8b941;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

.cursor-inner span {
  color: #fff;
  line-height: 80px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.mouseCursor.cursor-big {
  width: 80px;
  height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
  display: none;
}

.tp-cursor-point-area {
  cursor: none;
}

/*--------------------------------------------------------------
# Off Canvas Menu
--------------------------------------------------------------*/
/* Off Canvas Menu CSS
======================*/
.header-btn {
  border: 1px solid #38383b;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-btn {
    display: none;
  }
}

.menu-trigger span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin: 5px auto;
  margin-left: 0px;
  width: 20px;
  transition: all 0.1s;
}

.header-area.absolute-header .menu-trigger span {
  background: #fff;
}

.menu-trigger span:nth-child(2) {
  margin-left: 0px;
}

.off-canvas-menu {
  position: fixed;
  top: 0;
  right: -320px;
  background: #fff;
  box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
  width: 350px;
  padding: 50px;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.off-canvas-menu p {
  font-size: 16px;
  color: #b4afaf;
  font-weight: 400;
  position: absolute;
  bottom: 15px;
  opacity: 0.5;
}

.menu-close {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #777;
  padding: 7px;
  cursor: pointer;
  font-size: 30px;
  font-weight: 300;
}

.menu-close:hover {
  color: #333;
}

.extra-info {
  background: #141417 none repeat scroll 0 0;
  height: 100%;
  padding: 30px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  width: 350px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
}

.extra-info.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-icon {
  margin-top: -16px;
  text-align: right;
}

.close-icon > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
}

.close-icon > button i {
  color: #fff;
  font-size: 30px;
}

.side-info {
  border-top: 1px solid #333;
  padding-top: 70px;
}

.contact-list h4 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 20px;
}

.contact-list p {
  color: #fff;
  margin: 0;
  margin-bottom: 5px;
  line-height: 30px;
  font-size: 15px;
}

.contact-list p i {
  float: left;
  margin-top: 6px;
  width: 25px;
}

.contact-list p span {
  display: block;
  overflow: hidden;
}

.offcanvas-overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.offcanvas-overly.active {
  opacity: 0.5;
  visibility: visible;
}

.extra-info .site-logo-2 {
  width: 220px;
  text-align: center;
  margin-top: 20px;
}

.social-area-wrap a i {
  font-size: 20px;
}

.social-area-wrap a {
  width: 45px;
  height: 45px;
  background: #18222b;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.social-area-wrap a:hover {
  background: #194641;
}

.explore-btn {
  width: 170px;
  height: 170px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  position: relative;
  left: 110px;
  bottom: 160px;
  transition: 0.4s;
}

.explore-btn:after {
  position: absolute;
  content: '';
  top: 11px;
  left: 50%;
  width: 15px;
  height: 15px;
  background: #ffb966;
  border-radius: 50%;
  margin-left: -7px;
}

/*--
    - Mouse Animate Icon
-----------------------------------------*/
.mouse-icon {
  position: absolute;
  left: 50%;
  bottom: 50%;
  border: 2px solid #171717;
  border-radius: 16px;
  height: 50px;
  width: 30px;
  display: block;
  z-index: 10;
  cursor: pointer;
  transform: translate(-50%, 0%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mouse-icon {
    transform: translate(-50%, 100%);
  }
}
@media (max-width: 767px) {
  .mouse-icon {
    display: none;
  }
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: #171717;
  width: 4px;
  height: 10px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}

@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.header-top-area {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-area {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-top-area {
    display: none;
  }
}

.header-info {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.header-info p {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-info p {
    font-size: 15px;
  }
}
.header-info p span {
  font-weight: 500;
  margin-left: 8px;
}
.header-info i {
  font-size: 18px;
  color: #ffb966;
}

.contact-info {
  margin-top: 6px;
}
.contact-info a {
  display: inline-block;
  background: #ffb966;
  padding: 6px 24px;
  border-radius: 10px;
  color: #444;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info a {
    padding: 6px 18px;
  }
}

.social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  padding: 10px;
}
.social-icon i:hover {
  color: #e8b941;
}

/* Header Area 
============== */
.header-area {
  position: relative;
}
.header-area .navigation {
  padding: 0px 30px;
  height: 90px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .navigation {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .header-area .navigation {
    padding: 0;
  }
}
.header-area .header-inner-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0 0 10px 10px;
  padding: 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area .header-inner-box {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    padding: 0 5px;
  }
}
.header-area .header-inner-box .logo {
  display: flex;
  align-items: center;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .logo {
    border-right: 0;
  }
}
.header-area .header-inner-box .phone-number-box {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.header-area .header-inner-box .phone-number-box .icon i {
  background: #e5f0ec;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
}
.header-area .header-inner-box .phone-number-box .phone {
  padding-left: 15px;
}
.header-area .header-inner-box .phone-number-box .phone p {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box .phone-number-box {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .header-inner-box {
    display: block;
  }
}
@media (max-width: 767px) {
  .header-area .header-inner-box {
    display: block;
  }
}
.header-area .header_right_bg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.icon-wrapper {
  display: flex;
  border-left: 1px solid #eee;
  height: 90px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 150px;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 100px;
    border-left: 0;
  }
}
.icon-wrapper i {
  font-size: 25px;
  color: #333;
  cursor: pointer;
}

.shopping-cart i {
  margin-left: 40px;
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .shopping-cart i {
    margin-left: 25px;
  }
}

.search-icon {
  margin-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-icon {
    margin-left: 20px;
  }
}

.header-area.absolute-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-area.absolute-header .main-menu .navbar-nav .nav-link {
  color: #fff;
}

/* Main Menu 
============== */
.main-menu .navbar {
  padding: 0;
}

.main-menu li.nav-item {
  position: relative;
  margin-right: 40px;
}

.main-menu .navbar-nav .nav-link {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
  display: block;
  padding: 35px 0;
  color: #061815;
}

.main-menu li.nav-item:hover > a {
  color: #e8b941;
}

/*Dropdown Menu */
.sub-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 190px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 99;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.sub-menu::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #e8b941;
  visibility: hidden;
  opacity: 0;
}

.main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 90px;
}

.main-menu li:hover .sub-menu::after {
  opacity: 1;
  visibility: visible;
}

.main-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .sub-menu li {
  display: block;
  border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-menu .sub-menu li a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  display: block;
  padding: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}

.main-menu .sub-menu li:hover > a {
  background: #e8b941;
  color: #fff;
}

.dropdown-toggle::after {
  display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}

.header-right {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header-right {
    display: none;
  }
}

.header-right .search-icon {
  font-size: 20px;
}

.header-right a {
  font-size: 16px;
  font-weight: 600;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right a {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-right a {
    display: none;
  }
}
.header-right a:hover {
  color: #194641;
  color: #fff;
}

.header-right a i {
  font-size: 18px;
  margin-left: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-right a i {
    display: none;
  }
}

.hero-area {
  position: relative;
}

.hero-area-content {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .hero-area-content {
    padding: 60px 0;
  }
}
.hero-area-content h1 {
  font-size: 90px;
  line-height: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-content h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .hero-area-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
.hero-area-content p {
  margin-top: 30px;
}

.hero-bg {
  position: relative;
  z-index: 1;
}

.hero-bg::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}

.line_item {
  display: flex;
  align-items: center;
  height: 100px;
}
@media (max-width: 767px) {
  .line_item {
    height: 60px;
  }
}

.line_item h5 {
  font-size: 24px;
  font-weight: 500;
  margin-right: 60px;
}
@media (max-width: 767px) {
  .line_item h5 {
    font-size: 18px;
    margin-right: 40px;
  }
}

.line_item img {
  display: inline-block;
}

h5.slick-slide img {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  h5.slick-slide img {
    width: 18px;
  }
}

.hero-area-two {
  position: relative;
}
.hero-area-two .hero-area-content {
  margin-top: 0;
  padding-top: 220px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two .hero-area-content {
    padding-top: 160px;
  }
}
.hero-area-two .hero-area-content h3 {
  font-size: 36px;
  color: #e8b941;
}
.hero-area-two .hero-area-content h3:after {
  display: none;
}
.hero-area-two .hero-area-content h3:before {
  display: none;
}
@media (max-width: 767px) {
  .hero-area-two .hero-area-content h3 {
    font-size: 30px;
  }
}
.hero-area-two .hero-area-content h1 {
  font-size: 90px;
  line-height: 100px;
  color: #fff;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area-two .hero-area-content h1 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .hero-area-two .hero-area-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.hero-area-two .hero-area-content a {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-area-two .hero-area-content a {
    margin-top: 40px;
  }
}

.slider-bg {
  position: relative;
  z-index: 1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-left: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 80px;
  bottom: 0;
  margin-top: -25px;
  background: #fff;
  color: #e8b941;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #e8b941;
  color: #fff;
  border-color: #e8b941;
}

.about-bg-one {
  min-height: 685px;
  max-width: calc(100% - 60px);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-one {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-bg-one {
    min-height: 400px;
    max-width: calc(100% - 0px);
    margin-top: 30px;
  }
}

.about-feature-list ul li {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-feature-list ul li {
    font-size: 15px;
  }
}
.about-feature-list ul li i {
  font-size: 24px;
  padding-right: 15px;
  color: #e8b941;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-feature-list ul li i {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-feature-list ul li {
    font-size: 16px;
  }
}

.about-content-wrap {
  margin-top: 90px;
}
.about-content-wrap p {
  margin: 30px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content-wrap {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-content-wrap {
    margin-top: 30px;
  }
}

.about-bg-two {
  min-height: 690px;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-bg-two {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .about-bg-two {
    min-height: 400px;
    margin-top: 30px;
  }
}

.single-counter-box p {
  font-size: 50px;
  font-weight: 500;
  color: #171717;
}

.single-counter-box h6 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}

.single-counter-box i:before {
  font-size: 45px;
  color: #e8b941;
}

.single-counter-box {
  margin-top: 50px;
}

.single-feature-item {
  padding: 15px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.single-feature-item h5 {
  font-size: 24px;
  font-weight: 600;
  margin: 30px 0;
}

.feature-icon img {
  width: inherit !important;
}

.service-slider .owl-nav button.owl-prev,
.service-slider .owl-nav button.owl-next {
  background: #eee;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.service-slider .owl-nav button.owl-prev:hover,
.service-slider .owl-nav button.owl-next:hover {
  background: #000;
  color: #fff;
}

.service-slider .owl-nav i {
  font-size: 20px;
}

.service-slider .owl-nav {
  position: absolute;
  top: -100px;
  right: 0;
  display: flex;
}

.service-slider .owl-dots button.owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  margin-right: 20px;
  margin-top: 20px;
}

.service-slider .owl-dots button.owl-dot.active span {
  background: #f35c27;
}

.service-slider .owl-dots {
  text-align: center;
}

.project-section {
  position: relative;
}

.single-project-item {
  position: relative;
  margin-bottom: 60px;
}
.single-project-item .project-thumb {
  position: relative;
}
.single-project-item .project-thumb .details-link {
  background: #fff;
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-project-item .project-thumb .details-link i {
  font-size: 30px;
  color: #061815;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-project-item:hover .details-link i {
  color: #056251;
  transform: rotate(0);
}
.single-project-item .project-content a {
  font-size: 24px;
  font-weight: 600;
  color: #061815;
}
.single-project-item:hover .project-content a {
  color: #056251;
  text-decoration: underline;
}

.project-content p {
  position: relative;
  padding-left: 60px;
  margin: 30px 0 20px;
}
.project-content p::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 45px;
  height: 2px;
  background: #555;
  margin-top: -1px;
}

.single-project-item.last-child {
  margin-bottom: 0;
}

.project-section .explore-btn {
  border: 1px solid #194641;
  top: 55px;
  right: 80px;
  position: absolute;
  left: auto;
}
@media (max-width: 991px) {
  .project-section .explore-btn {
    display: none;
  }
}

.social-area a {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}

.explore-btn a {
  font-size: 20px;
  text-align: center;
}

.explore-btn i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.project-single {
  background: #fff;
  margin-bottom: 40px;
}

.project-single:hover {
  box-shadow: 0 3px 20px 0 rgba(40, 40, 40, 0.13);
}

.project-img {
  position: relative;
}

.project-img img {
  transition: 0.5s ease-in-out;
}

.project-inner {
  padding: 30px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-inner {
    padding: 30px 32px 40px;
  }
}

.project-inner .project-cat a {
  color: #194641;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.project-title h4 {
  color: #194641;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin: 15px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-title h4 {
    font-size: 22px;
  }
}

.project-title h4 a {
  color: #194641;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  margin: 5px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-title h4 a {
    font-size: 22px;
  }
}

.project-more i {
  font-size: 25px;
  margin-left: 13px;
}

.project-more .main-btn,
.project-more .primary-btn,
.project-more .bordered-btn {
  display: inline-flex;
  align-items: center;
  line-height: 1.5;
}
.project-more .main-btn:hover i,
.project-more .primary-btn:hover i,
.project-more .bordered-btn:hover i {
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .project-more .main-btn,
  .project-more .primary-btn,
  .project-more .bordered-btn {
    padding: 10px 18px;
  }
}
@media (max-width: 767px) {
  .project-more .main-btn,
  .project-more .primary-btn,
  .project-more .bordered-btn {
    padding: 8px 18px;
  }
}

.project-wrap .owl-dots button.owl-dot span {
  width: 35px;
  height: 3px;
  background: #6b7475;
  margin-right: 10px;
  margin-top: 20px;
}

.project-wrap .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 6px;
  background: #194641;
}

.project-wrap .owl-dots {
  text-align: center;
}

/* Project Details  */
.single-content-wrapper {
  position: relative;
}

.project-details-box {
  background: #e8b941;
  color: #fff;
  width: 360px;
  position: absolute;
  bottom: -230px;
  right: 0;
  z-index: 9;
}
@media (max-width: 767px) {
  .project-details-box {
    position: relative;
    bottom: -40px;
  }
}

.project-details-box {
  padding: 30px;
}

.project-details-box-title h4 {
  font-size: 24px;
  color: #fff;
  padding: 10px;
}

.detail-box-list .list-details h5 {
  font-size: 20px;
  color: #fff;
  padding-left: 15px;
}

.detail-box-list .list-details p {
  color: #fff;
}

.list-details {
  display: flex;
  align-items: center;
}

.list-details h5 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.detail-box-list li {
  padding: 15px 0;
  display: block;
  margin-left: 15px;
}

.list-details i:before {
  color: #fff;
  font-size: 24px;
}

.detail-box-list ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.single-content-area h4 {
  margin: 30px 0 20px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .single-content-area h4 {
    margin-top: 60px;
  }
}

.single-content-area p {
  margin: 0;
  text-align: justify;
}
.single-content-area p.content_one {
  width: 93%;
}

#project-page .single-service-item {
  box-shadow: none;
}

#project-page .single-service-item .service-rating {
  display: none;
}

.project-solutions-list li {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #3c6382;
}

.project-solutions-list i {
  font-size: 24px;
  color: #64be62;
}

.project-solutions-list i:before {
  padding-right: 15px;
}

.project-details-btn {
  margin: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-img-wrapper {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 830px) {
  .single-content-area p.content_one {
    width: 45%;
  }
}
@media only screen and (min-width: 830px) and (max-width: 991px) {
  .single-content-area p.content_one {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .single-img-wrapper {
    margin-top: 20px;
  }
  .single-content-area p.content_one {
    width: 100%;
  }
  .single-content-area:has(p.content_one) {
    padding-top: 25px;
  }
}

.project-solutions .pop-up-video a.video-play-btn {
  font-size: 25px;
  color: #fff;
  border: 2px solid #63bd62;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -160px;
  margin-left: -35px;
  margin-top: -35px;
  background: #63bd62;
  cursor: pointer;
  z-index: 9;
}

.single-img-wrapper img {
  border-radius: 7px;
}

.project-solutions img {
  border-radius: 7px;
}

.accommodation-section {
  position: relative;
}
.accommodation-section .slider-bg {
  height: 100vh;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .accommodation-section .slider-bg {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .accommodation-section .slider-bg {
    height: 500px;
  }
}

.single-slide-item {
  position: relative;
  z-index: 1;
}

.room-description {
  position: absolute;
  bottom: 0;
  left: 90px;
  background: #fff;
  z-index: 2;
  width: 50%;
  padding: 30px;
}
@media (max-width: 767px) {
  .room-description {
    width: 100%;
    left: 0;
    bottom: -150px;
  }
}
.room-description h2 {
  font-size: 45px;
  margin-bottom: 20px;
}
.room-description .main-btn,
.room-description .primary-btn,
.room-description .bordered-btn {
  margin-top: 30px;
}

.single-room-item {
  position: relative;
  margin-bottom: 30px;
}

.room-details {
  position: absolute;
  bottom: 20px;
  left: 20px;
  transform: translateY(50px);
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.room-details span {
  font-size: 15px;
  background: #fff;
  color: #171717;
  padding: 8px;
  border-radius: 0;
}
.room-details h4 {
  background: #fff;
  display: block;
  padding: 10px 20px;
  margin: 10px 0;
}

.single-room-item:hover .room-details {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}

.room-description .main-btn i,
.room-description .primary-btn i,
.room-description .bordered-btn i {
  margin-left: 15px;
}

.room-feature-item {
  border: 1px solid #eee;
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.room-feature-item h5 {
  font-size: 24px;
  margin: 30px 0;
}

.amenities-wrapper {
  background: #ddd;
  width: 50%;
}

.services-wrapper {
  background: #eee;
  width: 50%;
}

.room-facility .container {
  display: flex;
}
@media (max-width: 767px) {
  .room-facility .container {
    flex-direction: column;
  }
}

.amenities-wrapper {
  background: #ddd;
  width: 50%;
  padding: 40px;
}
@media (max-width: 767px) {
  .amenities-wrapper {
    width: 100%;
    padding: 20px;
  }
}

.services-wrapper {
  background: #eee;
  width: 50%;
  padding: 50px 70px;
}
@media (max-width: 767px) {
  .services-wrapper {
    width: 100%;
    padding: 30px;
  }
}

.room-facility h5 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .room-facility h5 {
    margin-bottom: 30px;
  }
}

.room-facility .container {
  display: flex;
}

.amenities-list ul li {
  display: block;
  margin-bottom: 18px;
  position: relative;
  padding-left: 70px;
}

.amenities-list ul li:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  background: #e8b941;
  width: 40px;
  height: 2px;
  margin-top: -1px;
}

.square-img {
  margin-bottom: 30px;
}

.testimonial-content p {
  font-size: 20px;
  line-height: 35px;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .testimonial-content p {
    font-size: 16px;
    line-height: 30px;
  }
}

.testimonial-author h5 {
  font-family: 'Covered By Your Grace';
  font-size: 25px;
  color: #e8b941;
  letter-spacing: 1px;
}

.single-testimonial-item img {
  width: inherit !important;
  margin: 0 auto;
}

.recreation-section {
  position: relative;
}

.recreation-section:after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 285px;
  background: #fff;
}

.recreation-inner .owl-dots button.owl-dot span {
  width: 35px;
  height: 3px;
  background: #6b7475;
  margin-right: 10px;
  margin-top: 50px;
}

.recreation-inner .owl-dots button.owl-dot.active span {
  width: 35px;
  height: 6px;
  background: #194641;
}

.recreation-inner .owl-dots {
  text-align: center;
}

.location-area {
  background-image: url(../img/location-bg.jpg);
}

.location-area {
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.location-area .section-title {
  color: #fff;
}

.location-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.6;
  z-index: -1;
}

.address-title {
  display: inline-block;
  border: 5px solid #eee;
  padding: 50px 100px;
}
@media (max-width: 767px) {
  .address-title {
    padding: 50px 70px;
  }
}
.address-title h2 {
  color: #fff;
  margin-bottom: 30px;
}
.address-title p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.single-activity-item h5 {
  font-size: 24px;
  font-weight: 400;
  margin: 20px 0;
}

.single-activity-item h6 {
  font-family: 'Covered By Your Grace';
  color: #e8b941;
  font-size: 20px;
  margin: 20px 0;
}

.single-activity-item {
  position: relative;
  margin-bottom: 60px;
}

.single-activity-item h6 {
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  background: #fff;
  color: #171717;
  padding: 7px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.accordion.faqs .card .card-header {
  background: #fff;
  padding: 0;
  margin-bottom: 0px;
  border-radius: 0px;
  border: none;
}

.accordion.faqs .card {
  margin-bottom: 20px;
  border-radius: 0px;
  border: 2px solid #f3f5f8;
}

.accordion.faqs .card:last-child {
  margin-bottom: 0;
}

.accordion.faqs .card .card-header .btn-link {
  padding: 15px 40px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  width: 100%;
  display: block;
  text-align: left;
  position: relative;
  border-radius: 0px;
  position: relative;
  text-decoration: none;
  border: none;
  padding-right: 95px;
}

.accordion.faqs .card .card-header .btn-link:hover {
  background: #e8b941;
  color: #fff;
}
.accordion.faqs .card .card-header .btn-link:focus {
  outline: none !important;
}
.accordion.faqs .card .card-header .btn-link:active {
  outline: none !important;
}

.accordion.faqs .card .card-header .btn-link::after {
  right: 40px;
  content: '+';
  height: 50px;
  width: 50px;
  text-align: center;
  top: 50%;
  font-size: 25px;
  font-weight: 400;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  position: absolute;
  line-height: 51px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .accordion.faqs .card .card-header .btn-link {
    padding: 15px;
    padding-right: 40px;
  }

  .accordion.faqs .card .card-header .btn-link::after {
    right: 10px;
  }
}
.accordion.faqs .card .subtitle > button[aria-expanded='true']::after {
  content: '-';
}

.accordion.faqs .card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .accordion.faqs .card .card-body {
    padding: 15px;
  }
}

.accordion.faqs .card .card-body .content {
  font-size: 16px;
  line-height: 24px;
  padding-left: 10px;
  text-align: justify;
}

.accordion.faqs .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 2px solid #f3f5f8;
}

.faq-icon-box {
  position: absolute;
  width: 140px;
  height: 140px;
  background: #fff;
  top: 40%;
  right: 85px;
  margin-top: -70px;
  z-index: 2;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-thumb {
  position: relative;
  z-index: 2;
}

.faq-icon-box img {
  -webkit-animation: 1.5s shake infinite;
  animation: 1.5s shake infinite;
  width: 80px;
  height: auto;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
}
.faq-icon-box::after {
  width: 180px;
  height: 180px;
  -webkit-box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  box-shadow: 0 8px 16px 0px rgba(130, 139, 148, 0.3);
  left: -20px;
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.faq-section h2 {
  margin-bottom: 40px;
}

.question-section {
  background: #194641;
  padding: 40px;
}
@media (max-width: 767px) {
  .question-section {
    margin-top: 30px;
  }
}

.question-section h6 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
  font-size: 14px;
  color: #fff;
}

.question-section button {
  font-size: 14px;
  letter-spacing: 1px;
}

.question-section input,
.question-section textarea,
.question-section select {
  width: 100%;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 20px;
}

.single-price-item {
  background: #f8f9fa;
  padding: 30px 50px;
  margin-top: 50px;
  transition: 0.3s;
}

.single-price-item h5 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin: 20px 0;
}

.single-price-item h6 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}

.single-price-item h5:before {
  position: absolute;
  content: '';
  width: 54px;
  height: 2px;
  bottom: -10px;
  left: 0;
  right: 0;
  background: #194641;
}

.single-price-item p b {
  font-size: 45px;
  color: #194641;
  margin-right: 10px;
  margin-left: 3px;
}

.single-price-item p {
  font-size: 16px;
  margin: 40px 0px;
}

.price-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-list ul li {
  display: block;
  margin: 10px 0;
  font-size: 17px;
  position: relative;
  border-bottom: 1px solid #f1f1f1;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.3s;
}

.price-list i {
  font-size: 18px;
  color: #194641;
  margin-right: 15px;
  font-weight: 500;
}

.single-price-item .main-btn,
.single-price-item .primary-btn,
.single-price-item .bordered-btn {
  display: inline-block;
  margin: 30px 0 0;
  padding: 14px 30px;
  font-size: 14px;
}

.single-price-item.active {
  background: #fff;
  box-shadow: 0 3px 9px -2px #d0cece;
  overflow: visible;
  padding-bottom: 75px;
}

.footer-area {
  background: #101215;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-area a {
  font-size: 20px;
  color: #fff;
  margin-right: 20px;
}

.single-blog-item {
  border: 1px solid #eee;
  padding: 40px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .single-blog-item {
    padding: 25px;
  }
}
.single-blog-item.blog-meta {
  font-size: 16px;
  font-weight: 500;
}
.single-blog-item h3 a {
  font-size: 30px;
  font-weight: 600;
  color: #061815;
  margin: 20px 0;
}
.single-blog-item h3 a:hover {
  color: #021a17;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item h3 a {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-blog-item h3 a {
    font-size: 24px;
  }
}
.single-blog-item .blog-thumb img {
  margin-top: 20px;
}

.blog-section .section-title p:before {
  margin: 0 auto;
  right: 150px;
}

.single-blog-item.w-thumb {
  padding: 40px 150px 23px 40px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-blog-item.w-thumb {
    padding: 42px 100px 8px 40px;
  }
}
@media (max-width: 767px) {
  .single-blog-item.w-thumb {
    padding: 40px 20px 8px 35px;
  }
}

.single-blog-item.w-thumb h3 a {
  font-size: 24px;
}

.single-blog-item {
  position: relative;
}
.single-blog-item .details-link {
  background: #e8b941;
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .single-blog-item .details-link {
    width: 35px;
    height: 35px;
    top: 15px;
    right: 15px;
  }
}
.single-blog-item .details-link i {
  font-size: 30px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.single-blog-item:hover .details-link {
  background: #e8b941;
}
.single-blog-item:hover .details-link i {
  transform: rotate(0);
}

.blog-page .pagination {
  margin-top: 30px;
  justify-content: center;
}

.blog-page .page-link {
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #194641;
  border-color: #194641;
  color: #fff;
}

.blog-page .page-item:first-child .page-link {
  display: block;
  border: none;
  display: inline-flex;
}

.blog-page .active > .page-link,
.page-link.active {
  border-radius: 0;
  margin-right: 15px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8b941;
  border-color: #e8b941;
  color: #fff;
}

.blog-page .page-item:last-child .page-link {
  border-radius: 0;
}

.blog-meta-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-meta-wrap .blog-meta p {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-meta-wrap .blog-meta p {
    font-size: 14px;
  }
}
.blog-meta-wrap .blog-meta p i {
  font-size: 18px;
  margin-right: 10px;
  color: #056251;
}

.blog-content-wrap {
  max-width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .blog-content-wrap {
    max-width: calc(100% - 0px);
  }
}
.blog-content-wrap h2 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-content-wrap h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-content-wrap h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .blog-content-wrap h2 {
    font-size: 24px;
  }
}
.blog-content-wrap p {
  font-size: 16px;
  margin: 30px 0;
  text-align: justify;
}
@media (max-width: 767px) {
  .blog-content-wrap p {
    font-size: 17px;
  }
}
.blog-content-wrap .social-icon i {
  font-size: 18px;
  color: #fff;
  margin-right: 10px;
  background: #194641;
  border-color: #194641;
  border-radius: 50%;
  padding: 10px;
}
.blog-content-wrap .social-icon i:hover {
  background: #e8b941;
  border-color: #e8b941;
  color: #fff;
}

.blog-feature-img img {
  border-radius: 10px;
}

.blog-quote-wrap {
  background: #194641;
  padding: 40px 50px;
  display: flex;
  align-items: start;
  justify-content: space-around;
  height: 250px;
  margin-bottom: 30px;
  border-radius: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-quote-wrap {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .blog-quote-wrap {
    flex-direction: column;
    padding: 30px;
    height: auto;
  }
}
.blog-quote-wrap .quote-icon i {
  color: #fff;
  font-size: 45px;
}
.blog-quote-wrap .blog-quote-text {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text {
    padding-left: 0;
  }
}
.blog-quote-wrap .blog-quote-text p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .blog-quote-wrap .blog-quote-text p {
    margin-top: 20px;
    font-size: 17px;
  }
}
.blog-quote-wrap h6.blog-author {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding-left: 80px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author {
    padding-left: 0px;
  }
}
.blog-quote-wrap h6.blog-author:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 60px;
  height: 2px;
  background: #fff;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .blog-quote-wrap h6.blog-author:before {
    display: none;
  }
}
.blog-quote-wrap h6.blog-author span {
  font-weight: 400;
}
.blog-quote-wrap h2 {
  margin: 30px 0;
}

.blog-tag-wrap span {
  background: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .blog-tag-wrap span {
    margin-left: 0;
  }
}

.single-comments-wrap {
  background: #fff;
  border-radius: 7px;
  padding: 35px 25px;
  margin: 35px 0px;
  border-radius: 10px;
  position: relative;
}
.single-comments-wrap .single-comments-inner {
  display: flex;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner {
    flex-direction: column;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb {
  flex: 0 0 130px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-comments-wrap .single-comments-inner .comments-autor-thumb {
    flex: 0 0 140px;
  }
}
.single-comments-wrap .single-comments-inner .comments-autor-thumb img {
  border-radius: 7px;
}
.single-comments-wrap .single-comments-inner .comments-content {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .single-comments-wrap .single-comments-inner .comments-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.single-comments-wrap .single-comments-inner .comments-content h6 {
  font-size: 20px;
}
.single-comments-wrap .single-comments-inner .comments-content p.comments-date {
  font-size: 16px;
  color: #056251;
  font-weight: 500;
  text-decoration: underline;
  margin: 14px 0;
}
.single-comments-wrap a.reply-btn {
  background: #ffb966;
  color: #061815;
  padding: 6px 15px;
  border-radius: 7px;
  position: absolute;
  top: 35px;
  right: 55px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .single-comments-wrap a.reply-btn {
    right: 25px;
  }
}
.single-comments-wrap a.reply-btn:hover {
  background: #e8b941;
  color: #fff;
}

.comments-form-wrap {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 35px;
}
.comments-form-wrap h3 {
  margin: 0 0 30px;
}
.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
  border: 1px solid #eee;
  border-radius: 0;
  margin-bottom: 30px;
}
.comments-form-wrap .comments-form textarea {
  height: 130px;
}

.blog-sidebar h5 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}

.search-bar-wrap {
  background: #fff;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #eee;
}
.search-bar-wrap input {
  border: none;
  background: rgba(134, 112, 239, 0.0705882353);
  padding: 15px;
  border-radius: 0;
  margin-bottom: 0;
}
.search-bar-wrap i {
  font-size: 18px;
  background: #194641;
  border: 0;
  padding: 15px;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-bar-wrap i:hover {
  cursor: pointer;
}

.blog-category {
  background: #fff;
  margin: 30px 0;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.blog-category ul li {
  display: block;
}

.blog-category ul li a {
  font-size: 17px;
  font-weight: 500;
  color: #061815;
  margin-bottom: 25px;
}
.blog-category ul li a:hover {
  color: #ffb966;
}

.blog-category ul li i {
  margin-right: 15px;
}

.recent-post-wrap {
  margin: 30px 0;
  background: #fff;
  padding: 35px;
  border: 1px solid #eee;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .recent-post-wrap {
    padding: 30px;
  }
}

.single-recent-post {
  padding: 25px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}

.recent-post-thumbs {
  flex: 0 0 90px;
}
.recent-post-thumbs img {
  border-radius: 7px;
}

.recent-post-content {
  padding-left: 15px;
}
.recent-post-content p {
  font-size: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .recent-post-content p {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .recent-post-content p {
    margin: 0;
    font-size: 16px;
  }
}
.recent-post-content a h6 {
  font-size: 20px;
  font-weight: 600;
  color: #061815;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .recent-post-content a h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.recent-post-content a h6:hover {
  color: #e8b941;
}

.popular-tag-wrap {
  background: #fff;
  margin: 30px 0;
  padding: 35px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.popular-tag-wrap span {
  font-size: 16px;
  font-weight: 500;
  background: rgba(134, 112, 239, 0.0705882353);
  color: #061815;
  padding: 10px 15px;
  border-radius: 7px;
  margin: 5px;
}
.popular-tag-wrap span:hover {
  background: #194641;
  color: #fff;
  cursor: pointer;
}

.question-wrap {
  background: #056251;
  padding: 35px;
  border-radius: 10px;
}
.question-wrap h5 {
  color: #fff;
}
.question-wrap p {
  color: #fff;
  margin-bottom: 30px;
}
.question-wrap .contact-info {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 15px 0;
}
.question-wrap .contact-info .contact-icon {
  margin: 0;
}
.question-wrap .contact-info h4 {
  padding-left: 25px;
}

.contact-area.bg-none:before {
  display: none;
}

.pagination-wrap {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pagination-wrap a {
  font-size: 16px;
  font-weight: 600;
  color: #061815;
  display: flex;
  align-items: center;
}

.pagination-wrap a i {
  font-size: 25px;
  margin-right: 15px;
}

.breadcrumb-area {
  background-image: url(../img/bread/bread-bg.jpeg);
}

.bread-bg-project {
  background-image: url(../img/bread/bread-bg-project.jpeg);
}

.bread-bg-menu {
  background-image: url(../img/bread/bread-bg-menu.jpg);
}

.bread-bg-activity {
  background-image: url(../img/bread/bread-bg-activity.jpg);
}

.bread-bg-room {
  background-image: url(../img/bread/bread-bg-room.jpg);
}

.bread-bg-price {
  background-image: url(../img/bread/bread-bg-price.jpg);
}

.bread-bg-blog {
  background-image: url(../img/bread/bread-bg-blog.jpg);
}

.bread-bg-contact {
  background-image: url(../img/bread/bread-bg-contact.jpg);
}

.breadcrumb-area {
  height: 400px;
  background-size: cover;
  background-position: center;
  background-color: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.breadcrumb-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: -1;
}

.breadcrumb-area .breadcrumb-title h1 {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 10px;
}

.breadcrumb-area h5 a {
  font-size: 20px;
  color: #fff;
}

.breadcrumb-area h5 {
  color: #fcdb5a;
  font-size: 16px;
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-area .breadcrumb-title h1 {
    font-size: 35px;
  }
}
.menu-item-bg {
  background-image: url(../img/menu/menu-item-bg.jpg);
}

.menu-bg-2 {
  background-image: url(../img/menu/menu-item-bg-2.jpg);
}

.menu-bg-3 {
  background-image: url(../img/menu/menu-item-bg-3.jpg);
}

.menu-bg-4 {
  background-image: url(../img/menu/menu-item-bg-4.jpg);
}

.menu-bg-5 {
  background-image: url(../img/menu/menu-item-bg-5.jpg);
}

.menu-bg-6 {
  background-image: url(../img/menu/menu-item-bg-6.jpg);
}

.menu-area {
  border-top: 1px solid #eee;
}

.menu-item-bg {
  background-color: #ddd;
  background-position: center;
  background-size: cover;
  height: 400px;
}

.single-menu-item {
  border: 1px solid #eee;
  padding: 25px;
  margin-top: 50px;
}

.single-menu-item:hover {
  box-shadow: 0 3px 9px -2px #d0cece;
}

.single-menu-item h6 {
  margin: 25px 0;
  font-size: 20px;
}

.single-menu-item p {
  font-size: 16px;
  margin-bottom: 40px;
}

p.price-tag {
  display: inline;
}

p.price-tag b {
  font-size: 32px;
  color: #444;
  margin-right: 10px;
}

.order-btn {
  display: inline-block;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 2px solid;
  padding: 8px 10px;
  float: right;
}

.order-btn:hover {
  color: #ff6900;
}

a.order-btn i {
  font-size: 15px;
  margin: 0 3px;
}

.order-btn i:hover {
  padding: 1px;
  transition: ease 300ms;
}

.contact-page iframe {
  width: 100%;
  height: 400px;
}

.contact-wrap {
  background: #194641;
  padding: 40px;
}

.contact-headline h3 {
  color: #fff;
  font-size: 27px;
  line-height: 40px;
}

.contact-single-info i {
  color: #fff;
  font-size: 24px;
  margin: 15px 0;
}

.contact-single-info h6 {
  font-size: 20px;
  color: #fff;
}

.contact-single-info p {
  color: #fff;
  font-size: 15px;
  margin: 5px 0;
}

.contact-single-info {
  margin-top: 20px;
}

/*








 */
