/*
Theme Name: nbs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nbs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

nbs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/* Default Light Mode */
:root {
    --background-color: #fff;
  --background-color-two: #f4f4f4;
--background-color-three: #f4f4f4;
--background-color-four: #8c7a69;
    --text-color: #000;
	--heading-color: #30302a;
    --header-background: #fff;
    --header-text-color: #000;
    --link-color: #A38C40;
    --hover-link-color: #8C7A69;
    --button-background: #8C7A69;
    --button-text-color: #fff;
    --scrollbar-thumb-color: #FFF;
	--text-gray:#5c5c5c;
	--header-nav-color:#121212;
	--yellow-about-bg:#e9e8e0;
	--abt-inspire:#f4f4f4;	
	--primary-color-brown: #8C7A69;
	--header-nav-link-a:#1f0000;
	--link-color-switcher:#836f5b;
	--background-blog : #e9e8e0;
   --color-gray-light-1: #f1f1f1;
}

/* Dark Mode */
[data-theme="dark"] {
    --background-color: #121212;
/* --background-color: #080808; */
   --background-color-two: #121212;
   --background-color-three: #1a1212;
--background-color-four: #1a1212;
	--heading-color:#f6f6f6;
    --text-color: #e0e0e0;
    --header-background: #1a1a1a;
    --header-text-color: #e0e0e0;
    --link-color: #8C7A69;
    --hover-link-color: #bb86fc;
    --button-background: #bb86fc;
    --button-text-color: #121212;
    --scrollbar-thumb-color: #333;
	--text-gray:#c9c9c9;
	--header-nav-color: #f6f6f6;
--yellow-about-bg:#1a1212;
--abt-inspire:#121212;	
--primary-color-brown: #A38C40;
--header-nav-link-a:#bbbbbb;
	--link-color-switcher:#8C7A69;
	--background-blog : #1a1212;
    --color-gray-light-1: #cacaca;
}

/* Styling for the toggle switcher */
.theme-switch-wrapper {
  position: relative;
/*   top: 15px; */
/*   right: 20px; */
  display: flex;
  align-items: center;
}

.theme-toggle {
  opacity: 0;
  position: absolute;
}

.theme-toggle-label {
  width: 60px;
  height: 30px;
  background-color: var(--link-color-switcher);
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.theme-toggle-label .icon {
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  transition: opacity 0.3s ease;
}

.theme-toggle-label .sun {
  background-image: url('<?= get_template_directory_uri(); ?>/images/sun.svg'); /* Add the path to your sun icon */
}

.theme-toggle-label .moon {
  background-image: url('<?= get_template_directory_uri(); ?>/images/moon.svg'); /* Add the path to your moon icon */
  opacity: 0;
  transform: translateX(-25px);
}

.theme-toggle:checked + .theme-toggle-label {
/*   background-color: #333; */
  background-color: var(--link-color-switcher);
}

.theme-toggle:checked + .theme-toggle-label .sun {
  opacity: 0;
  transform: translateX(25px);
}

.theme-toggle:checked + .theme-toggle-label .moon {
  opacity: 1;
  transform: translateX(0);
}

.theme-toggle-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.5s ease;
  transform: translateY(-50%);
}

.theme-toggle:checked + .theme-toggle-label::after {
  transform: translateY(-50%) translateX(30px);
}


body {
    background-color: var(--background-color);
    color: var(--text-color);
}

header {
    background-color: var(--header-background);
    color: var(--header-text-color);
}

a {
    color: var(--link-color);
}

a:hover {
    color: var(--hover-link-color);
}
p{
	color: var(--text-gray);
}
.para{
	color: var(--text-gray);
}
.color-gray-light{
	color: var(--color-gray-light-1);
}

button {
    background-color: var(--button-background);
    color: var(--button-text-color);
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollbar-thumb-color);
}

.stay-tabs-main{
background: var(--background-color-two);  
clip-path: polygon(0 50px,100% 0,100% 100%,0 100%);
margin-top: -40px;
}


@font-face {
  font-family: Faro-BoldLucky;
  src: url(./fonts/Faro-BoldLucky.BSBTT9gv.eot);
  src: url(./fonts/Faro-BoldLucky.BSBTT9gvd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-BoldLucky.8C_CNKi3.woff) format("woff"),
    url(./fonts/Faro-BoldLucky.CfMxBRVi.ttf) format("truetype");
}
@font-face {
  font-family: Faro-BoldSad;
  src: url(./fonts/Faro-BoldSad.xuuJ6Ed9.eot);
  src: url(./fonts/Faro-BoldSad.xuuJ6Ed9d41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-BoldSad.C9cKtDz4.woff) format("woff"),
    url(./fonts/Faro-BoldSad.DHjccXJ5.ttf) format("truetype");
}
@font-face {
  font-family: Faro-DisplayLucky;
  src: url(./fonts/Faro-DisplayLucky.CsqkBP3a.eot);
  src: url(./fonts/Faro-DisplayLucky.CsqkBP3ad41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-DisplayLucky.BVggPwmN.woff) format("woff"),
    url(./fonts/Faro-DisplayLucky.CPwb4WFp.ttf) format("truetype");
}
@font-face {
  font-family: Faro-DisplaySad;
  src: url(./fonts/Faro-DisplaySad.Bth74jvh.eot);
  src: url(./fonts/Faro-DisplaySad.Bth74jvhd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-DisplaySad.B-emlYPM.woff) format("woff"),
    url(./fonts/Faro-DisplaySad.B__h3JtK.ttf) format("truetype");
}
@font-face {
  font-family: Faro-LightLucky;
  src: url(./fonts/Faro-LightLucky.BJgjhAPb.eot);
  src: url(./fonts/Faro-LightLucky.BJgjhAPbd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-LightLucky.C0YLs0SG.woff) format("woff"),
    url(./fonts/Faro-LightLucky.DOOHXAnV.ttf) format("truetype");
}
@font-face {
  font-family: Faro-LightSad;
  src: url(./fonts/Faro-LightSad.CrcK8RD7.eot);
  src: url(./fonts/Faro-LightSad.CrcK8RD7d41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-LightSad.AXzKR3Ny.woff) format("woff"),
    url(./fonts/Faro-LightSad.vk5froHz.ttf) format("truetype");
}
@font-face {
  font-family: Faro-RegularLucky;
  src: url(./fonts/Faro-RegularLucky.DrLIIX9C.eot);
  src: url(./fonts/Faro-RegularLucky.DrLIIX9Cd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-RegularLucky.DP0R9R2E.woff) format("woff"),
    url(./fonts/Faro-RegularLucky.DOB0bf_G.ttf) format("truetype");
}
@font-face {
  font-family: Faro-RegularSad;
  src: url(./fonts/Faro-RegularSad.Dt-yk6YZ.eot);
  src: url(./fonts/Faro-RegularSad.Dt-yk6YZd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-RegularSad.B8FO-opn.woff) format("woff"),
    url(./fonts/Faro-RegularSad.BV7kV_AG.ttf) format("truetype");
}
@font-face {
  font-family: Faro-SemiBoldLucky;
  src: url(./fonts/Faro-SemiBoldLucky.DrvZa79n.eot);
  src: url(./fonts/Faro-SemiBoldLucky.DrvZa79nd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-SemiBoldLucky.CrLyeNPs.woff) format("woff"),
    url(./fonts/Faro-SemiBoldLucky.Drh8y4w-.ttf) format("truetype");
}
@font-face {
  font-family: Faro-SemiBoldSad;
  src: url(./fonts/Faro-SemiBoldSad.CZUr712x.eot);
  src: url(./fonts/Faro-SemiBoldSad.CZUr712xd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Faro-SemiBoldSad.0Ex0FPuW.woff) format("woff"),
    url(./fonts/Faro-SemiBoldSad.CR6eQIgg.ttf) format("truetype");
}
@font-face {
  font-family: dirham;
  src: url("data:font/ttf;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAPCAMAAAAI/bVFAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAzFBMVEX///8hHhkhHhkAAAAhHhkkJCQhHhkkJBIhHhkjIxciHxghHxkzMwAhHhkiIhohHhkgHhohHRkiHBwiHhorFRUhHxoiHBchHhogHhkhHhkiHRkAAAAgHhohHhkhHhkjHhohHhohHhkiHRohHhkhHhkiHxkhHhogHRgjHxciHRghHRkgHRkhHhohHhkfHxchHBwmGhokGxsiHhogIBggICAgHBgfHxkiHhghHhkgHRohHhgcHBwhHhghHhkhHhkgHRkiHhsrKyshHhn////CxIBbAAAAQnRSTlMA9f4B7gfnDt8WSrcF1x7YdtAlPAzILbNnwjQDbqS6O027Wem4r/CdQml6R/rWIS4UHEQgED9RiP1QVAmx99NoQwaRGwOAAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAAd0SU1FB+YKCwYYG52L4JgAAACCSURBVAjXTc1XEoIADATQFVAs2CvYEAs27L2he/9DieAMyde+2WSChKIiHo1JoRR1oTQzUcjmDCDPQgijyBJQZiXqqopWQ52N/02TLZi0frENdNhFj3174OjD0XhCN+inM84XS5LeCmt7s93tcTierGD7fLmK797tLvR4voT89yfGF5eEDXYlq7xZAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTEwLTExVDA2OjI0OjE4KzAwOjAwYEJGeQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0xMC0xMVQwNjoyNDoxOCswMDowMBEf/sUAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjItMTAtMTFUMDY6MjQ6MjcrMDA6MDA+zagQAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");
}
@font-face {
  font-family: ACaslonPro-Semibold;
  src: url(./fonts/ACaslonPro-Semibold.CRjwx9y_.eot);
  src: url(./fonts/ACaslonPro-Semibold.CRjwx9y_d41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/ACaslonPro-Semibold.AVV-nhE3.woff) format("woff"),
    url(./fonts/ACaslonPro-Semibold.CwvRkJmY.ttf) format("truetype");
}
@font-face {
  font-family: ACaslonPro-Regular;
  src: url(./fonts/ACaslonPro-Regular.D1AdqPDW.eot);
  src: url(./fonts/ACaslonPro-Regular.D1AdqPDWd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/ACaslonPro-Regular.BjIifvQE.woff) format("woff"),
    url(./fonts/ACaslonPro-Regular.DFlqP4bB.ttf) format("truetype");
}
@font-face {
  font-family: Americana-Std-Roman;
  src: url(./fonts/Americana-Std-Roman.DkXaaxsH.eot);
  src: url(./fonts/Americana-Std-Roman.DkXaaxsHd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Americana-Std-Roman.BMcF7TqG.woff) format("woff"),
    url(./fonts/Americana-Std-Roman.D8L8P54M.ttf) format("truetype");
}
@font-face {
  font-family: Americana-Std-Bold;
  src: url(./fonts/Americana-Std-Bold.BFQLJCjI.eot);
  src: url(./fonts/Americana-Std-Bold.BFQLJCjId41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Americana-Std-Bold.ot6ZQbAs.woff) format("woff"),
    url(./fonts/Americana-Std-Bold.BNton3D_.ttf) format("truetype");
}
@font-face {
  font-family: Americana-Std-Extra-Bold;
  src: url(./fonts/Americana-Std-Extra-Bold.B5sjE9ky.eot);
  src: url(./fonts/Americana-Std-Extra-Bold.B5sjE9kyd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/Americana-Std-Extra-Bold.D_W0_fPx.woff) format("woff"),
    url(./fonts/Americana-Std-Extra-Bold.BCIjZEyn.ttf) format("truetype");
}
@font-face {
  font-family: RupeeForadian;
  src: url(./fonts/RupeeForadian.B9jU_VrQ.eot);
  src: url(./fonts/RupeeForadian.B9jU_VrQd41d.eot?#iefix)
      format("embedded-opentype"),
    url(./fonts/RupeeForadian.Doy_g76H.woff) format("woff"),
    url(./fonts/RupeeForadian.Dce9k-o-.ttf) format("truetype");
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
  padding: 0;
  margin: 0;
  text-shadow: none;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  list-style: none;
}
b,
strong {
  font-weight: bold;
  font-style: normal;
}
body {
  font-size: 1rem;
  line-height: 28px;
  line-height: inherit;
/*   font-family: "Faro-RegularLucky", sans-serif; */
	 font-family: Urbanist;
  font-weight: normal;
  font-style: normal;
/*   color: #212529; */
	color: var(--link-color);
  overflow-x: clip;
}
p {
  margin-bottom: 15px;
  line-height: 28px;
}
p:last-child {
  margin: 0;
}
a {
  color: var(--link-color);
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
a:hover,
a:focus,
a:active {
  color: var(--primary-color-brown);
}
header {
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
/*   background: #fff; */
/* background: var(--background-color-four); */
  border-bottom: 1px solid #353535;
  z-index: 99;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.home header {
  background: transparent;
  border-bottom-color: transparent;
}
.home header.sticky {
  border-bottom-color: #f1f1f1;
}
header .logo-main img {
  height: 120px;
}
.h-right {
  gap: 15px;
}
.h-right ul {
  display: flex;
  align-items: center;
  gap: 0;
}
.h-right ul li {
  position: relative;
}
.home .h-right ul li,
.home .h-right ul li a {
/*   color: #3d3d3d; */
}
.h-right ul li,
.h-right ul li a {
/*   color: #000; */
color:var(--header-nav-link-a);
  font-size: 0.875rem;
  line-height: 14px;
  padding: 5px;
  text-decoration: none;
}
.h-right ul li .badge {
  background: #8C7A69;
  border: 1px solid #fff;
  border-radius: 20px;
  color: #fff;
  left: 5px;
  font-size: 0.625rem;
  /*     top: -10px; */
  padding: 4px 8px;
  position: relative;
}
.home .toggle-btn {
  background: #e1e1e1;
}
.home .toggle-btn span {
  background: #8C7A69;
}
.home-client{
	border-top: 1px solid #353535;	
}
.toggle-btn {
  display: flex;
/*   background: #1a1212; */
/* background:var(--primary-color-brown); */
	background:var(--link-color-switcher);
  background-size: 35px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  flex-direction: column;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
.toggle-btn span {
  border-radius: 5px;
  display: block;
  height: 2px;
  margin: 3px auto;
  transition: all 0.4s ease;
  width: 18px;
  background: #fff;
}
.home-banner {
  height: 100vh;
  min-height: 650px;
  background: #000;
}
.hb-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.95;
  position: absolute;
  width: 100%;
}
.hb-desc {
  color: #220202 !important;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 721px;
  z-index: 1;
}
.hb-desc h1 {
  font-family: Americana-Std-Roman;
  /*     font-size: 4.375rem; */
  font-size: 3.375rem;
  line-height: normal;
  margin-bottom: 24px;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1);
}

.hb-desc h4 {
	  color: #220202 !important;
}
.hb-desc p {
  margin: 0;
/*   color: #fff; */
	  color: #220202 !important;
/*   text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1),
    0px 18px 23px rgba(0, 0, 0, 0.1); */
}
.home-banner .refine {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background: rgba(0, 0, 0, 0.4);
  border-radius: 32px;
  bottom: 6%;
  left: 50%;
  padding: 12px 20px;
  position: absolute;
  transform: translate(-50%);
  width: 999px;
  z-index: 9;
}
.home-banner .refine .search-bx:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat -33px -1px;
}
.home-banner .refine .search-bx input {
  color: #fff;
  padding: 5px 25px 5px 0;
  box-shadow: none;
  outline: none;
}
.home-banner .refine .search-bx input::-moz-placeholder {
  color: #fff;
}
.home-banner .refine .search-bx input::placeholder {
  color: #fff;
}
.home-banner .refine .search-bx.active .clear-field {
  display: inline-block;
  top: 14px;
}
.home-banner .refine .date-bx {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.home-banner .refine .date-bx .dateInput:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat -50px -1px;
}
.home-banner .refine .date-bx .dateInput input {
  color: #fff;
}
.home-banner .refine .date-bx .dateInput input::-moz-placeholder {
  color: #fff;
}
.home-banner .refine .date-bx .dateInput input::placeholder {
  color: #fff;
}
.home-banner .refine .date-bx .dateBtn {
  background: url(./images/white-down-arrow.svg) 50% no-repeat,
    hsla(0, 0%, 100%, 0.2);
}
.home-banner .refine .guest-bx .guest-no .g-type span {
  color: #fff;
}
.home-banner .refine .guest-bx .guest-no .g-type span:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat -17px 0;
}
.home-banner .refine .amt-bx .valBtn {
  background: hsla(0, 0%, 100%, 0.2);
}
.home-banner .refine .amt-bx .minus-val,
.home-banner .refine .amt-bx .mn-val,
.home-banner .refine .amt-bx .plus-val {
  color: #fff;
}
.home-banner .refine .src-btn .fill-btn {
  background: #fff;
  border-radius: 32px;
  height: 32px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 32px;
  display: block;
  cursor: pointer;
}
.home-banner .refine .src-btn .fill-btn:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) -116px -2px no-repeat;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}
.home-banner .refine .src-btn .fill-btn:hover {
  color: #fff;
}
.home-banner .searchContainer {
  background: #fff;
  border-radius: 27px;
  max-width: 550px;
  padding: 56px;
  transform: translateY(100px);
}
.home-banner .searchContainer .textContainer {
  margin-bottom: 32px;
}
.home-banner .searchContainer .titleText {
  color: #1a1212;
  font-family: Americana-Std-Extra-Bold;
  font-size: 2.625rem;
  line-height: 50px;
  margin-bottom: 8px;
}
.home-banner .searchContainer .text {
  color: #5d5b55;
}
.home-banner .searchContainer .formBox .formGroup {
  align-items: center;
  background: #e9e9e9;
  border-radius: 32px;
  display: flex;
  height: 48px;
  margin-bottom: 16px;
}
.home-banner .searchContainer .formBox .formGroup:last-child {
  margin-bottom: 0;
}
.home-banner .searchContainer .formBox .formGroup .searchInputBox {
  margin: 0;
  padding-left: 44px;
  position: relative;
  width: 100%;
}
.home-banner .searchContainer .formBox .formGroup .searchInputBox:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat;
  content: "";
  height: 16px;
  left: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox.location:before {
  background-position: -16px -103px;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox.location
  .clear-field {
  background-position: -155px -2px;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox.location
  .searchListWrapper {
  border: 1px solid #f1f0f0;
  border-radius: 6px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.122);
  margin: 0;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox.location
  .searchListWrapper
  .searchList {
  background: #fff;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox.location
  .searchListWrapper
  .searchList
  ul
  li {
  border-bottom: 1px solid #f1f0f0;
  padding: 13px 12px;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox.location
  .searchListWrapper
  .searchList
  ul
  li:last-child {
  border: none;
}
.home-banner .searchContainer .formBox .formGroup .searchInputBox.date:before {
  background-position: -33px -103px;
}
.home-banner .searchContainer .formBox .formGroup .searchInputBox.guest:before {
  background-position: 1px -102px;
}
.home-banner .searchContainer .formBox .formGroup .searchInputBox .searchInput {
  background: none;
  border: none;
  border-radius: 0;
  color: #1a1212;
  display: block;
  padding-right: 20px;
  width: 100%;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox
  .searchInput::-moz-placeholder {
  color: #1a1212;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox
  .searchInput::placeholder {
  color: #1a1212;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox
  .guest-bx
  .guest-no {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox
  .guest-bx
  .guest-no
  .g-type
  span {
  font-size: 1rem;
}
.home-banner
  .searchContainer
  .formBox
  .formGroup
  .searchInputBox
  .guest-bx
  input {
  color: #1a1212;
}
.home-banner .searchContainer .formBox .formBtnGroup {
  margin-top: 32px;
}
.home-banner .searchContainer .formBox .formBtnGroup .formBtn {
  align-items: center;
  background: #8C7A69;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: flex;
  display: block;
  font-family: Faro-BoldLucky;
  height: 48px;
  justify-content: center;
  width: 100%;
}
.refine {
  align-items: center;
  border-radius: 32px;
  display: flex;
  padding: 12px 20px;
  position: relative;
}

@media only screen and (min-width: 62rem) {
  .refine {
    flex-grow: 4;
  }
}

.refine .src-btn {
  height: 32px;
}

.refine .src-btn .fill-btn {
  background: #fff;
  border-radius: 32px;
  height: 32px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 32px;
}

.refine .src-btn .fill-btn:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) -116px -2px no-repeat;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}

.refine .src-btn .fill-btn:hover {
  color: #fff;
}

.refine .guest-no .g-type span {
  font-size: 1rem;
  padding-left: 30px;
  position: relative;
}

.refine .guest-no .g-type span:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat 0 -102px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 14px;
}

.refine .amt-bx .valBtn {
  background: rgba(48, 48, 42, 0.1);
  border-radius: 50px;
  height: 32px;
  padding: 0;
  width: 32px;
}

.refine .amt-bx .minus-val {
  color: #1a1212;
}

.refine .amt-bx .mn-val {
  color: #1a1212;
  text-align: center;
  width: 36px;
  padding: 9px 5px;
  border: 0;
  outline: none;
  box-shadow: none;
}

.refine .amt-bx .plus-val {
  color: #1a1212;
}

.refine.whiteVersion {
  z-index: 9;
}

.refine.whiteVersion .search-bx:before {
  background-position: -33px -1px;
}

.refine.whiteVersion .search-bx input {
  color: #fff;
}

.refine.whiteVersion .search-bx input::-moz-placeholder {
  color: #fff;
}

.refine.whiteVersion .search-bx input::placeholder {
  color: #fff;
}

.refine.whiteVersion .date-bx {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.refine.whiteVersion .date-bx .dateInput:before {
  background-position: -50px -1px;
}

.refine.whiteVersion .date-bx .dateInput input {
  color: #fff;
}

.refine.whiteVersion .date-bx .dateInput input::-moz-placeholder {
  color: #fff;
}

.refine.whiteVersion .date-bx .dateInput input::placeholder {
  color: #fff;
}

.refine.whiteVersion .date-bx .dateBtn {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' d='m9.002 1-4 4-4-4'/%3E%3C/svg%3E")
      50% no-repeat,
    hsla(0, 0%, 100%, 0.2);
}

.refine.whiteVersion .guest-bx .guest-no .g-type span {
  color: #fff;
}

.refine.whiteVersion .guest-bx .guest-no .g-type span:before {
  background-position: -17px 0;
}

.refine.whiteVersion .amt-bx .valBtn {
  background: hsla(0, 0%, 100%, 0.2);
}

.refine.whiteVersion .amt-bx .minus-val,
.refine.whiteVersion .amt-bx .mn-val,
.refine.whiteVersion .amt-bx .plus-val {
  color: #fff;
}

.refine.whiteVersion .src-btn .fill-btn {
  background: #fff;
  border-radius: 32px;
  display: block;
  height: 32px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 32px;
}

.refine.whiteVersion .src-btn .fill-btn:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) -116px -2px no-repeat;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}

.refine.whiteVersion .src-btn .fill-btn:hover {
  color: #fff;
}

.refine2 {
  align-items: center;
  display: flex;
  position: relative;
}

.refine2 .search-bx {
  margin: 0 20px 0 50px;
}

@media only screen and (min-width: 75rem) {
  .refine2 {
    width: 370px;
  }
}

.search-bx {
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  flex: 1;
  margin-right: 20px;
  padding: 0 20px 0 25px;
  position: relative;
  transition: 0.5s;
}

.search-bx:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat -16px -103px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 15px;
}

.search-bx input {
  background: none;
  background-size: 13px;
  border: none;
  border-radius: 40px;
  color: rgba(33, 30, 25, 0.8);
  font-size: 1rem;
  padding: 5px 5px 5px 0;
  position: relative;
  width: 100%;
}

.search-bx input::-moz-placeholder {
  color: rgba(33, 30, 25, 0.8);
}

.search-bx input::placeholder {
  color: rgba(33, 30, 25, 0.8);
}

.search-bx input:focus ~ .searchListWrapper {
  opacity: 1;
  top: 48px;
  visibility: visible;
}

.search-bx input:focus ~ .clear-field {
  display: inline-block;
}

.search-bx ::-moz-placeholder {
  color: #828282;
}

.search-bx ::placeholder {
  color: #828282;
}

.search-bx .searchListWrapper {
  color: #1a1212;
  left: 0;
  margin: 0 -12px;
  opacity: 0;
  position: absolute;
  top: 60px;
  transition: 0.3s;
  visibility: hidden;
  width: calc(100% + 24px);
  z-index: 7;
}

.search-bx .searchListWrapper .searchList {
  background: #e9e8e0;
  border-radius: 6px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

.search-bx .searchListWrapper .searchList ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-bx .searchListWrapper .searchList ul li {
  align-items: center;
  border-bottom: 1px solid #b6b5ad;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  padding: 18px 12px;
}

.search-bx .searchListWrapper .searchList ul li .icon {
  margin-right: 12px;
}

.search-bx .searchListWrapper .searchList ul li:last-child {
  border-bottom: none;
}

.search-bx.active .clear-field {
  display: inline-block;
}

.cnl-search {
  background: none;
  border: none;
  color: #fff;
  font-size: 12px;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 6px;
  transition: 0.5s;
  visibility: hidden;
}

.date-bx {
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  height: 32px;
  margin-right: 20px;
  padding: 0 20px 0 0;
}

.date-bx .dateInput {
  flex: 1;
  padding-left: 25px;
  position: relative;
}

.date-bx .dateInput:before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat -33px -103px;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 15px;
}

.date-bx .dateInput input {
  background: none;
  border: none;
  color: rgba(33, 30, 25, 0.8);
  cursor: pointer;
  font-size: 1rem;
  height: 32px;
  padding: 1px 5px 1px 0;
  width: 100%;
  box-shadow: none;
  outline: none;
}

.date-bx .dateInput input::-moz-placeholder {
  color: rgba(33, 30, 25, 0.8);
}

.date-bx .dateInput input::placeholder {
  color: rgba(33, 30, 25, 0.8);
}

.date-bx .dateBtn {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23211E19' stroke-linecap='round' stroke-linejoin='round' d='m9.002 1-4 4-4-4'/%3E%3C/svg%3E")
      50% no-repeat,
    rgba(48, 48, 42, 0.1);
  border: 0;
  border-radius: 50px;
  height: 32px;
  padding: 0;
  transition: 0.3s;
  width: 32px;
}

.date-bx.active .dateBtn {
  transform: rotate(180deg);
}

.date-bx ::-moz-placeholder {
  color: #fff;
}

.date-bx ::placeholder {
  color: #fff;
}

.date-bx .clear {
  align-items: center;
  background: none;
  border: 0;
  display: flex;
}

.guest-bx {
  flex: 1;
  position: relative;
  transition: 0.5s;
}

.guest-bx .dropdown-menu {
  border: none;
  border-radius: 3px;
  bottom: 0 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  top: 8px !important;
  transition: none;
}

.guest-bx .drop-box,
.guest-bx .drop-box .b-dropdown-text {
  padding: 0;
}

.guest-bx .dropdown-toggle:after {
  display: none;
}

.guest-bx .dropdown-toggle {
  background-color: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23878787' stroke-linecap='round' stroke-linejoin='round' d='m1 1 3.882 4L9 1'/%3E%3C/svg%3E")
    no-repeat 100%;
  background-size: 11px;
  border: none;
  box-shadow: none;
  color: #8C7A69;
  font-family: Faro-SemiBoldLucky;
  font-size: 0.8125rem;
  padding: 0 20px 0 0;
  text-align: left;
  width: 85px;
}

.guest-bx .show .dropdown-toggle {
  background-color: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23878787' stroke-linecap='round' stroke-linejoin='round' d='M8 5 4.118 1 0 5'/%3E%3C/svg%3E")
    no-repeat 100%;
  background-size: 11px;
  color: #8C7A69;
}

.guest-bx .g-val,
.guest-bx input {
  background: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23878787' stroke-linecap='round' stroke-linejoin='round' d='m1 1 3.882 4L9 1'/%3E%3C/svg%3E")
    no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: center;
  background-size: 11px;
  border: none;
  color: #8C7A69;
  display: block;
  font-size: 1rem;
  padding: 9px 20px 9px 5px;
  width: 100%;
}

.guest-bx.active .g-val,
.guest-bx.active > input {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23878787' stroke-linecap='round' stroke-linejoin='round' d='M8 5 4.118 1 0 5'/%3E%3C/svg%3E")
    no-repeat;
  background-position-x: calc(100% - 5px);
  background-position-y: center;
  background-size: 11px;
}

.filter-bx {
  border: 1px solid #eaeaea;
  border-radius: 40px;
  margin: 0 5px;
  padding: 4px 15px;
}

.filter-bx .flt-btn {
  align-items: center;
  background-size: 12px;
  background: none;
  border: none;
  color: #659079;
  cursor: pointer;
  display: flex;
  font-family: Faro-SemiBoldLucky;
  font-size: 0.8125rem;
  padding: 5px;
}

@media only screen and (min-width: 75rem) {
  .logo {
    flex: 0 0 140px;
    width: 140px;
  }

  .filter-bx {
    margin: 0 5px 0 45px;
  }
}

.clear-field {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat;
  background-position: -135px -2px;
  border: none;
  color: #000;
  display: none;
  height: 15px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  right: 20px;
  top: 10px;
  width: 15px;
}

.clear-field.active {
  display: inline-block;
}
.amt-bx input {
  background: none;
}
.guest-bx {
  flex: 1;
  position: relative;
  transition: 0.5s;
}
.guest-no .g-type {
  margin-right: 16px;
}
.guest-no {
  align-items: center;
  display: flex;
}
.guest-no .type-no {
  display: flex;
  flex-direction: row-reverse;
}
.amt-bx {
  display: flex;
  justify-content: space-between;
  width: 100px;
  align-items: center;
}
.icon {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat;
}
.icon.locationIcon,
.icon.usersIcon {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.icon.locationIcon {
  background-position: -58px -20px;
}
header.sticky {
/*   background: #fff; */
  background: var(--background-color-three);
  padding: 5px 0;
}
header.sticky .h-right ul li,
header.sticky .h-right ul li a {
/*   color: var(--header-nav-color);  */
	color: var(--header-nav-link-a);
}
header.sticky .toggle-btn {
/*   background: #1a1212; */
	background:var(--link-color-switcher);
}
header.sticky .toggle-btn span {
  background: #fff;
}
header.sticky .h-right ul li .badge {
  border-color: #000;
}
.ptb-70 {
  padding: 70px 0;
}
.home-discover .headBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  max-width: 100%;
}
.home-discover .headBox .title {
  flex: 0 0 753px;
}
.home-discover .headBox .title h2 {
  color: var(--heading-color);
  font-family: Americana-Std-Extra-Bold;
  font-size: 3.25rem;
  line-height: 62px;
  margin-bottom: 0;
}
.home-discover .headBox .title h2 i {
  color: #8C7A69;
  font-family: Americana-Std-Extra-Bold;
  font-size: 3.25rem;
  line-height: 62px;
}
.discover-navigation button {
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  height: 30px;
  padding: 0;
  text-align: center;
  width: 30px;
}
.discover-navigation button span {
  display: block;
  height: 30px;
  width: 30px;
}
.discover-navigation .slide-prev {
  margin-right: 12px;
}
.discover-navigation .slide-prev span {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) -35px -40px no-repeat;
}
.discover-navigation .slide-next span {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) 0 -40px no-repeat;
}
.discover-box a {
  display: block;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
.discover-box img {
  width: 100%;
  border-radius: 15px;
}
.discover-box .location {
  align-items: center;
  background: linear-gradient(180deg, transparent, #000);
  bottom: 0;
  display: flex;
  height: 30%;
  justify-content: center;
  position: absolute;
  width: 100%;
  border-radius: 0 0 15px 15px;
}
.discover-box .location p {
  color: #fff;
  font-family: Americana-Std-Extra-Bold;
  font-size: 1.375rem;
  line-height: normal;
  margin-bottom: 0;
}
.ptb-100 {
  padding: 100px 0;
}
.ptb-150 {
  padding: 150px 0;
}
.title h2 {
  color: var(--heading-color);
  font-family: Americana-Std-Extra-Bold;
  font-size: 3.25rem;
  line-height: 62px;
  margin-bottom: 0;
}
.btn-primary {
  border: 1px solid #1a1212;
  border-radius: 32px;
  color: #1a1212;
  font-family: Faro-BoldLucky;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 18px 40px;
  text-decoration: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #1a1212;
  border-color: #1a1212;
  color: #fff;
}
.title-main {
  margin-bottom: 50px;
}
.img-swiper .swiper-slide img {
  width: 100%;
  border-radius: 15px;
}
.img-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.img-swiper .swiper-button-next,
.img-swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.img-swiper .swiper-button-next:after,
.img-swiper .swiper-button-prev:after {
  display: none;
}
.img-swiper .swiper-pagination-bullet {
  background: #c1c1c1;
  opacity: 0.9;
}
.img-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  width: 15px;
  border-radius: 5px;
  opacity: 1;
}
.box-img-slider .like-btn {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  box-shadow: none;
  outline: none;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
}
.box-img-slider .like-btn img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.box-img-slider {
  margin-bottom: 15px;
}
.box-img-desc h3,
.box-img-desc h3 a {
  color: #1a1212;
  font-family: Faro-SemiBoldLucky;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 10px;
  max-height: 47px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.box-img-desc .card-dtls {
  align-items: center;
  color: #5d5b55;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 14px;
  margin-bottom: 14px;
}
.box-img-desc .card-dtls .listing {
  align-items: center;
  border-right: 1px solid rgba(33, 30, 25, 0.2);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-right: 8px;
  padding-right: 8px;
}
.box-img-desc .card-dtls .listing:last-child {
  border: 0;
}
.box-img-desc .icon.locationIcon,
.box-img-desc .icon.usersIcon {
  display: inline-block;
  height: 14px;
  width: 14px;
}
.box-img-desc .card-dtls .listing .icon {
  margin-right: 6px;
}
.icon.locationIcon {
  background-position: -58px -20px;
}
.icon.usersIcon {
  background-position: -39px -20px;
}
.box-img-desc .card-dtls .listing label {
  font-weight: 400;
  margin-bottom: 0;
}
.box-img-desc .card-sub-dtls,
.box-img-desc .card-sub-dtls label {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.box-img-desc .card-sub-dtls label {
  color: #1a1212;
  font-family: Faro-BoldLucky;
  font-size: 0.875rem;
  line-height: normal;
  margin: 0;
}
.box-img-desc .card-sub-dtls label .dirhamIcon {
  background-size: 9px;
  height: 10px;
  margin-left: 2px;
  width: 10px;
}
.dirhamIcon {
  background: url(./images/dirham.svg) no-repeat;
  background-position: 0 0;
  display: inline-block;
  height: 15px;
  width: 13px;
}
.box-img-desc .card-sub-dtls span {
  color: #5d5b55;
  display: inline-block;
  font-size: 0.75rem;
  margin-right: 10px;
}
.box-img-desc .card-sub-dtls .icon {
  position: relative;
}
.icon.infoIcon {
  background-position: -97px -150px;
  display: inline-block;
  height: 10px;
  width: 11px;
}
.box-img-desc .card-sub-dtls .icon .infoTooltip {
  background: #1a1212;
  border-radius: 6px;
  bottom: 15px;
  color: #fff;
  font-family: Faro-SemiBoldLucky;
  font-size: 0.75rem;
  left: 0;
  line-height: 16px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  width: 200px;
}
.box-img-desc .card-sub-dtls .icon:hover .infoTooltip {
  opacity: 1;
  visibility: visible;
}
.pro-slider-main .row {
  row-gap: 30px;
}
.hc-cta {
  margin-top: 90px;
  background: #8C7A69;
  border-radius: 15px;
  padding: 65px 40px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.hc-cta p {
  color: #e9e8e0;
  font-family: Americana-Std-Bold;
  font-size: 1.5625rem;
  line-height: 31px;
  margin-bottom: 0;
  flex: 0 0 650px;
}
.btn-white {
  border: 1px solid #fff;
  border-radius: 32px;
  color: #fff;
  display: inline-block;
  font-family: Faro-BoldLucky;
  font-size: 0.875rem;
  line-height: 14px;
  padding: 18px 32px;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #fff;
  color: #000;
}
.hc-bg-main {
  border-radius: 15px;
  padding: 60px 50px;
/*   background: #1a1212; */
/* 	  background: #8C7A69; */
	background:var(--background-color-four);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	
}
.hc-img img {
  width: 100%;
  border-radius: 11px;
}
.hc-img .mark {
  align-items: center;
  background: #807264;
  border-radius: 23px;
  bottom: -23px;
  display: flex;
  left: 50%;
  padding: 11px 22px;
  position: absolute;
  transform: translate(-50%);
  z-index: 1;
}
.hc-img .mark img {
  margin-right: 8px;
  width: 15px;
}
.hc-img .mark span {
  color: #fff;
  display: block;
  font-size: 0.6875rem;
  white-space: nowrap;
}
.hc-bg-desc h3 {
  color: hsla(0, 0%, 100%, 0.8);
  font-family: Americana-Std-Roman;
  font-size: 3.1875rem;
  line-height: 61px;
  margin-bottom: 13px;
}
.hc-bg-desc p {
  color: #fffc;
  font-size: 0.9rem;
  line-height: 25px;
  margin-bottom: 24px;
}
.hc-bg-desc .hc-img.d-flex {
  gap: 22px;
}
.hc-bg-main .col-lg-5 {
  width: 43.5%;
}
.hc-bg-main .col-lg-7 {
  width: 56.5%;
}
.hc-bg-desc {
  padding-left: 20px;
}
.mt-100 {
  margin-top: 100px;
}
.hcbg-box {
  max-width: 82%;
}
.hcbg-box img {
  max-width: 24px;
  margin-bottom: 14px;
}
.hcbg-box h4 {
/*   font-family: Faro-SemiBoldLucky; */
	  font-family: Urbanist;
	font-weight:bold;
	font-size: 1.125rem;
  line-height: 18px;
  margin-bottom: 14px;
  color: #fff;
}
.hcbg-box p {
  font-size: 0.875rem;
  line-height: 22px;
  margin-bottom: 0;
  color: #fffc;
}
.video-box img {
  width: 100%;
}
.video-desc {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
}
.video-desc h2 {
  color: hsla(0, 0%, 100%, 0.6);
  font-family: Americana-Std-Extra-Bold;
  font-size: 4.375rem;
  line-height: 84px;
  text-align: center;
}
.video-desc .videoLink {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-desc .videoLink {
  width: 102px;
}
.hstand-bg {
  background: hsla(0, 0%, 96%, 0.4);
  border: 1px solid hsla(0, 0%, 87%, 0.4);
  border-radius: 25px;
  margin: 0 auto;
  max-width: 1050px;
  padding: 50px 24px 60px;
}
.hstand-bg h4 {
  color: #1a1212;
  font-family: Americana-Std-Extra-Bold;
  font-size: 1.375rem;
  line-height: 28px;
  margin-bottom: 40px;
}
.hstand-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.hstand-list .item img {
  height: 32px;
  margin: 0 auto 16px;
  width: 32px;
}
.hstand-list .item p {
  color: #484848;
  font-size: 0.875rem;
  line-height: 22px;
  text-align: center;
}
.hstand-list .item {
  flex: 0 0 96px;
}
.stay-tabs-desc {
  display: none;
}
.stay-tabs-links {
/*   background: #fff; */
background: var(--background-color-three);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 105px;
/*   padding: 8px; */
  padding: 15px;
  width: max-content;
  margin: 0 auto;
}
.stay-tabs-links a {
  border-radius: 32px;
  cursor: pointer;
  flex: 0 0 50%;
  font-size: 0.875rem;
  max-width: 50%;
  min-width: 230px;
  padding: 15px 30px;
  text-align: center;
  background: #fff;
  color: #212529;
	font-weight:bold;
	margin:5px;
}
.stay-tabs-links a.active {
  background: #8C7A69;
  color: #fff;
/*   font-family: Faro-SemiBoldLucky; */
	  font-family: Urbanist;
	font-weight:bold;
}
.stay-tabs-desc-main {
  margin-top: 40px;
}
.std-box img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.std-box a {
  width: 100%;
  display: block;
}
.std-desc {
/*   background: #fff; */
background: var(--background-color-three);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  padding: 30px 24px;
}
.std-desc p {
  color: var(--text-gray);
  font-size: 0.93rem;
  line-height: 24px;
  margin-bottom: 16px;
}
.std-desc .btn {
  border: 0;
  outline: none;
  border-radius: 30px;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
  height: 28px;
  padding: 0;
  width: 28px;
  margin-left: auto;
  display: block;
}
.std-desc .btn .icon {
  height: 8px;
  width: 8px;
  display: block;
  margin: 0 auto;
}
.std-desc .btn .icon.rightArrowIcon {
  background-position: -118px -107px;
}
.home-spaces {
  padding: 140px 0 0;
}
.hs-desc {
  max-width: 1129px;
  margin: 0 auto;
}
.hs-desc h2 {
  font-family: Americana-Std-Extra-Bold;
  font-size: 3.625rem;
  line-height: 70px;
  color: #e9e8e0;
  margin-bottom: 10px;
}
.hs-desc p {
  color: #e9e8e0;
  font-size: 1.375rem;
  line-height: 35px;
  margin: 0 auto 30px;
  padding: 0 20px;
}
.btn-space {
  border-radius: 32px;
  display: block;
  font-family: Faro-SemiBoldLucky;
  font-size: 0.875rem;
  line-height: 14px;
  margin: 0 auto;
  max-width: 160px;
  padding: 18px 40px;
  text-decoration: none;
  background: rgba(176, 137, 99, 0.6);
  border: 1px solid #e9e8e0;
  color: #e9e8e0;
  box-shadow: none;
  outline: none;
}
.btn-space:hover,
.btn-space:focus,
.btn-space:active {
  background: rgba(176, 137, 99, 1);
  border-color: #fff;
  color: #fff;
}
.hs-bottom-main {
  padding: 140px 0 70px;
}
.hs-bottom-main::after,
.hs-bottom-main::before {
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 1px;
  background: #e9e8e0;
}
.hs-bottom-main::before {
  height: 140px;
  top: 0;
}
.hs-bottom-main::after {
  bottom: 0;
  height: 70px;
}
.hs-bottom-box {
  border-radius: 8px;
  height: 100%;
  padding: 35px 12px 28px;
  text-align: center;
  background: hsla(53, 17%, 90%, 0.15);
}
.hs-bottom-box img {
  margin-bottom: 22px;
}
.hs-bottom-box p {
  font-family: Americana-Std-Extra-Bold;
  font-size: 1.25rem;
  line-height: 32px;
  margin-bottom: 26px;
  min-height: 128px;
  color: #e9e8e0;
}
.hs-bottom-box .auth {
  color: #e9e8e0;
  display: block;
  margin: 0 auto;
  font-family: Americana-Std-Extra-Bold;
  font-size: 0.75rem;
  line-height: 20px;
}
.hc-grid {
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 25px;
}
.hc-grid .item {
  height: 72px;
}
.hc-grid .item img {
  max-width: 100%;
  max-height: 100%;
}
.journey-box {
/*   background: hsla(60, 7%, 61%, 0.5); */
/* 	background: #F2F1F0; */
background:var(--background-color-three);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  height: 100%;
  overflow: hidden;
}
.journey-box img {
  width: 100%;
  border-radius: 15px 15px 0 0;
}
.journey-desc {
  padding: 30px 40px;
}
.journey-desc h2 {
  font-family: Americana-Std-Extra-Bold;
  font-size: 2.625rem;
  line-height: 50px;
  margin-bottom: 10px;
  text-align: center;
color: var(--heading-color);
}
.journey-desc p {
  font-size: 0.93rem;
  line-height: 29px;
  margin-bottom: 30px;
}
.journey-desc .jou-link {
  color: #1a1212;
  display: inline-block;
/*   font-family: Faro-SemiBoldLucky; */
	  font-family: Urbanist;
  font-size: 1rem;
  line-height: 29px;
  text-decoration: underline;
}
.hiree-img a {
  display: block;
  width: 100%;
}
.hiree-img img {
  max-width: 485px;
  border-radius: 15px;
}
footer {
  background:#1a1212;
  font-size: 0.75rem;
/*  padding: 117px 0 135px;*/
 padding: 2px 0 30px;
  position: relative;
}
.ft-border {
  border: 0.1px solid rgba(176, 137, 99, 0.05);
  border-radius: 10px;
  margin: 0 auto;
  max-width: 90%; /* Adjusted for responsiveness */
  padding: 75px 8%; /* Adjusted for responsiveness */
  position: relative;
}
/*
.ft-border {
    border: 0.3px solid rgba(176, 137, 99, 0.3);
    border-radius: 200px;
    margin: 0 auto;
    max-width: 1240px;
    padding: 75px 94px 58px;
    position: relative;
} 
*/
.est-year {
  background:#1a1212;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  top: -12px;
  transform: translate(-50%);
  z-index: 1;
  display: block;
  color: #A38C40;
  font-family: Americana-Std-Extra-Bold;
  font-size: 1.25rem;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}
.link-group h4 {
  color: #A38C40;
  font-size: 0.75rem;
  line-height: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.link-group ul {
/*  display: flex;*/

}
.link-group ul li {
  opacity: 0.8;
  position: relative;
}
.link-group ul li a {
  color: #fff;
  font-size: 1rem;
  line-height: 35px;
  text-decoration: none;
  transition: 0.5s;
}
.link-group ul li::after {
  color: #fff;
/*  content: "/";*/
  font-size: 1rem;
  line-height: 35px;
  padding: 0 10px;
}
.link-group ul li:last-child:after {
  display: none;
}
.ft-links {
  margin-bottom: 50px;
}
.ft-links .link-group + .link-group {
  margin-top: 28px;
}
.social-links .links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-links .links li {
  margin-right: 15px;
}
.social-links .links li:last-child {
  margin-right: 0;
}
.social-links .links li a {
  display: block;
}
.icon.instagramIcon,
.icon.linkedinIcon {
  display: inline-block;
  height: 18px;
  width: 18px;
}
.icon.instagramIcon {
  background-position: -102px -43px;
}
.icon.facebookIcon {
  background-position: -72px -42px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.ft-logo img {
  max-width: 225px !important;
}
.ft-border .legendBottom {
  background:#1a1212;
  margin-top: 30px;
  left: 50%;
  padding: 0 10px;
  /*position: absolute;*/
  position: relative;
  transform: translate(-50%);
  z-index: 1;
}
.ft-border .legendBottom p {
  color: #A38C40;
  font-family: Americana-Std-Extra-Bold;
  font-size: 0.75rem;
  line-height: 12px;
  margin-bottom: 10px;
  opacity: 0.5;
  text-align: center;
}
.ft-border .legendBottom p:last-child {
  margin-bottom: 0;
}
.refine.innerRefine {
  padding: 10px 20px;
  background: #e9e9e9;
  flex-grow: 1;
  max-width: 970px;
}
.refine.innerRefine .search-bx input {
  background: none;
  background-size: 13px;
  border: none;
  box-shadow: none;
  outline: none;
  border-radius: 40px;
  color: rgba(33, 30, 25, 0.8);
  font-size: 1rem;
  padding: 5px 5px 5px 0;
  position: relative;
  width: 100%;
}
.innerRefine .clear-field {
  background-position: -155px -2px;
}
.innerRefine .amt-bx .mn-val {
  color: #1a1212;
  text-align: center;
  width: 36px;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 1rem;
  padding: 0 5px;
}
.innerRefine .src-btn .fill-btn {
  background: #fff;
  border-radius: 32px;
  height: 32px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 32px;
  display: block;
  border: 1px solid #fff;
}
.filter-main .filterWrapper {
  background: #fff;
  top: 79px;
  width: 100%;
  z-index: 9999;
}
.filter-main .filterBtnBox {
  flex: 0 0 116px;
  margin-left: 30px;
  max-width: 116px;
}
.filter-main .filterBtn {
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  padding: 12px 27px;
  width: 100%;
}
.filter-main .icon {
  background-position: -92px -22px;
  display: inline-block;
  height: 8px;
  width: 11px;
  margin-right: 10px;
  transform: scale(1.5);
}
.filter-main {
  margin-top: 130px;
  border-bottom: 1px solid #f1f0f0;
}
.filter-main .filterWrapper {
  background: #fff;
  width: 100%;
  display: flex;
  align-items: center;
}
.filter-main .filerListBox {
  align-items: center;
  display: flex;
  flex: 0 0 calc(100% - 146px);
  flex-wrap: wrap;
  max-width: calc(100% - 156px);
  padding: 10px 0;
}
.filter-main .filerListBox .staticItem {
  border-right: 1px solid #f1f0f0;
  flex: 0 0 100px;
  max-width: 100px;
}
.filter-main .filerListBox .itemList {
  flex: 0 0 calc(100% - 300px);
  max-width: calc(100% - 300px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.filter-main .filerListBox .item {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 7px 9px;
  gap: 10px;
  max-width: 95px;
}
.filter-main .filerListBox .item .titleText {
  color: #5d5b55;
  font-family: Faro-BoldLucky;
  font-size: 0.75rem;
  margin-bottom: 7px;
  text-align: center;
  line-height: 1.2;
  min-height: 29px;
}
.filterIcon {
  height: 32px;
  width: 32px;
}
.filerListBox .item .iconBox {
  height: 24px;
  width: 24px;
  margin: 0 auto;
}
.filerListBox .item .iconBox img {
  width: 100%;
}
.filterIcon img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(0.8) Invert(0.3);
}
.filerListBox .item.active .titleText,
.filerListBox .item:hover .titleText {
  color: #8C7A69;
}
.filerListBox .item.active .filterIcon img,
.filerListBox .item:hover .filterIcon img {
  filter: none;
}
.apart-listing .row {
  row-gap: 30px;
}
.inner-banner,
.apart-desc-title-main {
  margin-top: 130px;
}
.inner-banner img {
  width: 100%;
}
.ibb-desc {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  max-width: 698px;
}
.ibb-desc h1 {
  color: #fff;
  font-family: Americana-Std-Extra-Bold; 
  font-size: 3.125rem;
  line-height: 66px;
  margin-bottom: 24px;
}
.ibb-desc p {
  color: #fff;
/*   font-family: ACaslonPro-Semibold; */
  font-family: Urbanist;
  font-size: 1.25rem;
  line-height: 20px;
  margin-bottom: 0;
}
.ptb-120 {
  padding: 120px 0;
}
.team-main .row {
  row-gap: 32px;
}
.team-box img {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 32px;
}
.team-box h5 {
/*   font-family: ACaslonPro-Semibold; */
	font-family: Americana-Std-Extra-Bold;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 10px;
color:var(--link-color);
}
.team-box p {
  color: #5d5b55;
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 0;
color : var(--text-gray);
}
.abt-intro{
	background:var(--yellow-about-bg);
}
.abt-int-desc p {
  font-family: ACaslonPro-Semibold;
  font-size: 1.9375rem;
  line-height: 46px;
  margin-bottom: 0;
}
.abt-ins-img img {
  border-radius: 500px;
  max-width: 100%;
}
.abt-ins-img:after {
  border: 2px solid #7d7d7d;
  border-radius: 500px;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  bottom: -14px;
  right: -14px;
}
.abt-ins-desc {
  margin-left: 45px;	
	  color: var(--text-gray);
}
.abt-ins-desc h2 {
  color: #0e0e0e;
  font-family: ACaslonPro-Semibold;
  font-size: 3.125rem;
  line-height: 60px;
  margin-bottom: 30px;
}

.abt-ins-desc p {
/*   color: #1a1212; */
	  color: var(--text-gray);
  font-size: 1rem;
  line-height: 26px;
}
.abt-inspire{
background:var(--abt-inspire);
}
.abt-inspire .row {
  row-gap: 65px;
}
.abt-inspire .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.abt-inspire .row:nth-child(2n) .abt-ins-desc {
  margin-left: 0;
  margin-right: 45px;
}
.abt-experience .title-main {
  margin: 0 auto 60px;
  max-width: 584px;
}
.abt-experience .title-main h2 {
  color: #0e0e0e;
  font-family: ACaslonPro-Semibold;
  font-size: 3.125rem;
  line-height: 60px;
}
.abt-experience .col-lg-6 {
  display: inherit;
}
.abte-box {
  background: #fff;
  border: 1px solid #e9e8e0;
  padding: 40px;
  width: 100%;
}
.abte-box .icon {
  align-items: center;
  border-radius: 8px;
  display: flex;
  height: 120px;
  justify-content: center;
  margin-bottom: 40px;
  width: 120px;
  background: #e9e8e0;
}
.abte-box .icon img {
  width: 60px;
}
.abte-box h4 {
  color: #0e0e0e;
  font-family: ACaslonPro-Semibold;
  font-size: 1.75rem;
  line-height: 28px;
  margin-bottom: 14px;
}
.abte-box p {
  font-size: 1rem;
  line-height: 22px;
  margin-bottom: 0;
}
.abt-experience .row {
  row-gap: 30px;
}
.aim-box {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
}
.aim-box .aim-img {
  flex: 0 0 161px;
  height: 200px;
  max-width: 161px;
}
.aim-box .aim-img img {
  width: 100%;
  height: 100%;
}
.aim-box .aim-desc {
  flex: 1;
  padding: 0 20px;
}
.aim-box .aim-desc h6 {
  color: #793435;
  font-family: Faro-SemiBoldLucky;
  font-size: 1.25rem;
  line-height: 28px;
  margin-bottom: 5px;
}
.aim-box .aim-desc p {
  color: #4d4e4f;
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 0;
}
.apart-desc-title-main .title h1 {
  font-family: ACaslonPro-Semibold;
  font-size: 2.1875rem;
  line-height: 35px;
  margin-bottom: 12px;
}
.apart-desc-title-main .detailsList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.apart-desc-title-main .detailsList li {
  align-items: center;
  border-right: 1px solid rgba(33, 30, 25, 0.2);
  display: flex;
  flex-wrap: wrap;
  margin-right: 10px;
  padding-right: 10px;
}
.apart-desc-title-main .detailsList li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.apart-desc-title-main .detailsList li .icon {
  margin-right: 8px;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.apart-desc-title-main .detailsList li span {
  font-size: 1rem;
  line-height: 16px;
}
.apart-desc-title-main .icon.locationIcon {
  background-position: -58px -20px;
}
.apart-desc-title-main .icon.usersIcon {
  background-position: -39px -20px;
}
.apart-desc-title-main .icon.bedroomIcon {
  background-position: -141px -21px;
}
.apart-desc-title-main .title-main .btn {
  align-items: center;
  background: none;
  border: 1px solid #bfbfbf;
  border-radius: 25px;
  display: flex;
  margin-left: 10px;
  padding: 9px 14px;
}
.apart-desc-title-main .title-main .icon {
  margin-right: 5px;
  display: inline-block;
  height: 12px;
  width: 14px;
}
.icon.emptyHeartIcon {
  background-position: -123px -22px;
}
.apart-desc-title-main a {
  width: 100%;
  display: block;
}
.apart-desc-title-main a img {
  width: 100%;
  border-radius: 8px;
}
.apart-desc-title-main .grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 16px;
}
.apart-desc-title-main .grid-container a.silentbox-item {
  border-radius: 8px;
  font-size: 30px;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  text-align: center;
}
.apart-desc-title-main .grid-container a.silentbox-item:first-child {
  grid-area: 1/1 / span 2 / span 2;
}
.apart-desc-title-main .grid-container a.silentbox-item img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.apart-desc-title-main .grid-container a.silentbox-item:nth-child(2) {
  grid-area: 1/3 / span 1 / span 1;
}
.apart-desc-title-main .grid-container a.silentbox-item:nth-child(3) {
  grid-area: 1/4 / span 1 / span 1;
}
.apart-desc-title-main .grid-container a.silentbox-item:nth-child(4) {
  grid-area: 2/3 / span 1 / span 1;
}
.apart-desc-title-main .grid-container a.silentbox-item:nth-child(5) {
  grid-area: 2/4 / span 1 / span 1;
}
.apart-desc-title-main .grid-container a.silentbox-item:nth-child(n + 6) {
  display: none;
}
.apart-desc-title-main .grid-container a.silentbox-item .viewAll {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 6px;
  bottom: 20px;
  color: #1a1212;
  display: flex;
  font-family: Faro-SemiBoldLucky;
  font-size: 0.75rem;
  left: 20px;
  padding: 10px 14px;
  position: absolute;
  text-decoration: none;
  z-index: 1;
}
.icon.seeAllIcon {
  background-position: -108px -22px;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}
.apart-desc-grid {
  margin: 30px 0;
}
.ap-desc h2 {
  color: #222;
  font-family: ACaslonPro-Semibold;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 20px;
}
.ap-desc p {
  color: #222;
  font-size: 0.9375rem;
}
.ap-desc ul {
  margin-bottom: 15px;
}
.ap-desc ul li {
  position: relative;
  color: #222;
  font-size: 0.9375rem;
  padding-left: 15px;
}
.ap-desc ul li::before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.ap-desc-box-main {
  padding-top: 50px;
  border-top: 1px solid #f1f1f1;
  margin-top: 50px;
}
.ap-desc-box-main h3 {
  color: #222;
  font-family: ACaslonPro-Semibold;
  font-size: 1.5rem;
  margin-bottom: 30px;
  width: 100%;
}
.ap-desc-box-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.ap-service-box {
  background: #fcfcfc;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 20%;
  text-align: center;
  justify-content: center;
}
.ap-service-box img {
  max-width: 60px;
  margin: 0 auto 10px;
}
.ap-service-box p {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0 5px;
  text-align: center;
}
.things-desc {
  margin-top: 30px;
}
.ap-desc h4 {
  font-family: Faro-BoldLucky;
  font-size: 1rem;
  line-height: 25px;
  margin-bottom: 10px;
}
.villa-book-box {
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
  padding: 20px;
  position: relative;
  z-index: 3;
}
.villa-book-box.sticky {
  position: sticky !important;
  top: 8rem;
}
.villa-book-box .head {
  margin-bottom: 24px;
}
.villa-book-box .head .textBox .title {
  font-family: Americana-Std-Extra-Bold;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 12px;
}

.villa-book-box .head .textBox .detailsList {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 0 17px;
  padding: 0;
}

.villa-book-box .head .textBox .detailsList li {
  align-items: center;
  border-right: 1px solid rgba(33, 30, 25, 0.2);
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-right: 10px;
}

.villa-book-box .head .textBox .detailsList li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.villa-book-box .head .textBox .detailsList li .icon {
  margin-right: 8px;
}

.villa-book-box .head .textBox .detailsList li span {
  font-size: 0.75rem;
  line-height: 12px;
}

.villa-book-box .rate-box label {
  color: #1a1212;
  font-family: Faro-SemiBoldLucky;
  font-size: 1.5rem;
  line-height: 24px;
  margin: 0;
}

.villa-book-box .rate-box label .dirhamIcon {
  background-position: 0 5px;
  background-size: 15px;
  height: 22px;
  margin-left: 5px;
  width: 15px;
}

.villa-book-box .rate-box span {
  color: #5d5b55;
  font-size: 0.75rem;
}

.villa-book-box .note {
  color: #222;
  font-size: 1rem;
  margin-top: 10px;
}

.villa-book-box .content-box {
  margin-bottom: 20px;
}

.villa-book-box .content-box .listing {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}

.villa-book-box .content-box .listing:last-child {
  margin-bottom: 0;
}

.villa-book-box .content-box .val_1 {
  color: #828282;
  font-family: Faro-RegularLucky;
  font-size: 0.875rem;
  width: 90px;
}

.villa-book-box .content-box .val_2 {
  border: 0;
  color: #8C7A69;
  cursor: pointer;
  flex: 1;
  font-family: Faro-RegularLucky;
  font-size: 0.875rem;
  padding: 0 !important;
}

.villa-book-box .content-box .val_2 .input {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23783233' d='m1 1 3.882 4L9 1'/%3E%3C/svg%3E")
    no-repeat 100%;
  background-size: 12px;
  border: none;
  color: #8C7A69;
  cursor: pointer;
  font-size: 0.875rem;
  padding: 0 15px 0 0;
  width: 100%;
}

.villa-book-box .content-box .val_2 .input::-moz-placeholder {
  color: #8C7A69;
}

.villa-book-box .content-box .val_2 .input::placeholder {
  color: #8C7A69;
}

.villa-book-box .content-box .val_2 input {
  border: none !important;
  color: #8C7A69 !important;
  font-size: 0.875rem !important;
}

.villa-book-box .content-box .val_2.active .g-val,
.villa-book-box .content-box .val_2.active .input {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23783233' d='m1 5 3.882-4L9 5'/%3E%3C/svg%3E")
    no-repeat 100%;
  background-size: 12px;
}

.villa-book-box .content-box .val_2 .guest-bx .g-val {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23783233' d='m1 1 3.882 4L9 1'/%3E%3C/svg%3E")
    no-repeat 100%;
  background-size: 12px;
}

.villa-book-box .content-box .val_2 .guest-bx.active .g-val {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23783233' d='m1 5 3.882-4L9 5'/%3E%3C/svg%3E")
    no-repeat 100%;
  background-size: 12px;
}

.villa-book-box .content-box .val_2 .dropdown-toggle {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23783233' d='m1 1 3.882 4L9 1'/%3E%3C/svg%3E")
    no-repeat 100%;
  background-size: 12px;
}

.villa-book-box .content-box .val_2 .show .dropdown-toggle {
  background-color: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%23783233' d='m1 5 3.882-4L9 5'/%3E%3C/svg%3E")
    no-repeat 100%;
  background-size: 12px;
  color: #8C7A69;
}

.villa-book-box .reserveSection {
  margin-bottom: 16px;
}

.villa-book-box .reserveSection .borderBox {
  border: 1px solid #bfbfbf;
  border-radius: 6px;
}

.villa-book-box .reserveSection .borderBox .listing {
  border-bottom: 1px solid #bfbfbf;
  display: flex;
  flex-wrap: wrap;
  padding: 0 7px;
}

.villa-book-box .reserveSection .borderBox .listing:last-child {
  border: none;
}

.villa-book-box .reserveSection .borderBox .listing .item {
  border-right: 1px solid #bfbfbf;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 8px 12px;
  position: relative;
}

.villa-book-box .reserveSection .borderBox .listing .item:last-child {
  border: none;
}

.villa-book-box .reserveSection .borderBox .listing .item.full {
  flex: 0 0 100%;
  max-width: 100%;
}

.villa-book-box .reserveSection .borderBox .listing .item .text {
  color: #000;
  font-size: 0.75rem;
  opacity: 0.5;
}

.villa-book-box .reserveSection .borderBox .listing .item .boldtext {
  color: #5d5b55;
  font-family: Faro-SemiBoldLucky;
}

.villa-book-box .reserveSection .borderBox .listing .item .dateBox input {
  background: none;
  border: none;
  color: #5d5b55;
  font-family: Faro-SemiBoldLucky;
  width: 100%;
}

.villa-book-box .reserveSection .borderBox .listing .item .dropWrapper {
  cursor: pointer;
  position: relative;
}

.villa-book-box .reserveSection .borderBox .listing .item .dropWrapper:after {
  background: url(/_nuxt/theconseiller-sprite.DrovQFaF.svg) -170px -109px no-repeat;
  content: "";
  height: 5px;
  position: absolute;
  right: 0;
  top: 18px;
  transition: 0.3s;
  width: 8px;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper
  .dropBox {
  background: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  left: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 110%;
  transition: 0.3s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper
  .dropBox
  .content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper
  .dropBox
  .content
  .child {
  color: #5d5b55;
  cursor: pointer;
  flex: 0 0 20%;
  font-family: Faro-SemiBoldLucky;
  font-size: 0.875rem;
  margin-bottom: 10px;
  padding: 0 5px;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper
  .dropBox
  .content
  .child:last-child {
  margin-bottom: 0;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper
  .dropBox
  .content
  .child
  label {
  cursor: pointer;
  display: block;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper
  .dropBox
  .content
  .child
  label
  input {
  display: none;
  height: 100%;
  width: 100%;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper
  .dropBox
  .content
  .child
  label
  input:checked
  + span {
  background: rgba(120, 50, 51, 0.15);
  border: 1px solid #8C7A69;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper
  .dropBox
  .content
  .child
  label
  span {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  display: block;
  padding: 5px;
  text-align: center;
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper.active:after {
  transform: rotate(180deg);
}

.villa-book-box
  .reserveSection
  .borderBox
  .listing
  .item
  .dropWrapper.active
  .dropBox {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.villa-book-box .price-table {
  margin-bottom: 0;
}

.villa-book-box .ftr-box {
  margin-bottom: 10px;
}

.villa-book-box .ftr-box .button {
  margin-bottom: 12px;
  padding: 13px;
}

.villa-book-box .ftr-box .button:last-child {
  margin-bottom: 25px;
}

.villa-book-box .ftr-box .button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.villa-book-box .ftr-box .fill-btn {
  border: 1px solid #8C7A69;
  border-radius: 6px;
  font-family: Faro-SemiBoldLucky;
  font-size: 0.875rem;
  background: #8C7A69;
  color: #fff;
  width: 100%;
}

.villa-book-box .ftr-box .fill-btn.active {
  animation: shake 0.2s linear 2;
  background: red;
  border-color: red;
}

.villa-book-box .ftr-box .note {
  color: #5d5b55;
  font-family: Faro-LightLucky;
  font-size: 0.75rem;
  letter-spacing: 0;
  margin: 0;
  text-align: center;
}

.villa-book-box #guest-box {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 75rem) {
  .villa-book-box #guest-box {
    left: 0;
  }
}
.guestCheckDateBox {
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  position: relative;
}
.guestCheckDateBox .borderB {
  border-bottom: 1px solid #bfbfbf;
}
.guestCheckDateBox .boxRow {
  display: flex;
  flex-wrap: wrap;
}
.guestCheckDateBox .boxRow .col-item-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.guestCheckDateBox .borderR {
  border-right: 1px solid #bfbfbf;
}
.guestCheckDateBox .textBox {
  margin: 0 7px;
  padding: 12px;
}
.guestCheckDateBox .textBox .dataTitle {
  color: #5d5b55;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 4px;
  opacity: 0.5;
}

.guestCheckDateBox .textBox .dataText {
  color: #5d5b55;
  font-family: Faro-SemiBoldLucky;
  line-height: 16px;
  margin-bottom: 0;
}

.guestCheckDateBox .guestPicker {
  left: -1px;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition: 0.5s;
  visibility: hidden;
  width: 100%;
  width: calc(100% + 2px);
  z-index: 1;
}

.guestCheckDateBox .guestPicker.active {
  opacity: 1;
  top: 110%;
  visibility: visible;
}

.guestPicker {
  background: #fff;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 6px;
  padding: 10px 20px;
}

.guestPicker .rowItem {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
}

.guestPicker .rowItem:last-child {
  border: none;
}

.guestPicker .guestPicker-bx {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.guestPicker .guestPicker-bx .g-type {
  flex: 0 0 50%;
  max-width: 50%;
}

.guestPicker .guestPicker-bx .g-type .gTitle {
  color: #000;
  font-family: Faro-SemiBoldLucky;
  font-size: 1rem;
  line-height: 16px;
  margin-bottom: 4px;
}

.guestPicker .guestPicker-bx .g-type .gSubTitle {
  color: #5d5b55;
  font-size: 0.75rem;
  line-height: 12px;
  margin-bottom: 0;
}

.guestPicker .guestPicker-bx .type-no {
  align-items: center;
  display: flex;
  flex: 0 0 50%;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 50%;
}

.guestPicker .guestPicker-bx .type-no .valBtn {
  align-items: center;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid transparent;
  border-radius: 15px;
  color: #fff;
  display: flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.guestPicker .guestPicker-bx .type-no .valBtn:disabled {
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #e7e7e7;
}

.guestPicker .guestPicker-bx .type-no .valBtn:disabled img {
  filter: invert(1);
  opacity: 0.3;
}

.guestPicker .guestPicker-bx .type-no .mn-val {
  border: none;
  color: #000;
  font-size: 1rem;
  margin: 0 10px;
  text-align: center;
  width: 30px;
}

.guestPicker .closeBtn {
  background: none;
  border: none;
  color: #8C7A69;
  font-family: Faro-SemiBoldLucky;
  font-size: 14px;
}

.datepickerModal .modal-body {
  padding: 40px;
}

.datepickerModal .topBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.datepickerModal .topBox .titlebox {
  flex: 1;
  margin-right: 15px;
}

.datepickerModal .topBox .titlebox .titleText {
  color: #222;
  font-family: Americana-Std-Bold;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 4px;
}

.datepickerModal .topBox .titlebox .text {
  color: #5d5b55;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.datepickerModal .topBox .dateBox {
  flex: 0 0 373px;
  max-width: 373px;
}

.datepickerModal .calendarWrapper {
  margin-bottom: 40px;
}

.datepickerModal .footerBox {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.datepickerModal .footerBox .notes {
  color: #222;
  font-size: 0.75rem;
}

.datepickerModal .footerBox .normalBtn {
  background: none;
  border: none;
  color: #8C7A69;
  font-family: Faro-BoldLucky;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.datepickerModal .footerBox .fillBtn {
  background: #8C7A69;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-family: Faro-BoldLucky;
  font-size: 0.875rem;
  margin-left: 10px;
  padding: 10px 20px;
}

.datepickerModal .vc-container {
  border: none;
  width: 100%;
}

.datepickerModal .vc-container .vc-title {
  background: none;
}

.datepickerModal .vc-container .vc-arrow {
  background: none;
  border: 1px solid #bfbfbf;
  border-radius: 25px;
  height: 34px;
  overflow: hidden;
  width: 34px;
}

.datepickerModal .vc-container .vc-arrow:hover {
  background: none;
}

.datepickerModal .vc-container .vc-arrow .vc-base-icon {
  width: 15px;
}

.datepickerModal .vc-focus:focus-within {
  box-shadow: none;
  outline: 0;
}

.datepickerModal .vc-focus:hover {
  background: none;
}
.contact-main .title h4 {	
 color: var(--heading-color);
  font-family: Americana-Std-Extra-Bold;
  font-size: 1.75rem;
  line-height: 28px;
  margin-bottom: 30px;
}
.contact-main .title h2 {	
 color: var(--heading-color);
  font-family: Americana-Std-Extra-Bold;
  font-size: 1.75rem;
  line-height: 28px;
  margin-bottom: 30px;
}
.con-form .form-group {
  margin-bottom: 40px;
}

.con-form .form-group label {
/*   color: #1a1212; */
  color:var(--heading-color);
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.con-form .form-group .errorText {
  color: #ff6f6f;
  font-size: 0.75rem;
}

.con-form .form-group .form-control {
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  height: 61px;
  padding: 17px 20px;
}

.con-form .form-group .form-control:focus {
  border-color: #8C7A69;
  box-shadow: none;
}

.con-form .form-group textarea.form-control {
  height: auto;
}

.con-form .form-group.errorField .form-control {
  border-color: #ff6f6f;
}

.con-form .form-group .calendarInput {
  position: relative;
}

.con-form .form-group .calendarInput:after {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) no-repeat;
  background-position: -137px -80px;
  content: "";
  height: 13px;
  position: absolute;
  right: 10px;
  top: 24px;
  width: 12px;
}

.con-form .form-group .calendarInput .form-control {
  padding-right: 30px;
}

.con-form .form-group .customSelect {
  position: relative;
}

.con-form .form-group .customSelect select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.con-form .form-group .customSelect .arrow {
  background: #fff;
  height: 50%;
  pointer-events: none !important;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}

.con-form .form-group .notes {
  color: #5d5b55;
  font-size: 0.75rem;
}

.con-form .formText {
  margin-bottom: 40px;
}

.con-form .formText .text {
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 5px;
}

.con-form .formText .text:last-child {
  margin-bottom: 0;
}

.con-form .formText .text a {
  color: #1a1212;
  text-decoration: underline;
}

.con-form .formBtn .button {
  font-family: Faro-SemiBoldLucky;
  font-size: 1.125rem;
  padding: 17px;
}
.icon.smDownArrowIcon {
  background-position: -170px -109px;
  display: inline-block;
  height: 6px;
  width: 9px;
}
.con-form .fill-btn {
  background: #8C7A69;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 7px 15px;
  white-space: nowrap;
  font-family: Faro-SemiBoldLucky;
  font-size: 1.125rem;
  padding: 17px;
  border-radius: 6px;
  width: 100%;
}
.contactBox .box.bgBox {
  background: var(--background-color-three);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
}
.contactBox .box .title {
  font-family: Faro-SemiBoldLucky;
  font-size: 1.125rem;
  line-height: 18px;
  margin-bottom: 10px;
  color:var(--heading-color);
}
.contactBox .box .text {
  font-size: 0.875rem;
  line-height: 15px;
  margin-bottom: 10px;
}
.contactBox .box .splText {
  color: #8C7A69;
  font-size: 1.125rem;
  line-height: 20px;
  margin-bottom: 0;
}
.contactBox .box {
  margin-bottom: 30px;
}
.contactBox .box .addressBox {
  display: flex;
}
.contactBox .box .addressBox .icon {
  flex: 0 0 15px;
  margin-top: 3px;
  display: inline-block;
  height: 14px;
  width: 14px;
  background-position: -58px -20px;
}
.contactBox .box .addressBox .addressTest {
  margin-left: 10px;
}
.contactBox .box .addressBox .addressTest .text {
  font-size: 1.125rem;
  line-height: 25px;
  margin-bottom: 0;
}
.after-head {
  margin-top: 130px;
}
.faq-what .title {
  margin: 50px 0;
}
.faq-what .title h1 {
/*   font-family: ACaslonPro-Semibold; */
  font-family: Americana-Std-Extra-Bold;	
  font-size: 2.1875rem;
  line-height: 35px;
  margin-bottom: 12px;
color: var(--heading-color);
}
.faq-main .headSection {
  border-bottom: 1px solid #ecebeb;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.faq-main .innerSearch {
  align-items: center;
  background: #e9e9e9;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  padding: 12px;
  margin: 0 auto 50px;
  max-width: 694px;
}
.innerSearch .searchBtn {
  background: #fff;
  border: none;
  border-radius: 32px;
  height: 32px;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 32px;
  display: block;
}
.innerSearch .searchBox {
  background: none;
  border: none;
  color: #1a1212;
  flex: 1;
  margin-right: 20px;
  width: 100%;
  outline: none;
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
}
.innerSearch .searchBtn::before {
  background: url(./fonts/theconseiller-sprite.DrovQFaF.svg) -116px -2px no-repeat;
  content: "";
  height: 14px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
}
.acco-title h4 {
  font-family: ACaslonPro-Semibold;
  font-size: 1.5rem;
  line-height: 24px;
  margin-bottom: 24px;
color:var(--primary-color-brown);
}
.faq-main .accordianSection {
  border-bottom: 1px solid #ecebeb;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.accordianSection .accBox {
  border-bottom: 1px solid #ecebeb;
  padding: 15px 0;
}
.accordianSection .accBox .accHeader .accBtn {
  color: var(--primary-color-brown);
  cursor: pointer;
  font-family: Faro-SemiBoldLucky;
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 0;
  padding: 8px 30px 8px 0;
  position: relative;
}
.accordianSection .accBox .accHeader .accBtn::before {
  background: var(--heading-color);
  border-radius: 4px;
  content: "";
  height: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  width: 2px;
}
.accordianSection .accBox .accHeader .accBtn::after {
  background: var(--heading-color);
  border-radius: 4px;
  content: "";
  height: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.accordianSection .accBox .accContainer .text {
  color: var(--text-gray);
  font-size: 0.875rem;
  line-height: 20px;
  margin-bottom: 15px;
}
.accordianSection .accBox .accHeader .accBtn.collapsed::before {
  background: var(--heading-color);
  border-radius: 4px;
  content: "";
  height: 14px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
}
.accordianSection .accBox:last-child {
  border-bottom: 0;
}
.mb-100 {
  margin-bottom: 100px;
}
.notes p {
  font-size: 1rem;
}
.notes p a {
/*   color: #1a1212; */
	color:var(--primary-color-brown);
  font-family: Faro-SemiBoldLucky;
  text-decoration: underline;
}
.terms-desc .title-box {
  margin: 50px 0;
}
.terms-desc .title-box h1 {
/*   font-family: ACaslonPro-Semibold; */
	 font-family: Americana-Std-Extra-Bold; 
  font-size: 2.1875rem;
  line-height: 35px;
  margin-bottom: 12px;
 color: var(--heading-color);
}
.terms-desc .title-box h4 {
 color: var(--heading-color);
}

.terms-desc .title-box .text {
  color: rgba(33, 30, 25, 0.8);
  margin-bottom: 0;
}
.terms-desc .title-box .text span {
  font-family: Faro-SemiBoldLucky;
}
.terms-desc .splBox {
  background: #f4f4f4;
  border: 1px solid #ecebeb;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 50px;
}
.terms-desc .splBox .text {
  font-size: 1rem;
  line-height: 25px;
  margin-bottom: 20px;
}
.terms-desc .splBox .text:last-child {
  margin-bottom: 0;
}
.terms-desc .staticSpacer {
  margin-bottom: 50px;
}
.terms-desc .textBox {
  margin-bottom: 30px;
}
.terms-desc .textBox .text {
  line-height: 25px;
  margin-bottom: 15px;
}
.terms-desc .textBox .text span {
  display: block;
  font-family: Faro-SemiBoldLucky;
}
.terms-desc .textBox .text:last-child {
  margin-bottom: 0;
}
.terms-desc .textBox .subList {
  list-style: none;
  padding-left: 20px;
}
.terms-desc .textBox .subList li {
  margin-bottom: 20px;
}
.blog-listing-main{
	background: var(--background-blog);
}
.blog-listing-main .title {
  margin-bottom: 50px;
}
.blog-box {
  width: 100%;
}
.blog-box .bl-img img {
  width: 100%;
}
.blog-box .bl-img,
.bl-desc h5 {
  margin-bottom: 15px;
}
.blog-box .category {
  display: block;
  color: #8C7A69;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.blog-box .bl-auth {
  font-size: 14px;
  text-transform: uppercase;
}
.blog-listing-main .row {
  row-gap: 30px;
}
.blog-listing-main .row .col-lg-3 {
  display: inherit;
}
.blog-detail-desc-main .blog-box .bl-desc {
  margin-bottom: 20px;
}
.blog-detail-desc-main .blog-box .bl-img {
  margin-bottom: 20px;
}
.bdm-auth {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #8C7A69;
}
.bdm-auth img {
  border-radius: 50%;
  width: 78px;
  height: 78px;
  object-fit: cover;
  display: block;
  margin: 0 auto 15px;
}
.bdm-auth p {
  font-size: 14px;
  line-height: 20px;
}
.ad-img {
  margin-bottom: 30px;
}
.ad-img img {
  width: 100%;
}
.pop-post-main h4 {
  margin-bottom: 15px;
}
.pop-box {
  gap: 15px;
  margin-bottom: 30px;
}
.pop-box img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
.pop-box h5 {
  font-size: 18px;
  margin: 0;
}
.offcanvas.offcanvas-end {
  width: 100%;
/*   background: rgba(0, 0, 0, 0.85); */
	background: var(--background-color-four);
}
.logo-main img {
  height: 100px;
}
.offcanvas-header .btn-close,
#exampleModalFullscreen .btn-close {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  opacity: 1;
  box-shadow: none;
  outline: none;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
.offcanvas-body ul li {
  margin-bottom: 10px;
}
.offcanvas-body ul li a {
  color: #fff;
  font-family: Faro-RegularLucky;
  font-size: 1rem;
  padding: 10px;
  display: block;
  width: max-content;
  margin: 0 auto;
}
.offcanvas-body ul li:last-child a {
  background: #fff;
  border-radius: 50px;
  color: #1a1212;
  font-family: Faro-BoldLucky;
  font-size: 0.875rem;
  line-height: 14px;
  padding: 16px 72px;
}
#exampleModalFullscreen .modal-header {
  border: 0;
}
/* Ansh */
.con-form textarea {
  width: 100%;
  border: 1px solid #bfbfbf;
  border-radius: 6px;
  padding: 17px 20px;
}
.con-form .c-code p {
  margin-bottom: 0;
}
.single-page .staticSpacer p {
  line-height: 25px;
  margin-bottom: 15px;
}
.single-page .staticSpacer h3 {
  display: block;
  font-family: Faro-SemiBoldLucky;
  font-size: 1rem;
  margin-top: 30px;
color: var(--heading-color);
}
.single-page .staticSpacer ul {
  list-style: none;
  padding-left: 20px;
}
.single-page .staticSpacer ul li {
  margin-bottom: 20px;
}
.single-page .staticSpacer strong {
  font-family: Faro-SemiBoldLucky;
}
.not-found {
  margin: 50px 0;
}
a.not-found-btn {
  background: #8C7A69;
  font-family: "Faro-RegularLucky";
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  border-radius: 30px;
}
.blog-listing-main .blog-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.blog-listing-main .blog-btn {
  background: #8C7A69 !important;
}
body.page-template-blog .ibb-desc h1 {
  line-height: normal;
}
body.page-template-team .ibb-desc p {
  line-height: normal;
}
.chat-bot {
  border-radius: 40px;
  bottom: 20px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  position: fixed;
  left: 5px;
  z-index: 2;
}
.chat-bot a {
  color: #fff;
  font-family: Faro-SemiBoldLucky;
  font-size: 0.75rem;
  padding: 12px;
  text-decoration: none;
}
.chat-bot a,
.chat-bot span {
  align-items: center;
  background: #8C7A69;
  display: inline-block;
  display: flex;
}
.chat-bot span {
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.chat-bot img {
  max-width: 100%;
}
.chat-bot label {
  display: inline-block;
  margin-right: -75px;
  position: relative;
  transition: 0.2s;
  z-index: 0;
  cursor: pointer;
}
.chat-bot:hover label {
  font-size: 0.75rem;
  margin-left: 10px;
  margin-right: 0;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  flex-wrap: wrap;
  gap: 10px;
}

.pagination a,
.pagination span {
  /* margin: 0 5px; */
  padding: 4px 12px;
  border: 1px solid rgba(176, 137, 99, 0.3);
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.pagination .current-page {
  background-color: #333;
  color: #fff;
}

.pagination .prev-arrow,
.pagination .next-arrow,
.pagination .first-arrow,
.pagination .last-arrow {
  font-weight: bold;
}

.pagination .dots {
  padding: 4px 12px;
  color: #666;
}
/*
 .preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
  }
  .preloader::after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #8C7A69 transparent #8C7A69 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
*/
.preloader {
  background: url(./images/Gif-nbs.gif) no-repeat;
  background-size: 135px;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
/* Ansh */

/* Responsive adjustments akash */

/* Mobile-first approach */
@media (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }

  header {
    padding: 10px 0;
  }

  .hb-desc {
    width: auto;
    transform: none;
    left: auto;
  }

  .hb-desc h1 {
    font-size: 2.5rem;
  }

  .hb-desc p {
    font-size: 1rem;
  }

  .home-banner .refine {
    width: 90%;
    padding: 10px;
  }

  .home-banner .refine .src-btn .fill-btn {
    width: 28px;
    height: 28px;
  }

  .home-banner .searchContainer {
    max-width: 100%;
    padding: 20px;
    transform: translateY(0);
  }

  .home-discover .headBox .title h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .box-img-desc h3 a {
    font-size: 0.875rem;
    line-height: 1.2;
  }

  .hc-cta {
    padding: 40px 20px;
  }

  .hc-bg-desc h3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hc-img .mark {
    bottom: -15px;
  }

  .footer {
    padding: 60px 0;
  }
}

/* Tablet adjustments */
@media (min-width: 601px) and (max-width: 1024px) {
  .home-banner .refine {
    width: 80%;
  }

  .home-banner .searchContainer {
    max-width: 80%;
  }

  .home-discover .headBox .title h2 {
    font-size: 2.75rem;
    line-height: 1.3;
  }

  .hc-cta {
    padding: 50px 30px;
  }

  .hc-bg-desc h3 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .footer {
    padding: 80px 0;
  }
}

/* Desktop adjustments */
@media (min-width: 1025px) {
  .home-banner .refine {
    width: 60%;
  }

  .home-banner .searchContainer {
    max-width: 70%;
  }

  .home-discover .headBox .title h2 {
    font-size: 3.5rem;
    line-height: 1.4;
  }

  .hc-cta {
    padding: 60px 40px;
  }

  .hc-bg-desc h3 {
    font-size: 3rem;
    line-height: 1.4;
  }

  .footer {
    padding: 100px 0;
  }
}

/* Responsive updates for .home-discover .headBox .title */

/* Mobile-first approach */
@media (max-width: 600px) {
  .home-discover .headBox .title {
    color: var(--heading-color);
    font-family: Americana-Std-Extra-Bold;
    font-size: 1.5rem;
    line-height: 38px;
    margin-bottom: 0;
    flex: unset;
  }
}

/* Responsive Styles buttons */
@media (max-width: 768px) {
  .btn-primary,
  .btn-space,
  .btn-white {
    font-size: 0.75rem;
    padding: 14px 30px;
  }

  .btn-space {
    max-width: 140px;
  }
}

@media (max-width: 480px) {
  .btn-primary,
  .btn-space,
  .btn-white {
    font-size: 0.6875rem; /* 11px */
    padding: 10px 20px;
  }

  .btn-space {
    max-width: 120px;
  }
}

/* Responsive styles */
@media (max-width: 768px) {
  /* .hb-desc{
		top:40%;
	} */
  .title h2 {
    font-size: 2.5rem; /* Smaller font size for tablets */
    line-height: 1.3;
  }

  .ft-border {
    max-width: 95%; /* Adjust width for tablets */
    padding: 60px 5%; /* Adjust padding for tablets */
  }
  .link-group ul {
    display: block; /* Change display to block for vertical layout */
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .link-group ul li {
    margin-bottom: 10px; /* Adjust spacing between items */
  }

  .link-group ul li::after {
    content: ""; /* Remove the separator */
    display: none; /* Hide separator */
  }
}

@media (max-width: 480px) {
  .hb-desc {
    top: 40%;
  }
  .title h2 {
    font-size: 2.4rem; /* Smaller font size for mobile */
    line-height: 1;
  }

  .ft-border {
    max-width: 100%; /* Full width for mobile */
    padding: 40px 3%; /* Adjust padding for mobile */
  }
  .stay-tabs-links a {
    min-width: auto;
  }
  .link-group ul {
    display: block; /* Change display to block for vertical layout */
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .link-group ul li {
    margin-bottom: 10px; /* Adjust spacing between items */
  }

  .link-group ul li::after {
    content: ""; /* Remove the separator */
    display: none; /* Hide separator */
  }
}

/* Adjustments for responsiveness search box banner */
@media (max-width: 1024px) {
  .home-banner .refine {
    width: 90%; /* Adjust width for tablets */
    padding: 12px 15px;
  }
}

@media (max-width: 768px) {
  .home-banner .refine {
    width: 95%; /* Adjust width for smaller tablets and large phones */
    padding: 10px 10px;
    bottom: 5%;
  }

  .home-banner .refine .search-bx input {
    padding: 5px 15px 5px 0; /* Adjust padding */
  }
}

@media (max-width: 480px) {
  .home-banner .refine {
    width: 100%; /* Full width for mobile screens */
    padding: 20px 20px;
    bottom: 4%;
  }

  .home-banner .refine .search-bx input {
    padding: 5px 10px 5px 0; /* Adjust padding */
  }

  .home-banner .refine .date-bx {
    /*         flex-direction: column;  */
    /* Stack items vertically */
  }

  .home-banner .refine .date-bx .dateInput {
    margin-bottom: 10px; /* Adjust spacing between inputs */
  }

  .home-banner .refine .src-btn .fill-btn {
    height: 24px; /* Smaller button for mobile screens */
    padding: 3px 6px;
    width: 24px;
  }

  .home-banner .refine .src-btn .fill-btn:before {
    height: 10px; /* Adjust icon size */
    width: 10px;
  }
  .refine {
    align-items: center;
    border-radius: 32px;
    display: grid;
    padding: 12px 20px;
    position: relative;
  }
}

/* Additional responsive tweaks */
@media (max-width: 360px) {
  .home-banner .refine .search-bx input {
    padding: 5px 5px 5px 0; /* Further adjust padding for very small screens */
  }
}

/* Ravi - 1/9/24 */
.hc-bg-desc .hc-img.d-flex img {
  width: calc(33.33% - 12px);
}
@media screen and (max-width: 1299px) {
  .home-banner .refine {
    width: 70%;
  }
  .hstand-list .item {
    flex: 0 0 90px;
  }
  .hstand-list .item p {
    font-size: 0.8rem;
    line-height: 1.5;
  }
  .hs-bottom-box p {
    font-size: 1rem;
  }
  .ft-border {
    padding: 50px 30px;
  }
  .ft-logo img {
    width: 100%;
  }
  .refine.innerRefine {
    max-width: 870px;
  }
  .filter-main .filerListBox .itemList {
    flex: 0 0 calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
}
@media screen and (max-width: 1199px) {
  .home-banner .refine {
    width: 85%;
  }
  .hstand-list .item {
    flex: 0;
  }
  .hstand-bg {
    padding: 30px 15px;
  }
  .refine.innerRefine {
    display: none;
  }
  .filter-main .filterWrapper {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .filter-main .filerListBox {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-main .filterBtnBox {
    flex: 0 0 100%;
    max-width: 116px;
    margin: 0 auto 15px;
  }
  .ptb-70 {
    padding: 50px 0;
  }
  .filter-main .filerListBox .itemList {
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
  }
}
@media screen and (max-width: 991px) {
  .home-banner {
	  /* for video comment */
/*     height: auto;
    min-height: 700px; */
  }
  .hb-img img {
    height: 100%;
  }
  .home-banner .refine {
    width: 100%;
    border-radius: 0;
    bottom: 0;
  }
  .refine {
    flex-wrap: wrap;
  }
  .refine > div {
    width: 32%;
    margin: 0;
    padding: 0 30px;
    flex: 0 0 auto;
  }
  .refine > div.src-btn {
    width: 4%;
    padding: 0;
  }
  .ptb-70 {
    padding: 50px 0;
  }
  .home-discover .headBox .title h2 i {
    font-size: 3rem;
  }
  .home-discover .headBox {
    flex-wrap: wrap;
    gap: 15px;
  }
  .discover-navigation {
    justify-content: center;
    width: max-content;
    margin: 0 auto;
  }
  .ptb-150 {
    padding: 50px 0;
  }
  .ptb-100 {
    padding: 50px 0;
  }
  .title-main {
    margin-bottom: 30px;
  }
  .hc-bg-main {
    padding: 30px;
  }
  .hc-bg-main .row {
    row-gap: 50px;
  }
  .hc-bg-main .col-lg-5,
  .hc-bg-main .col-lg-7 {
    width: 100%;
  }
  .hc-bg-desc h3 {
    font-size: 1.9rem;
  }
  .mt-100 {
    margin-top: 50px;
  }
  .hc-bg-main .row.mt-100 {
    row-gap: 30px;
  }
  .hstand-list {
    justify-content: center;
    gap: 25px;
  }
  .hstand-list .item {
    flex: 0 0 auto;
  }
  .home-spaces {
    padding: 50px 0 0;
  }
  .hs-bottom-main {
    padding: 75px 0 50px;
  }
  .hs-bottom-main::before {
    height: 75px;
  }
  .hs-bottom-main::after {
    height: 50px;
  }
  .stay-tabs-desc-main {
    margin-top: 40px;
  }
  .ft-links {
    margin-bottom: 30px;
  }
  footer {
/*    padding: 55px 0;*/
   padding: 5px 0;
  }
  .filter-main .filerListBox .itemList {
    justify-content: start;
  }
  .filter-main .filerListBox .item {
    max-width: 150px;
  }
  .apart-desc-grid .row {
    row-gap: 30px;
  }
  .ptb-120 {
    padding: 50px 0;
  }
  .abt-int-desc p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .abt-inspire .row {
    row-gap: 50px;
  }
  .abt-ins-desc {
    margin-left: 0;
    margin-top:100px;
    margin-bottom:100px;
  }
  .abt-ins-desc h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .abt-experience .title-main h2 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .abt-experience .title-main {
    margin-bottom: 30px;
  }
  .ibb-desc h1 {
    font-size: 1.7rem;
    line-height: 1.1 !important;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  header .logo-main img {
    height: 85px;
  }
  .h-right > ul {
    display: none;
  }
  .home-banner {
	  /* for video commented */
/*     height: auto;
    min-height: 550px; */
	  margin-top: 100px;
/* 	  background:#fff; */
	  background:transparent;
	  height: auto;
	  min-height: 270px;
  }
	.hb-img img{
		opacity:1;
	}
  .hb-desc h1 {
    font-size: 1.7rem;
    margin-bottom: 15px;
    line-height: 1.1;
  }
  .hb-desc p {
    font-size: 0.9rem;
    line-height: 1.5;
  }
  .ibb-desc p {
  font-size: 1rem;
  line-height: 20px;
}
  .hb-desc {
    top: 50%;
    transform: translateY(-50%);
    max-width: 320px;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
  }
  .hc-bg-main {
    padding: 15px;
  }
  .home-discover .headBox .title h2,
  .home-discover .headBox .title h2 i {
    font-size: 2rem;
    line-height: 1.2;
  }
  .title-main.d-flex {
    flex-wrap: wrap;
    gap: 15px;
  }
  .hc-cta {
    padding: 30px 15px;
  }
  .hc-cta p {
    font-size: 1.5rem;
    flex: 0 0 100%;
    line-height: 1.5;
  }
  .hc-bg-desc {
    padding-left: 0;
  }
  .hc-bg-desc .hc-img.d-flex img {
    width: calc(33.33% - 15px);
  }
  .journey-desc h2,
  .video-desc h2,
  .hs-desc h2 {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .journey-desc {
    padding: 30px;
  }
  .journey-desc p {
    margin-bottom: 15px;
  }
  .video-desc .videoLink {
    width: 75px;
  }
  .video-desc {
    width: calc(100% - 30px);
  }
  .hstand-bg h4 {
    margin-bottom: 30px;
  }
  .hc-grid {
    row-gap: 15px;
  }
  .stay-tabs-links {
    border-radius: 8px;
    flex-wrap: wrap;
  }
  .stay-tabs-links a {
    min-width: 100%;
  }
  .stay-tabs-desc-main {
    margin-top: 30px;
  }
  .home-banner .refine {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .refine > div {
    width: 50%;
    padding: 0px 20px;
    flex: 0 0 50%;
  }
  .home-banner .refine .date-bx .dateInput {
    margin-bottom: 0;
  }
  .refine > div.guest-bx {
    width: 75%;
    flex: 0 0 75%;
  }
  .refine > div.src-btn {
    width: 25%;
    flex: 0 0 25%;
  }
  .home-banner .refine .src-btn .fill-btn {
    width: 32px;
    height: 32px;
  }
  .home-banner .refine .src-btn .fill-btn::before {
    height: 14px;
    width: 14px;
  }
  #exampleModalFullscreen .modal-header {
    padding: 0.5rem;
  }
  .logo-main img {
    height: 75px;
  }
  .filter-main .filerListBox {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .filter-main .filerListBox .staticItem {
    border-right: 0;
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f0f0;
    margin-bottom: 15px;
  }
  .filter-main .filerListBox .item {
    margin: 0 auto;
  }
  .filter-main .filerListBox .item .titleText {
    min-height: auto;
  }
  .filter-main .filerListBox .itemList {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .filter-main,
  .inner-banner,
  .apart-desc-title-main {
    margin-top: 100px;
  }
  .title-main.d-flex.align-items-center.justify-content-between.mt-5 {
    margin-top: 1rem !important;
  }
  .abt-ins-img::after {
    right: 0;
    bottom: 0;
    border-width: 1px;
  }
  .abt-inspire .row + .row {
    margin-top: 30px;
  }
  .abte-box {
    padding: 15px;
  }
  .abte-box h4 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .ibb-desc {
    max-width: calc(100% - 30px);
  }

  .abt-ins-desc {
    margin-left: 0;
    margin-top:5px;
    margin-bottom:10px;
  }
  .est-year {
      
  }
}

/* end reponsive */
.ptb-50 {
  padding: 50px 0;
}
.ptb-30 {
  padding: 30px 0;
}
.pt-100{
	padding-top: 100px;
}


/*----------------------------------------*/
/*  2.6 - Service Styles CSS
/*----------------------------------------*/
.service {
  position: relative;
}
.service .heading-one {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 0;
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service .heading-one {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .service .heading-one {
    margin-bottom: 50px;
  }
}
.service .heading-one p {
  margin-top: 15px;
	color:var(--text-gray);
}
.service-single {
  position: relative;
}
.service-single-image {
  position: relative;
  transition: 0.4s;
}
.service-single-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 15px;
  background: #8C7A69;
  background: linear-gradient(-45deg, #000000 20%, #deb894 50%, #8C7A69 100%);
  opacity: 0.6;
}
.service-single-image-thumb img {
  width: 100%;
}
.service-single-image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.service-single-image-content .icon1 {
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-image-content .icon1 {
    width: 80px;
    height: 80px;
  }
}
.service-single-image-content .title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-image-content .title {
    font-size: 24px;
  }
}
.service-single-white {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 6;
  box-shadow: 0px 18px 72px 0px rgba(0, 0, 0, 0.17);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 14px;
}
.service-single-white-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 35px;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white-content {
    padding: 12px;
  }
}
.service-single-white .icon1 {
  background-color: #8C7A69;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-single-white .icon1 {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white .icon1 {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
}
.service-single-white .title {
  color: #343c55;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 479px) {
  .service-single-white .title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white .title {
    font-size: 1.5rem;
  }
}
.service-single-white .title:hover {
  color: #8C7A69;
}
.service-single-white p {
  margin-top: 20px;
	color:#111111;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 479px) {
  .service-single-white p {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .service-single-white p {
    margin-top: 10px;
    font-size: 14px;
  }
}
.service-single:hover .service-single-image {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.service-single:hover .service-single-white {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
}
@media only screen and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service .shape {
    display: none;
  }
}
.service .shape.shape-1 {
  position: absolute;
  top: -10%;
  left: 0%;
  -webkit-animation: moveupdown1 4s infinite linear;
          animation: moveupdown1 4s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-1 {
    top: -5%;
  }
  .service .shape.shape-1 img {
    width: 60%;
  }
}
.service .shape.shape-2 {
  position: absolute;
  top: 5%;
  right: 3%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.service .shape.shape-2 img {
  transform: rotate(326deg);
}
.service .shape.shape-3 {
  position: absolute;
  top: 10%;
  right: 14%;
  -webkit-animation: circle1 5s infinite linear;
          animation: circle1 5s infinite linear;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-3 {
    right: 18%;
  }
}
.service .shape.shape-4 {
  position: absolute;
  bottom: 14%;
  left: 0%;
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
  z-index: -1;
}
.service .shape.shape-5 {
  position: absolute;
  bottom: 12%;
  left: 2%;
  -webkit-animation: moveleftright1 3s infinite linear;
          animation: moveleftright1 3s infinite linear;
  z-index: -1;
}
.service .shape.shape-6 {
  position: absolute;
  top: 16%;
  right: 8%;
  -webkit-animation: zoom1 5s infinite linear;
          animation: zoom1 5s infinite linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service .shape.shape-6 {
    right: 14%;
  }
}

/* Service Two Style */
.service-two {
  position: relative;
}
.service-two .heading-one {
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
.service-two .heading-one-title {
  margin: 5px 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .heading-one {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-two .heading-one {
    margin-bottom: 60px;
  }
}
.service-two-single {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  box-shadow: 1px 7px 72px 0px rgba(0, 0, 213, 0.07);
  padding: 60px 50px;
  border-radius: 13px;
  position: relative;
  background: #fff;
}
.service-two-single:hover .service-two-thumb-bg::after {
  opacity: 0;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb-bg::before {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb::before {
  opacity: 0;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb::after {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb .img-white {
  opacity: 1;
  transition: 0.5s;
}
.service-two-single:hover .service-two-thumb .img-gradient {
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-two-single {
    padding: 40px 30px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.service-two-thumb {
  position: relative;
  width: 84px;
  height: 84px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.service-two-thumb-bg::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  background: rgba(50, 47, 179, 0.36);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.36) 0%, rgba(50, 47, 179, 0.36) 100%);
  transition: 0.4s;
  position: absolute;
  opacity: 1;
}
.service-two-thumb-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 0;
  left: 0;
  transition: 0.4s;
  position: absolute;
  background: #eae9fe;
  opacity: 0;
}
.service-two-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 2;
  background: #eae9fe;
  transition: 0.4s;
  opacity: 1;
}
.service-two-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66px;
  height: 66px;
  border-radius: 100%;
  z-index: 2;
  background: #8C7A69;
  background: linear-gradient(-45deg, #000000 20%, #deb894 50%, #8C7A69 100%);
  transition: 0.5s;
  opacity: 0;
}
.service-two-thumb img {
  position: relative;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-two-thumb .img-white {
  opacity: 0;
  transition: 0.5s;
}
.service-two-content .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-two-content .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .service-two-content .title {
    font-size: 20px;
  }
}
.service-two-shape {
  position: absolute !important;
  width: 100%;
  height: 100%;
}
.service-two .shape {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .service-two .shape {
    display: none;
  }
}
.service-two .shape.shape-1 {
  top: 22%;
  left: 180px;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-1 {
    left: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-1 {
    left: 0px;
  }
}
.service-two .shape.shape-2 {
  bottom: 5%;
  left: 16%;
}
.service-two .shape.shape-2 img {
  -webkit-animation: zoom1 3s infinite linear;
          animation: zoom1 3s infinite linear;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-2 {
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-2 {
    left: 0;
  }
}
.service-two .shape.shape-3 {
  bottom: 7%;
  right: 11%;
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-two .shape.shape-3 {
    right: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .service-two .shape.shape-3 {
    right: 2%;
  }
}
.service-two .shape.shape-4 {
  top: 0;
  right: 0;
}

/* Service Three Style */
.service-three {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-three {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .service-three {
    margin-top: 100px;
  }
}
.service-three-wrapper {
  margin-bottom: -30px;
}
.service-three-wrapper .single-service {
  margin-bottom: 30px;
}
.service-three-wrapper .single-service:nth-child(2n+2) {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-three-wrapper .single-service:nth-child(2n+2) {
    margin-top: 0;
  }
}
.service-three-single {
  box-shadow: 15px 11px 48px 0px rgba(0, 0, 0, 0.08);
  border-radius: 13px;
  padding: 60px 50px;
  background: #ffffff;
  position: relative;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three-single {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service-three-single {
    padding: 30px 20px;
    min-height: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .service-three-single {
    min-height: 230px;
  }
}
.service-three-title {
  font-size: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #2d3757;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .service-three-title {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 575px) {
  .service-three-title {
    margin: 15px 0;
  }
}
.service-three .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-three .shape {
    display: none;
  }
}
.service-three .shape .shape1 {
  position: absolute;
  left: 13%;
  top: 300px;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-three .shape .shape1 {
    left: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-three .shape .shape1 {
    left: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three .shape .shape1 {
    left: 15px;
  }
}
.service-three .shape .shape2 {
  position: absolute;
  right: 13%;
  top: 20px;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-three .shape .shape2 {
    right: 4%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-three .shape .shape2 {
    right: 4%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-three .shape .shape2 {
    right: 15px;
  }
}

/* Service Four Style */
.service-four {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (max-width: 767px) {
  .service-four {
    padding-top: 0;
  }
}
.service-four .heading-one {
  max-width: 540px;
  width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-four .heading-one {
    margin: 0 auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-four .heading-one {
    margin: 0 auto 40px;
  }
}
.service-four .heading-one-subtitle {
  margin-bottom: 10px;
  display: block;
}
.service-four-single {
  padding: 45px;
  border-radius: 13px;
  box-shadow: 0px 3px 72px 0px rgba(0, 0, 213, 0.07);
  background: #ffffff;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.service-four-single::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(-45deg, #000000 0%, #deb894 50%, #8C7A69 100%);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  transform: translateX(-100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-four-single {
    padding: 30px;
  }
}
.service-four-single-top {
  display: flex;
  -moz-column-gap: 22px;
       column-gap: 22px;
  align-items: center;
  margin-bottom: 20px;
}
.service-four-single-top .icon1 {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 100%;
  background: linear-gradient(-45deg, #000000 0%, #deb894 50%, #8C7A69 100%);
  flex: 0 0 auto;
}
.service-four-single-top .icon1-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: 0.3s;
}
.service-four-single-top .icon1-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}
.service-four-single-top .icon1::before {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.36);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-four-single-top .title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  transition: 0.3s;
}
.service-four-single:hover {
  transition: 0.3s;
}
.service-four-single:hover::before {
  opacity: 1;
  transition: 0.4s;
  transform: translateX(0%);
}
.service-four-single:hover .icon1 {
  background: #ffffff;
}
.service-four-single:hover .icon1-1 {
  opacity: 0;
  transition: 0.3s;
}
.service-four-single:hover .icon1-2 {
  opacity: 1;
  transition: 0.3s;
  z-index: 5;
}
.service-four-single:hover .icon1::before {
  background: linear-gradient(-45deg, #000000 0%, #deb894 50%, #8C7A69 100%);
  border: 0px;
  z-index: 2;
}
.service-four-single:hover .icon1::after {
  content: "";
  background: #ffffff;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.service-four-single:hover .title {
  color: #ffffff;
  transition: 0.3s;
}
.service-four-single:hover p {
  color: #ffffff;
  transition: 0.3s;
}
.service-four .shape {
  height: 100%;
  width: 100%;
  position: absolute !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-four .shape {
    display: none;
  }
}
.service-four .shape .shape1 {
  position: absolute;
  left: 6.4%;
  top: 208px;
  z-index: -1;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape1 {
    left: 2%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape1 {
    left: 0%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape1 {
    left: 0%;
  }
}
.service-four .shape .shape1 img {
  -webkit-animation: moveupdown1 3s infinite linear;
          animation: moveupdown1 3s infinite linear;
}
.service-four .shape .shape2 {
  position: absolute;
  left: 13.5%;
  top: 10%;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape2 {
    left: 8%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape2 {
    left: 5%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape2 {
    left: 7%;
    top: 5%;
  }
}
.service-four .shape .shape3 {
  position: absolute;
  right: 2%;
  top: 67%;
  z-index: 3;
}
@media only screen and (min-width: 1550px) and (max-width: 1650px) {
  .service-four .shape .shape3 {
    right: 1%;
    top: 80%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .service-four .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-four .shape .shape3 {
    right: 0%;
    top: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape3 {
    right: 0%;
    bottom: 0%;
    width: 30%;
  }
}
.service-four .shape .shape4 {
  position: absolute;
  left: 0;
  top: -29%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .service-four .shape .shape4 img {
    width: 85%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape4 img {
    width: 92%;
  }
}
.service-four .shape .shape5 {
  position: absolute;
  right: 0;
  top: -54%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-four .shape .shape5 {
    display: flex;
    justify-content: flex-end;
  }
  .service-four .shape .shape5 img {
    width: 90%;
  }
}
.service-four .shape .shape6 {
  position: absolute;
  right: 0;
  top: -25%;
  z-index: 2;
}

/* Service Details Style */
.service-details-content-list li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.service-details-content-list li:last-child {
  margin-bottom: 0px;
}
.service-details-content-list li img {
  flex: 0 0 auto;
  margin-right: 20px;
}
.service-details-content-list li p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-content {
    margin-bottom: 50px;
  }
}
.service-details-title {
  font-size: 30px;
  font-weight: 700;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .service-details-title {
    margin-top: 40px;
  }
}
.service-details-text1 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 20px;
}
.service-details p {
  margin-bottom: 20px;
}
.service-details-image2 img {
  width: 100%;
}
.service-details-key {
  margin: 30px 0;
}
.service-details-widget {
  margin-bottom: 40px;
}
.service-details-widget-list li {
  margin-bottom: 10px;
}
.service-details-widget-list li:last-child {
  margin-bottom: 0;
}
.service-details-widget-list li a {
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #343c55;
  display: flex;
  background: rgba(50, 47, 179, 0.13);
  background: linear-gradient(-45deg, rgba(91, 207, 242, 0.13) 0%, rgba(65, 125, 210, 0.13) 50%, rgba(50, 47, 179, 0.13) 100%);
}
.service-details-widget-list li a:hover {
  color: #ffffff;
  background: #8C7A69;
  background: linear-gradient(-45deg, #000000 20%, #deb894 50%, #8C7A69 100%);
}
.service-details-widget-list li a.active {
  color: #ffffff;
  background: #8C7A69;
  background: linear-gradient(-45deg, #000000 20%, #deb894 50%, #8C7A69 100%);
}
.service-details-help {
  padding: 60px 50px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-help {
    padding: 50px 40px;
  }
}
.service-details-help::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #8C7A69;
  background: linear-gradient(-54deg, #4fcbf1 0%, #deb894 50%, #8C7A69 100%);
  opacity: 0.88;
}
.service-details-help .title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.service-details-help-text {
  color: white;
  position: relative;
  z-index: 2;
}
.service-details-help-call {
  display: flex;
  align-items: center;
  margin: 35px 0 20px;
  position: relative;
  z-index: 2;
}
.service-details-help-call .icon1 {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343c55;
  transform: rotate(90deg);
  background-color: #4fcbf1;
  font-size: 21px;
  margin-right: 20px;
  color: #ffffff;
}
.service-details-help-call .call-area {
  display: flex;
  flex-direction: column;
}
.service-details-help-call .text {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.service-details-help-call a {
  font-size: 18px;
  color: white;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.service-details-help-call a:hover {
  color: #343c55;
}

.rotate-title {
  font-size: 260px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #8C7A69;
  -webkit-text-fill-color: transparent;
  opacity: 0.22;
  top: 80%;
  position: absolute;
  z-index: 9;
}
.rotate-title.rotate-left {
  transform: rotate(270deg);
  left: -300px;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .rotate-title.rotate-left {
    font-size: 200px;
    left: -260px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .rotate-title.rotate-left {
    font-size: 130px;
    left: -177px;
  }
}
.rotate-title.rotate-right {
  transform: rotate(90deg);
  right: -450px;
  overflow: hidden;
}
@media only screen and (min-width: 1550px) and (max-width: 1699px) {
  .rotate-title.rotate-right {
    font-size: 200px;
    right: -370px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1549px) {
  .rotate-title.rotate-right {
    font-size: 130px;
    right: -240px;
  }
}
/* services css end */

/*------------------- 4.00. Team  -------------------*/
/* Team 1 ---------------------------------- */
.team-card {
  overflow: hidden;
  position: relative;
}
.team-card_img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.team-card_img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(180deg, rgba(10, 12, 0, 0) 50.47%, #0A0C00 100%);
  background: linear-gradient(180deg, rgba(10, 12, 0, 0) 50.47%, #0A0C00 100%);
  z-index: 1;
}
.team-card_img img {
  transition: 0.4s;
  width: 100%;
  filter: grayscale(1);
}
.team-card .team-card_content {
  position: absolute;
  left: 0;
  bottom: -10px;
  padding: 0 28px 36px;
  transition: 0.4s;
  opacity: 0;
  z-index: 1;
}
.team-card_title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 7px;
	font-family: 'Americana-Std-Roman';
}
.team-card_title a {
  color: #ffffff;
}
.team-card_title a:hover {
  color: #8C7A69;
}
.team-card_desig {
  font-size: 18px;
  font-weight: 400;
  display: block;
  color: #ffffff;
  margin-bottom: 0;
}
.team-card:hover .team-card_content {
  opacity: 1;
  bottom: 0;
}
.team-card:hover .team-card_img img {
  transform: scale(1.05);
  filter: grayscale(0);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .team-card_title {
    font-size: 22px;
  }
}



/* Testimonials slider 1 */
.testimonials-slider-1 .owl-item{
    transition: all 1s var(--ease-out-long);
}
.testimonials-slider-1 .owl-item:not(.active){
    opacity: 0;
    transform: scale(0.75);
}
.testimonials-slider-1 .owl-buttons{
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.testimonials-slider-1 .owl-prev,
.testimonials-slider-1 .owl-next{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: static;
    width: 48px;
    height: 48px;
    padding: 0;
    font-size: 24px;
    text-align: center;
    color: #000000;
    opacity: 1;
    transform: translate(0,0);
}
.testimonials-slider-1 .owl-next{
    margin-left: 10px;
}
.testimonials-slider-1 .owl-prev svg,
.testimonials-slider-1 .owl-next svg{
    position: relative;
    width: 1em;
    height: 1em;
}
.testimonials-slider-1 .owl-prev:before,
.testimonials-slider-1 .owl-next:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05),0px 1px 1px 0px rgba(0, 0, 0, 0.03),0px 3px 5px 0px rgba(0, 0, 0, 0.03);
    transition: all 0.4s var(--ease-elastic-2);
}
.testimonials-slider-1 .owl-prev:hover:before,
.testimonials-slider-1 .owl-next:hover:before{
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08),0px 1px 1px 0px rgba(0, 0, 0, 0.06),0px 3px 5px 0px rgba(0, 0, 0, 0.06);
    transform: scale(1.07);
}
.testimonials-slider-1 blockquote{
    position: relative;
    margin: 0 0 1.5em 0;
    padding-left: 1.9778em;
    font-size: 46px;
    border: none;
    background: none;    
}
.testimonials-slider-1 .blockquote-icon{
    position: absolute;
    top: 0.15em;
    left: 0;
    width: .88em;
    height: .88em;
    background: #fff;
    border-radius: 50%;
    font-family: Urbanist;
    font-size: 1.5em;
    line-height: 1.45em;
    text-align: center;
}
.light-content .testimonials-slider-1 .blockquote-icon{
    color: #010101;
}
.testimonials-slider-1 blockquote p{
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
}
.ts1-author{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}
.ts1-author .small{
    font-weight: 400;
    font-size: 15px;
    color: #757575;
}
.ts1-author-img{
    margin-right: 10px;
}


