@import url(https://fonts.googleapis.com/css?family=Reem+Kufi:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,600,600i,700,700i&display=swap);





body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 5.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.32rem;
}
.display-2 {
  font-family: 'Reem Kufi', sans-serif;
  font-size: 2.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.16rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #b69b74 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #ff3366 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #149dcc;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #149dcc;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #ff3366;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff3366;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #f7ed4a;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7ed4a;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #879a9f;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #879a9f;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #b69b74 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #ff3366 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #816843 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cc0033 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ff3366;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b69b74;
  border-color: #b69b74;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b69b74;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e2d7c8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #b69b74;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b69b74;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b69b74;
  border-bottom-color: #b69b74;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b69b74 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b69b74' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sAo7oS1QmE {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sAo7oS1QmE .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-sAo7oS1QmE .wrapper {
  position: relative;
}
.cid-sAo7oS1QmE .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sAo7oS1QmE .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sAo7oS1QmE .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sAo7oS1QmE .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sAo7oS1QmE .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sAo7oS1QmE .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sAo7oS1QmE .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sAo7oS1QmE .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sAo7oS1QmE .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sAo7oS1QmE .img2 {
    width: 400px;
  }
  .cid-sAo7oS1QmE .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sAo7oS1QmE .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sAo7oS1QmE .img2 {
    width: 400px;
  }
  .cid-sAo7oS1QmE .img1 {
    padding-right: 4rem;
  }
  .cid-sAo7oS1QmE .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAo7oS1QmE .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sAo7oS1QmE .img2 {
    width: 200px;
  }
  .cid-sAo7oS1QmE .container-fluid {
    padding: 0 1rem;
  }
  .cid-sAo7oS1QmE .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sAobCGmq9H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sAobCGmq9H img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-sAobCGmq9H img {
    width: 100%;
  }
  .cid-sAobCGmq9H .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-sAobCGmq9H ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-sAobCGmq9H ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-sAobCGmq9H ul li:before {
  position: absolute;
  left: -2.6rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 10px 14px;
  line-height: 20px;
  transition: all 0.2s;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b69b74;
}
.cid-sAobzU7P1c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eee8df;
}
.cid-sAobzU7P1c .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 8rem;
}
.cid-sAobzU7P1c .carousel-item.active,
.cid-sAobzU7P1c .carousel-item-next,
.cid-sAobzU7P1c .carousel-item-prev {
  display: flex;
}
.cid-sAobzU7P1c h2 {
  font-size: 15rem;
  position: absolute;
  left: 50%;
  width: fit-content;
  right: 50%;
  top: -8rem;
  transform: translateX(-50%);
  opacity: 0.1;
}
.cid-sAobzU7P1c .carousel-controls a {
  transition: opacity 0.5s;
  font-size: 2rem;
}
.cid-sAobzU7P1c .carousel-controls a span {
  position: absolute;
  top: 120px;
  padding: 10px;
  border-radius: 50%;
  color: white;
  background: #b69b74;
  opacity: 0.3;
  transition: all 0.3s;
}
.cid-sAobzU7P1c .carousel-controls a:hover span {
  opacity: 0.4;
}
.cid-sAobzU7P1c H2 {
  color: #b69b74;
}
.cid-sAobzU7P1c .title {
  color: #343434;
}
.cid-sAobzU7P1c .user_text {
  color: #767676;
}
.cid-sCgZY81t7p {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eee8df;
}
.cid-sCgZY81t7p h2,
.cid-sCgZY81t7p h3,
.cid-sCgZY81t7p h4,
.cid-sCgZY81t7p p {
  color: #ffffff;
}
.cid-sCgZY81t7p .mbr-overlay {
  z-index: -1;
}
.cid-sCgZY81t7p .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sCgZY81t7p .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sCgZY81t7p .form-control:focus,
.cid-sCgZY81t7p .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sCgZY81t7p .form-group {
  margin-bottom: 1rem;
}
.cid-sCgZY81t7p input::-webkit-input-placeholder,
.cid-sCgZY81t7p textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sCgZY81t7p input:-moz-placeholder,
.cid-sCgZY81t7p textarea:-moz-placeholder {
  color: #656565;
}
.cid-sCgZY81t7p .jq-selectbox li,
.cid-sCgZY81t7p .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCgZY81t7p .jq-selectbox li:hover,
.cid-sCgZY81t7p .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sCgZY81t7p .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCgZY81t7p .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sCgZY81t7p .subtext {
  border-top: 1px solid rgba(182, 155, 116, 0.5);
}
.cid-sCgZY81t7p .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCgZY81t7p .mbr-text {
  color: #767676;
}
.cid-sCgZY81t7p .form-block {
  padding: 3rem;
  position: relative;
}
.cid-sCgZY81t7p .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #b69b74;
  opacity: 0.5;
  z-index: 0;
}
.cid-sCgZY81t7p .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-sCgZY81t7p a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sCgZY81t7p .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-sCgZY81t7p .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sCgZY81t7p textarea.form-control {
  resize: none;
}
@media (min-width: 768px) {
  .cid-sCgZY81t7p .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sCgZY81t7p .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sCgZY81t7p .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCgZY81t7p h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-sCgZY81t7p .block-content {
    padding: 0;
  }
  .cid-sCgZY81t7p .form-block {
    padding: 1rem;
  }
}
.cid-sCgZY81t7p .mbr-section-subtitle {
  color: #465052;
}
.cid-sCgZY81t7p .mbr-section-title,
.cid-sCgZY81t7p .mbr-section-btn {
  color: #465052;
}
.cid-sCgZY81t7p P {
  color: #465052;
}
.cid-sCgZY81t7p H4 {
  color: #465052;
}
.cid-sCgZY81t7p LABEL {
  color: #465052;
}
.cid-sCh2KRcL4b {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #f1eeea;
}
.cid-sCh2KRcL4b .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #b69b74;
}
.cid-sCh2KRcL4b .p-4 {
  padding: 1rem 0 !important;
}
.cid-sCh2KRcL4b img {
  width: 90%;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-sCh2KRcL4b .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-sCh2KRcL4b .mbri-arrow-down:before {
  content: '\e960';
}
.cid-sCh2KRcL4b .mbri-arrow-up:before {
  content: '\e960';
}
.cid-sCh2KRcL4b .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-sCh2KRcL4b h4 {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.cid-sCh2KRcL4b .card {
  border-radius: 0px;
}
.cid-sCh2KRcL4b .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
  border-bottom: 2px solid #eee8df;
}
.cid-sCh2KRcL4b .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  width: 100%;
  justify-content: space-between;
  text-decoration: none !important;
  line-height: normal;
}
.cid-sCh2KRcL4b .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sCh2KRcL4b .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
}
.cid-sCh2KRcL4b .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
@media (max-width: 992px) {
  .cid-sCh2KRcL4b img {
    width: 100%;
  }
}
.cid-sCh4e3wtpD {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sCh4e3wtpD .mbr-text {
  color: #767676;
}
.cid-sCh4e3wtpD .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sCh4e3wtpD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sCh4e3wtpD .counter-container ul li:before {
  position: absolute;
  left: -1.5rem;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #b69b74;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b69b74, #b69b74);
}
.cid-sCh5jMeQVV .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 5px 13px 5px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-sCh5jMeQVV .number {
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-sCh5jMeQVV .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-sCh5jMeQVV .dot {
  position: absolute;
  top: -10px;
  right: -0.8em;
  width: 1em;
  display: block;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-sCh5jMeQVV .countdown-cont {
  margin: 0 auto;
}
.cid-sCh5jMeQVV .full-count-container {
  background: #cebfaf;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-sCh5jMeQVV .dot {
    right: -0.6em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sCh5jMeQVV .dot {
    right: -1em;
  }
}
@media (max-width: 768px) {
  .cid-sCh5jMeQVV .dot {
    display: none;
  }
  .cid-sCh5jMeQVV .number {
    white-space: nowrap;
  }
}
@media (max-width: 550px) {
  .cid-sCh5jMeQVV .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-sCh5jMeQVV .number {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-sCh5jMeQVV .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-sCh5jMeQVV .number {
    font-size: 25px;
  }
  .cid-sCh5jMeQVV .period {
    font-size: 0.7rem;
  }
}
.cid-sAokp0fPvt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-sAokp0fPvt .media-container-row .mbr-text {
  color: #767676;
}
.cid-sAon4b2jQ8 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sAon4b2jQ8 .text-wrap {
  background-color: #656b50;
  padding: 3rem 6rem;
}
.cid-sAon4b2jQ8 .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sAon4b2jQ8 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sAon4b2jQ8 .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sAon4b2jQ8 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sAon4b2jQ8 .mbr-text,
.cid-sAon4b2jQ8 .link-wrap {
  text-align: center;
}
.cid-sAon4b2jQ8 H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sAon4b2jQ8 .img1 {
    width: 50%;
  }
  .cid-sAon4b2jQ8 .text-wrap {
    background-color: #656b50;
    padding: 2rem 2rem;
  }
}
.cid-sAon4b2jQ8 H1 {
  color: #9c9485;
}
.cid-sAomhkcANl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAomhkcANl .line {
  background-color: #b69b74;
  color: #b69b74;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sAomhkcANl .section-text {
  padding: 2rem 0;
}
.cid-sAomhkcANl .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAomhkcANl .inner-container {
    width: 100% !important;
  }
}
.cid-sAomhkyD8y {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-sAomhkyD8y .media-container-row .mbr-text {
  color: #767676;
}
.cid-sAoo1VZjtu {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sAoo1VZjtu .text-wrap {
  background-color: #656b50;
  padding: 3rem 6rem;
}
.cid-sAoo1VZjtu .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sAoo1VZjtu .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sAoo1VZjtu .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sAoo1VZjtu .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sAoo1VZjtu .mbr-text,
.cid-sAoo1VZjtu .link-wrap {
  text-align: center;
}
.cid-sAoo1VZjtu H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sAoo1VZjtu .img1 {
    width: 50%;
  }
  .cid-sAoo1VZjtu .text-wrap {
    background-color: #656b50;
    padding: 2rem 2rem;
  }
}
.cid-sAoo1VZjtu H1 {
  color: #9c9485;
}
.cid-sAoo1Wqq26 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAoo1Wqq26 .line {
  background-color: #b69b74;
  color: #b69b74;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sAoo1Wqq26 .section-text {
  padding: 2rem 0;
}
.cid-sAoo1Wqq26 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAoo1Wqq26 .inner-container {
    width: 100% !important;
  }
}
.cid-sAoo1WDVE7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-sAoo1WDVE7 .media-container-row .mbr-text {
  color: #767676;
}
.cid-sAoodAKMbT {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-sAoodAKMbT .text-wrap {
  background-color: #656b50;
  padding: 3rem 6rem;
}
.cid-sAoodAKMbT .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-sAoodAKMbT .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-sAoodAKMbT .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-sAoodAKMbT .link:hover:before {
  margin-right: -0.4rem;
}
.cid-sAoodAKMbT .mbr-text,
.cid-sAoodAKMbT .link-wrap {
  text-align: center;
}
.cid-sAoodAKMbT H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-sAoodAKMbT .img1 {
    width: 50%;
  }
  .cid-sAoodAKMbT .text-wrap {
    background-color: #656b50;
    padding: 2rem 2rem;
  }
}
.cid-sAoodAKMbT H1 {
  color: #9c9485;
}
.cid-sAoodB07jz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sAoodB07jz .line {
  background-color: #b69b74;
  color: #b69b74;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sAoodB07jz .section-text {
  padding: 2rem 0;
}
.cid-sAoodB07jz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sAoodB07jz .inner-container {
    width: 100% !important;
  }
}
.cid-sAoodBeODC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-sAoodBeODC .media-container-row .mbr-text {
  color: #767676;
}
.cid-sAopTzGSKA {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sAopTzGSKA .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-sAopTzGSKA .wrapper {
  position: relative;
}
.cid-sAopTzGSKA .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sAopTzGSKA .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sAopTzGSKA .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sAopTzGSKA .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sAopTzGSKA .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sAopTzGSKA .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sAopTzGSKA .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sAopTzGSKA .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sAopTzGSKA .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sAopTzGSKA .img2 {
    width: 400px;
  }
  .cid-sAopTzGSKA .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sAopTzGSKA .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sAopTzGSKA .img2 {
    width: 400px;
  }
  .cid-sAopTzGSKA .img1 {
    padding-right: 4rem;
  }
  .cid-sAopTzGSKA .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAopTzGSKA .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sAopTzGSKA .img2 {
    width: 200px;
  }
  .cid-sAopTzGSKA .container-fluid {
    padding: 0 1rem;
  }
  .cid-sAopTzGSKA .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sAopTB4lDU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-sAopTB4lDU .media-container-row .mbr-text {
  color: #767676;
}
.cid-sAoqDLWiov {
  padding-top: 60px;
  padding-bottom: 135px;
  background-color: #f1eeea;
}
.cid-sAoqDLWiov .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-sAoqDLWiov .wrapper {
  position: relative;
}
.cid-sAoqDLWiov .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sAoqDLWiov .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-sAoqDLWiov .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-sAoqDLWiov .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-sAoqDLWiov .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sAoqDLWiov .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sAoqDLWiov .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sAoqDLWiov .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sAoqDLWiov .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sAoqDLWiov .img2 {
    width: 400px;
  }
  .cid-sAoqDLWiov .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sAoqDLWiov .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-sAoqDLWiov .img2 {
    width: 400px;
  }
  .cid-sAoqDLWiov .img1 {
    padding-right: 4rem;
  }
  .cid-sAoqDLWiov .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sAoqDLWiov .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-sAoqDLWiov .img2 {
    width: 200px;
  }
  .cid-sAoqDLWiov .container-fluid {
    padding: 0 1rem;
  }
  .cid-sAoqDLWiov .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sAoqDMnUfy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cebfaf;
}
.cid-sAoqDMnUfy .media-container-row .mbr-text {
  color: #767676;
}
