@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
body .display-1 {
  font-size: 4.8rem;
}
.display-1 {
  font-family: 'Sukar Regular';
  font-size: 6rem;
  line-height: auto;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Sukar Regular';
  font-size: 3rem;
  line-height: auto;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'font';
  font-size: 1rem;
  line-height: auto;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'font';
  font-size: 1.6rem;
  line-height: auto;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'font';
  font-size: 1.2rem;
  line-height: auto;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
  .p {
    font-size: 0.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
  .display-2 .img-iconn {
    right: -40px;
    width: 170px;
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: auto;
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #a5907b !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #5c4623 !important;
}
.bg-warning {
  background-color: #5c4623 !important;
}
.bg-danger {
  background-color: #691e34 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #a5907b, #a5907b 65%, #cec3b8) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a5907b !important;
  border-color: #a5907b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #baaa99 !important;
  border-color: #baaa99 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #baaa99 !important;
  border-color: #baaa99 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #5c4623, #5c4623 65%, #a67e3f) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5c4623 !important;
  border-color: #5c4623 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #816231 !important;
  border-color: #816231 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #816231 !important;
  border-color: #816231 !important;
}
.btn-info {
  background: linear-gradient(90deg, #5c4623, #5c4623 65%, #a67e3f) !important;
}
.btn-info,
.btn-info:active {
  background-color: #5c4623 !important;
  border-color: #5c4623 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #816231 !important;
  border-color: #816231 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #816231 !important;
  border-color: #816231 !important;
}
.btn-success {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  background: linear-gradient(90deg, #5c4623, #5c4623 65%, #a67e3f) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5c4623 !important;
  border-color: #5c4623 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #816231 !important;
  border-color: #816231 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #816231 !important;
  border-color: #816231 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #691e34, #691e34 65%, #b8355b) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #691e34 !important;
  border-color: #691e34 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #912948 !important;
  border-color: #912948 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #912948 !important;
  border-color: #912948 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #a5907b;
  color: #a5907b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #786552 !important;
  background-color: transparent !important;
  border-color: #786552 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a5907b !important;
  border-color: #a5907b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5c4623;
  color: #5c4623;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d160b !important;
  background-color: transparent !important;
  border-color: #1d160b !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5c4623 !important;
  border-color: #5c4623 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #5c4623;
  color: #5c4623;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1d160b !important;
  background-color: transparent !important;
  border-color: #1d160b !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5c4623 !important;
  border-color: #5c4623 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #5c4623;
  color: #5c4623;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1d160b !important;
  background-color: transparent !important;
  border-color: #1d160b !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5c4623 !important;
  border-color: #5c4623 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #691e34;
  color: #691e34;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #260b13 !important;
  background-color: transparent !important;
  border-color: #260b13 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #691e34 !important;
  border-color: #691e34 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #a5907b !important;
}
.text-secondary {
  color: #5c4623 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #5c4623 !important;
}
.text-warning {
  color: #5c4623 !important;
}
.text-danger {
  color: #691e34 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6f5d4b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #120e07 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #120e07 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #120e07 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1a070d !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #a5907b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5c4623;
}
.alert-warning {
  background-color: #5c4623;
}
.alert-danger {
  background-color: #691e34;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a5907b;
  border-color: #a5907b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a5907b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d0c7;
}
.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: #b88c46;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b88c46;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #c83f67;
}
/* Scroll to top button*/
.form-control {
  font-family: 'font';
  font-size: 1.2rem;
  line-height: auto;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a5907b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'font';
  font-size: 1.2rem;
  line-height: auto;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #a5907b;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a5907b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a5907b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a5907b;
  border-bottom-color: #a5907b;
}
.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: #a5907b !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: #5c4623 !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='%23a5907b' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 0px ;
}
.icon-wrap {
  border-radius: 16px;
  border-radius: 0 !important;
}
.item-number img {
  border-radius: 16px !important;
  border-radius: 0 !important;
}
.item-number {
  border-radius: 16px;
  border-radius: 0 !important;
}
.form-control {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
  border-radius: 0 !important;
}
@font-face {
  font-family: 'Janna LT Regular';
  src: url('../../../file:///C:/Users/Rawan/OneDrive/Documents/GitHub/oalnafisah.com/fonts/Janna%20LT%20Regular/font.ttf');
}
.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIIlHBn8Z0 {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@keyframes moveUpDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
@media (max-width: 768px) {
  .cid-uIIlHBn8Z0 h1.mbr-fonts-style {
    font-size: 4rem;
  }
}
.cid-uIIlHBn8Z0 .position-relative img {
  position: relative;
  animation: moveUpDown 3s ease-in-out infinite;
}
@media (max-width: 991px) {
  .cid-uIIlHBn8Z0 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIIlHBn8Z0 .image-wrapper img {
  height: 95%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uIIlHBn8Z0 .text-wrapper {
    padding: 0 5.5rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .cid-uIIlHBn8Z0 .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-uIIlHBn8Z0 .item-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  position: absolute;
  top: -4.5rem;
  right: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uIIlHBn8Z0 .item-btn {
    width: 6rem;
    height: 6rem;
    top: -3.5rem;
    right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uIIlHBn8Z0 .item-btn {
    width: 4rem;
    height: 4rem;
    top: -2.5rem;
    right: 1.5rem;
  }
}
.cid-uIIlHBn8Z0 .icon-wrap span {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uIIlHBn8Z0 .icon-wrap span {
    transform: scale(0.6);
  }
}
@media (max-width: 600px) {
  .cid-uIIlHBn8Z0 .mbr-section-title {
    letter-spacing: -1px;
  }
}
.cid-uIIlHBn8Z0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIIlHBn8Z0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIIlHBn8Z0 .mbr-section-title {
  color: #a5907b;
}
.cid-uIIlHBn8Z0 .mbr-text,
.cid-uIIlHBn8Z0 .mbr-section-btn {
  text-align: right;
  color: #5f6368;
}
.cid-uDNqKe2o6R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDNqKe2o6R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDNqKe2o6R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDNqKe2o6R .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uDNqKe2o6R img {
  border-radius: 0px !important;
}
.cid-uDNqKe2o6R .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDNqKe2o6R .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDNqKe2o6R .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDNqKe2o6R .items-wrapper {
  margin: 0 -12px;
}
.cid-uDNqKe2o6R .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDNqKe2o6R .item {
    margin-bottom: 16px;
  }
}
.cid-uDNqKe2o6R .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uDNqKe2o6R .item .item-wrapper {
    height: 350px;
  }
}
.cid-uDNqKe2o6R .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: 4.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uDNqKe2o6R .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDNqKe2o6R .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDNqKe2o6R .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDNqKe2o6R .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDNqKe2o6R .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uDNqKe2o6R .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uDNqKe2o6R .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uDNqKe2o6R .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uDNqKe2o6R .item-tag {
  color: #ffffff;
}
.cid-uDNqKe2o6R .item-name {
  color: #ffffff;
}
.cid-uDNqKe2o6R .mbr-section-title,
.cid-uDNqKe2o6R .mbr-section-btn {
  text-align: right;
}
.cid-ufFCNNgItc {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-ufFCNNgItc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFCNNgItc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFCNNgItc .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
  height: 100%;
}
.cid-ufFCNNgItc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-ufFCNNgItc .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-ufFCNNgItc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-ufFCNNgItc .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ufFCNNgItc .image-wrapper img {
    height: 350px;
  }
}
.cid-ufFCNNgItc .mbr-section-title {
  color: #ffffff;
}
.cid-ufFCNNgItc .mbr-text,
.cid-ufFCNNgItc .text-wrapper {
  color: #252525;
  text-align: right;
}
.cid-ufFCNNgItc .mbr-section-title,
.cid-ufFCNNgItc .mbr-section-btn {
  color: #a5907b;
  margin-right: 10px;
}
.cid-ufFCNNgItc h2,
.cid-ufFCNNgItc p {
  margin-right: 15px;
}
.cid-uyIo8B2ngU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uyIo8B2ngU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uyIo8B2ngU .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uyIo8B2ngU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uyIo8B2ngU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uyIo8B2ngU .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uyIo8B2ngU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uyIo8B2ngU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uyIo8B2ngU .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uyIo8B2ngU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uyIo8B2ngU .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uyIo8B2ngU .image-wrapper img {
    height: 350px;
  }
}
.cid-uyIo8B2ngU .mbr-section-title {
  color: #ffffff;
}
.cid-uyIo8B2ngU .mbr-text,
.cid-uyIo8B2ngU .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uyIo8B2ngU .mbr-section-title,
.cid-uyIo8B2ngU .mbr-section-btn {
  color: #5c4623;
}
.cid-uDSXs2sbTB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uDSXs2sbTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSXs2sbTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSXs2sbTB .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uDSXs2sbTB img {
  border-radius: 0px !important;
}
.cid-uDSXs2sbTB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uDSXs2sbTB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uDSXs2sbTB .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uDSXs2sbTB .items-wrapper {
  margin: 0 -12px;
}
.cid-uDSXs2sbTB .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uDSXs2sbTB .item {
    margin-bottom: 16px;
  }
}
.cid-uDSXs2sbTB .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uDSXs2sbTB .item .item-wrapper {
    height: 350px;
  }
}
.cid-uDSXs2sbTB .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uDSXs2sbTB .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uDSXs2sbTB .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDSXs2sbTB .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uDSXs2sbTB .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uDSXs2sbTB .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uDSXs2sbTB .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uDSXs2sbTB .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uDSXs2sbTB .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uDSXs2sbTB .item-tag {
  color: #ffffff;
}
.cid-uDSXs2sbTB .item-name {
  color: #ffffff;
}
.cid-uDSXs2sbTB .mbr-section-title,
.cid-uDSXs2sbTB .mbr-section-btn {
  text-align: center;
}
.cid-uzswwSL7TV {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1280x1920.jpg");
}
.cid-uzswwSL7TV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzswwSL7TV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzswwSL7TV .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uzswwSL7TV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzswwSL7TV .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uzswwSL7TV .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uzswwSL7TV .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uzswwSL7TV .title-wrapper .title-wrap .mbr-section-title span {
  color: #b0a08f;
}
.cid-uzswwSL7TV .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uzswwSL7TV .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uzswwSL7TV .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: rgba(165, 144, 123, 0.1) !important;
  backdrop-filter: blur(30px);
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uzswwSL7TV .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uzswwSL7TV .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzswwSL7TV .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzswwSL7TV .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #5c4623;
  background-color: #a5907b;
  border-radius: 12px;
}
.cid-uzswwSL7TV .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uzswwSL7TV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uzswwSL7TV .mbr-section-title {
  color: #404349;
}
.cid-uzswwSL7TV .mbr-desc {
  color: #b19a7c;
}
.cid-uzswwSL7TV .item-title {
  color: #404349;
}
.cid-uzswwSL7TV .item-text {
  color: #69522d;
}
.cid-uzswwSL7TV .mbr-section-title,
.cid-uzswwSL7TV .title-wrap {
  text-align: center;
  color: #5c4623;
}
.cid-uzswwSL7TV .item-title,
.cid-uzswwSL7TV .icon-wrapper {
  color: #69522d;
}
.cid-uzupZ2VE9A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzupZ2VE9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzupZ2VE9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzupZ2VE9A .content-wrap {
  GAP: 20PX;
  padding: 60px;
  background-color: #b0a08f;
  display: flex;
  border-radius: 0px;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #fff1e2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .title-wrapper .mbr-section-title span {
  color: #ed463f;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper {
  padding-left: none;
}
@media (max-width: 1200px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 22px 20px;
  border: none !important;
  box-shadow: none;
  background-color: #c8bbad;
  line-height: 1 !important;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control {
    padding: 22px;
  }
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #f7f7f7;
  font-size: 18px;
  opacity: .6;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uzupZ2VE9A .content-wrap .cont-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 10px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper {
    width: 100%;
    padding-top: 250px;
  }
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  background-color: #f8e7d2;
  padding: 30px;
}
@media (max-width: 1200px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper {
    padding: 20px 10px 10px;
  }
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
  width: 55%;
  padding-right: 20px;
}
@media (max-width: 1200px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
  width: 45%;
}
@media (max-width: 1200px) {
  .cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper {
    width: 100%;
  }
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .soc-desc {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uzupZ2VE9A .content-wrap .map-wrapper .contacts-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uzupZ2VE9A .mbr-section-title {
  color: #404349;
}
.cid-uzupZ2VE9A .mbr-desc {
  color: #b19a7c;
}
.cid-uzupZ2VE9A .mbr-text {
  color: #ffffff;
}
.cid-uzupZ2VE9A .list {
  color: #404349;
}
.cid-uzupZ2VE9A .soc-desc {
  color: #404349;
}
.cid-uzupZ2VE9A label {
  color: #404349;
}
.cid-uzupZ2VE9A .mbr-section-title,
.cid-uzupZ2VE9A .title-wrap {
  text-align: right;
  color: #ffffff;
}
.cid-uDSXHzI16u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDSXHzI16u [class^='socicon-']:before,
.cid-uDSXHzI16u [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uDSXHzI16u .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #5c4623;
  transition: all 0.3s;
  border-color: #5c4623;
}
.cid-uDSXHzI16u .btn-social:hover {
  background: #5c4623;
}
.cid-uDSXHzI16u .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uDSXHzI16u .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uDSXHzI16u .mbr-section-title {
  color: #2e6b75;
}
.cid-uDSXHzI16u .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uDSXHzI16u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDSXHzI16u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDSXHzI16u .mbr-section-title,
.cid-uDSXHzI16u .mbr-social-likes {
  color: #5c4623;
}
.cid-uJ6xVq8nba {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #b0a08f;
}
.cid-uJ6xVq8nba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6xVq8nba .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uJ6xVq8nba .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ6xVq8nba .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uJ6xVq8nba a {
  font-weight: 600;
}
.cid-uJ6xVq8nba a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uJ6xVq8nba .col-lg-3,
  .cid-uJ6xVq8nba .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uJ6xVq8nba .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uJ6xVq8nba .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uJ6xVq8nba h5 {
  margin: 0;
}
.cid-uJ6xVq8nba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6xVq8nba .iconfont-wrapper {
  position: relative;
}
.cid-uJ6xVq8nba .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uJ6xVq8nba .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uJ6xVq8nba .sociconfont-wrapper {
  display: flex;
}
.cid-uJ6xVq8nba .card-title,
.cid-uJ6xVq8nba .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uJ6xVq8nba .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uJ6xVq8nba .mbr-section-title {
  color: #000000;
}
.cid-uJ6xVq8nba .main-title,
.cid-uJ6xVq8nba .iconfont-wrapper {
  text-align: left;
}
.cid-uzutB3G5dC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b0a08f;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF2MYn0H3I {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uF2MYn0H3I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2MYn0H3I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2MYn0H3I .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uF2MYn0H3I .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uF2MYn0H3I .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uF2MYn0H3I .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uF2MYn0H3I .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF2MYn0H3I .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uF2MYn0H3I .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF2MYn0H3I .image-wrapper img {
    height: 350px;
  }
}
.cid-uF2MYn0H3I .mbr-section-title {
  color: #ffffff;
}
.cid-uF2MYn0H3I .mbr-text,
.cid-uF2MYn0H3I .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uF2MYn0H3I .mbr-section-title,
.cid-uF2MYn0H3I .mbr-section-btn {
  color: #5c4623;
}
.cid-uEZ8RvEVGV {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uEZ8RvEVGV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZ8RvEVGV .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZ8RvEVGV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZ8RvEVGV .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZ8RvEVGV .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZ8RvEVGV .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZ8RvEVGV .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZ8RvEVGV .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZ8RvEVGV .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZ8RvEVGV .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZ8RvEVGV .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZ8RvEVGV .mbr-section-title {
  color: #ffffff;
}
.cid-uEZ8RvEVGV .mbr-text,
.cid-uEZ8RvEVGV .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZ8RvEVGV .mbr-section-title,
.cid-uEZ8RvEVGV .mbr-section-btn {
  color: #5c4623;
}
.cid-uEZ7fvEBiY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-uEZ7fvEBiY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZ7fvEBiY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uEZ7fvEBiY .content-wrapper .clients-wrapper {
    display: none;
  }
}
.cid-uEZ7fvEBiY .content-wrapper .clients-wrapper .clients-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-uEZ7fvEBiY .content-wrapper .clients-wrapper .clients-wrap .item {
  padding: 16px;
}
.cid-uEZ7fvEBiY .content-wrapper .clients-wrapper .clients-wrap .item .item-wrapper .item-img img {
  height: 100px;
  object-fit: contain;
}
.cid-uEZ7fvEBiY .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZ7fvEBiY .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #252525, #3f3f3f);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uEZ7fvEBiY .content-wrapper .text-wrapper .mbr-text {
  width: 40%;
  display: inline-block;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uEZ7fvEBiY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZ7fvEBiY .btn-wrapper {
  margin-top: -15%;
}
.cid-uEZ7fvEBiY .mbr-section-title {
  color: #272b2e;
}
.cid-uEZ7fvEBiY .mbr-text,
.cid-uEZ7fvEBiY .text-wrapper {
  color: #5c4623;
  text-align: center;
}
.cid-uEZ7fvEBiY .mbr-section-title,
.cid-uEZ7fvEBiY .mbr-section-btn,
.cid-uEZ7fvEBiY .clients-wrapper {
  text-align: center;
}
.cid-uEZ6Ga2Ps4 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uEZ6Ga2Ps4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZ6Ga2Ps4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZ6Ga2Ps4 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uEZ6Ga2Ps4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEZ6Ga2Ps4 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uEZ6Ga2Ps4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uEZ6Ga2Ps4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uEZ6Ga2Ps4 .title-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uEZ6Ga2Ps4 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEZ6Ga2Ps4 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uEZ6Ga2Ps4 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: rgba(165, 144, 123, 0.1) !important;
  backdrop-filter: blur(30px);
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uEZ6Ga2Ps4 .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uEZ6Ga2Ps4 .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uEZ6Ga2Ps4 .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uEZ6Ga2Ps4 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #b0a08f;
  background-color: #a5907b;
  border-radius: 12px;
}
.cid-uEZ6Ga2Ps4 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uEZ6Ga2Ps4 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uEZ6Ga2Ps4 .mbr-section-title {
  color: #404349;
}
.cid-uEZ6Ga2Ps4 .mbr-desc {
  color: #b19a7c;
}
.cid-uEZ6Ga2Ps4 .item-title {
  color: #404349;
}
.cid-uEZ6Ga2Ps4 .item-text {
  color: #5f6368;
}
.cid-uEZ6Ga2Ps4 .mbr-section-title,
.cid-uEZ6Ga2Ps4 .title-wrap {
  text-align: center;
  color: #5c4623;
}
.cid-uEZ6Ga2Ps4 .item-title,
.cid-uEZ6Ga2Ps4 .icon-wrapper {
  color: #5c4623;
}
.cid-uEZ6GbSIYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZ6GbSIYq [class^='socicon-']:before,
.cid-uEZ6GbSIYq [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uEZ6GbSIYq .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #69522d;
  transition: all 0.3s;
  border-color: #69522d;
}
.cid-uEZ6GbSIYq .btn-social:hover {
  background: #69522d;
}
.cid-uEZ6GbSIYq .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uEZ6GbSIYq .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uEZ6GbSIYq .mbr-section-title {
  color: #2e6b75;
}
.cid-uEZ6GbSIYq .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uEZ6GbSIYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZ6GbSIYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZ6GbSIYq .mbr-section-title,
.cid-uEZ6GbSIYq .mbr-social-likes {
  color: #5c4623;
}
.cid-uOe1rVGFKd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe1rVGFKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe1rVGFKd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe1rVGFKd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe1rVGFKd .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe1rVGFKd a {
  font-weight: 600;
}
.cid-uOe1rVGFKd a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe1rVGFKd .col-lg-3,
  .cid-uOe1rVGFKd .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe1rVGFKd .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe1rVGFKd .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe1rVGFKd h5 {
  margin: 0;
}
.cid-uOe1rVGFKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe1rVGFKd .iconfont-wrapper {
  position: relative;
}
.cid-uOe1rVGFKd .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe1rVGFKd .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe1rVGFKd .sociconfont-wrapper {
  display: flex;
}
.cid-uOe1rVGFKd .card-title,
.cid-uOe1rVGFKd .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe1rVGFKd .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe1rVGFKd .mbr-section-title {
  color: #000000;
}
.cid-uOe1rVGFKd .main-title,
.cid-uOe1rVGFKd .iconfont-wrapper {
  text-align: left;
}
.cid-uEZ6GddCM8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZcFOIhGB {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZcFOIhGB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZcFOIhGB .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZcFOIhGB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZcFOIhGB .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZcFOIhGB .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZcFOIhGB .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZcFOIhGB .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZcFOIhGB .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZcFOIhGB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZcFOIhGB .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZcFOIhGB .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZcFOIhGB .mbr-section-title {
  color: #ffffff;
}
.cid-uEZcFOIhGB .mbr-text,
.cid-uEZcFOIhGB .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZcFOIhGB .mbr-section-title,
.cid-uEZcFOIhGB .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3m10T52C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3m10T52C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3m10T52C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3m10T52C .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3m10T52C .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3m10T52C .container {
    max-width: 1400px;
  }
}
.cid-uF3m10T52C .card {
  margin: auto;
}
.cid-uF3m10T52C .card-title,
.cid-uF3m10T52C .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3m10T52C .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3m10T52C .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3m10T52C .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3m10T52C .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3m10T52C .card-wrapper:hover .card-title,
.cid-uF3m10T52C .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3m10T52C .card-title,
.cid-uF3m10T52C .card-box {
  color: #a5907b;
}
.cid-uJ6y0JMBV2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uJ6y0JMBV2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ6y0JMBV2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uJ6y0JMBV2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJ6y0JMBV2 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uJ6y0JMBV2 a {
  font-weight: 600;
}
.cid-uJ6y0JMBV2 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uJ6y0JMBV2 .col-lg-3,
  .cid-uJ6y0JMBV2 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uJ6y0JMBV2 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uJ6y0JMBV2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uJ6y0JMBV2 h5 {
  margin: 0;
}
.cid-uJ6y0JMBV2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ6y0JMBV2 .iconfont-wrapper {
  position: relative;
}
.cid-uJ6y0JMBV2 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uJ6y0JMBV2 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uJ6y0JMBV2 .sociconfont-wrapper {
  display: flex;
}
.cid-uJ6y0JMBV2 .card-title,
.cid-uJ6y0JMBV2 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uJ6y0JMBV2 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uJ6y0JMBV2 .mbr-section-title {
  color: #000000;
}
.cid-uJ6y0JMBV2 .main-title,
.cid-uJ6y0JMBV2 .iconfont-wrapper {
  text-align: left;
}
.cid-uEZcFTcqLL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZjnhKAjF {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZjnhKAjF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZjnhKAjF .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZjnhKAjF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZjnhKAjF .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZjnhKAjF .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZjnhKAjF .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZjnhKAjF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZjnhKAjF .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZjnhKAjF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZjnhKAjF .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZjnhKAjF .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZjnhKAjF .mbr-section-title {
  color: #ffffff;
}
.cid-uEZjnhKAjF .mbr-text,
.cid-uEZjnhKAjF .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZjnhKAjF .mbr-section-title,
.cid-uEZjnhKAjF .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3mvSYJgt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3mvSYJgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3mvSYJgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3mvSYJgt .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3mvSYJgt .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3mvSYJgt .container {
    max-width: 1400px;
  }
}
.cid-uF3mvSYJgt .card {
  margin: auto;
}
.cid-uF3mvSYJgt .card-title,
.cid-uF3mvSYJgt .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3mvSYJgt .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3mvSYJgt .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3mvSYJgt .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3mvSYJgt .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3mvSYJgt .card-wrapper:hover .card-title,
.cid-uF3mvSYJgt .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3mvSYJgt .card-title,
.cid-uF3mvSYJgt .card-box {
  color: #a5907b;
}
.cid-uOe1Top0un {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe1Top0un .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe1Top0un .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe1Top0un .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe1Top0un .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe1Top0un a {
  font-weight: 600;
}
.cid-uOe1Top0un a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe1Top0un .col-lg-3,
  .cid-uOe1Top0un .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe1Top0un .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe1Top0un .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe1Top0un h5 {
  margin: 0;
}
.cid-uOe1Top0un .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe1Top0un .iconfont-wrapper {
  position: relative;
}
.cid-uOe1Top0un .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe1Top0un .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe1Top0un .sociconfont-wrapper {
  display: flex;
}
.cid-uOe1Top0un .card-title,
.cid-uOe1Top0un .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe1Top0un .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe1Top0un .mbr-section-title {
  color: #000000;
}
.cid-uOe1Top0un .main-title,
.cid-uOe1Top0un .iconfont-wrapper {
  text-align: left;
}
.cid-uEZjnjxJhO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZjYG2AmO {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZjYG2AmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZjYG2AmO .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZjYG2AmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZjYG2AmO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZjYG2AmO .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZjYG2AmO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZjYG2AmO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZjYG2AmO .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZjYG2AmO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZjYG2AmO .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZjYG2AmO .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZjYG2AmO .mbr-section-title {
  color: #ffffff;
}
.cid-uEZjYG2AmO .mbr-text,
.cid-uEZjYG2AmO .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZjYG2AmO .mbr-section-title,
.cid-uEZjYG2AmO .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3mLcDqsN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3mLcDqsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3mLcDqsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3mLcDqsN .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3mLcDqsN .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3mLcDqsN .container {
    max-width: 1400px;
  }
}
.cid-uF3mLcDqsN .card {
  margin: auto;
}
.cid-uF3mLcDqsN .card-title,
.cid-uF3mLcDqsN .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3mLcDqsN .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3mLcDqsN .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3mLcDqsN .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3mLcDqsN .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3mLcDqsN .card-wrapper:hover .card-title,
.cid-uF3mLcDqsN .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3mLcDqsN .card-title,
.cid-uF3mLcDqsN .card-box {
  color: #a5907b;
}
.cid-uOe1Y842WI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe1Y842WI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe1Y842WI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe1Y842WI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe1Y842WI .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe1Y842WI a {
  font-weight: 600;
}
.cid-uOe1Y842WI a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe1Y842WI .col-lg-3,
  .cid-uOe1Y842WI .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe1Y842WI .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe1Y842WI .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe1Y842WI h5 {
  margin: 0;
}
.cid-uOe1Y842WI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe1Y842WI .iconfont-wrapper {
  position: relative;
}
.cid-uOe1Y842WI .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe1Y842WI .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe1Y842WI .sociconfont-wrapper {
  display: flex;
}
.cid-uOe1Y842WI .card-title,
.cid-uOe1Y842WI .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe1Y842WI .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe1Y842WI .mbr-section-title {
  color: #000000;
}
.cid-uOe1Y842WI .main-title,
.cid-uOe1Y842WI .iconfont-wrapper {
  text-align: left;
}
.cid-uEZjYHGNeh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZMqZFde3 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZMqZFde3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZMqZFde3 .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZMqZFde3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZMqZFde3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZMqZFde3 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZMqZFde3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZMqZFde3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZMqZFde3 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZMqZFde3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZMqZFde3 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZMqZFde3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZMqZFde3 .mbr-section-title {
  color: #ffffff;
}
.cid-uEZMqZFde3 .mbr-text,
.cid-uEZMqZFde3 .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZMqZFde3 .mbr-section-title,
.cid-uEZMqZFde3 .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3n0CMmuN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3n0CMmuN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3n0CMmuN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3n0CMmuN .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3n0CMmuN .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3n0CMmuN .container {
    max-width: 1400px;
  }
}
.cid-uF3n0CMmuN .card {
  margin: auto;
}
.cid-uF3n0CMmuN .card-title,
.cid-uF3n0CMmuN .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3n0CMmuN .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3n0CMmuN .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3n0CMmuN .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3n0CMmuN .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3n0CMmuN .card-wrapper:hover .card-title,
.cid-uF3n0CMmuN .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3n0CMmuN .card-title,
.cid-uF3n0CMmuN .card-box {
  color: #a5907b;
}
.cid-uOe22gAn65 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe22gAn65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe22gAn65 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe22gAn65 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe22gAn65 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe22gAn65 a {
  font-weight: 600;
}
.cid-uOe22gAn65 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe22gAn65 .col-lg-3,
  .cid-uOe22gAn65 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe22gAn65 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe22gAn65 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe22gAn65 h5 {
  margin: 0;
}
.cid-uOe22gAn65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe22gAn65 .iconfont-wrapper {
  position: relative;
}
.cid-uOe22gAn65 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe22gAn65 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe22gAn65 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe22gAn65 .card-title,
.cid-uOe22gAn65 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe22gAn65 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe22gAn65 .mbr-section-title {
  color: #000000;
}
.cid-uOe22gAn65 .main-title,
.cid-uOe22gAn65 .iconfont-wrapper {
  text-align: left;
}
.cid-uEZMr4lYmR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZMUQOY7C {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZMUQOY7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZMUQOY7C .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZMUQOY7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZMUQOY7C .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZMUQOY7C .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZMUQOY7C .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZMUQOY7C .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZMUQOY7C .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZMUQOY7C .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZMUQOY7C .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZMUQOY7C .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZMUQOY7C .mbr-section-title {
  color: #ffffff;
}
.cid-uEZMUQOY7C .mbr-text,
.cid-uEZMUQOY7C .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZMUQOY7C .mbr-section-title,
.cid-uEZMUQOY7C .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3nd5habD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3nd5habD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3nd5habD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3nd5habD .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3nd5habD .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3nd5habD .container {
    max-width: 1400px;
  }
}
.cid-uF3nd5habD .card {
  margin: auto;
}
.cid-uF3nd5habD .card-title,
.cid-uF3nd5habD .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3nd5habD .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3nd5habD .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3nd5habD .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3nd5habD .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3nd5habD .card-wrapper:hover .card-title,
.cid-uF3nd5habD .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3nd5habD .card-title,
.cid-uF3nd5habD .card-box {
  color: #a5907b;
}
.cid-uOe27lBT6A {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe27lBT6A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe27lBT6A .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe27lBT6A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe27lBT6A .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe27lBT6A a {
  font-weight: 600;
}
.cid-uOe27lBT6A a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe27lBT6A .col-lg-3,
  .cid-uOe27lBT6A .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe27lBT6A .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe27lBT6A .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe27lBT6A h5 {
  margin: 0;
}
.cid-uOe27lBT6A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe27lBT6A .iconfont-wrapper {
  position: relative;
}
.cid-uOe27lBT6A .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe27lBT6A .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe27lBT6A .sociconfont-wrapper {
  display: flex;
}
.cid-uOe27lBT6A .card-title,
.cid-uOe27lBT6A .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe27lBT6A .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe27lBT6A .mbr-section-title {
  color: #000000;
}
.cid-uOe27lBT6A .main-title,
.cid-uOe27lBT6A .iconfont-wrapper {
  text-align: left;
}
.cid-uEZMUUsbDJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZNnYl8j3 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZNnYl8j3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZNnYl8j3 .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZNnYl8j3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZNnYl8j3 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZNnYl8j3 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZNnYl8j3 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZNnYl8j3 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZNnYl8j3 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZNnYl8j3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZNnYl8j3 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZNnYl8j3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZNnYl8j3 .mbr-section-title {
  color: #ffffff;
}
.cid-uEZNnYl8j3 .mbr-text,
.cid-uEZNnYl8j3 .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZNnYl8j3 .mbr-section-title,
.cid-uEZNnYl8j3 .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3nkSufgK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3nkSufgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3nkSufgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3nkSufgK .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3nkSufgK .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3nkSufgK .container {
    max-width: 1400px;
  }
}
.cid-uF3nkSufgK .card {
  margin: auto;
}
.cid-uF3nkSufgK .card-title,
.cid-uF3nkSufgK .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3nkSufgK .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3nkSufgK .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3nkSufgK .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3nkSufgK .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3nkSufgK .card-wrapper:hover .card-title,
.cid-uF3nkSufgK .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3nkSufgK .card-title,
.cid-uF3nkSufgK .card-box {
  color: #a5907b;
}
.cid-uOe2by3Oj6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2by3Oj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2by3Oj6 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2by3Oj6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2by3Oj6 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2by3Oj6 a {
  font-weight: 600;
}
.cid-uOe2by3Oj6 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2by3Oj6 .col-lg-3,
  .cid-uOe2by3Oj6 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2by3Oj6 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2by3Oj6 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2by3Oj6 h5 {
  margin: 0;
}
.cid-uOe2by3Oj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2by3Oj6 .iconfont-wrapper {
  position: relative;
}
.cid-uOe2by3Oj6 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2by3Oj6 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2by3Oj6 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2by3Oj6 .card-title,
.cid-uOe2by3Oj6 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2by3Oj6 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2by3Oj6 .mbr-section-title {
  color: #000000;
}
.cid-uOe2by3Oj6 .main-title,
.cid-uOe2by3Oj6 .iconfont-wrapper {
  text-align: left;
}
.cid-uEZNo22bpN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZWceytVY {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZWceytVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZWceytVY .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZWceytVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZWceytVY .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZWceytVY .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZWceytVY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZWceytVY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZWceytVY .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZWceytVY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZWceytVY .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZWceytVY .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZWceytVY .mbr-section-title {
  color: #ffffff;
}
.cid-uEZWceytVY .mbr-text,
.cid-uEZWceytVY .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZWceytVY .mbr-section-title,
.cid-uEZWceytVY .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3nubo3PZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3nubo3PZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3nubo3PZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3nubo3PZ .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3nubo3PZ .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3nubo3PZ .container {
    max-width: 1400px;
  }
}
.cid-uF3nubo3PZ .card {
  margin: auto;
}
.cid-uF3nubo3PZ .card-title,
.cid-uF3nubo3PZ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3nubo3PZ .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3nubo3PZ .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3nubo3PZ .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3nubo3PZ .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3nubo3PZ .card-wrapper:hover .card-title,
.cid-uF3nubo3PZ .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3nubo3PZ .card-title,
.cid-uF3nubo3PZ .card-box {
  color: #a5907b;
}
.cid-uOe2iRqlWV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2iRqlWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2iRqlWV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2iRqlWV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2iRqlWV .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2iRqlWV a {
  font-weight: 600;
}
.cid-uOe2iRqlWV a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2iRqlWV .col-lg-3,
  .cid-uOe2iRqlWV .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2iRqlWV .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2iRqlWV .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2iRqlWV h5 {
  margin: 0;
}
.cid-uOe2iRqlWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2iRqlWV .iconfont-wrapper {
  position: relative;
}
.cid-uOe2iRqlWV .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2iRqlWV .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2iRqlWV .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2iRqlWV .card-title,
.cid-uOe2iRqlWV .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2iRqlWV .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2iRqlWV .mbr-section-title {
  color: #000000;
}
.cid-uOe2iRqlWV .main-title,
.cid-uOe2iRqlWV .iconfont-wrapper {
  text-align: left;
}
.cid-uEZWcirXx4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZWoDOAPL {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZWoDOAPL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZWoDOAPL .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZWoDOAPL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZWoDOAPL .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZWoDOAPL .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZWoDOAPL .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZWoDOAPL .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZWoDOAPL .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZWoDOAPL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZWoDOAPL .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZWoDOAPL .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZWoDOAPL .mbr-section-title {
  color: #ffffff;
}
.cid-uEZWoDOAPL .mbr-text,
.cid-uEZWoDOAPL .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZWoDOAPL .mbr-section-title,
.cid-uEZWoDOAPL .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3od6HLx2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3od6HLx2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3od6HLx2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3od6HLx2 .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3od6HLx2 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3od6HLx2 .container {
    max-width: 1400px;
  }
}
.cid-uF3od6HLx2 .card {
  margin: auto;
}
.cid-uF3od6HLx2 .card-title,
.cid-uF3od6HLx2 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3od6HLx2 .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3od6HLx2 .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3od6HLx2 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3od6HLx2 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3od6HLx2 .card-wrapper:hover .card-title,
.cid-uF3od6HLx2 .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3od6HLx2 .card-title,
.cid-uF3od6HLx2 .card-box {
  color: #a5907b;
}
.cid-uOe2uQQrHs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2uQQrHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2uQQrHs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2uQQrHs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2uQQrHs .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2uQQrHs a {
  font-weight: 600;
}
.cid-uOe2uQQrHs a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2uQQrHs .col-lg-3,
  .cid-uOe2uQQrHs .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2uQQrHs .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2uQQrHs .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2uQQrHs h5 {
  margin: 0;
}
.cid-uOe2uQQrHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2uQQrHs .iconfont-wrapper {
  position: relative;
}
.cid-uOe2uQQrHs .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2uQQrHs .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2uQQrHs .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2uQQrHs .card-title,
.cid-uOe2uQQrHs .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2uQQrHs .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2uQQrHs .mbr-section-title {
  color: #000000;
}
.cid-uOe2uQQrHs .main-title,
.cid-uOe2uQQrHs .iconfont-wrapper {
  text-align: left;
}
.cid-uEZWoGzEsw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZWwqK3ZT {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZWwqK3ZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZWwqK3ZT .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZWwqK3ZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZWwqK3ZT .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZWwqK3ZT .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZWwqK3ZT .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZWwqK3ZT .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZWwqK3ZT .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZWwqK3ZT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZWwqK3ZT .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZWwqK3ZT .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZWwqK3ZT .mbr-section-title {
  color: #ffffff;
}
.cid-uEZWwqK3ZT .mbr-text,
.cid-uEZWwqK3ZT .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZWwqK3ZT .mbr-section-title,
.cid-uEZWwqK3ZT .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3qeFxtus {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3qeFxtus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3qeFxtus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3qeFxtus .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3qeFxtus .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3qeFxtus .container {
    max-width: 1400px;
  }
}
.cid-uF3qeFxtus .card {
  margin: auto;
}
.cid-uF3qeFxtus .card-title,
.cid-uF3qeFxtus .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3qeFxtus .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3qeFxtus .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3qeFxtus .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3qeFxtus .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3qeFxtus .card-wrapper:hover .card-title,
.cid-uF3qeFxtus .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3qeFxtus .card-title,
.cid-uF3qeFxtus .card-box {
  color: #a5907b;
}
.cid-uOe2DuXriM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2DuXriM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2DuXriM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2DuXriM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2DuXriM .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2DuXriM a {
  font-weight: 600;
}
.cid-uOe2DuXriM a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2DuXriM .col-lg-3,
  .cid-uOe2DuXriM .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2DuXriM .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2DuXriM .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2DuXriM h5 {
  margin: 0;
}
.cid-uOe2DuXriM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2DuXriM .iconfont-wrapper {
  position: relative;
}
.cid-uOe2DuXriM .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2DuXriM .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2DuXriM .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2DuXriM .card-title,
.cid-uOe2DuXriM .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2DuXriM .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2DuXriM .mbr-section-title {
  color: #000000;
}
.cid-uOe2DuXriM .main-title,
.cid-uOe2DuXriM .iconfont-wrapper {
  text-align: left;
}
.cid-uEZWwu0IJN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZX0oB20s {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZX0oB20s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZX0oB20s .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZX0oB20s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZX0oB20s .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZX0oB20s .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZX0oB20s .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZX0oB20s .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZX0oB20s .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZX0oB20s .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZX0oB20s .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZX0oB20s .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZX0oB20s .mbr-section-title {
  color: #ffffff;
}
.cid-uEZX0oB20s .mbr-text,
.cid-uEZX0oB20s .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZX0oB20s .mbr-section-title,
.cid-uEZX0oB20s .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3v2Bjkmf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3v2Bjkmf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3v2Bjkmf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3v2Bjkmf .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3v2Bjkmf .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3v2Bjkmf .container {
    max-width: 1400px;
  }
}
.cid-uF3v2Bjkmf .card {
  margin: auto;
}
.cid-uF3v2Bjkmf .card-title,
.cid-uF3v2Bjkmf .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3v2Bjkmf .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3v2Bjkmf .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3v2Bjkmf .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3v2Bjkmf .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3v2Bjkmf .card-wrapper:hover .card-title,
.cid-uF3v2Bjkmf .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3v2Bjkmf .card-title,
.cid-uF3v2Bjkmf .card-box {
  color: #a5907b;
}
.cid-uOe2Nn8GzL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2Nn8GzL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2Nn8GzL .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2Nn8GzL .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2Nn8GzL .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2Nn8GzL a {
  font-weight: 600;
}
.cid-uOe2Nn8GzL a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2Nn8GzL .col-lg-3,
  .cid-uOe2Nn8GzL .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2Nn8GzL .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2Nn8GzL .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2Nn8GzL h5 {
  margin: 0;
}
.cid-uOe2Nn8GzL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2Nn8GzL .iconfont-wrapper {
  position: relative;
}
.cid-uOe2Nn8GzL .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2Nn8GzL .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2Nn8GzL .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2Nn8GzL .card-title,
.cid-uOe2Nn8GzL .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2Nn8GzL .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2Nn8GzL .mbr-section-title {
  color: #000000;
}
.cid-uOe2Nn8GzL .main-title,
.cid-uOe2Nn8GzL .iconfont-wrapper {
  text-align: left;
}
.cid-uEZX0r3zM9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFf5vx9lrc {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uFf5vx9lrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFf5vx9lrc .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uFf5vx9lrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFf5vx9lrc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFf5vx9lrc .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFf5vx9lrc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFf5vx9lrc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFf5vx9lrc .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uFf5vx9lrc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFf5vx9lrc .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFf5vx9lrc .image-wrapper img {
    height: 350px;
  }
}
.cid-uFf5vx9lrc .mbr-section-title {
  color: #ffffff;
}
.cid-uFf5vx9lrc .mbr-text,
.cid-uFf5vx9lrc .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uFf5vx9lrc .mbr-section-title,
.cid-uFf5vx9lrc .mbr-section-btn {
  color: #5c4623;
}
.cid-uF3AxC9dE3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3AxC9dE3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3AxC9dE3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3AxC9dE3 .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3AxC9dE3 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3AxC9dE3 .container {
    max-width: 1400px;
  }
}
.cid-uF3AxC9dE3 .card {
  margin: auto;
}
.cid-uF3AxC9dE3 .card-title,
.cid-uF3AxC9dE3 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3AxC9dE3 .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3AxC9dE3 .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3AxC9dE3 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3AxC9dE3 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3AxC9dE3 .card-wrapper:hover .card-title,
.cid-uF3AxC9dE3 .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3AxC9dE3 .card-title,
.cid-uF3AxC9dE3 .card-box {
  color: #a5907b;
}
.cid-uOe2VU2qO2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2VU2qO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2VU2qO2 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2VU2qO2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2VU2qO2 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2VU2qO2 a {
  font-weight: 600;
}
.cid-uOe2VU2qO2 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2VU2qO2 .col-lg-3,
  .cid-uOe2VU2qO2 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2VU2qO2 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2VU2qO2 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2VU2qO2 h5 {
  margin: 0;
}
.cid-uOe2VU2qO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2VU2qO2 .iconfont-wrapper {
  position: relative;
}
.cid-uOe2VU2qO2 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2VU2qO2 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2VU2qO2 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2VU2qO2 .card-title,
.cid-uOe2VU2qO2 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2VU2qO2 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2VU2qO2 .mbr-section-title {
  color: #000000;
}
.cid-uOe2VU2qO2 .main-title,
.cid-uOe2VU2qO2 .iconfont-wrapper {
  text-align: left;
}
.cid-uEZX5DnfuP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uEZXcCwbNH {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uEZXcCwbNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEZXcCwbNH .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uEZXcCwbNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEZXcCwbNH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uEZXcCwbNH .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uEZXcCwbNH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uEZXcCwbNH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uEZXcCwbNH .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uEZXcCwbNH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uEZXcCwbNH .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uEZXcCwbNH .image-wrapper img {
    height: 350px;
  }
}
.cid-uEZXcCwbNH .mbr-section-title {
  color: #ffffff;
}
.cid-uEZXcCwbNH .mbr-text,
.cid-uEZXcCwbNH .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uEZXcCwbNH .mbr-section-title,
.cid-uEZXcCwbNH .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe33ZcRIQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe33ZcRIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe33ZcRIQ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe33ZcRIQ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe33ZcRIQ .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe33ZcRIQ a {
  font-weight: 600;
}
.cid-uOe33ZcRIQ a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe33ZcRIQ .col-lg-3,
  .cid-uOe33ZcRIQ .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe33ZcRIQ .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe33ZcRIQ .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe33ZcRIQ h5 {
  margin: 0;
}
.cid-uOe33ZcRIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe33ZcRIQ .iconfont-wrapper {
  position: relative;
}
.cid-uOe33ZcRIQ .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe33ZcRIQ .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe33ZcRIQ .sociconfont-wrapper {
  display: flex;
}
.cid-uOe33ZcRIQ .card-title,
.cid-uOe33ZcRIQ .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe33ZcRIQ .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe33ZcRIQ .mbr-section-title {
  color: #000000;
}
.cid-uOe33ZcRIQ .main-title,
.cid-uOe33ZcRIQ .iconfont-wrapper {
  text-align: left;
}
.cid-uEZXcEYB2T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF2PruKzR1 {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF2PruKzR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2PruKzR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF2PruKzR1 .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uF2PruKzR1 img {
  border-radius: 0px !important;
}
.cid-uF2PruKzR1 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF2PruKzR1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF2PruKzR1 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF2PruKzR1 .items-wrapper {
  margin: 0 -12px;
}
.cid-uF2PruKzR1 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF2PruKzR1 .item {
    margin-bottom: 16px;
  }
}
.cid-uF2PruKzR1 .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uF2PruKzR1 .item .item-wrapper {
    height: 350px;
  }
}
.cid-uF2PruKzR1 .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uF2PruKzR1 .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uF2PruKzR1 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF2PruKzR1 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF2PruKzR1 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF2PruKzR1 .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uF2PruKzR1 .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uF2PruKzR1 .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uF2PruKzR1 .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uF2PruKzR1 .item-tag {
  color: #ffffff;
}
.cid-uF2PruKzR1 .item-name {
  color: #ffffff;
}
.cid-uF2PruKzR1 .mbr-section-title,
.cid-uF2PruKzR1 .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uF3ht1a891 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3ht1a891 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3ht1a891 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3ht1a891 .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3ht1a891 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3ht1a891 .container {
    max-width: 1400px;
  }
}
.cid-uF3ht1a891 .card {
  margin: auto;
}
.cid-uF3ht1a891 .card-title,
.cid-uF3ht1a891 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3ht1a891 .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3ht1a891 .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3ht1a891 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3ht1a891 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3ht1a891 .card-wrapper:hover .card-title,
.cid-uF3ht1a891 .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3ht1a891 .card-title,
.cid-uF3ht1a891 .card-box {
  color: #a5907b;
}
.cid-uOe2oXJhBg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2oXJhBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2oXJhBg .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2oXJhBg .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2oXJhBg .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2oXJhBg a {
  font-weight: 600;
}
.cid-uOe2oXJhBg a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2oXJhBg .col-lg-3,
  .cid-uOe2oXJhBg .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2oXJhBg .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2oXJhBg .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2oXJhBg h5 {
  margin: 0;
}
.cid-uOe2oXJhBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2oXJhBg .iconfont-wrapper {
  position: relative;
}
.cid-uOe2oXJhBg .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2oXJhBg .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2oXJhBg .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2oXJhBg .card-title,
.cid-uOe2oXJhBg .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2oXJhBg .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2oXJhBg .mbr-section-title {
  color: #000000;
}
.cid-uOe2oXJhBg .main-title,
.cid-uOe2oXJhBg .iconfont-wrapper {
  text-align: left;
}
.cid-uF2n7hfeJ5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF3qAV4l5Z {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF3qAV4l5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3qAV4l5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3qAV4l5Z .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uF3qAV4l5Z img {
  border-radius: 0px !important;
}
.cid-uF3qAV4l5Z .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF3qAV4l5Z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF3qAV4l5Z .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF3qAV4l5Z .items-wrapper {
  margin: 0 -12px;
}
.cid-uF3qAV4l5Z .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF3qAV4l5Z .item {
    margin-bottom: 16px;
  }
}
.cid-uF3qAV4l5Z .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uF3qAV4l5Z .item .item-wrapper {
    height: 350px;
  }
}
.cid-uF3qAV4l5Z .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uF3qAV4l5Z .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uF3qAV4l5Z .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF3qAV4l5Z .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF3qAV4l5Z .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF3qAV4l5Z .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uF3qAV4l5Z .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uF3qAV4l5Z .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uF3qAV4l5Z .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uF3qAV4l5Z .item-tag {
  color: #ffffff;
}
.cid-uF3qAV4l5Z .item-name {
  color: #ffffff;
}
.cid-uF3qAV4l5Z .mbr-section-title,
.cid-uF3qAV4l5Z .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uF3om0mE5Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3om0mE5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3om0mE5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3om0mE5Y .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3om0mE5Y .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3om0mE5Y .container {
    max-width: 1400px;
  }
}
.cid-uF3om0mE5Y .card {
  margin: auto;
}
.cid-uF3om0mE5Y .card-title,
.cid-uF3om0mE5Y .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3om0mE5Y .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3om0mE5Y .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3om0mE5Y .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3om0mE5Y .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3om0mE5Y .card-wrapper:hover .card-title,
.cid-uF3om0mE5Y .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3om0mE5Y .card-title,
.cid-uF3om0mE5Y .card-box {
  color: #a5907b;
}
.cid-uOe2zdifUG {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2zdifUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2zdifUG .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2zdifUG .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2zdifUG .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2zdifUG a {
  font-weight: 600;
}
.cid-uOe2zdifUG a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2zdifUG .col-lg-3,
  .cid-uOe2zdifUG .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2zdifUG .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2zdifUG .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2zdifUG h5 {
  margin: 0;
}
.cid-uOe2zdifUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2zdifUG .iconfont-wrapper {
  position: relative;
}
.cid-uOe2zdifUG .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2zdifUG .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2zdifUG .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2zdifUG .card-title,
.cid-uOe2zdifUG .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2zdifUG .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2zdifUG .mbr-section-title {
  color: #000000;
}
.cid-uOe2zdifUG .main-title,
.cid-uOe2zdifUG .iconfont-wrapper {
  text-align: left;
}
.cid-uF2JvLDXcx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF3rPrT12B {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF3rPrT12B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rPrT12B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rPrT12B .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uF3rPrT12B img {
  border-radius: 0px !important;
}
.cid-uF3rPrT12B .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF3rPrT12B .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF3rPrT12B .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF3rPrT12B .items-wrapper {
  margin: 0 -12px;
}
.cid-uF3rPrT12B .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF3rPrT12B .item {
    margin-bottom: 16px;
  }
}
.cid-uF3rPrT12B .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uF3rPrT12B .item .item-wrapper {
    height: 350px;
  }
}
.cid-uF3rPrT12B .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uF3rPrT12B .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uF3rPrT12B .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF3rPrT12B .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF3rPrT12B .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF3rPrT12B .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uF3rPrT12B .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uF3rPrT12B .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uF3rPrT12B .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uF3rPrT12B .item-tag {
  color: #ffffff;
}
.cid-uF3rPrT12B .item-name {
  color: #ffffff;
}
.cid-uF3rPrT12B .mbr-section-title,
.cid-uF3rPrT12B .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uF3rPsN05W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3rPsN05W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rPsN05W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rPsN05W .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3rPsN05W .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3rPsN05W .container {
    max-width: 1400px;
  }
}
.cid-uF3rPsN05W .card {
  margin: auto;
}
.cid-uF3rPsN05W .card-title,
.cid-uF3rPsN05W .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3rPsN05W .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3rPsN05W .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3rPsN05W .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3rPsN05W .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3rPsN05W .card-wrapper:hover .card-title,
.cid-uF3rPsN05W .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3rPsN05W .card-title,
.cid-uF3rPsN05W .card-box {
  color: #a5907b;
}
.cid-uOe2GRmmsp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2GRmmsp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2GRmmsp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2GRmmsp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2GRmmsp .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2GRmmsp a {
  font-weight: 600;
}
.cid-uOe2GRmmsp a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2GRmmsp .col-lg-3,
  .cid-uOe2GRmmsp .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2GRmmsp .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2GRmmsp .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2GRmmsp h5 {
  margin: 0;
}
.cid-uOe2GRmmsp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2GRmmsp .iconfont-wrapper {
  position: relative;
}
.cid-uOe2GRmmsp .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2GRmmsp .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2GRmmsp .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2GRmmsp .card-title,
.cid-uOe2GRmmsp .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2GRmmsp .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2GRmmsp .mbr-section-title {
  color: #000000;
}
.cid-uOe2GRmmsp .main-title,
.cid-uOe2GRmmsp .iconfont-wrapper {
  text-align: left;
}
.cid-uF3rPtRAI2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF3rRv6PJ6 {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF3rRv6PJ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rRv6PJ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rRv6PJ6 .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uF3rRv6PJ6 img {
  border-radius: 3px !important;
}
.cid-uF3rRv6PJ6 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF3rRv6PJ6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF3rRv6PJ6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF3rRv6PJ6 .items-wrapper {
  margin: 0 -12px;
}
.cid-uF3rRv6PJ6 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF3rRv6PJ6 .item {
    margin-bottom: 16px;
  }
}
.cid-uF3rRv6PJ6 .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uF3rRv6PJ6 .item .item-wrapper {
    height: 350px;
  }
}
.cid-uF3rRv6PJ6 .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uF3rRv6PJ6 .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uF3rRv6PJ6 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF3rRv6PJ6 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF3rRv6PJ6 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF3rRv6PJ6 .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uF3rRv6PJ6 .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uF3rRv6PJ6 .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uF3rRv6PJ6 .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uF3rRv6PJ6 .item-tag {
  color: #ffffff;
}
.cid-uF3rRv6PJ6 .item-name {
  color: #ffffff;
}
.cid-uF3rRv6PJ6 .mbr-section-title,
.cid-uF3rRv6PJ6 .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uF3rRvCcxS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3rRvCcxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rRvCcxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rRvCcxS .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3rRvCcxS .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3rRvCcxS .container {
    max-width: 1400px;
  }
}
.cid-uF3rRvCcxS .card {
  margin: auto;
}
.cid-uF3rRvCcxS .card-title,
.cid-uF3rRvCcxS .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3rRvCcxS .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3rRvCcxS .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3rRvCcxS .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3rRvCcxS .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3rRvCcxS .card-wrapper:hover .card-title,
.cid-uF3rRvCcxS .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3rRvCcxS .card-title,
.cid-uF3rRvCcxS .card-box {
  color: #a5907b;
}
.cid-uOe2QW1AD7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2QW1AD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2QW1AD7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2QW1AD7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2QW1AD7 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2QW1AD7 a {
  font-weight: 600;
}
.cid-uOe2QW1AD7 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2QW1AD7 .col-lg-3,
  .cid-uOe2QW1AD7 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2QW1AD7 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2QW1AD7 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2QW1AD7 h5 {
  margin: 0;
}
.cid-uOe2QW1AD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2QW1AD7 .iconfont-wrapper {
  position: relative;
}
.cid-uOe2QW1AD7 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2QW1AD7 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2QW1AD7 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2QW1AD7 .card-title,
.cid-uOe2QW1AD7 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2QW1AD7 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2QW1AD7 .mbr-section-title {
  color: #000000;
}
.cid-uOe2QW1AD7 .main-title,
.cid-uOe2QW1AD7 .iconfont-wrapper {
  text-align: left;
}
.cid-uF3rRwy9Tj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF3rT6EFpt {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF3rT6EFpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rT6EFpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rT6EFpt .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uF3rT6EFpt img {
  border-radius: 0px !important;
}
.cid-uF3rT6EFpt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF3rT6EFpt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF3rT6EFpt .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF3rT6EFpt .items-wrapper {
  margin: 0 -12px;
}
.cid-uF3rT6EFpt .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF3rT6EFpt .item {
    margin-bottom: 16px;
  }
}
.cid-uF3rT6EFpt .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uF3rT6EFpt .item .item-wrapper {
    height: 350px;
  }
}
.cid-uF3rT6EFpt .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uF3rT6EFpt .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uF3rT6EFpt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF3rT6EFpt .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF3rT6EFpt .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF3rT6EFpt .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uF3rT6EFpt .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uF3rT6EFpt .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uF3rT6EFpt .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uF3rT6EFpt .item-tag {
  color: #ffffff;
}
.cid-uF3rT6EFpt .item-name {
  color: #ffffff;
}
.cid-uF3rT6EFpt .mbr-section-title,
.cid-uF3rT6EFpt .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uF3rT796Wm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3rT796Wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rT796Wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rT796Wm .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3rT796Wm .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3rT796Wm .container {
    max-width: 1400px;
  }
}
.cid-uF3rT796Wm .card {
  margin: auto;
}
.cid-uF3rT796Wm .card-title,
.cid-uF3rT796Wm .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3rT796Wm .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3rT796Wm .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3rT796Wm .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3rT796Wm .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3rT796Wm .card-wrapper:hover .card-title,
.cid-uF3rT796Wm .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3rT796Wm .card-title,
.cid-uF3rT796Wm .card-box {
  color: #a5907b;
}
.cid-uOe2Z1Rmpe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe2Z1Rmpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe2Z1Rmpe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe2Z1Rmpe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe2Z1Rmpe .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe2Z1Rmpe a {
  font-weight: 600;
}
.cid-uOe2Z1Rmpe a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe2Z1Rmpe .col-lg-3,
  .cid-uOe2Z1Rmpe .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe2Z1Rmpe .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe2Z1Rmpe .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe2Z1Rmpe h5 {
  margin: 0;
}
.cid-uOe2Z1Rmpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe2Z1Rmpe .iconfont-wrapper {
  position: relative;
}
.cid-uOe2Z1Rmpe .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe2Z1Rmpe .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe2Z1Rmpe .sociconfont-wrapper {
  display: flex;
}
.cid-uOe2Z1Rmpe .card-title,
.cid-uOe2Z1Rmpe .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe2Z1Rmpe .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe2Z1Rmpe .mbr-section-title {
  color: #000000;
}
.cid-uOe2Z1Rmpe .main-title,
.cid-uOe2Z1Rmpe .iconfont-wrapper {
  text-align: left;
}
.cid-uF3rT8udjU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uF3rVBEF6e {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uF3rVBEF6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rVBEF6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rVBEF6e .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uF3rVBEF6e img {
  border-radius: 0px !important;
}
.cid-uF3rVBEF6e .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uF3rVBEF6e .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uF3rVBEF6e .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uF3rVBEF6e .items-wrapper {
  margin: 0 -12px;
}
.cid-uF3rVBEF6e .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uF3rVBEF6e .item {
    margin-bottom: 16px;
  }
}
.cid-uF3rVBEF6e .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uF3rVBEF6e .item .item-wrapper {
    height: 350px;
  }
}
.cid-uF3rVBEF6e .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uF3rVBEF6e .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uF3rVBEF6e .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uF3rVBEF6e .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uF3rVBEF6e .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uF3rVBEF6e .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uF3rVBEF6e .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uF3rVBEF6e .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uF3rVBEF6e .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uF3rVBEF6e .item-tag {
  color: #ffffff;
}
.cid-uF3rVBEF6e .item-name {
  color: #ffffff;
}
.cid-uF3rVBEF6e .mbr-section-title,
.cid-uF3rVBEF6e .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uF3rVCpvgr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uF3rVCpvgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF3rVCpvgr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uF3rVCpvgr .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uF3rVCpvgr .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uF3rVCpvgr .container {
    max-width: 1400px;
  }
}
.cid-uF3rVCpvgr .card {
  margin: auto;
}
.cid-uF3rVCpvgr .card-title,
.cid-uF3rVCpvgr .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uF3rVCpvgr .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uF3rVCpvgr .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uF3rVCpvgr .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uF3rVCpvgr .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uF3rVCpvgr .card-wrapper:hover .card-title,
.cid-uF3rVCpvgr .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uF3rVCpvgr .card-title,
.cid-uF3rVCpvgr .card-box {
  color: #a5907b;
}
.cid-uOe36mzDdl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe36mzDdl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe36mzDdl .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe36mzDdl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe36mzDdl .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe36mzDdl a {
  font-weight: 600;
}
.cid-uOe36mzDdl a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe36mzDdl .col-lg-3,
  .cid-uOe36mzDdl .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe36mzDdl .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe36mzDdl .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe36mzDdl h5 {
  margin: 0;
}
.cid-uOe36mzDdl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe36mzDdl .iconfont-wrapper {
  position: relative;
}
.cid-uOe36mzDdl .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe36mzDdl .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe36mzDdl .sociconfont-wrapper {
  display: flex;
}
.cid-uOe36mzDdl .card-title,
.cid-uOe36mzDdl .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe36mzDdl .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe36mzDdl .mbr-section-title {
  color: #000000;
}
.cid-uOe36mzDdl .main-title,
.cid-uOe36mzDdl .iconfont-wrapper {
  text-align: left;
}
.cid-uF3rVF9v6h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDatVDl7r {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIDatVDl7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDatVDl7r .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIDatVDl7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDatVDl7r .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIDatVDl7r .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIDatVDl7r .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIDatVDl7r .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIDatVDl7r .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDatVDl7r .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIDatVDl7r .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDatVDl7r .image-wrapper img {
    height: 350px;
  }
}
.cid-uIDatVDl7r .mbr-section-title {
  color: #ffffff;
}
.cid-uIDatVDl7r .mbr-text,
.cid-uIDatVDl7r .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIDatVDl7r .mbr-section-title,
.cid-uIDatVDl7r .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe39E5xs7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe39E5xs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe39E5xs7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe39E5xs7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe39E5xs7 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe39E5xs7 a {
  font-weight: 600;
}
.cid-uOe39E5xs7 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe39E5xs7 .col-lg-3,
  .cid-uOe39E5xs7 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe39E5xs7 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe39E5xs7 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe39E5xs7 h5 {
  margin: 0;
}
.cid-uOe39E5xs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe39E5xs7 .iconfont-wrapper {
  position: relative;
}
.cid-uOe39E5xs7 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe39E5xs7 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe39E5xs7 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe39E5xs7 .card-title,
.cid-uOe39E5xs7 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe39E5xs7 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe39E5xs7 .mbr-section-title {
  color: #000000;
}
.cid-uOe39E5xs7 .main-title,
.cid-uOe39E5xs7 .iconfont-wrapper {
  text-align: left;
}
.cid-uIDatWrOz1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDaW7BIku {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIDaW7BIku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDaW7BIku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDaW7BIku .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIDaW7BIku img {
  border-radius: 0px !important;
}
.cid-uIDaW7BIku .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIDaW7BIku .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDaW7BIku .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIDaW7BIku .items-wrapper {
  margin: 0 -12px;
}
.cid-uIDaW7BIku .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDaW7BIku .item {
    margin-bottom: 16px;
  }
}
.cid-uIDaW7BIku .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIDaW7BIku .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIDaW7BIku .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIDaW7BIku .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIDaW7BIku .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDaW7BIku .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIDaW7BIku .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIDaW7BIku .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIDaW7BIku .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIDaW7BIku .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIDaW7BIku .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIDaW7BIku .item-tag {
  color: #ffffff;
}
.cid-uIDaW7BIku .item-name {
  color: #ffffff;
}
.cid-uIDaW7BIku .mbr-section-title,
.cid-uIDaW7BIku .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIDaW8hLYW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDaW8hLYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDaW8hLYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDaW8hLYW .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIDaW8hLYW .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIDaW8hLYW .container {
    max-width: 1400px;
  }
}
.cid-uIDaW8hLYW .card {
  margin: auto;
}
.cid-uIDaW8hLYW .card-title,
.cid-uIDaW8hLYW .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIDaW8hLYW .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIDaW8hLYW .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIDaW8hLYW .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIDaW8hLYW .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIDaW8hLYW .card-wrapper:hover .card-title,
.cid-uIDaW8hLYW .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIDaW8hLYW .card-title,
.cid-uIDaW8hLYW .card-box {
  color: #a5907b;
}
.cid-uOe3d4CClT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3d4CClT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3d4CClT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3d4CClT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3d4CClT .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3d4CClT a {
  font-weight: 600;
}
.cid-uOe3d4CClT a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3d4CClT .col-lg-3,
  .cid-uOe3d4CClT .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3d4CClT .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3d4CClT .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3d4CClT h5 {
  margin: 0;
}
.cid-uOe3d4CClT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3d4CClT .iconfont-wrapper {
  position: relative;
}
.cid-uOe3d4CClT .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3d4CClT .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3d4CClT .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3d4CClT .card-title,
.cid-uOe3d4CClT .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3d4CClT .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3d4CClT .mbr-section-title {
  color: #000000;
}
.cid-uOe3d4CClT .main-title,
.cid-uOe3d4CClT .iconfont-wrapper {
  text-align: left;
}
.cid-uIDaW9bVX2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDdMNN7jq {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIDdMNN7jq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDdMNN7jq .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIDdMNN7jq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDdMNN7jq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIDdMNN7jq .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIDdMNN7jq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIDdMNN7jq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIDdMNN7jq .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDdMNN7jq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIDdMNN7jq .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDdMNN7jq .image-wrapper img {
    height: 350px;
  }
}
.cid-uIDdMNN7jq .mbr-section-title {
  color: #ffffff;
}
.cid-uIDdMNN7jq .mbr-text,
.cid-uIDdMNN7jq .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIDdMNN7jq .mbr-section-title,
.cid-uIDdMNN7jq .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe3hkW5EM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3hkW5EM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3hkW5EM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3hkW5EM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3hkW5EM .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3hkW5EM a {
  font-weight: 600;
}
.cid-uOe3hkW5EM a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3hkW5EM .col-lg-3,
  .cid-uOe3hkW5EM .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3hkW5EM .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3hkW5EM .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3hkW5EM h5 {
  margin: 0;
}
.cid-uOe3hkW5EM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3hkW5EM .iconfont-wrapper {
  position: relative;
}
.cid-uOe3hkW5EM .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3hkW5EM .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3hkW5EM .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3hkW5EM .card-title,
.cid-uOe3hkW5EM .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3hkW5EM .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3hkW5EM .mbr-section-title {
  color: #000000;
}
.cid-uOe3hkW5EM .main-title,
.cid-uOe3hkW5EM .iconfont-wrapper {
  text-align: left;
}
.cid-uIDdMP6ojE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDdQvhaBb {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIDdQvhaBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDdQvhaBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDdQvhaBb .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIDdQvhaBb img {
  border-radius: 0px !important;
}
.cid-uIDdQvhaBb .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIDdQvhaBb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDdQvhaBb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIDdQvhaBb .items-wrapper {
  margin: 0 -12px;
}
.cid-uIDdQvhaBb .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDdQvhaBb .item {
    margin-bottom: 16px;
  }
}
.cid-uIDdQvhaBb .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIDdQvhaBb .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIDdQvhaBb .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIDdQvhaBb .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIDdQvhaBb .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDdQvhaBb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIDdQvhaBb .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIDdQvhaBb .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIDdQvhaBb .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIDdQvhaBb .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIDdQvhaBb .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIDdQvhaBb .item-tag {
  color: #ffffff;
}
.cid-uIDdQvhaBb .item-name {
  color: #ffffff;
}
.cid-uIDdQvhaBb .mbr-section-title,
.cid-uIDdQvhaBb .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIDdQvOCxL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDdQvOCxL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDdQvOCxL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDdQvOCxL .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIDdQvOCxL .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIDdQvOCxL .container {
    max-width: 1400px;
  }
}
.cid-uIDdQvOCxL .card {
  margin: auto;
}
.cid-uIDdQvOCxL .card-title,
.cid-uIDdQvOCxL .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIDdQvOCxL .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIDdQvOCxL .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIDdQvOCxL .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIDdQvOCxL .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIDdQvOCxL .card-wrapper:hover .card-title,
.cid-uIDdQvOCxL .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIDdQvOCxL .card-title,
.cid-uIDdQvOCxL .card-box {
  color: #a5907b;
}
.cid-uOe3kl25GS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3kl25GS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3kl25GS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3kl25GS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3kl25GS .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3kl25GS a {
  font-weight: 600;
}
.cid-uOe3kl25GS a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3kl25GS .col-lg-3,
  .cid-uOe3kl25GS .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3kl25GS .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3kl25GS .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3kl25GS h5 {
  margin: 0;
}
.cid-uOe3kl25GS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3kl25GS .iconfont-wrapper {
  position: relative;
}
.cid-uOe3kl25GS .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3kl25GS .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3kl25GS .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3kl25GS .card-title,
.cid-uOe3kl25GS .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3kl25GS .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3kl25GS .mbr-section-title {
  color: #000000;
}
.cid-uOe3kl25GS .main-title,
.cid-uOe3kl25GS .iconfont-wrapper {
  text-align: left;
}
.cid-uIDdQwRwjI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDqrqsqE7 {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIDqrqsqE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDqrqsqE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDqrqsqE7 .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIDqrqsqE7 img {
  border-radius: 0px !important;
}
.cid-uIDqrqsqE7 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIDqrqsqE7 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDqrqsqE7 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIDqrqsqE7 .items-wrapper {
  margin: 0 -12px;
}
.cid-uIDqrqsqE7 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDqrqsqE7 .item {
    margin-bottom: 16px;
  }
}
.cid-uIDqrqsqE7 .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIDqrqsqE7 .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIDqrqsqE7 .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIDqrqsqE7 .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIDqrqsqE7 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDqrqsqE7 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIDqrqsqE7 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIDqrqsqE7 .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIDqrqsqE7 .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIDqrqsqE7 .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIDqrqsqE7 .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIDqrqsqE7 .item-tag {
  color: #ffffff;
}
.cid-uIDqrqsqE7 .item-name {
  color: #ffffff;
}
.cid-uIDqrqsqE7 .mbr-section-title,
.cid-uIDqrqsqE7 .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIDqrr7bRx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDqrr7bRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDqrr7bRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDqrr7bRx .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIDqrr7bRx .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIDqrr7bRx .container {
    max-width: 1400px;
  }
}
.cid-uIDqrr7bRx .card {
  margin: auto;
}
.cid-uIDqrr7bRx .card-title,
.cid-uIDqrr7bRx .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIDqrr7bRx .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIDqrr7bRx .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIDqrr7bRx .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIDqrr7bRx .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIDqrr7bRx .card-wrapper:hover .card-title,
.cid-uIDqrr7bRx .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIDqrr7bRx .card-title,
.cid-uIDqrr7bRx .card-box {
  color: #a5907b;
}
.cid-uOe3ASVyRr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3ASVyRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3ASVyRr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3ASVyRr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3ASVyRr .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3ASVyRr a {
  font-weight: 600;
}
.cid-uOe3ASVyRr a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3ASVyRr .col-lg-3,
  .cid-uOe3ASVyRr .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3ASVyRr .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3ASVyRr .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3ASVyRr h5 {
  margin: 0;
}
.cid-uOe3ASVyRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3ASVyRr .iconfont-wrapper {
  position: relative;
}
.cid-uOe3ASVyRr .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3ASVyRr .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3ASVyRr .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3ASVyRr .card-title,
.cid-uOe3ASVyRr .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3ASVyRr .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3ASVyRr .mbr-section-title {
  color: #000000;
}
.cid-uOe3ASVyRr .main-title,
.cid-uOe3ASVyRr .iconfont-wrapper {
  text-align: left;
}
.cid-uIDqrskYvf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDqlhw45x {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIDqlhw45x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDqlhw45x .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIDqlhw45x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDqlhw45x .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIDqlhw45x .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIDqlhw45x .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIDqlhw45x .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIDqlhw45x .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDqlhw45x .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIDqlhw45x .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDqlhw45x .image-wrapper img {
    height: 350px;
  }
}
.cid-uIDqlhw45x .mbr-section-title {
  color: #ffffff;
}
.cid-uIDqlhw45x .mbr-text,
.cid-uIDqlhw45x .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIDqlhw45x .mbr-section-title,
.cid-uIDqlhw45x .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe3tHUNEU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3tHUNEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3tHUNEU .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3tHUNEU .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3tHUNEU .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3tHUNEU a {
  font-weight: 600;
}
.cid-uOe3tHUNEU a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3tHUNEU .col-lg-3,
  .cid-uOe3tHUNEU .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3tHUNEU .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3tHUNEU .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3tHUNEU h5 {
  margin: 0;
}
.cid-uOe3tHUNEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3tHUNEU .iconfont-wrapper {
  position: relative;
}
.cid-uOe3tHUNEU .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3tHUNEU .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3tHUNEU .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3tHUNEU .card-title,
.cid-uOe3tHUNEU .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3tHUNEU .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3tHUNEU .mbr-section-title {
  color: #000000;
}
.cid-uOe3tHUNEU .main-title,
.cid-uOe3tHUNEU .iconfont-wrapper {
  text-align: left;
}
.cid-uIDqliRhmG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDAkm4LJq {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIDAkm4LJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDAkm4LJq .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIDAkm4LJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDAkm4LJq .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIDAkm4LJq .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIDAkm4LJq .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIDAkm4LJq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIDAkm4LJq .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDAkm4LJq .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIDAkm4LJq .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDAkm4LJq .image-wrapper img {
    height: 350px;
  }
}
.cid-uIDAkm4LJq .mbr-section-title {
  color: #ffffff;
}
.cid-uIDAkm4LJq .mbr-text,
.cid-uIDAkm4LJq .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIDAkm4LJq .mbr-section-title,
.cid-uIDAkm4LJq .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe3CQwanr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3CQwanr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3CQwanr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3CQwanr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3CQwanr .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3CQwanr a {
  font-weight: 600;
}
.cid-uOe3CQwanr a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3CQwanr .col-lg-3,
  .cid-uOe3CQwanr .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3CQwanr .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3CQwanr .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3CQwanr h5 {
  margin: 0;
}
.cid-uOe3CQwanr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3CQwanr .iconfont-wrapper {
  position: relative;
}
.cid-uOe3CQwanr .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3CQwanr .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3CQwanr .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3CQwanr .card-title,
.cid-uOe3CQwanr .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3CQwanr .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3CQwanr .mbr-section-title {
  color: #000000;
}
.cid-uOe3CQwanr .main-title,
.cid-uOe3CQwanr .iconfont-wrapper {
  text-align: left;
}
.cid-uIDAknvqkf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDAhoGF9s {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIDAhoGF9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDAhoGF9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDAhoGF9s .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIDAhoGF9s img {
  border-radius: 0px !important;
}
.cid-uIDAhoGF9s .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIDAhoGF9s .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDAhoGF9s .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIDAhoGF9s .items-wrapper {
  margin: 0 -12px;
}
.cid-uIDAhoGF9s .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDAhoGF9s .item {
    margin-bottom: 16px;
  }
}
.cid-uIDAhoGF9s .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIDAhoGF9s .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIDAhoGF9s .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIDAhoGF9s .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIDAhoGF9s .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDAhoGF9s .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIDAhoGF9s .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIDAhoGF9s .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIDAhoGF9s .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIDAhoGF9s .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIDAhoGF9s .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIDAhoGF9s .item-tag {
  color: #ffffff;
}
.cid-uIDAhoGF9s .item-name {
  color: #ffffff;
}
.cid-uIDAhoGF9s .mbr-section-title,
.cid-uIDAhoGF9s .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIDAhpEaTV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDAhpEaTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDAhpEaTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDAhpEaTV .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIDAhpEaTV .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIDAhpEaTV .container {
    max-width: 1400px;
  }
}
.cid-uIDAhpEaTV .card {
  margin: auto;
}
.cid-uIDAhpEaTV .card-title,
.cid-uIDAhpEaTV .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIDAhpEaTV .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIDAhpEaTV .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIDAhpEaTV .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIDAhpEaTV .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIDAhpEaTV .card-wrapper:hover .card-title,
.cid-uIDAhpEaTV .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIDAhpEaTV .card-title,
.cid-uIDAhpEaTV .card-box {
  color: #a5907b;
}
.cid-uOe3GrClY1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3GrClY1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3GrClY1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3GrClY1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3GrClY1 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3GrClY1 a {
  font-weight: 600;
}
.cid-uOe3GrClY1 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3GrClY1 .col-lg-3,
  .cid-uOe3GrClY1 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3GrClY1 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3GrClY1 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3GrClY1 h5 {
  margin: 0;
}
.cid-uOe3GrClY1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3GrClY1 .iconfont-wrapper {
  position: relative;
}
.cid-uOe3GrClY1 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3GrClY1 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3GrClY1 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3GrClY1 .card-title,
.cid-uOe3GrClY1 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3GrClY1 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3GrClY1 .mbr-section-title {
  color: #000000;
}
.cid-uOe3GrClY1 .main-title,
.cid-uOe3GrClY1 .iconfont-wrapper {
  text-align: left;
}
.cid-uIDAhqRJcp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDFSEhxZU {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIDFSEhxZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDFSEhxZU .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIDFSEhxZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDFSEhxZU .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIDFSEhxZU .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIDFSEhxZU .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIDFSEhxZU .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIDFSEhxZU .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDFSEhxZU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIDFSEhxZU .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDFSEhxZU .image-wrapper img {
    height: 350px;
  }
}
.cid-uIDFSEhxZU .mbr-section-title {
  color: #ffffff;
}
.cid-uIDFSEhxZU .mbr-text,
.cid-uIDFSEhxZU .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIDFSEhxZU .mbr-section-title,
.cid-uIDFSEhxZU .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe3JQ7CXA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3JQ7CXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3JQ7CXA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3JQ7CXA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3JQ7CXA .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3JQ7CXA a {
  font-weight: 600;
}
.cid-uOe3JQ7CXA a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3JQ7CXA .col-lg-3,
  .cid-uOe3JQ7CXA .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3JQ7CXA .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3JQ7CXA .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3JQ7CXA h5 {
  margin: 0;
}
.cid-uOe3JQ7CXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3JQ7CXA .iconfont-wrapper {
  position: relative;
}
.cid-uOe3JQ7CXA .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3JQ7CXA .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3JQ7CXA .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3JQ7CXA .card-title,
.cid-uOe3JQ7CXA .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3JQ7CXA .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3JQ7CXA .mbr-section-title {
  color: #000000;
}
.cid-uOe3JQ7CXA .main-title,
.cid-uOe3JQ7CXA .iconfont-wrapper {
  text-align: left;
}
.cid-uIDFSFfQSh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDFNnG5BW {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIDFNnG5BW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDFNnG5BW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDFNnG5BW .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIDFNnG5BW img {
  border-radius: 0px !important;
}
.cid-uIDFNnG5BW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIDFNnG5BW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDFNnG5BW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIDFNnG5BW .items-wrapper {
  margin: 0 -12px;
}
.cid-uIDFNnG5BW .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDFNnG5BW .item {
    margin-bottom: 16px;
  }
}
.cid-uIDFNnG5BW .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIDFNnG5BW .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIDFNnG5BW .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIDFNnG5BW .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIDFNnG5BW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDFNnG5BW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIDFNnG5BW .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIDFNnG5BW .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIDFNnG5BW .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIDFNnG5BW .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIDFNnG5BW .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIDFNnG5BW .item-tag {
  color: #ffffff;
}
.cid-uIDFNnG5BW .item-name {
  color: #ffffff;
}
.cid-uIDFNnG5BW .mbr-section-title,
.cid-uIDFNnG5BW .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIDFNolB1s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDFNolB1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDFNolB1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDFNolB1s .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIDFNolB1s .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIDFNolB1s .container {
    max-width: 1400px;
  }
}
.cid-uIDFNolB1s .card {
  margin: auto;
}
.cid-uIDFNolB1s .card-title,
.cid-uIDFNolB1s .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIDFNolB1s .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIDFNolB1s .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIDFNolB1s .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIDFNolB1s .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIDFNolB1s .card-wrapper:hover .card-title,
.cid-uIDFNolB1s .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIDFNolB1s .card-title,
.cid-uIDFNolB1s .card-box {
  color: #a5907b;
}
.cid-uOe3NqOuNC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3NqOuNC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3NqOuNC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3NqOuNC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3NqOuNC .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3NqOuNC a {
  font-weight: 600;
}
.cid-uOe3NqOuNC a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3NqOuNC .col-lg-3,
  .cid-uOe3NqOuNC .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3NqOuNC .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3NqOuNC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3NqOuNC h5 {
  margin: 0;
}
.cid-uOe3NqOuNC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3NqOuNC .iconfont-wrapper {
  position: relative;
}
.cid-uOe3NqOuNC .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3NqOuNC .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3NqOuNC .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3NqOuNC .card-title,
.cid-uOe3NqOuNC .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3NqOuNC .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3NqOuNC .mbr-section-title {
  color: #000000;
}
.cid-uOe3NqOuNC .main-title,
.cid-uOe3NqOuNC .iconfont-wrapper {
  text-align: left;
}
.cid-uIDFNpsiEB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDM6Wk7FI {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIDM6Wk7FI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDM6Wk7FI .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIDM6Wk7FI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDM6Wk7FI .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIDM6Wk7FI .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIDM6Wk7FI .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIDM6Wk7FI .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIDM6Wk7FI .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDM6Wk7FI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIDM6Wk7FI .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDM6Wk7FI .image-wrapper img {
    height: 350px;
  }
}
.cid-uIDM6Wk7FI .mbr-section-title {
  color: #ffffff;
}
.cid-uIDM6Wk7FI .mbr-text,
.cid-uIDM6Wk7FI .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIDM6Wk7FI .mbr-section-title,
.cid-uIDM6Wk7FI .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe3QfWtnh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3QfWtnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3QfWtnh .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3QfWtnh .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3QfWtnh .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3QfWtnh a {
  font-weight: 600;
}
.cid-uOe3QfWtnh a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3QfWtnh .col-lg-3,
  .cid-uOe3QfWtnh .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3QfWtnh .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3QfWtnh .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3QfWtnh h5 {
  margin: 0;
}
.cid-uOe3QfWtnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3QfWtnh .iconfont-wrapper {
  position: relative;
}
.cid-uOe3QfWtnh .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3QfWtnh .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3QfWtnh .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3QfWtnh .card-title,
.cid-uOe3QfWtnh .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3QfWtnh .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3QfWtnh .mbr-section-title {
  color: #000000;
}
.cid-uOe3QfWtnh .main-title,
.cid-uOe3QfWtnh .iconfont-wrapper {
  text-align: left;
}
.cid-uIDM6YjUGM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDMlXvsJO {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIDMlXvsJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDMlXvsJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDMlXvsJO .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIDMlXvsJO img {
  border-radius: 0px !important;
}
.cid-uIDMlXvsJO .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIDMlXvsJO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDMlXvsJO .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIDMlXvsJO .items-wrapper {
  margin: 0 -12px;
}
.cid-uIDMlXvsJO .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDMlXvsJO .item {
    margin-bottom: 16px;
  }
}
.cid-uIDMlXvsJO .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIDMlXvsJO .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIDMlXvsJO .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIDMlXvsJO .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIDMlXvsJO .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDMlXvsJO .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIDMlXvsJO .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIDMlXvsJO .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIDMlXvsJO .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIDMlXvsJO .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIDMlXvsJO .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIDMlXvsJO .item-tag {
  color: #ffffff;
}
.cid-uIDMlXvsJO .item-name {
  color: #ffffff;
}
.cid-uIDMlXvsJO .mbr-section-title,
.cid-uIDMlXvsJO .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIDMlY7Hrq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDMlY7Hrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDMlY7Hrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDMlY7Hrq .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIDMlY7Hrq .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIDMlY7Hrq .container {
    max-width: 1400px;
  }
}
.cid-uIDMlY7Hrq .card {
  margin: auto;
}
.cid-uIDMlY7Hrq .card-title,
.cid-uIDMlY7Hrq .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIDMlY7Hrq .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIDMlY7Hrq .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIDMlY7Hrq .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIDMlY7Hrq .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIDMlY7Hrq .card-wrapper:hover .card-title,
.cid-uIDMlY7Hrq .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIDMlY7Hrq .card-title,
.cid-uIDMlY7Hrq .card-box {
  color: #a5907b;
}
.cid-uOe3TrZGNo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe3TrZGNo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe3TrZGNo .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe3TrZGNo .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe3TrZGNo .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe3TrZGNo a {
  font-weight: 600;
}
.cid-uOe3TrZGNo a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe3TrZGNo .col-lg-3,
  .cid-uOe3TrZGNo .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe3TrZGNo .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe3TrZGNo .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe3TrZGNo h5 {
  margin: 0;
}
.cid-uOe3TrZGNo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe3TrZGNo .iconfont-wrapper {
  position: relative;
}
.cid-uOe3TrZGNo .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe3TrZGNo .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe3TrZGNo .sociconfont-wrapper {
  display: flex;
}
.cid-uOe3TrZGNo .card-title,
.cid-uOe3TrZGNo .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe3TrZGNo .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe3TrZGNo .mbr-section-title {
  color: #000000;
}
.cid-uOe3TrZGNo .main-title,
.cid-uOe3TrZGNo .iconfont-wrapper {
  text-align: left;
}
.cid-uIDMlZbcvS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDUNik9wJ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIDUNik9wJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDUNik9wJ .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIDUNik9wJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDUNik9wJ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIDUNik9wJ .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIDUNik9wJ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIDUNik9wJ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIDUNik9wJ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDUNik9wJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIDUNik9wJ .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDUNik9wJ .image-wrapper img {
    height: 350px;
  }
}
.cid-uIDUNik9wJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIDUNik9wJ .mbr-text,
.cid-uIDUNik9wJ .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIDUNik9wJ .mbr-section-title,
.cid-uIDUNik9wJ .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe40o1C27 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe40o1C27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe40o1C27 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe40o1C27 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe40o1C27 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe40o1C27 a {
  font-weight: 600;
}
.cid-uOe40o1C27 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe40o1C27 .col-lg-3,
  .cid-uOe40o1C27 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe40o1C27 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe40o1C27 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe40o1C27 h5 {
  margin: 0;
}
.cid-uOe40o1C27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe40o1C27 .iconfont-wrapper {
  position: relative;
}
.cid-uOe40o1C27 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe40o1C27 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe40o1C27 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe40o1C27 .card-title,
.cid-uOe40o1C27 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe40o1C27 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe40o1C27 .mbr-section-title {
  color: #000000;
}
.cid-uOe40o1C27 .main-title,
.cid-uOe40o1C27 .iconfont-wrapper {
  text-align: left;
}
.cid-uIDUNjyVAx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIDUQzY98t {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIDUQzY98t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDUQzY98t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDUQzY98t .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIDUQzY98t img {
  border-radius: 0px !important;
}
.cid-uIDUQzY98t .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIDUQzY98t .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIDUQzY98t .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIDUQzY98t .items-wrapper {
  margin: 0 -12px;
}
.cid-uIDUQzY98t .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIDUQzY98t .item {
    margin-bottom: 16px;
  }
}
.cid-uIDUQzY98t .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIDUQzY98t .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIDUQzY98t .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIDUQzY98t .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIDUQzY98t .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIDUQzY98t .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIDUQzY98t .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIDUQzY98t .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIDUQzY98t .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIDUQzY98t .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIDUQzY98t .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIDUQzY98t .item-tag {
  color: #ffffff;
}
.cid-uIDUQzY98t .item-name {
  color: #ffffff;
}
.cid-uIDUQzY98t .mbr-section-title,
.cid-uIDUQzY98t .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIDUQAHhRN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIDUQAHhRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDUQAHhRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDUQAHhRN .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIDUQAHhRN .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIDUQAHhRN .container {
    max-width: 1400px;
  }
}
.cid-uIDUQAHhRN .card {
  margin: auto;
}
.cid-uIDUQAHhRN .card-title,
.cid-uIDUQAHhRN .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIDUQAHhRN .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIDUQAHhRN .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIDUQAHhRN .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIDUQAHhRN .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIDUQAHhRN .card-wrapper:hover .card-title,
.cid-uIDUQAHhRN .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIDUQAHhRN .card-title,
.cid-uIDUQAHhRN .card-box {
  color: #a5907b;
}
.cid-uOe42WWzV9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe42WWzV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe42WWzV9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe42WWzV9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe42WWzV9 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe42WWzV9 a {
  font-weight: 600;
}
.cid-uOe42WWzV9 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe42WWzV9 .col-lg-3,
  .cid-uOe42WWzV9 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe42WWzV9 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe42WWzV9 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe42WWzV9 h5 {
  margin: 0;
}
.cid-uOe42WWzV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe42WWzV9 .iconfont-wrapper {
  position: relative;
}
.cid-uOe42WWzV9 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe42WWzV9 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe42WWzV9 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe42WWzV9 .card-title,
.cid-uOe42WWzV9 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe42WWzV9 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe42WWzV9 .mbr-section-title {
  color: #000000;
}
.cid-uOe42WWzV9 .main-title,
.cid-uOe42WWzV9 .iconfont-wrapper {
  text-align: left;
}
.cid-uIDUQBSD8e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINzuP30zC {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uINzuP30zC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINzuP30zC .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uINzuP30zC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINzuP30zC .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uINzuP30zC .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uINzuP30zC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uINzuP30zC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uINzuP30zC .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINzuP30zC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINzuP30zC .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINzuP30zC .image-wrapper img {
    height: 350px;
  }
}
.cid-uINzuP30zC .mbr-section-title {
  color: #ffffff;
}
.cid-uINzuP30zC .mbr-text,
.cid-uINzuP30zC .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uINzuP30zC .mbr-section-title,
.cid-uINzuP30zC .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe45DScW0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe45DScW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe45DScW0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe45DScW0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe45DScW0 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe45DScW0 a {
  font-weight: 600;
}
.cid-uOe45DScW0 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe45DScW0 .col-lg-3,
  .cid-uOe45DScW0 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe45DScW0 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe45DScW0 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe45DScW0 h5 {
  margin: 0;
}
.cid-uOe45DScW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe45DScW0 .iconfont-wrapper {
  position: relative;
}
.cid-uOe45DScW0 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe45DScW0 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe45DScW0 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe45DScW0 .card-title,
.cid-uOe45DScW0 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe45DScW0 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe45DScW0 .mbr-section-title {
  color: #000000;
}
.cid-uOe45DScW0 .main-title,
.cid-uOe45DScW0 .iconfont-wrapper {
  text-align: left;
}
.cid-uINzuQi4rI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINzBuHpbj {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uINzBuHpbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINzBuHpbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINzBuHpbj .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uINzBuHpbj img {
  border-radius: 0px !important;
}
.cid-uINzBuHpbj .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uINzBuHpbj .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uINzBuHpbj .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uINzBuHpbj .items-wrapper {
  margin: 0 -12px;
}
.cid-uINzBuHpbj .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINzBuHpbj .item {
    margin-bottom: 16px;
  }
}
.cid-uINzBuHpbj .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uINzBuHpbj .item .item-wrapper {
    height: 350px;
  }
}
.cid-uINzBuHpbj .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uINzBuHpbj .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uINzBuHpbj .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINzBuHpbj .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uINzBuHpbj .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uINzBuHpbj .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uINzBuHpbj .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uINzBuHpbj .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uINzBuHpbj .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uINzBuHpbj .item-tag {
  color: #ffffff;
}
.cid-uINzBuHpbj .item-name {
  color: #ffffff;
}
.cid-uINzBuHpbj .mbr-section-title,
.cid-uINzBuHpbj .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uINzBveQkb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uINzBveQkb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINzBveQkb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINzBveQkb .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uINzBveQkb .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uINzBveQkb .container {
    max-width: 1400px;
  }
}
.cid-uINzBveQkb .card {
  margin: auto;
}
.cid-uINzBveQkb .card-title,
.cid-uINzBveQkb .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uINzBveQkb .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uINzBveQkb .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uINzBveQkb .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINzBveQkb .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uINzBveQkb .card-wrapper:hover .card-title,
.cid-uINzBveQkb .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uINzBveQkb .card-title,
.cid-uINzBveQkb .card-box {
  color: #a5907b;
}
.cid-uOe48Lv1db {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe48Lv1db .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe48Lv1db .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe48Lv1db .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe48Lv1db .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe48Lv1db a {
  font-weight: 600;
}
.cid-uOe48Lv1db a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe48Lv1db .col-lg-3,
  .cid-uOe48Lv1db .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe48Lv1db .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe48Lv1db .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe48Lv1db h5 {
  margin: 0;
}
.cid-uOe48Lv1db .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe48Lv1db .iconfont-wrapper {
  position: relative;
}
.cid-uOe48Lv1db .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe48Lv1db .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe48Lv1db .sociconfont-wrapper {
  display: flex;
}
.cid-uOe48Lv1db .card-title,
.cid-uOe48Lv1db .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe48Lv1db .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe48Lv1db .mbr-section-title {
  color: #000000;
}
.cid-uOe48Lv1db .main-title,
.cid-uOe48Lv1db .iconfont-wrapper {
  text-align: left;
}
.cid-uINzBw7sKG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINDJieigZ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uINDJieigZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINDJieigZ .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uINDJieigZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINDJieigZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uINDJieigZ .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uINDJieigZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uINDJieigZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uINDJieigZ .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINDJieigZ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINDJieigZ .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINDJieigZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uINDJieigZ .mbr-section-title {
  color: #ffffff;
}
.cid-uINDJieigZ .mbr-text,
.cid-uINDJieigZ .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uINDJieigZ .mbr-section-title,
.cid-uINDJieigZ .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe4ci5wjc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4ci5wjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4ci5wjc .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4ci5wjc .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4ci5wjc .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4ci5wjc a {
  font-weight: 600;
}
.cid-uOe4ci5wjc a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4ci5wjc .col-lg-3,
  .cid-uOe4ci5wjc .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4ci5wjc .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4ci5wjc .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4ci5wjc h5 {
  margin: 0;
}
.cid-uOe4ci5wjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4ci5wjc .iconfont-wrapper {
  position: relative;
}
.cid-uOe4ci5wjc .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4ci5wjc .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4ci5wjc .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4ci5wjc .card-title,
.cid-uOe4ci5wjc .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4ci5wjc .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4ci5wjc .mbr-section-title {
  color: #000000;
}
.cid-uOe4ci5wjc .main-title,
.cid-uOe4ci5wjc .iconfont-wrapper {
  text-align: left;
}
.cid-uINDJjcO6I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINGSa3dRl {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uINGSa3dRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINGSa3dRl .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uINGSa3dRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINGSa3dRl .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uINGSa3dRl .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uINGSa3dRl .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uINGSa3dRl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uINGSa3dRl .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINGSa3dRl .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINGSa3dRl .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINGSa3dRl .image-wrapper img {
    height: 350px;
  }
}
.cid-uINGSa3dRl .mbr-section-title {
  color: #ffffff;
}
.cid-uINGSa3dRl .mbr-text,
.cid-uINGSa3dRl .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uINGSa3dRl .mbr-section-title,
.cid-uINGSa3dRl .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe4nWM8zb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4nWM8zb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4nWM8zb .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4nWM8zb .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4nWM8zb .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4nWM8zb a {
  font-weight: 600;
}
.cid-uOe4nWM8zb a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4nWM8zb .col-lg-3,
  .cid-uOe4nWM8zb .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4nWM8zb .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4nWM8zb .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4nWM8zb h5 {
  margin: 0;
}
.cid-uOe4nWM8zb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4nWM8zb .iconfont-wrapper {
  position: relative;
}
.cid-uOe4nWM8zb .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4nWM8zb .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4nWM8zb .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4nWM8zb .card-title,
.cid-uOe4nWM8zb .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4nWM8zb .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4nWM8zb .mbr-section-title {
  color: #000000;
}
.cid-uOe4nWM8zb .main-title,
.cid-uOe4nWM8zb .iconfont-wrapper {
  text-align: left;
}
.cid-uINGSbGtt2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINGVHrONd {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uINGVHrONd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINGVHrONd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINGVHrONd .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uINGVHrONd img {
  border-radius: 0px !important;
}
.cid-uINGVHrONd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uINGVHrONd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uINGVHrONd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uINGVHrONd .items-wrapper {
  margin: 0 -12px;
}
.cid-uINGVHrONd .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINGVHrONd .item {
    margin-bottom: 16px;
  }
}
.cid-uINGVHrONd .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uINGVHrONd .item .item-wrapper {
    height: 350px;
  }
}
.cid-uINGVHrONd .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uINGVHrONd .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uINGVHrONd .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINGVHrONd .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uINGVHrONd .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uINGVHrONd .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uINGVHrONd .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uINGVHrONd .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uINGVHrONd .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uINGVHrONd .item-tag {
  color: #ffffff;
}
.cid-uINGVHrONd .item-name {
  color: #ffffff;
}
.cid-uINGVHrONd .mbr-section-title,
.cid-uINGVHrONd .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uINGVIoIWc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uINGVIoIWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINGVIoIWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINGVIoIWc .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uINGVIoIWc .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uINGVIoIWc .container {
    max-width: 1400px;
  }
}
.cid-uINGVIoIWc .card {
  margin: auto;
}
.cid-uINGVIoIWc .card-title,
.cid-uINGVIoIWc .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uINGVIoIWc .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uINGVIoIWc .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uINGVIoIWc .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINGVIoIWc .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uINGVIoIWc .card-wrapper:hover .card-title,
.cid-uINGVIoIWc .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uINGVIoIWc .card-title,
.cid-uINGVIoIWc .card-box {
  color: #a5907b;
}
.cid-uOe4rQQXQu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4rQQXQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4rQQXQu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4rQQXQu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4rQQXQu .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4rQQXQu a {
  font-weight: 600;
}
.cid-uOe4rQQXQu a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4rQQXQu .col-lg-3,
  .cid-uOe4rQQXQu .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4rQQXQu .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4rQQXQu .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4rQQXQu h5 {
  margin: 0;
}
.cid-uOe4rQQXQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4rQQXQu .iconfont-wrapper {
  position: relative;
}
.cid-uOe4rQQXQu .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4rQQXQu .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4rQQXQu .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4rQQXQu .card-title,
.cid-uOe4rQQXQu .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4rQQXQu .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4rQQXQu .mbr-section-title {
  color: #000000;
}
.cid-uOe4rQQXQu .main-title,
.cid-uOe4rQQXQu .iconfont-wrapper {
  text-align: left;
}
.cid-uINGVLnO3V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINI7WfnX4 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uINI7WfnX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINI7WfnX4 .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uINI7WfnX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINI7WfnX4 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uINI7WfnX4 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uINI7WfnX4 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uINI7WfnX4 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uINI7WfnX4 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINI7WfnX4 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINI7WfnX4 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINI7WfnX4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uINI7WfnX4 .mbr-section-title {
  color: #ffffff;
}
.cid-uINI7WfnX4 .mbr-text,
.cid-uINI7WfnX4 .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uINI7WfnX4 .mbr-section-title,
.cid-uINI7WfnX4 .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe4i3UUDs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4i3UUDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4i3UUDs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4i3UUDs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4i3UUDs .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4i3UUDs a {
  font-weight: 600;
}
.cid-uOe4i3UUDs a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4i3UUDs .col-lg-3,
  .cid-uOe4i3UUDs .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4i3UUDs .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4i3UUDs .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4i3UUDs h5 {
  margin: 0;
}
.cid-uOe4i3UUDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4i3UUDs .iconfont-wrapper {
  position: relative;
}
.cid-uOe4i3UUDs .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4i3UUDs .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4i3UUDs .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4i3UUDs .card-title,
.cid-uOe4i3UUDs .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4i3UUDs .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4i3UUDs .mbr-section-title {
  color: #000000;
}
.cid-uOe4i3UUDs .main-title,
.cid-uOe4i3UUDs .iconfont-wrapper {
  text-align: left;
}
.cid-uINI7XdY9t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINIfKGBsF {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uINIfKGBsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINIfKGBsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINIfKGBsF .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uINIfKGBsF img {
  border-radius: 0px !important;
}
.cid-uINIfKGBsF .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uINIfKGBsF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uINIfKGBsF .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uINIfKGBsF .items-wrapper {
  margin: 0 -12px;
}
.cid-uINIfKGBsF .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINIfKGBsF .item {
    margin-bottom: 16px;
  }
}
.cid-uINIfKGBsF .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uINIfKGBsF .item .item-wrapper {
    height: 350px;
  }
}
.cid-uINIfKGBsF .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uINIfKGBsF .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uINIfKGBsF .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINIfKGBsF .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uINIfKGBsF .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uINIfKGBsF .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uINIfKGBsF .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uINIfKGBsF .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uINIfKGBsF .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uINIfKGBsF .item-tag {
  color: #ffffff;
}
.cid-uINIfKGBsF .item-name {
  color: #ffffff;
}
.cid-uINIfKGBsF .mbr-section-title,
.cid-uINIfKGBsF .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uINIfL8ahr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uINIfL8ahr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINIfL8ahr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINIfL8ahr .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uINIfL8ahr .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uINIfL8ahr .container {
    max-width: 1400px;
  }
}
.cid-uINIfL8ahr .card {
  margin: auto;
}
.cid-uINIfL8ahr .card-title,
.cid-uINIfL8ahr .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uINIfL8ahr .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uINIfL8ahr .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uINIfL8ahr .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINIfL8ahr .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uINIfL8ahr .card-wrapper:hover .card-title,
.cid-uINIfL8ahr .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uINIfL8ahr .card-title,
.cid-uINIfL8ahr .card-box {
  color: #a5907b;
}
.cid-uOe4kO09Zd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4kO09Zd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4kO09Zd .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4kO09Zd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4kO09Zd .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4kO09Zd a {
  font-weight: 600;
}
.cid-uOe4kO09Zd a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4kO09Zd .col-lg-3,
  .cid-uOe4kO09Zd .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4kO09Zd .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4kO09Zd .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4kO09Zd h5 {
  margin: 0;
}
.cid-uOe4kO09Zd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4kO09Zd .iconfont-wrapper {
  position: relative;
}
.cid-uOe4kO09Zd .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4kO09Zd .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4kO09Zd .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4kO09Zd .card-title,
.cid-uOe4kO09Zd .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4kO09Zd .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4kO09Zd .mbr-section-title {
  color: #000000;
}
.cid-uOe4kO09Zd .main-title,
.cid-uOe4kO09Zd .iconfont-wrapper {
  text-align: left;
}
.cid-uINIfM9gFS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINMG4sEHc {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uINMG4sEHc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINMG4sEHc .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uINMG4sEHc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINMG4sEHc .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uINMG4sEHc .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uINMG4sEHc .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uINMG4sEHc .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uINMG4sEHc .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINMG4sEHc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINMG4sEHc .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINMG4sEHc .image-wrapper img {
    height: 350px;
  }
}
.cid-uINMG4sEHc .mbr-section-title {
  color: #ffffff;
}
.cid-uINMG4sEHc .mbr-text,
.cid-uINMG4sEHc .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uINMG4sEHc .mbr-section-title,
.cid-uINMG4sEHc .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe4uT4sKs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4uT4sKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4uT4sKs .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4uT4sKs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4uT4sKs .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4uT4sKs a {
  font-weight: 600;
}
.cid-uOe4uT4sKs a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4uT4sKs .col-lg-3,
  .cid-uOe4uT4sKs .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4uT4sKs .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4uT4sKs .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4uT4sKs h5 {
  margin: 0;
}
.cid-uOe4uT4sKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4uT4sKs .iconfont-wrapper {
  position: relative;
}
.cid-uOe4uT4sKs .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4uT4sKs .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4uT4sKs .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4uT4sKs .card-title,
.cid-uOe4uT4sKs .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4uT4sKs .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4uT4sKs .mbr-section-title {
  color: #000000;
}
.cid-uOe4uT4sKs .main-title,
.cid-uOe4uT4sKs .iconfont-wrapper {
  text-align: left;
}
.cid-uINMG5FXzG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINMRWQEyf {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uINMRWQEyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINMRWQEyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINMRWQEyf .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uINMRWQEyf img {
  border-radius: 0px !important;
}
.cid-uINMRWQEyf .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uINMRWQEyf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uINMRWQEyf .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uINMRWQEyf .items-wrapper {
  margin: 0 -12px;
}
.cid-uINMRWQEyf .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINMRWQEyf .item {
    margin-bottom: 16px;
  }
}
.cid-uINMRWQEyf .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uINMRWQEyf .item .item-wrapper {
    height: 350px;
  }
}
.cid-uINMRWQEyf .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uINMRWQEyf .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uINMRWQEyf .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINMRWQEyf .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uINMRWQEyf .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uINMRWQEyf .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uINMRWQEyf .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uINMRWQEyf .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uINMRWQEyf .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uINMRWQEyf .item-tag {
  color: #ffffff;
}
.cid-uINMRWQEyf .item-name {
  color: #ffffff;
}
.cid-uINMRWQEyf .mbr-section-title,
.cid-uINMRWQEyf .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uINMRXwGG5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uINMRXwGG5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINMRXwGG5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINMRXwGG5 .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uINMRXwGG5 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uINMRXwGG5 .container {
    max-width: 1400px;
  }
}
.cid-uINMRXwGG5 .card {
  margin: auto;
}
.cid-uINMRXwGG5 .card-title,
.cid-uINMRXwGG5 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uINMRXwGG5 .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uINMRXwGG5 .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uINMRXwGG5 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINMRXwGG5 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uINMRXwGG5 .card-wrapper:hover .card-title,
.cid-uINMRXwGG5 .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uINMRXwGG5 .card-title,
.cid-uINMRXwGG5 .card-box {
  color: #a5907b;
}
.cid-uOe4xwPXQp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4xwPXQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4xwPXQp .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4xwPXQp .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4xwPXQp .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4xwPXQp a {
  font-weight: 600;
}
.cid-uOe4xwPXQp a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4xwPXQp .col-lg-3,
  .cid-uOe4xwPXQp .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4xwPXQp .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4xwPXQp .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4xwPXQp h5 {
  margin: 0;
}
.cid-uOe4xwPXQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4xwPXQp .iconfont-wrapper {
  position: relative;
}
.cid-uOe4xwPXQp .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4xwPXQp .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4xwPXQp .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4xwPXQp .card-title,
.cid-uOe4xwPXQp .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4xwPXQp .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4xwPXQp .mbr-section-title {
  color: #000000;
}
.cid-uOe4xwPXQp .main-title,
.cid-uOe4xwPXQp .iconfont-wrapper {
  text-align: left;
}
.cid-uINMRZJ4ak {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINPQT8DFb {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uINPQT8DFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINPQT8DFb .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uINPQT8DFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINPQT8DFb .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uINPQT8DFb .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uINPQT8DFb .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uINPQT8DFb .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uINPQT8DFb .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINPQT8DFb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINPQT8DFb .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINPQT8DFb .image-wrapper img {
    height: 350px;
  }
}
.cid-uINPQT8DFb .mbr-section-title {
  color: #ffffff;
}
.cid-uINPQT8DFb .mbr-text,
.cid-uINPQT8DFb .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uINPQT8DFb .mbr-section-title,
.cid-uINPQT8DFb .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe4AVCqfu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4AVCqfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4AVCqfu .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4AVCqfu .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4AVCqfu .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4AVCqfu a {
  font-weight: 600;
}
.cid-uOe4AVCqfu a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4AVCqfu .col-lg-3,
  .cid-uOe4AVCqfu .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4AVCqfu .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4AVCqfu .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4AVCqfu h5 {
  margin: 0;
}
.cid-uOe4AVCqfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4AVCqfu .iconfont-wrapper {
  position: relative;
}
.cid-uOe4AVCqfu .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4AVCqfu .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4AVCqfu .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4AVCqfu .card-title,
.cid-uOe4AVCqfu .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4AVCqfu .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4AVCqfu .mbr-section-title {
  color: #000000;
}
.cid-uOe4AVCqfu .main-title,
.cid-uOe4AVCqfu .iconfont-wrapper {
  text-align: left;
}
.cid-uINPQUpYlO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINPYv7t8U {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uINPYv7t8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINPYv7t8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINPYv7t8U .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uINPYv7t8U img {
  border-radius: 0px !important;
}
.cid-uINPYv7t8U .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uINPYv7t8U .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uINPYv7t8U .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uINPYv7t8U .items-wrapper {
  margin: 0 -12px;
}
.cid-uINPYv7t8U .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINPYv7t8U .item {
    margin-bottom: 16px;
  }
}
.cid-uINPYv7t8U .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uINPYv7t8U .item .item-wrapper {
    height: 350px;
  }
}
.cid-uINPYv7t8U .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uINPYv7t8U .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uINPYv7t8U .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINPYv7t8U .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uINPYv7t8U .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uINPYv7t8U .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uINPYv7t8U .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uINPYv7t8U .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uINPYv7t8U .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uINPYv7t8U .item-tag {
  color: #ffffff;
}
.cid-uINPYv7t8U .item-name {
  color: #ffffff;
}
.cid-uINPYv7t8U .mbr-section-title,
.cid-uINPYv7t8U .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uINPYvCWPO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uINPYvCWPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINPYvCWPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINPYvCWPO .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uINPYvCWPO .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uINPYvCWPO .container {
    max-width: 1400px;
  }
}
.cid-uINPYvCWPO .card {
  margin: auto;
}
.cid-uINPYvCWPO .card-title,
.cid-uINPYvCWPO .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uINPYvCWPO .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uINPYvCWPO .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uINPYvCWPO .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINPYvCWPO .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uINPYvCWPO .card-wrapper:hover .card-title,
.cid-uINPYvCWPO .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uINPYvCWPO .card-title,
.cid-uINPYvCWPO .card-box {
  color: #a5907b;
}
.cid-uOe4DBXbZV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4DBXbZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4DBXbZV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4DBXbZV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4DBXbZV .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4DBXbZV a {
  font-weight: 600;
}
.cid-uOe4DBXbZV a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4DBXbZV .col-lg-3,
  .cid-uOe4DBXbZV .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4DBXbZV .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4DBXbZV .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4DBXbZV h5 {
  margin: 0;
}
.cid-uOe4DBXbZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4DBXbZV .iconfont-wrapper {
  position: relative;
}
.cid-uOe4DBXbZV .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4DBXbZV .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4DBXbZV .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4DBXbZV .card-title,
.cid-uOe4DBXbZV .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4DBXbZV .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4DBXbZV .mbr-section-title {
  color: #000000;
}
.cid-uOe4DBXbZV .main-title,
.cid-uOe4DBXbZV .iconfont-wrapper {
  text-align: left;
}
.cid-uINPYx2pCQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINT58f57i {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uINT58f57i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINT58f57i .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uINT58f57i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINT58f57i .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uINT58f57i .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uINT58f57i .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uINT58f57i .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uINT58f57i .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINT58f57i .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINT58f57i .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINT58f57i .image-wrapper img {
    height: 350px;
  }
}
.cid-uINT58f57i .mbr-section-title {
  color: #ffffff;
}
.cid-uINT58f57i .mbr-text,
.cid-uINT58f57i .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uINT58f57i .mbr-section-title,
.cid-uINT58f57i .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe4GrKAEI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4GrKAEI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4GrKAEI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4GrKAEI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4GrKAEI .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4GrKAEI a {
  font-weight: 600;
}
.cid-uOe4GrKAEI a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4GrKAEI .col-lg-3,
  .cid-uOe4GrKAEI .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4GrKAEI .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4GrKAEI .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4GrKAEI h5 {
  margin: 0;
}
.cid-uOe4GrKAEI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4GrKAEI .iconfont-wrapper {
  position: relative;
}
.cid-uOe4GrKAEI .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4GrKAEI .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4GrKAEI .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4GrKAEI .card-title,
.cid-uOe4GrKAEI .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4GrKAEI .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4GrKAEI .mbr-section-title {
  color: #000000;
}
.cid-uOe4GrKAEI .main-title,
.cid-uOe4GrKAEI .iconfont-wrapper {
  text-align: left;
}
.cid-uINT59nHeF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINTc1pmYP {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uINTc1pmYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINTc1pmYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINTc1pmYP .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uINTc1pmYP img {
  border-radius: 0px !important;
}
.cid-uINTc1pmYP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uINTc1pmYP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uINTc1pmYP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uINTc1pmYP .items-wrapper {
  margin: 0 -12px;
}
.cid-uINTc1pmYP .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINTc1pmYP .item {
    margin-bottom: 16px;
  }
}
.cid-uINTc1pmYP .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uINTc1pmYP .item .item-wrapper {
    height: 350px;
  }
}
.cid-uINTc1pmYP .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uINTc1pmYP .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uINTc1pmYP .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINTc1pmYP .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uINTc1pmYP .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uINTc1pmYP .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uINTc1pmYP .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uINTc1pmYP .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uINTc1pmYP .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uINTc1pmYP .item-tag {
  color: #ffffff;
}
.cid-uINTc1pmYP .item-name {
  color: #ffffff;
}
.cid-uINTc1pmYP .mbr-section-title,
.cid-uINTc1pmYP .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uINTc1MJHX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uINTc1MJHX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINTc1MJHX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINTc1MJHX .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uINTc1MJHX .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uINTc1MJHX .container {
    max-width: 1400px;
  }
}
.cid-uINTc1MJHX .card {
  margin: auto;
}
.cid-uINTc1MJHX .card-title,
.cid-uINTc1MJHX .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uINTc1MJHX .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uINTc1MJHX .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uINTc1MJHX .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINTc1MJHX .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uINTc1MJHX .card-wrapper:hover .card-title,
.cid-uINTc1MJHX .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uINTc1MJHX .card-title,
.cid-uINTc1MJHX .card-box {
  color: #a5907b;
}
.cid-uOe4IME6Ys {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4IME6Ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4IME6Ys .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4IME6Ys .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4IME6Ys .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4IME6Ys a {
  font-weight: 600;
}
.cid-uOe4IME6Ys a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4IME6Ys .col-lg-3,
  .cid-uOe4IME6Ys .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4IME6Ys .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4IME6Ys .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4IME6Ys h5 {
  margin: 0;
}
.cid-uOe4IME6Ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4IME6Ys .iconfont-wrapper {
  position: relative;
}
.cid-uOe4IME6Ys .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4IME6Ys .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4IME6Ys .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4IME6Ys .card-title,
.cid-uOe4IME6Ys .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4IME6Ys .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4IME6Ys .mbr-section-title {
  color: #000000;
}
.cid-uOe4IME6Ys .main-title,
.cid-uOe4IME6Ys .iconfont-wrapper {
  text-align: left;
}
.cid-uINTc2Y3DI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINYvnnFP7 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uINYvnnFP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINYvnnFP7 .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uINYvnnFP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINYvnnFP7 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uINYvnnFP7 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uINYvnnFP7 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uINYvnnFP7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uINYvnnFP7 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINYvnnFP7 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINYvnnFP7 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINYvnnFP7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uINYvnnFP7 .mbr-section-title {
  color: #ffffff;
}
.cid-uINYvnnFP7 .mbr-text,
.cid-uINYvnnFP7 .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uINYvnnFP7 .mbr-section-title,
.cid-uINYvnnFP7 .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe4Mw8KhP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4Mw8KhP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4Mw8KhP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4Mw8KhP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4Mw8KhP .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4Mw8KhP a {
  font-weight: 600;
}
.cid-uOe4Mw8KhP a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4Mw8KhP .col-lg-3,
  .cid-uOe4Mw8KhP .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4Mw8KhP .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4Mw8KhP .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4Mw8KhP h5 {
  margin: 0;
}
.cid-uOe4Mw8KhP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4Mw8KhP .iconfont-wrapper {
  position: relative;
}
.cid-uOe4Mw8KhP .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4Mw8KhP .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4Mw8KhP .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4Mw8KhP .card-title,
.cid-uOe4Mw8KhP .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4Mw8KhP .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4Mw8KhP .mbr-section-title {
  color: #000000;
}
.cid-uOe4Mw8KhP .main-title,
.cid-uOe4Mw8KhP .iconfont-wrapper {
  text-align: left;
}
.cid-uINYvoFFEk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uINYFPJ06d {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uINYFPJ06d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINYFPJ06d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINYFPJ06d .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uINYFPJ06d img {
  border-radius: 0px !important;
}
.cid-uINYFPJ06d .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uINYFPJ06d .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uINYFPJ06d .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uINYFPJ06d .items-wrapper {
  margin: 0 -12px;
}
.cid-uINYFPJ06d .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uINYFPJ06d .item {
    margin-bottom: 16px;
  }
}
.cid-uINYFPJ06d .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uINYFPJ06d .item .item-wrapper {
    height: 350px;
  }
}
.cid-uINYFPJ06d .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uINYFPJ06d .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uINYFPJ06d .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uINYFPJ06d .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uINYFPJ06d .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uINYFPJ06d .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uINYFPJ06d .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uINYFPJ06d .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uINYFPJ06d .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uINYFPJ06d .item-tag {
  color: #ffffff;
}
.cid-uINYFPJ06d .item-name {
  color: #ffffff;
}
.cid-uINYFPJ06d .mbr-section-title,
.cid-uINYFPJ06d .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uINYFQpDA8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uINYFQpDA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINYFQpDA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINYFQpDA8 .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uINYFQpDA8 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uINYFQpDA8 .container {
    max-width: 1400px;
  }
}
.cid-uINYFQpDA8 .card {
  margin: auto;
}
.cid-uINYFQpDA8 .card-title,
.cid-uINYFQpDA8 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uINYFQpDA8 .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uINYFQpDA8 .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uINYFQpDA8 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINYFQpDA8 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uINYFQpDA8 .card-wrapper:hover .card-title,
.cid-uINYFQpDA8 .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uINYFQpDA8 .card-title,
.cid-uINYFQpDA8 .card-box {
  color: #a5907b;
}
.cid-uOe4PNIqfi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4PNIqfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4PNIqfi .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4PNIqfi .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4PNIqfi .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4PNIqfi a {
  font-weight: 600;
}
.cid-uOe4PNIqfi a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4PNIqfi .col-lg-3,
  .cid-uOe4PNIqfi .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4PNIqfi .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4PNIqfi .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4PNIqfi h5 {
  margin: 0;
}
.cid-uOe4PNIqfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4PNIqfi .iconfont-wrapper {
  position: relative;
}
.cid-uOe4PNIqfi .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4PNIqfi .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4PNIqfi .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4PNIqfi .card-title,
.cid-uOe4PNIqfi .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4PNIqfi .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4PNIqfi .mbr-section-title {
  color: #000000;
}
.cid-uOe4PNIqfi .main-title,
.cid-uOe4PNIqfi .iconfont-wrapper {
  text-align: left;
}
.cid-uINYFRpQb6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIO2V1iNxE {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIO2V1iNxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO2V1iNxE .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIO2V1iNxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO2V1iNxE .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIO2V1iNxE .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIO2V1iNxE .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIO2V1iNxE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIO2V1iNxE .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIO2V1iNxE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIO2V1iNxE .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIO2V1iNxE .image-wrapper img {
    height: 350px;
  }
}
.cid-uIO2V1iNxE .mbr-section-title {
  color: #ffffff;
}
.cid-uIO2V1iNxE .mbr-text,
.cid-uIO2V1iNxE .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIO2V1iNxE .mbr-section-title,
.cid-uIO2V1iNxE .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe4TaIYig {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4TaIYig .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4TaIYig .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4TaIYig .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4TaIYig .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4TaIYig a {
  font-weight: 600;
}
.cid-uOe4TaIYig a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4TaIYig .col-lg-3,
  .cid-uOe4TaIYig .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4TaIYig .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4TaIYig .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4TaIYig h5 {
  margin: 0;
}
.cid-uOe4TaIYig .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4TaIYig .iconfont-wrapper {
  position: relative;
}
.cid-uOe4TaIYig .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4TaIYig .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4TaIYig .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4TaIYig .card-title,
.cid-uOe4TaIYig .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4TaIYig .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4TaIYig .mbr-section-title {
  color: #000000;
}
.cid-uOe4TaIYig .main-title,
.cid-uOe4TaIYig .iconfont-wrapper {
  text-align: left;
}
.cid-uIO2V2cx9E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIO30RnJhM {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIO30RnJhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO30RnJhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO30RnJhM .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIO30RnJhM img {
  border-radius: 0px !important;
}
.cid-uIO30RnJhM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIO30RnJhM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIO30RnJhM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIO30RnJhM .items-wrapper {
  margin: 0 -12px;
}
.cid-uIO30RnJhM .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIO30RnJhM .item {
    margin-bottom: 16px;
  }
}
.cid-uIO30RnJhM .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIO30RnJhM .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIO30RnJhM .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIO30RnJhM .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIO30RnJhM .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIO30RnJhM .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIO30RnJhM .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIO30RnJhM .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIO30RnJhM .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIO30RnJhM .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIO30RnJhM .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIO30RnJhM .item-tag {
  color: #ffffff;
}
.cid-uIO30RnJhM .item-name {
  color: #ffffff;
}
.cid-uIO30RnJhM .mbr-section-title,
.cid-uIO30RnJhM .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIO30RWa32 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIO30RWa32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO30RWa32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO30RWa32 .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIO30RWa32 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIO30RWa32 .container {
    max-width: 1400px;
  }
}
.cid-uIO30RWa32 .card {
  margin: auto;
}
.cid-uIO30RWa32 .card-title,
.cid-uIO30RWa32 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIO30RWa32 .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIO30RWa32 .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIO30RWa32 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIO30RWa32 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIO30RWa32 .card-wrapper:hover .card-title,
.cid-uIO30RWa32 .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIO30RWa32 .card-title,
.cid-uIO30RWa32 .card-box {
  color: #a5907b;
}
.cid-uOe4WpCgCq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe4WpCgCq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe4WpCgCq .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe4WpCgCq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe4WpCgCq .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe4WpCgCq a {
  font-weight: 600;
}
.cid-uOe4WpCgCq a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe4WpCgCq .col-lg-3,
  .cid-uOe4WpCgCq .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe4WpCgCq .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe4WpCgCq .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe4WpCgCq h5 {
  margin: 0;
}
.cid-uOe4WpCgCq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe4WpCgCq .iconfont-wrapper {
  position: relative;
}
.cid-uOe4WpCgCq .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe4WpCgCq .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe4WpCgCq .sociconfont-wrapper {
  display: flex;
}
.cid-uOe4WpCgCq .card-title,
.cid-uOe4WpCgCq .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe4WpCgCq .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe4WpCgCq .mbr-section-title {
  color: #000000;
}
.cid-uOe4WpCgCq .main-title,
.cid-uOe4WpCgCq .iconfont-wrapper {
  text-align: left;
}
.cid-uIO30SVUnh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIO5W217CR {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIO5W217CR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO5W217CR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO5W217CR .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIO5W217CR img {
  border-radius: 0px !important;
}
.cid-uIO5W217CR .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIO5W217CR .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIO5W217CR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIO5W217CR .items-wrapper {
  margin: 0 -12px;
}
.cid-uIO5W217CR .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIO5W217CR .item {
    margin-bottom: 16px;
  }
}
.cid-uIO5W217CR .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIO5W217CR .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIO5W217CR .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIO5W217CR .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIO5W217CR .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIO5W217CR .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIO5W217CR .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIO5W217CR .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIO5W217CR .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIO5W217CR .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIO5W217CR .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIO5W217CR .item-tag {
  color: #ffffff;
}
.cid-uIO5W217CR .item-name {
  color: #ffffff;
}
.cid-uIO5W217CR .mbr-section-title,
.cid-uIO5W217CR .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIO5W2UsD1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIO5W2UsD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO5W2UsD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO5W2UsD1 .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIO5W2UsD1 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIO5W2UsD1 .container {
    max-width: 1400px;
  }
}
.cid-uIO5W2UsD1 .card {
  margin: auto;
}
.cid-uIO5W2UsD1 .card-title,
.cid-uIO5W2UsD1 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIO5W2UsD1 .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIO5W2UsD1 .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIO5W2UsD1 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIO5W2UsD1 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIO5W2UsD1 .card-wrapper:hover .card-title,
.cid-uIO5W2UsD1 .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIO5W2UsD1 .card-title,
.cid-uIO5W2UsD1 .card-box {
  color: #a5907b;
}
.cid-uOe50dglzx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe50dglzx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe50dglzx .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe50dglzx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe50dglzx .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe50dglzx a {
  font-weight: 600;
}
.cid-uOe50dglzx a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe50dglzx .col-lg-3,
  .cid-uOe50dglzx .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe50dglzx .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe50dglzx .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe50dglzx h5 {
  margin: 0;
}
.cid-uOe50dglzx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe50dglzx .iconfont-wrapper {
  position: relative;
}
.cid-uOe50dglzx .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe50dglzx .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe50dglzx .sociconfont-wrapper {
  display: flex;
}
.cid-uOe50dglzx .card-title,
.cid-uOe50dglzx .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe50dglzx .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe50dglzx .mbr-section-title {
  color: #000000;
}
.cid-uOe50dglzx .main-title,
.cid-uOe50dglzx .iconfont-wrapper {
  text-align: left;
}
.cid-uIO5W4lPe4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIO5MDwXGH {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIO5MDwXGH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO5MDwXGH .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIO5MDwXGH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO5MDwXGH .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIO5MDwXGH .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIO5MDwXGH .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIO5MDwXGH .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIO5MDwXGH .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIO5MDwXGH .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIO5MDwXGH .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIO5MDwXGH .image-wrapper img {
    height: 350px;
  }
}
.cid-uIO5MDwXGH .mbr-section-title {
  color: #ffffff;
}
.cid-uIO5MDwXGH .mbr-text,
.cid-uIO5MDwXGH .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIO5MDwXGH .mbr-section-title,
.cid-uIO5MDwXGH .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe53X9KG0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe53X9KG0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe53X9KG0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe53X9KG0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe53X9KG0 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe53X9KG0 a {
  font-weight: 600;
}
.cid-uOe53X9KG0 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe53X9KG0 .col-lg-3,
  .cid-uOe53X9KG0 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe53X9KG0 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe53X9KG0 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe53X9KG0 h5 {
  margin: 0;
}
.cid-uOe53X9KG0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe53X9KG0 .iconfont-wrapper {
  position: relative;
}
.cid-uOe53X9KG0 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe53X9KG0 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe53X9KG0 .sociconfont-wrapper {
  display: flex;
}
.cid-uOe53X9KG0 .card-title,
.cid-uOe53X9KG0 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe53X9KG0 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe53X9KG0 .mbr-section-title {
  color: #000000;
}
.cid-uOe53X9KG0 .main-title,
.cid-uOe53X9KG0 .iconfont-wrapper {
  text-align: left;
}
.cid-uIO5MF5MXE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIO9AnaULd {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIO9AnaULd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO9AnaULd .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIO9AnaULd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO9AnaULd .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIO9AnaULd .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIO9AnaULd .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIO9AnaULd .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIO9AnaULd .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIO9AnaULd .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIO9AnaULd .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIO9AnaULd .image-wrapper img {
    height: 350px;
  }
}
.cid-uIO9AnaULd .mbr-section-title {
  color: #ffffff;
}
.cid-uIO9AnaULd .mbr-text,
.cid-uIO9AnaULd .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIO9AnaULd .mbr-section-title,
.cid-uIO9AnaULd .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe58u2iML {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe58u2iML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe58u2iML .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe58u2iML .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe58u2iML .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe58u2iML a {
  font-weight: 600;
}
.cid-uOe58u2iML a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe58u2iML .col-lg-3,
  .cid-uOe58u2iML .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe58u2iML .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe58u2iML .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe58u2iML h5 {
  margin: 0;
}
.cid-uOe58u2iML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe58u2iML .iconfont-wrapper {
  position: relative;
}
.cid-uOe58u2iML .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe58u2iML .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe58u2iML .sociconfont-wrapper {
  display: flex;
}
.cid-uOe58u2iML .card-title,
.cid-uOe58u2iML .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe58u2iML .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe58u2iML .mbr-section-title {
  color: #000000;
}
.cid-uOe58u2iML .main-title,
.cid-uOe58u2iML .iconfont-wrapper {
  text-align: left;
}
.cid-uIO9AqrrTI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIO9MPPshu {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIO9MPPshu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO9MPPshu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO9MPPshu .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIO9MPPshu img {
  border-radius: 0px !important;
}
.cid-uIO9MPPshu .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIO9MPPshu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIO9MPPshu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIO9MPPshu .items-wrapper {
  margin: 0 -12px;
}
.cid-uIO9MPPshu .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIO9MPPshu .item {
    margin-bottom: 16px;
  }
}
.cid-uIO9MPPshu .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIO9MPPshu .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIO9MPPshu .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIO9MPPshu .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIO9MPPshu .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIO9MPPshu .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIO9MPPshu .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIO9MPPshu .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIO9MPPshu .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIO9MPPshu .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIO9MPPshu .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIO9MPPshu .item-tag {
  color: #ffffff;
}
.cid-uIO9MPPshu .item-name {
  color: #ffffff;
}
.cid-uIO9MPPshu .mbr-section-title,
.cid-uIO9MPPshu .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIO9MQx9GJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIO9MQx9GJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO9MQx9GJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO9MQx9GJ .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIO9MQx9GJ .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIO9MQx9GJ .container {
    max-width: 1400px;
  }
}
.cid-uIO9MQx9GJ .card {
  margin: auto;
}
.cid-uIO9MQx9GJ .card-title,
.cid-uIO9MQx9GJ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIO9MQx9GJ .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIO9MQx9GJ .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIO9MQx9GJ .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIO9MQx9GJ .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIO9MQx9GJ .card-wrapper:hover .card-title,
.cid-uIO9MQx9GJ .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIO9MQx9GJ .card-title,
.cid-uIO9MQx9GJ .card-box {
  color: #a5907b;
}
.cid-uOe5cia5fa {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe5cia5fa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe5cia5fa .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe5cia5fa .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe5cia5fa .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe5cia5fa a {
  font-weight: 600;
}
.cid-uOe5cia5fa a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe5cia5fa .col-lg-3,
  .cid-uOe5cia5fa .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe5cia5fa .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe5cia5fa .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe5cia5fa h5 {
  margin: 0;
}
.cid-uOe5cia5fa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe5cia5fa .iconfont-wrapper {
  position: relative;
}
.cid-uOe5cia5fa .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe5cia5fa .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe5cia5fa .sociconfont-wrapper {
  display: flex;
}
.cid-uOe5cia5fa .card-title,
.cid-uOe5cia5fa .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe5cia5fa .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe5cia5fa .mbr-section-title {
  color: #000000;
}
.cid-uOe5cia5fa .main-title,
.cid-uOe5cia5fa .iconfont-wrapper {
  text-align: left;
}
.cid-uIO9MRzJk8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIOcpV9j9F {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIOcpV9j9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOcpV9j9F .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIOcpV9j9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOcpV9j9F .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIOcpV9j9F .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIOcpV9j9F .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIOcpV9j9F .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIOcpV9j9F .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIOcpV9j9F .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIOcpV9j9F .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIOcpV9j9F .image-wrapper img {
    height: 350px;
  }
}
.cid-uIOcpV9j9F .mbr-section-title {
  color: #ffffff;
}
.cid-uIOcpV9j9F .mbr-text,
.cid-uIOcpV9j9F .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIOcpV9j9F .mbr-section-title,
.cid-uIOcpV9j9F .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe5fhF1EI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe5fhF1EI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe5fhF1EI .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe5fhF1EI .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe5fhF1EI .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe5fhF1EI a {
  font-weight: 600;
}
.cid-uOe5fhF1EI a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe5fhF1EI .col-lg-3,
  .cid-uOe5fhF1EI .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe5fhF1EI .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe5fhF1EI .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe5fhF1EI h5 {
  margin: 0;
}
.cid-uOe5fhF1EI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe5fhF1EI .iconfont-wrapper {
  position: relative;
}
.cid-uOe5fhF1EI .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe5fhF1EI .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe5fhF1EI .sociconfont-wrapper {
  display: flex;
}
.cid-uOe5fhF1EI .card-title,
.cid-uOe5fhF1EI .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe5fhF1EI .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe5fhF1EI .mbr-section-title {
  color: #000000;
}
.cid-uOe5fhF1EI .main-title,
.cid-uOe5fhF1EI .iconfont-wrapper {
  text-align: left;
}
.cid-uIOcpWsGVQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIOcx9cEvu {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIOcx9cEvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOcx9cEvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOcx9cEvu .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIOcx9cEvu img {
  border-radius: 0px !important;
}
.cid-uIOcx9cEvu .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIOcx9cEvu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIOcx9cEvu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIOcx9cEvu .items-wrapper {
  margin: 0 -12px;
}
.cid-uIOcx9cEvu .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIOcx9cEvu .item {
    margin-bottom: 16px;
  }
}
.cid-uIOcx9cEvu .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIOcx9cEvu .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIOcx9cEvu .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIOcx9cEvu .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIOcx9cEvu .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIOcx9cEvu .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIOcx9cEvu .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIOcx9cEvu .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIOcx9cEvu .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIOcx9cEvu .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIOcx9cEvu .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIOcx9cEvu .item-tag {
  color: #ffffff;
}
.cid-uIOcx9cEvu .item-name {
  color: #ffffff;
}
.cid-uIOcx9cEvu .mbr-section-title,
.cid-uIOcx9cEvu .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIOcxagISD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIOcxagISD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOcxagISD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOcxagISD .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIOcxagISD .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIOcxagISD .container {
    max-width: 1400px;
  }
}
.cid-uIOcxagISD .card {
  margin: auto;
}
.cid-uIOcxagISD .card-title,
.cid-uIOcxagISD .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIOcxagISD .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIOcxagISD .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIOcxagISD .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIOcxagISD .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIOcxagISD .card-wrapper:hover .card-title,
.cid-uIOcxagISD .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIOcxagISD .card-title,
.cid-uIOcxagISD .card-box {
  color: #a5907b;
}
.cid-uOe5iw8EXz {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe5iw8EXz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe5iw8EXz .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe5iw8EXz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe5iw8EXz .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe5iw8EXz a {
  font-weight: 600;
}
.cid-uOe5iw8EXz a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe5iw8EXz .col-lg-3,
  .cid-uOe5iw8EXz .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe5iw8EXz .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe5iw8EXz .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe5iw8EXz h5 {
  margin: 0;
}
.cid-uOe5iw8EXz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe5iw8EXz .iconfont-wrapper {
  position: relative;
}
.cid-uOe5iw8EXz .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe5iw8EXz .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe5iw8EXz .sociconfont-wrapper {
  display: flex;
}
.cid-uOe5iw8EXz .card-title,
.cid-uOe5iw8EXz .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe5iw8EXz .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe5iw8EXz .mbr-section-title {
  color: #000000;
}
.cid-uOe5iw8EXz .main-title,
.cid-uOe5iw8EXz .iconfont-wrapper {
  text-align: left;
}
.cid-uIOcxdpU9m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIOec2PCoY {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIOec2PCoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOec2PCoY .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uIOec2PCoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOec2PCoY .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uIOec2PCoY .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIOec2PCoY .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uIOec2PCoY .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIOec2PCoY .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIOec2PCoY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIOec2PCoY .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIOec2PCoY .image-wrapper img {
    height: 350px;
  }
}
.cid-uIOec2PCoY .mbr-section-title {
  color: #ffffff;
}
.cid-uIOec2PCoY .mbr-text,
.cid-uIOec2PCoY .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uIOec2PCoY .mbr-section-title,
.cid-uIOec2PCoY .mbr-section-btn {
  color: #5c4623;
}
.cid-uOe5lGISdT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe5lGISdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe5lGISdT .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe5lGISdT .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe5lGISdT .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe5lGISdT a {
  font-weight: 600;
}
.cid-uOe5lGISdT a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe5lGISdT .col-lg-3,
  .cid-uOe5lGISdT .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe5lGISdT .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe5lGISdT .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe5lGISdT h5 {
  margin: 0;
}
.cid-uOe5lGISdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe5lGISdT .iconfont-wrapper {
  position: relative;
}
.cid-uOe5lGISdT .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe5lGISdT .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe5lGISdT .sociconfont-wrapper {
  display: flex;
}
.cid-uOe5lGISdT .card-title,
.cid-uOe5lGISdT .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe5lGISdT .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe5lGISdT .mbr-section-title {
  color: #000000;
}
.cid-uOe5lGISdT .main-title,
.cid-uOe5lGISdT .iconfont-wrapper {
  text-align: left;
}
.cid-uIOec3SVzd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uOsI1NRKMm {
  background-color: transparent;
}
.cid-uOsI1NRKMm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uOsI1NRKMm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uOsI1NRKMm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsI1NRKMm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsI1NRKMm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsI1NRKMm .menu_box .navbar.opened,
  .cid-uOsI1NRKMm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsI1NRKMm .navbar-dropdown {
  position: relative !important;
}
.cid-uOsI1NRKMm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uOsI1NRKMm .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uOsI1NRKMm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uOsI1NRKMm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsI1NRKMm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uOsI1NRKMm .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uOsI1NRKMm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uOsI1NRKMm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uOsI1NRKMm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uOsI1NRKMm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uOsI1NRKMm .offcanvas-body .mbr-text,
  .cid-uOsI1NRKMm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uOsI1NRKMm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uOsI1NRKMm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uOsI1NRKMm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uOsI1NRKMm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uOsI1NRKMm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uOsI1NRKMm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uOsI1NRKMm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uOsI1NRKMm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uOsI1NRKMm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsI1NRKMm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uOsI1NRKMm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uOsI1NRKMm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uOsI1NRKMm .lg_brand {
    margin: 0 1rem;
  }
  .cid-uOsI1NRKMm .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uOsI1NRKMm .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsI1NRKMm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsI1NRKMm .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsI1NRKMm .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uOsI1NRKMm .nav-item .nav-link:hover,
.cid-uOsI1NRKMm .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uOsI1NRKMm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsI1NRKMm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsI1NRKMm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsI1NRKMm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsI1NRKMm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsI1NRKMm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsI1NRKMm .offcanvas_box {
    display: none;
  }
}
.cid-uOsI1NRKMm .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsI1NRKMm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsI1NRKMm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsI1NRKMm .container {
  display: flex;
  margin: auto;
}
.cid-uOsI1NRKMm .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsI1NRKMm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsI1NRKMm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsI1NRKMm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsI1NRKMm .navbar-nav {
    margin: 0;
  }
}
.cid-uOsI1NRKMm .dropdown-menu,
.cid-uOsI1NRKMm .navbar.opened {
  background-color: false !important;
}
.cid-uOsI1NRKMm .nav-item:focus,
.cid-uOsI1NRKMm .nav-link:focus {
  outline: none;
}
.cid-uOsI1NRKMm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsI1NRKMm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsI1NRKMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsI1NRKMm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsI1NRKMm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsI1NRKMm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsI1NRKMm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsI1NRKMm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsI1NRKMm .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsI1NRKMm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsI1NRKMm .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsI1NRKMm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uOsI1NRKMm .navbar.collapsed {
  justify-content: center;
}
.cid-uOsI1NRKMm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsI1NRKMm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsI1NRKMm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsI1NRKMm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsI1NRKMm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsI1NRKMm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsI1NRKMm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsI1NRKMm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsI1NRKMm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uOsI1NRKMm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsI1NRKMm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsI1NRKMm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsI1NRKMm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsI1NRKMm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsI1NRKMm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsI1NRKMm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uOsI1NRKMm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsI1NRKMm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsI1NRKMm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsI1NRKMm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsI1NRKMm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsI1NRKMm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsI1NRKMm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsI1NRKMm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsI1NRKMm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOsI1NRKMm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsI1NRKMm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsI1NRKMm .dropdown-item.active,
.cid-uOsI1NRKMm .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsI1NRKMm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uOsI1NRKMm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsI1NRKMm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsI1NRKMm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsI1NRKMm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsI1NRKMm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsI1NRKMm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uOsI1NRKMm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uOsI1NRKMm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsI1NRKMm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsI1NRKMm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsI1NRKMm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsI1NRKMm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsI1NRKMm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsI1NRKMm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsI1NRKMm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsI1NRKMm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsI1NRKMm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsI1NRKMm .navbar {
    height: 70px;
  }
  .cid-uOsI1NRKMm .navbar.opened {
    height: auto;
  }
  .cid-uOsI1NRKMm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsI1NRKMm .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uOsI1NRKMm .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uOsI1NRKMm .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uOsI1NRKMm .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uOsI1NRKMm .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uOsI1NRKMm .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uOsI1NRKMm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsI1NRKMm .text_widget {
  margin-bottom: 32px;
}
.cid-uOsI1NRKMm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsI1NRKMm .text_widget a:hover,
.cid-uOsI1NRKMm .text_widget a:focus {
  opacity: .6;
}
.cid-uOsI1NRKMm .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOsI1NRKMm .navbar-caption {
  color: #000000;
}
.cid-uOsI1NRKMm .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uOsI1NRKMm .mbr-section-subtitle,
.cid-uOsI1NRKMm .text_widget,
.cid-uOsI1NRKMm .mbr-section-btn {
  text-align: center;
}
.cid-uOsI1NRKMm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOsI1Ope1w {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uOsI1Ope1w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsI1Ope1w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsI1Ope1w .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uOsI1Ope1w img {
  border-radius: 0px !important;
}
.cid-uOsI1Ope1w .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsI1Ope1w .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsI1Ope1w .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsI1Ope1w .items-wrapper {
  margin: 0 -12px;
}
.cid-uOsI1Ope1w .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uOsI1Ope1w .item {
    margin-bottom: 16px;
  }
}
.cid-uOsI1Ope1w .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uOsI1Ope1w .item .item-wrapper {
    height: 350px;
  }
}
.cid-uOsI1Ope1w .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uOsI1Ope1w .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOsI1Ope1w .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsI1Ope1w .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOsI1Ope1w .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOsI1Ope1w .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uOsI1Ope1w .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uOsI1Ope1w .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uOsI1Ope1w .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uOsI1Ope1w .item-tag {
  color: #ffffff;
}
.cid-uOsI1Ope1w .item-name {
  color: #ffffff;
}
.cid-uOsI1Ope1w .mbr-section-title,
.cid-uOsI1Ope1w .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uOsI1OXn3f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uOsI1OXn3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsI1OXn3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsI1OXn3f .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uOsI1OXn3f .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uOsI1OXn3f .container {
    max-width: 1400px;
  }
}
.cid-uOsI1OXn3f .card {
  margin: auto;
}
.cid-uOsI1OXn3f .card-title,
.cid-uOsI1OXn3f .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uOsI1OXn3f .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uOsI1OXn3f .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uOsI1OXn3f .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uOsI1OXn3f .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uOsI1OXn3f .card-wrapper:hover .card-title,
.cid-uOsI1OXn3f .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uOsI1OXn3f .card-title,
.cid-uOsI1OXn3f .card-box {
  color: #a5907b;
}
.cid-uOsI1PqjS7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOsI1PqjS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsI1PqjS7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOsI1PqjS7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOsI1PqjS7 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOsI1PqjS7 a {
  font-weight: 600;
}
.cid-uOsI1PqjS7 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOsI1PqjS7 .col-lg-3,
  .cid-uOsI1PqjS7 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOsI1PqjS7 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOsI1PqjS7 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOsI1PqjS7 h5 {
  margin: 0;
}
.cid-uOsI1PqjS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsI1PqjS7 .iconfont-wrapper {
  position: relative;
}
.cid-uOsI1PqjS7 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOsI1PqjS7 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOsI1PqjS7 .sociconfont-wrapper {
  display: flex;
}
.cid-uOsI1PqjS7 .card-title,
.cid-uOsI1PqjS7 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOsI1PqjS7 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOsI1PqjS7 .mbr-section-title {
  color: #000000;
}
.cid-uOsI1PqjS7 .main-title,
.cid-uOsI1PqjS7 .iconfont-wrapper {
  text-align: left;
}
.cid-uOsI1PVolT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uSfo6HD6kC {
  background-color: transparent;
}
.cid-uSfo6HD6kC .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSfo6HD6kC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSfo6HD6kC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfo6HD6kC .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSfo6HD6kC .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSfo6HD6kC .menu_box .navbar.opened,
  .cid-uSfo6HD6kC .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSfo6HD6kC .navbar-dropdown {
  position: relative !important;
}
.cid-uSfo6HD6kC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSfo6HD6kC .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSfo6HD6kC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSfo6HD6kC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSfo6HD6kC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSfo6HD6kC .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uSfo6HD6kC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSfo6HD6kC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSfo6HD6kC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSfo6HD6kC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSfo6HD6kC .offcanvas-body .mbr-text,
  .cid-uSfo6HD6kC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSfo6HD6kC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSfo6HD6kC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSfo6HD6kC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uSfo6HD6kC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSfo6HD6kC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSfo6HD6kC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSfo6HD6kC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSfo6HD6kC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSfo6HD6kC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfo6HD6kC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSfo6HD6kC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSfo6HD6kC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSfo6HD6kC .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSfo6HD6kC .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSfo6HD6kC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSfo6HD6kC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSfo6HD6kC .nav-item {
    margin: 0 !important;
  }
}
.cid-uSfo6HD6kC .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uSfo6HD6kC .nav-item .nav-link:hover,
.cid-uSfo6HD6kC .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uSfo6HD6kC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSfo6HD6kC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSfo6HD6kC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfo6HD6kC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfo6HD6kC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSfo6HD6kC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSfo6HD6kC .offcanvas_box {
    display: none;
  }
}
.cid-uSfo6HD6kC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSfo6HD6kC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSfo6HD6kC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSfo6HD6kC .container {
  display: flex;
  margin: auto;
}
.cid-uSfo6HD6kC .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSfo6HD6kC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSfo6HD6kC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSfo6HD6kC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSfo6HD6kC .navbar-nav {
    margin: 0;
  }
}
.cid-uSfo6HD6kC .dropdown-menu,
.cid-uSfo6HD6kC .navbar.opened {
  background-color: false !important;
}
.cid-uSfo6HD6kC .nav-item:focus,
.cid-uSfo6HD6kC .nav-link:focus {
  outline: none;
}
.cid-uSfo6HD6kC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfo6HD6kC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfo6HD6kC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfo6HD6kC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfo6HD6kC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfo6HD6kC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfo6HD6kC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSfo6HD6kC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSfo6HD6kC .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfo6HD6kC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSfo6HD6kC .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSfo6HD6kC .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSfo6HD6kC .navbar.collapsed {
  justify-content: center;
}
.cid-uSfo6HD6kC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfo6HD6kC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSfo6HD6kC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfo6HD6kC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfo6HD6kC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfo6HD6kC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSfo6HD6kC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSfo6HD6kC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSfo6HD6kC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSfo6HD6kC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfo6HD6kC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfo6HD6kC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSfo6HD6kC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfo6HD6kC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSfo6HD6kC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfo6HD6kC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSfo6HD6kC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSfo6HD6kC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSfo6HD6kC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSfo6HD6kC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfo6HD6kC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSfo6HD6kC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfo6HD6kC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfo6HD6kC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfo6HD6kC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfo6HD6kC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSfo6HD6kC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfo6HD6kC .dropdown-item.active,
.cid-uSfo6HD6kC .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfo6HD6kC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uSfo6HD6kC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfo6HD6kC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfo6HD6kC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfo6HD6kC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSfo6HD6kC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfo6HD6kC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uSfo6HD6kC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uSfo6HD6kC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfo6HD6kC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfo6HD6kC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfo6HD6kC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfo6HD6kC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfo6HD6kC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfo6HD6kC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfo6HD6kC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfo6HD6kC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSfo6HD6kC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfo6HD6kC .navbar {
    height: 70px;
  }
  .cid-uSfo6HD6kC .navbar.opened {
    height: auto;
  }
  .cid-uSfo6HD6kC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfo6HD6kC .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uSfo6HD6kC .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uSfo6HD6kC .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSfo6HD6kC .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSfo6HD6kC .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uSfo6HD6kC .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uSfo6HD6kC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSfo6HD6kC .text_widget {
  margin-bottom: 32px;
}
.cid-uSfo6HD6kC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSfo6HD6kC .text_widget a:hover,
.cid-uSfo6HD6kC .text_widget a:focus {
  opacity: .6;
}
.cid-uSfo6HD6kC .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSfo6HD6kC .navbar-caption {
  color: #000000;
}
.cid-uSfo6HD6kC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfo6HD6kC .mbr-section-subtitle,
.cid-uSfo6HD6kC .text_widget,
.cid-uSfo6HD6kC .mbr-section-btn {
  text-align: center;
}
.cid-uSfo6HD6kC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSfo6IBOcx {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSfo6IBOcx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfo6IBOcx .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uSfo6IBOcx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfo6IBOcx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uSfo6IBOcx .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfo6IBOcx .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSfo6IBOcx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSfo6IBOcx .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfo6IBOcx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSfo6IBOcx .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfo6IBOcx .image-wrapper img {
    height: 350px;
  }
}
.cid-uSfo6IBOcx .mbr-section-title {
  color: #ffffff;
}
.cid-uSfo6IBOcx .mbr-text,
.cid-uSfo6IBOcx .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uSfo6IBOcx .mbr-section-title,
.cid-uSfo6IBOcx .mbr-section-btn {
  color: #5c4623;
}
.cid-uSfo6J6ysA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uSfo6J6ysA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfo6J6ysA .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfo6J6ysA .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfo6J6ysA .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSfo6J6ysA a {
  font-weight: 600;
}
.cid-uSfo6J6ysA a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSfo6J6ysA .col-lg-3,
  .cid-uSfo6J6ysA .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSfo6J6ysA .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSfo6J6ysA .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSfo6J6ysA h5 {
  margin: 0;
}
.cid-uSfo6J6ysA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfo6J6ysA .iconfont-wrapper {
  position: relative;
}
.cid-uSfo6J6ysA .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSfo6J6ysA .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSfo6J6ysA .sociconfont-wrapper {
  display: flex;
}
.cid-uSfo6J6ysA .card-title,
.cid-uSfo6J6ysA .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uSfo6J6ysA .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSfo6J6ysA .mbr-section-title {
  color: #000000;
}
.cid-uSfo6J6ysA .main-title,
.cid-uSfo6J6ysA .iconfont-wrapper {
  text-align: left;
}
.cid-uSfo6JUfC3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uKfMkuclMv {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uKfMkuclMv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKfMkuclMv .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uKfMkuclMv .menu_box .navbar.opened,
  .cid-uKfMkuclMv .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKfMkuclMv .navbar-dropdown {
  position: relative !important;
}
.cid-uKfMkuclMv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKfMkuclMv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKfMkuclMv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uKfMkuclMv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKfMkuclMv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKfMkuclMv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKfMkuclMv .offcanvas-body .mbr-text,
  .cid-uKfMkuclMv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKfMkuclMv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKfMkuclMv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKfMkuclMv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKfMkuclMv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKfMkuclMv .lg_brand {
    margin: 0 1rem;
  }
  .cid-uKfMkuclMv .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uKfMkuclMv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .nav-item {
    margin: 0 !important;
  }
}
.cid-uKfMkuclMv .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uKfMkuclMv .nav-item .nav-link:hover,
.cid-uKfMkuclMv .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uKfMkuclMv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKfMkuclMv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKfMkuclMv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKfMkuclMv .offcanvas_box {
    display: none;
  }
}
.cid-uKfMkuclMv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKfMkuclMv .container {
  display: flex;
  margin: auto;
}
.cid-uKfMkuclMv .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKfMkuclMv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKfMkuclMv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKfMkuclMv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .navbar-nav {
    margin: 0;
  }
}
.cid-uKfMkuclMv .dropdown-menu,
.cid-uKfMkuclMv .navbar.opened {
  background-color: false !important;
}
.cid-uKfMkuclMv .nav-item:focus,
.cid-uKfMkuclMv .nav-link:focus {
  outline: none;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKfMkuclMv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKfMkuclMv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKfMkuclMv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKfMkuclMv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKfMkuclMv .navbar.opened {
  transition: all 0.3s;
}
.cid-uKfMkuclMv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKfMkuclMv .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uKfMkuclMv .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar.collapsed {
  justify-content: center;
}
.cid-uKfMkuclMv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKfMkuclMv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKfMkuclMv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKfMkuclMv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKfMkuclMv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKfMkuclMv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKfMkuclMv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKfMkuclMv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKfMkuclMv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKfMkuclMv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKfMkuclMv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKfMkuclMv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKfMkuclMv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uKfMkuclMv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKfMkuclMv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKfMkuclMv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKfMkuclMv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKfMkuclMv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKfMkuclMv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKfMkuclMv .dropdown-item.active,
.cid-uKfMkuclMv .dropdown-item:active {
  background-color: transparent;
}
.cid-uKfMkuclMv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKfMkuclMv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKfMkuclMv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKfMkuclMv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKfMkuclMv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKfMkuclMv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKfMkuclMv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKfMkuclMv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKfMkuclMv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKfMkuclMv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKfMkuclMv .navbar {
    height: 70px;
  }
  .cid-uKfMkuclMv .navbar.opened {
    height: auto;
  }
  .cid-uKfMkuclMv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKfMkuclMv .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uKfMkuclMv .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uKfMkuclMv .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uKfMkuclMv .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uKfMkuclMv .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uKfMkuclMv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKfMkuclMv .text_widget {
  margin-bottom: 32px;
}
.cid-uKfMkuclMv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKfMkuclMv .text_widget a:hover,
.cid-uKfMkuclMv .text_widget a:focus {
  opacity: .6;
}
.cid-uKfMkuclMv .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .navbar-caption {
  color: #000000;
}
.cid-uKfMkuclMv .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uKfMkuclMv .mbr-section-subtitle,
.cid-uKfMkuclMv .text_widget,
.cid-uKfMkuclMv .mbr-section-btn {
  text-align: center;
}
.cid-uKfMkuclMv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIOelj7Sas {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIOelj7Sas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOelj7Sas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOelj7Sas .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uIOelj7Sas img {
  border-radius: 0px !important;
}
.cid-uIOelj7Sas .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIOelj7Sas .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIOelj7Sas .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIOelj7Sas .items-wrapper {
  margin: 0 -12px;
}
.cid-uIOelj7Sas .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uIOelj7Sas .item {
    margin-bottom: 16px;
  }
}
.cid-uIOelj7Sas .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uIOelj7Sas .item .item-wrapper {
    height: 350px;
  }
}
.cid-uIOelj7Sas .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uIOelj7Sas .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uIOelj7Sas .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIOelj7Sas .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIOelj7Sas .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uIOelj7Sas .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uIOelj7Sas .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uIOelj7Sas .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uIOelj7Sas .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uIOelj7Sas .item-tag {
  color: #ffffff;
}
.cid-uIOelj7Sas .item-name {
  color: #ffffff;
}
.cid-uIOelj7Sas .mbr-section-title,
.cid-uIOelj7Sas .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uIOeljzqNJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIOeljzqNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOeljzqNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOeljzqNJ .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uIOeljzqNJ .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uIOeljzqNJ .container {
    max-width: 1400px;
  }
}
.cid-uIOeljzqNJ .card {
  margin: auto;
}
.cid-uIOeljzqNJ .card-title,
.cid-uIOeljzqNJ .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uIOeljzqNJ .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uIOeljzqNJ .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uIOeljzqNJ .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uIOeljzqNJ .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uIOeljzqNJ .card-wrapper:hover .card-title,
.cid-uIOeljzqNJ .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uIOeljzqNJ .card-title,
.cid-uIOeljzqNJ .card-box {
  color: #a5907b;
}
.cid-uOe5pocw7i {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uOe5pocw7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOe5pocw7i .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uOe5pocw7i .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uOe5pocw7i .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uOe5pocw7i a {
  font-weight: 600;
}
.cid-uOe5pocw7i a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uOe5pocw7i .col-lg-3,
  .cid-uOe5pocw7i .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uOe5pocw7i .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uOe5pocw7i .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uOe5pocw7i h5 {
  margin: 0;
}
.cid-uOe5pocw7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOe5pocw7i .iconfont-wrapper {
  position: relative;
}
.cid-uOe5pocw7i .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uOe5pocw7i .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uOe5pocw7i .sociconfont-wrapper {
  display: flex;
}
.cid-uOe5pocw7i .card-title,
.cid-uOe5pocw7i .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uOe5pocw7i .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uOe5pocw7i .mbr-section-title {
  color: #000000;
}
.cid-uOe5pocw7i .main-title,
.cid-uOe5pocw7i .iconfont-wrapper {
  text-align: left;
}
.cid-uIOelkV5ii {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uSfoSgf3ng {
  background-color: transparent;
}
.cid-uSfoSgf3ng .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSfoSgf3ng .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSfoSgf3ng .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfoSgf3ng .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSfoSgf3ng .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSfoSgf3ng .menu_box .navbar.opened,
  .cid-uSfoSgf3ng .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSfoSgf3ng .navbar-dropdown {
  position: relative !important;
}
.cid-uSfoSgf3ng .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSfoSgf3ng .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSfoSgf3ng .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSfoSgf3ng .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSfoSgf3ng .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSfoSgf3ng .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uSfoSgf3ng .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSfoSgf3ng .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSfoSgf3ng .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSfoSgf3ng .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSfoSgf3ng .offcanvas-body .mbr-text,
  .cid-uSfoSgf3ng .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSfoSgf3ng .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSfoSgf3ng .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSfoSgf3ng .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uSfoSgf3ng .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSfoSgf3ng .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSfoSgf3ng .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSfoSgf3ng .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSfoSgf3ng ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSfoSgf3ng .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfoSgf3ng .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSfoSgf3ng .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSfoSgf3ng li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSfoSgf3ng .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSfoSgf3ng .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSfoSgf3ng .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSfoSgf3ng .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSfoSgf3ng .nav-item {
    margin: 0 !important;
  }
}
.cid-uSfoSgf3ng .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uSfoSgf3ng .nav-item .nav-link:hover,
.cid-uSfoSgf3ng .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uSfoSgf3ng .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSfoSgf3ng .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSfoSgf3ng .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfoSgf3ng .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfoSgf3ng .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSfoSgf3ng .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSfoSgf3ng .offcanvas_box {
    display: none;
  }
}
.cid-uSfoSgf3ng .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSfoSgf3ng .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSfoSgf3ng .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSfoSgf3ng .container {
  display: flex;
  margin: auto;
}
.cid-uSfoSgf3ng .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSfoSgf3ng .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSfoSgf3ng .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSfoSgf3ng .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSfoSgf3ng .navbar-nav {
    margin: 0;
  }
}
.cid-uSfoSgf3ng .dropdown-menu,
.cid-uSfoSgf3ng .navbar.opened {
  background-color: false !important;
}
.cid-uSfoSgf3ng .nav-item:focus,
.cid-uSfoSgf3ng .nav-link:focus {
  outline: none;
}
.cid-uSfoSgf3ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfoSgf3ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfoSgf3ng .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfoSgf3ng .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfoSgf3ng .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfoSgf3ng .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfoSgf3ng .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSfoSgf3ng .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSfoSgf3ng .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfoSgf3ng .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSfoSgf3ng .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSfoSgf3ng .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSfoSgf3ng .navbar.collapsed {
  justify-content: center;
}
.cid-uSfoSgf3ng .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfoSgf3ng .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSfoSgf3ng .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfoSgf3ng .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfoSgf3ng .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfoSgf3ng .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSfoSgf3ng .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSfoSgf3ng .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSfoSgf3ng .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSfoSgf3ng .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfoSgf3ng .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfoSgf3ng .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSfoSgf3ng .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfoSgf3ng .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSfoSgf3ng .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfoSgf3ng .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSfoSgf3ng .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSfoSgf3ng .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSfoSgf3ng .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSfoSgf3ng .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfoSgf3ng .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSfoSgf3ng .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfoSgf3ng .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfoSgf3ng .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfoSgf3ng .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfoSgf3ng .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSfoSgf3ng .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfoSgf3ng .dropdown-item.active,
.cid-uSfoSgf3ng .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfoSgf3ng .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uSfoSgf3ng .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfoSgf3ng .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfoSgf3ng .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfoSgf3ng ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSfoSgf3ng .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfoSgf3ng button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uSfoSgf3ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uSfoSgf3ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfoSgf3ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfoSgf3ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfoSgf3ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfoSgf3ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfoSgf3ng nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfoSgf3ng nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfoSgf3ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfoSgf3ng a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSfoSgf3ng .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfoSgf3ng .navbar {
    height: 70px;
  }
  .cid-uSfoSgf3ng .navbar.opened {
    height: auto;
  }
  .cid-uSfoSgf3ng .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfoSgf3ng .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uSfoSgf3ng .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uSfoSgf3ng .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSfoSgf3ng .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSfoSgf3ng .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uSfoSgf3ng .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uSfoSgf3ng .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSfoSgf3ng .text_widget {
  margin-bottom: 32px;
}
.cid-uSfoSgf3ng .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSfoSgf3ng .text_widget a:hover,
.cid-uSfoSgf3ng .text_widget a:focus {
  opacity: .6;
}
.cid-uSfoSgf3ng .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSfoSgf3ng .navbar-caption {
  color: #000000;
}
.cid-uSfoSgf3ng .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfoSgf3ng .mbr-section-subtitle,
.cid-uSfoSgf3ng .text_widget,
.cid-uSfoSgf3ng .mbr-section-btn {
  text-align: center;
}
.cid-uSfoSgf3ng a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSfoSh5RwW {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSfoSh5RwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfoSh5RwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfoSh5RwW .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uSfoSh5RwW img {
  border-radius: 0px !important;
}
.cid-uSfoSh5RwW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSfoSh5RwW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSfoSh5RwW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSfoSh5RwW .items-wrapper {
  margin: 0 -12px;
}
.cid-uSfoSh5RwW .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfoSh5RwW .item {
    margin-bottom: 16px;
  }
}
.cid-uSfoSh5RwW .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uSfoSh5RwW .item .item-wrapper {
    height: 350px;
  }
}
.cid-uSfoSh5RwW .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSfoSh5RwW .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSfoSh5RwW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfoSh5RwW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSfoSh5RwW .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSfoSh5RwW .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uSfoSh5RwW .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSfoSh5RwW .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uSfoSh5RwW .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uSfoSh5RwW .item-tag {
  color: #ffffff;
}
.cid-uSfoSh5RwW .item-name {
  color: #ffffff;
}
.cid-uSfoSh5RwW .mbr-section-title,
.cid-uSfoSh5RwW .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uSfoShIbD9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfoShIbD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfoShIbD9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfoShIbD9 .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uSfoShIbD9 .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uSfoShIbD9 .container {
    max-width: 1400px;
  }
}
.cid-uSfoShIbD9 .card {
  margin: auto;
}
.cid-uSfoShIbD9 .card-title,
.cid-uSfoShIbD9 .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uSfoShIbD9 .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfoShIbD9 .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uSfoShIbD9 .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSfoShIbD9 .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uSfoShIbD9 .card-wrapper:hover .card-title,
.cid-uSfoShIbD9 .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uSfoShIbD9 .card-title,
.cid-uSfoShIbD9 .card-box {
  color: #a5907b;
}
.cid-uSfoSigfgk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uSfoSigfgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfoSigfgk .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfoSigfgk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfoSigfgk .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSfoSigfgk a {
  font-weight: 600;
}
.cid-uSfoSigfgk a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSfoSigfgk .col-lg-3,
  .cid-uSfoSigfgk .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSfoSigfgk .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSfoSigfgk .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSfoSigfgk h5 {
  margin: 0;
}
.cid-uSfoSigfgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfoSigfgk .iconfont-wrapper {
  position: relative;
}
.cid-uSfoSigfgk .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSfoSigfgk .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSfoSigfgk .sociconfont-wrapper {
  display: flex;
}
.cid-uSfoSigfgk .card-title,
.cid-uSfoSigfgk .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uSfoSigfgk .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSfoSigfgk .mbr-section-title {
  color: #000000;
}
.cid-uSfoSigfgk .main-title,
.cid-uSfoSigfgk .iconfont-wrapper {
  text-align: left;
}
.cid-uSfoSj1A1T {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uSfrjsl1TW {
  background-color: transparent;
}
.cid-uSfrjsl1TW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSfrjsl1TW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSfrjsl1TW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfrjsl1TW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSfrjsl1TW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSfrjsl1TW .menu_box .navbar.opened,
  .cid-uSfrjsl1TW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSfrjsl1TW .navbar-dropdown {
  position: relative !important;
}
.cid-uSfrjsl1TW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSfrjsl1TW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSfrjsl1TW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSfrjsl1TW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSfrjsl1TW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSfrjsl1TW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uSfrjsl1TW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSfrjsl1TW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSfrjsl1TW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSfrjsl1TW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSfrjsl1TW .offcanvas-body .mbr-text,
  .cid-uSfrjsl1TW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSfrjsl1TW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSfrjsl1TW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSfrjsl1TW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uSfrjsl1TW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSfrjsl1TW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSfrjsl1TW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSfrjsl1TW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSfrjsl1TW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSfrjsl1TW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfrjsl1TW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSfrjsl1TW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSfrjsl1TW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSfrjsl1TW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSfrjsl1TW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSfrjsl1TW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSfrjsl1TW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSfrjsl1TW .nav-item {
    margin: 0 !important;
  }
}
.cid-uSfrjsl1TW .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uSfrjsl1TW .nav-item .nav-link:hover,
.cid-uSfrjsl1TW .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uSfrjsl1TW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSfrjsl1TW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSfrjsl1TW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfrjsl1TW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfrjsl1TW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSfrjsl1TW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSfrjsl1TW .offcanvas_box {
    display: none;
  }
}
.cid-uSfrjsl1TW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSfrjsl1TW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSfrjsl1TW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSfrjsl1TW .container {
  display: flex;
  margin: auto;
}
.cid-uSfrjsl1TW .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSfrjsl1TW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSfrjsl1TW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSfrjsl1TW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSfrjsl1TW .navbar-nav {
    margin: 0;
  }
}
.cid-uSfrjsl1TW .dropdown-menu,
.cid-uSfrjsl1TW .navbar.opened {
  background-color: false !important;
}
.cid-uSfrjsl1TW .nav-item:focus,
.cid-uSfrjsl1TW .nav-link:focus {
  outline: none;
}
.cid-uSfrjsl1TW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfrjsl1TW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfrjsl1TW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfrjsl1TW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfrjsl1TW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfrjsl1TW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfrjsl1TW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSfrjsl1TW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSfrjsl1TW .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfrjsl1TW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSfrjsl1TW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSfrjsl1TW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSfrjsl1TW .navbar.collapsed {
  justify-content: center;
}
.cid-uSfrjsl1TW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfrjsl1TW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSfrjsl1TW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfrjsl1TW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfrjsl1TW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfrjsl1TW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSfrjsl1TW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSfrjsl1TW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSfrjsl1TW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSfrjsl1TW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfrjsl1TW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfrjsl1TW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSfrjsl1TW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfrjsl1TW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSfrjsl1TW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfrjsl1TW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSfrjsl1TW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSfrjsl1TW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSfrjsl1TW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSfrjsl1TW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfrjsl1TW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSfrjsl1TW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfrjsl1TW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfrjsl1TW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfrjsl1TW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfrjsl1TW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSfrjsl1TW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfrjsl1TW .dropdown-item.active,
.cid-uSfrjsl1TW .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfrjsl1TW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uSfrjsl1TW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfrjsl1TW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfrjsl1TW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfrjsl1TW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSfrjsl1TW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfrjsl1TW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uSfrjsl1TW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uSfrjsl1TW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfrjsl1TW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfrjsl1TW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfrjsl1TW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfrjsl1TW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfrjsl1TW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfrjsl1TW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfrjsl1TW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfrjsl1TW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSfrjsl1TW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfrjsl1TW .navbar {
    height: 70px;
  }
  .cid-uSfrjsl1TW .navbar.opened {
    height: auto;
  }
  .cid-uSfrjsl1TW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfrjsl1TW .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uSfrjsl1TW .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uSfrjsl1TW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSfrjsl1TW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSfrjsl1TW .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uSfrjsl1TW .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uSfrjsl1TW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSfrjsl1TW .text_widget {
  margin-bottom: 32px;
}
.cid-uSfrjsl1TW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSfrjsl1TW .text_widget a:hover,
.cid-uSfrjsl1TW .text_widget a:focus {
  opacity: .6;
}
.cid-uSfrjsl1TW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSfrjsl1TW .navbar-caption {
  color: #000000;
}
.cid-uSfrjsl1TW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfrjsl1TW .mbr-section-subtitle,
.cid-uSfrjsl1TW .text_widget,
.cid-uSfrjsl1TW .mbr-section-btn {
  text-align: center;
}
.cid-uSfrjsl1TW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSfrjtmJZC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSfrjtmJZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfrjtmJZC .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uSfrjtmJZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfrjtmJZC .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uSfrjtmJZC .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfrjtmJZC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSfrjtmJZC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSfrjtmJZC .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfrjtmJZC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSfrjtmJZC .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfrjtmJZC .image-wrapper img {
    height: 350px;
  }
}
.cid-uSfrjtmJZC .mbr-section-title {
  color: #ffffff;
}
.cid-uSfrjtmJZC .mbr-text,
.cid-uSfrjtmJZC .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uSfrjtmJZC .mbr-section-title,
.cid-uSfrjtmJZC .mbr-section-btn {
  color: #5c4623;
}
.cid-uSfrjtRvQr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uSfrjtRvQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfrjtRvQr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfrjtRvQr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfrjtRvQr .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSfrjtRvQr a {
  font-weight: 600;
}
.cid-uSfrjtRvQr a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSfrjtRvQr .col-lg-3,
  .cid-uSfrjtRvQr .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSfrjtRvQr .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSfrjtRvQr .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSfrjtRvQr h5 {
  margin: 0;
}
.cid-uSfrjtRvQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfrjtRvQr .iconfont-wrapper {
  position: relative;
}
.cid-uSfrjtRvQr .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSfrjtRvQr .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSfrjtRvQr .sociconfont-wrapper {
  display: flex;
}
.cid-uSfrjtRvQr .card-title,
.cid-uSfrjtRvQr .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uSfrjtRvQr .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSfrjtRvQr .mbr-section-title {
  color: #000000;
}
.cid-uSfrjtRvQr .main-title,
.cid-uSfrjtRvQr .iconfont-wrapper {
  text-align: left;
}
.cid-uSfrjuQjej {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uSfrreEpUJ {
  background-color: transparent;
}
.cid-uSfrreEpUJ .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSfrreEpUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSfrreEpUJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfrreEpUJ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSfrreEpUJ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSfrreEpUJ .menu_box .navbar.opened,
  .cid-uSfrreEpUJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSfrreEpUJ .navbar-dropdown {
  position: relative !important;
}
.cid-uSfrreEpUJ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSfrreEpUJ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSfrreEpUJ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSfrreEpUJ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSfrreEpUJ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSfrreEpUJ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uSfrreEpUJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSfrreEpUJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSfrreEpUJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSfrreEpUJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSfrreEpUJ .offcanvas-body .mbr-text,
  .cid-uSfrreEpUJ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSfrreEpUJ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSfrreEpUJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSfrreEpUJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uSfrreEpUJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSfrreEpUJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSfrreEpUJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSfrreEpUJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSfrreEpUJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSfrreEpUJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfrreEpUJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSfrreEpUJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSfrreEpUJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSfrreEpUJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSfrreEpUJ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSfrreEpUJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSfrreEpUJ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSfrreEpUJ .nav-item {
    margin: 0 !important;
  }
}
.cid-uSfrreEpUJ .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uSfrreEpUJ .nav-item .nav-link:hover,
.cid-uSfrreEpUJ .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uSfrreEpUJ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSfrreEpUJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSfrreEpUJ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfrreEpUJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfrreEpUJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSfrreEpUJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSfrreEpUJ .offcanvas_box {
    display: none;
  }
}
.cid-uSfrreEpUJ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSfrreEpUJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSfrreEpUJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSfrreEpUJ .container {
  display: flex;
  margin: auto;
}
.cid-uSfrreEpUJ .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSfrreEpUJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSfrreEpUJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSfrreEpUJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSfrreEpUJ .navbar-nav {
    margin: 0;
  }
}
.cid-uSfrreEpUJ .dropdown-menu,
.cid-uSfrreEpUJ .navbar.opened {
  background-color: false !important;
}
.cid-uSfrreEpUJ .nav-item:focus,
.cid-uSfrreEpUJ .nav-link:focus {
  outline: none;
}
.cid-uSfrreEpUJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfrreEpUJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfrreEpUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfrreEpUJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfrreEpUJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfrreEpUJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfrreEpUJ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSfrreEpUJ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSfrreEpUJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfrreEpUJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSfrreEpUJ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSfrreEpUJ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSfrreEpUJ .navbar.collapsed {
  justify-content: center;
}
.cid-uSfrreEpUJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfrreEpUJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSfrreEpUJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfrreEpUJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfrreEpUJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfrreEpUJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSfrreEpUJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSfrreEpUJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSfrreEpUJ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSfrreEpUJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfrreEpUJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfrreEpUJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSfrreEpUJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfrreEpUJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSfrreEpUJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfrreEpUJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSfrreEpUJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSfrreEpUJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSfrreEpUJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSfrreEpUJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfrreEpUJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSfrreEpUJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfrreEpUJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfrreEpUJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfrreEpUJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfrreEpUJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSfrreEpUJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfrreEpUJ .dropdown-item.active,
.cid-uSfrreEpUJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfrreEpUJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uSfrreEpUJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfrreEpUJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfrreEpUJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfrreEpUJ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSfrreEpUJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfrreEpUJ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uSfrreEpUJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uSfrreEpUJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfrreEpUJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfrreEpUJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfrreEpUJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfrreEpUJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfrreEpUJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfrreEpUJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfrreEpUJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfrreEpUJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSfrreEpUJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfrreEpUJ .navbar {
    height: 70px;
  }
  .cid-uSfrreEpUJ .navbar.opened {
    height: auto;
  }
  .cid-uSfrreEpUJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfrreEpUJ .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uSfrreEpUJ .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uSfrreEpUJ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSfrreEpUJ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSfrreEpUJ .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uSfrreEpUJ .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uSfrreEpUJ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSfrreEpUJ .text_widget {
  margin-bottom: 32px;
}
.cid-uSfrreEpUJ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSfrreEpUJ .text_widget a:hover,
.cid-uSfrreEpUJ .text_widget a:focus {
  opacity: .6;
}
.cid-uSfrreEpUJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSfrreEpUJ .navbar-caption {
  color: #000000;
}
.cid-uSfrreEpUJ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfrreEpUJ .mbr-section-subtitle,
.cid-uSfrreEpUJ .text_widget,
.cid-uSfrreEpUJ .mbr-section-btn {
  text-align: center;
}
.cid-uSfrreEpUJ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSfrrfLZVw {
  padding-top: 9rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSfrrfLZVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfrrfLZVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfrrfLZVw .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uSfrrfLZVw img {
  border-radius: 0px !important;
}
.cid-uSfrrfLZVw .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSfrrfLZVw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSfrrfLZVw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSfrrfLZVw .items-wrapper {
  margin: 0 -12px;
}
.cid-uSfrrfLZVw .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfrrfLZVw .item {
    margin-bottom: 16px;
  }
}
.cid-uSfrrfLZVw .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uSfrrfLZVw .item .item-wrapper {
    height: 350px;
  }
}
.cid-uSfrrfLZVw .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSfrrfLZVw .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSfrrfLZVw .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfrrfLZVw .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSfrrfLZVw .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSfrrfLZVw .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uSfrrfLZVw .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSfrrfLZVw .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uSfrrfLZVw .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uSfrrfLZVw .item-tag {
  color: #ffffff;
}
.cid-uSfrrfLZVw .item-name {
  color: #ffffff;
}
.cid-uSfrrfLZVw .mbr-section-title,
.cid-uSfrrfLZVw .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uSfrrgKJji {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfrrgKJji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfrrgKJji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfrrgKJji .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uSfrrgKJji .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uSfrrgKJji .container {
    max-width: 1400px;
  }
}
.cid-uSfrrgKJji .card {
  margin: auto;
}
.cid-uSfrrgKJji .card-title,
.cid-uSfrrgKJji .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uSfrrgKJji .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfrrgKJji .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uSfrrgKJji .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSfrrgKJji .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uSfrrgKJji .card-wrapper:hover .card-title,
.cid-uSfrrgKJji .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uSfrrgKJji .card-title,
.cid-uSfrrgKJji .card-box {
  color: #a5907b;
}
.cid-uSfrrhxT7v {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uSfrrhxT7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfrrhxT7v .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfrrhxT7v .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfrrhxT7v .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSfrrhxT7v a {
  font-weight: 600;
}
.cid-uSfrrhxT7v a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSfrrhxT7v .col-lg-3,
  .cid-uSfrrhxT7v .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSfrrhxT7v .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSfrrhxT7v .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSfrrhxT7v h5 {
  margin: 0;
}
.cid-uSfrrhxT7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfrrhxT7v .iconfont-wrapper {
  position: relative;
}
.cid-uSfrrhxT7v .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSfrrhxT7v .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSfrrhxT7v .sociconfont-wrapper {
  display: flex;
}
.cid-uSfrrhxT7v .card-title,
.cid-uSfrrhxT7v .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uSfrrhxT7v .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSfrrhxT7v .mbr-section-title {
  color: #000000;
}
.cid-uSfrrhxT7v .main-title,
.cid-uSfrrhxT7v .iconfont-wrapper {
  text-align: left;
}
.cid-uSfrrim6nI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uSfuljXsPc {
  background-color: transparent;
}
.cid-uSfuljXsPc .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSfuljXsPc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSfuljXsPc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfuljXsPc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSfuljXsPc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSfuljXsPc .menu_box .navbar.opened,
  .cid-uSfuljXsPc .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSfuljXsPc .navbar-dropdown {
  position: relative !important;
}
.cid-uSfuljXsPc .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSfuljXsPc .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSfuljXsPc .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSfuljXsPc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSfuljXsPc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSfuljXsPc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uSfuljXsPc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSfuljXsPc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSfuljXsPc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSfuljXsPc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSfuljXsPc .offcanvas-body .mbr-text,
  .cid-uSfuljXsPc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSfuljXsPc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSfuljXsPc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSfuljXsPc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uSfuljXsPc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSfuljXsPc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSfuljXsPc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSfuljXsPc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSfuljXsPc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSfuljXsPc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfuljXsPc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSfuljXsPc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSfuljXsPc li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSfuljXsPc .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSfuljXsPc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSfuljXsPc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSfuljXsPc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSfuljXsPc .nav-item {
    margin: 0 !important;
  }
}
.cid-uSfuljXsPc .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uSfuljXsPc .nav-item .nav-link:hover,
.cid-uSfuljXsPc .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uSfuljXsPc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSfuljXsPc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSfuljXsPc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfuljXsPc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfuljXsPc .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSfuljXsPc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSfuljXsPc .offcanvas_box {
    display: none;
  }
}
.cid-uSfuljXsPc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSfuljXsPc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSfuljXsPc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSfuljXsPc .container {
  display: flex;
  margin: auto;
}
.cid-uSfuljXsPc .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSfuljXsPc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSfuljXsPc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSfuljXsPc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSfuljXsPc .navbar-nav {
    margin: 0;
  }
}
.cid-uSfuljXsPc .dropdown-menu,
.cid-uSfuljXsPc .navbar.opened {
  background-color: false !important;
}
.cid-uSfuljXsPc .nav-item:focus,
.cid-uSfuljXsPc .nav-link:focus {
  outline: none;
}
.cid-uSfuljXsPc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfuljXsPc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfuljXsPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfuljXsPc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfuljXsPc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfuljXsPc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfuljXsPc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSfuljXsPc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSfuljXsPc .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfuljXsPc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSfuljXsPc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSfuljXsPc .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSfuljXsPc .navbar.collapsed {
  justify-content: center;
}
.cid-uSfuljXsPc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfuljXsPc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSfuljXsPc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfuljXsPc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfuljXsPc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfuljXsPc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSfuljXsPc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSfuljXsPc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSfuljXsPc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSfuljXsPc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfuljXsPc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfuljXsPc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSfuljXsPc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfuljXsPc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSfuljXsPc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfuljXsPc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSfuljXsPc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSfuljXsPc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSfuljXsPc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSfuljXsPc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfuljXsPc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSfuljXsPc .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfuljXsPc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfuljXsPc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfuljXsPc .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfuljXsPc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSfuljXsPc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfuljXsPc .dropdown-item.active,
.cid-uSfuljXsPc .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfuljXsPc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uSfuljXsPc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfuljXsPc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfuljXsPc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfuljXsPc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSfuljXsPc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfuljXsPc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uSfuljXsPc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uSfuljXsPc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfuljXsPc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfuljXsPc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfuljXsPc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfuljXsPc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfuljXsPc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfuljXsPc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfuljXsPc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfuljXsPc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSfuljXsPc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfuljXsPc .navbar {
    height: 70px;
  }
  .cid-uSfuljXsPc .navbar.opened {
    height: auto;
  }
  .cid-uSfuljXsPc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfuljXsPc .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uSfuljXsPc .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uSfuljXsPc .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSfuljXsPc .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSfuljXsPc .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uSfuljXsPc .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uSfuljXsPc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSfuljXsPc .text_widget {
  margin-bottom: 32px;
}
.cid-uSfuljXsPc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSfuljXsPc .text_widget a:hover,
.cid-uSfuljXsPc .text_widget a:focus {
  opacity: .6;
}
.cid-uSfuljXsPc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSfuljXsPc .navbar-caption {
  color: #000000;
}
.cid-uSfuljXsPc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfuljXsPc .mbr-section-subtitle,
.cid-uSfuljXsPc .text_widget,
.cid-uSfuljXsPc .mbr-section-btn {
  text-align: center;
}
.cid-uSfuljXsPc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSfulkTpMh {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSfulkTpMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfulkTpMh .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uSfulkTpMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfulkTpMh .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uSfulkTpMh .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfulkTpMh .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSfulkTpMh .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSfulkTpMh .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfulkTpMh .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSfulkTpMh .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfulkTpMh .image-wrapper img {
    height: 350px;
  }
}
.cid-uSfulkTpMh .mbr-section-title {
  color: #ffffff;
}
.cid-uSfulkTpMh .mbr-text,
.cid-uSfulkTpMh .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uSfulkTpMh .mbr-section-title,
.cid-uSfulkTpMh .mbr-section-btn {
  color: #5c4623;
}
.cid-uSfulllsPn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uSfulllsPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfulllsPn .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfulllsPn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfulllsPn .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSfulllsPn a {
  font-weight: 600;
}
.cid-uSfulllsPn a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSfulllsPn .col-lg-3,
  .cid-uSfulllsPn .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSfulllsPn .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSfulllsPn .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSfulllsPn h5 {
  margin: 0;
}
.cid-uSfulllsPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfulllsPn .iconfont-wrapper {
  position: relative;
}
.cid-uSfulllsPn .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSfulllsPn .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSfulllsPn .sociconfont-wrapper {
  display: flex;
}
.cid-uSfulllsPn .card-title,
.cid-uSfulllsPn .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uSfulllsPn .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSfulllsPn .mbr-section-title {
  color: #000000;
}
.cid-uSfulllsPn .main-title,
.cid-uSfulllsPn .iconfont-wrapper {
  text-align: left;
}
.cid-uSfulmjmBJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uSfv5AJHcL {
  background-color: transparent;
}
.cid-uSfv5AJHcL .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSfv5AJHcL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSfv5AJHcL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfv5AJHcL .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSfv5AJHcL .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSfv5AJHcL .menu_box .navbar.opened,
  .cid-uSfv5AJHcL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSfv5AJHcL .navbar-dropdown {
  position: relative !important;
}
.cid-uSfv5AJHcL .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSfv5AJHcL .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSfv5AJHcL .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSfv5AJHcL .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSfv5AJHcL .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSfv5AJHcL .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uSfv5AJHcL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSfv5AJHcL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSfv5AJHcL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSfv5AJHcL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSfv5AJHcL .offcanvas-body .mbr-text,
  .cid-uSfv5AJHcL .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSfv5AJHcL .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSfv5AJHcL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSfv5AJHcL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uSfv5AJHcL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSfv5AJHcL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSfv5AJHcL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSfv5AJHcL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSfv5AJHcL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSfv5AJHcL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfv5AJHcL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSfv5AJHcL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSfv5AJHcL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSfv5AJHcL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSfv5AJHcL .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSfv5AJHcL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSfv5AJHcL .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSfv5AJHcL .nav-item {
    margin: 0 !important;
  }
}
.cid-uSfv5AJHcL .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uSfv5AJHcL .nav-item .nav-link:hover,
.cid-uSfv5AJHcL .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uSfv5AJHcL .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSfv5AJHcL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSfv5AJHcL .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfv5AJHcL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfv5AJHcL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSfv5AJHcL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSfv5AJHcL .offcanvas_box {
    display: none;
  }
}
.cid-uSfv5AJHcL .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSfv5AJHcL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSfv5AJHcL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSfv5AJHcL .container {
  display: flex;
  margin: auto;
}
.cid-uSfv5AJHcL .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSfv5AJHcL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSfv5AJHcL .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSfv5AJHcL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSfv5AJHcL .navbar-nav {
    margin: 0;
  }
}
.cid-uSfv5AJHcL .dropdown-menu,
.cid-uSfv5AJHcL .navbar.opened {
  background-color: false !important;
}
.cid-uSfv5AJHcL .nav-item:focus,
.cid-uSfv5AJHcL .nav-link:focus {
  outline: none;
}
.cid-uSfv5AJHcL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfv5AJHcL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfv5AJHcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfv5AJHcL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfv5AJHcL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfv5AJHcL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfv5AJHcL .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSfv5AJHcL .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSfv5AJHcL .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfv5AJHcL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSfv5AJHcL .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSfv5AJHcL .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSfv5AJHcL .navbar.collapsed {
  justify-content: center;
}
.cid-uSfv5AJHcL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfv5AJHcL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSfv5AJHcL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfv5AJHcL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfv5AJHcL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfv5AJHcL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSfv5AJHcL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSfv5AJHcL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSfv5AJHcL .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSfv5AJHcL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfv5AJHcL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfv5AJHcL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSfv5AJHcL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfv5AJHcL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSfv5AJHcL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfv5AJHcL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSfv5AJHcL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSfv5AJHcL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSfv5AJHcL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSfv5AJHcL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfv5AJHcL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSfv5AJHcL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfv5AJHcL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfv5AJHcL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfv5AJHcL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfv5AJHcL .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSfv5AJHcL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfv5AJHcL .dropdown-item.active,
.cid-uSfv5AJHcL .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfv5AJHcL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uSfv5AJHcL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfv5AJHcL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfv5AJHcL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfv5AJHcL ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSfv5AJHcL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfv5AJHcL button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uSfv5AJHcL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uSfv5AJHcL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfv5AJHcL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfv5AJHcL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfv5AJHcL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfv5AJHcL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfv5AJHcL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfv5AJHcL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfv5AJHcL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfv5AJHcL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSfv5AJHcL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfv5AJHcL .navbar {
    height: 70px;
  }
  .cid-uSfv5AJHcL .navbar.opened {
    height: auto;
  }
  .cid-uSfv5AJHcL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfv5AJHcL .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uSfv5AJHcL .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uSfv5AJHcL .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSfv5AJHcL .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSfv5AJHcL .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uSfv5AJHcL .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uSfv5AJHcL .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSfv5AJHcL .text_widget {
  margin-bottom: 32px;
}
.cid-uSfv5AJHcL .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSfv5AJHcL .text_widget a:hover,
.cid-uSfv5AJHcL .text_widget a:focus {
  opacity: .6;
}
.cid-uSfv5AJHcL .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSfv5AJHcL .navbar-caption {
  color: #000000;
}
.cid-uSfv5AJHcL .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfv5AJHcL .mbr-section-subtitle,
.cid-uSfv5AJHcL .text_widget,
.cid-uSfv5AJHcL .mbr-section-btn {
  text-align: center;
}
.cid-uSfv5AJHcL a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSfv5BOegI {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSfv5BOegI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfv5BOegI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfv5BOegI .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uSfv5BOegI img {
  border-radius: 0px !important;
}
.cid-uSfv5BOegI .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSfv5BOegI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSfv5BOegI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSfv5BOegI .items-wrapper {
  margin: 0 -12px;
}
.cid-uSfv5BOegI .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfv5BOegI .item {
    margin-bottom: 16px;
  }
}
.cid-uSfv5BOegI .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uSfv5BOegI .item .item-wrapper {
    height: 350px;
  }
}
.cid-uSfv5BOegI .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSfv5BOegI .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSfv5BOegI .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfv5BOegI .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSfv5BOegI .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSfv5BOegI .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uSfv5BOegI .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSfv5BOegI .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uSfv5BOegI .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uSfv5BOegI .item-tag {
  color: #ffffff;
}
.cid-uSfv5BOegI .item-name {
  color: #ffffff;
}
.cid-uSfv5BOegI .mbr-section-title,
.cid-uSfv5BOegI .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uSfv5CyTZs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfv5CyTZs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfv5CyTZs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfv5CyTZs .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uSfv5CyTZs .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uSfv5CyTZs .container {
    max-width: 1400px;
  }
}
.cid-uSfv5CyTZs .card {
  margin: auto;
}
.cid-uSfv5CyTZs .card-title,
.cid-uSfv5CyTZs .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uSfv5CyTZs .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfv5CyTZs .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uSfv5CyTZs .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSfv5CyTZs .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uSfv5CyTZs .card-wrapper:hover .card-title,
.cid-uSfv5CyTZs .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uSfv5CyTZs .card-title,
.cid-uSfv5CyTZs .card-box {
  color: #a5907b;
}
.cid-uSfv5Ddd1t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uSfv5Ddd1t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfv5Ddd1t .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfv5Ddd1t .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfv5Ddd1t .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSfv5Ddd1t a {
  font-weight: 600;
}
.cid-uSfv5Ddd1t a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSfv5Ddd1t .col-lg-3,
  .cid-uSfv5Ddd1t .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSfv5Ddd1t .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSfv5Ddd1t .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSfv5Ddd1t h5 {
  margin: 0;
}
.cid-uSfv5Ddd1t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfv5Ddd1t .iconfont-wrapper {
  position: relative;
}
.cid-uSfv5Ddd1t .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSfv5Ddd1t .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSfv5Ddd1t .sociconfont-wrapper {
  display: flex;
}
.cid-uSfv5Ddd1t .card-title,
.cid-uSfv5Ddd1t .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uSfv5Ddd1t .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSfv5Ddd1t .mbr-section-title {
  color: #000000;
}
.cid-uSfv5Ddd1t .main-title,
.cid-uSfv5Ddd1t .iconfont-wrapper {
  text-align: left;
}
.cid-uSfv5E0z24 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uSfwfFLhvS {
  background-color: transparent;
}
.cid-uSfwfFLhvS .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSfwfFLhvS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSfwfFLhvS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfwfFLhvS .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSfwfFLhvS .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSfwfFLhvS .menu_box .navbar.opened,
  .cid-uSfwfFLhvS .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSfwfFLhvS .navbar-dropdown {
  position: relative !important;
}
.cid-uSfwfFLhvS .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSfwfFLhvS .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSfwfFLhvS .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSfwfFLhvS .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSfwfFLhvS .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSfwfFLhvS .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uSfwfFLhvS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSfwfFLhvS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSfwfFLhvS .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSfwfFLhvS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSfwfFLhvS .offcanvas-body .mbr-text,
  .cid-uSfwfFLhvS .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSfwfFLhvS .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSfwfFLhvS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSfwfFLhvS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uSfwfFLhvS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSfwfFLhvS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSfwfFLhvS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSfwfFLhvS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSfwfFLhvS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSfwfFLhvS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfwfFLhvS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSfwfFLhvS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSfwfFLhvS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSfwfFLhvS .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSfwfFLhvS .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSfwfFLhvS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSfwfFLhvS .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSfwfFLhvS .nav-item {
    margin: 0 !important;
  }
}
.cid-uSfwfFLhvS .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uSfwfFLhvS .nav-item .nav-link:hover,
.cid-uSfwfFLhvS .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uSfwfFLhvS .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSfwfFLhvS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSfwfFLhvS .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfwfFLhvS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfwfFLhvS .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSfwfFLhvS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSfwfFLhvS .offcanvas_box {
    display: none;
  }
}
.cid-uSfwfFLhvS .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSfwfFLhvS .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSfwfFLhvS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSfwfFLhvS .container {
  display: flex;
  margin: auto;
}
.cid-uSfwfFLhvS .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSfwfFLhvS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSfwfFLhvS .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSfwfFLhvS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSfwfFLhvS .navbar-nav {
    margin: 0;
  }
}
.cid-uSfwfFLhvS .dropdown-menu,
.cid-uSfwfFLhvS .navbar.opened {
  background-color: false !important;
}
.cid-uSfwfFLhvS .nav-item:focus,
.cid-uSfwfFLhvS .nav-link:focus {
  outline: none;
}
.cid-uSfwfFLhvS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfwfFLhvS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfwfFLhvS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfwfFLhvS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfwfFLhvS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfwfFLhvS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfwfFLhvS .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSfwfFLhvS .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSfwfFLhvS .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfwfFLhvS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSfwfFLhvS .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSfwfFLhvS .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSfwfFLhvS .navbar.collapsed {
  justify-content: center;
}
.cid-uSfwfFLhvS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfwfFLhvS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSfwfFLhvS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfwfFLhvS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfwfFLhvS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfwfFLhvS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSfwfFLhvS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSfwfFLhvS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSfwfFLhvS .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSfwfFLhvS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfwfFLhvS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfwfFLhvS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSfwfFLhvS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfwfFLhvS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSfwfFLhvS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfwfFLhvS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSfwfFLhvS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSfwfFLhvS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSfwfFLhvS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSfwfFLhvS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfwfFLhvS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSfwfFLhvS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfwfFLhvS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfwfFLhvS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfwfFLhvS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfwfFLhvS .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSfwfFLhvS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfwfFLhvS .dropdown-item.active,
.cid-uSfwfFLhvS .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfwfFLhvS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uSfwfFLhvS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfwfFLhvS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfwfFLhvS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfwfFLhvS ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSfwfFLhvS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfwfFLhvS button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uSfwfFLhvS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uSfwfFLhvS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfwfFLhvS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfwfFLhvS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfwfFLhvS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfwfFLhvS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfwfFLhvS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfwfFLhvS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfwfFLhvS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfwfFLhvS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSfwfFLhvS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfwfFLhvS .navbar {
    height: 70px;
  }
  .cid-uSfwfFLhvS .navbar.opened {
    height: auto;
  }
  .cid-uSfwfFLhvS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfwfFLhvS .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uSfwfFLhvS .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uSfwfFLhvS .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSfwfFLhvS .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSfwfFLhvS .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uSfwfFLhvS .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uSfwfFLhvS .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSfwfFLhvS .text_widget {
  margin-bottom: 32px;
}
.cid-uSfwfFLhvS .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSfwfFLhvS .text_widget a:hover,
.cid-uSfwfFLhvS .text_widget a:focus {
  opacity: .6;
}
.cid-uSfwfFLhvS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSfwfFLhvS .navbar-caption {
  color: #000000;
}
.cid-uSfwfFLhvS .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfwfFLhvS .mbr-section-subtitle,
.cid-uSfwfFLhvS .text_widget,
.cid-uSfwfFLhvS .mbr-section-btn {
  text-align: center;
}
.cid-uSfwfFLhvS a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSfwfGFUQw {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSfwfGFUQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfwfGFUQw .text-card {
  backdrop-filter: blur(30px);
  background: rgba(165, 159, 152, 0.2) !important;
  padding: 15px;
}
.cid-uSfwfGFUQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfwfGFUQw .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uSfwfGFUQw .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSfwfGFUQw .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSfwfGFUQw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSfwfGFUQw .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfwfGFUQw .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSfwfGFUQw .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfwfGFUQw .image-wrapper img {
    height: 350px;
  }
}
.cid-uSfwfGFUQw .mbr-section-title {
  color: #ffffff;
}
.cid-uSfwfGFUQw .mbr-text,
.cid-uSfwfGFUQw .text-wrapper {
  color: #5f6368;
  text-align: right;
}
.cid-uSfwfGFUQw .mbr-section-title,
.cid-uSfwfGFUQw .mbr-section-btn {
  color: #5c4623;
}
.cid-uSfwfHedX0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uSfwfHedX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfwfHedX0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfwfHedX0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfwfHedX0 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSfwfHedX0 a {
  font-weight: 600;
}
.cid-uSfwfHedX0 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSfwfHedX0 .col-lg-3,
  .cid-uSfwfHedX0 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSfwfHedX0 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSfwfHedX0 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSfwfHedX0 h5 {
  margin: 0;
}
.cid-uSfwfHedX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfwfHedX0 .iconfont-wrapper {
  position: relative;
}
.cid-uSfwfHedX0 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSfwfHedX0 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSfwfHedX0 .sociconfont-wrapper {
  display: flex;
}
.cid-uSfwfHedX0 .card-title,
.cid-uSfwfHedX0 .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uSfwfHedX0 .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSfwfHedX0 .mbr-section-title {
  color: #000000;
}
.cid-uSfwfHedX0 .main-title,
.cid-uSfwfHedX0 .iconfont-wrapper {
  text-align: left;
}
.cid-uSfwfIgrUD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
@charset "UTF-8";
section {
  background-color: #ffffff;
}
@font-face {
  font-family: 'Saudi Regular';
  src: url('https://res.cloudinary.com/dnpp1lhcq/raw/upload/v1744916907/font_cnnipe.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
//     font-family:'Saudi-Regular',sans-serif;
direction:rtl;
//   font-style: 'Janna';
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}
h1,
h2{
  font-family: 'Saudi Regular', sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
//   font-family:'Janna';
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1.5;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .container {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.cid-uSfwpEnuSd {
  background-color: transparent;
}
.cid-uSfwpEnuSd .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uSfwpEnuSd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uSfwpEnuSd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSfwpEnuSd .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSfwpEnuSd .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSfwpEnuSd .menu_box .navbar.opened,
  .cid-uSfwpEnuSd .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSfwpEnuSd .navbar-dropdown {
  position: relative !important;
}
.cid-uSfwpEnuSd .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uSfwpEnuSd .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSfwpEnuSd .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSfwpEnuSd .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSfwpEnuSd .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSfwpEnuSd .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-uSfwpEnuSd .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSfwpEnuSd .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSfwpEnuSd .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSfwpEnuSd .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSfwpEnuSd .offcanvas-body .mbr-text,
  .cid-uSfwpEnuSd .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSfwpEnuSd .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSfwpEnuSd .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSfwpEnuSd .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #5c4623;
  }
  .cid-uSfwpEnuSd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSfwpEnuSd .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSfwpEnuSd .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSfwpEnuSd .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSfwpEnuSd ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSfwpEnuSd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfwpEnuSd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSfwpEnuSd .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSfwpEnuSd li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSfwpEnuSd .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSfwpEnuSd .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSfwpEnuSd .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uSfwpEnuSd .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uSfwpEnuSd .nav-item {
    margin: 0 !important;
  }
}
.cid-uSfwpEnuSd .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uSfwpEnuSd .nav-item .nav-link:hover,
.cid-uSfwpEnuSd .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a5907b;
  color: #5c4623 !important;
}
.cid-uSfwpEnuSd .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSfwpEnuSd .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSfwpEnuSd .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSfwpEnuSd .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSfwpEnuSd .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 0;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSfwpEnuSd .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSfwpEnuSd .offcanvas_box {
    display: none;
  }
}
.cid-uSfwpEnuSd .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSfwpEnuSd .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSfwpEnuSd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSfwpEnuSd .container {
  display: flex;
  margin: auto;
}
.cid-uSfwpEnuSd .iconfont-wrapper {
  color: #000000;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSfwpEnuSd .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSfwpEnuSd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSfwpEnuSd .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSfwpEnuSd .navbar-nav {
    margin: 0;
  }
}
.cid-uSfwpEnuSd .dropdown-menu,
.cid-uSfwpEnuSd .navbar.opened {
  background-color: false !important;
}
.cid-uSfwpEnuSd .nav-item:focus,
.cid-uSfwpEnuSd .nav-link:focus {
  outline: none;
}
.cid-uSfwpEnuSd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSfwpEnuSd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSfwpEnuSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSfwpEnuSd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSfwpEnuSd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSfwpEnuSd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSfwpEnuSd .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSfwpEnuSd .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSfwpEnuSd .navbar.opened {
  transition: all 0.3s;
}
.cid-uSfwpEnuSd .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSfwpEnuSd .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSfwpEnuSd .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSfwpEnuSd .navbar.collapsed {
  justify-content: center;
}
.cid-uSfwpEnuSd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSfwpEnuSd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSfwpEnuSd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSfwpEnuSd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSfwpEnuSd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSfwpEnuSd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSfwpEnuSd .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSfwpEnuSd .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSfwpEnuSd .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uSfwpEnuSd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSfwpEnuSd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSfwpEnuSd .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSfwpEnuSd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSfwpEnuSd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSfwpEnuSd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSfwpEnuSd .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSfwpEnuSd .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSfwpEnuSd .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSfwpEnuSd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSfwpEnuSd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSfwpEnuSd .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSfwpEnuSd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSfwpEnuSd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSfwpEnuSd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSfwpEnuSd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSfwpEnuSd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uSfwpEnuSd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSfwpEnuSd .dropdown-item.active,
.cid-uSfwpEnuSd .dropdown-item:active {
  background-color: transparent;
}
.cid-uSfwpEnuSd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uSfwpEnuSd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSfwpEnuSd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSfwpEnuSd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSfwpEnuSd ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSfwpEnuSd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSfwpEnuSd button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f0f0f0;
}
.cid-uSfwpEnuSd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #5c4623;
}
.cid-uSfwpEnuSd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSfwpEnuSd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfwpEnuSd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSfwpEnuSd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSfwpEnuSd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfwpEnuSd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSfwpEnuSd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSfwpEnuSd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSfwpEnuSd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSfwpEnuSd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSfwpEnuSd .navbar {
    height: 70px;
  }
  .cid-uSfwpEnuSd .navbar.opened {
    height: auto;
  }
  .cid-uSfwpEnuSd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSfwpEnuSd .navbar-dropdown .navbar-logo {
  margin-right: 0;
}
@media (min-width: 768px) {
  .cid-uSfwpEnuSd .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-uSfwpEnuSd .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSfwpEnuSd .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSfwpEnuSd .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-uSfwpEnuSd .navbar-caption:hover {
  color: #a5907b;
}
@media (min-width: 992px) {
  .cid-uSfwpEnuSd .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSfwpEnuSd .text_widget {
  margin-bottom: 32px;
}
.cid-uSfwpEnuSd .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSfwpEnuSd .text_widget a:hover,
.cid-uSfwpEnuSd .text_widget a:focus {
  opacity: .6;
}
.cid-uSfwpEnuSd .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSfwpEnuSd .navbar-caption {
  color: #000000;
}
.cid-uSfwpEnuSd .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSfwpEnuSd .mbr-section-subtitle,
.cid-uSfwpEnuSd .text_widget,
.cid-uSfwpEnuSd .mbr-section-btn {
  text-align: center;
}
.cid-uSfwpEnuSd a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSfwpFoIG3 {
  padding-top: 12rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uSfwpFoIG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfwpFoIG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfwpFoIG3 .image-wrapper img {
  height: 450px;
  width: 100%;
}
.cid-uSfwpFoIG3 img {
  border-radius: 0px !important;
}
.cid-uSfwpFoIG3 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSfwpFoIG3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uSfwpFoIG3 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSfwpFoIG3 .items-wrapper {
  margin: 0 -12px;
}
.cid-uSfwpFoIG3 .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uSfwpFoIG3 .item {
    margin-bottom: 16px;
  }
}
.cid-uSfwpFoIG3 .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-uSfwpFoIG3 .item .item-wrapper {
    height: 350px;
  }
}
.cid-uSfwpFoIG3 .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSfwpFoIG3 .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uSfwpFoIG3 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSfwpFoIG3 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uSfwpFoIG3 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uSfwpFoIG3 .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uSfwpFoIG3 .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSfwpFoIG3 .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-uSfwpFoIG3 .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-uSfwpFoIG3 .item-tag {
  color: #ffffff;
}
.cid-uSfwpFoIG3 .item-name {
  color: #ffffff;
}
.cid-uSfwpFoIG3 .mbr-section-title,
.cid-uSfwpFoIG3 .mbr-section-btn {
  text-align: center;
  color: #5c4623;
}
.cid-uSfwpGEqTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSfwpGEqTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfwpGEqTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfwpGEqTc .row {
  border-top: 1px solid #c8bbad;
  border-bottom: 1px solid #c8bbad;
  padding: 4rem 0;
  justify-content: center;
}
.cid-uSfwpGEqTc .card-box {
  z-index: 10;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  .cid-uSfwpGEqTc .container {
    max-width: 1400px;
  }
}
.cid-uSfwpGEqTc .card {
  margin: auto;
}
.cid-uSfwpGEqTc .card-title,
.cid-uSfwpGEqTc .mbr-iconfont {
  transition: all 0.3s;
}
.cid-uSfwpGEqTc .mbr-iconfont {
  display: block;
  font-size: 2rem;
  color: #a5907b;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfwpGEqTc .mbr-iconfont {
    font-size: 1rem;
  }
}
.cid-uSfwpGEqTc .card-wrapper {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uSfwpGEqTc .card-wrapper:hover {
  transform: translateX(15px) translateY(-15px);
}
.cid-uSfwpGEqTc .card-wrapper:hover .card-title,
.cid-uSfwpGEqTc .card-wrapper:hover .mbr-iconfont {
  color: #5c4623 !important;
}
.cid-uSfwpGEqTc .card-title,
.cid-uSfwpGEqTc .card-box {
  color: #a5907b;
}
.cid-uSfwpHsp9n {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a5907b;
}
.cid-uSfwpHsp9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSfwpHsp9n .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uSfwpHsp9n .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uSfwpHsp9n .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uSfwpHsp9n a {
  font-weight: 600;
}
.cid-uSfwpHsp9n a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uSfwpHsp9n .col-lg-3,
  .cid-uSfwpHsp9n .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uSfwpHsp9n .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uSfwpHsp9n .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}
.cid-uSfwpHsp9n h5 {
  margin: 0;
}
.cid-uSfwpHsp9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSfwpHsp9n .iconfont-wrapper {
  position: relative;
}
.cid-uSfwpHsp9n .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uSfwpHsp9n .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uSfwpHsp9n .sociconfont-wrapper {
  display: flex;
}
.cid-uSfwpHsp9n .card-title,
.cid-uSfwpHsp9n .iconfont-wrapper {
  color: #f0eeee;
}
.cid-uSfwpHsp9n .card-text {
  color: #ffffff;
  text-align: right;
}
.cid-uSfwpHsp9n .mbr-section-title {
  color: #000000;
}
.cid-uSfwpHsp9n .main-title,
.cid-uSfwpHsp9n .iconfont-wrapper {
  text-align: left;
}
.cid-uSfwpIcjdO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a5907b;
  overflow: hidden;
}
