/*** 



====================================================================

			Fonts

====================================================================



 ***/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed&display=swap" rel="stylesheet');

@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet');

/*

	font-family: 'Rajdhani', sans-serif;

*/

@import url("fontawesome-all.css");

@import url("animate.css");

@import url("flaticon.css");

@import url("owl.css");

@import url("jquery-ui.css");

@import url("jquery.fancybox.min.css");

@import url("scrollbar.css");

/*** 



====================================================================

	Reset

====================================================================



 ***/

* {
  margin: 0px;

  padding: 0px;

  border: none;

  outline: none;

  font-size: 100%;

  line-height: inherit;
}

/*** 



====================================================================

	Global Settings

====================================================================



 ***/

body {
  font-size: 14px;

  color: #000;

  line-height: 1.6em;

  font-weight: 400;

  background: #ffffff;

  -webkit-font-smoothing: antialiased;

  -moz-font-smoothing: antialiased;

  
}

ul,
ol {
  margin-bottom: 0px !important;
  padding-left: 0px !important;
}

a {
  text-decoration: none !important;

  cursor: pointer;

  color: #beaf87;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none !important;

  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;

  font-weight: normal;

  margin: 0px;

  background: none;

  line-height: 1.2em;

  
}

textarea {
  overflow: hidden;
}

button {
  outline: none !important;

  cursor: pointer;
}

p,
.text {
  font-size: 18px;

  line-height: 34px;

  font-weight: 400;

  color: #6c6d70;

  margin: 0;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.page-wrapper {
  position: relative;

  margin: 0 auto;

  width: 100%;

  min-width: 300px;

  z-index: 9;

  overflow: hidden;
}

.auto-container {
  position: static;

  max-width: 1200px;

  padding: 0px 15px;

  margin: 0 auto;
}

ul,
li {
  list-style: none;

  padding: 0px;

  margin: 0px;
}

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  
}

.theme-btn i {
  position: relative;

  display: inline-block;

  font-size: 14px;

  margin-left: 3px;
}

.centered {
  text-align: center !important;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;

  font-size: 18px;

  line-height: 27px;

  color: #ffffff;

  font-weight: 700;

  padding: 25px 60px;

  background-color: #beaf87;

  overflow: hidden;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  transition: all 300ms linear;

  border-radius: 0px;
}

.btn-style-one .btn-title {
  position: relative;
}

.btn-style-one:hover {
  color: #beaf87;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-one:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  content: "";

  background-color: #24262d;

  -webkit-transform: scale(0, 1);

  -ms-transform: scale(0, 1);

  transform: scale(0, 1);

  -webkit-transform-origin: top right;

  -ms-transform-origin: top right;

  transform-origin: top right;

  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.btn-style-one:hover:before {
  -webkit-transform: scale(1, 1);

  -ms-transform: scale(1, 1);

  transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

  -ms-transform-origin: bottom left;

  transform-origin: bottom left;
}

/*Btn Style Two*/

.btn-style-two {
  position: relative;

  font-size: 18px;

  line-height: 27px;

  color: #ffffff;

  font-weight: 700;

  padding: 25px 60px;

  background-color: #24262d;

  overflow: hidden;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  transition: all 300ms linear;

  border-radius: 0px;
}

.btn-style-two .btn-title {
  position: relative;
}

.btn-style-two:hover {
  color: #24262d;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-two:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  content: "";

  background-color: #ffffff;

  -webkit-transform: scale(0, 1);

  -ms-transform: scale(0, 1);

  transform: scale(0, 1);

  -webkit-transform-origin: top right;

  -ms-transform-origin: top right;

  transform-origin: top right;

  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.btn-style-two:hover:before {
  -webkit-transform: scale(1, 1);

  -ms-transform: scale(1, 1);

  transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

  -ms-transform-origin: bottom left;

  transform-origin: bottom left;
}

/*Btn Style Three*/

.btn-style-three {
  position: relative;

  font-size: 16px;

  line-height: 30px;

  color: #f1ecff;

  font-weight: 500;

  padding: 10px 32px;

  background-color: #1a2940;

  overflow: hidden;

  border-radius: 0px;

  transition: all 300ms linear;
}

.btn-style-three .btn-title {
  position: relative;
}

.btn-style-three:hover {
  color: #1a2940;

  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.btn-style-three:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  content: "";

  background-color: #ffffff;

  -webkit-transform: scale(0, 1);

  -ms-transform: scale(0, 1);

  transform: scale(0, 1);

  -webkit-transform-origin: top right;

  -ms-transform-origin: top right;

  transform-origin: top right;

  -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);

  transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */

  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);

  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.btn-style-three:hover:before {
  -webkit-transform: scale(1, 1);

  -ms-transform: scale(1, 1);

  transform: scale(1, 1);

  -webkit-transform-origin: bottom left;

  -ms-transform-origin: bottom left;

  transform-origin: bottom left;
}

/*Btn Style Four */

.btn-style-four {
  position: relative;

  display: inline-block;

  font-size: 16px;

  line-height: 28px;

  color: #ffffff;

  padding: 10px 30px;

  font-weight: 500;

  overflow: hidden;

  border: 1px solid #333333;

  background-color: #333333;
}

.btn-style-four:hover {
  color: #333333;

  border: 1px solid #ffffff;

  -webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

  -moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

  -ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

  -o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

  box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;
}

/*=== Social Icon One ===*/

.social-icon-one {
  position: relative;
}

.social-icon-one li {
  position: relative;

  display: inline-block;

  margin-left: 35px;
}

.social-icon-one li a {
  position: relative;

  display: block;

  font-size: 12px;

  line-height: 22px;

  color: #ffffff;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: #24262d;
}

.social-icon-one li:first-child {
  margin-left: 0;
}

/*=== List Style One ===*/

.list-style-one {
  position: relative;
}

.list-style-one li {
  position: relative;

  font-size: 18px;

  line-height: 24px;

  color: #24262d;

  font-weight: 600;

  padding-left: 30px;

  margin-bottom: 16px;
}

.list-style-one li:before {
  content: "\f14a";

  position: absolute;

  left: 0;

  top: 0px;

  display: block;

  font-size: 14px;

  line-height: 26px;

  padding: 0px;

  color: #beaf87;

  font-weight: 900;

  font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover {
  color: #44bce2;
}

/*=== List Style Two ===*/

.list-style-two {
  position: relative;
}

.list-style-two li {
  position: relative;

  font-size: 15px;

  line-height: 25px;

  color: #666666;

  font-weight: 400;

  padding-left: 25px;

  margin-bottom: 15px;
}

.list-style-two li:before {
  content: "\f182";

  position: absolute;

  left: 0;

  top: 0px;

  display: block;

  font-size: 15px;

  line-height: 25px;

  padding: 0px;

  color: #666666;

  font-family: "LineAwesome";
}

.list-style-two li a:hover {
  color: #44bce2;
}

.theme_color {
  color: #fa7720;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.tabs-box {
  position: relative;
}

.tabs-box .tab {
  display: none;
}

.tabs-box .active-tab {
  display: block;
}

.preloader {
  position: fixed;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  z-index: 999999;

  background-color: #ffffff;

  background-position: center center;

  background-repeat: no-repeat;

  background-image: url(../images/icons/preloader.svg);
}

img {
  display: inline-block;

  max-width: 100%;

  height: auto;
}

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

.fa {
  line-height: inherit;
}

/*** 



====================================================================

	Scroll To Top style

====================================================================



***/

.scroll-to-top {
  position: fixed;

  bottom: 20px;

  right: 20px;

  width: 48px;

  height: 48px;

  color: #ffffff;

  font-size: 20px;

  line-height: 48px;

  text-align: center;

  z-index: 100;

  cursor: pointer;

  background: #beaf87;

  display: none;

  border-radius: 5px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: #2c2c2c;
}

/*** 



====================================================================

	Main Header style

====================================================================



***/

.main-header {
  position: relative;

  display: block;

  width: 100%;

  z-index: 9;

  background-color: #24262d;
}

.main-header .header-top {
  position: relative;

  background-color: #1d1f25;
}

.main-header .header-top .inner-container {
  position: relative;

  padding-left: 260px;
}

/* Top Left*/

.main-header .header-top .top-left {
  position: relative;

  float: right;

  padding: 0;

  padding-left: 25px;
}

.top-left a {
  color: #fff;
}

.top-left a:hover {
  color: #fff;
}

.main-header .header-top .top-left .text {
  position: relative;

  font-size: 13px;

  line-height: 25px;

  color: #9a9ca2;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.05em;
}

.main-header .header-top .top-left .text span {
  color: #ffffff;

  font-weight: 700;

  margin-right: 25px;

  text-transform: uppercase;
}

.main-header .header-top .top-right {
  position: relative;

  float: right;

  padding: 0;

  padding-left: 25px;

  padding-right: 25px;
}

.lang-right {
  position: relative;

  float: right;

  padding-left: 25px;

  padding-right: 25px;

  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.lang-right label {
  color: #fff;
  margin-right: 5px;
}

.lang,
.lang option {
  cursor: pointer;
}

.main-header .header-top .top-right .visit-link {
  position: relative;

  font-size: 13px;

  line-height: 25px;

  color: #beaf87;

  font-weight: 700;

  letter-spacing: 1px;

  text-transform: uppercase;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.main-header .header-top .top-right .visit-link:hover {
  color: #ffffff;
}

/*=== Header Upper ===*/

/* .main-header .header-upper{

	position: relative;

} */

/* .main-header .header-upper .inner-container{

	position: relative;

} */

.main-header .header-upper .inner-container:before {
  position: absolute;

  right: 100%;

  bottom: 0;

  height: 1000%;

  width: 1000%;

  background-color: #f7f5f1;

  content: "";

  margin-right: -200px;
}

.main-header .header-upper .logo-outer {
  position: relative;

  float: left;
}

.main-header .header-upper .logo-outer:before {
  position: absolute;

  right: -60px;

  bottom: -50px;

  border-left: 21px solid transparent;

  border-bottom: 20px solid #24262d;

  content: "";
}

.main-header .header-upper .logo {
  position: relative;

  padding: 15px 0;
}

.main-header .header-upper .logo img {
  display: inline-block;

  max-width: 100%;

  height: auto;

  width: 110px;
}

.logo img {
  width: 140px;
}

.nav-logo {
  width: 150px;
}

.main-header .nav-outer {
  position: relative;

  float: right;

  width: 80%;
}

.main-header .upper-right {
  position: relative;

  float: right;

  padding: 20px 0;
}

.main-header .info-list {
  position: relative;
}

.main-header .info-list li {
  position: relative;

  float: left;

  font-size: 13px;

  line-height: 25px;

  color: #9a9ca2;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  margin-left: 35px;
}

.main-header .info-list li:first-child {
  margin-left: 0;
}

.main-header .info-list li a {
  display: inline-block;

  font-weight: 600;

  color: #9a9ca2;

  transition: all 300ms ease;
}

.main-header .info-list li a:hover {
  color: #beaf87;
}

.main-header .info-list li span {
  display: inline-block;

  color: #ffffff;

  font-weight: 700;

  margin-right: 20px;

  letter-spacing: 1px;

  text-transform: uppercase;
}

.main-header .nav-outer .outer-box {
  position: relative;

  float: left;

  padding: 20px 0;
}

.main-header .nav-outer .social-icon-one li {
  line-height: 25px;
}

.main-menu {
  position: relative;

  float: left;

  background-color: #beaf87;

  margin-left: 60px;
}

.main-menu:before {
  position: absolute;

  left: 100%;

  background-color: #beaf87;

  height: 100%;

  width: 1000%;

  top: 0;

  content: "";
}

.main-menu:after {
  position: absolute;

  left: 0;

  top: 0;

  border-right: 21px solid transparent;

  border-top: 20px solid #24262d;

  content: "";
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;

  margin: 0px;

  padding-left: 50px;
}

.main-menu .navigation > li {
  position: relative;

  float: left;

  padding: 25px 0;

  margin-left: 55px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.main-menu .navigation > li:first-child {
  margin-left: 0;
}

.main-menu .navigation > li > a {
  position: relative;

  display: block;

  text-align: center;

  font-size: 16px;

  line-height: 25px;

  font-weight: 600;

  opacity: 1;

  color: #ffffff;

  padding: 0px;

  text-transform: uppercase;

  letter-spacing: 0.1em;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.main-menu .navigation > li > a:hover {
  color: #beaf87;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  text-shadow: 0 0 1px;
}

.main-menu .navigation > li > ul {
  position: absolute;

  left: 0px;

  top: 100%;

  width: 230px;

  z-index: 100;

  padding: 10px 0px;

  background-color: #ffffff;

  opacity: 0;

  display: none;

  margin-top: 5px;

  border-radius: 5px;

  -webkit-transform: translateY(30px);

  -ms-transform: translateY(30px);

  transform: translateY(30px);

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul.from-right {
  left: auto;

  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;

  width: 100%;

  padding: 0px 25px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation > li > ul > li > a {
  position: relative;

  display: block;

  padding: 12px 0px;

  line-height: 24px;

  font-weight: 600;

  font-size: 16px;

  color: #333333;

  text-align: left;

  border-bottom: 1px solid #e5e5e5;

  text-transform: capitalize;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #beaf87;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "Font Awesome 5 Free";

  content: "\f105";

  position: absolute;

  right: 0;

  top: 12px;

  display: block;

  line-height: 24px;

  font-size: 16px;

  font-weight: 900;

  z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;

  left: 100%;

  top: 0px;

  width: 230px;

  z-index: 100;

  display: none;

  background-color: #ffffff;

  opacity: 0;

  padding: 10px 0px;

  margin-left: 5px;

  border-radius: 5px;

  -webkit-transform: translateY(30px);

  -ms-transform: translateY(30px);

  transform: translateY(30px);

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;

  width: 100%;

  padding: 0px 25px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;

  display: block;

  padding: 12px 0px;

  line-height: 24px;

  font-weight: 600;

  font-size: 16px;

  color: #333333;

  text-align: left;

  border-bottom: 1px solid #e5e5e5;

  text-transform: capitalize;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  color: #beaf87;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;

  opacity: 1;

  top: 100%;

  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;

  opacity: 1;

  top: 0px;

  -webkit-transform: translateY(0px);

  -ms-transform: translateY(0px);

  transform: translateY(0px);
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;

  right: 10px;

  top: 8px;

  width: 34px;

  height: 30px;

  border: 1px solid #ffffff;

  text-align: center;

  font-size: 16px;

  line-height: 26px;

  color: #ffffff;

  cursor: pointer;

  z-index: 5;

  display: none;
}

/*** 



====================================================================

	Header Style Two

====================================================================



***/

.header-style-two {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  background: rgba(36, 38, 45, 0.5);

  z-index: 999;
}

/* .header-style-two .auto-container{

	position: relative;

} */

.header-style-two .auto-container:before {
  position: absolute;

  left: 15px;

  top: 0;

  height: 100%;

  width: 1000%;

  background-color: rgba(36, 38, 45, 0.1);

  content: "";
}

.header-style-two .header-top .inner-container {
  padding-left: 0px;
}

.header-style-two .header-top .inner-container .bg-shade {
  position: absolute;

  left: 0;

  top: 0;

  width: 200%;

  height: 100%;
}

.header-style-two .header-upper .inner-container .bg-shade {
  position: absolute;

  left: 0;

  top: 0;

  width: 200%;

  height: 100%;
}

.header-style-two .header-upper .logo {
  padding: 50px 0px 8px;

  margin-right: 20px;
}

/* .header-style-two .header-upper .logo:before{

	position: absolute;

	right: -21px;

	bottom: 0;

	border-bottom: 18px solid transparent;

	border-left: 21px solid #ffffff;

	content: "";

}



.header-style-two .header-upper .logo:after{

	position: absolute;

	right: -21px;

	bottom: 18px;

	top: 0;

	width: 21px;

	background-color: #ffffff;

	content: "";

} */

.header-style-two .header-top {
  background-color: #beaf87;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);

  position: relative;

  z-index: 10;
}

.main-header .header-top .top-right {
  border-left: 1px solid rgba(255, 255, 255, 0.3);

  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.header-style-two .main-menu:after,
.header-style-two .header-upper .logo-outer:before,
.header-style-two .header-upper .inner-container:before {
  display: none;
}

.header-style-two .header-upper .logo-outer {
  position: relative;

  float: left;

  margin-top: -45px;
}

.main-header .header-top .top-info {
  position: relative;
}

.main-header .header-top .top-info li {
  position: relative;

  float: left;

  font-size: 13px;

  line-height: 25px;

  color: #ffffff;

  font-weight: 600;

  padding-right: 20px;

  margin-right: 0px;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  opacity: 0.7;
}

.main-header .header-top .top-info li:before {
  position: absolute;

  right: 0px;

  top: -4px;

  font-size: 20px;

  line-height: 25px;

  color: #ffffff;

  font-weight: 600;

  content: ".";
}

.main-header .header-top .top-info li:last-child:before {
  display: none;
}

.main-header .header-top .top-info li a {
  color: #ffffff;

  display: inline-block;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.main-header .header-top .top-info li a:hover {
  color: #beaf87;

  text-decoration: underline;
}

.header-style-two .header-top .top-right .visit-link {
  color: #ffffff;
}

.header-style-two .header-top .top-right .visit-link:hover {
  color: #beaf87;
}

.header-style-two .main-menu {
  background-color: transparent;
}

.header-style-two .main-menu:before {
  display: none;
}

.header-style-two .social-icon-one li a {
  font-size: 12px;
}

.header-style-two .nav-outer .outer-box {
  padding: 27px 0;
}

.header-style-two .main-menu .navigation {
  padding-left: 60px;
}

.header-style-two .main-menu .navigation > li {
  padding: 30px 0;
}

/*** 



====================================================================

		Sticky Header

====================================================================



***/

.sticky-header {
  position: fixed;

  visibility: hidden;

  opacity: 0;

  left: 0px;

  top: 0px;

  width: 100%;

  padding: 0px 0px;

  z-index: -1;

  background: #ffffff;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);

  -webkit-transition: top 300ms ease;

  -moz-transition: top 300ms ease;

  -ms-transition: top 300ms ease;

  -o-transition: top 300ms ease;

  transition: top 300ms ease;
}

.fixed-header .sticky-header {
  opacity: 1;

  z-index: 99999;

  visibility: visible;
}

.fixed-header .sticky-header .logo {
  padding: 23px 0;
}

.sticky-header .main-menu {
  background-color: transparent;

  margin-left: 0;
}

.sticky-header .main-menu .navigation > li {
  margin-left: 32px !important;

  padding: 0 !important;

  margin-right: 0;

  background-color: transparent;
}

.sticky-header .main-menu:after,
.sticky-header .main-menu:before,
.header-style-two .auto-container:before,
.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before {
  display: none;
}

.sticky-header .main-menu .navigation > li > a {
  padding: 20px 0px !important;

  line-height: 30px;

  font-size: 17px;

  font-weight: 500;

  color: #222222;

  text-transform: capitalize;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
  opacity: 1;

  color: #beaf87;
}

/*** 



====================================================================

		Mobile Menu

====================================================================



***/

.nav-outer .mobile-nav-toggler {
  position: relative;

  float: right;

  font-size: 20px;

  cursor: pointer;

  color: #beaf87;

  margin: 35px 0px 0px;

  display: none;
}

.nav-outer .mobile-nav-toggler .icon {
  position: relative;

  display: block;
}

.nav-outer .mobile-nav-toggler .line {
  position: relative;

  font-size: 30px;

  line-height: 7px;

  display: block;
}

.mobile-menu {
  position: fixed;

  right: 0;

  top: 0;

  width: 300px;

  padding-right: 30px;

  max-width: 100%;

  height: 100%;

  opacity: 0;

  visibility: hidden;

  z-index: 999999;
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.mobile-menu .mCSB_inside > .mCSB_container.mCS_y_hidden {
  margin-right: 0px;
}

.mobile-menu .nav-logo {
  position: relative;

  padding: 30px 5px;

  text-align: left;

  margin: auto;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;

  visibility: visible;
}

.mobile-menu .menu-backdrop {
  position: fixed;

  right: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

  background: rgba(190, 175, 135, 0.9);

  -webkit-transform: translateX(101%);

  -ms-transform: translateX(101%);

  transform: translateX(101%);

  transition: all 900ms ease;

  -moz-transition: all 900ms ease;

  -webkit-transition: all 900ms ease;

  -ms-transition: all 900ms ease;

  -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;

  visibility: visible;

  -webkit-transition: all 0.7s ease;

  -moz-transition: all 0.7s ease;

  -ms-transition: all 0.7s ease;

  -o-transition: all 0.7s ease;

  transition: all 0.7s ease;

  -webkit-transform: translateX(0%);

  -ms-transform: translateX(0%);

  transform: translateX(0%);
}

.mobile-menu .menu-box {
  position: absolute;

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  max-height: 100%;

  overflow-y: auto;

  background: #202020;

  padding: 0px 0px;

  z-index: 5;

  opacity: 0;

  visibility: hidden;

  border-radius: 0px;

  -webkit-transform: translateX(101%);

  -ms-transform: translateX(101%);

  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;

  visibility: visible;

  -webkit-transition: all 0.7s ease;

  -moz-transition: all 0.7s ease;

  -ms-transition: all 0.7s ease;

  -o-transition: all 0.7s ease;

  transition: all 0.7s ease;

  -webkit-transform: translateX(0%);

  -ms-transform: translateX(0%);

  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;

  right: 10px;

  top: 10px;

  line-height: 30px;

  width: 24px;

  text-align: center;

  font-size: 20px;

  color: #ffffff;

  cursor: pointer;

  z-index: 10;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

  -webkit-transition: all 0.9s ease;

  -moz-transition: all 0.9s ease;

  -ms-transition: all 0.9s ease;

  -o-transition: all 0.9s ease;

  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(315deg);

  -ms-transform: rotate(315deg);

  transform: rotate(315deg);
}

.mobile-menu .close-btn:hover {
  color: #beaf87;

  -webkit-transform: rotate(225deg);

  -ms-transform: rotate(225deg);

  transform: rotate(225deg);
}

.mobile-menu .navigation {
  position: relative;

  display: block;

  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
  position: relative;

  display: block;

  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:last-child {
  border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;

  display: block;

  line-height: 24px;

  padding: 10px 25px;

  font-size: 16px;

  font-weight: 600;

  color: #ffffff;

  text-transform: uppercase;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.mobile-menu .navigation li ul li > a {
  font-size: 16px;

  padding-left: 35px;

  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 0;

  border-left: 5px solid #beaf87;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
  color: #beaf87;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;

  right: 6px;

  top: 6px;

  width: 32px;

  height: 32px;

  text-align: center;

  font-size: 16px;

  line-height: 32px;

  color: #ffffff;

  background: rgba(255, 255, 255, 0.1);

  cursor: pointer;

  border-radius: 2px;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  background: #beaf87;

  -webkit-transform: rotate(90deg);

  -ms-transform: rotate(90deg);

  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
}

.mobile-menu .social-links {
  position: relative;

  text-align: center;

  padding: 30px 25px;
}

.mobile-menu .social-links li {
  position: relative;

  display: inline-block;

  margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
  position: relative;

  line-height: 32px;

  font-size: 28px;

  color: #ffffff;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
  color: #beaf87;
}

/*** 



====================================================================

	Page Title Style

====================================================================



***/

.page-title {
  position: relative;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

  background-attachment: fixed;

  padding: 190px 0px 80px;
}

.page-title:before {
  position: absolute;

  content: "";

  left: 0px;

  top: 0px;

  width: 100%;

  height: 100%;

  display: block;

  background-color: #24262d50;

  opacity: 0.5;
}

.page-title h1 {
  position: relative;

  font-size: 40px;

  font-weight: 700;

  color: #ffffff;

  line-height: 1em;

  z-index: 99;

  letter-spacing: 5px;

  text-transform: uppercase;
}

.page-title .page-info {
  position: absolute;

  left: 0px;

  bottom: 0px;

  width: 100%;

  z-index: 1;
}

.page-info .bread-crumb {
  position: relative;

  float: right;

  padding: 10px 40px;

  padding-right: 20px;

  margin-right: 20px;

  background-color: #24262d;
}

.page-info .bread-crumb:before {
  position: absolute;

  left: 100%;

  top: 0;

  border-right: 21px solid transparent;

  border-bottom: 18px solid #24262d;

  content: "";
}

.page-info .bread-crumb:after {
  position: absolute;

  left: 100%;

  top: 18px;

  bottom: 0px;

  width: 21px;

  background-color: #24262d;

  content: "";
}

.page-info .bread-crumb li {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 27px;

  color: rgba(255, 255, 255, 0.9);

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 3px;

  margin-right: 18px;

  padding-right: 18px;
}

.page-info .bread-crumb li:last-child {
  margin-right: 0px;

  padding-right: 0;
}

.page-info .bread-crumb li:after {
  position: absolute;

  content: ".";

  top: 0px;

  right: -4px;

  font-size: 14px;

  line-height: 27px;

  color: #beaf87;

  font-weight: 700;
}

.page-info .bread-crumb li:last-child:after {
  display: none;
}

.page-info .bread-crumb li a {
  color: #beaf87;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.page-info .bread-crumb li a:hover {
  color: #ffffff;
}

/*** 



====================================================================

		Section Title

====================================================================



***/

.sec-title {
  position: relative;

  z-index: 1;

  margin-bottom: 50px;
}

.sec-title .title {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: normal;

  color: #beaf87;

  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 14px;

  letter-spacing: 0.05em;
}

.sec-title h2 {
  position: relative;

  display: block;

  font-size: 38px;

  line-height: 1.1em;

  color: #24262d;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.05em;
}

.sec-title.light h2 {
  color: #ffffff;
}

/*** 



====================================================================

		Banner Section

====================================================================



***/

.banner-section {
  position: relative;

  overflow: hidden;
}

.banner-section .slide-item {
  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.banner-section .slide-item .image-layer {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 5000ms linear;

  -moz-transition: all 5000ms linear;

  -ms-transition: all 5000ms linear;

  -o-transition: all 5000ms linear;

  transition: all 5000ms linear;
}

.banner-section .active .slide-item .image-layer {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);
}

.banner-section .slide-item .content-box {
  position: relative;

  height: 840px;

  width: 100%;

  display: table;

  vertical-align: middle;
}

.banner-section .slide-item .content-box:after {
  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  background: #1d1f25;

  opacity: 0.4;

  content: "";
}

.banner-section .slide-item .content {
  position: relative;

  display: table-cell;

  vertical-align: middle;

  z-index: 9;
}

.banner-section .slide-item .title {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 27px;

  color: #beaf87;

  font-weight: 700;

  letter-spacing: 0.16em;

  padding: 10px 40px;

  padding-right: 19px;

  text-transform: uppercase;

  background-color: #24262d;

  margin-bottom: 30px;

  opacity: 0;

  -webkit-transform: translateX(-100px);

  -moz-transform: translateX(-100px);

  -ms-transform: translateX(-100px);

  -o-transform: translateX(-100px);

  transform: translateX(-100px);

  -webkit-transition: all 700ms ease;

  -moz-transition: all 700ms ease;

  -ms-transition: all 700ms ease;

  -o-transition: all 700ms ease;

  transition: all 700ms ease;
}

.banner-section .slide-item .title:before {
  position: absolute;

  left: 100%;

  margin-left: -1px;

  top: 0;

  border-right: 22px solid transparent;

  border-bottom: 18px solid #24262d;

  content: "";
}

.banner-section .slide-item .title:after {
  position: absolute;

  left: 100%;

  margin-left: -1px;

  bottom: 0;

  width: 21px;

  height: 29px;

  background-color: #24262d;

  content: "";
}

.banner-section .active .title {
  opacity: 1;

  -webkit-transform: translateX(0);

  -moz-transform: translateX(0);

  -ms-transform: translateX(0);

  -o-transform: translateX(0);

  transform: translateX(0);

  -webkit-transition-delay: 500ms;

  -moz-transition-delay: 500ms;

  -ms-transition-delay: 500ms;

  -o-transition-delay: 500ms;

  transition-delay: 500ms;
}

.banner-section .slide-item h2 {
  position: relative;

  display: block;

  font-size: 124px;

  line-height: 0.9em;

  color: #ffffff;

  font-weight: 700;

  margin-bottom: 30px;

  object-position: 0;

  text-transform: uppercase;

  letter-spacing: 0.07em;

  opacity: 0;

  -webkit-transform: translateX(-100px);

  -moz-transform: translateX(-100px);

  -ms-transform: translateX(-100px);

  -o-transform: translateX(-100px);

  transform: translateX(-100px);

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.banner-section .active h2 {
  opacity: 1;

  -webkit-transform: translateX(0);

  -moz-transform: translateX(0);

  -ms-transform: translateX(0);

  -o-transform: translateX(0);

  transform: translateX(0);

  -webkit-transition-delay: 1000ms;

  -moz-transition-delay: 1000ms;

  -ms-transition-delay: 1000ms;

  -o-transition-delay: 1000ms;

  transition-delay: 1000ms;
}

.banner-section .slide-item .btn-box {
  opacity: 0;

  -webkit-transform: translateX(-50px);

  -moz-transform: translateX(-50px);

  -ms-transform: translateX(-50px);

  -o-transform: translateX(-50px);

  transform: translateX(-50px);

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.banner-section .active .btn-box {
  opacity: 1;

  -webkit-transform: translateX(0);

  -moz-transform: translateX(0);

  -ms-transform: translateX(0);

  -o-transform: translateX(0);

  transform: translateX(0);

  -webkit-transition-delay: 1500ms;

  -moz-transition-delay: 1500ms;

  -ms-transition-delay: 1500ms;

  -o-transition-delay: 1500ms;

  transition-delay: 1500ms;
}

.banner-section .owl-nav {
  display: none;
}

.banner-section .owl-dots {
  position: absolute;

  right: 13%;

  top: 50%;

  -webkit-transform: translateY(-50%);

  -moz-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  -o-transform: translateY(-50%);

  transform: translateY(-50%);
}

.banner-section .owl-dot {
  position: relative;

  display: block;

  height: 20px;

  width: 20px;

  border: 6px solid #49494a;

  margin-bottom: 20px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.banner-section .owl-dot:last-child {
  margin-bottom: 0;
}

.banner-section .owl-dot.active,
.banner-section .owl-dot:hover {
  border: 6px solid #ffffff;
}

/*** 



====================================================================

	Banner Section Two

====================================================================



***/

.banner-section-two {
  position: relative;

  overflow: hidden;
}

.banner-section-two .slide-item {
  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.banner-section-two .slide-item .image-layer {
  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  -webkit-transform: scale(1);

  -ms-transform: scale(1);

  transform: scale(1);

  -webkit-transition: all 5000ms linear;

  -moz-transition: all 5000ms linear;

  -ms-transition: all 5000ms linear;

  -o-transition: all 5000ms linear;

  transition: all 5000ms linear;
}

.banner-section-two .active .slide-item .image-layer {
  -webkit-transform: scale(1.1);

  -ms-transform: scale(1.1);

  transform: scale(1.1);
}

.banner-section-two .slide-item .content-box {
  position: relative;

  height: 100vh;

  width: 100%;

  display: table;

  vertical-align: middle;

  text-align: center;
}

.banner-section-two .slide-item .content-box:after {
  position: absolute;

  left: 0;

  bottom: 0;

  height: 100%;

  width: 100%;

  background: #1d1f25;

  opacity: 0.6;

  content: "";
}

.banner-section-two .slide-item .content {
  position: relative;

  display: table-cell;

  vertical-align: middle;

  z-index: 9;
}

.banner-section-two .slide-item h2 {
  position: relative;

  display: block;

  font-size: 50px;

  line-height: 0.9em;

  color: #ffffff;

  font-weight: 700;

  margin-bottom: 26px;

  object-position: 0;

  text-transform: uppercase;

  margin-top: 50px;

  opacity: 0;

  -webkit-transform: translateY(-100px);

  -moz-transform: translateY(-100px);

  -ms-transform: translateY(-100px);

  -o-transform: translateY(-100px);

  transform: translateY(-100px);

  -webkit-transition: all 700ms ease;

  -moz-transition: all 700ms ease;

  -ms-transition: all 700ms ease;

  -o-transition: all 700ms ease;

  transition: all 700ms ease;
}

.banner-section-two .active h2 {
  opacity: 1;

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

  -webkit-transition-delay: 500ms;

  -moz-transition-delay: 500ms;

  -ms-transition-delay: 500ms;

  -o-transition-delay: 500ms;

  transition-delay: 500ms;
}

.banner-section-two .slide-item .text {
  font-size: 22px;

  line-height: 40px;

  color: rgba(255, 255, 255, 0.8);

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.2em;

  text-decoration: underline;

  margin-bottom: 40px;

  opacity: 0;

  -webkit-transform: translateY(100px);

  -moz-transform: translateY(100px);

  -ms-transform: translateY(100px);

  -o-transform: translateY(100px);

  transform: translateY(100px);

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.banner-section-two .active .text {
  opacity: 1;

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

  -webkit-transition-delay: 1000ms;

  -moz-transition-delay: 1000ms;

  -ms-transition-delay: 1000ms;

  -o-transition-delay: 1000ms;

  transition-delay: 1000ms;
}

.banner-section-two .slide-item .btn-box {
  opacity: 0;

  -webkit-transform: translateY(50px);

  -moz-transform: translateY(50px);

  -ms-transform: translateY(50px);

  -o-transform: translateY(50px);

  transform: translateY(50px);

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.banner-section-two .active .btn-box {
  opacity: 1;

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

  -webkit-transition-delay: 1500ms;

  -moz-transition-delay: 1500ms;

  -ms-transition-delay: 1500ms;

  -o-transition-delay: 1500ms;

  transition-delay: 1500ms;
}

.banner-section-two .owl-nav {
  display: none;
}

.banner-section-two .owl-dots {
  position: absolute;

  bottom: 55px;

  left: 0;

  width: 100%;

  text-align: center;
}

.banner-section-two .owl-dot {
  position: relative;

  display: inline-block;

  height: 20px;

  width: 20px;

  border: 6px solid rgba(255, 255, 255, 0.2);

  margin: 0 5px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.banner-section-two .owl-dot.active,
.banner-section-two .owl-dot:hover {
  border: 6px solid #ffffff;
}

/*** 



====================================================================

	About Section

====================================================================



***/

.about-section {
  position: relative;

  padding: 120px 0 100px;
}

.about-section .content-column {
  position: relative;

  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;

  margin-left: -25px;
}

.about-section .content-column .sec-title {
  margin-bottom: 40px;
}

.about-section .content-column .text {
  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 78px;
}

.about-section .image-column {
  position: relative;

  margin-bottom: 60px;
}

.about-section .image-column .inner-column {
  position: relative;

  padding-right: 90px;
}

.about-section .image-column .image-box {
  position: relative;
}

.about-section .image-column .image {
  position: relative;

  margin-bottom: 0;
}

.about-section .image-column .image img {
  display: block;

  width: 100%;
}

.about-section .image-column .image-box .title {
  position: absolute;

  left: 0;

  bottom: 0;

  font-size: 14px;

  line-height: 27px;

  color: #beaf87;

  font-weight: 700;

  letter-spacing: 0.16em;

  padding: 10px 40px;

  padding-right: 19px;

  text-transform: uppercase;

  background-color: #24262d;
}

.about-section .image-column .image-box .title:before {
  position: absolute;

  left: 100%;

  top: 0;

  border-right: 21px solid transparent;

  border-bottom: 18px solid #24262d;

  content: "";
}

.about-section .image-column .image-box .title:after {
  position: absolute;

  left: 100%;

  bottom: 0;

  width: 21px;

  height: 29px;

  background-color: #24262d;

  content: "";
}

.about-section .facts-couner {
  position: relative;

  margin: 0 -9px;
}

.about-section .counter-column {
  position: relative;

  float: left;

  width: 20%;

  padding: 0 9px;

  margin-bottom: 20px;
}

.about-section .counter-column .inner {
  position: relative;

  padding: 50px 20px;

  text-align: center;

  background-color: #f7f5f1;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.about-section .counter-column .inner:before {
  position: absolute;

  right: 0;

  top: 0;

  border-left: 20px solid transparent;

  border-top: 20px solid #ffffff;

  content: "";
}

.about-section .counter-column .inner:hover {
  background-color: #beaf87;
}

.about-section .counter-column .icon-box {
  position: relative;

  display: inline-block;

  margin-bottom: 10px;
}

.about-section .counter-column .icon-box .icon {
  position: relative;

  display: inline-block;

  font-size: 50px;

  line-height: 1.2em;

  color: #24262d;

  font-weight: 400;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.about-section .counter-column .inner:hover .icon-box .icon {
  color: #ffffff;
}

.about-section .counter-column .count-box {
  position: relative;

  font-size: 30px;

  line-height: 1em;

  color: #24262d;

  font-weight: 500;

  margin-bottom: 3px;

  letter-spacing: 0.03em;
}

.about-section .counter-column .count-text {
  position: relative;

  font-size: 30px;

  line-height: 1em;

  color: #24262d;

  font-weight: 500;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.about-section .counter-column .inner:hover .count-text {
  color: #ffffff;
}

.about-section .counter-column .counter-title {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: #6c6d70;

  font-weight: 500;

  letter-spacing: 0.03em;

  text-transform: uppercase;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.about-section .counter-column .inner:hover .counter-title {
  color: #ffffff;
}

/*** 



====================================================================

	About Section Two

====================================================================



***/

.about-section-two {
  position: relative;

  padding: 120px 0 0px;
}

.about-section-two .title-box {
  position: relative;

  margin-bottom: 50px;
}

.about-section-two .title-box .sec-title {
  margin-bottom: 0;
}

.about-section-two .title-box .link-box {
  position: relative;

  text-align: right;

  padding-top: 30px;
}

.about-section-two .content-column {
  position: relative;

  margin-bottom: 30px;

  z-index: 1;
}

.about-section-two .content-column .inner-column {
  position: relative;

  padding-left: 50px;
}

.about-section-two .content-column .sec-title {
  margin-bottom: 35px;
}

.about-section-two .content-column .sec-title h2 {
  line-height: 1.2em;
}

.about-section-two .content-column .text {
  position: relative;

  font-size: 18px;

  line-height: 1.8em;

  color: #6c6d70;

  font-weight: 500;
}

.about-section-two .content-column .text p {
  font-size: 18px;

  line-height: 1.8em;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 30px;
}

.about-section-two .image-column {
  position: relative;

  z-index: 1;
}

.about-section-two .image-column .inner-column {
  position: relative;
}

.about-section-two .image-column .image-box {
  position: relative;
}

.about-section-two .image-column .image {
  position: relative;

  margin-bottom: 0;
}

.about-section-two .image-column .image img {
  display: block;

  width: 100%;
}

.about-section-two .fun-fact-section {
  position: relative;

  background: none;

  padding: 0px 0px;

  margin-top: -220px;

  overflow: hidden;
}

.about-section-two .fun-fact-section .inner-container {
  position: relative;

  padding: 40px 0px;

  padding-left: 290px;

  margin-left: 250px;

  background: #24262d;
}

.about-section-two .fun-fact-section .inner-container:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  width: 3000px;

  height: 100%;

  background: #24262d;
}

/*** 



====================================================================

	About Page Section

====================================================================



***/

.about-page-section {
  position: relative;

  padding: 120px 0 0;
}

.about-block {
  position: relative;

  margin-bottom: 70px;
}

.about-block .content-column {
  position: relative;

  margin-bottom: 50px;
}

.about-block .content-column .inner-column {
  position: relative;

  padding-right: 70px;
}

.about-block .content-column .sec-title {
  position: relative;

  margin-bottom: 37px;
}

.about-block .content-column .sec-title h2 {
  line-height: 1.1em;
}

.about-block .content-column .text-box {
  position: relative;
}

.about-block .content-column .text-box p {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 34px;
}

.about-block .content-column .text-box p:last-child {
  margin-bottom: 0;
}

.about-block .image-column {
  position: relative;

  margin-bottom: 50px;
}

.about-block .image-column .image {
  position: relative;

  margin-bottom: 0;

  padding-top: 10px;
}

.about-block .image-column .image img {
  display: block;

  width: 100%;

  height: auto;
}

.about-block.style-two .content-column {
  order: 2;
}

.about-block.style-two .content-column .inner-column {
  position: relative;

  padding-right: 0px;

  padding-left: 70px;
}

/*** 



====================================================================

	Intro Section

====================================================================



***/

.intro-section {
  position: relative;

  padding: 120px 0 90px;

  text-align: center;
}

.intro-section .sec-title {
  margin-bottom: 40px;
}

.intro-section .sec-title h2 {
  line-height: 1.2em;
}

.intro-section .text {
  position: relative;

  font-size: 22px;

  line-height: 40px;

  color: #6c6d70;

  font-weight: 400;

  max-width: 1000px;

  margin: 0 auto 50px;
}

.intro-section .image-column {
  position: relative;

  margin-bottom: 30px;
}

.intro-section .image-column .image {
  position: relative;

  margin-bottom: 0;

  background-color: #24262d;
}

.intro-section .image-column .image img {
  display: block;

  width: 100%;

  height: auto;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.intro-section .image-column .image:hover img {
  opacity: 0.5;
}

/*** 



====================================================================

	Fun Fact Section

====================================================================



***/

.fun-fact-section {
  position: relative;

  background-color: #24262d;

  padding: 30px 0;
}

.fun-fact-section .title-column {
  position: relative;

  margin-bottom: 50px;
}

.fun-fact-section .title-column .sec-title {
  margin: 0;

  padding: 70px 0px 30px;
}

.fun-fact-section .title-column .sec-title h2 {
  color: #ffffff;
}

.fun-fact-section .facts-couner {
  position: relative;
}

.fun-fact-section .counter-column {
  position: relative;
}

.fun-fact-section .counter-column .inner {
  position: relative;

  padding: 70px 15px;
}

.fun-fact-section .counter-column .icon-box {
  position: relative;

  font-size: 52px;

  color: #ffffff;

  line-height: 1em;

  margin-bottom: 22px;
}

.fun-fact-section .counter-column .count-box {
  position: relative;

  font-size: 60px;

  line-height: 50px;

  color: #ffffff;

  font-weight: 400;

  letter-spacing: 0.03em;

  margin-bottom: 15px;
}

.fun-fact-section .counter-column .count-text {
  position: relative;

  font-size: 60px;

  line-height: 0.8em;

  color: #ffffff;

  font-weight: 400;
}

.fun-fact-section .counter-column .counter-title {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 1em;

  color: #9a9ca2;

  font-weight: 500;

  letter-spacing: 0.03em;

  text-transform: uppercase;
}

/*** 



====================================================================

		Room Section

====================================================================



***/

.room-section {
  position: relative;

  padding: 120px 0 0;

  background-color: #f7f5f1;
}

.room-section:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  background-image: url(../images/icons/pattern-1.jpg);

  content: "";

  opacity: 0.05;
}

.room-detail-tabs {
  position: relative;
}

.room-detail-tabs .tabs-box {
  position: relative;
}

.room-detail-tabs .tab-btns {
  position: relative;

  left: 0;

  top: 0;

  width: 100%;

  display: table;

  margin-bottom: 60px;
}

.room-detail-tabs .tab-btns li {
  position: relative;

  display: table-cell;

  width: 20%;

  vertical-align: middle;

  background-color: #ffffff;

  font-size: 20px;

  line-height: 40px;

  color: #24262d;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.03em;

  cursor: pointer;

  text-align: center;

  padding: 25px 15px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.room-detail-tabs .tab-btns li:before {
  position: absolute;

  right: 0;

  top: 0px;

  border-right: 18px solid #ffffff;

  border-bottom: 21px solid transparent;

  content: "";
}

.room-detail-tabs .tab-btns li:last-child:before {
  border-right: 18px solid #f7f5f1;
}

.room-detail-tabs .tab-btns li.active-btn,
.room-detail-tabs .tab-btns li:hover {
  background-color: #beaf87;

  color: #ffffff;
}

.room-detail-tabs .tab-btns li.active-btn:before,
.room-detail-tabs .tab-btns li:hover:before {
  -webkit-transition: all 300ms ease 300ms;

  -moz-transition: all 300ms ease 300ms;

  -ms-transition: all 300ms ease 300ms;

  -o-transition: all 300ms ease 300ms;

  transition: all 300ms ease 300ms;

  background-color: #beaf87;
}

.room-detail-tabs .tab-btns li:hover span,
.room-detail-tabs .tab-btns li.active-btn span {
  color: #ffffff;

  opacity: 0.1;
}

.room-detail-tabs .tabs-content {
  position: relative;

  padding: 0 0 70px;
}

.room-detail-tabs .tab {
  position: relative;

  display: none;
}

.room-detail-tabs .active-tab {
  display: block;
}

.room-section .content-column {
  position: relative;
}

.room-section .content-column .inner-column {
  position: relative;

  margin-right: -30px;

  opacity: 0;

  -webkit-transform: translateX(-30px);

  -ms-transform: translateX(-30px);

  transform: translateX(-30px);

  -webkit-transition: all 500ms ease 100ms;

  -ms-transition: all 500ms ease 100ms;

  transition: all 500ms ease 100ms;
}

.room-section .active-tab .content-column .inner-column {
  opacity: 1;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);
}

.room-section .content-column h2 {
  position: relative;

  display: block;

  font-size: 30px;

  line-height: 1em;

  color: #24262d;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  margin-bottom: 40px;
}

.room-section .content-column .room-size {
  position: absolute;

  right: 0;

  top: 0;

  font-size: 14px;

  line-height: 20px;

  color: #beaf87;

  font-weight: 700;

  letter-spacing: 0.16em;

  padding: 10px 30px;

  text-transform: uppercase;

  background-color: #24262d;
}

.room-section .content-column .room-size span {
  margin-right: 25px;
}

.room-section .content-column .text {
  position: relative;

  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 50px;
}

.room-section .room-info {
  position: relative;

  margin-bottom: 40px;
}

.room-section .room-info .icon {
  position: relative;

  display: inline-block;

  margin-bottom: 20px;

  font-size: 64px;

  line-height: 1em;

  color: #000000;
}

.room-section .room-info h5 {
  display: block;

  font-size: 18px;

  line-height: 1.2em;

  color: #24262d;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.03em;

  padding-right: 40px;
}

.room-section .image-column {
  position: relative;

  margin-bottom: 50px;
}

.room-section .image-column .inner-column {
  position: relative;

  padding-left: 110px;

  opacity: 0;

  -webkit-transform: translateX(30px);

  -ms-transform: translateX(30px);

  transform: translateX(30px);

  -webkit-transition: all 500ms ease 100ms;

  -ms-transition: all 500ms ease 100ms;

  transition: all 500ms ease 100ms;
}

.room-section .active-tab .image-column .inner-column {
  opacity: 1;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);
}

.room-section .image-column .image {
  position: relative;

  margin-bottom: 0;
}

.room-section .image-column .image img {
  display: block;

  width: 100%;

  height: auto;
}

/*** 



====================================================================

	why Choose us

====================================================================



***/

.why-choose-us {
  position: relative;

  padding: 120px 0px;

  background-color: #24262d;
}

.why-choose-us .image-layer {
  position: absolute;

  right: 0;

  top: 0;

  height: 100%;

  width: 66.6%;

  opacity: 0.35;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.why-choose-us .title-column {
  position: relative;
}

.why-choose-us .title-column .inner-column {
  position: relative;

  padding-top: 170px;

  padding-left: 70px;
}

.why-choose-us .sec-title h2 {
  line-height: 1.2em;
}

.why-choose-us .sec-title .title {
  margin-bottom: 10px;
}

.why-choose-us .feature-column {
  position: relative;
}

.why-choose-us .feature-column .inner-column {
  position: relative;

  padding-right: 70px;
}

.why-choose-us .features-box {
  position: relative;

  background-color: #ffffff;

  margin-top: 18px;

  padding: 80px 100px 70px;
}

.why-choose-us .feature-list {
  position: relative;

  display: block;

  counter-reset: count;
}

.why-choose-us .feature-list li {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 2em;

  color: #24262d;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.03em;

  margin-bottom: 36px;

  padding-left: 60px;
}

.why-choose-us .feature-list li:before {
  position: absolute;

  left: 0;

  top: 0;

  font-size: 18px;

  line-height: 2em;

  color: #beaf87;

  font-weight: 600;

  counter-increment: count;

  content: "0" counter(count);
}

.why-choose-us .feature-list li:last-child {
  margin-bottom: 0;
}

.why-choose-us .features-box:before {
  position: absolute;

  left: 0;

  right: 21px;

  top: -18px;

  height: 18px;

  background-color: #ffffff;

  content: "";
}

.why-choose-us .features-box:after {
  position: absolute;

  right: 0;

  top: -18px;

  border-bottom: 18px solid #ffffff;

  border-right: 21px solid transparent;

  content: "";
}

/*** 



====================================================================

	Features Section

====================================================================



***/

.features-section {
  position: relative;

  padding: 120px 0 70px;
}

.feature-block-two {
  position: relative;

  margin-bottom: 50px;
}

.feature-block-two .inner-box {
  position: relative;
}

.feature-block-two .image-box {
  position: relative;
}

.feature-block-two .image {
  position: relative;

  margin-bottom: 0;
}

.feature-block-two .image img {
  display: block;

  width: 100%;

  height: auto;
}

.feature-block-two .lower-content {
  position: relative;

  padding-top: 25px;
}

.feature-block-two h5 {
  position: relative;

  display: block;

  font-size: 22px;

  line-height: 1.2em;

  color: #24262d;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  margin-bottom: 28px;
}

.feature-block-two .text {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 33px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 40px;
}

.feature-block-two .list-style-one li {
  font-weight: 400;
}

.feature-block-two .list-style-one li:last-child {
  margin-bottom: 0;
}

/*** 



====================================================================

	Call To Action

====================================================================



***/

.call-to-action {
  position: relative;

  padding: 120px 0;

  text-align: center;

  background-color: #beaf87;
}

.call-to-action:before {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  background-image: url(../images/icons/pattern-2.jpg);

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  opacity: 0.1;

  content: "";
}

.call-to-action .sec-title .title {
  color: #ffffff;
}

.call-to-action .number {
  position: relative;

  display: block;

  font-size: 50px;

  line-height: 1em;

  color: #ffffff;

  margin-top: 10px;

  letter-spacing: 0.05em;

  text-align: center;
}

.call-to-action .number a {
  color: #ffffff;
}

.call-to-action .number a:hover {
  text-decoration: underline;
}

/*** 



====================================================================

	Floor Section

====================================================================



***/

.floor-section {
  position: relative;

  padding: 120px 0;
}

.floor-carousel {
  position: relative;
}

.floor-carousel .info-column {
  position: relative;
}

.floor-carousel .floor-info {
  position: relative;
}

.floor-carousel .floor-info li {
  position: relative;

  font-size: 16px;

  line-height: 27px;

  color: #6c6d70;

  font-weight: 600;

  text-transform: uppercase;

  padding: 15px 30px;

  background-color: #f7f5f1;
}

.floor-carousel .floor-info li:nth-child(even) {
  background-color: #ffffff;
}

.floor-carousel .floor-info li span {
  position: relative;

  float: right;

  color: #24262d;

  font-weight: 600;
}

.floor-carousel .text-column {
  position: relative;
}

.floor-carousel .text-column p {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 34px;
}

.floor-carousel .text-column .theme-btn {
  margin-top: 20px;
}

.floor-carousel .owl-nav {
  display: none;
}

.floor-carousel .owl-dots {
  position: absolute;

  right: 0;

  top: -80px;
}

.floor-carousel .owl-dot {
  position: relative;

  display: inline-block;

  height: 20px;

  width: 20px;

  border: 6px solid #d3d4d5;

  margin-left: 10px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.floor-carousel .owl-dot:last-child {
  margin-bottom: 0;
}

.floor-carousel .owl-dot.active,
.floor-carousel .owl-dot:hover {
  border: 6px solid #beaf87;
}

/*** 



====================================================================

	Property Section

====================================================================



***/

.property-section {
  position: relative;

  padding: 120px 0;
}

.property-tabs {
  position: absolute;

  border-top: 0;

  z-index: 10;

  top: 50%;

  left: 0;

  right: 0;

  margin: auto;

  width: 70%;
}

.property-tabs .tab-btns {
  position: relative;
}

.property-tabs .tab-btns {
  position: relative;

  display: table;

  width: 40%;

  margin: auto;
}

.property-tabs .tab-btns li {
  position: relative;

  display: table-cell;

  vertical-align: middle;

  font-size: 18px;

  line-height: 30px;

  color: #6c6d70;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.03em;

  cursor: pointer;

  text-align: center;

  padding: 15px 15px;

  background-color: #f7f5f1;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.property-tabs .tab-btns li:hover,
.property-tabs .tab-btns li.active-btn {
  background-color: #24262d;

  color: #beaf87;
}

.property-tabs .tab {
  position: relative;
}

.property-tabs .content-box {
  position: relative;

  padding: 70px 75px 70px;
}

.property-tabs .content-box .text {
  position: relative;

  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 70px;
}

.property-tabs .info-column {
  position: relative;
}

.property-tabs .floor-info {
  position: relative;

  margin-bottom: 60px;

  opacity: 0;

  -webkit-transform: translateX(-30px);

  -ms-transform: translateX(-30px);

  transform: translateX(-30px);

  -webkit-transition: all 500ms ease 200ms;

  -ms-transition: all 500ms ease 200ms;

  transition: all 500ms ease 200ms;
}

.property-tabs .active-tab .floor-info {
  opacity: 1;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);
}

.property-tabs .floor-info li {
  position: relative;

  font-size: 16px;

  line-height: 27px;

  color: #6c6d70;

  font-weight: 600;

  text-transform: uppercase;

  padding: 15px 30px;

  background-color: #f7f5f1;
}

.property-tabs .floor-info li:nth-child(even) {
  background-color: #ffffff;
}

.property-tabs .floor-info li span {
  position: relative;

  float: right;

  color: #24262d;
}

.property-tabs .image-column {
  position: relative;

  text-align: right;
}

.property-tabs .image-column .image {
  position: relative;

  opacity: 0;

  -webkit-transform: translateX(30px);

  -ms-transform: translateX(30px);

  transform: translateX(30px);

  -webkit-transition: all 500ms ease 200ms;

  -ms-transition: all 500ms ease 200ms;

  transition: all 500ms ease 200ms;
}

.property-tabs .active-tab .image-column .image {
  opacity: 1;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);
}

/*** 



====================================================================

	News Section

====================================================================



***/

.news-section {
  position: relative;

  padding: 120px 0 90px;
}

.news-block {
  position: relative;

  margin-bottom: 30px;
}

.news-block .inner-box {
  position: relative;

  background-color: #f7f5f1;
}

.news-block .image-box {
  position: relative;
}

.news-block .image-box .image {
  position: relative;

  margin-bottom: 0;

  background-color: #24262d;

  overflow: hidden;
}

.news-block .image-box .image img {
  display: block;

  width: 100%;

  height: auto;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.news-block .inner-box:hover .image a img {
  opacity: 0.7;

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);
}

.news-block .lower-content {
  position: relative;

  padding: 40px 80px 70px;
}

.news-block .lower-content .date {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 20px;

  color: #beaf87;

  font-weight: 700;

  letter-spacing: 0.16em;

  padding: 10px 30px;

  text-transform: uppercase;

  background-color: #24262d;

  margin-bottom: 20px;
}

.news-block .lower-content h5 {
  position: relative;

  display: block;

  font-size: 24px;

  line-height: 34px;

  color: #24262d;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  margin-bottom: 25px;
}

.news-block .lower-content h5 a {
  color: #24262d;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.news-block .lower-content h5 a:hover {
  color: #beaf87;
}

.news-block .lower-content .text {
  position: relative;

  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 40px;
}

.news-block .post-info {
  position: relative;
}

.news-block .post-info li {
  position: relative;

  display: inline-block;

  margin-right: 15px;

  padding-right: 20px;

  font-size: 16px;

  line-height: 30px;

  color: #beaf87;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.05em;
}

.news-block .post-info li a {
  color: #beaf87;

  display: inline-block;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.news-block .post-info li:before {
  position: absolute;

  right: 0;

  bottom: 0;

  font-size: 16px;

  line-height: 30px;

  color: #beaf87;

  font-weight: 500;

  content: ".";
}

.news-block .post-info li a:hover {
  color: #24262d;

  text-decoration: underline;
}

/*** 



====================================================================

		News Section Two

====================================================================



***/

.news-section-two {
  position: relative;

  padding: 120px 0 90px;
}

.news-block-two {
  position: relative;

  margin-bottom: 30px;
}

.news-block-two .inner-box {
  position: relative;

  background-color: #f7f5f1;
}

.news-block-two .image-box {
  position: relative;
}

.news-block-two .image-box .image {
  position: relative;

  margin-bottom: 0;

  overflow: hidden;

  background-color: #24262d;
}

.news-block-two .image-box .image img {
  display: block;

  width: 100%;

  height: auto;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.news-block-two .inner-box:hover .image img {
  opacity: 0.7;

  -webkit-transform: scale(1.1);

  -moz-transform: scale(1.1);

  -ms-transform: scale(1.1);

  -o-transform: scale(1.1);

  transform: scale(1.1);
}

.news-block-two .lower-content {
  position: relative;

  padding: 40px 60px 50px;

  min-height: 260px;
}

.news-block-two .lower-content .date {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 20px;

  color: #beaf87;

  font-weight: 700;

  letter-spacing: 0.16em;

  padding: 10px 30px;

  text-transform: uppercase;

  background-color: #24262d;

  margin-bottom: 20px;
}

.news-block-two .lower-content h4 {
  position: relative;

  display: block;

  font-size: 24px;

  line-height: 24px;

  color: #24262d;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 0.05em;
}

.news-block-two .lower-content h4 a {
  color: #24262d;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;

  font-size: 16px;

  text-transform: capitalize;
}

.news-block-two .lower-content h4 a:hover {
  color: #beaf87;
}

/*** 



====================================================================

	News Detail

====================================================================



***/

.news-detail {
  position: relative;
}

.author-box {
  position: relative;

  margin-bottom: 70px;

  border: 2px solid #f7f5f1;

  padding: 58px 58px;
}

.author-box .inner-box {
  position: relative;

  padding-left: 210px;

  min-height: 165px;
}

.author-box .thumb {
  position: absolute;

  left: 0;

  top: 0;

  width: 160px;
}

.author-box .thumb img {
  display: block;

  width: 100%;
}

.author-box .name {
  position: relative;

  display: block;

  font-size: 22px;

  line-height: 1em;

  color: #24262d;

  font-weight: 600;

  margin-bottom: 40px;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.author-box .text {
  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;
}

/*** 



====================================================================

		Gallery Section

====================================================================



***/

.gallery-section {
  position: relative;

  padding: 1px 0px;
}

.gallery-item {
  position: relative;
}

.gallery-item .image-box {
  position: relative;

  overflow: hidden;
}

.gallery-item .image-box .image {
  position: relative;
}

.gallery-item .image-box .image img {
  display: block;

  width: 100%;

  height: auto;
}

.gallery-item .overlay-box {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  text-align: center;

  background-color: rgba(222, 158, 83, 0.9);

  content: "";

  -webkit-transition: -webkit-transform 0.4s ease;

  transition: -webkit-transform 0.4s ease;

  transition: transform 0.4s ease;

  transition: transform 0.4s ease, -webkit-transform 0.4s ease;

  -webkit-transform: scale(0, 1);

  -ms-transform: scale(0, 1);

  transform: scale(0, 1);

  -webkit-transform-origin: right center;

  -ms-transform-origin: right center;

  transform-origin: right center;
}

.gallery-item .image-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);

  -ms-transform: scale(1, 1);

  transform: scale(1, 1);

  -webkit-transform-origin: left center;

  -ms-transform-origin: left center;

  transform-origin: left center;
}

.gallery-item .overlay-box a {
  position: absolute;

  left: 50%;

  top: 50%;

  margin-top: -25px;

  margin-left: -25px;
}

.gallery-item .overlay-box a span {
  display: block;

  height: 58px;

  width: 58px;

  color: #ffffff;

  border-radius: 50%;

  font-weight: 400;

  line-height: 58px;

  font-size: 30px;
}

.gallery-section .owl-nav {
  display: none;
}

/*** 



====================================================================

		Gallery Section Two

====================================================================



***/

.gallery-section-two {
  position: relative;

  padding: 110px 0 0;
}

.gallery-section-two:before {
  content: "";

  position: absolute;

  left: 0;

  top: 0;

  height: 60%;

  width: 100%;

  background-color: #f7f5f1;
}

.gallery-section-two .pattern-layer {
  position: absolute;

  left: 0;

  top: 0;

  height: 60%;

  width: 100%;

  background-repeat: no-repeat;

  background-position: center top;

  background-size: cover;

  opacity: 0.05;
}

.gallery-item-two {
  position: relative;
}

.gallery-item-two .image-box {
  position: relative;

  overflow: hidden;
}

.gallery-item-two .image-box .image {
  position: relative;
}

.gallery-item-two .image-box .image img {
  display: block;

  width: 100%;

  height: auto;
}

.gallery-item-two .overlay-box {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 100%;

  text-align: center;

  background-color: rgba(222, 158, 83, 0.9);

  content: "";

  -webkit-transition: -webkit-transform 0.4s ease;

  transition: -webkit-transform 0.4s ease;

  transition: transform 0.4s ease;

  transition: transform 0.4s ease, -webkit-transform 0.4s ease;

  -webkit-transform: scale(0, 1);

  -ms-transform: scale(0, 1);

  transform: scale(0, 1);

  -webkit-transform-origin: right center;

  -ms-transform-origin: right center;

  transform-origin: right center;
}

.gallery-item-two .image-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);

  -ms-transform: scale(1, 1);

  transform: scale(1, 1);

  -webkit-transform-origin: left center;

  -ms-transform-origin: left center;

  transform-origin: left center;
}

.gallery-item-two .overlay-box a {
  position: absolute;

  left: 50%;

  top: 50%;

  margin-top: -25px;

  margin-left: -25px;
}

.gallery-item-two .overlay-box a span {
  display: block;

  height: 58px;

  width: 58px;

  color: #ffffff;

  border-radius: 50%;

  font-weight: 400;

  line-height: 58px;

  font-size: 30px;
}

.gallery-item-two .owl-nav {
  display: none;
}

.gallery-section-two .gallery-item-two .image {
  margin-bottom: 0;
}

.gallery-section-two .owl-nav {
  display: none;
}

.gallery-section-two .owl-dots {
  position: absolute;

  bottom: 62px;

  left: 0;

  width: 100%;

  text-align: center;
}

.gallery-section-two .owl-dot {
  position: relative;

  display: inline-block;

  height: 20px;

  width: 20px;

  border: 6px solid rgba(255, 255, 255, 0.2);

  margin: 0 5px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.gallery-section-two .owl-dot.active,
.gallery-section-two .owl-dot:hover {
  border: 6px solid #ffffff;
}

/*** 



====================================================================

		Gallery Page Section

====================================================================



***/

.gallery-page-section {
  position: relative;

  padding: 120px 0 90px;
}

/*=== Mixitup Gallery ===*/

.mixitup-gallery .filters {
  margin-bottom: 50px;

  text-align: center;
}

.mixitup-gallery .filters .filter-tabs {
  position: relative;

  display: block;
}

.mixitup-gallery .filters li {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 30px;

  padding: 10px 30px;

  cursor: pointer;

  color: #ffffff;

  font-weight: 700;

  margin: 0 4px 10px;

  text-transform: uppercase;

  letter-spacing: 3px;

  background-color: #beaf87;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.mixitup-gallery .filters .filter.active,
.mixitup-gallery .filters .filter:hover {
  color: #ffffff;

  background-color: #24262d;
}

.mixitup-gallery .gallery-item-two {
  display: none;
}

.gallery-item-two {
  position: relative;

  margin-bottom: 30px;
}

.owl-theme .gallery-item-two {
  margin-bottom: 0;
}

/*** 



====================================================================

	Apartments Section

====================================================================



***/

.apartments-section {
  position: relative;

  padding: 120px 0 90px;
}

.apartment-block {
  position: relative;

  margin-bottom: 30px;
}

.apartment-block .inner-box {
  position: relative;
}

.apartment-block .image-box {
  position: relative;
}

.apartment-block .image {
  position: relative;

  margin-bottom: 0;

  background-color: #24262d;
}

.apartment-block .image img {
  display: block;

  width: 100%;

  height: auto;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.apartment-block .inner-box:hover .image img {
  opacity: 0.7;
}

.apartment-block .info-box {
  position: relative;

  padding: 35px 40px;

  background-color: #f7f5f1;
}

.apartment-block .info-box:before {
  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 100%;

  opacity: 0;

  background-color: #24262d;

  -webkit-transform-origin: bottom;

  -ms-transform-origin: bottom;

  transform-origin: bottom;

  -webkit-transform: scaleY(0);

  -ms-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transition: all 300ms ease 100ms;

  -ms-transition: all 300ms ease 100ms;

  transition: all 300ms ease 100ms;
}

.apartment-block .inner-box:hover .info-box:before {
  opacity: 1;

  -webkit-transform: scaleY(1);

  -ms-transform: scaleY(1);

  transform: scaleY(1);
}

.apartment-block .info-box h4 {
  position: relative;

  display: block;

  font-size: 20px;

  line-height: 30px;

  color: #24262d;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 2px;
}

.apartment-block .info-box h4 a {
  color: #24262d;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.apartment-block .inner-box:hover .info-box h4 a {
  color: #ffffff;
}

.apartment-block .info-box .read-more {
  position: relative;

  display: inline-block;

  font-size: 14px;

  line-height: 30px;

  color: #beaf87;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 1px;
}

/*** 



====================================================================

	Apartment Detail

====================================================================



***/

.apartment-detail {
  position: relative;

  padding: 120px 0 105px;
}

.apartment-detail .upper-box {
  position: relative;
}

.apartment-detail .slide-item {
  position: relative;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  padding: 80px 60px 60px;
}

.apartment-detail .upper-box .image {
  position: relative;

  margin-bottom: 0;
}

.apartment-detail .upper-box .image img {
  display: block;

  width: 100%;

  height: auto;
}

.apartment-detail .upper-box .apartment-info {
  position: relative;

  float: right;

  background-color: #ffffff;

  padding: 50px 80px 45px;

  max-width: 370px;

  width: 100%;

  -webkit-transform: translateX(-50px);

  -ms-transform: translateX(-50px);

  transform: translateX(-50px);

  -webkit-transition: all 1000ms ease 100ms;

  -ms-transition: all 1000ms ease 100ms;

  transition: all 1000ms ease 100ms;
}

.apartment-detail .upper-box .active .apartment-info {
  opacity: 1;

  -webkit-transform: translateX(0px);

  -ms-transform: translateX(0px);

  transform: translateX(0px);
}

.apartment-detail .upper-box .apartment-info:before {
  position: absolute;

  left: 0;

  right: 21px;

  top: -18px;

  height: 18px;

  background-color: #ffffff;

  content: "";
}

.apartment-detail .upper-box .apartment-info:after {
  position: absolute;

  right: 0;

  top: -18px;

  border-bottom: 18px solid #ffffff;

  border-right: 21px solid transparent;

  content: "";
}

.apartment-detail .upper-box .apartment-info h5 {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 34px;

  color: #24262d;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.apartment-detail .upper-box .features-list {
  position: relative;

  margin-bottom: 20px;
}

.apartment-detail .upper-box .features-list li {
  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 2px;
}

.apartment-detail .owl-nav {
  display: none;
}

.apartment-detail .owl-dots {
  position: absolute;

  bottom: 55px;

  left: 0;

  width: 100%;

  text-align: center;
}

.apartment-detail .owl-dot {
  position: relative;

  display: inline-block;

  height: 20px;

  width: 20px;

  border: 6px solid rgba(255, 255, 255, 0.2);

  margin: 0 5px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.apartment-detail .owl-dot.active,
.apartment-detail .owl-dot:hover {
  border: 6px solid #ffffff;
}

.apartment-detail .lower-content {
  position: relative;

  padding: 55px 0 0;
}

.apartment-detail .lower-content .sec-title {
  margin-bottom: 40px;
}

.apartment-detail .lower-content p {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 34px;
}

/*** 



====================================================================

	Newsletter Section

====================================================================



***/

.newsletter-section {
  position: relative;

  padding: 120px 0px 70px;

  z-index: 1;

  border-bottom: 1px solid #f7f5f1;
}

.newsletter-section .title-column {
  position: relative;

  margin-bottom: 50px;
}

.newsletter-section .title-column .inner-column {
  position: relative;
}

.newsletter-section .title-column .sec-title {
  margin-bottom: 0;
}

.newsletter-section .form-column {
  position: relative;

  margin-bottom: 50px;
}

.newsletter-section .form-column .inner-column {
  position: relative;
}

/*Subscribe Form*/

.subscribe-form .form-group {
  position: relative;

  display: block;

  margin: 0px;

  width: 100%;

  padding-right: 240px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea {
  position: relative;

  display: block;

  width: 100%;

  line-height: 25px;

  height: 85px;

  font-size: 18px;

  color: #6c6d70;

  font-weight: 500;

  background: #ffffff;

  padding: 25px 40px;

  background-color: #f7f5f1;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .submit-btn {
  position: absolute;

  right: 0px;

  top: 0px;

  height: 85px;

  color: #ffffff;

  font-size: 18px;

  cursor: pointer;

  width: 210px;

  text-align: center;

  font-weight: 700;

  letter-spacing: 0.05em;

  background-color: #beaf87;

  text-transform: uppercase;
}

.subscribe-form .form-group input[type="submit"]:hover,
.subscribe-form .submit-btn:hover {
  color: #beaf87;

  background-color: #222222;
}

/*** 



====================================================================

	Team Section

====================================================================



***/

.team-section {
  position: relative;

  padding: 120px 0 70px;
}

.team-block {
  position: relative;

  margin-bottom: 50px;
}

.team-block .inner-box {
  position: relative;

  text-align: center;
}

.team-block .image-box {
  position: relative;
}

.team-block .image-box .image {
  position: relative;

  margin-bottom: 0;

  background-color: #24262d;
}

.team-block .image-box .image img {
  display: block;

  width: 100%;

  height: auto;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.team-block .inner-box:hover .image-box .image img {
  opacity: 0.7;
}

.team-block .info-box {
  position: relative;

  padding: 25px 0 0;
}

.team-block .info-box h6 {
  position: relative;

  display: block;

  font-size: 20px;

  line-height: 1.2em;

  color: #24262d;

  font-weight: 600;

  letter-spacing: 0.08em;

  text-transform: uppercase;

  margin-bottom: 10px;
}

.team-block .info-box h6 a {
  color: #24262d;

  display: inline-block;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.team-block .info-box h6 a:hover {
  color: #beaf87;
}

.team-block .info-box .designation {
  position: relative;

  display: block;

  font-size: 14px;

  line-height: 1.2em;

  color: #6c6d70;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.2em;

  margin-bottom: 15px;
}

.team-block .info-box .social-links {
  position: relative;
}

.team-block .info-box .social-links li {
  position: relative;

  display: inline-block;

  margin: 0 5px;
}

.team-block .info-box .social-links li a {
  position: relative;

  display: inline-block;

  height: 52px;

  width: 52px;

  font-size: 14px;

  color: #6c6d70;

  line-height: 52px;

  background-color: #f7f5f1;

  text-align: center;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.team-block .info-box .social-links li a:hover {
  color: #ffffff;

  background-color: #beaf87;
}

/*** 



====================================================================

	Team Single

====================================================================



***/

.team-single {
  position: relative;

  padding: 120px 0 0;
}

.team-block .inner-box {
  position: relative;

  text-align: center;
}

.team-single .image-column {
  position: relative;
}

.team-single .image-column .image-box {
  position: relative;
}

.team-single .image-box {
  position: relative;
}

.team-single .image-box .image {
  position: relative;

  margin-bottom: 0;

  background-color: #24262d;
}

.team-single .image-box .image img {
  display: block;

  width: 100%;

  height: auto;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.team-single .image-box:hover .image img {
  opacity: 0.7;
}

.team-single .content-column {
  position: relative;
}

.team-single .content-column .inner-column {
  position: relative;

  padding-left: 70px;
}

.team-single .content-column .info-box {
  position: relative;

  margin-bottom: 40px;
}

.team-single .info-box .name {
  position: relative;

  font-size: 30px;

  line-height: 1em;

  color: #24262d;

  font-weight: 600;

  letter-spacing: 3px;

  text-transform: uppercase;

  margin-bottom: 3px;
}

.team-single .info-box .designation {
  display: block;

  font-size: 18px;

  line-height: 30px;

  color: #6c6d70;

  font-weight: 500;

  letter-spacing: 4px;

  text-transform: uppercase;
}

.team-single .text {
  position: relative;

  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 50px;
}

.team-single .social-links {
  position: relative;
}

.team-single .social-links li {
  position: relative;

  display: inline-block;

  margin: 0 5px;
}

.team-single .social-links li a {
  position: relative;

  display: inline-block;

  height: 52px;

  width: 52px;

  font-size: 14px;

  color: #6c6d70;

  line-height: 52px;

  background-color: #f7f5f1;

  text-align: center;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.team-single .social-links li a:hover {
  color: #ffffff;

  background-color: #beaf87;
}

/*** 



====================================================================

	FAQ's Section

====================================================================



***/

.faqs-section {
  position: relative;

  padding: 120px 0 70px;

  background-color: #f7f5f1;
}

.faqs-section .image-column {
  position: relative;

  margin-bottom: 50px;
}

.faqs-section .image-column .inner-column {
  position: relative;

  padding-right: 35px;
}

.faqs-section .image-column .image {
  position: relative;

  margin-bottom: 0;
}

.faqs-section .image-column .image img {
  display: block;

  width: 100%;

  height: auto;
}

.default-accordion-box {
  position: relative;
}

.default-accordion-box .block {
  position: relative;

  margin-bottom: 10px;
}

.default-accordion-box .block:last-child {
  margin-bottom: 0;
}

.default-accordion-box .block .acc-btn {
  position: relative;

  font-size: 18px;

  line-height: 22px;

  color: #24262d;

  font-weight: 600;

  cursor: pointer;

  padding: 30px 40px;

  background-color: #ffffff;

  padding-right: 100px;

  letter-spacing: 1px;

  text-transform: uppercase;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.default-accordion-box .block .acc-btn:before {
  position: absolute;

  right: 40px;

  top: 30px;

  font-size: 14px;

  font-weight: 700;

  color: #6c6d70;

  line-height: 22px;

  content: "\f067";

  font-family: "Font Awesome 5 Free";

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.default-accordion-box .block .acc-btn.active {
  position: relative;

  background-color: #24262d;

  color: #ffffff;
}

.default-accordion-box .block .acc-btn.active:before {
  content: "\f068";

  color: #beaf87;
}

.default-accordion-box .block .acc-content {
  position: relative;

  display: none;
}

.default-accordion-box .block .content {
  position: relative;

  padding: 35px 40px 25px;
}

.default-accordion-box .block .acc-content.current {
  display: block;
}

.default-accordion-box .block .content .text {
  display: block;

  font-size: 18px;

  line-height: 30px;

  color: #6c6d70;

  font-weight: 500;
}

/*** 



====================================================================

		Fluid Section One

====================================================================



***/

.fluid-section-one {
  position: relative;

  background-color: #24262d;
}

.fluid-section-one .outer-container {
  position: relative;
}

.fluid-section-one .image-column {
  position: absolute;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;

  left: 0;

  top: 0;

  height: 100%;

  width: 50%;
}

.fluid-section-one .image-column .image-box {
  position: relative;

  display: none;
}

.fluid-section-one .image-column .image-box img {
  display: block;

  width: 100%;

  height: auto;
}

.fluid-section-one .feature-column {
  position: relative;

  float: right;

  width: 50%;
}

.fluid-section-one .feature-column .inner-column {
  position: relative;

  max-width: 600px;

  width: 100%;

  float: left;

  padding: 110px 35px 80px 100px;
}

.fluid-section-one .feature-column .sec-title {
  margin-bottom: 35px;
}

.fluid-section-one .feature-column .sec-title h2 {
  line-height: 1.2em;
}

.fluid-section-one .feature-column .text-content {
  position: relative;

  font-size: 18px;

  line-height: 1.7em;

  color: #6c6d70;

  font-weight: 500;

  margin-bottom: 50px;
}

.feature-block {
  position: relative;

  margin-bottom: 40px;
}

.feature-block .inner-box {
  position: relative;

  display: block;
}

.feature-block .icon {
  position: relative;

  display: block;

  font-size: 40px;

  line-height: 1em;

  color: #ffffff;

  margin-bottom: 20px;

  font-weight: 400;
}

.feature-block h6 {
  display: block;

  font-size: 18px;

  line-height: 1.2em;

  color: #ffffff;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.05em;
}

/*** 



====================================================================

	Contact Section

====================================================================



***/

.map-section {
  position: relative;

  padding: 120px 0;
}

.map-section .map-outer {
  position: relative;
}

.map-section .map-canvas {
  position: relative;

  height: 530px;

  width: 100%;
}

.map-section .contact-info {
  position: absolute;

  right: 60px;

  top: 80px;

  background-color: #ffffff;

  padding: 30px !important;

  max-width: 370px;

  width: 100%;

  z-index: 99;
}

.map-section .contact-info:before {
  position: absolute;

  left: 0;

  right: 21px;

  top: -18px;

  height: 18px;

  background-color: #ffffff;

  content: "";
}

.map-section .contact-info:after {
  position: absolute;

  right: 0;

  top: -18px;

  border-bottom: 18px solid #ffffff;

  border-right: 21px solid transparent;

  content: "";
}

.map-section .contact-info li {
  position: relative;

  margin-bottom: 30px;
}

.map-section .contact-info li span {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 1em;

  color: #24262d;

  text-transform: uppercase;

  font-weight: 600;

  letter-spacing: 0.08em;

  margin-bottom: 12px;
}

.map-section .contact-info li p {
  display: block;

  font-size: 18px;

  line-height: 24px;

  color: #6c6d70;

  font-weight: 500;

  letter-spacing: 0.06em;

  text-transform: uppercase;
}

.map-section .contact-info li a {
  color: #6c6d70;
}

.map-section .contact-info li a:hover {
  text-decoration: underline;
}

/*** 



====================================================================

	Contact Map Section

====================================================================



***/

.neighbour-section {
  position: relative;
}

.neighbour-section .upper-box {
  position: relative;

  padding: 80px 0;

  background-color: #f7f5f1;
}

.neighbour-section .upper-box .sec-title {
  margin-bottom: 0;
}

.neighbour-section .map-outer {
  position: relative;

  background-color: #24262d;

  padding: 120px 0;
}

.neighbour-section .map-layer {
  position: absolute;

  left: 0;

  top: 0;

  height: 100%;

  width: 66.6%;

  background-repeat: no-repeat;

  background-position: center;

  background-size: cover;
}

.map-canvas {
  position: relative;
}

.map-data {
  text-align: center;

  font-size: 14px;

  font-weight: 400;

  line-height: 1.8em;
}

.map-data a {
  display: block;
}

.map-data h6 {
  font-size: 16px;

  font-weight: 700;

  text-align: center;

  margin-bottom: 5px;

  color: #121212;
}

.neighbour-section .clicker-box {
  position: relative;

  float: right;

  max-width: 500px;

  width: 100%;

  background-color: #ffffff;

  margin-top: 20px;

  padding: 50px 20px;

  z-index: 99;
}

.neighbour-section .clicker-box:before {
  position: absolute;

  left: 0;

  right: 21px;

  top: -18px;

  height: 18px;

  background-color: #ffffff;

  content: "";
}

.neighbour-section .clicker-box:after {
  position: absolute;

  right: 0;

  top: -18px;

  border-bottom: 18px solid #ffffff;

  border-right: 21px solid transparent;

  content: "";
}

.near-by-clicker {
  position: relative;

  max-width: 350px;

  margin: 0 auto;

  max-height: 385px;

  overflow-y: auto;
}

.neighbour-section .mCSB_inside > .mCSB_container {
  margin-right: 0px;

  padding-right: 30px;
}

.neighbour-section .mCSB_scrollTools .mCSB_draggerRail {
  background: #ffffff;
}

.neighbour-section .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #beaf87;
}

.near-by-clicker .block {
  position: relative;

  padding: 25px 0;

  border-bottom: 1px solid #f8f6f2;
}

.near-by-clicker .block:last-child {
  margin-bottom: 0;

  border-bottom: none;

  padding-bottom: 17px;
}

.near-by-clicker .block .acc-btn {
  position: relative;

  font-size: 16px;

  line-height: 30px;

  cursor: pointer;

  font-weight: 600;

  color: #24262d;

  text-transform: uppercase;

  letter-spacing: 0.05em;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.near-by-clicker .block .icon {
  position: absolute;

  right: 0px;

  top: 0px;

  font-size: 14px;

  color: #9a9ca2;

  text-align: center;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.near-by-clicker .block .acc-btn.active .icon:before {
  content: "\f068";
}

.near-by-clicker .block .acc-btn.active,
.near-by-clicker .block .acc-btn.active .icon {
  color: #beaf87;
}

.near-by-clicker .block .acc-content {
  position: relative;

  display: none;
}

.near-by-clicker .block .content {
  position: relative;

  padding-top: 7px;
}

.near-by-clicker .block .acc-content.current {
  display: block;
}

.near-by-clicker .block .content .title {
  display: block;

  font-size: 18px;

  color: #6c6d70;

  line-height: 24px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.08em;

  margin-bottom: 12px;
}

.near-by-clicker .block .content .distance {
  display: block;

  font-size: 18px;

  color: #6c6d70;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.08em;
}

.neighbour-section .place-outer {
  position: absolute;

  left: 0;

  top: 0;

  width: 66.6%;

  height: 100%;
}

.neighbour-section .place-outer .place-holder {
  position: absolute;

  z-index: 101;
}

.neighbour-section .place-outer .place-holder .place-mark {
  position: relative;

  display: inline-block;

  border: 6px solid rgba(255, 255, 255, 0.1);

  cursor: pointer;
}

.neighbour-section .place-outer .place-holder.active .place-mark {
  border: 6px solid rgba(222, 158, 83, 0.1);
}

.neighbour-section .place-outer .place-holder .place-mark span {
  position: relative;

  display: block;

  height: 8px;

  width: 8px;

  background-color: #ffffff;
}

.neighbour-section .place-outer .place-holder.active .place-mark span {
  background: #beaf87;
}

.neighbour-section .place-outer .place-holder .place-info {
  position: absolute;

  left: -28px;

  bottom: 70%;

  margin-bottom: 40px;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.neighbour-section .place-outer .place-holder.active .place-info {
  opacity: 1;

  bottom: 100%;

  visibility: visible;
}

.neighbour-section .place-outer .place-holder .place-info .inner {
  position: relative;

  padding: 20px 40px 40px;

  background-color: #beaf87;

  min-width: 300px;
}

.neighbour-section .place-outer .place-holder .place-info .inner:before {
  position: absolute;

  left: 0;

  right: 21px;

  top: -18px;

  height: 18px;

  background-color: #beaf87;

  content: "";
}

.neighbour-section .place-outer .place-holder .place-info .inner:after {
  position: absolute;

  right: 0;

  top: -18px;

  border-bottom: 18px solid #beaf87;

  border-right: 21px solid transparent;

  content: "";
}

.neighbour-section .place-outer .place-holder .place-info .title {
  position: relative;

  font-size: 16px;

  line-height: 30px;

  font-weight: 600;

  color: #ffffff;

  text-transform: uppercase;

  letter-spacing: 0.05em;
}

.neighbour-section .place-outer .place-holder .place-info .text {
  display: block;

  font-size: 17px;

  color: #ffffff;

  line-height: 24px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.08em;

  margin-bottom: 20px;
}

.neighbour-section .place-outer .place-holder .place-info .distance {
  display: block;

  font-size: 18px;

  color: #ffffff;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.08em;
}

.neighbour-section .place-outer .place-holder .place-info:before {
  position: absolute;

  bottom: -19px;

  left: 28px;

  border-right: 31px solid transparent;

  border-top: 22px solid #beaf87;

  content: "";
}

.neighbour-section .place-outer .place-1 {
  position: absolute;

  left: 13%;

  top: 10%;
}

.neighbour-section .place-outer .place-2 {
  position: absolute;

  left: 49%;

  top: 18%;
}

.neighbour-section .place-outer .place-3 {
  position: absolute;

  right: 25%;

  top: 36%;
}

.neighbour-section .place-outer .place-4 {
  position: absolute;

  left: 42%;

  top: 68%;
}

.neighbour-section .place-outer .place-5 {
  position: absolute;

  left: 22%;

  top: 83%;
}

/*** 



====================================================================

	Contact Section

====================================================================



***/

.contact-section {
  position: relative;

  padding: 0 0 20px !important;
}

.contact-section .contact-form {
  position: relative;

  max-width: 770px;

  margin: 0 auto;
}

.contact-form .row {
  margin: 0 -5px;
}

.contact-form .form-group {
  position: relative;

  padding: 0 5px;

  margin-bottom: 10px;
}

.contact-form .form-group:last-child {
  margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group textarea,
.contact-form .form-group select {
  position: relative;

  display: block;

  height: 65px;

  width: 100%;

  font-size: 16px;

  color: #6c6d70;

  line-height: 23px;

  font-weight: 500;

  padding: 15px 22px;

  background-color: #f7f5f1;

  border: 1px solid #f7f5f1;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
  border-color: #beaf87;
}

.contact-form .form-group textarea {
  height: 215px;

  resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button {
  padding: 19px 60px;
}

.contact-form ::-webkit-input-placeholder {
  color: #6c6d70;
}

.contact-form ::-moz-input-placeholder {
  color: #6c6d70;
}

.contact-form ::-ms-input-placeholder {
  color: #6c6d70;
}

.contact-form label.error {
  color: #ff0000;

  text-transform: uppercase;
}

/*** 



====================================================================

	Main Footer

====================================================================



***/

.main-footer {
  position: relative;

  background-color: #24262d;
}

.main-footer .footer-widget {
  position: relative;

  margin-bottom: 0px;
}

.main-footer .widgets-section {
  position: relative;

  padding: 120px 0px 20px;
}

.main-footer .widgets-section:before {
  position: absolute;

  left: 100%;

  top: 0;

  height: 1000%;

  width: 1000%;

  content: "";

  background-color: #1d1f25;

  margin-left: -400px;
}

.main-footer .footer-widget .widget-title {
  position: relative;

  font-size: 22px;

  color: #ffffff;

  font-weight: 700;

  line-height: 1.2em;

  margin-bottom: 35px;

  text-transform: uppercase;

  letter-spacing: 0.08em;
}

.main-footer .contact-widget {
  position: relative;

  margin-bottom: 45px;
}

.main-footer .contact-info-list {
  position: relative;

  margin-top: -8px;
}

.main-footer .contact-info-list li {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 36px;

  color: #9a9ca2;

  font-weight: 500;
}

.main-footer .contact-info-list li strong {
  color: #ffffff;

  display: block;

  font-weight: 700;
}

.main-footer .contact-info-list li a {
  color: #9a9ca2;
}

.main-footer .contact-info-list li a:hover {
  color: #beaf87;
}

/* Agent Widget */

.main-footer .agent-widget {
  position: relative;
}

.main-footer .agent-block {
  position: relative;

  margin-top: 35px;
}

.main-footer .agent-block .agent-info {
  position: relative;

  padding-left: 160px;

  height: 125px;

  margin-bottom: 15px;
}

.main-footer .agent-block .thumb {
  position: absolute;

  left: 0;

  top: 0;

  width: 130px;
}

.main-footer .agent-block .thumb img {
  width: 100%;

  display: block;
}

.main-footer .agent-block .name {
  display: block;

  width: 100%;

  font-size: 16px;

  line-height: 30px;

  color: #ffffff;

  font-weight: 600;
}

.main-footer .agent-block .designation {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 30px;

  color: #9a9ca2;

  font-weight: 500;
}

.main-footer .agent-widget .contact-info {
  position: relative;
}

.main-footer .agent-widget .contact-info li {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 36px;

  color: #9a9ca2;

  font-weight: 500;
}

.main-footer .agent-widget .contact-info li a {
  color: #9a9ca2;

  display: inline-block;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.main-footer .agent-widget .contact-info li a:hover {
  color: #ffffff;
}

/* Map Widget */

.main-footer .map-widget {
  position: relative;

  max-width: 710px;
}

.main-footer .map-outer {
  position: relative;
}

.main-footer .map-canvas {
  height: 200px;

  width: 100%;
}

.request-form {
  position: relative;

  z-index: 1;
}

.request-form .form-group {
  position: relative;

  margin-bottom: 10px;
}

.request-form .form-group:last-child {
  margin-bottom: 0;
}

.request-form .ui-selectmenu-button.ui-button,
.request-form .form-group input[type="text"],
.request-form .form-group input[type="email"],
.request-form .form-group input[type="tel"],
.request-form .form-group input[type="url"],
.request-form .form-group textarea,
.request-form .form-group select {
  position: relative;

  display: block;

  width: 100%;

  font-size: 16px;

  line-height: 31px;

  color: #ffffff;

  font-weight: 500;

  height: 65px;

  padding: 15px 26px;

  background-color: transparent;

  border: 2px solid #272930;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.request-form ::-webkit-input-placeholder {
  color: #9a9ca2;
}

.request-form ::-moz-input-placeholder {
  color: #9a9ca2;
}

.request-form ::-ms-input-placeholder {
  color: #9a9ca2;
}

.request-form .form-group input:focus,
.request-form .form-group select:focus,
.request-form .form-group textarea:focus {
  border-color: #beaf87;
}

.request-form .form-group textarea {
  height: 195px;

  resize: none;

  margin-bottom: 5px;
}

.request-form .form-group input[type="submit"],
.request-form .form-group button {
  padding: 19px 60px;
}

.request-form label.error {
  color: #ff0000;

  margin-top: 5px;
}

.main-footer .form-widget {
  position: relative;

  padding-left: 30px;
}

/* Footer Bottom */

.main-footer .footer-bottom {
  position: relative;
}

.main-footer .footer-bottom .auto-container {
  position: relative;
}

.main-footer .footer-bottom .auto-container:before {
  position: absolute;

  top: 0;

  right: 100%;

  width: 1000%;

  height: 100%;

  background-color: #1d1f25;

  content: "";

  margin-right: -15px;
}

.main-footer .footer-bottom .inner-container {
  position: relative;

  background-color: #1d1f25;

  max-width: 690px;

  width: 100%;

  padding: 35px 0px;

  padding-right: 40px;

  margin-right: 20px;
}

.main-footer .footer-bottom .inner-container:before {
  position: absolute;

  left: 100%;

  top: 0;

  border-right: 21px solid transparent;

  border-bottom: 18px solid #1d1f25;

  content: "";
}

.main-footer .footer-bottom .inner-container:after {
  position: absolute;

  left: 100%;

  top: 18px;

  bottom: 0;

  width: 21px;

  background-color: #1d1f25;

  content: "";
}

.main-footer .footer-bottom .copyright {
  position: relative;

  float: left;

  font-size: 14px;

  color: #9a9ca2;

  line-height: 30px;

  font-weight: 500;

  text-transform: uppercase;

  letter-spacing: 0.05em;
}

.main-footer .footer-bottom .copyright a {
  color: rgba(255, 255, 255, 0.7);

  display: inline-block;
}

.main-footer .footer-bottom .copyright a:hover {
  text-decoration: underline;
}

.main-footer .footer-bottom .social-links {
  position: relative;

  float: right;
}

.main-footer .footer-bottom .social-links li {
  position: relative;

  margin-left: 30px !important;

  display: inline-block;
}

.main-footer .footer-bottom .social-links li:first-child {
  margin-left: 0 !important;
}

.main-footer .footer-bottom .social-links li a {
  position: relative;

  font-size: 16px;

  color: #ffffff;

  line-height: 30px;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.main-footer .footer-bottom .social-links li a:hover {
  color: #beaf87;
}

/*** 



====================================================================

	Sidebar Page Container

====================================================================



***/

.sidebar-page-container {
  position: relative;

  padding: 120px 0px 70px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 50px;
}

.sidebar-widget {
  position: relative;

  margin-bottom: 30px;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget .widget-content {
  position: relative;

  border: 2px solid #f7f5f1;

  padding: 45px 50px 50px;
}

.sidebar-widget .widget-content:before {
  position: absolute;

  right: -7px;

  top: 0;

  height: 20px;

  width: 20px;

  border-left: 2px solid #f7f5f1;

  background-color: #ffffff;

  content: "";

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

  -webkit-transform-origin: top left;

  -moz-transform-origin: top left;

  -ms-transform-origin: top left;

  -o-transform-origin: top left;

  transform-origin: top left;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

/* Sidebar Title */

.sidebar-title {
  position: relative;

  display: block;

  font-size: 20px;

  line-height: 1.2em;

  color: #24262d;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 2px;

  margin-bottom: 25px;
}

/*Search Box Widget*/

.sidebar .search-box {
  position: relative;

  background-color: #24262d;

  padding: 5px 25px 25px;

  margin-top: 20px;
}

.sidebar .search-box:before {
  position: absolute;

  left: 0;

  right: 21px;

  top: -18px;

  height: 18px;

  background-color: #24262d;

  content: "";
}

.sidebar .search-box:after {
  position: absolute;

  right: 0;

  top: -18px;

  border-bottom: 18px solid #24262d;

  border-right: 21px solid transparent;

  content: "";
}

.sidebar .search-box .form-group {
  position: relative;

  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;

  display: block;

  font-size: 18px;

  line-height: 30px;

  width: 100%;

  height: 50px;

  color: #ffffff;

  font-weight: 500;

  background: #24262d;

  padding: 10px 50px 10px 25px;

  transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;

  right: 25px;

  top: 0;

  height: 50px;

  display: block;

  font-size: 16px;

  color: #beaf87;

  line-height: 100%;

  font-weight: normal;

  background: #24262d;
}

/*Post Widget*/

.sidebar .popular-posts .post {
  position: relative;

  margin-bottom: 55px;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0;
}

.sidebar .popular-posts .post .post-inner {
  position: relative;

  padding-left: 80px;

  min-height: 60px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;

  left: 0px;

  top: 0px;

  width: 60px;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;

  width: 100%;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;

  font-size: 16px;

  line-height: 24px;

  font-weight: 500;

  color: #6c6d70;

  text-transform: uppercase;

  letter-spacing: 0.04em;
}

.sidebar .popular-posts .post .text a {
  color: #6c6d70;

  transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -webkit-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #e3ac6d;
}

.sidebar .popular-posts .post-info {
  position: relative;

  display: block;

  font-size: 14px;

  color: #beaf87;

  font-weight: 600;

  line-height: 1em;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 13px;
}

/* Blog Categories */

.blog-categories {
  position: relative;
}

.blog-categories li {
  position: relative;

  margin-bottom: 26px;
}

.blog-categories li a {
  position: relative;

  display: block;

  font-size: 16px;

  line-height: 26px;

  color: #6c6d70;

  display: block;

  text-transform: uppercase;

  font-weight: 500;

  letter-spacing: 1px;

  -webkit-transition: all 500ms ease;

  -moz-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;
}

.blog-categories li a:hover {
  font-weight: 600;

  color: #222222;
}

.blog-categories li:last-child {
  margin-bottom: 0;
}

/*Popular Tags*/

.sidebar .popular-tags .widget-content {
  position: relative;
}

.sidebar .popular-tags a {
  position: relative;

  display: inline-block;

  font-size: 12px;

  line-height: 24px;

  padding: 5px 20px;

  color: #ffffff;

  text-align: center;

  background: none;

  font-weight: 700;

  background-color: #beaf87;

  text-transform: uppercase;

  letter-spacing: 0.04em;

  margin: 0 7px 10px 0;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #222222;

  color: #ffffff;
}

/*** 



====================================================================

		Comment Area

====================================================================



 ***/

.group-title {
  position: relative;

  margin-bottom: 35px;
}

.group-title h4 {
  position: relative;

  display: inline-block;

  font-size: 30px;

  line-height: 1.2em;

  color: #24262d;

  font-weight: 700;

  text-transform: uppercase;

  letter-spacing: 3px;
}

.comments-area {
  position: relative;

  margin-bottom: 55px;
}

.comments-area .comment-box {
  position: relative;

  padding-bottom: 50px;

  border-bottom: 1px solid #f7f5f1;

  margin-bottom: 60px;
}

.comments-area .comment-box:last-child {
  margin-bottom: 0;
}

.comments-area .comment {
  position: relative;

  min-height: 160px;

  padding-left: 200px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;

  left: 0px;

  top: 0px;

  width: 160px;

  margin-bottom: 20px;

  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 100%;

  display: block;
}

.comments-area .comment-box .author-thumb .date {
  position: absolute;

  right: 0;

  bottom: 0;

  font-size: 14px;

  line-height: 27px;

  color: #beaf87;

  font-weight: 700;

  letter-spacing: 0.16em;

  padding: 5px 30px;

  padding-right: 11px;

  margin-right: 19px;

  text-transform: uppercase;

  background-color: #24262d;
}

.comments-area .comment-box .author-thumb .date:before {
  position: absolute;

  left: 100%;

  top: 0;

  border-right: 21px solid transparent;

  border-bottom: 18px solid #24262d;

  content: "";
}

.comments-area .comment-box .author-thumb .date:after {
  position: absolute;

  left: 100%;

  bottom: 0;

  width: 21px;

  height: 20px;

  background-color: #24262d;

  content: "";
}

.comments-area .comment-box .name {
  position: relative;

  display: inline-block;

  font-size: 20px;

  line-height: 1.2em;

  font-weight: 600;

  color: #24262d;

  text-transform: uppercase;

  letter-spacing: 1px;

  margin-bottom: 30px;
}

.comments-area .comment-box .text {
  font-size: 18px;

  line-height: 34px;

  color: #6c6d70;

  font-weight: 500;

  padding-right: 30px;
}

.comments-area .comment-box .reply-btn {
  position: absolute;

  right: 0;

  top: 0px;

  font-size: 12px;

  line-height: 25px;

  color: #ffffff;

  font-weight: 700;

  padding: 5px 20px;

  text-transform: uppercase;

  background-color: #beaf87;

  letter-spacing: 1px;

  -webkit-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  transition: all 300ms ease;
}

.comments-area .comment-box .reply-btn:hover {
  color: #beaf87;

  background-color: #222222;
}

/*** 



====================================================================

		Comment Form

====================================================================



 ***/

.comment-form {
  position: relative;
}

.comment-form .row {
  margin: 0 -5px;
}

.comment-form .form-group {
  position: relative;

  padding: 0 5px;

  margin-bottom: 10px;
}

.comment-form .form-group:last-child {
  margin-bottom: 0;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group textarea,
.comment-form .form-group select {
  position: relative;

  display: block;

  height: 65px;

  width: 100%;

  font-size: 16px;

  color: #6c6d70;

  line-height: 23px;

  font-weight: 500;

  padding: 15px 22px;

  background-color: #f7f5f1;

  border: 1px solid #f7f5f1;

  -webkit-transition: all 300ms ease;

  -ms-transition: all 300ms ease;

  -o-transition: all 300ms ease;

  -moz-transition: all 300ms ease;

  transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #beaf87;
}

.comment-form .form-group textarea {
  height: 215px;

  resize: none;
}

.comment-form .form-group input[type="submit"],
.comment-form .form-group button {
  padding: 19px 60px;
}

.comment-form ::-webkit-input-placeholder {
  color: #6c6d70;
}

.comment-form ::-moz-input-placeholder {
  color: #6c6d70;
}

.comment-form ::-ms-input-placeholder {
  color: #6c6d70;
}

.pxp-hero-search {
  margin: 0 auto;

  width: 60%;
}

.pxp-hero-caption.pxp-hero-caption-bottom-left form {
  margin: 0;

  width: 60%;
}

.pxp-hero-has-animation .pxp-hero-caption form {
  opacity: 0;

  transform: scale(0.95, 0.95);

  -webkit-transition: all 0.4s ease-in-out;

  -o-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;
}

.pxp-hero-has-animation.pxp-hero-animate .pxp-hero-caption form {
  opacity: 1;

  transform: scale(1, 1);

  -webkit-transition-delay: 0.2s;

  transition-delay: 0.2s;
}

.pxp-hero-search .row {
  margin-right: -5px;

  margin-left: -5px;
}

.pxp-hero-search .col,
.pxp-hero-search .col-1,
.pxp-hero-search .col-10,
.pxp-hero-search .col-11,
.pxp-hero-search .col-12,
.pxp-hero-search .col-2,
.pxp-hero-search .col-3,
.pxp-hero-search .col-4,
.pxp-hero-search .col-5,
.pxp-hero-search .col-6,
.pxp-hero-search .col-7,
.pxp-hero-search .col-8,
.pxp-hero-search .col-9,
.pxp-hero-search .col-auto,
.pxp-hero-search .col-lg,
.pxp-hero-search .col-lg-1,
.pxp-hero-search .col-lg-10,
.pxp-hero-search .col-lg-11,
.pxp-hero-search .col-lg-12,
.pxp-hero-search .col-lg-2,
.pxp-hero-search .col-lg-3,
.pxp-hero-search .col-lg-4,
.pxp-hero-search .col-lg-5,
.pxp-hero-search .col-lg-6,
.pxp-hero-search .col-lg-7,
.pxp-hero-search .col-lg-8,
.pxp-hero-search .col-lg-9,
.pxp-hero-search .col-lg-auto,
.pxp-hero-search .col-md,
.pxp-hero-search .col-md-1,
.pxp-hero-search .col-md-10,
.pxp-hero-search .col-md-11,
.pxp-hero-search .col-md-12,
.pxp-hero-search .col-md-2,
.pxp-hero-search .col-md-3,
.pxp-hero-search .col-md-4,
.pxp-hero-search .col-md-5,
.pxp-hero-search .col-md-6,
.pxp-hero-search .col-md-7,
.pxp-hero-search .col-md-8,
.pxp-hero-search .col-md-9,
.pxp-hero-search .col-md-auto,
.pxp-hero-search .col-sm,
.pxp-hero-search .col-sm-1,
.pxp-hero-search .col-sm-10,
.pxp-hero-search .col-sm-11,
.pxp-hero-search .col-sm-12,
.pxp-hero-search .col-sm-2,
.pxp-hero-search .col-sm-3,
.pxp-hero-search .col-sm-4,
.pxp-hero-search .col-sm-5,
.pxp-hero-search .col-sm-6,
.pxp-hero-search .col-sm-7,
.pxp-hero-search .col-sm-8,
.pxp-hero-search .col-sm-9,
.pxp-hero-search .col-sm-auto,
.pxp-hero-search .col-xl,
.pxp-hero-search .col-xl-1,
.pxp-hero-search .col-xl-10,
.pxp-hero-search .col-xl-11,
.pxp-hero-search .col-xl-12,
.pxp-hero-search .col-xl-2,
.pxp-hero-search .col-xl-3,
.pxp-hero-search .col-xl-4,
.pxp-hero-search .col-xl-5,
.pxp-hero-search .col-xl-6,
.pxp-hero-search .col-xl-7,
.pxp-hero-search .col-xl-8,
.pxp-hero-search .col-xl-9,
.pxp-hero-search .col-xl-auto {
  padding-right: 5px;

  padding-left: 5px;
}

.pxp-hero-search .form-group {
  position: relative;

  display: inline-block;

  width: 100%;
}

.submit-btn {
  width: 100%;
  border-radius: 0.25rem;
  background-color: #beaf87;
  color: #fff;
  padding: 15px;
  text-transform: uppercase;
}

.pxp-hero-search .custom-select {
  border: 0 none;

  height: 54px;

  width: 100%;

  padding: 0.375rem 1.75rem 0.375rem 1.2rem;

  box-shadow: none;

  background-position-x: calc(100% - 1.2rem);
}

.pxp-hero-search .custom-select:focus {
  outline: 0;

  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
}

.pxp-hero-search .form-control {
  border: 0 none;

  box-shadow: none;

  padding: 0.375rem 2.8rem;

  height: 54px;

  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.pxp-hero-search .form-control:focus {
  outline: 0;

  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
}

.pxp-hero-search .form-control.pxp-is-address {
  padding-right: 2.6rem;
}

.pxp-hero-search .form-control.pxp-is-address + span {
  position: absolute;

  display: block;

  top: 50%;

  right: 1.2rem;

  color: #333;

  transform: translateY(-50%);

  cursor: pointer;
}

.custom-select {
  display: inline-block;

  width: 100%;

  height: calc(1.5em + 0.75rem + 2px);

  padding: 0.375rem 1.75rem 0.375rem 0.75rem;

  font-size: 1rem;

  font-weight: 400;

  line-height: 1.5;

  color: #495057;

  vertical-align: middle;

  background: url(../images/icons/arw.svg) no-repeat right 0.75rem center/8px
    10px;

  background-color: #fff;

  border: 1px solid #ced4da;

  border-radius: 0.25rem;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  cursor: pointer;
}

.form-icon {
  position: absolute;
  left: 15px;
  top: 15px;
}

.form-icon img {
  width: 16px !important;
  height: 24px;
}

.slider-tab {
  margin-bottom: 40px;
}

.slider-tab li {
  display: inline-block;
}

.slider-tab li a {
  background-color: #beaf87;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  font-size: 18px;
}

.scroll-down {
  opacity: 1;

  -webkit-transition: all 0.5s ease-in 3s;

  transition: all 0.5s ease-in 3s;
}

.scroll-down {
  position: absolute;

  bottom: 30px;

  left: 50%;

  margin-left: -16px;

  display: block;

  width: 32px;

  height: 32px;

  border: 2px solid #fff;

  background-size: 14px auto;

  border-radius: 50%;

  z-index: 99;

  -webkit-animation: bounce 2s infinite 2s;

  animation: bounce 2s infinite 2s;

  -webkit-transition: all 0.2s ease-in;

  transition: all 0.2s ease-in;

  transform: scale(1);
}

.scroll-down:before {
  position: absolute;

  top: calc(50% - 8px);

  left: calc(50% - 6px);

  transform: rotate(-45deg);

  display: block;

  width: 12px;

  height: 12px;

  content: "";

  border: 2px solid white;

  border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-10px);

    -ms-transform: translateY(-10px);

    transform: translateY(-10px);
  }

  60% {
    -webkit-transform: translateY(-5px);

    -ms-transform: translateY(-5px);

    transform: translateY(-5px);
  }
}

.header-middle .main-nav {
  margin-right: 1.5rem;
}

.header-middle .header-right .cart-dropdown {
  margin-right: 0 !important;
}

.navigation {
  width: 100%;

  height: 45px;

  display: table;

  position: relative;

  font-family: inherit;
}

.navigation * {
  box-sizing: border-box;

  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;

  top: 0;

  left: 0;

  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;

  height: 0 !important;

  margin: 0 !important;

  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;

  padding: 0;

  color: #343a40;

  font-size: 24px;

  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;

  line-height: 48px;
}

.nav-logo > img {
  height: 48px;

  margin: 11px auto;

  padding: 0 15px;

  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;

  margin: 6px auto 6px 15px;

  padding: 0;
}

.nav-toggle {
  width: 30px;

  height: 30px;

  padding: 6px 2px 0;

  position: absolute;

  top: 35%;

  right: 15px;

  display: none;

  cursor: pointer;
}

.nav-toggle:before {
  content: "";

  position: absolute;

  width: 24px;

  height: 2px;

  background-color: #fff;

  border-radius: 10px;

  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;

  height: 100%;

  top: 0;

  left: -400px;

  position: fixed;

  background-color: #fff;

  z-index: 20000;

  overflow-y: auto;

  -webkit-overflow-scrolling: touch;

  transition-duration: 0.2s;

  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;

  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;

  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;

  height: 40px;

  margin: 10px 7px;

  display: none;

  float: right;

  color: #343a40;

  font-size: 26px;

  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;

  padding: 0;

  list-style: none;

  line-height: normal;

  font-size: 0;

  margin-top: 23px;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;

  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  float: left;

  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;

  position: relative;

  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 45px;

  padding: 20px 15px 15px;

  display: inline-block;

  text-decoration: none;

  font-size: 14px;

  font-weight: bold;

  color: #343a40;

  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;

  height: auto;

  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li a.active,
.nav-menu > li.focus > a {
  color: #b0a277 !important;
}

.nav-menu > li > a > i,
.nav-menu > li > a > [class*="ion-"] {
  width: 18px;

  height: 16px;

  line-height: 16px;

  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;

  display: inline-block;

  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;

  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;

  float: none;

  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;

  margin-top: 6px;

  float: right;

  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;

  height: 44px;

  margin-top: 0;

  position: absolute;

  top: 0;

  right: 0;

  text-align: center;

  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;

  width: 6px;

  display: block;

  border-style: solid;

  border-width: 0 1px 1px 0;

  border-color: transparent #fff #fff transparent;

  transform: rotate(45deg);

  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;

  top: 18px;

  left: 24px;
}

.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #beaf87 #beaf87 transparent !important;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  position: fixed;

  display: none;

  z-index: 19999;
}

.no-scroll {
  width: 100%;

  height: 100%;

  overflow: hidden;
}

.nav-search {
  height: 70px;

  float: right;

  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;

  padding: 0 10px;

  margin-right: 52px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;

  height: 70px;

  line-height: 70px;

  text-align: center;

  cursor: pointer;

  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;

  height: 48px;

  line-height: 46px;

  font-size: 22px;
}

.nav-search-icon {
  width: 14px;

  height: 14px;

  margin: 2px 8px 8px 4px;

  display: inline-block;

  vertical-align: middle;

  position: relative;

  color: #343a40;

  text-align: left;

  text-indent: -9999px;

  border: 2px solid;

  border-radius: 50%;

  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";

  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;

  height: 11px;

  top: 11px;

  position: absolute;

  left: 50%;

  border-radius: 0 0 1px 1px;

  box-shadow: inset 0 0 0 32px;

  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #beaf87;
}

.nav-search > form {
  width: 100%;

  height: 100%;

  padding: 0 auto;

  display: none;

  position: absolute;

  left: 0;

  top: 0;

  background-color: #fff;

  z-index: 99;
}

.nav-search-inner {
  width: 70%;

  height: 70px;

  margin: auto;

  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;

  width: 100%;

  margin: 0;

  padding: 0 12px;

  font-size: 26px;

  text-align: center;

  color: #343a40;

  outline: none;

  line-height: 70px;

  border: none;

  background-color: transparent;

  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;

  font-size: 18px;

  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;

  height: 28px;

  display: block;

  position: absolute;

  right: 20px;

  top: 20px;

  line-height: normal;

  color: #343a40;

  font-size: 20px;

  cursor: pointer;

  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;

  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;

  padding: 8px 14px;

  display: inline-block;

  color: #fff;

  font-size: 14px;

  text-align: center;

  text-decoration: none;

  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;

  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);

  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;

  display: inline-block;

  color: #343a40;

  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);

  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;

  margin: 0;

  padding: 0;

  display: none;

  position: absolute;

  list-style: none;

  z-index: 98;

  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;

  position: static;

  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;

  float: left;

  clear: both;

  position: relative;

  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;

  padding: 16px 20px;

  display: inline-block;

  text-decoration: none;

  float: left;

  font-size: 13px;

  color: #343a40;

  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #beaf87;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;

  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;

  top: 10px;

  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;

  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #beaf87 #beaf87 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;

  left: 0;

  background-color: #fdfdfd;

  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;

  top: 100%;

  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;

  clear: none;

  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;

  top: 11px;

  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;

  top: 0;

  -webkit-transform: rotate(0deg);

  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;

  padding: 15px;

  display: none;

  position: absolute;

  font-size: 14px;

  z-index: 98;

  text-align: left;

  color: inherit;

  border-top: solid 1px #f0f0f0;

  background-color: #fdfdfd;

  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;

  position: static;

  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";

  display: table;

  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;

  min-height: 20px;

  float: left;

  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;

  display: block;

  width: 100% !important;

  margin-left: 0;

  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;

  float: left;

  display: block;
}

.megamenu-tabs-nav {
  width: 20%;

  margin: 0;

  padding: 0;

  float: left;

  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;

  padding: 10px 16px;

  float: left;

  font-size: 13px;

  text-decoration: none;

  color: #343a40;

  border: solid 1px #eff0f2;

  outline: 0;

  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;

  min-height: 30px;

  padding: 20px;

  float: right;

  display: none;

  font-size: 13px;

  color: #343a40;

  border: solid 1px #eff0f2;

  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;

  display: table;
}

.megamenu-list {
  width: 100%;

  margin: 0 0 15px;

  padding: 0;

  display: inline-block;

  float: left;

  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;

  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;

  padding: 20px 0;

  border-right: solid 1px #f0f0f0;

  min-height: 220px;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;

  padding: 10px 15px;

  display: inline-block;

  color: #343a40;

  text-decoration: none;

  font-size: 13px;
}

.megamenu-list > li > a:hover {
  background-color: #beaf87;

  color: #fff;
}

.megamenu-list > li.megamenu-list-title > a {
  font-size: 12px;

  font-weight: 600;

  text-transform: uppercase;

  color: #343a40;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #fff;

  text-transform: uppercase;

  letter-spacing: 1px;
}

.nav-dropdown > li > a {
  color: #343a40;

  padding: 10px 20px;

  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #beaf87;
}

.main_header_area.sticky {
  width: 100%;

  position: fixed;

  top: 0;

  left: 0;

  background-color: #fff;

  z-index: 9999;

  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;

  width: 100%;

  left: 0;

  top: 0;

  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;

  height: auto;

  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 65%;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.sticky .nav-menu > li > a {
  color: #343a40;
}

.sticky .submenu-indicator-chevron {
  border-color: transparent #343a40 #343a40 transparent;
}

.pxp-content-side-search-form-col {
  position: relative;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group label {
  margin-bottom: 0.1rem;

  font-size: 0.8rem;

  font-weight: 700;

  color: #000;
}

.property-list {
  height: 100vh;
  overflow-y: auto;
}

/**

 * 15.0 - Map

 */

.pxp-map-side {
  position: absolute;

  top: 340px;

  bottom: 0px;

  width: 50%;

  z-index: 0;
}

.pxp-map-side.pxp-half {
  width: 50%;
}

.pxp-map-side.pxp-max {
  width: 100%;
}

.pxp-map-right {
  right: 0;
}

.pxp-map-left {
  left: 0;
}

.pxp-content-side.pxp-min {
  width: 0;

  position: fixed;
}

.pxp-content-side-wrapper {
  padding: 30px;
}

.pxp-content-left {
  padding-right: 50%;
}

.pxp-map-side #results-map {
  height: 100%;

  width: 100%;

  margin-top: -30px;
}

.pxp-content-side-h2 {
  font-size: 1.3rem;

  font-weight: 900;

  margin-bottom: 0;

  line-height: 46px;

  color: #000;
}

.pxp-content-side-search-form {
  -ms-flex: 1;

  flex: 1;

  padding-bottom: 20px;
}

.pxp-sort-form .custom-select,
.pxp-content-side-search-form .custom-select {
  height: 46px;

  padding: 0.375rem 2rem 0.375rem 1rem;

  font-size: 0.9rem;

  box-shadow: none;

  border: 1px solid #e2e2e2;

  cursor: pointer;
}

.pxp-sort-form .custom-select:hover,
.pxp-sort-form .custom-select:focus,
.pxp-content-side-search-form .custom-select:hover,
.pxp-content-side-search-form .custom-select:focus {
  border: 1px solid #333;
}

.pxp-content-side-search-form .form-control {
  height: 46px;

  padding: 0.375rem 1rem;

  font-size: 0.9rem;

  box-shadow: none;

  border: 1px solid #e2e2e2;
}

.pxp-content-side-search-form .form-control:focus {
  border: 1px solid #333;
}

.pxp-content-side-search-form .form-control.pxp-is-address {
  padding-right: 2.6rem;
}

.pxp-content-side-search-form .form-control.pxp-is-address + span {
  position: absolute;

  display: block;

  top: 50%;

  right: 1.2rem;

  color: #333;

  transform: translateY(-50%);
}

a.pxp-map-toggle,
a.pxp-adv-toggle {
  background-color: #fff;

  height: 46px;

  padding: 0 12px;

  border: 1px solid #e2e2e2;

  margin-left: 10px;

  border-radius: 0.25rem;

  font-size: 1.2rem;

  line-height: 46px;

  color: #333;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

a.pxp-adv-toggle {
  padding: 0 15px;
}

a.pxp-map-toggle:hover,
a.pxp-adv-toggle:hover {
  border: 1px solid #333;
}

a.pxp-map-toggle.pxp-active,
a.pxp-map-toggle.pxp-active:hover,
a.pxp-adv-toggle.pxp-active,
a.pxp-adv-toggle.pxp-active:hover {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}
a.pxp-adv-toggle.pxp-active,
a.pxp-adv-toggle.pxp-active:hover {
  background-color: #b0a277;
  color: #fff;
  border: 1px solid #b0a277;
}

a.pxp-list-toggle {
  position: fixed;

  z-index: 4;

  top: 99px;

  left: 30px;

  background-color: #fff;

  height: 43px;

  padding: 0 12px;

  border-radius: 0.25rem;

  font-size: 1.2rem;

  line-height: 46px;

  color: #333;

  display: block;

  text-align: center;

  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

  display: none;
}

a.pxp-list-toggle.pxp-active {
  display: block;
}

.pxp-price-marker {
  position: absolute;

  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  color: #333;

  border: 2px solid #333;

  background-color: #fff;

  padding: 6px 10px;

  font-weight: bold;

  border-radius: 0.3rem;

  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);

  font-size: 12px;

  cursor: pointer;

  -webkit-transform: translate(-50%, calc(-100% - 6px));

  transform: translate(-50%, calc(-100% - 6px));
}

.pxp-dark-mode .pxp-price-marker {
  color: #fff;

  border: 2px solid #fff;

  background-color: #000;
}

.pxp-price-marker:after {
  content: " ";

  display: block;

  position: absolute;

  bottom: -6px;

  left: 50%;

  margin-left: -5px;

  width: 9px;

  height: 9px;

  background: #fff;

  border-right: 2px solid #333;

  border-bottom: 2px solid #333;

  -ms-transform: rotate(45deg);

  -moz-transform: rotate(45deg);

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);
}

.pxp-dark-mode .pxp-price-marker:after {
  background: #000;

  border-right: 2px solid #fff;

  border-bottom: 2px solid #fff;
}

.pxp-price-marker:hover,
.pxp-price-marker.active {
  border-color: #fff;

  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);

  padding: 0;

  z-index: 3;
}

.pxp-dark-mode .pxp-price-marker:hover,
.pxp-dark-mode .pxp-price-marker.active {
  border-color: #000;
}

.pxp-price-marker:hover:after,
.pxp-price-marker.active:after {
  border-color: #fff;
}

.pxp-dark-mode .pxp-price-marker:hover:after,
.pxp-dark-mode .pxp-price-marker.active:after {
  border-color: #000;
}

.pxp-price-marker:hover .pxp-marker-short-price,
.pxp-price-marker.active .pxp-marker-short-price {
  display: none;
}

.pxp-price-marker .pxp-marker-details {
  display: none;
}

.pxp-price-marker:hover .pxp-marker-details,
.pxp-price-marker.active .pxp-marker-details {
  display: block;
}

.pxp-marker-details-fig {
  width: 72px;

  height: 72px;

  border-radius: 0.3rem 0 0 0.3rem;

  float: left;
}

.pxp-marker-details-info {
  float: left;

  font-size: 14px;
}

.pxp-marker-details-info-title {
  font-size: 12px;

  padding: 10px 10px 2px 10px;

  color: #333;

  font-weight: normal;
}

.pxp-dark-mode .pxp-marker-details-info-title {
  color: #fff;
}

.pxp-marker-details-info-price {
  font-size: 14px;

  padding: 0 10px 5px 10px;

  color: #333;
}

.pxp-dark-mode .pxp-marker-details-info-price {
  color: #fff;
}

.pxp-marker-details-info-feat {
  font-weight: normal;

  padding: 0 10px;

  color: #333;

  font-size: 11px;

  opacity: 0.7;
}

.pxp-dark-mode .pxp-marker-details-info-feat {
  color: #fff;
}

.pxp-marker-details-info-feat > span {
  display: inline-block;

  margin: 0 7px;
}

.pxp-marker-cluster {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  background: rgba(0, 0, 0, 0.7);

  border-radius: 100px;

  color: #fff;

  font-size: 12px;
}

.pxp-marker-cluster:hover {
  background: rgba(0, 0, 0, 1);

  z-index: 3;
}

/**

 * 16.0 - Property list card

 */

a.pxp-results-card-1 {
  display: block;

  position: relative;

  height: 340px;

  overflow: hidden;

  margin-bottom: 30px;
}

a.pxp-results-card-1 .carousel-inner > .carousel-item {
  height: 340px;

  background-size: cover;

  background-position: 50% 50%;

  background-repeat: no-repeat;

  transition: -webkit-transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out;

  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.pxp-results-card-1-gradient {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );

  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );

  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  bottom: 0;

  z-index: 1;
}

.pxp-results-card-1-details {
  position: absolute;

  padding: 20px;

  color: #fff;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 3;

  border-bottom-left-radius: 0.3rem;

  border-bottom-right-radius: 0.3rem;
}

.pxp-results-card-1-details-title {
  font-size: 14px;

  white-space: nowrap;

  text-overflow: ellipsis;

  width: 100%;
}

.pxp-results-card-1-details-price {
  color: #fff;

  font-size: 18px;

  font-weight: 900;

  line-height: 22px;
}

.pxp-results-card-1-details-place {
  position: absolute;
  bottom: 22px;
  right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.pxp-results-card-1-details-place p,
.pxp-results-card-1-details-place i {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
}

.pxp-results-card-1 .carousel-control-prev,
.pxp-results-card-1 .carousel-control-next {
  z-index: 4;

  opacity: 1;

  width: 53px;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.pxp-results-card-1 .carousel-control-prev {
  transform: translateX(-100%);
}

.pxp-results-card-1:hover .carousel-control-prev {
  transform: translateX(0);
}

.pxp-results-card-1 .carousel-control-next {
  transform: translateX(100%);
}

.pxp-results-card-1:hover .carousel-control-next {
  transform: translateX(0);
}

.pxp-results-card-1 .carousel-control-prev > span,
.pxp-results-card-1 .carousel-control-next > span {
  font-size: 36px;

  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.26);
}

.pxp-results-card-1-features {
  position: absolute;

  top: 20px;

  left: 20px;

  transform: translateY(-50%);

  color: #333;

  font-weight: 700;

  text-transform: uppercase;

  padding: 6px 10px;

  border-radius: 50px;

  font-size: 0.6rem;

  overflow: hidden;

  opacity: 0;

  z-index: 4;

  background-color: #fff;

  white-space: nowrap;

  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.pxp-dark-mode .pxp-results-card-1-features {
  color: #fff;

  background-color: #000;
}

.pxp-results-card-1:hover .pxp-results-card-1-features {
  opacity: 1;

  transform: translateY(0);
}

.pxp-results-card-1-features > span > span {
  opacity: 0.5;

  display: inline-block;

  padding: 0 5px;
}

.pxp-results-card-1-save {
  position: absolute;

  top: 20px;

  right: 20px;

  transform: translateY(-50%);

  color: #333;

  width: 26px;

  height: 26px;

  border-radius: 50%;

  font-size: 0.8rem;

  line-height: 25px;

  opacity: 0;

  z-index: 4;

  background-color: #fff;

  border: 0 none;

  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);

  text-align: center;

  padding: 0;

  margin: 0;

  -webkit-transition: all 0.3s ease-in-out;

  -o-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;
}

.pxp-dark-mode .pxp-results-card-1-save {
  color: #fff;

  background-color: #000;
}

.pxp-results-card-1:hover .pxp-results-card-1-save {
  opacity: 1;

  transform: translateY(0);
}

/**

 * 17.0 - Property list filter

 */

.pxp-filter-form {
  position: fixed;

  top: 99px;

  right: 30px;

  width: calc(50% - 60px);

  z-index: 4;
}

.pxp-filter-form .custom-select {
  height: 46px;

  padding: 0.375rem 2rem 0.375rem 1rem;

  font-size: 0.9rem;

  box-shadow: none;

  border: 0 none;

  cursor: pointer;

  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}

.pxp-filter-form-row,
.pxp-content-side-search-form-row {
  margin-right: -5px;

  margin-left: -5px;
}

.pxp-filter-form-col,
.pxp-content-side-search-form-col {
  padding-right: 5px;

  padding-left: 5px;
}

.pxp-content-side-search-form-adv {
  display: none;
}

.pxp-filter-btn {
  display: inline-block;

  text-align: center;

  white-space: nowrap;

  background-color: #b0a277;

  height: 46px;

  padding: 0 20px;

  border: 1px solid #b0a277;

  margin-right: 2%;

  margin-bottom: 10px;

  border-radius: 0.25rem;

  font-size: 0.9rem;

  text-transform: uppercase;

  line-height: 46px;

  font-weight: 700;

  color: #fff;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.pxp-filter-btn:hover {
  text-decoration: none;
  color: #ffffff99;
}

/**

 * 18.0 - Single property

 */

.pxp-single-property-top {
  padding-top: 82px;
}

.pxp-sp-top-btns {
  float: right;

  margin-left: 10px;
}

.pxp-sp-top-btns > .dropdown {
  display: inline-block;

  margin-left: 4px;
}

.pxp-sp-top-btn {
  display: inline-block;

  background-color: #fff;

  height: 46px;

  padding: 0 20px;

  border: 1px solid #e2e2e2;

  border-radius: 0.25rem;

  font-size: 0.9rem;

  text-transform: uppercase;

  line-height: 46px;

  font-weight: 700;

  color: #333;

  margin-left: 4px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.pxp-sp-top-btn:hover {
  border: 1px solid #333;

  color: #333;

  text-decoration: none;
}

.pxp-sp-top-btn > span {
  margin-right: 4px;

  color: #333;
}

.pxp-sp-top-btn:hover > span {
  color: #333;
}

.pxp-sp-top-title {
  margin-bottom: 0.5rem;

  line-height: 1.2;

  font-weight: 900;

  font-size: 2rem;
}

.pxp-sp-top-feat {
  margin-left: 10px;

  float: right;
}

.pxp-sp-top-feat > div {
  font-size: 1.4rem;

  line-height: 46px;

  margin-left: 10px;

  display: inline-block;
}

.pxp-sp-top-feat > div > span {
  font-size: 0.7rem;

  opacity: 0.7;
}

.pxp-sp-top-price {
  font-weight: 900;

  font-size: 1.4rem;

  line-height: 46px;

  float: right;
}

.pxp-single-property-gallery-container {
  position: relative;
}

.pxp-single-property-gallery > figure {
  float: left;

  width: 25%;

  position: relative;

  height: 325px;

  margin: 0;

  overflow: hidden;

  border: 1px solid #fff;
}

.pxp-single-property-gallery > figure.pxp-sp-gallery-main-img {
  width: 50%;

  height: 650px;
}

.pxp-single-property-gallery > figure > a {
  position: absolute;

  overflow: hidden;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  -webkit-transition: all 2s linear;

  -o-transition: all 2s linear;

  transition: all 2s linear;

  background-size: cover;
}

.pxp-single-property-gallery > figure:hover > a {
  transform: scale(1.05, 1.05);
}

.pxp-sp-gallery-btn {
  position: absolute;

  bottom: 40px;

  right: calc((100% - 1140px) / 2 + 15px);

  background-color: #fff;

  height: 46px;

  padding: 0 20px;

  margin-left: 10px;

  border-radius: 0.25rem;

  font-size: 0.9rem;

  text-transform: uppercase;

  line-height: 46px;

  font-weight: 700;

  color: #333;

  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.pxp-sp-gallery-btn:hover {
  color: #333;

  text-decoration: none;
}

.pxp-single-property-section > h3 {
  font-size: 1.3rem;

  font-weight: 900;
}

.pxp-sp-key-details-item {
  padding-bottom: 20px;

  margin-bottom: 20px;

  border-bottom: 1px solid #e2e2e2;
}

.pxp-sp-kd-item-label {
  font-size: 16px;
}

.pxp-sp-kd-item-value {
  font-weight: 700;
}

.pxp-single-property-section
  > .row
  > div:nth-last-child(1)
  > .pxp-sp-key-details-item,
.pxp-single-property-section
  > .row
  > div:nth-last-child(2)
  > .pxp-sp-key-details-item {
  padding-bottom: 0;

  margin-bottom: 0;

  border-bottom: 0 none;
}

.pxp-sp-more {
  font-weight: 700;

  color: #333;

  font-size: 0.8rem;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.pxp-sp-more:hover {
  opacity: 0.7;

  text-decoration: none;

  color: #333;
}

.pxp-dots-more {
  display: none;
}

.pxp-sp-more > .pxp-sp-more-2,
.pxp-sp-more.pxp-sp-less > .pxp-sp-more-1 {
  display: none;
}

.pxp-sp-more.pxp-sp-less > .pxp-sp-more-2 {
  display: inline-block;
}

.pxp-sp-amenities-item {
  padding-bottom: 20px;

  margin-bottom: 20px;

  border-bottom: 1px solid #e2e2e2;

  font-size: 16px;
}

.pxp-single-property-section
  > .row
  > div:nth-last-child(1)
  > .pxp-sp-amenities-item,
.pxp-single-property-section
  > .row
  > div:nth-last-child(2)
  > .pxp-sp-amenities-item,
.pxp-single-property-section
  > .row
  > div:nth-last-child(3)
  > .pxp-sp-amenities-item {
  padding-bottom: 0;

  margin-bottom: 0;

  border-bottom: 0 none;
}

.pxp-sp-agent-fig {
  display: block;

  float: left;

  width: 100px;

  height: 100px;

  overflow: hidden;

  margin-right: 20px;
}

.pxp-sp-agent-info {
  padding-top: 4px;
}

.pxp-sp-agent-info-name,
.pxp-sp-agent-info-name a {
  font-weight: 900;

  line-height: 1.2;

  color: #333;

  text-decoration: none;
}

.pxp-sp-agent-info-name a:hover {
  opacity: 0.7;

  text-decoration: none;
}

.pxp-sp-agent-info-rating {
  padding-bottom: 6px;
}

.pxp-sp-agent-info-rating > span {
  margin: 0 1px;

  font-size: 0.8rem;
}

.pxp-sp-agent-info-email > a,
.pxp-sp-agent-info-phone {
  color: #333;

  opacity: 0.7;

  font-size: 16px;
}

.pxp-sp-amenities-item span {
  margin-right: 5px;
}

.pxp-sp-agent-info-email > a {
  text-decoration: none;

  font-size: 16px;
}

.pxp-sp-agent-btn-main {
  display: block;

  float: left;

  text-align: center;

  white-space: nowrap;

  width: 49%;

  min-width: 170px;

  background-color: #b0a277 !important;

  height: 46px;

  padding: 0;

  border: 1px solid #b0a277 !important;

  margin-right: 2%;

  margin-bottom: 10px;

  border-radius: 0.25rem;

  font-size: 0.9rem;

  text-transform: uppercase;

  line-height: 46px;

  font-weight: 700;

  color: #fff;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.pxp-sp-agent-btn-main:hover {
  text-decoration: none;

  color: rgba(255, 255, 255, 0.7);
}

.pxp-sp-agent-btn {
  display: block;

  float: left;

  text-align: center;

  white-space: nowrap;

  width: 49%;

  min-width: 170px;

  background-color: #fff;

  height: 46px;

  padding: 0;

  border: 1px solid #e2e2e2;

  border-radius: 0.25rem;

  font-size: 0.9rem;

  text-transform: uppercase;

  line-height: 46px;

  font-weight: 700;

  color: #333;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.pxp-sp-agent-btn:hover {
  text-decoration: none;

  color: #333;

  border: 1px solid #333;
}

.pxp-sp-agent-btn-main > span,
.pxp-sp-agent-btn > span {
  margin-right: 4px;
}

.pxp-sp-pois-nav > div {
  display: inline-block;

  margin-right: 20px;

  font-weight: 700;

  font-size: 0.8rem;

  cursor: pointer;

  color: rgba(51, 51, 51, 0.7);

  border-bottom: 2px solid transparent;

  padding-bottom: 5px;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.pxp-sp-pois-nav > div.pxp-active {
  border-bottom: 2px solid #333;

  color: rgba(0, 0, 0, 1);
}

#pxp-sp-map {
  height: 340px;
}

.pxp-single-marker {
  position: absolute;

  width: 16px;

  height: 16px;

  background-color: #000;

  border-radius: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.pxp-dark-mode .pxp-single-marker {
  background-color: #fff;
}

.pxp-single-marker:after {
  content: " ";

  width: 42px;

  height: 42px;

  background-color: rgba(0, 0, 0, 0.25);

  border-radius: 50%;

  display: block;

  -webkit-transform: translate(calc(-50% + 8px), calc(-50% + 8px));

  transform: translate(calc(-50% + 8px), calc(-50% + 8px));
}

.pxp-dark-mode .pxp-single-marker:after {
  background-color: rgba(255, 255, 255, 0.25);
}

.pxp-calculator-chart-container {
  position: relative;
}

.pxp-calculator-chart-result {
  position: absolute;

  top: 50%;

  text-align: center;

  transform: translateY(-50%);

  left: 40px;

  right: 40px;
}

.pxp-calculator-chart-result-sum {
  font-weight: 700;

  font-size: 1.4rem;

  line-height: 1.1;
}

.pxp-calculator-chart-result-label {
  font-size: 0.8rem;

  opacity: 0.7;
}

.pxp-calculator-data {
  padding-bottom: 20px;

  margin-bottom: 20px;

  border-bottom: 1px solid #e2e2e2;
}

.pxp-calculator-data:last-child {
  border-bottom: 0 none;

  padding-bottom: 0;

  margin-bottom: 0;
}

.pxp-calculator-data:nth-child(1) .pxp-calculator-data-label > span {
  color: rgba(0, 112, 201, 1);
}

.pxp-calculator-data:nth-child(2) .pxp-calculator-data-label > span {
  color: rgba(75, 154, 217, 1);
}

.pxp-calculator-data:nth-child(3) .pxp-calculator-data-label > span {
  color: rgba(153, 198, 233, 1);
}

.pxp-calculator-data-label > span {
  margin-right: 10px;
}

.pxp-calculator-data-sum {
  font-weight: 700;
}

.pxp-calculator-form label {
  margin-bottom: 0.1rem;

  font-size: 0.8rem;

  font-weight: 700;
}

.pxp-calculator-form .custom-select {
  height: 46px;

  padding: 0.375rem 2rem 0.375rem 1rem;

  font-size: 0.9rem;

  box-shadow: none;

  border: 1px solid #e2e2e2;

  cursor: pointer;
}

.pxp-calculator-form .custom-select:hover,
.pxp-calculator-form .custom-select:focus {
  border: 1px solid #333;
}

.pxp-calculator-form .form-control {
  height: 46px;

  padding: 0.375rem 1rem;

  font-size: 0.9rem;

  box-shadow: none;

  border: 1px solid #e2e2e2;
}

.pxp-calculator-form .form-control:focus {
  border: 1px solid #333;
}

.pxp-calculator-form .form-control[type="number"]::-webkit-inner-spin-button,
.pxp-calculator-form .form-control[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

.pxp-school-rating {
  margin-left: 20px;

  white-space: nowrap;
}

.pxp-school-rating > span {
  margin: 0 1px;
}

.dropdown-menu {
  background-color: #fff;

  border: 0 none;

  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.16);
}

.dropdown-item {
  padding: 7px 20px;

  text-decoration: none;

  font-size: 0.8rem;

  font-weight: 700;

  color: #333;

  -webkit-transition: all 0.2s ease-in-out;

  -o-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #333;

  opacity: 0.7;

  background-color: transparent;
}

.dropdown-item > span {
  width: 20px;

  text-align: center;
}

.pxp-paginantion .page-item .page-link {
  color: #333;

  background-color: transparent;

  border-color: transparent;

  margin-left: 0;

  margin-right: 20px;

  border-radius: 0;

  padding: 0 2px 10px 2px;

  line-height: 1;

  font-weight: 700;

  border: 0 none;

  text-transform: uppercase;

  -webkit-transition: all 0.2s ease-in-out;

  -moz-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;
}

.pxp-paginantion .page-item.active .page-link {
  border-bottom: 2px solid #333;
}

.pxp-paginantion .page-item .page-link:hover {
  opacity: 0.7;
}

.pxp-paginantion .page-item.active .page-link > span {
  line-height: 1;
}

#sticky-wrapper {
  margin-top: 20px;
}

/* ------------------

    Button

-------------------- */

.btn {
  font-size: 18px;

  font-weight: 300;

  color: #ffffff;

  border: 0px solid;

  border-bottom: 2px solid;

  border-color: #24262d;

  padding: 10px 41px;

  border-radius: 5px;

  background: none;

  display: inline-block;

  margin: 10px 0;

  background-color: #24262d;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  transition: all 0.5s ease-in-out;

  text-decoration: none;

  cursor: pointer;
}

.btn:hover {
  background: #3f3516;

  color: #ffffff;

  text-decoration: none;
}

/* ------------------

    Wrapper

-------------------- */

#wrapper {
  min-height: 100%;

  height: 100vh;

  width: 100%;

  background-color: #beb18b;

  position: relative;

  display: inline-block;
}

.brick {
  position: absolute;

  top: 25px;

  left: 18%;

  width: 435px;

  height: 210px;

  background-image: url("../images/wall-1.png");

  background-size: 100%;

  background-repeat: no-repeat;

  background-position: center;
}

/* ------------------

    Number - 404

--------------------*/

.number {
  position: relative;

  z-index: 100;

  text-align: right;

  margin-top: 79px;
}

.number .four {
  width: 230px;

  height: 292px;

  display: inline-block;

  background-image: url("../images/four.png");

  background-repeat: no-repeat;

  background-size: 100%;

  z-index: 19;

  position: relative;
}

.number .zero {
  width: 230px;

  height: 292px;

  display: inline-block;

  background-image: url("../images/zero.png");

  background-repeat: no-repeat;

  background-size: 100%;

  background-position: 0px 20px;

  position: relative;

  z-index: 18;

  -moz-animation: 4s ease 0s normal none infinite zero;

  -moz-transform-origin: center top;

  -webkit-animation: zero 4s infinite ease-in-out;

  -webkit-transform-origin: top;

  -o-animation: 4s ease 0s normal none infinite zero;

  -o-transform-origin: center top;

  -o-animation: zero 4s infinite ease-in-out;

  -o-transform-origin: top;

  -ms-animation: 4s ease 0s normal none infinite zero;

  -ms-transform-origin: center top;

  -ms-animation: zero 4s infinite ease-in-out;

  -ms-transform-origin: top;

  animation: 4s ease 0s normal none infinite zero;

  transform-origin: center top;

  animation: zero 4s infinite ease-in-out;

  transform-origin: top;
}

.number .zero .nail {
  width: 30px;

  height: 50px;

  top: 6px;

  left: 115px;

  background-image: url("../images/nail.png");

  background-repeat: no-repeat;

  background-size: 100%;

  position: absolute;
}

@-moz-keyframes zero {
  0% {
    -moz-transform: rotate(-2deg);
  }

  50% {
    -moz-transform: rotate(2deg);
  }

  100% {
    -moz-transform: rotate(-2deg);
  }
}

@-webkit-keyframes zero {
  0% {
    -webkit-transform: rotate(-2deg);
  }

  50% {
    -webkit-transform: rotate(2deg);
  }

  100% {
    -webkit-transform: rotate(-2deg);
  }
}

@-o-keyframes zero {
  0% {
    -o-transform: rotate(-2deg);
  }

  50% {
    -o-transform: rotate(2deg);
  }

  100% {
    -o-transform: rotate(-2deg);
  }
}

@-ms-keyframes zero {
  0% {
    -ms-transform: rotate(-2deg);
  }

  50% {
    -ms-transform: rotate(2deg);
  }

  100% {
    -ms-transform: rotate(-2deg);
  }
}

@keyframes zero {
  0% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(-2deg);
  }
}

/* ------------------

    Info

--------------------*/

.info {
  margin-left: 460px;

  position: relative;

  z-index: 999;

  margin-top: 245px;
}

.info h2 {
  font-size: 50px;

  font-weight: 300;

  color: #3f3516;

  font-weight: bold;
}

.info p {
  font-size: 20px;

  color: #3f3516;
}

/* ------------------

    Footer

--------------------*/

#footer {
  width: 100%;

  text-align: center;
}

.worker {
  position: absolute;

  left: 10%;

  bottom: 0px;

  width: 300px;

  height: 371px;

  background-size: 100%;

  background-image: url("../images/worker.png");

  background-repeat: no-repeat;

  background-position: center;

  z-index: 10;
}

.tools {
  position: absolute;

  right: 0;

  bottom: 0px;

  width: 730px;

  height: 199px;

  background-size: 100%;

  background-image: url("../images/tools.png");

  background-repeat: no-repeat;

  background-position: center;
}

/* ------------------

    Animationload

--------------------*/

.animationload {
  position: fixed;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: #ffffff;

  z-index: 999999;
}

.loader {
  position: absolute;

  top: 50%;

  left: 50%;

  margin: -100px 0 0 -100px;

  width: 200px;

  height: 200px;

  background-image: url("../images/ajax-loader.gif");

  background-position: center;

  background-repeat: no-repeat;
}

/* ------------------

    Methods of Land

--------------------*/

.inner-banner-section {
  display: inline-block;
  position: relative;
  background-image: url("../images/inner-banner.jpg");
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
  width: 100%;
  padding: 200px 0px 100px;
  margin-bottom: 50px;
}

.banner-title {
  margin-top: 200px;
}

.banner-title h2 {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  font-size: 44px;
}

.inner-item-section h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.inner-item-section p {
  line-height: 28px;
  margin-bottom: 10px;
}

.inner-item-section {
  margin-bottom: 30px;
}

.inner-content h4 {
  margin-bottom: 20px;
}

.inner-content p {
  line-height: 28px;
  margin-bottom: 10px;
}

.inner-content {
  margin-bottom: 30px;
}

.inner-content h6 {
  margin-bottom: 20px;
  font-size: 20px;
}

.inner-list-content li {
  font-size: 18px;
  color: #6c6d70;
  list-style: disc;
  margin-bottom: 10px;
}

.inner-list-content {
  padding-left: 20px;
}

.inner-next {
  float: right;
  width: 100%;
  border-top: 1px solid #6c6d70;
  padding-top: 15px;
  text-align: right;
  margin-bottom: 40px;
}

.next-content {
  display: inline-block;
  margin-right: 15px;
}

.next-arw {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}

.next-arw i {
  font-size: 20px;
}

.inner-next:hover {
  color: #24262d;
}

.sidebar-navigation {
  width: 100%;

  height: auto;

  background-color: #fff;

  webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);

  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);

  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);

  margin-bottom: 50px;
}

.sidebar-navigation .title {
  display: block;

  font-size: 1.2em;

  background-color: #1e1e1e;

  padding: 20px 25px;

  color: #fff;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.1em;
}

.sidebar-navigation > ul > li > a {
  text-transform: uppercase;
}

.sidebar-navigation ul {
  margin: 0;

  padding: 0;
}

.sidebar-navigation ul li {
  display: block;
}

.sidebar-navigation ul li a {
  position: relative;

  display: block;

  font-size: 1em;

  font-weight: 600;

  padding: 10px 25px;

  text-decoration: none;

  color: #2e2e2e;

  letter-spacing: 0.02em;

  border-bottom: 1px solid #eee;

  -webkit-transition: all 0.3s linear;

  -moz-transition: all 0.3s linear;

  -o-transition: all 0.3s linear;

  transition: all 0.3s linear;
}

.sidebar-navigation ul li a em {
  font-size: 24px;

  position: absolute;

  right: 20px;

  top: 50%;

  transform: translateY(-50%);

  padding: 5px;

  border-radius: 50%;
}

.sidebar-navigation ul li:hover > a,
.sidebar-navigation ul li.selected > a {
  background-color: #ecf0f1;

  color: #000;

  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
  display: none;
}

.sidebar-navigation ul li ul.open {
  display: block;
}

.sidebar-navigation ul li ul li a {
  color: #000;

  border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul li a:before {
  content: "";

  width: 10px;

  height: 1px;

  margin-right: 5px;

  display: inline-block;

  vertical-align: middle;

  background-color: #000;

  -webkit-transition: all 0.2s linear;

  -moz-transition: all 0.2s linear;

  -o-transition: all 0.2s linear;

  transition: all 0.2s linear;
}

.sidebar-navigation ul li ul li:hover > a,
.sidebar-navigation ul li ul li.selected > a {
  background-color: #e6ebed;
}

.sidebar-navigation ul li ul li:hover > a:before,
.sidebar-navigation ul li ul li.selected > a:before {
  margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;

  color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}

.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: white;
}

.sidebar-navigation ul li a i {
  float: right;
}

.request-section {
  padding: 50px 0px 50px;
  margin-bottom: 0px;
}

.banner-title {
  margin-top: 150px;
}

.appraisal-pic {
  background-image: url(../images/appraisal-bg.jpg);
  background-size: cover;
  background-position: center center;
  padding: 250px 100px;
}

.appraisal-section .container-fluid {
  padding: 0px;
}

.appraisal-pic h3 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  font-size: 50px;
}

.appraisal-pic p {
  color: #fff;
}

.appraisal-form {
  padding: 180px 80px 180px 180px;
}

.appraisal-form h6 {
  text-transform: uppercase;
  color: #beaf87;
}

.appraisal-form h2 {
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

.form-item label {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}

.appraisal-box {
  background-color: #252526;
  width: 100%;
  color: #eee;
  padding: 15px 15px 15px 45px;
  position: relative;
}

.appraisal-wrapper {
  position: relative;
}

.form-item i {
  position: absolute;
  color: #fff;
  z-index: 1;
  top: 15px;
  left: 15px;
}

.form-subitem .sidebar-navigation {
  background-color: transparent;
  box-shadow: none;
}

.form-subitem .sidebar-navigation ul li a {
  border-bottom: none;
  text-align: right;
  margin-bottom: 10px;
}

.form-subitem .sidebar-navigation ul li a i {
  margin-left: 10px;
}

.form-subitem .appraisal-wrapper {
  margin-bottom: 10px;
}

.form-subitem .appraisal-box {
  padding: 15px;
}

.form-subitem .sidebar-navigation {
  margin-bottom: 20px;
}

.next-btn {
  background-color: #beaf87;
  color: #000;
  text-transform: uppercase;
  padding: 15px 20px;
}

.next-btn i {
  font-size: 12px;
  margin-left: 5px;
}

.next-btn:hover {
  color: #000;
}

.logo-arabic {
  display: none;
}

.header-style-two {
  background: #24262d99 !important;
}
.sticky .nav-menu > li > a {
  color: #24262d !important;
}
.header-style-two .header-upper .logo-outer {
  margin-top: unset !important;
  width: 200px !important;
}
.header-style-two .header-upper .logo {
  padding: unset !important;
  margin-right: unset !important;
}
.main-header .header-upper .logo img {
  width: 100% !important;
}
.nav-menu {
  display: flex !important;
  margin-top: unset !important;
  align-items: center !important;
  justify-content: center !important;
}
.nav-menu > li > a {
  height: unset !important;
  padding: unset !important;
  line-height: 2 !important;
  padding: 5px 10px !important;
}
.nav-menu > li > a.contact {
  background-color: #b0a277 !important;
  border: 1px solid #b0a277 !important;
  border-radius: 5px !important;
  margin-left: 5px !important;
  padding: 1px 15px !important;
  color: #fff !important;
}

.navigation {
  height: unset !important;
}
.main-header .nav-outer {
  float: left !important;
  width: calc(100% - 130px) !important;
}

.inner-container {
  display: flex !important;
  justify-content: start !important;
  width: 100% !important;
  align-items: center !important;
  gap: 10px !important;
  height: 100px !important;
}

.nav-end {
  display: flex;
  gap: 10px !important;
}

.nav-end .img-carry {
  height: 100px !important;
  width: 120px !important;
}

.nav-end .img-carry img {
  width: 153px !important;
}

.nav-end select {
  background: unset !important;
  color: #fff !important;
  border: unset !important;
  box-shadow: unset !important;
}
.global {
  background-color: #b0a277 !important;
  border: 1px solid #b0a277 !important;
  border-radius: 5px !important;
  padding: 3px 20px !important;
  box-shadow: unset !important;
  color: #fff !important;
}
.nav-menu > li > a.contact:hover,
.global:hover {
  background-color: #fff !important;
  color: #24262d !important;
  border: 1px solid #fff !important;
}
.sticky .nav-menu > li > a.contact:hover,
.sticky .global:hover {
  background-color: #fff !important;
  color: #b0a277 !important;
  border: 1px solid #b0a277 !important;
}

.sticky .dropbtn,
.sticky button.dropbtn::before {
  color: #24262d !important;
}

.lang {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: start !important;
  padding-top: 20px !important;
  width: 80px !important;
}
.lang button {
  margin-bottom: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 5px !important;
  align-items: center !important;
}
@media (max-width: 1199px) {
  .nav-menu > li > a.contact,
  .global {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .nav-menu > li > a {
    font-size: 13px !important;
    padding: 5px !important;
  }
  .header-style-two .header-upper .logo-outer {
    width: 175px !important;
  }
}

@media (max-width: 992px) {
  .nav-menu {
    flex-direction: column !important;
  }
  .nav-menu > li > a.contact {
    border-radius: 0 !important;
    margin-left: 0px !important;
    padding: 10px 10px 10px 30px !important;
  }
  .nav-menu > li > a {
    padding: 10px 10px 10px 30px !important;
  }
  .nav-end .img-carry {
    display: none !important;
  }
  .nav-end {
    justify-content: center !important;
    margin-left: unset !important;
    margin-top: 15px !important;
  }
  .main-header .nav-outer {
    width: auto !important;
  }
  .inner-container {
    justify-content: space-between !important;
    height: 70px !important;
  }
  .nav-toggle {
    position: unset !important;
  }
}

.dropbtn {
  background-color: transparent !important;
  color: #fff !important;
  padding: 5px 15px 5px 0px !important;
  font-size: 16px !important;
  border: none !important;
  cursor: pointer !important;
}

.dropdownCustom {
  position: relative !important;
  display: inline-block !important;
}

.dropdown-content {
  display: none !important;
  border-radius: 3px !important;
  position: absolute !important;
  background-color: #24262d !important;
  min-width: 100px !important;
  overflow: auto !important;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2) !important;
  z-index: 1 !important;
}

.dropdown-content a {
  color: #fff !important;
  font-size: 15px !important;
  padding: 10px !important;
  text-decoration: none !important;
  display: flex !important;
  justify-content: start !important;
  gap: 10px !important;
  align-items: center !important;
}

.dropdownCustom img {
  width: 14px !important;
}

.dropdownCustom a:hover {
  background-color: #dddddd10 !important;
}

.show {
  display: block !important;
}

button.dropbtn::before {
  content: "\f0dd" !important;
  display: block !important;
  width: 15px !important;
  height: 15px !important;
  color: #fff !important;
  position: absolute !important;
  right: -5px !important;
  top: 5px !important;
  font-weight: 900 !important;
  font-size: 10px !important;
  font-family: "Font Awesome 5 Free" !important;
  z-index: 99 !important;
}

@media (max-width: 992px) {
  .dropbtn,
  button.dropbtn::before {
    color: #24262d !important;
    font-weight: 900 !important;
  }
}

.langLink {
  width: 100% !important;
  justify-content: space-around !important;
  padding: 15px 0px !important;
}

.langLink a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 5px !important;
}

.langLink a img {
  width: 15px !important;
}

.langLink a p {
  color: #24262d !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
.nav-menu > li a.active {
  color: #b0a277 !important;
}

.rights {
  display: flex !important;
  flex-direction: row-reverse !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
}

@media (max-width: 767px) {
  .rights {
    flex-direction: column !important;
  }
  .main-footer .footer-bottom .inner-container {
    padding: 60px 0;
  }
}

.contact-infoo {
  position: absolute;
  right: 20px;
  top: -20px;
  background-color: #ffffff;
  padding: 30px !important;
  max-width: 290px;
  width: 100%;
  z-index: 9999;
}

.contactInfo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  text-align: center;
  margin: 30px auto !important;
}

.contactInfo li {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 10px;
  margin: 10px auto;
  padding: 15px 5px;
  font-weight: 900;
  width: calc(95% / 3);
  background-color: #fff;
  box-shadow: 1px 1px 5px #ddd;
  border-radius: 5px;
  transition: 0.4s all ease;
}
@media (max-width: 1199px) {
  .contactInfo li {
    width: calc(95% / 2);
  }
}
@media (max-width: 767px) {
  .contactInfo li {
    width: calc(95% / 3);
  }
}
@media (max-width: 576px) {
  .contactInfo li {
    width: 95%;
  }
}

.contactInfo li:hover {
  background-color: #b0a277;
}

.contactInfo li a {
  color: #24262d !important;
}

.contactInfo li i {
  color: #b0a277 !important;
  font-size: 20px;
}

.contactInfo li:hover a,
.contactInfo li:hover i {
  color: #fff !important;
}

.sec-title span.contactTitle {
  position: relative;
  display: block;
  font-size: 25px;
  line-height: normal;
  color: #beaf87;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
  top: -15px;
}
.sec-title p.contactTitle {
  font-size: 25px;
  color: #beaf87;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 40px;
  opacity: 0.3;
  margin: 0;
  top: 0;
}

.contact-form .fas {
  position: absolute;
  top: 23px;
  font-size: 20px;
  left: 20px;
  color: #beaf87;
}
.contact-form .fas-message {
  top: 18px;
}
.contact-form input,
.contact-form textarea {
  padding-left: 45px !important;
}

@media (max-width: 767px) {
  .main-footer .footer-bottom .inner-container {
    padding: 60px 0 !important;
  }
}
.follow-us {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.follow-us h3 i {
  color: #b0a277;
}
.follow-us ul {
  display: flex;
  justify-content: start;
  gap: 10px;
  margin: 10px auto !important;
}
.follow-us ul a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ddd;
  box-shadow: 0px 2px 2px #ccc;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #beaf87;
  transition: 0.4s all ease;
}
.follow-us ul a i {
  font-size: 16px;
}
.follow-us ul a:hover {
  color: #fff;
  background-color: #beaf87;
}

.methods-contact {
  margin: 30px auto;
}
.methods-contact .touch-title {
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.1em;
  color: #24262d;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.methods-contact .form-group input,
.methods-contact .form-group textarea {
  background-color: #fff !important;
}

.widgets-section {
  padding-top: 50px !important;
}

.news-block-two .inner-box {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 10px 10px #00000010;
}

.news-block-two .inner-box:hover .image a::after {
  content: "Read Now";
  text-align: center;
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: #00000060;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.news-block-two .inner-box .absDate {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 5px;
  background-color: #24262d;
  color: #beaf87;
  z-index: 10;
  width: 100px;
  text-align: center;
  font-weight: bold;
}
.news-block-two .lower-content {
  position: relative;
  padding: 40px 60px 50px;
  min-height: 260px;
  text-align: center;
}

.news-block-two .lower-content .date {
  background-color: unset;
  text-align: center;
  margin: 0;
}
.news-block-two .lower-content h5 {
  
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 22px;
  margin-bottom: 40px;
}
.news-block-two .lower-content h4 {
  font-family: "Barlow Condensed";
  font-size: 16px;
  color: #24262d;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}
.card-owl-carousel .owl-nav.disabled {
  display: block;
}

.card-owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
}

.card-owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: -50px;
}
.card-owl-carousel .owl-nav .owl-next,
.card-owl-carousel .owl-nav .owl-prev {
  font-size: 40px;
  color: #beaf87;
}

.overview-card {
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 2px 3px 5px #eeeeee80;
}

.report-overview {
  background: #fbfbfb;
}

.img-overview {
  width: 360px;
  height: 275px;
}

.img-overview img {
  width: 100%;
  height: 100%;
}

.report-overview h3 {
  padding: 20px 15px;
  text-align: center;
  
  font-weight: 900;
  color: #24262d;
  background: #efefef;
  font-size: 20px;
  text-transform: uppercase;
}

.report-overview p {
  color: #24262d;
  padding: 5px 15px;
  
  font-weight: 600;
  font-size: 16px;
}
.report-overview ul li {
  color: #24262d;
  padding: 0px 15px;
  
  font-size: 15px;
  margin-bottom: 10px;
  width: 99%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.subscribe-card {
  border: 1px solid #24262d;
  padding: 5px 10px;
  text-align: center;
  height: 275px;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe-card h3 {
  text-align: left;
  
  font-weight: 900;
  color: #24262d;
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.subscribe-card p {
  text-align: left;
  
  color: #24262d;
  font-size: 14px;
  line-height: 2;
}

.subscribe-card input {
  position: relative;
  width: 90%;
  font-size: 14px;
  color: #6c6d70;
  border-radius: 2px;
  padding: 5px;
  padding-left: 30px;
  background-color: #f7f5f1;
  border: 1px solid #b0a27710;
  margin-top: 10px;
}

.subscribe-card input:focus {
  border: 1px solid #beaf87;
}

.subscribe-card .form-group {
  position: relative;
}

.subscribe-card button {
  width: 90%;
  height: 40px;
  font-size: 16px;
  color: #fff !important;
  background-color: #beaf87 !important;
  box-shadow: unset !important;
  border: unset;
  font-weight: 600;
  border-radius: 2px;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.subscribe-card i.fa-envelope {
  position: absolute;
  left: 20px;
  top: 15px;
  font-size: 16px;
  color: #beaf87;
}

.subscribe-card button:hover {
  background-color: #272930 !important;
  color: #beaf87 !important ;
}

.reports-section {
  position: relative;
}

.reports-section .report-title {
  font-size: 35px;
  
  color: #24262d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

.latest-card {
  box-shadow: 5px 5px 10px #dddddd50;
  border-radius: 5px;
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.latest-img {
  background: url(../images/background/pro5.png) no-repeat center center;
  background-size: cover;
  height: 260px;
  display: block;
}

.latest-section .latest-title {
  font-size: 35px;
  
  color: #24262d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 40px;
}

.latest-section .latest-details {
  font-size: 16px;
  
  color: #24262d;
  margin-bottom: 50px;
}

.latest-section .latest-content {
  position: relative;
}

.latest-content span {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 16px;
  text-align: center;
  width: 100px;
  color: #999;
  padding: 5px;
  border-radius: 5px;
}

.latest-content h3 {
  font-size: 30px;
  font-weight: 600;
  
  color: #24262d;
  margin-bottom: 20px;
  width: 85%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.latest-content p {
  font-size: 16px;
  
  color: #24262d;
  margin-bottom: 55px;
  line-height: 2;
}

.latest-content a {
  font-size: 13px;
  
  color: #fff !important;
  text-decoration: none;
  background: #beaf87 !important;
  border: unset;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  right: 10px;
  box-shadow: unset !important;
}

.latest-content a:hover {
  background-color: #272930 !important;
  color: #beaf87 !important ;
}

.pagination-section a {
  color: #b0a277;
  border: unset;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 16px;
  background: unset !important;
  box-shadow: unset !important;
}

.pagination-section a:hover {
  text-decoration: underline !important;
  color: #b0a277;
}

.pagination-section a.active {
  color: #fff !important;
  background: #beaf87 !important;
}

.subscribe-form-section h3 {
  
  color: #24262d;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 35px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.subscribe-form-section .form-group {
  position: relative;
}

.subscribe-form-section .form-group i {
  position: absolute;
  top: 32px;
  left: 20px;
  font-size: 25px;
  color: #b0a277;
}

.subscribe-form-section .form-group input {
  position: relative;
  display: block;
  width: 100%;
  line-height: 25px;
  height: 85px;
  font-size: 18px;
  color: #6c6d70;
  font-weight: 500;
  padding: 25px 60px;
  background-color: #f7f5f1;
}

.subscribe-form-section button {
  width: 100%;
  background-color: #beaf87 !important;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  border: unset;
  margin: 0;
  height: 85px;
  text-transform: uppercase;
  box-shadow: unset !important;
}

.subscribe-form-section button:hover {
  background-color: #272930 !important;
  color: #beaf87 !important ;
}
@media (max-width: 1135px) {
  .subscribe-card h3 {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .img-overview {
    display: none;
  }
  .overview-card {
    display: block;
    background-color: #fbfbfb;
  }
  .subscribe-card h3 {
    margin-top: 10px;
  }
  .report-overview h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .overview-section {
    margin-bottom: 30px;
  }
  .subscribe-card {
    padding: 15px 10px;
    height: unset;
  }
  .subscribe-card h3 {
    margin-top: 0px;
  }
  .subscribe-card input,
  .subscribe-card button {
    width: 100%;
  }
  .subscribe-card i.fa-envelope {
    left: 10px;
  }
  .latest-section .latest-content {
    position: initial;
  }
  .latest-card {
    position: relative;
  }
  .latest-content span {
    top: 25px;
    right: 15px;
    width: unset;
    padding: 5px 10px;
    color: #beaf87;
    background: #272930;
    border-radius: 0;
  }
  .latest-content h3 {
    width: 100%;
    margin: 15px auto;
  }
  .subscribe-form-section button {
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .latest-section .latest-title,
  .subscribe-form-section h3,
  .reports-section .report-title {
    font-size: 30px;
  }
  .pagination-section a{
    margin: 0;
  }
}

.news-page:before{
  background-color: unset !important;
}