@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
body {
  line-height: 1.5;
  --gutter-x: 15px;
  --gutter-x2: -15px;
  overflow-x: hidden;
  font-family: 'Poppins', sans-serif;
}
body.modal-opened {
  overflow: hidden !important;
  width: 100%;
}
body main {
  overflow-x: clip;
}
.mobile-hamburger-menu {
  z-index: 999;
  position: relative;
  flex-direction: column;
  cursor: pointer;
  padding: 10px;
  width: 40px;
  height: 34px;
}
.mobile-hamburger-menu .hamburger-menu {
  position: relative;
  transform: translateY(6px);
  background: #967041;
  transition: all 0ms 300ms;
  width: 20px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}
.mobile-hamburger-menu .hamburger-menu.animate.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #967041;
}
.mobile-hamburger-menu .hamburger-menu.animate.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  background: #967041;
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after,
.mobile-hamburger-menu .hamburger-menu:before {
  width: 20px;
  height: 2px;
}
.mobile-hamburger-menu .hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  background: #967041;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-hamburger-menu .hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  background: #967041;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.gen-col-mb {
  margin-bottom: 30px;
}
#side-menu {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
}
#side-menu .backdrop {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  flex: 1;
  width: 100%;
  height: 100%;
}
#side-menu .content {
  padding: 80px 0 50px;
  width: 85%;
  background-color: #fff;
  box-shadow: -3px 0 10px 0 #00000026;
  margin-right: calc((50% + 56px) * -1);
  overflow-y: auto;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#side-menu .content.in {
  margin-right: 0;
}
#side-menu .content ul.menu li.current-menu-item a {
  font-weight: 900;
}
#side-menu .content ul.menu li.opened.menu-item-has-children > a svg {
  transform: translateY(-50%) rotate(180deg);
}
#side-menu .content ul.menu li.opened > ul.sub-menu {
  max-height: 400px;
  overflow-y: auto;
}
#side-menu .content ul.menu li.menu-item-has-children > a svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 8px;
  right: 5px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}
#side-menu .content ul.menu li a {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  color: grey;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
}
#side-menu .content ul.menu li ul.sub-menu {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#side-menu .content ul.menu li ul.sub-menu li {
  background-color: gray;
}
#side-menu .content ul.menu li ul.sub-menu li a {
  color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li {
  background-color: #999;
}
#side-menu .content ul.menu li ul.sub-menu li ul.sub-menu li a {
  border-bottom-color: #fff;
}
#side-menu .content ul.menu li ul.sub-menu li.menu-item-has-children > a svg {
  filter: invert(1);
}
#side-menu .content .lang-list li .name {
  margin-left: 10px;
}
#side-menu .content ul.social-menu {
  margin-top: 30px;
}
#side-menu .content ul.social-menu li {
  margin: 5px;
}
#side-menu .content ul.social-menu li a {
  border: 1px solid #967041;
  padding: 5px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#side-menu .content ul.social-menu li a svg {
  color: #967041;
}
#left-whatsapp {
  position: fixed;
  left: 0;
  top: 60%;
  z-index: 9;
}
#left-whatsapp a {
  height: 52px;
  width: 52px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58d164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58d164 0%, #2cb842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58d164 0%, #2cb842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#left-whatsapp a:hover {
  padding-left: 5px;
  width: 57px;
}
#left-whatsapp a svg {
  color: #fff;
}
#mobile-footer-cta-buttons {
  padding-bottom: 14px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
}
#mobile-footer-cta-buttons:before {
  content: " ";
  height: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #967041;
}
#mobile-footer-cta-buttons .row {
  --gutter-x: 4px;
  --gutter-x2: -4px;
}
#mobile-footer-cta-buttons .button-x {
  height: 52px;
  width: 100%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 0 10px;
  color: #fff;
}
#mobile-footer-cta-buttons .button-x.button-call {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #bd925e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bd925e 0%, #ac824e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #bd925e 0%, #ac824e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #bd925e 0%, #ac824e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x.button-whatsapp {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4f7fc+0,dfdfdf+100 */
  background: #58D164;
  /* Old browsers */
  background: -moz-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #58D164 0%, #2CB842 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #58D164 0%, #2CB842 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@first', endColorstr='@sec', GradientType=0);
  /* IE6-9 */
}
#mobile-footer-cta-buttons .button-x span.text {
  margin-left: 12px;
  font-weight: 400;
  font-size: 14px;
}
.iti__country-list {
  background-color: #fff;
  color: #967041;
}
.iti__country-list .iti__flag-box,
.iti__country-list .iti__country-name {
  color: #000;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-left: 52px !important;
}
#success {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: #389d26;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  transition: all, 0.4s;
}
#success.acik {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}
#unsuccessful {
  position: absolute;
  bottom: -125px;
  padding: 15px;
  border-radius: 15px;
  background: red;
  color: #FFF;
  width: 100%;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: all, 0.4s;
}
#unsuccessful.acik {
  opacity: 1;
  bottom: -80px;
  transition: all, 0.4s;
}
header .h-top {
  background-color: #967041;
  padding: 10px 0;
}
header .top-contacts {
  gap: 20px;
  display: flex;
}
header .top-contacts .top-contact {
  font-size: 18px;
  display: flex;
  align-items: center;
  color: #fff;
}
header .top-contacts .top-contact svg {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
header .top-logo img {
  height: auto;
  width: 180px;
  max-width: 100%;
}
header .top-menu {
  display: flex;
}
header .top-menu > li.current-menu-item > a {
  font-weight: 600;
}
header .top-menu > li > a {
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #967041;
  padding: 30px 15px;
}
header .top-menu li {
  position: relative;
}
header .top-menu li:after {
  content: '';
  display: flex;
  width: 0;
  height: 2px;
  background-color: #967041;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu li:hover::after {
  width: 100%;
}
header .top-menu li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  left: 0;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -10%;
  background-color: #ffffff;
  pointer-events: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  min-width: 100%;
}
header .top-menu li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .top-menu li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .top-menu li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .top-menu li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  top: 0;
  pointer-events: initial;
}
header .top-menu li ul.sub-menu li:after {
  display: none;
}
header .top-menu li ul.sub-menu li a {
  white-space: nowrap;
  color: #967041;
  margin: 0;
  font-size: 16px;
  padding: 6px 30px 6px 12px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .top-menu li ul.sub-menu li ul.sub-menu {
  left: 100%;
  margin: 0;
  transform: translateX(0);
}
header .top-menu li ul.sub-menu li ul.sub-menu:before {
  display: none;
}
header .web-lang {
  margin-left: 20px;
  cursor: pointer;
  z-index: 3;
}
header .web-lang > li {
  background: linear-gradient(47deg, #F7CC96 0%, #967041 100%);
  padding: 8px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
header .web-lang > li svg {
  width: 24px;
  height: 24px;
}
header .web-lang > li:after {
  content: ' ';
  border: 5px solid;
  transform: translateY(50%);
  border-color: #fff transparent transparent transparent;
  margin-left: 10px;
}
header .web-lang > li:hover > ul.sub-menu {
  z-index: 15;
  opacity: 1;
  top: 100%;
  pointer-events: initial;
}
header .web-lang li ul.sub-menu {
  display: initial;
  opacity: 0;
  position: absolute;
  z-index: 9;
  top: 80%;
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
  border: 1px solid #967041;
  pointer-events: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header .web-lang li ul.sub-menu::after {
  content: '';
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  background: None;
  left: 0;
  z-index: 0;
}
header .web-lang li ul.sub-menu:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  border: 10px solid;
  border-color: transparent transparent #967041 transparent;
}
header .web-lang li ul.sub-menu li {
  padding: 0;
  margin: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #fff;
  border-bottom: 1px solid #967041;
}
header .web-lang li ul.sub-menu li:last-child {
  border-bottom: 0;
}
header .web-lang li ul.sub-menu li:hover {
  background-color: #e6e6e6;
}
header .web-lang li ul.sub-menu li a {
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: #967041;
  margin: 0;
  padding: 6px 24px 6px 6px;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
header .web-lang li ul.sub-menu li a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
#home-slider {
  position: relative;
  margin-bottom: 100px;
}
#home-slider .owl-nav {
  margin: 0;
}
#home-slider .owl-nav button {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 8;
  border: none;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  color: #967041;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  transform: translateY(-50%);
  opacity: 0.5;
}
#home-slider .owl-nav button svg {
  width: 50px;
  height: 50px;
}
#home-slider .owl-nav button:hover {
  opacity: 1;
}
#home-slider .owl-nav .owl-prev {
  left: 5px;
}
#home-slider .owl-nav .owl-next {
  right: 5px;
}
#home-slider .slider-item {
  position: relative;
}
#home-slider .slider-item .slider-text-outer {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px 0;
  display: flex;
  align-items: center;
}
#home-slider .slider-item .slider-text-outer .slider-text-area .slider-title {
  font-size: 48px;
  font-weight: bold;
  color: #967041;
  line-height: 1.2;
  margin-bottom: 25px;
}
#home-slider .slider-item .slider-text-outer .slider-text-area .slider-text {
  font-size: 18px;
  color: #967041;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-slider .slider-item .slider-text-outer .slider-text-area .slider-btn {
  margin-top: 30px;
  background-color: transparent;
  border: 1px solid #967041;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  width: 300px;
  padding: 12px;
  font-size: 18px;
  display: block;
  text-align: center;
  max-width: 100%;
  color: #967041;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-slider .slider-item .slider-text-outer .slider-text-area .slider-btn:hover {
  background-color: #967041;
  color: #fff;
}
.section-title {
  font-size: 28px;
  color: #967041;
  line-height: 1.2;
  font-weight: 600;
}
.section-text {
  font-size: 18px;
  color: #7C7B7B;
}
.gen-btn {
  min-width: 200px;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #967041;
  width: max-content;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  white-space: nowrap;
  border: 2px solid #967041;
}
.gen-btn:hover {
  background-color: #fff;
  color: #967041;
}
#home-about-us {
  padding-bottom: 120px;
  position: relative;
}
#home-about-us .about-text-area .about-title {
  margin-bottom: 30px;
}
#home-about-us .about-text-area .about-text {
  line-height: 1.2;
}
#home-about-us .about-text-area .about-btn {
  margin-top: 15px;
}
#home-about-us .about-bg-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33vw;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
#home-data-area {
  background: url('../../imgs/pattern.png'), #F5EFE9;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 120px;
}
#home-data-area .data-col {
  padding: 180px 0;
}
#home-data-area .data-col .data-boxes {
  width: 80%;
  gap: 40px;
}
#home-data-area .data-col .data-boxes .data-box {
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  padding: 10px 30px;
}
#home-data-area .data-col .data-boxes .data-box .box-icon {
  width: 55px;
  height: 55px;
  object-fit: cover;
  margin-right: 20px;
}
#home-data-area .data-col .data-boxes .data-box .box-text-area {
  width: 100%;
  text-align: center;
}
#home-data-area .data-col .data-boxes .data-box .box-text-area .box-number {
  font-size: 36px;
  color: #A6927A;
  font-weight: 600;
  line-height: 1.2;
}
#home-data-area .data-col .data-boxes .data-box .box-text-area .box-text {
  font-size: 22px;
  color: #A6927A;
  font-weight: 600;
  line-height: 1.2;
}
#home-data-area .img-col {
  position: relative;
}
#home-data-area .img-col .arrow-left {
  position: absolute;
  right: 90%;
  bottom: 50px;
  width: 400px;
}
#home-data-area .img-col .arrow-right {
  position: absolute;
  left: 90%;
  top: 40px;
  width: 400px;
}
#home-data-area .img-col .section-img {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#home-services-area {
  margin-bottom: 80px;
}
#home-services-area .section-top-area {
  gap: 160px;
  margin-bottom: 40px;
}
#home-services-area .section-top-area .section-title {
  margin-bottom: 10px;
}
#home-services-area .cards-row {
  --gutter-x: 20px;
  --gutter-x2: -20px;
}
#home-services-area .cards-row .card-mb {
  margin-bottom: 60px;
}
#home-services-area .service-card {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  border-radius: 45px;
}
#home-services-area .service-card .card-front {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#home-services-area .service-card .card-front::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(211, 170, 132, 0.8);
  -webkit-border-radius: 0 90% 0 0;
  -moz-border-radius: 0 90% 0 0;
  -ms-border-radius: 0 90% 0 0;
  border-radius: 0 90% 0 0;
  z-index: 1;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-services-area .service-card .card-front .card-text-area {
  position: relative;
  z-index: 2;
  padding: 10px 30px 15px 20px;
}
#home-services-area .service-card .card-front .card-text-area .top-text {
  margin-bottom: 5px;
}
#home-services-area .service-card .card-front .card-text-area .card-icon {
  width: max-content;
  margin-left: 10px;
  z-index: 2;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
#home-services-area .service-card .card-front .card-text-area .card-icon img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
#home-services-area .service-card .card-front .card-text-area .card-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
  position: relative;
}
#home-services-area .service-card .card-front .card-text-area .card-text {
  font-size: 16px;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-services-area .service-card:hover .card-front::before {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#home-gallery-form {
  background: linear-gradient(47deg, #F5EFE9 0%, #F5EFE9 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#home-gallery-form .section-bg-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40vw;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
#home-gallery-form #home-gallery-area {
  position: relative;
  z-index: 2;
}
#home-gallery-form #home-gallery-area .section-title-area {
  margin-bottom: 25px;
  text-align: center;
}
#home-gallery-form #home-gallery-area .gallery-slider-area .section-img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#home-gallery-form #home-gallery-area .gallery-slider-area .owl-dots {
  margin-top: 20px;
}
#home-gallery-form #home-gallery-area .gallery-slider-area .owl-dots .owl-dot {
  margin: 3px;
}
#home-gallery-form #home-gallery-area .gallery-slider-area .owl-dots .owl-dot span {
  background-color: #967041;
  height: 8px;
  width: 8px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
}
#home-gallery-form #home-gallery-area .gallery-slider-area .owl-dots .owl-dot.active span {
  width: 35px;
}
#home-gallery-form #home-form-area {
  position: relative;
  z-index: 2;
}
#home-gallery-form #home-form-area .form-outer {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  border: 3px solid #967041;
}
#home-gallery-form #home-form-area .form-outer .form-title-area {
  -webkit-border-radius: 24px 24px 0 0;
  -moz-border-radius: 24px 24px 0 0;
  -ms-border-radius: 24px 24px 0 0;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(81deg, #9A774A99 0%, #D1BFA999 100%);
  text-align: center;
}
#home-gallery-form #home-form-area .form-outer .form-title-area .form-title {
  font-size: 28px;
  color: #967041;
  font-weight: bold;
}
#home-gallery-form #home-form-area .form-outer .form-area {
  padding: 30px 25px 40px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 0 0 24px 24px;
  -moz-border-radius: 0 0 24px 24px;
  -ms-border-radius: 0 0 24px 24px;
  border-radius: 0 0 24px 24px;
}
#home-gallery-form #home-form-area .form-outer .form-area form {
  position: relative;
}
#home-gallery-form #home-form-area .form-outer .form-area .input-area {
  margin-bottom: 15px;
}
#home-gallery-form #home-form-area .form-outer .form-area .input-area .form-in {
  height: 40px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #967041;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  font-size: 16px;
  -webkit-appearance: none;
  font-family: 'Poppins', sans-serif;
}
#home-gallery-form #home-form-area .form-outer .form-area .input-area .form-in::placeholder {
  font-family: 'Poppins', sans-serif;
}
#home-gallery-form #home-form-area .form-outer .form-area .input-area textarea.form-in {
  display: block;
  height: 90px;
  padding: 10px 15px;
}
#home-gallery-form #home-form-area .form-outer .form-area .form-button {
  background: linear-gradient(99deg, #967041 0%, #F8F4F0 66%, #B0926F 96%, #B0926F 100%);
  height: 45px;
  padding: 5px;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #967041;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
}
#home-comments-area {
  padding: 100px 0;
  position: relative;
}
#home-comments-area .section-title-area {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}
#home-comments-area .section-title-area .section-title {
  margin-bottom: 15px;
}
#home-comments-area .section-bg-decor {
  position: absolute;
  left: 0;
  top: 0;
  width: 40vw;
  height: auto;
  pointer-events: none;
  z-index: -1;
}
#home-comments-area .comments-slider-area {
  position: relative;
  z-index: 2;
}
#home-comments-area .comments-slider-area .owl-stage-outer {
  overflow: visible;
}
#home-comments-area .comments-slider-area .owl-item {
  opacity: 0;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-comments-area .comments-slider-area .owl-item.active {
  opacity: 1;
}
#home-comments-area .comments-slider-area .comment-box {
  padding: 30px 25px 25px 35px;
  background-color: #fff;
  box-shadow: 0px 30px 200px #252E590D;
  border-radius: 10px;
}
#home-comments-area .comments-slider-area .comment-box .box-top .box-img {
  margin-right: 50px;
}
#home-comments-area .comments-slider-area .comment-box .box-top .box-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#home-comments-area .comments-slider-area .comment-box .box-top .box-title {
  color: #967041;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2;
}
#home-comments-area .comments-slider-area .comment-box .box-top .box-text {
  font-size: 18px;
  color: #7C7B7B;
  line-height: 1.2;
}
#home-comments-area .comments-slider-area .comment-box .box-bottom {
  gap: 10px;
  margin-top: 10px;
}
#home-comments-area .comments-slider-area .comment-box .box-bottom .star-icon {
  width: 120px;
  height: auto;
}
#home-comments-area .comments-slider-area .comment-box .box-bottom .google-icon {
  width: 35px;
  height: auto;
}
#home-comments-area .comments-slider-area .owl-dots {
  margin-top: 20px;
}
#home-comments-area .comments-slider-area .owl-dots .owl-dot {
  margin: 3px;
}
#home-comments-area .comments-slider-area .owl-dots .owl-dot span {
  background-color: #967041;
  height: 8px;
  width: 8px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
}
#home-comments-area .comments-slider-area .owl-dots .owl-dot.active span {
  width: 35px;
}
#home-blog-area {
  margin-bottom: 80px;
}
#home-blog-area .section-title-area {
  width: 80%;
  margin: 0 auto 30px;
  text-align: center;
}
#home-blog-area .section-title-area .section-title {
  margin-bottom: 15px;
}
#home-blog-area .blog-boxes-area .box-mb {
  margin-bottom: 30px;
}
#home-blog-area .blog-boxes-area .blog-box .box-img {
  margin-bottom: 15px;
}
#home-blog-area .blog-boxes-area .blog-box .box-img img {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
}
#home-blog-area .blog-boxes-area .blog-box .box-text-area .box-date {
  display: flex;
  align-items: center;
  color: #454444;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px;
  line-height: 1;
}
#home-blog-area .blog-boxes-area .blog-box .box-text-area .box-date svg {
  margin-right: 15px;
  width: 24px;
  height: 24px;
  color: #454444;
}
#home-blog-area .blog-boxes-area .blog-box .box-text-area .box-title {
  font-size: 20px;
  font-weight: 500;
  color: #414141;
  margin-bottom: 10px;
  line-height: 1.2;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-blog-area .blog-boxes-area .blog-box .box-text-area .box-text {
  color: #606060;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-blog-area .blog-boxes-area .blog-box:hover .box-text-area .box-title {
  color: #967041;
}
footer {
  background-color: #967041;
}
footer .footer-top {
  padding: 100px 0 75px;
  border-bottom: 1px solid #fff;
}
footer .footer-top .footer-col {
  margin-bottom: 25px;
}
footer .footer-top .footer-logo {
  margin-bottom: 20px;
  display: block;
}
footer .footer-top .footer-logo img {
  width: 280px;
  height: auto;
  max-width: 100%;
}
footer .footer-top .footer-title {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
footer .footer-top .footer-socials {
  display: flex;
}
footer .footer-top .footer-socials li {
  margin: 5px;
}
footer .footer-top .footer-socials li a {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-top .footer-socials li a svg {
  height: 30px;
  width: 30px;
}
footer .footer-top .footer-socials li a:hover {
  background-color: #fff;
  color: #967041;
}
footer .footer-top .footer-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
footer .footer-top .footer-menu li a:hover {
  opacity: 0.6;
}
footer .footer-top .footer-contacts .footer-contact {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}
footer .footer-top .footer-contacts .footer-contact:last-child {
  margin: 0;
}
footer .footer-top .footer-map {
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
footer .footer-top .footer-map iframe {
  display: block;
  height: 280px;
  width: 300%;
  margin-left: -100%;
}
footer .footer-bottom {
  padding: 15px 0;
}
footer .footer-bottom .copyright {
  font-size: 14px;
  color: #fff;
}
footer .footer-bottom .footer-cr-logo img {
  width: 150px;
  height: auto;
}
#post-detail {
  padding-bottom: 80px;
  font-family: 'Poppins', sans-serif;
}
#post-detail .post-header {
  overflow: hidden;
  margin-bottom: 40px;
  background: url('../../imgs/flower-pattern.png'), #F5EFE9;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
#post-detail .post-header .post-title {
  padding: 80px 0;
  font-weight: 700;
  color: #967041;
  font-size: 48px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
}
#post-detail .main-row {
  --gutter-x: 30px;
  --gutter-x2: -30px;
}
#post-detail .main-row .row {
  --gutter-x: 15px;
  --gutter-x2: -15px;
}
#post-detail .post-thumb {
  margin-bottom: 30px;
}
#post-detail .post-content {
  font-size: 16px;
  color: #7C7B7B;
  line-height: 1.5;
  /**
        * Default WISIWYG Editor Styles
        */
}
#post-detail .post-content .gallery-item {
  margin: 0;
}
#post-detail .post-content .gallery-item a {
  display: block;
}
#post-detail .post-content .gallery-item a img {
  margin: 0;
  display: block;
}
#post-detail .post-content p,
#post-detail .post-content ul,
#post-detail .post-content ol {
  margin: 20px 0;
}
#post-detail .post-content h1 {
  font-size: 28px;
}
#post-detail .post-content h2 {
  font-size: 24px;
}
#post-detail .post-content h3 {
  font-size: 20px;
}
#post-detail .post-content h4,
#post-detail .post-content h5 {
  font-size: 16px;
}
#post-detail .post-content h1,
#post-detail .post-content h2,
#post-detail .post-content h3,
#post-detail .post-content h4,
#post-detail .post-content h5 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
}
#post-detail .post-content br,
#post-detail .post-content strong {
  font-weight: bold;
}
#post-detail .post-content ol {
  list-style: decimal!important;
  padding-left: 20px;
}
#post-detail .post-content ul {
  padding-left: 20px;
}
#post-detail .post-content ul li {
  list-style: disc;
}
#post-detail .post-content p img {
  margin-bottom: 20px;
}
#post-detail .post-content a {
  color: #967041;
  font-weight: 600;
}
#post-detail .post-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}
#post-detail .post-content table {
  border-collapse: collapse;
  margin-bottom: 20px;
  border: 1px solid #000;
  color: #000;
  width: 100%;
}
#post-detail .post-content table tr {
  border: 1px solid #000;
  width: 100%;
}
#post-detail .post-content table th,
#post-detail .post-content table td {
  text-align: left;
  padding: 8px;
  border: 1px solid #000;
}
#post-detail .post-content .gallery .gallery-item {
  padding: 5px;
}
#post-detail .post-content .gallery .gallery-item img {
  border: none;
}
#post-detail .post-content .alignleft,
#post-detail .post-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
#post-detail .post-content .alignright,
#post-detail .post-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
#post-detail .post-content .alignnone,
#post-detail .post-content img.alignnone {
  display: block;
  clear: both;
}
#post-detail .post-content .aligncenter,
#post-detail .post-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
#post-detail.contact-page .post-main .contact-items {
  margin-bottom: 20px;
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail.contact-page .post-main .contact-items .contact-col {
  margin-bottom: 20px;
}
#post-detail.contact-page .post-main .contact-items .c-item {
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 10px 0 #0000000c;
  padding: 48px 20px 84px;
  color: #967041;
  line-height: 34px;
  position: relative;
}
#post-detail.contact-page .post-main .contact-items .c-item .title {
  font-weight: 700;
  font-size: 24px;
  color: #967041;
}
#post-detail.contact-page .post-main .contact-items .c-item .value {
  font-size: 16px;
  color: #7C7B7B;
}
#post-detail.contact-page .post-main .contact-items .c-item .value p {
  margin: 0;
}
#post-detail.contact-page .post-main .contact-items .c-item a.value {
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#post-detail.contact-page .post-main .contact-items .c-item a.value:hover {
  color: #7C7B7B;
}
#post-detail.contact-page .post-main .contact-items .c-item .icon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#post-detail.contact-page .post-main .contact-items .c-item .icon svg {
  color: #967041;
  width: 40px;
  height: 40px;
}
#post-detail.contact-page .post-main .map-box {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
#post-detail.contact-page .post-main .map-box iframe {
  width: 100%;
  height: 500px;
  display: block;
}
#post-detail.archive-page .archive-area {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#post-detail.archive-page .archive-area .gen-col-mb {
  margin-bottom: 20px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card {
  background-color: #fff;
  border: solid 1px #ebf0f2;
  min-height: 100%;
  padding: 8px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-thumb {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area {
  text-align: center;
  padding: 20px 10px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area .card-title {
  font-size: 18px;
  font-weight: 700;
  color: #967041;
  line-height: 1.2;
  margin-bottom: 10px;
}
#post-detail.archive-page .archive-area .archive-list .archive-card .card-text-area .card-text {
  color: #7C7B7B;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pagination {
  margin-top: 30px;
  display: block;
  width: 100%;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li {
  color: #F7CC96;
  margin-right: 8px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li:hover a {
  color: #967041;
}
.pagination ul li.active a {
  border-color: #967041;
  background-color: #967041;
  color: #fff;
  font-weight: 700;
}
.pagination ul li span,
.pagination ul li a {
  border: solid 1px #e4e4e4;
  background-color: #f4f4f4;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #939393;
  font-size: 16px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sidebar-area .sidebar-form-area {
  background-color: #F5EFE9;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  padding: 40px 24px 32px;
}
#sidebar-area .sidebar-form-area .form-title-area {
  margin-bottom: 40px;
}
#sidebar-area .sidebar-form-area .form-title-area .text {
  font-size: 24px;
  color: #967041;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
#sidebar-area .sidebar-form-area form {
  position: relative;
}
#sidebar-area .sidebar-form-area form .row {
  --gutter-x: 10px;
  --gutter-x2: -10px;
}
#sidebar-area .sidebar-form-area form .input-area {
  margin-bottom: 20px;
}
#sidebar-area .sidebar-form-area form .input-area .form-in {
  border: 2px solid #967041;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  width: 100%;
  height: 60px;
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Poppins', sans-serif;
}
#sidebar-area .sidebar-form-area form .input-area .form-in::placeholder {
  color: #555555;
  font-family: 'Poppins', sans-serif;
}
#sidebar-area .sidebar-form-area form .input-area textarea.form-in {
  padding: 20px;
  height: 160px;
}
#sidebar-area .sidebar-form-area .form-button {
  background-color: #967041;
  border: 2px solid #967041;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#sidebar-area .sidebar-form-area .form-button:hover {
  background-color: #fff;
  color: #967041;
}
.video-box {
  display: block;
  overflow: hidden;
}
.video-box .video-image {
  aspect-ratio: 6 / 4;
  object-fit: cover;
  width: 100%;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.video-box .play-icon {
  width: 60px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.video-box:hover .play-icon {
  transform: translate(-50%, -50%) scale(1.2);
}
