@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: 1rem;
}
.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: #EF8733 !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: #EF8733 !important;
  border-color: #EF8733 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b35c16 !important;
  border-color: #b35c16 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b35c16 !important;
  border-color: #b35c16 !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: #EF8733;
  color: #EF8733;
}
.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: #D2782E;
}
.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: #D2782E;
  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: #D2782E !important;
  border-color: #D2782E !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: #EF8733 !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: #EF8733 !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-rArWEFjSdi .navbar {
  padding: .5rem 0;
  background: #f1eeea;
  transition: none;
  min-height: 100px;
}
.cid-rArWEFjSdi .navbar-dropdown.bg-color.transparent.opened {
  background: #f1eeea;
}
.cid-rArWEFjSdi a {
  font-style: normal;
}
.cid-rArWEFjSdi a .link:hover {
  color: inherit!important;
}
.cid-rArWEFjSdi .dropdown-item:active {
  background: #f1eeea;
}
.cid-rArWEFjSdi .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rArWEFjSdi .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0 !important;
  margin: 0.5rem 1.4rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rArWEFjSdi .nav-item:focus,
.cid-rArWEFjSdi .nav-link:focus {
  outline: none;
}
.cid-rArWEFjSdi .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rArWEFjSdi .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rArWEFjSdi .menu-logo {
  margin-right: auto;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rArWEFjSdi .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu {
  background: #f1eeea;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rArWEFjSdi .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rArWEFjSdi .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rArWEFjSdi .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rArWEFjSdi .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rArWEFjSdi .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rArWEFjSdi button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.8rem;
  right: 1rem;
}
.cid-rArWEFjSdi button.navbar-toggler:focus {
  outline: none;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #b69b74;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rArWEFjSdi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rArWEFjSdi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rArWEFjSdi .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rArWEFjSdi .collapsed .btn {
  display: -webkit-flex;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rArWEFjSdi .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rArWEFjSdi .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rArWEFjSdi .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rArWEFjSdi .collapsed button.navbar-toggler {
  display: block;
}
.cid-rArWEFjSdi .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rArWEFjSdi .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rArWEFjSdi .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rArWEFjSdi .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rArWEFjSdi .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rArWEFjSdi img {
    height: 3.8rem !important;
  }
  .cid-rArWEFjSdi .btn {
    display: -webkit-flex;
  }
  .cid-rArWEFjSdi button.navbar-toggler {
    display: block;
  }
  .cid-rArWEFjSdi .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rArWEFjSdi .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rArWEFjSdi .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing,
  .cid-rArWEFjSdi .navbar-collapse.show {
    display: block !important;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-nav,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-buttons,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rArWEFjSdi .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rArWEFjSdi .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rArWEFjSdi .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rArWEFjSdi .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rArWEFjSdi .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rArWEFjSdi .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rArWEFjSdi .nav-link,
.cid-rArWEFjSdi .dropdown-item {
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
}
.cid-rArWEFjSdi .nav-link:hover,
.cid-rArWEFjSdi .dropdown-item:hover {
  color: #343434 !important;
  border-color: #b69b74;
}
.cid-rArWGfbF0U {
  background-color: #f1eeea;
}
.cid-rArWGfbF0U .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-rArWGfbF0U .wrapper {
  position: relative;
}
.cid-rArWGfbF0U .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-rArWGfbF0U .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 800px;
}
.cid-rArWGfbF0U .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-rArWGfbF0U .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-rArWGfbF0U .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-rArWGfbF0U .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-rArWGfbF0U .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-rArWGfbF0U .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-rArWGfbF0U .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-rArWGfbF0U .img2 {
    width: 400px;
  }
  .cid-rArWGfbF0U .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-rArWGfbF0U .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rArWGfbF0U .img2 {
    width: 400px;
  }
  .cid-rArWGfbF0U .img1 {
    padding-right: 4rem;
  }
  .cid-rArWGfbF0U .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rArWGfbF0U .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-rArWGfbF0U .img2 {
    width: 200px;
  }
  .cid-rArWGfbF0U .container-fluid {
    padding: 0 1rem;
  }
  .cid-rArWGfbF0U .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rArWGfbF0U .mbr-text,
.cid-rArWGfbF0U .mbr-section-btn {
  text-align: left;
}

@media (max-width: 767px) {
  .cid-rArWGfbF0U .mbr-section-btn {
   text-align: left;
  }
  }
.cid-rArWHD1YFc {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rArWHD1YFc .mbr-text {
  color: #B36424;
}
.cid-rArWHD1YFc h4 {
  text-align: center;
}
.cid-rArWHD1YFc p {
  text-align: center;
}
.cid-rArWHD1YFc .card-img span {
  font-size: 96px;
  color: #B36424;
}
.cid-rArWGumJqV {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #f1eeea;
}
.cid-rArWGumJqV .text-wrap {
  background-color: #343434;
  padding: 3rem 6rem;
}
.cid-rArWGumJqV .img1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 75%;
  height: 80%;
  object-fit: cover;
}
.cid-rArWGumJqV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArWGumJqV .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-rArWGumJqV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArWGumJqV .mbr-text,
.cid-rArWGumJqV .link-wrap {
  text-align: left;
}
.cid-rArWGumJqV H4 {
  color: #f9f295;
}
@media (max-width: 992px) {
  .cid-rArWGumJqV .img1 {
    width: 50%;
  }
  .cid-rArWGumJqV .text-wrap {
    background-color: #343434;
    padding: 2rem 2rem;
  }
}
.cid-seTLYY8eB3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
@media (max-width: 992px) {
  .cid-seTLYY8eB3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cid-seTLYY8eB3 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-seTLYY8eB3 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-seTLYY8eB3 .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-seTLYY8eB3 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-seTLYY8eB3 .box {
  background-size: cover;
  background-position: center;
  height: 500px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cid-seTLYY8eB3 .box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #cebfaf;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.cid-seTLYY8eB3 .bg1 {
  background-image: url("../../../assets/images/fried-1000x667.jpeg");
}
.cid-seTLYY8eB3 .icon-wrap {
  border: 2px solid #ffffff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
.cid-seTLYY8eB3 .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-seTLYY8eB3 .icon-wrap span {
  padding-left: 8px;
}
.cid-seTLYY8eB3 .mbr-media span {
  font-size: 38px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-seTLYY8eB3 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-seTLYY8eB3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-seTLYY8eB3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-seTLYY8eB3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-seTLYY8eB3 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-seTLYY8eB3 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-seTLYY8eB3 {
    padding-top: 21px;
    padding-bottom: 21px;
  }
  .cid-seTLYY8eB3 .box {
    height: 250px;
  }
}
.cid-seTLYY8eB3 H4 {
  color: #b69b74;
}
.cid-seTLYY8eB3 .mbr-section-title,
.cid-seTLYY8eB3 .link-wrap {
  color: #656b50;
  text-align: left;
}
.cid-seTN1QWEqD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-seTN1QWEqD .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #343434;
}
.cid-seTN1QWEqD img {
  width: 100%;
}
.cid-seTN1QWEqD p {
  margin-top: 0rem;
}
.cid-seTN1QWEqD .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-seTN1QWEqD .content-wrapper {
  padding-top: 6rem;
}
.cid-seTN1QWEqD h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-seTN1QWEqD .content-wrapper {
    padding-top: 0rem;
  }
  .cid-seTN1QWEqD p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-seTN1QWEqD .back {
    width: 100%;
    height: 75%;
  }
  .cid-seTN1QWEqD .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-seTN1QWEqD p {
    margin-top: rem;
  }
}
@media (max-width: 767px) {
  .cid-seTN1QWEqD .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-seTN1QWEqD h4 {
    right: 2rem;
  }
}
.cid-seTN1QWEqD H1 {
  color: #ffffff;
}
.cid-seTN1QWEqD H3 {
  color: #f9f295;
}
.cid-seTN1QWEqD .mbr-text,
.cid-seTN1QWEqD .mbr-section-btn {
  color: #efefef;
  text-align: center;
}
.cid-seTO54lP4W {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f1eeea;
}
.cid-seTO54lP4W img {
  width: 90%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-seTO54lP4W img {
    width: 100%;
  }
  .cid-seTO54lP4W .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-seTO54lP4W ol {
  padding: 0;
  margin: 0;
}
.cid-seTO54lP4W li {
  padding-bottom: 1rem;
  line-height: 1.4;
}
.cid-seTO54lP4W .counter-container2 ol {
  counter-reset: start 4;
}
.cid-seTO54lP4W .counter-container2 li {
  display: block;
}
.cid-seTO54lP4W .counter-container2 li:before {

  counter-increment: start;
}
.cid-seTO54lP4W .counter-container1 ol {
  counter-reset: start 0;
}
.cid-seTO54lP4W .counter-container1 li {
  display: block;
}
.cid-seTO54lP4W .counter-container1 li:before {
  
  counter-increment: start;
}
.cid-seTO54lP4W li:before {
  color: #b69b74;
}

@media (max-width: 767px) {
  .cid-seTO54lP4W .mbr-section-btn {
    text-align: center;
  }
 }

.cid-seTWpq8whX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #343434;
}
.cid-seTWpq8whX h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-seTWpq8whX p {
  color: #767676;
  text-align: left;
}
.cid-seTWpq8whX .card-wrapper {
  height: 100%;
}
.cid-seTWpq8whX .container-fluid {
  max-width: 1600px;
}
.cid-seTWpq8whX .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-seTWpq8whX img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-seTWpq8whX .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-seTWpq8whX .card:hover img {
  filter: blur(0px);
}
.cid-seTWpq8whX .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-seTWpq8whX .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-seTWpq8whX .mbr-iconfont {
    opacity: 1;
  }
  .cid-seTWpq8whX img {
    filter: blur(px);
  }
}
.cid-seTPIK4XWx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eee8df;
}
.cid-seTPIK4XWx .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-seTPIK4XWx img {
  width: 90%;
}
.cid-seTPIK4XWx .mbr-text,
.cid-seTPIK4XWx .mbr-section-btn {
  color: #767676;
  text-align: left;
}

@media (max-width: 767px) {
  .cid-seTPIK4XWx .mbr-section-btn {
    text-align: center;
  }
 }
@media (max-width: 992px) {
  .cid-seTPIK4XWx img {
    width: 100%;
  }
  .cid-seTPIK4XWx .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-seTS78oGNw {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-seTS78oGNw img {
  width: 90%;
}
@media (max-width: 992px) {
  .cid-seTS78oGNw img {
    width: 100%;
  }
  .cid-seTS78oGNw .pb-5 {
    padding-bottom: 1rem !important;
  }
}
.cid-seTS78oGNw ul {
  padding-left: 2rem;
  margin-bottom: 0;
}
.cid-seTS78oGNw ul li {
  margin-bottom: 0.4rem;
  list-style: none;
  position: relative;
}
.cid-seTS78oGNw 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-seTS78oGNw H3 {
  text-align: left;
}
.cid-seTTbxLyAA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-seTTbxLyAA .text-block {
  z-index: 2;
}
.cid-seTTbxLyAA .content-panel {
  width: 110%;
  background: #ffffff;
  padding: 3rem;
}
.cid-seTTbxLyAA .menu-box {
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
.cid-seTTbxLyAA .menu-box .box-price {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  word-break: break-word;
}
.cid-seTTbxLyAA .item-title {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-seTTbxLyAA .text-block {
    padding-bottom: 2rem;
  }
  .cid-seTTbxLyAA .content-panel {
    width: 100%;
    padding: 1rem;
  }
}
.cid-seTVVvkSHC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-seTVVvkSHC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-seTVVvkSHC p {
  color: #767676;
  text-align: left;
}
.cid-seTVVvkSHC .card-wrapper {
  height: 100%;
}
.cid-seTVVvkSHC .container-fluid {
  max-width: 1600px;
}
.cid-seTVVvkSHC .card-img {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.cid-seTVVvkSHC img {
  object-fit: cover;
  height: 100%;
  transition: all 0.3s;
}
.cid-seTVVvkSHC .mbr-iconfont {
  position: absolute;
  font-size: 1.8rem;
  color: #149dcc;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  opacity: 0;
  z-index: 2;
}
.cid-seTVVvkSHC .card:hover img {
  filter: blur(px);
}
.cid-seTVVvkSHC .card:hover .mbr-iconfont {
  opacity: 1;
}
.cid-seTVVvkSHC .title {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-seTVVvkSHC .mbr-iconfont {
    opacity: 1;
  }
  .cid-seTVVvkSHC img {
    filter: blur(px);
  }
}
.cid-seTXAGqBtG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-seTXAGqBtG .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-seTXAGqBtG .carousel-item.active,
.cid-seTXAGqBtG .carousel-item-next,
.cid-seTXAGqBtG .carousel-item-prev {
  display: flex;
}
.cid-seTXAGqBtG .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-seTXAGqBtG .carousel-controls a span {
  position: absolute;
  top: 180px;
  padding: 15px;
  border-radius: 50%;
  color: #ffffff;
  background: #232323;
  opacity: .9;
}
.cid-seTXAGqBtG .carousel-controls a:hover span {
  opacity: 1;
}
.cid-seTXAGqBtG .user_image {
  width: 170px;
  height: 170px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #cccccc;
  margin: 0 auto 2rem auto;
  display: flex;
  -webkit-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 7px 20px 5px rgba(0, 0, 0, 0.08);
}
.cid-seTXAGqBtG .user_image .user_image_inner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  margin: auto;
}
.cid-seTXAGqBtG .user_image .user_image_inner img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-seTXAGqBtG .user_text {
  color: #767676;
}
.cid-seTXAGqBtG .user {
  margin: 1rem;
}
@media (min-width: 992px) {
  .cid-seTXAGqBtG .user {
    padding: 2rem 3rem;
  }
}
@media (max-width: 230px) {
  .cid-seTXAGqBtG .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rArWJRbpio {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-rArWJRbpio .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rArWJRbpio h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-rArWJRbpio .form-check-inline {
    margin-right: 2rem;
  }
  .cid-rArWJRbpio .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-rArWJRbpio .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1600px) {
  .cid-rArWJRbpio .col-lg-10 {
    max-width: 70%;
    flex: 0 0 70%;
  }
}
@media (min-width: 992px) {
  .cid-rArWJRbpio .col,
  .cid-rArWJRbpio .col-lg-6 {
    max-width: 48%;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0,5rem;
  }
}
@media (max-width: 992px) {
  .cid-rArWJRbpio .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-rArWJRbpio .form-group {
    margin-bottom: 0rem;
  }
}
.cid-rArWJRbpio label {
  margin-bottom: 0;
}
.cid-rArWJRbpio .form-row {
  justify-content: space-between;
}
.cid-rArWJRbpio .form-control,
.cid-rArWJRbpio .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none;
  border-bottom: 2px solid #343434;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover {
  color: #343434 !important;
}
.cid-rArWJRbpio .form-control input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control input:-moz-placeholder,
.cid-rArWJRbpio .field-input input:-moz-placeholder,
.cid-rArWJRbpio .form-control textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-rArWJRbpio .form-control:hover,
.cid-rArWJRbpio .field-input:hover,
.cid-rArWJRbpio .form-control:focus,
.cid-rArWJRbpio .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .form-control:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus input::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:hover textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .form-control:focus textarea::-webkit-input-placeholder,
.cid-rArWJRbpio .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .form-control:hover input:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover input:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus input:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus input:-moz-placeholder,
.cid-rArWJRbpio .form-control:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:hover textarea:-moz-placeholder,
.cid-rArWJRbpio .form-control:focus textarea:-moz-placeholder,
.cid-rArWJRbpio .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rArWJRbpio .jq-number__spin:hover,
.cid-rArWJRbpio .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rArWJRbpio .jq-selectbox li,
.cid-rArWJRbpio .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox li:hover,
.cid-rArWJRbpio .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-rArWJRbpio .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:hover:after,
.cid-rArWJRbpio .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-rArWJRbpio .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rArWJRbpio .jq-number__spin.minus:after,
.cid-rArWJRbpio .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-rArWJRbpio input::-webkit-clear-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-inner-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-outer-spin-button {
  display: none;
}
.cid-rArWJRbpio input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rArWJRbpio H5 {
  text-align: center;
  color: #b69b74;
}
.cid-rArWJRbpio P {
  text-align: center;
}
.cid-rArWJRbpio LABEL {
  color: #767676;
}
.cid-rArWJRbpio H4 {
  color: #9c9485;
}
.cid-seU3JrEPBL {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-seU3JrEPBL ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-seU3JrEPBL li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-seU3JrEPBL ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b69b74;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-seU3JrEPBL H3 {
  text-align: center;
  color: #343434;
}
.cid-rArWIuB3C5 {
  padding-top: 600px;
  background-image: url("../../../assets/images/french-fries-wood-table-2000x1334.jpeg");
}
.cid-seTPwxYeDd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2a2525;
}
.cid-seTPwxYeDd .mbr-text,
.cid-seTPwxYeDd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-seTPwxYeDd .card-title {
  color: #66458e;
}
.cid-seTPwxYeDd .card .card-img span {
  color: #ffffff;
  font-size: 60px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 767px) {
  .cid-seTPwxYeDd .mbr-section-subtitle,
  .cid-seTPwxYeDd .mbr-section-title {
    text-align: center !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seTPwxYeDd .card .card-img span {
    background: none;
  }
}
.cid-seTPwxYeDd .card-title,
.cid-seTPwxYeDd .card-img {
  color: #ffffff;
}
.cid-seTPYcUPg5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2a2525;
}
.cid-seTPYcUPg5 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-seTPYcUPg5 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-seTPYcUPg5 .mbr-list {
  margin: 0;
}
.cid-seTPYcUPg5 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-seTPYcUPg5 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-seTPYcUPg5 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-seTPYcUPg5 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-rArWKbZ4Lx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2a2525;
}
.cid-rArWKbZ4Lx .media-container-row .mbr-text {
  color: #767676;
}





.cid-scbw1SRbWv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-scbw1SRbWv section {
  position: relative;
}
.cid-scbw1SRbWv h4 {
  margin: 0;
}
.cid-scbw1SRbWv img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-scbw1SRbWv a {
  font-weight: 300;
}
.cid-scbw1SRbWv .img1 {
  color: #89b758;
}
.cid-scbw1SRbWv .img2 {
  color: #89b758;
}
.cid-scbw1SRbWv .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #89b758;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-scbw1SRbWv .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-scbw1SRbWv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-scbw1SRbWv .item,
.cid-scbw1SRbWv .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-scbw1SRbWv .item h4,
.cid-scbw1SRbWv .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-scbw1SRbWv .card-img {
  width: auto;
}
.cid-scbw1SRbWv .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-scbw1SRbWv .item {
    justify-content: left;
  }
}
.cid-scbw1SRbWv .item-title {
  color: #c1c1c1;
  text-align: left;
}
.cid-scbw1SRbWv .items-title,
.cid-scbw1SRbWv .items-title + .line-wrap {
  text-align: left;
}





.cid-s8dqXQWvFB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #2b2526;
}
.cid-s8dqXQWvFB .row-links {
  width: 100%;
  justify-content: center;
}
.cid-s8dqXQWvFB .social-row {
  width: 100%;
  justify-content: center;
}
.cid-s8dqXQWvFB .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-s8dqXQWvFB .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-s8dqXQWvFB .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-s8dqXQWvFB .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-s8dqXQWvFB .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-s8dqXQWvFB .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-s8dqXQWvFB .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-s8dqXQWvFB .media-container-row .social-list a {
  margin: 0;

  transition: .2s linear;
}
.cid-s8dqXQWvFB .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-s8dqXQWvFB .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s8dqXQWvFB .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-s8dqXQWvFB .media-container-row .row-copirayt p {
  width: 100%;
}





.cid-sfbrcZzu36 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-sfbrcZzu36 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sfbrcZzu36 h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-sfbrcZzu36 .form-check-inline {
    margin-right: 2rem;
  }
  .cid-sfbrcZzu36 .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-sfbrcZzu36 .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-sfbrcZzu36 .col,
  .cid-sfbrcZzu36 .col-lg-6 {
    max-width: 48%;
  }
  .cid-sfbrcZzu36 .form-group {
    margin-bottom: 0, 5rem;
  }
}
@media (max-width: 992px) {
  .cid-sfbrcZzu36 .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-sfbrcZzu36 .form-group {
    margin-bottom: 0rem;
  }
}
.cid-sfbrcZzu36 label {
  margin-bottom: 0;
}
.cid-sfbrcZzu36 .form-row {
  justify-content: space-between;
}
.cid-sfbrcZzu36 .form-control,
.cid-sfbrcZzu36 .field-input {
  padding: 0.5rem;
  background-color: #f1eeea;
  border: none !important;
  border-bottom: 2px solid #343434 !important;
  border-radius: 0;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfbrcZzu36 .form-control:focus,
.cid-sfbrcZzu36 .field-input:focus {
  color: #343434 !important;
}
.cid-sfbrcZzu36 .form-control:hover,
.cid-sfbrcZzu36 .field-input:hover {
  color: #343434 !important;
}
.cid-sfbrcZzu36 .form-control input::-webkit-input-placeholder,
.cid-sfbrcZzu36 .field-input input::-webkit-input-placeholder,
.cid-sfbrcZzu36 .form-control textarea::-webkit-input-placeholder,
.cid-sfbrcZzu36 .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-sfbrcZzu36 .form-control input:-moz-placeholder,
.cid-sfbrcZzu36 .field-input input:-moz-placeholder,
.cid-sfbrcZzu36 .form-control textarea:-moz-placeholder,
.cid-sfbrcZzu36 .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-sfbrcZzu36 .form-control:hover,
.cid-sfbrcZzu36 .field-input:hover,
.cid-sfbrcZzu36 .form-control:focus,
.cid-sfbrcZzu36 .field-input:focus {
  background-color: #f1eeea;
  border-color: #343434 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfbrcZzu36 .form-control:hover input::-webkit-input-placeholder,
.cid-sfbrcZzu36 .field-input:hover input::-webkit-input-placeholder,
.cid-sfbrcZzu36 .form-control:focus input::-webkit-input-placeholder,
.cid-sfbrcZzu36 .field-input:focus input::-webkit-input-placeholder,
.cid-sfbrcZzu36 .form-control:hover textarea::-webkit-input-placeholder,
.cid-sfbrcZzu36 .field-input:hover textarea::-webkit-input-placeholder,
.cid-sfbrcZzu36 .form-control:focus textarea::-webkit-input-placeholder,
.cid-sfbrcZzu36 .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sfbrcZzu36 .form-control:hover input:-moz-placeholder,
.cid-sfbrcZzu36 .field-input:hover input:-moz-placeholder,
.cid-sfbrcZzu36 .form-control:focus input:-moz-placeholder,
.cid-sfbrcZzu36 .field-input:focus input:-moz-placeholder,
.cid-sfbrcZzu36 .form-control:hover textarea:-moz-placeholder,
.cid-sfbrcZzu36 .field-input:hover textarea:-moz-placeholder,
.cid-sfbrcZzu36 .form-control:focus textarea:-moz-placeholder,
.cid-sfbrcZzu36 .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sfbrcZzu36 .jq-number__spin:hover,
.cid-sfbrcZzu36 .jq-number__spin:focus {
  background-color: #f1eeea;
  border-color: #343434;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sfbrcZzu36 .jq-number__spin {
  background-color: #f1eeea;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sfbrcZzu36 .jq-selectbox li,
.cid-sfbrcZzu36 .jq-selectbox li {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sfbrcZzu36 .jq-selectbox li:hover,
.cid-sfbrcZzu36 .jq-selectbox li.selected {
  background-color: #f1eeea;
  color: #000000;
}
.cid-sfbrcZzu36 .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sfbrcZzu36 .jq-number__spin.minus:hover:after,
.cid-sfbrcZzu36 .jq-number__spin.plus:hover:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sfbrcZzu36 .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sfbrcZzu36 .jq-number__spin.minus:after,
.cid-sfbrcZzu36 .jq-number__spin.plus:after {
  border-top-color: #f1eeea;
  border-bottom-color: #f1eeea;
}
.cid-sfbrcZzu36 input::-webkit-clear-button {
  display: none;
}
.cid-sfbrcZzu36 input::-webkit-inner-spin-button {
  display: none;
}
.cid-sfbrcZzu36 input::-webkit-outer-spin-button {
  display: none;
}
.cid-sfbrcZzu36 input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sfbrcZzu36 H5 {
  text-align: center;
}
.cid-sfbrcZzu36 P {
  text-align: center;
}
.cid-sfbrcZzu36 LABEL {
  color: #767676;
}
.cid-sfbrcZzu36 H4 {
  color: #9c9485;
}






.cid-sfbtvMb66w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f1eeea;
}
.cid-sfbtvMb66w .card .card-img img {
  transition: all .5s;
}
.cid-sfbtvMb66w .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sfbtvMb66w .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-sfbtvMb66w .form1 {
  background: #333333;
  padding: 2rem;
  height: 100%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sfbtvMb66w .form-group {
  margin-bottom: 1rem;
}
.cid-sfbtvMb66w .form-control {
  border: none;
  padding: 1rem;
  background: #000000;
  color: #ffffff;
  width: 100%;
}
.cid-sfbtvMb66w .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sfbtvMb66w .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-sfbtvMb66w .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-sfbtvMb66w .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-sfbtvMb66w textarea.form-control {
  min-height: 172px;
}
.cid-sfbtvMb66w .input-group-btn {
  width: 100%;
}
.cid-sfbtvMb66w .input-group-btn .btn {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100%;
}
.cid-sfbtvMb66w .items-column {
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sfbtvMb66w .first-row {
  -webkit-flex: 1 1 49%;
  flex: 1 1 49%;
  max-height: 49%;
}
.cid-sfbtvMb66w .second-row {
  -webkit-flex: 1 1 51%;
  flex: 1 1 51%;
  max-height: 51%;
}
.cid-sfbtvMb66w .card {
  height: 100%;
}
.cid-sfbtvMb66w .card .card-wrapper {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  flex: 1;
}
.cid-sfbtvMb66w .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
  overflow: hidden;
  border-radius: 0;
}
.cid-sfbtvMb66w .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sfbtvMb66w .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  letter-spacing: 2px;
  padding: 1rem 2rem;
}
.cid-sfbtvMb66w .caption .mbr-text {
  margin: 0;
}
.cid-sfbtvMb66w .first-card {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sfbtvMb66w .form1 {
    padding: 1.5rem;
  }
  .cid-sfbtvMb66w .second-card {
    padding-bottom: 2rem;
  }
  .cid-sfbtvMb66w .first-row,
  .cid-sfbtvMb66w .second-row,
  .cid-sfbtvMb66w .card-img {
    -webkit-flex-basis: auto !important;
    flex-basis: auto !important;
  }
  .cid-sfbtvMb66w .card-img img {
    min-height: 0 !important;
  }
}
@media (max-width: 767px), (max-width: 991px) {
  .cid-sfbtvMb66w .items-column {
    padding-top: 2rem;
  }
}
.cid-sfbtvMb66w H2 {
  color: #f9f295;
}


.cid-s8k2IEdwfH {
   padding-top: 0rem;
  padding-bottom: -0.5rem;
  background-color: #aedf1d;

}
.cid-s8k2IEdwfH .mbr-section-title {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-s8k2IEdwfH{
    padding-bottom: 2rem;

  }
}




.cid-sfcUNUZIwB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee8df;
}
.cid-sfcUNUZIwB .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #232323;
  padding: 0;
  transition: all 0.3s;
}
.cid-sfcUNUZIwB .mbr-iconfont {
  font-size: 1rem;
  padding-bottom: 3px;
}
.cid-sfcUNUZIwB .ico-line {
  display: -webkit-flex;
}
.cid-sfcUNUZIwB .col-md-4 {
  padding: 0;
}
.cid-sfcUNUZIwB p {
  line-height: 1.6;
}
.cid-sfcUNUZIwB .btn-danger-outline {
  border: none;
  background: transparent;
  font-weight: 400!important;
}
.cid-sfcUNUZIwB .card-title {
  color: #232323;
  margin: 0;
  line-height: 1.3;
  text-align: left;
}

@media (max-width: 767px) {
  .cid-sfcUNUZIwB .card-title {
    text-align: center;
  }
 }



.cid-sfcUNUZIwB .card-img {
  overflow: hidden;
  max-height: 280px;
  position: relative;
  border-radius: 0;
}
.cid-sfcUNUZIwB .price-box {
  position: absolute;
  background: #ff3366;
  padding: 0.5rem 1rem;
  left: 0px;
  bottom: 2rem;
  transition: all 0.3s;
}
.cid-sfcUNUZIwB img {
  transition: all 0.3s;
}
.cid-sfcUNUZIwB h5 {
  margin: 0;
}
.cid-sfcUNUZIwB .card-box {
  padding: 1.5rem;
  background: #f1eeea;
}
.cid-sfcUNUZIwB .mbr-section-title {
  margin: 0 auto;
  color: #232323;
  text-align: left;
}
.cid-sfcUNUZIwB .card-box > p,
.cid-sfcUNUZIwB .mbr-section-btn {
  color: #767676;
  text-align: left;
}

@media (max-width: 767px) {
  .cid-sfcUNUZIwB .mbr-section-btn {
    text-align: center;
  }
 }


.cid-sfcUNUZIwB .price {
  color: #ffffff;
  text-align: left;
}
.cid-sfcUNUZIwB .rev {
  color: #232323;
  line-height: 1.1;
  text-align: left;
}
@media (max-width: 576px) {
  .cid-sfcUNUZIwB .line-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
  }
  .cid-sfcUNUZIwB .px-4 {
    padding-right: 4px!important;
    padding-left: 4px!important;
  }
  .cid-sfcUNUZIwB .col-md-4 {
    padding: 0 15px;
  }
  .cid-sfcUNUZIwB .col-md-8 {
    margin: 0 15px;
  }
  .cid-sfcUNUZIwB .price-box {
    left: 15px;
  }
  .cid-sfcUNUZIwB .card-box {
    padding: 1rem;
  }
}



.cid-sfcVHlhtYp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpeg");
}
.cid-sfcVHlhtYp .row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sfcVHlhtYp img {
  width: 90%;
}
.cid-sfcVHlhtYp .mbr-text,
.cid-sfcVHlhtYp .mbr-section-btn {
  color: #343434;
}
@media (max-width: 992px) {
  .cid-sfcVHlhtYp img {
    width: 100%;
  }
  .cid-sfcVHlhtYp .pb-5 {
    padding-bottom: 1rem !important;
  }
}





  /*========================================== FOOTER TOP WITH ICONS======================= */
  .footer-top{
    padding: 30px 0;
    background-color: #2a2525;
}
.footer-top .container{
    width: 80%;
    margin: 0 auto;
}
.footer-top .container .row-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-top .container .row-footer .col-footer{
    width: 25%;
    color: white;
    text-align: center !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer-top .container .row-footer .col-footer h4{
    font-size: 14px;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: normal;
}
.footer-top i{
    font-size: 33px !important;
    margin-bottom: 12px;
}
@media screen and (max-width: 992px){
    .footer-top .container .row-footer .col-footer{
        width: 50%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px){
    .footer-top .container .row-footer .col-footer{
        width: 50%;
        margin-bottom: 20px;
    }
    .footer-top .container .row-footer .col-footer h4{
    font-size: 12px;
    font-family: 'Muli', sans-serif;
}
}
/*========================================== END FOOTER TOP WITH ICONS======================= */










.cid-snhz20VR9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #EF8733 ;
}
.cid-snhz20VR9d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snhz20VR9d form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 3rem 2rem;
    width: 60%;
  }
}
@media (max-width: 991px) {
  .cid-snhz20VR9d form.mbr-form {
    padding: 1rem;
  }
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-snhz20VR9d form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-snhz20VR9d .mbr-section-title {
  color: #4479d9;
}



  /* CONTAINER FORM: HERE YOU CAN REMOVE SHADOW FORM*/
  .cid-snhz20VR9d .div-container-form{
      -webkit-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) 20 20 20 20 !important;
      -moz-box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) 20 20 20 20 !important;
      box-shadow: 0px 0px 12px -4px rgba(0,0,0,0.75) 20 20 20 20 !important; 
  }
  /* END CONTAINER FORM */

  /* BOX FORM HEADER */
  .cid-snhz20VR9d .header-form,
  .body-form{
    font-family: 'Muli', sans-serif;
      background: rgba(197, 197, 197, 0.9);
      height: auto;
      padding: 7px;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  /* END BOX FORM HEADER */
  .body-form{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* BOX FORM BODY */
  .cid-snhz20VR9d form.mbr-form{
      background: rgba(197, 197, 197, 0.9);
      width: 100%;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      margin-top: -20px;
  }
  /*END BOX FORM BODY */

  /* INPUTS FORM-CONTROL */
  .cid-snhz20VR9d .form-control{
      color: #656565;
      background-color: #f5f5f5;
      border-radius: .25rem;
      padding-left: 8px !important;
  }
  /* END INPUTS FORM-CONTROL */

  /* LABEL FORM-CONTROL */
  .cid-snhz20VR9d label{
      color: #495057;
  }
  /* END LABEL FORM-CONTROL */

  /* LABEL FORM-CONTROL */
  .cid-snhz20VR9d label a:hover{
      color: #03045e;
  }
  /* END LABEL FORM-CONTROL */
  
  /* 1 TEXT OFFER*/
  .cid-snhz20VR9d .text-offer-form{
      color: #343434;
      font-size: 3.2rem;
      letter-spacing: 9px;
      font-weight: bold;
      padding-top: 15px;
      text-align: center !important;
  }
  /* END TEXT OFFER */
  
  /* 2 TEXT TIME YOU RECIVE ORDER */
  .cid-snhz20VR9d .text-hours-form{
      text-align: center !important;
      font-weight: bold !important;
      font-size: 1.4rem;
  }
  /* TEXT TIME YOU RECIVE ORDER */

  /* 3 TEXT FINISH SOON */
  .cid-snhz20VR9d .text-soon-form{
      text-align: center !important;
      font-size: 1.3rem;
      /* BLUE */
      /* background: rgba(0, 116, 186, 0.9); */
      /* ORANGE */
      /* background: rgba(231, 111, 81, 0.9); */
      /* GREEN */
      background: #EF8733;
      /* RED */
      /* background: rgba(224, 30, 55, 0.8) !important; */
      color: white;
      letter-spacing: 2px;
      padding: 10px;
      border-radius: 10px;
      width: 90%;
      margin: 10px auto;
  }
  /* END TEXT FINISH SOON */

  /* 4 TEXT PRODUCT */
  .cid-snhz20VR9d .text-product-form{
      text-align: center;
      padding: 10px 0;
      font-size: 1.3rem !important;
  }
  .cid-snhz20VR9d .text-product-form .form-price{
      font-weight: bolder !important;
  }
  /* END TEXT PRODUCT */
 
  /* 5 TEXT ICONS FREE SHIPPING */
  .cid-snhz20VR9d .box-icons{
      /* BLUE */
      /* background: rgba(0, 116, 186, 0.9); */
      /* ORANGE */
      /* background: rgba(231, 111, 81, 0.9); */
      /* GREEN */
      background: #EF8733;
      /* RED */
      /* background: rgba(224, 30, 55, 0.8) !important; */
      color: white;
      padding: 10px;
      border-radius: 10px;
      width: 90%;
      margin: 0 auto;

  }
  .cid-snhz20VR9d .text-icons{
      font-size: 1.1rem;
      text-align: center;
  }
  /* END TEXT ICONS FREE SHIPPING */  
  /* BUTTON */
  .btn{
      /* BLUE */
      /* background: rgba(45, 130, 183, 0.8) !important;
      border: rgba(45, 130, 183, 0.8) !important;  */
      /* ORANGE */
      /* background: rgba(211, 97, 53, 0.8) !important;
      border: rgba(211, 97, 53, 0.8) !important; */ 
      /* GREEN */
      background: rgba(88, 188, 130, 0.6) !important; 
      border: rgba(88, 188, 130, 0.6) !important; 
      /* RED */
      /* background: rgba(220, 20, 60, 0.8) !important;
      border: rgba(220, 20, 60, 0.8) !important; */
      
  }
  .btn:active{
      /* BLUE */
      /* background: #2d82b7 !important; */
      /* ORANGE */
      /* background: #d36135 !important; */
      /* GREEN */
      background: #58bc82 !important;
      /* RED */
      /* background: #DC143C !important; */
  }
  .btn:hover{
      /* BLUE */
      /* background: #2d82b7 !important; */
      /* ORANGE */
      /* background: #d36135 !important; */
      /* GREEN */
      background: #58bc82 !important;
      /* RED */
      /* background: #DC143C !important; */
  }
  /* MEDIA QUERIES */
  /* IPHONE 5/SE */
  @media screen and (min-width:320px) and (max-width:360px){
      .cid-snhz20VR9d .text-offer-form{
          font-size: 1.3rem !important;
          font-weight: bold;
      }
      .cid-snhz20VR9d .text-hours-form{
          font-size: 0.9rem;
      }
      .cid-snhz20VR9d .text-icons{
          font-size: 0.7rem;
      }
      .cid-snhz20VR9d .text-soon-form{
          font-size: 0.6rem !important;
      }
      .cid-snhz20VR9d .text-product-form{
          font-size: 0.8rem !important;
      }
      .cid-snhz20VR9d form.mbr-form{
          margin-top: 0px;
      }
  }
  @media screen and (min-width:360px) and (max-width:768px){
      .cid-snhz20VR9d .text-offer-form{
          font-size: 2.1rem !important;
          letter-spacing: 5px !important;
      }
      .cid-snhz20VR9d .text-hours-form{
          font-size: 1.1rem !important;
      }
      .cid-snhz20VR9d .text-soon-form{
          font-size: 1.1rem !important;
          letter-spacing: 0px !important;
          width: 94%;
      }
      .cid-snhz20VR9d .text-product-form{
          font-size: 1rem !important;
      }
      .cid-snhz20VR9d .box-icons{
          width: 94%;
      }
      .cid-snhz20VR9d form.mbr-form{
          margin-top: 0px;
      }
      .cid-snhz20VR9d .text-icons{
          font-size: 0.9rem;
      }
  }
  /* END MEDIA QUERIES */

  @media (max-width:768px){
    .cid-seTLYY8eB3 .modalWindow .modalWindow-video {
      height: calc(100vw) !important;
      width: 80vw !important;
      margin: 0 auto !important;
    }
  
  }


  .icon-features{
    font-size: 60px !important;
  }