body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Almarai-Bold';
  font-size: 7.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 11.84rem;
}
.display-2 {
  font-family: 'Almarai-Regular';
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.32rem;
}
.display-4 {
  font-family: 'Almarai-Regular';
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Almarai-Regular';
  font-size: 3rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-7 {
  font-family: 'Almarai-Regular';
  font-size: 1.5rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.8rem;
}
/* ---- 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: 5.92rem;
    font-size: calc( 3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #d29610 !important;
  border-color: #d29610 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #922630 !important;
}
.bg-success {
  background-color: #0a0b09 !important;
}
.bg-info {
  background-color: #eeb127 !important;
}
.bg-warning {
  background-color: #eeb127 !important;
}
.bg-danger {
  background-color: #922630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #922630 !important;
  border-color: #922630 !important;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff;
  background-color: #922630;
  border-color: #922630;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background-color: #922630 !important;
  border-color: #922630 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #eeb127;
  border-color: #eeb127;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn-info,
.btn-info:active {
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #eeb127;
  border-color: #eeb127;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0a0b09 !important;
  border-color: #0a0b09 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #0a0b09;
  border-color: #0a0b09;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #0a0b09 !important;
  border-color: #0a0b09 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #eeb127;
  border-color: #eeb127;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #922630 !important;
  border-color: #922630 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #922630;
  border-color: #922630;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #922630 !important;
  border-color: #922630 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #411115;
  color: #411115;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #922630;
  border-color: #922630;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #922630 !important;
  border-color: #922630 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a2740d;
  color: #a2740d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #eeb127;
  border-color: #eeb127;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #a2740d;
  color: #a2740d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #eeb127;
  border-color: #eeb127;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0a0b09;
  border-color: #0a0b09;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0a0b09 !important;
  border-color: #0a0b09 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #a2740d;
  color: #a2740d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #eeb127;
  border-color: #eeb127;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #eeb127 !important;
  border-color: #eeb127 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #411115;
  color: #411115;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #922630;
  border-color: #922630;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #922630 !important;
  border-color: #922630 !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: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.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: #922630 !important;
}
.text-secondary {
  color: #eeb127 !important;
}
.text-success {
  color: #0a0b09 !important;
}
.text-info {
  color: #eeb127 !important;
}
.text-warning {
  color: #eeb127 !important;
}
.text-danger {
  color: #922630 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d14d59 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f5d386 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3d4337 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f5d386 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f5d386 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d14d59 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #eeb127;
}
.alert-warning {
  background-color: #eeb127;
}
.alert-danger {
  background-color: #922630;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #922630;
  border-color: #922630;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #922630;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d6616c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bcc3b6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fdf5e4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdf5e4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d6616c;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Almarai-Regular';
  font-size: 1.5rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.8rem;
}
blockquote {
  border-color: #922630;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #922630;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #922630;
  border-bottom-color: #922630;
}
.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: #ffffff !important;
  background-color: #922630 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #eeb127 !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%;
  width: 100%;
  height: auto;
}
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='%23922630' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rVQWFEWPsY {
  direction: rtl !important;
}
.cid-rVQWFEWPsY .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVQWFEWPsY .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-rVQWFEWPsY .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-rVQWFEWPsY .dropdown-item {
  color: #0a0b09 !important;
}
.cid-rVQWFEWPsY .dropdown-item:hover {
  color: #0a0b09 !important;
}
.cid-rVQWFEWPsY .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-rVQWFEWPsY .nav-link:hover {
  color: #eeb127 !important;
}
.cid-rVQWFEWPsY .btn-white {
  color: #922630 !important;
}
.cid-rVQWFEWPsY .btn:hover {
  border-color: #eeb127 !important;
  color: #eeb127 !important;
}
.cid-rVQWFEWPsY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rVQWFEWPsY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rVQWFEWPsY .container {
  display: flex;
  margin: auto;
}
.cid-rVQWFEWPsY .navbar.navbar-short .nav-link,
.cid-rVQWFEWPsY .navbar.navbar-short .navbar-caption,
.cid-rVQWFEWPsY .navbar.navbar-short .mbr-iconfont {
  color: #ffffff !important;
  border-color: #ffffff;
}
.cid-rVQWFEWPsY .navbar.navbar-short .hamburger span {
  background: #ffffff !important;
}
.cid-rVQWFEWPsY .navbar-caption {
  padding-right: 3rem;
}
.cid-rVQWFEWPsY .navbar.opened {
  background: #0a0b09 !important;
}
.cid-rVQWFEWPsY .nav-item:focus,
.cid-rVQWFEWPsY .nav-link:focus {
  outline: none;
}
.cid-rVQWFEWPsY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVQWFEWPsY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rVQWFEWPsY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rVQWFEWPsY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rVQWFEWPsY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rVQWFEWPsY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rVQWFEWPsY .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0a0b09;
  background: none;
}
.cid-rVQWFEWPsY .navbar.opened {
  transition: all .3s;
}
.cid-rVQWFEWPsY .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-rVQWFEWPsY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rVQWFEWPsY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rVQWFEWPsY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rVQWFEWPsY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.2rem);
  }
}
.cid-rVQWFEWPsY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rVQWFEWPsY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rVQWFEWPsY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rVQWFEWPsY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rVQWFEWPsY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rVQWFEWPsY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rVQWFEWPsY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rVQWFEWPsY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rVQWFEWPsY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rVQWFEWPsY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rVQWFEWPsY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rVQWFEWPsY .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rVQWFEWPsY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rVQWFEWPsY .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rVQWFEWPsY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rVQWFEWPsY .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rVQWFEWPsY .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rVQWFEWPsY .navbar.navbar-short {
  background: #0a0b09 !important;
  min-height: 60px;
}
.cid-rVQWFEWPsY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rVQWFEWPsY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rVQWFEWPsY .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rVQWFEWPsY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rVQWFEWPsY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rVQWFEWPsY .dropdown-item.active,
.cid-rVQWFEWPsY .dropdown-item:active {
  background-color: transparent;
}
.cid-rVQWFEWPsY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rVQWFEWPsY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rVQWFEWPsY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rVQWFEWPsY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0a0b09;
}
.cid-rVQWFEWPsY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rVQWFEWPsY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rVQWFEWPsY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rVQWFEWPsY .navbar-buttons {
  text-align: center;
}
.cid-rVQWFEWPsY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rVQWFEWPsY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rVQWFEWPsY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rVQWFEWPsY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rVQWFEWPsY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rVQWFEWPsY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rVQWFEWPsY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVQWFEWPsY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rVQWFEWPsY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rVQWFEWPsY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rVQWFEWPsY .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rVQWFEWPsY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rVQWFEWPsY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rVQWFEWPsY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rVQWFEWPsY .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rVQWFEWPsY .navbar {
    height: 77px;
  }
  .cid-rVQWFEWPsY .navbar.opened {
    height: auto;
  }
  .cid-rVQWFEWPsY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rVMvkculFY {
  direction: rtl !important;
  background-image: url("../../../assets/images/croissant-16-2000x1335.jpg");
}
.cid-rVMvkculFY .title-align {
  width: 100%;
}
.cid-rVMvkculFY .pricetitle {
  margin: 0;
  text-align: left;
}
.cid-rVMvkculFY .img-col {
  position: relative;
  padding-top: 2rem;
}
.cid-rVMvkculFY .img-col img {
  z-index: 2;
  position: relative;
}
.cid-rVMvkculFY .pricebox {
  position: absolute;
  z-index: 1;
  top: -5rem;
  left: 2rem;
  width: 180px;
  height: 180px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-rVMvkculFY H2 {
  color: #e7272d;
  position: relative;
  display: inline-block;
  width: fit-content;
  text-align: left;
}
.cid-rVMvkculFY H2:before {
  position: absolute;
  content: '';
  right: -120px;
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  width: 100px;
  height: 2px;
  background: currentColor;
}
.cid-rVMvkculFY img {
  max-width: 500px;
  margin: auto;
}
.cid-rVMvkculFY .mbr-section-subtitle,
.cid-rVMvkculFY .title-align {
  color: #fbbe36;
}
.cid-rVMvkculFY .price {
  color: #e7272d;
}
@media (max-width: 992px) {
  .cid-rVMvkculFY .pricebox {
    top: -2rem;
    right: 2rem;
    left: auto;
  }
}
@media (max-width: 767px) {
  .cid-rVMvkculFY .pricebox {
    width: 100px;
    height: 100px;
    top: 0rem;
    right: 2rem;
    left: auto;
  }
  .cid-rVMvkculFY H2:before {
    width: 70px;
    right: -90px;
  }
  .cid-rVMvkculFY .img-col {
    padding-top: 4rem;
  }
}
.cid-rVMvkculFY H1 {
  color: #ffffff;
  text-align: right;
}
.cid-rVQKzVJRtz {
  direction: rtl !important;
  background-color: #eeb127;
}
.cid-rVQKzVJRtz H2 {
  text-align: justify;
  color: #922630;
}
.cid-rVQKtw0yAt {
  direction: rtl !important;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rVQKtw0yAt .card-subtitle {
  margin: 0;
}
.cid-rVQKtw0yAt .btn {
  padding: 0.6rem 1.8rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #efefef !important;
}
.cid-rVQKtw0yAt .item-wrapper {
  background: #ffffff;
  padding: 1rem;
  border-radius: 9px;
  transition: all 0.3s;
  border: 1px solid #efefef;
  cursor: pointer;
}
.cid-rVQKtw0yAt h4,
.cid-rVQKtw0yAt h6,
.cid-rVQKtw0yAt h5 {
  margin: 0;
}
.cid-rVQKtw0yAt .mbr-text {
  transition: all 0.3s;
}
.cid-rVQKtw0yAt .btn-white-outline {
  color: #922630 !important;
}
.cid-rVQKtw0yAt .price {
  color: #e7272d;
  transition: all 0.3s;
}
.cid-rVQKtw0yAt img {
  transition: all 0.3s;
  width: 250px;
  height: 250px;
  object-fit: cover;
}
.cid-rVQKtw0yAt .card {
  cursor: pointer;
  transition: all .3s;
  margin-bottom: 2rem;
}
.cid-rVQKtw0yAt .card:hover {
  transform: translateY(-2rem);
}
.cid-rVQKtw0yAt .card:hover .item-wrapper {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.1);
  background: #922630;
  color: #ffffff !important;
}
.cid-rVQKtw0yAt .card:hover .item-wrapper .price {
  color: #ffffff !important;
}
.cid-rVQKtw0yAt .card:hover .item-wrapper .mbr-text {
  color: #ffffff !important;
}
.cid-rVQKtw0yAt .card:hover .card-img {
  transform: translateY(2rem) scale(1.2);
}
.cid-rVQKtw0yAt .card:hover .btn {
  background: #eeb127 !important;
  color: black!important;
  border-color: #eeb127 !important;
}
.cid-rVQKtw0yAt .card-img {
  width: 100%;
  position: relative;
  transition: all 0.3s;
  padding-top: 2rem;
}
.cid-rVQKtw0yAt .card-img img {
  max-width: 200px;
}
.cid-rVQKtw0yAt .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-rVQKtw0yAt .wrapper {
    flex-direction: column;
  }
  .cid-rVQKtw0yAt .icon-padding {
    padding-left: 0rem;
  }
  .cid-rVQKtw0yAt .card-box {
    padding: 0;
  }
}
.cid-rVQKtw0yAt .mbr-text,
.cid-rVQKtw0yAt .mbr-section-btn,
.cid-rVQKtw0yAt .card-img {
  color: #922630;
}
.cid-rVQKtw0yAt H2 {
  color: #e7272d;
}
.cid-rVQKtw0yAt H1 {
  color: #0a0b09;
}
.cid-rVQKtw0yAt .card-title,
.cid-rVQKtw0yAt .card-img {
  color: #0a0b09;
}
.cid-rVQPsgAw4s {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #0a0b09;
}
.cid-rVQPkQXJHw {
  padding-top: 0px;
  padding-bottom: 120px;
  background: #0a0b09;
}
.cid-rVQPkQXJHw img {
  width: 300px;
  margin: auto;
  filter: brightness(100%);
}
.cid-rVQPkQXJHw .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-rVQPkQXJHw .card:hover {
  opacity: 0.9;
}
.cid-rVQPkQXJHw H1 {
  color: #ffffff;
}
.cid-rVQPkQXJHw .row {
  justify-content: space-between;
}
@media (min-width: 992px) {
  .cid-rVQPkQXJHw .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-rVQPkQXJHw .row {
  justify-content: center!important;
}
.cid-rVMvGUlAms {
  direction: rtl !important;
  background-image: url("../../../assets/images/brownie-10-2000x1335.jpg");
}
.cid-rVMvGUlAms H2 {
  color: #e7272d;
}
.cid-rVMvGUlAms img {
  max-width: 500px;
  margin: auto;
}
.cid-rVMvGUlAms H1 {
  color: #89b758;
}
@media (min-width: 767px) {
  .cid-rVMvGUlAms .display-1 {
    margin-top: -1.6rem;
  }
}
.cid-rVMvGUlAms .span-row {
  width: 100%;
}
.cid-rVMvGUlAms .mbr-section-title,
.cid-rVMvGUlAms .span-row {
  color: #eeb127;
  text-align: right;
}
.cid-rVQT0HyRTi {
  direction: rtl !important;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-color: #922630;
}
.cid-rVQT0HyRTi ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rVQT0HyRTi ul li {
  padding: 1rem 0;
}
.cid-rVQT0HyRTi ul li:hover {
  color: #fff;
}
.cid-rVQT0HyRTi .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rVQT0HyRTi .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rVQT0HyRTi .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rVQT0HyRTi .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rVQT0HyRTi .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rVQT0HyRTi .map {
    height: auto;
  }
}
.cid-rVQT0HyRTi .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rVQT0HyRTi .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rVQT0HyRTi .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rVQT0HyRTi .social-list a:hover {
  opacity: 1;
}
.cid-rVQT0HyRTi .row-element,
.cid-rVQT0HyRTi .image-element {
  padding: 0;
}
.cid-rVQT0HyRTi .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rVQT0HyRTi .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #922630, #eeb127);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rVQT0HyRTi .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rVQT0HyRTi .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rVQT0HyRTi .text-content {
    padding: 2rem 1rem;
  }
  .cid-rVQT0HyRTi .underline .line {
    height: 2px;
  }
  .cid-rVQT0HyRTi .mbr-title,
  .cid-rVQT0HyRTi .underline,
  .cid-rVQT0HyRTi .mbr-text,
  .cid-rVQT0HyRTi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rVQT0HyRTi .mbr-title,
.cid-rVQT0HyRTi .underline {
  color: #ffffff;
  text-align: right;
}
.cid-rVQT0HyRTi .mbr-text,
.cid-rVQT0HyRTi .mbr-section-btn {
  color: #ffffff;
}
.cid-rVQT0HyRTi mbr-list LI {
  color: #ffffff;
}
.cid-rVQT0HyRTi mbr-list {
  text-align: right;
}
.cid-rVQT0HyRTi .mbr-list,
.cid-rVQT0HyRTi .social-list mbr-list {
  color: #ffffff;
}
.cid-rVQT0HyRTi .mbr-text {
  text-align: right;
}
.cid-rVQT0HyRTi .social-list,
.cid-rVQT0HyRTi .mbr-list {
  color: #eeb127;
}
.cid-rVQT0HyRTi .social-list,
.cid-rVQT0HyRTi .mbr-list UL {
  text-align: right;
}
.cid-rVQQFJxCHO {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #0a0b09;
}
