body {
  background: #fff;
  font-family: "Roboto", arial, sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  position: relative;
  scroll-behavior: smooth;
}

::-moz-selection {
  color: #fff;
  background: #ffba5a;
}

::selection {
  color: #fff;
  background: #ffba5a;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #9c6d41 !important;
  font-family: "Playfair Display", times, serif;
}

p,
a,
li,
span {
  font-family: Maven Pro, sans-serif;
  color: #151515;
  font-size: 18px;
}

.font-family-serif {
  font-family: "Playfair Display", times, serif;
}

.font-family-sans-serif {
  font-family: "Roboto", arial, sans-serif;
}

.bg-light {
  background: #f2f4fb !important;
}

.container-fluid {
  max-width: 1600px;
}

.btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 50px;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
}

.btn.btn-outline-white:hover {
  border: 2px solid transparent;
  background: #000;
  color: #fff;
}

.btn.btn-outline-white-primary {
  border: 2px solid #fff;
}

.btn.btn-outline-white-primary:hover {
  border: 2px solid transparent;
  background: #ffba5a;
  color: #fff;
}

.btn.uppercase {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.2em;
}

.btn,
.form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus,
.btn:active,
.form-control:focus,
.form-control:active {
  outline: none;
}

.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border-width: 2px;
}

.form-control:active,
.form-control:focus {
  border-color: #ffba5a;
}

textarea.form-control {
  height: inherit;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.site-header.scrolled {
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.site-header.scrolled .site-menu-toggle {
  top: 10px;
  position: relative;
}

.site-header.scrolled .site-menu-toggle span {
  background: #000;
}

.site-header.scrolled .site-logo {
  position: relative;
  z-index: 100;
}

.site-header.scrolled .site-logo a {
  color: #000;
}

.menu-open {
  position: relative;
}

.menu-open .site-header {
  position: fixed;
}

.menu-open .site-logo {
  position: relative;
  z-index: 100;
}

.menu-open .site-logo a {
  color: #000;
}

.menu-open .site-navbar {
  border: 10px solid #f8f9fa;
}

.site-logo {
  padding-left: 40px;
}

.site-logo a {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: "Playfair Display", times, serif;
}

@media (max-width: 991.98px) {
  .site-logo a {
    font-size: 27px;
  }
}

.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  border: 20px solid transparent;
  background: #000000d2;
  min-height: 300px;
  overflow-y: scroll;
}

.site-navbar nav {
  text-align: left;
}

.site-navbar nav .menu {
  font-family: "Playfair Display", times, serif;
}

.site-navbar nav .menu li a {
  color: #fff;
  font-size: 28px;
  padding: 5px 10px;
  position: relative;
  font-family: Source Serif Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.site-navbar nav .menu li a:hover:before {
  width: 100%;
}

.site-navbar nav .menu li.active a {
  color: #ffba5a;
}

.site-navbar nav .menu li:hover a {
  color: #ffba5a;
}

.site-navbar nav .menu li.active a:before {
  width: 100%;
}

.site-navbar .extra-info a {
  color: #000;
}

.site-navbar .extra-info ul li a {
  color: #000;
}

.site-navbar .extra-info h3 {
  font-family: "Roboto", arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #adb5bd;
  margin-bottom: 30px;
}

.site-navbar .extra-info p {
  color: #212529;
}

.full-height {
  height: 100vh;
  min-height: 700px;
}

.site-hero {
  background-size: cover;
  height: 100vh;
  min-height: 700px;
  width: 100%;
  position: relative;
}

.site-hero .heading {
  font-family: "Playfair Display", times, serif;
  font-weight: bold;
}

.site-hero .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}

.site-hero.overlay:before {
  /* background: rgba(0, 0, 0, 0.45); */
  content: "";
  position: absolute;
  height: 100vh;
  min-height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-hero.inner-page {
  height: 40vh;
  min-height: 298px;
  /* min-height: 375px; */
  overflow: hidden;
}

.site-hero.inner-page.overlay:before {
  height: 50vh;
  min-height: 700px;
}

.site-hero-inner {
  height: 100vh;
  min-height: 700px;
}

.site-hero-inner .heading {
  font-size: 40px;
  font-family: Source Serif Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  line-height: 1;
  color: #9c6d41;
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 40px;
  }
}

.site-hero-inner .sub-heading {
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
}

.inner-page .site-hero-inner {
  height: 50vh;
  min-height: 200px;
}

.page-inside .site-hero-inner,
.page-inside {
  height: 70vh;
  min-height: 500px;
}

.page-inside.overlay:before {
  height: 70vh;
  min-height: 500px;
}

.menu-open .site-menu-toggle span {
  background: #fff;
}

.site-menu-toggle {
  top: 0;
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-right: 40px;
}

.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.section {
  padding: 7em 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px;
  }
}

.visit-section .heading {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Roboto", arial, sans-serif;
  color: #b3b3b3;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.visit-section .visit a {
  color: #000;
}

.visit-section .visit a:hover {
  color: #ffba5a;
}

.visit-section .visit img {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.visit-section .visit h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.visit-section .reviews-star span {
  font-size: 18px;
  color: #ffba5a;
}

.visit-section .reviews-count {
  color: #adb5bd;
  font-style: italic;
}

.heading-serif,
.heading,
.testimonial-section .heading,
.slider-section .heading,
.blog-post-entry .heading {
  font-size: 60px;
  font-family: "Playfair Display", times, serif;
  font-weight: 700;
}

@media (max-width: 991.98px) {

  .heading-serif,
  .heading,
  .testimonial-section .heading,
  .slider-section .heading,
  .blog-post-entry .heading {
    font-size: 40px;
  }
}

.bg-pattern {
  background: #e9ecef url("../img/round.png");
}

.slider-section {
  position: relative;
}

.blog-post-entry {
  position: relative;
}

.half .image,
.half .text {
  width: 50%;
}

@media (max-width: 991.98px) {

  .half .image,
  .half .text {
    width: 100%;
  }
}

.half .image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .half .image {
    height: 300px;
  }
}

.half .text {
  padding: 100px 7%;
}

@media (max-width: 991.98px) {
  .half .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.half .text h2 {
  font-size: 70px;
}

@media (max-width: 991.98px) {
  .half .text h2 {
    font-size: 40px;
  }
}

.testimonial blockquote {
  padding: 0;
}

.testimonial .author-image img {
  width: 70px;
}

.post .media-custom {
  background: #fff;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.post .media-custom:hover,
.post .media-custom:focus {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.post .media-custom a {
  color: #000;
}

.post .media-custom a:hover {
  color: #ffba5a;
}

.post .media-custom .media-body {
  padding: 10px 30px;
}

.post .media-custom h2 {
  font-size: 26px;
}

.media-custom .meta-post {
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
}

.owl-carousel .owl-item {
  opacity: 0.4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  border-width: 2px !important;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}

.owl-carousel.home-slider {
  z-index: 0;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #000;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #fff;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
  background: none;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit;
}

.owl-carousel.major-caousel .slider-item img {
  margin-bottom: 0;
}

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.major-caousel .owl-nav .owl-prev,
.owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled,
.owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: 50px !important;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-dots {
    bottom: 10px !important;
  }
}

.owl-carousel.js-carousel-2 .slider-item {
  padding: 0 20px;
  text-align: center;
}

.owl-carousel.js-carousel-2 .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 299;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev,
.owl-carousel.js-carousel-2 .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev:hover,
.owl-carousel.js-carousel-2 .owl-nav .owl-prev:focus,
.owl-carousel.js-carousel-2 .owl-nav .owl-prev:active,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:hover,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:focus,
.owl-carousel.js-carousel-2 .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev span:before,
.owl-carousel.js-carousel-2 .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-prev {
  left: -30px !important;
}

.owl-carousel.js-carousel-2 .owl-nav .owl-next {
  right: -30px !important;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot {
  display: inline-block;
  border: none;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot>span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e9ecef;
  display: inline-block;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot.active>span {
  background: #ffba5a;
}

.owl-carousel.js-carousel-2 .owl-dots .owl-dot:active,
.owl-carousel.js-carousel-2 .owl-dots .owl-dot:focus,
.owl-carousel.js-carousel-2 .owl-dots .owl-dot:hover {
  outline: none;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.footer-section {
  background: #fafafa;
  color: #fff;
  padding: 5em 0em 2em 0em;
}

.footer-section a {
  color: #666;
}

.footer-section a:hover {
  color: #000;
}

.footer-section p {
  color: #666;
}

.footer-section .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-section .contact-info span.d-block {
  font-style: italic;
  color: #666;
}

.footer-section .social a {
  font-size: 18px;
  padding: 10px;
}

.footer-section .link li {
  margin-bottom: 10px;
}

.footer-newsletter .form-group {
  position: relative;
}

.footer-newsletter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:active,
.footer-newsletter .form-control:focus {
  border-bottom: 1px solid white;
}

.footer-newsletter button[type="submit"] {
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.side-box,
.sidebar-search {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.side-box .heading,
.sidebar-search .heading {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Roboto", arial, sans-serif;
}

.post-list li {
  margin-bottom: 20px;
}

.post-list li a>div {
  margin-top: -10px;
}

.post-list li a .meta {
  font-size: 13px;
  color: #adb5bd;
}

.post-list li a .image {
  width: 150px;
}

.post-list li a h3 {
  font-size: 16px;
}

.post-list li:last-child {
  margin-bottom: 0;
}

.sidebar-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.sidebar-search .icon-search {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-search .search-input {
  border-color: #dee2e6;
  padding-left: 40px;
  border-radius: 0px;
}

.sidebar-search .search-input:focus,
.sidebar-search .search-input:active {
  border-color: #343a40;
}

.contact-section .contact-info p {
  font-family: "Playfair Display", times, serif;
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-section .contact-info p .d-block {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-family: "Roboto", arial, sans-serif;
  text-transform: uppercase;
}

.post-categories li {
  display: block;
}

.post-categories li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}

.post-categories li a .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #6c757d;
}

.custom-pagination .page-item .page-link {
  text-align: center;
  border: none;
  background: none;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.custom-pagination .page-item.active .page-link {
  background: #ffba5a;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.line-height-1-2 {
  line-height: 1.2;
}

/* Mouse Animation */
.mouse {
  width: 100px;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 140px;
  z-index: 1;
  -webkit-transform: translateX(-25%);
  -ms-transform: translateX(-25%);
  transform: translateX(-25%);
}

.mouse-icon {
  width: 25px;
  height: 45px;
  border: 2px solid white;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

.site-block-half .image,
.site-block-half .text {
  width: 100%;
}

@media (min-width: 992px) {

  .site-block-half .image,
  .site-block-half .text {
    width: 50%;
  }
}

@media (max-width: 991.98px) {
  .site-block-half .image {
    margin-bottom: 50px;
    height: 300px;
  }
}

.site-block-half .text {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}

@media (min-width: 992px) {
  .site-block-half .text {
    padding: 4rem;
  }
}

.site-block-half .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .site-block-half .bg-image {
    height: 400px;
  }
}

.site-block-half.site-block-video .image {
  position: relative;
}

.site-block-half.site-block-video .image .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  width: 70px;
  height: 70px;
  background: #fff;
  display: block;
  border-radius: 50%;
  opacity: 1;
  color: #ffba5a !important;
}

.site-block-half.site-block-video .image .play-button:hover {
  opacity: 1;
}

.site-block-half.site-block-video .image .play-button>span {
  position: absolute;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-60%, -50%);
  -ms-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
}

.field-icon-wrap {
  position: relative;
}

.field-icon-wrap .form-control {
  position: relative;
  padding-right: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #a6a6a6;
}

.field-icon-wrap .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 2;
}

.field-icon-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.block-32 {
  background: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 80px -10px rgba(0, 0, 0, 0.2);
  width: 100%;
}

.block-32 .field-icon-wrap {
  position: relative;
}

.block-32 .field-icon-wrap .form-control {
  position: relative;
  padding-right: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #a6a6a6;
}

.block-32 .field-icon-wrap .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  z-index: 2;
}

.block-32 .field-icon-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.block-2 {
  margin-bottom: 50px;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -ms-transform: perspective(1000px);
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

.block-2:hover .back,
.block-2.hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.block-2:hover .front,
.block-2.hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.block-2,
.block-2 .front,
.block-2 .back {
  width: 100%;
  height: 427px;
}

.block-2 .flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transition: 0.6s;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

.block-2 .front,
.block-2 .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: rotateY(0deg);
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -moz-transform: rotateY(0deg);
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -o-transform: rotateY(0deg);
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  -ms-transform: rotateY(0deg);
  transition: 0.6s;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: absolute;
  top: 0;
  left: 0;
}

.block-2 .front {
  -webkit-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  background: lightgreen;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.block-2 .front:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top,
      transparent 0%,
      transparent 18%,
      rgba(0, 0, 0, 0.8) 99%,
      rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top,
      transparent 0%,
      transparent 18%,
      rgba(0, 0, 0, 0.8) 99%,
      rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(transparent),
      color-stop(18%, transparent),
      color-stop(99%, rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top,
      transparent 0%,
      transparent 18%,
      rgba(0, 0, 0, 0.8) 99%,
      rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom,
      transparent 0%,
      transparent 18%,
      rgba(0, 0, 0, 0.8) 99%,
      rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.block-2 .front .box {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.block-2 .front .box h2,
.block-2 .front .box p {
  color: #fff;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.block-2 .front .box h2 {
  font-size: 20px;
}

.block-2 .front .box p {
  font-size: 12px;
}

.block-2 .back {
  background: #fff;
  -webkit-box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 70px -10px rgba(0, 0, 0, 0.4);
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.block-2 .back p {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
  font-size: 18px;
}

.block-2 .author {
  bottom: 0;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.block-2 .author .image {
  width: 40px;
}

.block-2 .author .image img {
  border-radius: 50%;
  max-width: 100%;
}

.block-2 .author .position {
  display: block;
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .block-2 .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  .block-2 .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}

.text-black {
  color: #000 !important;
}

.check-availabilty {
  margin-top: -170px;
  position: relative;
}

.check-availabilty .block-32 {
  background: #fff;
  border-radius: 10px;
}

.room {
  position: relative;
  display: block;
}

.room .img-wrap {
  position: relative;
  overflow: hidden;
}

.room .img-wrap img {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  margin-bottom: 0 !important;
}

.room:hover .img-wrap img,
.room:focus .img-wrap img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.letter-spacing-1 {
  letter-spacing: 0.1em;
}

.text-opacity-8 {
  opacity: 0.8;
}

.text-opacity-7 {
  opacity: 0.7;
}

.text-opacity-6 {
  opacity: 0.6;
}

.text-opacity-5 {
  opacity: 0.5;
}

.letter-spacing-2 {
  letter-spacing: 0.2em;
}

.bg-image {
  background-size: cover;
  background-attachment: fixed;
}

.bg-image-2 {
  background-size: cover;
  background-position: center center;
}

.food-menu-tabs {
  text-align: center;
}

.food-menu-tabs .nav-tabs {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: none;
}

.food-menu-tabs .nav-tabs li {
  display: inline-block;
}

.food-menu-tabs .nav-tabs li a {
  border: none;
  background: none;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  display: block;
}

.food-menu-tabs .nav-tabs li a:before {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 20px;
  height: 2px;
  background: transparent;
}

.food-menu-tabs .nav-tabs li a.active {
  border: none;
  background: none;
  color: #fff;
}

.food-menu-tabs .nav-tabs li a.active:before {
  background: #fff;
}

.custom-caption {
  font-size: 14px;
  letter-spacing: 0.2em;
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.bg-image.overlay {
  position: relative;
}

.bg-image.overlay>.container {
  position: relative;
  z-index: 3;
}

.bg-image.overlay:before {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}

.img-absolute {
  position: absolute;
  bottom: -100px;
  right: -100px;
}

.img-absolute img {
  max-width: 250px;
  border-radius: 50%;
  border: 10px solid #f2f4fb;
}

@media (max-width: 991.98px) {
  .img-absolute {
    right: 0px;
  }

  .img-absolute img {
    max-width: 160px;
  }
}

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

.custom-breadcrumbs li {
  display: inline-block;
  color: #9c6d41;
  margin: 0 4px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.custom-breadcrumbs li a {
  font-weight: normal;
}

.custom-breadcrumbs li a:hover {
  color: #fff;
}

.timeline-item {
  padding: 3em 2em 2em;
  position: relative;
  border-left: 2px solid #dee2e6;
}

.timeline-item::before {
  content: attr(date-is);
  position: absolute;
  left: 2em;
  font-weight: bold;
  top: 1em;
  display: block;
  font-weight: 700;
  font-size: 0.785rem;
}

.timeline-item::after {
  width: 10px;
  height: 10px;
  display: block;
  top: 1em;
  position: absolute;
  left: -6px;
  border-radius: 10px;
  content: "";
  border: 2px solid #dee2e6;
  background: white;
}

.timeline-item:last-child {
  -webkit-border-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(60%, #dee2e6),
      to(rgba(222, 226, 230, 0))) 1 100%;
  -webkit-border-image: -webkit-linear-gradient(top,
      #dee2e6 60%,
      rgba(222, 226, 230, 0)) 1 100%;
  -o-border-image: -o-linear-gradient(top, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
  border-image: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(60%, #dee2e6),
      to(rgba(222, 226, 230, 0))) 1 100%;
  border-image: linear-gradient(to bottom, #dee2e6 60%, rgba(222, 226, 230, 0)) 1 100%;
}

.custom-pagination {
  text-align: center;
}

.custom-pagination ul {
  padding: 0;
  margin: 0;
}

.custom-pagination ul li {
  display: inline-block;
}

.custom-pagination ul li a {
  background: #fff;
  border-radius: 50%;
  border: 1px solid transparent;
}

.custom-pagination ul li a:hover {
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.1);
}

.custom-pagination ul li a,
.custom-pagination ul li span {
  display: inline-block;
  width: 47px;
  margin: 2px;
  height: 47px;
  font-size: 1.2rem;
  line-height: 47px;
}

.custom-pagination ul li.active span {
  background: #ffba5a;
  color: #fff;
  border-radius: 50%;
}

/* ======= New Css style ======= */
.site-logo img {
  width: 125px;
  background-color: #ffffffb0;
}

.padding-section {
  padding: 75px 0;
}

.Titel h3 {
  color: #27262e;
  font-family: Source Serif Pro, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1.25;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Source Serif Pro, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans,
    sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol,
    Noto Color Emoji;
}

p,
li,
a,
span {
  font-family: Source Sans Pro, sans-serif;
}

.img-card {
  position: relative;
  width: 100%;
  margin: 20px;
}

.img-card img {
  width: 100%;
  display: block;
  aspect-ratio: 2/3;
  object-fit: cover;
}

.img-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* Semi-transparent overlay */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  padding: 20px;
}

.img-card:hover .overlay {
  opacity: 1;
}

.img-card .overlay p {
  font-size: 18px;
  text-align: center;
  color: #fff !important;
}


.img-card .overlay h4 {
  position: absolute;
  bottom: 20px;
  text-align: center;
  color: #fff !important;
}

.values-we-preserve-button button {
  border-radius: 0;
  border: 1px solid #000;
  background-color: #fff;
  transition: 0.5s;
}

.values-we-preserve-button button:hover {
  background-color: #000;
  color: #fff;
}

.focus-card .owl-item video {
  width: 100%;
  aspect-ratio: 3/3;
  object-fit: cover;
}

.focus-card .owl-item>div {
  cursor: pointer;
  margin: 50px;
  transition: margin 0.4s ease;
}

.focus-card .text-area {
  text-align: center;
}

.focus-card .owl-item.center>div {
  cursor: auto;
  margin: 0;
  scale: 1.3;
}

.focus-card .owl-item.center>div p {
  scale: 0.8;
}

.focus-card .owl-item:not(.center)>div:hover {
  opacity: 0.75;
}

.hd1 {
  font-family: "mont-book", sans-serif;
  /* font-size: 3.3vw; */
  font-size: 3vw;
  letter-spacing: 0.1vw;
  line-height: 1.1;
  color: #9c6d41;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}

.container {
  width: 100%;
}

.focus-card .text-area h4 {
  color: #9c6d41;
  min-height: 10px;
  font-size: 1.32vw;
  margin-top: 10px;
}

.focus-card .text-area p {
  font-size: 16px;
}

/* ==== */
/* Whatsapp */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 10px;
  right: 10px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.my-float {
  margin-top: 16px;
}


.centered {
  position: absolute;
  bottom: 20px;
  padding: 10px;
  text-align: center;
  /* top: 70%;
  left: 50%;
  transform: translate(-50%, -50%); */
  /* color: #fff;
  transition: .5s; */
}

.centered h3 {
  color: #fff;
}

.centered p {
  opacity: 0;
}

.card-scroll1 {
  cursor: pointer;
  transition: .5s;
}

.card-scroll1 img {
  aspect-ratio: 2/3;
  object-fit: cover;
}

.card-scroll1:hover p {
  opacity: 1.5;
  text-align: center;
  color: #fff;
  background-color: #0000002a;
}

/* Button to open the chat */
.open-chat-btn {
  position: fixed;
  bottom: 125px;
  right: 20px;
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 15px 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/* The chat box */


.carousel-caption {
  background-color: #00000079;
}

.socil-footer img {
  width: 90%;
  transition: .5s;
  opacity: .5;
}

.socil-footer img:hover {
  transform: scale(1.1);
  opacity: 1;
}

.socil-footer .col-2 {
  padding: 10px;
}

.carousel-indicators {
  z-index: 0;
}

Footer i {
  color: #000;
  margin-right: 5px;
}

.copyright-text {
  background-color: #959698;
  padding: 12px 0;
}

.copyright-text p,
.copyright-text a {
  margin: 0;
  padding: 0;
  color: #fff;
}

.copyright-text a:hover {
  color: #FECA04;
}

.site-navbar .list-unstyled li {
  margin-bottom: 12px;
}

.Scrolling-img .owl-nav .owl-prev {
  left: -18px !important;
  background-color: #ffffff99 !important;
  font-size: 25px !important;
}

.Scrolling-img .owl-nav .owl-next {
  right: -18px !important;
  background-color: #ffffff99 !important;
  font-size: 25px !important;
}

/* Chat Boot */
.floating-chat {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: fixed;
  bottom: 85px;
  right: 10px;
  width: 60px;
  height: 60px;
  transform: translateY(70px);
  transition: all 250ms ease-out;
  border-radius: 50%;
  opacity: 0;
  background: -moz-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
  background: -webkit-linear-gradient(-45deg, #183850 0, #183850 25%, #192c46 50%, #22254c 75%, #22254c 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.floating-chat.enter:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  opacity: 1;
}

.floating-chat.enter {
  transform: translateY(0);
  opacity: 0.6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 2px rgba(0, 0, 0, 0.14);
}

.floating-chat.expand {
  width: 250px;
  max-height: 300px;
  height: 400px;
  border-radius: 5px;
  cursor: auto;
  opacity: 1;
}

.floating-chat :focus {
  outline: 0;
  box-shadow: 0 0 3pt 2pt rgba(14, 200, 121, 0.3);
}

.floating-chat button {
  background: transparent;
  border: 0;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  cursor: pointer;
}

.floating-chat .chat {
  display: flex;
  flex-direction: column;
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  transition: all 250ms ease-out;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.floating-chat .chat.enter {
  opacity: 1;
  border-radius: 0;
  margin: 10px;
  width: auto;
  height: auto;
}

.floating-chat .chat .header {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  background: transparent;
}

.floating-chat .chat .header .title {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 5px;
}

.floating-chat .chat .header button {
  position: absolute;
  top: -35px;
  right: -5px;
  color: red;
  background-color: #183850;
  border-radius: 10px;
}

.floating-chat .chat .messages {
  padding: 10px;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  overflow-x: hidden;
  flex-grow: 1;
  border-radius: 4px;
  background: transparent;
}

.floating-chat .chat .messages::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .messages::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .messages::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li {
  position: relative;
  clear: both;
  display: inline-block;
  padding: 14px;
  margin: 0 0 20px 0;
  font: 12px/16px 'Noto Sans', sans-serif;
  border-radius: 10px;
  background-color: rgba(25, 147, 147, 0.2);
  word-wrap: break-word;
  max-width: 81%;
}

.floating-chat .chat .messages li:before {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  content: '';
  background-size: cover;
}

.floating-chat .chat .messages li:after {
  position: absolute;
  top: 10px;
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid rgba(25, 147, 147, 0.2);
}

.floating-chat .chat .messages li.other {
  animation: show-chat-odd 0.15s 1 ease-in;
  -moz-animation: show-chat-odd 0.15s 1 ease-in;
  -webkit-animation: show-chat-odd 0.15s 1 ease-in;
  float: right;
  margin-right: 45px;
  color: #0ad5c1;
}

.floating-chat .chat .messages li.other:before {
  right: -45px;
  background-image: url(https://github.com/Thatkookooguy.png);
}

.floating-chat .chat .messages li.other:after {
  border-right: 10px solid transparent;
  right: -10px;
}

.floating-chat .chat .messages li.self {
  animation: show-chat-even 0.15s 1 ease-in;
  -moz-animation: show-chat-even 0.15s 1 ease-in;
  -webkit-animation: show-chat-even 0.15s 1 ease-in;
  float: left;
  margin-left: 45px;
  color: #0ec879;
}

.floating-chat .chat .messages li.self:before {
  left: -45px;
  background-image: url(https://github.com/ortichon.png);
}

.floating-chat .chat .messages li.self:after {
  border-left: 10px solid transparent;
  left: -10px;
}

.floating-chat .chat .footer {
  flex-shrink: 0;
  display: flex;
  padding-top: 10px;
  max-height: 90px;
  background: transparent;
}

.floating-chat .chat .footer .text-box {
  border-radius: 3px;
  background: rgba(25, 147, 147, 0.2);
  min-height: 100%;
  width: 100%;
  margin-right: 5px;
  color: #0ec879;
  overflow-y: auto;
  padding: 2px 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar {
  width: 5px;
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.1);
}

.floating-chat .chat .footer .text-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(25, 147, 147, 0.2);
}

.floating-chat .fa-comments {
  font-size: 30px;
}

@keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-moz-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@-webkit-keyframes show-chat-even {
  0% {
    margin-left: -480px;
  }

  100% {
    margin-left: 0;
  }
}

@keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-moz-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

@-webkit-keyframes show-chat-odd {
  0% {
    margin-right: -480px;
  }

  100% {
    margin-right: 0;
  }
}

.slider-about-us {
  background: url('../images/Slider/slider-about-us.png') no-repeat center center;
  background-size: cover;
}

.slider-ongoing-projects {
  background: url('../images/Gallery/Ongoing-Projects/Banner.png') no-repeat center center;
  background-size: cover;
}

.slider-ongoing-projects-1 {
  background: url('../images/Gallery/Ongoing-Projects/Banner.png') no-repeat center center;
  background-size: cover;
}

.slider-completed-projects-1 {
  background: url('../images/Gallery/Completed-Projects/Banner.png') no-repeat center center;
  background-size: cover;
}

.slider-terms-and-conditions {
  background: url('../images/Slider/Terms-and-Conditions-bg.png') no-repeat center center;
  background-size: cover;
}

.slider-contact-us {
  background: url('../images/Slider/slider-contact-us.png') no-repeat center center;
  background-size: cover;
}

.slider-area ul li a {
  color: #9c6d41;
  transition: .5s;
}

.slider-area ul li a:hover {
  color: #FBCB0B;
}

.bg-g {
  background-color: #F0ECE7;
}

/* About Us page  */
.about-us-page-2 .card-section {
  height: 100%;
  width: 100%;
  color: white;
  position: relative;
  cursor: pointer;
  aspect-ratio: 3/2;
  object-fit: cover;
}

.about-us-page-2 .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #922441b3;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.about-us-page-2 .content * {
  transform: translateY(-70%);
  transition: all 0.3s ease;
  opacity: 0;
  text-align: center;
  padding: 10px;
}

.about-us-page-2 .content h2 {
  font-size: 35px;
  margin: 15px;
  font-weight: 700;
}



.about-us-page-2 .card-btn {
  width: 70%;
  padding: 10px;
  border-radius: 25px;
  position: absolute;
  bottom: -25px;
  transform: translate(25%, 0%);
  border: none;
  background-color: #fff;
  font-size: 18px;
  font-family: Source Serif Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

.card-btn:hover {
  background-color: orange;
  color: #fff;
  cursor: pointer;
}

.about-us-page-2 .card-section:hover .content {
  opacity: 1;
}

.about-us-page-2 .card-section:hover .content * {
  opacity: 1;
  transform: translateY(0);
  color: #fff;
}

/* 1 */
.about-us-page-2 .card-1 {
  background-image: url("../images/Goal-Oriented.jpg");
  background-size: cover;
  width: 100%;
}

/* 2 */
.about-us-page-2 .card-2 {
  background-image: url("../images/Commitment.jpg");
  background-size: cover;
  width: 100%;
}

/* 3 */
.about-us-page-2 .card-3 {
  background-image: url("../images/Uncompromisin-Quality.png");
  background-size: cover;
  width: 100%;
}

/* 4 */
.about-us-page-2 .card-4 {
  background-image: url("../images/Ethical-Business-Practice.jpeg");
  background-size: cover;
  width: 100%;
}

/* 5 */
.about-us-page-2 .card-5 {
  background-image: url("../images/Innovation.png");
  background-size: cover;
  width: 100%;
}

.about-us-page-4 .profile-card {
  background-color: #fff;
  padding: 10px;
  height: 100%;
}

*:hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}


/*Profile card 2*/
.profile-card-2 {
  height: 100%;
}

.profile-card-2 .card-img-block {
  float: center;
  height: 150px;
  overflow: hidden;
  background-size: cover;
}

.profile-card-2 .card-body {
  position: relative;
}

.profile-card-2 .profile {
  border-radius: 50%;
  position: absolute;
  top: -75px;
  left: 15%;
  max-width: 125px;
  border: 3px solid rgba(255, 255, 255, 1);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}



.profile-card-2 .card-text {
  font-family: Maven Pro, sans-serif;
  color: #151515;
  font-size: 18px;
}

.profile-card-2 .icon-block {
  float: left;
  width: 100%;
}

.profile-card-2 .icon-block a {
  text-decoration: none;
}

.profile-card-2 i {
  display: inline-block;
  font-size: 16px;
  color: #FECB04;
  text-align: center;
  border: 1px solid #FECB04;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}

.profile-card-2 i:hover {
  background-color: #FECB04;
  color: #fff;
}

/* Ongoing-project page css start */
.ongoing-projects-page-1 {
  padding: 70px 50px
}

.project-card {
  padding: 30px 30px 30px 30px !important;
  background: #f4f4f4;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.1);
}


/* Shine */
.hover14 figure {
  position: relative;
  z-index: 1;
}

.hover14 figure img {
  width: 100%;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine 1.2s;
  animation: shine 1.2s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.project-card {
  display: block;
  position: relative;
  text-decoration: none;
  color: black;
  padding: 20px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}

.pc-titel {
  z-index: 2;
  position: relative;
  transition: color 350ms ease;
}

.pc-titel p {
  font-weight: 100;
}

.project-card:hover .pc-titel,
.project-card:hover .pc-titel h4 {
  color: white;
}

.project-card::after,
.project-card::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background: #BB8C2B;
  z-index: -2;
}

.project-card::before {
  transform: translateX(-100%);
  z-index: 0;
}

.project-card:hover:before {
  transform: translateX(0);
  transition: transform 350ms ease;
}

.project-card::after {
  z-index: 0;
  transform: translateX(100%);
  transition: none;
  transition: transform 350ms ease;
}

.project-card:hover:after {
  opacity: 1;
  transform: translateX(0);
  transition: transform 350ms 360ms ease;
}

/* 1 */
.scroll-taab {
  padding: 10px;
  text-align: center;
  background-color: #F5F5F5;
}

.scroll-taab ul li {
  list-style-type: none;
  margin: 0 12px;
  display: inline-block;
  padding: 0;
}

.scroll-taab ul li a {
  color: #000;
  transition: .3s;
  text-transform: uppercase;
}

.scroll-taab ul li a:hover {
  color: #FECC02;
}

.scroll-taab ul {
  padding: 0;
  margin: 0;
}

.Project-titel h1 {
  font-weight: 300;
  font-size: 45px;
  color: #bb8c2b;
  line-height: 60px;
  font-family: Source Serif Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  /* font-family: 'Playfair Display', serif; */
}

.ongoing-projects-inpage-1 .Titel h3 {
  color: #bb8c2b !important;
}

.clr-b {
  color: #bb8c2b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Source Serif Pro, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-weight: 300;
}

b,
strong {
  font-weight: 600;
}

.btn-h.btn-border-4::after,
.btn-h.btn-border-4::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: .5s;
}

.btn-h.btn-border-4::after {
  top: 0px;
  left: 0px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}

.btn-h.btn-border-4::before {
  bottom: 0px;
  right: 0px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}

.btn-h.btn-border-4:hover {
  color: #666;
  background-color: #E8E8E8;
}

.btn-h.btn-border-4:hover::after,
.btn-h.btn-border-4:hover::before {
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  border-color: #BB8C2B;
}

.btn-h.btn-border-5::after,
.btn-h.btn-border-5::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: .5s;
}

.btn-h {
  position: relative;
  display: inline-block;
  margin: 15px 0px;
  padding: 7px 20px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  background: #E8E8E8;
  border: none;
  cursor: pointer;
  transition: ease-out 0.5s;
  -webkit-transition: ease-out 0.5s;
  -moz-transition: ease-out 0.5s;
}

.filter-btnn {
  text-align: center;
  margin: 10px;
}

.filter-btnn:active .btn-border-4:active {
  background-color: #BB8C2B !important;
  color: white;
}

.padding-section-60 {
  padding: 60px 0 40px 0;
}

.Project-Features ul li {
  color: #BB8C2B;
}

.Project-Features ul li span {
  color: #000;
}

/* Hide all tab content by default */
.tabcontent {
  display: none;
}

/* Style the tab buttons */
.tabs .tablinks {
  background-color: #f1f1f1;
  border: none;
  padding: 7px 20px;
  cursor: pointer;
}

/* Style the active tab button */
.tabs .tablinks.active {
  background-color: #BB8C2B;
  color: #fff;
  border: none;
}

/* Show the active tab content */
.tabcontent.active {
  display: block;
  border: none;
}

.Project-Features button {
  border: none;
  outline: none;
}

.Disclaimer-card {
  background-color: #fff5ef;
  padding: 30px;
  border-radius: 15px;
}

/* Ongoing-project page css End */


/* completed page css start */
.completed-project-card {
  background-color: #F4F4F4 !important;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  z-index: 0;
}

.hover-1 {
  transition: .4s, background-position 0s;
}

.hover-1.alt {
  width: 100%;
  background: linear-gradient(#BB8C2B 0 0) calc(100% - var(--p, 0%)) / var(--p, 0%) no-repeat;
}

.pc-titel {
  color: #3f3f3f;
}

.hover-1.alt:hover .pc-titel {
  color: #fff;
}

.hover-1.alt:hover .pc-titel h4 {
  color: #fff;
}

.hover-1.alt .hover14 img {
  width: 380px;
  height: auto;
}

.hover-1:hover {
  --p: 100%;
}

/* completed page css end */

/* Terms & Conditions Start */
.padding-section-20 {
  padding: 15px 0px;
}

.Terms-and-Conditions .counter {
  color: #BB8C2B;
  font-size: 21px;
  margin-right: 10px;
  text-transform: capitalize;
}

.Terms-and-Conditions p {
  text-align: justify;
}

/* Terms & Conditions End */

/* contact us page start */
.contact-us-page form input {
  margin-bottom: 18px;
}

.contact-us-page form input[type=submit] {
  width: 100%;
  margin-top: 20px;
  padding: 5px;
  background-color: #bb8c2b;
  color: #fff;
  font-size: 18px;
  border: #fff;
  transition: .5s;
}

.contact-us-page form input[type=submit]:hover {
  background-color: #bb8c2b;
  color: #fff;
  cursor: pointer;
  opacity: .7;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.info-wrap .dbox {
  width: 100%;
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;
}

.info-wrap .dbox p span {
  font-weight: 400;
  color: #000;
}

.info-wrap .dbox p a {
  color: #666;
  transition: .5s;
}

.info-wrap .dbox p a:hover {
  color: #bb8c2b;
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #d4bc8c;
  background-color: #bb8c2b;
}

.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #fff;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

.Social-icon li {
  list-style-type: none;
  display: inline;
}

.Social-icon li i {
  font-size: 25px;
  margin-right: 18px;
  padding: 5px;
  transition: .5s;
}

.Social-icon li i:hover {
  color: #bb8c2b;
}

/* contact us page End */
.one-family-card .card {
  position: relative;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.intro {
  position: absolute;
  height: 50px;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  padding: 5px;
  color: #fff;
  background-color: #00000077;
  text-align: center;
  transition: .4s ease-in-out;
}

.one-family-card .card:hover .intro {
  height: 280px;
  bottom: 0;
  background-color: #00000077;
}

.one-family-card .card:hover .text-p {
  opacity: 1;
  visibility: visible;
}

.one-family-card .card img {
  aspect-ratio: 2/3;
  object-fit: cover;
}

.one-family-card .card:hover img {
  transform: scale(1.1) rotate(-3deg);
  transition: ease-in-out .5s;
}


.one-family-card .intro h4 {
  color: #fff !important;
}

.text-p {
  font-size: 16px;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  color: #fff;
}

.testimonial-section p {
  font-size: 16px;
}

.hover14 figure img {
  aspect-ratio: 3/2;
  object-fit: cover;
}

.list-type-none {
  margin-bottom: 20px;
}

.list-type-none p {
  margin: 0;
}

/* Hero Slider */
.hero-slider .slider {
  position: relative;
  margin: auto;
  overflow: hidden;
}

.hero-slider .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.hero-slider .slide {
  min-width: 100%;
  box-sizing: border-box;
}

.hero-slider .slide img {
  width: 100%;
  display: block;
}

.hero-slider button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 24px;
  z-index: 1000;
}

.hero-slider .prev {
  left: 10px;
}

.hero-slider .next {
  right: 10px;
}

/* Gallery Start */
.big-imgs .carousel-item img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 100%;
  border: 1px solid #dadada;
}

.mini-imgs img {
  aspect-ratio: 3/2;
  object-fit: cover;
  width: 15%;
  border: 1px solid #dadada;
  margin: 0 10px;
}

.thumbnail {
  cursor: pointer;
  opacity: 0.7;
}