body {
  font-family: 'Noto Sans Arabic', sans-serif;
}
.display-1 {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 4.55rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.6875rem;
}
.display-2 {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 3.7rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.625rem;
}
.display-4 {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3rem;
}
.display-7 {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 3.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.185rem;
    font-size: calc( 2.2424999999999997rem + (4.55 - 2.2424999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.2424999999999997rem + (4.55 - 2.2424999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.96rem;
    font-size: calc( 1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.945rem + (3.7 - 1.945) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #71dbd4 !important;
}
.bg-success {
  background-color: #aaaaaa !important;
}
.bg-info {
  background-color: #71dbd4 !important;
}
.bg-warning {
  background-color: #f7f7f7 !important;
}
.bg-danger {
  background-color: #7ae1bf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #71dbd4 !important;
  border-color: #71dbd4 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #32c4ba !important;
  border-color: #32c4ba !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #32c4ba !important;
  border-color: #32c4ba !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7ae1bf !important;
  border-color: #7ae1bf !important;
  color: #114b38 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #33d19d !important;
  border-color: #33d19d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #114b38 !important;
  background-color: #33d19d !important;
  border-color: #33d19d !important;
}
.btn-info,
.btn-info:active {
  background-color: #71dbd4 !important;
  border-color: #71dbd4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #32c4ba !important;
  border-color: #32c4ba !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #32c4ba !important;
  border-color: #32c4ba !important;
}
.btn-success,
.btn-success:active {
  background-color: #aaaaaa !important;
  border-color: #aaaaaa !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7f7f7f !important;
  border-color: #7f7f7f !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4c4c4c !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #787878 !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7ae1bf !important;
  border-color: #7ae1bf !important;
  color: #114b38 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #33d19d !important;
  border-color: #33d19d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #114b38 !important;
  background-color: #33d19d !important;
  border-color: #33d19d !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #71dbd4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #32c4ba !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #71dbd4 !important;
  border-color: #71dbd4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #7ae1bf;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #33d19d !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #114b38 !important;
  background-color: #7ae1bf !important;
  border-color: #7ae1bf !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #71dbd4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #32c4ba !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #71dbd4 !important;
  border-color: #71dbd4 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #aaaaaa;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7f7f7f !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #aaaaaa !important;
  border-color: #aaaaaa !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #f7f7f7;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cccccc !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #7ae1bf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #33d19d !important;
  background-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #114b38 !important;
  background-color: #7ae1bf !important;
  border-color: #7ae1bf !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  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;
  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;
  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;
  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: #71dbd4 !important;
}
.text-secondary {
  color: #7ae1bf !important;
}
.text-success {
  color: #aaaaaa !important;
}
.text-info {
  color: #71dbd4 !important;
}
.text-warning {
  color: #f7f7f7 !important;
}
.text-danger {
  color: #7ae1bf !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6ddad3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #76e0bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a7a7a7 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6ddad3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f4f4f4 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #76e0bd !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;
}
.nav-tabs .nav-link.active {
  color: #71dbd4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #71dbd4;
}
.alert-warning {
  background-color: #f7f7f7;
}
.alert-danger {
  background-color: #7ae1bf;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #71dbd4;
  border-color: #71dbd4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #71dbd4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eaeaea;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Noto Sans Arabic', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #71dbd4;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #71dbd4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #71dbd4;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #71dbd4;
  border-bottom-color: #71dbd4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #71dbd4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #7ae1bf !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='%2371dbd4' %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[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item) {
  letter-spacing: -0.025em;
  position: relative;
  padding-top: .5rem;
  margin-bottom: .5rem;
  z-index: 9;
  white-space: nowrap;
  line-height: 1.5;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):before {
  content: "";
  z-index: 0;
  max-width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):after {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 6%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120' fill='%237ae1bf' %3E%3Ccircle cx='60' cy='60' r='50'/%3E%3C/svg%3E");
  position: absolute;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  transform: scale(0, 0);
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:before {
  max-width: 0%;
  left: 100%;
}
a[class*="text-"]:not(.btn):not([role]):not(.navbar-caption):not(.dropdown-toggle):not(.dropdown-item):hover:after {
  opacity: 1;
  transform: scale(1.15);
}
section.popup-builder .modal.mbr-popup button {
  border: none;
}
.cid-sCiYWD0fCw {
  direction: rtl;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sCiYWD0fCw nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .nav-item {
    margin: 0 !important;
  }
}
.cid-sCiYWD0fCw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-sCiYWD0fCw .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCiYWD0fCw .nav-link {
  position: relative;
}
.cid-sCiYWD0fCw .container {
  display: flex;
  margin: auto;
}
.cid-sCiYWD0fCw .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown-menu,
.cid-sCiYWD0fCw .navbar.opened {
  background: #ffffff !important;
}
.cid-sCiYWD0fCw .nav-item:focus,
.cid-sCiYWD0fCw .nav-link:focus {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sCiYWD0fCw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sCiYWD0fCw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCiYWD0fCw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCiYWD0fCw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.opened {
  transition: all 0.3s;
}
.cid-sCiYWD0fCw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sCiYWD0fCw .navbar .navbar-logo img {
  width: auto;
}
.cid-sCiYWD0fCw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCiYWD0fCw .navbar.collapsed {
  justify-content: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCiYWD0fCw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCiYWD0fCw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sCiYWD0fCw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCiYWD0fCw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCiYWD0fCw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCiYWD0fCw .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sCiYWD0fCw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCiYWD0fCw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sCiYWD0fCw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-sCiYWD0fCw .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-sCiYWD0fCw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sCiYWD0fCw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCiYWD0fCw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sCiYWD0fCw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCiYWD0fCw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sCiYWD0fCw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sCiYWD0fCw .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-sCiYWD0fCw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCiYWD0fCw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCiYWD0fCw .dropdown-item.active,
.cid-sCiYWD0fCw .dropdown-item:active {
  background-color: transparent;
}
.cid-sCiYWD0fCw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCiYWD0fCw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sCiYWD0fCw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCiYWD0fCw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCiYWD0fCw ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-sCiYWD0fCw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sCiYWD0fCw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCiYWD0fCw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCiYWD0fCw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCiYWD0fCw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sCiYWD0fCw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sCiYWD0fCw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCiYWD0fCw .navbar {
    height: 70px;
  }
  .cid-sCiYWD0fCw .navbar.opened {
    height: auto;
  }
  .cid-sCiYWD0fCw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-trTfP3fXx1 {
  direction: rtl;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/jeddah-tower-project-1340x600.jpg");
}
.cid-trTfP3fXx1 .mbr-section-title {
  margin-bottom: 2.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cid-trTfP3fXx1 .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-trTfP3fXx1 .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-trTfP3fXx1 .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-trTfP3fXx1 .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-trTfP3fXx1 .circle_animation .circle {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.cid-trTfP3fXx1 .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #71dbd4;
}
.cid-trTfP3fXx1 .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #71dbd4;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-trTfP3fXx1 .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-sCiYXHNcId {
  direction: rtl;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sCiYXHNcId .main_header {
  margin-bottom: 8rem;
}
.cid-sCiYXHNcId .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  color: #7ae1bf;
}
.cid-sCiYXHNcId .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-sCiYXHNcId .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-sCiYXHNcId .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sCiYXHNcId .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sCiYXHNcId .card_item:nth-child(1) .card-box {
    padding-top: 0rem;
  }
  .cid-sCiYXHNcId .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-sCiYXHNcId .card_item:nth-child(3) .card-box {
    padding-top: 0rem;
  }
}
.cid-sCiYXHNcId .item-wrapper {
  padding: 0 1rem;
}
.cid-sCiYXHNcId .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-sCiYXHNcId .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-sCiYXHNcId .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-sCiYXHNcId .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  color: #000000;
}
.cid-sCiYXHNcId .card-text {
  margin-bottom: 1.25rem;
}
.cid-sCiYXHNcId .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-sCiYXHNcId .card-descr {
    margin-right: -1rem;
  }
}
.cid-sCiYXHNcId img,
.cid-sCiYXHNcId .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sCiYXHNcId .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-sCiYXHNcId .main_header {
    margin-bottom: 4rem;
  }
  .cid-sCiYXHNcId .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCiYXHNcId .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-sCiYXHNcId .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-sCiYXHNcId .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-sCiYXHNcId .card-text {
    margin-bottom: .75rem;
  }
  .cid-sCiYXHNcId .item-img {
    padding-right: 1rem;
  }
  .cid-sCiYXHNcId .card-descr {
    right: 1rem;
  }
}
.cid-sCiYXHNcId .mbr-text,
.cid-sCiYXHNcId .linkBtn {
  color: #222d35;
}
.cid-sCiYXHNcId .mbr-section-title {
  color: #000000;
}
.cid-sCiYXHNcId .card-text,
.cid-sCiYXHNcId .linkBtn {
  color: #222d35;
}
.cid-sCiZlmqFzN {
  direction: rtl;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCiZlmqFzN .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sCiZlmqFzN .card:hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sCiZlmqFzN .card .square_fill {
  background-color: #71dbd4;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sCiZlmqFzN .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sCiZlmqFzN .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sCiZlmqFzN .square_animation .square_null {
  z-index: 1;
  border: 1px solid #71dbd4;
}
.cid-sCiZlmqFzN .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCiZlmqFzN .main_title {
  margin-bottom: 2.5rem;
}
.cid-sCiZlmqFzN .card-subtitle {
  margin-bottom: .75rem;
}
.cid-sCiZlmqFzN .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sCiZlmqFzN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sCiZlmqFzN .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sCiZlmqFzN .row {
    flex-direction: column-reverse;
  }
  .cid-sCiZlmqFzN .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sCiZlmqFzN .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sCiZlmqFzN .card-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCiZlmqFzN .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sCiZlmqFzN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sCiZlmqFzN .card .square_fill {
    transform: scale(0.8) translateX(-3.75rem);
  }
  .cid-sCiZlmqFzN .card .square_null {
    transform: translateX(1rem);
  }
  .cid-sCiZlmqFzN .card:hover .square_fill {
    transform: scale(1) translateX(-3rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sCiZlmqFzN .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sCiZlmqFzN .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .card:hover .square_fill {
    transform: none;
  }
  .cid-sCiZlmqFzN .card .square_null {
    transform: translateX(0);
  }
  .cid-sCiZlmqFzN .card .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sCiZlmqFzN .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sCiZlmqFzN .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sCiZlmqFzN .card-title {
  color: #7ae1bf;
}
.cid-sCn24nrUEt {
  direction: rtl;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sCn24nrUEt .main_header {
  margin-bottom: 8rem;
}
.cid-sCn24nrUEt .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-sCn24nrUEt .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-sCn24nrUEt form {
  direction: rtl;
  margin-top: 2.5rem;
}
.cid-sCn24nrUEt input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
  direction: rtl;
}
.cid-sCn24nrUEt input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
  direction: rtl;
}
.cid-sCn24nrUEt .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-sCn24nrUEt .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-sCn24nrUEt .mbr-form .form-control:focus {
  border-color: #111111;
}
.cid-sCn24nrUEt .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-sCn24nrUEt .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-sCn24nrUEt .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-sCn24nrUEt .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-sCn24nrUEt .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-sCn24nrUEt .card_item:nth-child(2) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-sCn24nrUEt .card_item:nth-child(3) .card-box {
    padding: 2.5rem 2rem 2.5rem 2rem;
  }
}
.cid-sCn24nrUEt .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-sCn24nrUEt .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #7ae1bf;
}
.cid-sCn24nrUEt .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sCn24nrUEt .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-sCn24nrUEt .card_item:nth-child(2) .square_fill {
  background-color: #aaaaaa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-sCn24nrUEt .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-sCn24nrUEt .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-sCn24nrUEt .card_item:nth-child(3) .square_fill {
  background-color: #71dbd4;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-sCn24nrUEt .card_item .card-box {
  border-left: 1px dotted rgba(34, 45, 53, 0.5);
}
.cid-sCn24nrUEt .card_item:nth-child(3) .card-box {
  border-right: 1px dotted rgba(34, 45, 53, 0.5);
}
.cid-sCn24nrUEt .card-box {
  height: 100%;
}
.cid-sCn24nrUEt .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-sCn24nrUEt .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sCn24nrUEt .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sCn24nrUEt .square_animation .square_null {
  z-index: 1;
  border: 1px solid #71dbd4;
}
.cid-sCn24nrUEt .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sCn24nrUEt .card-title {
  margin-bottom: 1.75rem;
  color: #27ead5;
}
@media (max-width: 991px) {
  .cid-sCn24nrUEt .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sCn24nrUEt .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-sCn24nrUEt .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-sCn24nrUEt .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-sCn24nrUEt .item-wrapper {
    padding: 0;
  }
  .cid-sCn24nrUEt .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-sCn24nrUEt .main_header {
    margin-bottom: 4rem;
  }
  .cid-sCn24nrUEt .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-sCn24nrUEt .mbr-text {
    margin-top: .75rem;
  }
  .cid-sCn24nrUEt .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sCn24nrUEt .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-sCn24nrUEt .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-sCn24nrUEt .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sCn24nrUEt .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sCn24nrUEt .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-sCn24nrUEt .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-sCn24nrUEt .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-sCn24nrUEt .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-sCn24nrUEt .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-sCn24nrUEt .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-sCn24nrUEt .card_item:nth-child(3) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-sCn24nrUEt .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-sCn24nrUEt .textGDPR {
  font-size: 14px;
}
.cid-sCn24nrUEt .mbr-section-title {
  color: #000000;
}
.cid-sCn24nrUEt .card-text {
  color: #222d35;
}
.cid-tr27CbEPTw {
  direction: rtl;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-tr27CbEPTw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tr27CbEPTw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tr27CbEPTw .row {
    text-align: center;
  }
  .cid-tr27CbEPTw .row > div {
    margin: auto;
  }
  .cid-tr27CbEPTw .social-row {
    justify-content: center;
  }
}
.cid-tr27CbEPTw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tr27CbEPTw .list {
  list-style: none;
  padding-left: 0;
  color: #0a548b;
}
@media (max-width: 991px) {
  .cid-tr27CbEPTw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tr27CbEPTw .list {
    margin-bottom: 0rem;
  }
}
.cid-tr27CbEPTw .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tr27CbEPTw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tr27CbEPTw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tr27CbEPTw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tr27CbEPTw H5 {
  color: #000000;
  text-align: center;
}
.cid-tr27CbEPTw .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-tr27yCjHsg {
  direction: rtl;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #71dbd4;
}
.cid-tr27yCjHsg .links {
  text-align: center;
  color: #ffffff;
}
.cid-tr27yCjHsg p {
  margin: 0;
}
.cid-tr27yCjHsg a {
  color: #ffffff;
}
.cid-tr27yCjHsg a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u0NNYsF5At {
  direction: rtl;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u0NNYsF5At nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u0NNYsF5At .nav-item {
    margin: 0 !important;
  }
}
.cid-u0NNYsF5At .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NNYsF5At .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u0NNYsF5At .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u0NNYsF5At .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u0NNYsF5At .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u0NNYsF5At .nav-link {
  position: relative;
}
.cid-u0NNYsF5At .container {
  display: flex;
  margin: auto;
}
.cid-u0NNYsF5At .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u0NNYsF5At .dropdown-menu,
.cid-u0NNYsF5At .navbar.opened {
  background: #ffffff !important;
}
.cid-u0NNYsF5At .nav-item:focus,
.cid-u0NNYsF5At .nav-link:focus {
  outline: none;
}
.cid-u0NNYsF5At .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u0NNYsF5At .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u0NNYsF5At .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u0NNYsF5At .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u0NNYsF5At .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u0NNYsF5At .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u0NNYsF5At .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-u0NNYsF5At .navbar.opened {
  transition: all 0.3s;
}
.cid-u0NNYsF5At .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u0NNYsF5At .navbar .navbar-logo img {
  width: auto;
}
.cid-u0NNYsF5At .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u0NNYsF5At .navbar.collapsed {
  justify-content: center;
}
.cid-u0NNYsF5At .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u0NNYsF5At .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u0NNYsF5At .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u0NNYsF5At .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u0NNYsF5At .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u0NNYsF5At .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u0NNYsF5At .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u0NNYsF5At .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u0NNYsF5At .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u0NNYsF5At .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-u0NNYsF5At .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u0NNYsF5At .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u0NNYsF5At .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u0NNYsF5At .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u0NNYsF5At .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u0NNYsF5At .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u0NNYsF5At .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u0NNYsF5At .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u0NNYsF5At .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u0NNYsF5At .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u0NNYsF5At .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u0NNYsF5At .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u0NNYsF5At .navbar.navbar-short {
  min-height: 60px;
}
.cid-u0NNYsF5At .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u0NNYsF5At .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u0NNYsF5At .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-u0NNYsF5At .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u0NNYsF5At .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u0NNYsF5At .dropdown-item.active,
.cid-u0NNYsF5At .dropdown-item:active {
  background-color: transparent;
}
.cid-u0NNYsF5At .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u0NNYsF5At .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u0NNYsF5At .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u0NNYsF5At .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u0NNYsF5At .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u0NNYsF5At .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u0NNYsF5At ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u0NNYsF5At .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u0NNYsF5At button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u0NNYsF5At button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-u0NNYsF5At button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u0NNYsF5At button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NNYsF5At button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u0NNYsF5At button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u0NNYsF5At nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NNYsF5At nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u0NNYsF5At nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u0NNYsF5At nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u0NNYsF5At .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u0NNYsF5At a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u0NNYsF5At .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u0NNYsF5At .navbar {
    height: 70px;
  }
  .cid-u0NNYsF5At .navbar.opened {
    height: auto;
  }
  .cid-u0NNYsF5At .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u0NNYzCsDl {
  direction: rtl;
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/team2-2000x833-noghazal-2000x833.jpg");
}
@media (max-width: 991px) {
  .cid-u0NNYzCsDl .mbr-section-title,
  .cid-u0NNYzCsDl .mbr-section-subtitle,
  .cid-u0NNYzCsDl .mbr-section-btn,
  .cid-u0NNYzCsDl .mbr-text {
    text-align: center;
  }
}
.cid-u0NNYzCsDl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u0NNYzCsDl .mbr-text,
.cid-u0NNYzCsDl .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-u0NNYzCsDl .card-wrapper {
  background: #ffffff;
  width: 500px;
  margin: auto;
  height: 500px;
  border-radius: 50%;
  display: flex;
  padding-top: 2rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-u0NNYzCsDl .card-wrapper {
    width: 500px;
    margin: auto;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .cid-u0NNYzCsDl .card-wrapper {
    width: 300px;
    margin: auto;
    height: 300px;
  }
  .cid-u0NNYzCsDl .card-wrapper .mb-3 {
    margin: 0!important;
  }
  .cid-u0NNYzCsDl .card-wrapper .btn {
    padding: 0.6rem 1.2rem;
  }
}
.cid-u84SuzmoYN {
  direction: rtl;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u84SuzmoYN .border_box {
  margin-bottom: 5rem;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
  width: 100%;
}
.cid-u84SuzmoYN .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-u84SuzmoYN .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #7ae1bf;
}
.cid-u84SuzmoYN .content_box {
  max-width: 42rem;
  margin-left: auto;
}
.cid-u84SuzmoYN .list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .25rem;
  margin-bottom: .75rem;
}
.cid-u84SuzmoYN .list_box p {
  line-height: 1.23;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u84SuzmoYN .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-u84SuzmoYN .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-u84SuzmoYN .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-u84SuzmoYN .main_header {
    margin-bottom: 1rem;
  }
  .cid-u84SuzmoYN .border_box {
    margin-bottom: 3rem;
  }
  .cid-u84SuzmoYN .list_box {
    padding-bottom: 1rem;
    padding-top: .25rem;
    margin-bottom: .75rem;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
    display: block;
  }
  .cid-u84SuzmoYN .list_box p {
    width: 100%;
  }
  .cid-u84SuzmoYN .list_box .list_prof {
    margin-bottom: .5rem;
  }
}
.cid-u84SuzmoYN .list_prof {
  text-align: right;
}
.cid-u84SuzmoYN .list_name {
  text-align: right;
}
.cid-u84TApL41j {
  direction: rtl;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6f6;
}
.cid-u84TApL41j .border_box {
  margin-bottom: 5rem;
  border-top: 1px dotted rgba(55, 60, 66, 0.5);
  width: 100%;
}
.cid-u84TApL41j .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-u84TApL41j .mbr-section-title {
  margin-bottom: 1.5rem;
  color: #7ae1bf;
}
.cid-u84TApL41j .content_box {
  max-width: 42rem;
  margin-left: auto;
}
.cid-u84TApL41j .list_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .25rem;
  margin-bottom: .75rem;
}
.cid-u84TApL41j .list_box p {
  line-height: 1.23;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-u84TApL41j .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-u84TApL41j .mbr-section-title {
    margin-bottom: .75rem;
  }
  .cid-u84TApL41j .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-u84TApL41j .main_header {
    margin-bottom: 1rem;
  }
  .cid-u84TApL41j .border_box {
    margin-bottom: 3rem;
  }
  .cid-u84TApL41j .list_box {
    padding-bottom: 1rem;
    padding-top: .25rem;
    margin-bottom: .75rem;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
    display: block;
  }
  .cid-u84TApL41j .list_box p {
    width: 100%;
  }
  .cid-u84TApL41j .list_box .list_prof {
    margin-bottom: .5rem;
  }
}
.cid-u84TApL41j .list_name {
  text-align: center;
}
.cid-u0NP6kAnOU {
  direction: rtl;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-u0NP6kAnOU .carousel-item {
  justify-content: center;
}
.cid-u0NP6kAnOU .carousel-item.active,
.cid-u0NP6kAnOU .carousel-item-next,
.cid-u0NP6kAnOU .carousel-item-prev {
  display: flex;
}
.cid-u0NP6kAnOU .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #155ce0;
}
.cid-u0NP6kAnOU .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-u0NP6kAnOU .carousel-control-next span {
  padding-left: 5px;
}
.cid-u0NP6kAnOU .carousel-control-prev span {
  padding-right: 5px;
}
.cid-u0NP6kAnOU .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-u0NP6kAnOU .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-u0NP6kAnOU .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-ubkS4gh0XS {
  direction: rtl;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ubkS4gh0XS .main_header {
  margin-bottom: 8rem;
}
.cid-ubkS4gh0XS .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-ubkS4gh0XS .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
}
.cid-ubkS4gh0XS form {
  margin-top: 2.5rem;
}
.cid-ubkS4gh0XS input::-webkit-input-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-ubkS4gh0XS input::-moz-placeholder {
  color: #373c42;
  opacity: .8;
}
.cid-ubkS4gh0XS .mbr-form .form-group {
  margin-bottom: 1rem;
}
.cid-ubkS4gh0XS .mbr-form .form-control {
  padding: .75rem 1rem;
  line-height: 1.5;
  border: 1px solid #dddddd;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-ubkS4gh0XS .mbr-form .form-control:focus {
  border-color: #111111;
}
.cid-ubkS4gh0XS .mbr-form textarea {
  height: 120px;
  background-color: #ffffff;
}
.cid-ubkS4gh0XS .mbr-form .btn {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: none;
  min-height: auto !important;
  font-weight: 400;
}
.cid-ubkS4gh0XS .mbr-form .btn-primary-outline {
  padding: 0 !important;
  border-bottom: 1px solid currentColor !important;
}
.cid-ubkS4gh0XS .card_item {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .cid-ubkS4gh0XS .card_item:nth-child(1) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(2) .card-box {
    padding: 2.5rem 0 2.5rem 2rem;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(3) .card-box {
    padding: 2.5rem 2rem 2.5rem 2rem;
  }
}
.cid-ubkS4gh0XS .card_item:nth-child(1) .square_null {
  transform: translateX(2rem);
}
.cid-ubkS4gh0XS .card_item:nth-child(1) .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #7ae1bf;
}
.cid-ubkS4gh0XS .card_item:nth-child(1):hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-ubkS4gh0XS .card_item:nth-child(2):hover .square_fill {
  transform: rotate(-45deg) translate(0.25rem, -3rem) scale(0.75);
}
.cid-ubkS4gh0XS .card_item:nth-child(2) .square_fill {
  background-color: #aaaaaa;
  transform: translate(-2.5rem, -0.5rem);
}
.cid-ubkS4gh0XS .card_item:nth-child(2) .square_null {
  transform: rotate(45deg) translate(-1rem, -2rem);
}
.cid-ubkS4gh0XS .card_item:nth-child(3):hover .square_fill {
  transform: scale(1) translateX(-5rem) rotate(45deg);
}
.cid-ubkS4gh0XS .card_item:nth-child(3) .square_fill {
  background-color: #71dbd4;
  transform: scale(0.8) translateX(-6.25rem);
}
.cid-ubkS4gh0XS .card_item .card-box {
  border-left: 1px dotted rgba(34, 45, 53, 0.5);
}
.cid-ubkS4gh0XS .card_item:nth-child(3) .card-box {
  border-right: 1px dotted rgba(34, 45, 53, 0.5);
}
.cid-ubkS4gh0XS .card-box {
  height: 100%;
}
.cid-ubkS4gh0XS .item-wrapper {
  height: 100%;
  padding: 0 1rem;
}
.cid-ubkS4gh0XS .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-ubkS4gh0XS .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-ubkS4gh0XS .square_animation .square_null {
  z-index: 1;
  border: 1px solid #71dbd4;
}
.cid-ubkS4gh0XS .square_animation .square_fill {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-ubkS4gh0XS .card-title {
  margin-bottom: 1.75rem;
  color: #27ead5;
}
@media (max-width: 991px) {
  .cid-ubkS4gh0XS .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(1) .square_null {
    transform: translateX(1rem);
  }
  .cid-ubkS4gh0XS .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-4.75rem);
  }
  .cid-ubkS4gh0XS .card_item:nth-child(3):hover .square_fill {
    transform: scale(1) translateX(-4rem) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .cid-ubkS4gh0XS .item-wrapper {
    padding: 0;
  }
  .cid-ubkS4gh0XS .card-box {
    padding: 2rem 0 2.5rem;
  }
  .cid-ubkS4gh0XS .main_header {
    margin-bottom: 4rem;
  }
  .cid-ubkS4gh0XS .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-ubkS4gh0XS .mbr-text {
    margin-top: .75rem;
  }
  .cid-ubkS4gh0XS .square_animation {
    margin-bottom: 1rem;
  }
  .cid-ubkS4gh0XS .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(1):hover .square_fill {
    transform: none;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(1) .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(1) .square_null {
    transform: translateX(1.5rem);
  }
  .cid-ubkS4gh0XS .card_item:nth-child(2):hover .square_fill {
    transform: none;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(2) .square_fill {
    transform: translate(-1.75rem, 0.75rem) !important;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(2) .square_null {
    margin-left: 1rem;
    transform: rotate(45deg) translate(0);
  }
  .cid-ubkS4gh0XS .card_item:nth-child(3):hover .square_fill {
    transform: none;
  }
  .cid-ubkS4gh0XS .card_item:nth-child(3) .square_fill {
    transform: scale(0.8) translateX(-3.15rem) !important;
  }
  .cid-ubkS4gh0XS .card_item .card-box {
    border-left: none;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-ubkS4gh0XS .card_item:nth-child(3) .card-box {
    border-right: none;
    border-bottom: none;
  }
  .cid-ubkS4gh0XS .card-title {
    margin-bottom: 1.25rem;
  }
}
.cid-ubkS4gh0XS .textGDPR {
  font-size: 14px;
}
.cid-ubkS4gh0XS .mbr-section-title {
  color: #000000;
}
.cid-ubkS4gh0XS .card-text {
  color: #222d35;
}
.cid-u0NNYCHDfw {
  direction: rtl;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-u0NNYCHDfw .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u0NNYCHDfw .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u0NNYCHDfw .row {
    text-align: center;
  }
  .cid-u0NNYCHDfw .row > div {
    margin: auto;
  }
  .cid-u0NNYCHDfw .social-row {
    justify-content: center;
  }
}
.cid-u0NNYCHDfw .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u0NNYCHDfw .list {
  list-style: none;
  padding-left: 0;
  color: #0a548b;
}
@media (max-width: 991px) {
  .cid-u0NNYCHDfw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u0NNYCHDfw .list {
    margin-bottom: 0rem;
  }
}
.cid-u0NNYCHDfw .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-u0NNYCHDfw .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u0NNYCHDfw .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u0NNYCHDfw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u0NNYCHDfw H5 {
  color: #000000;
  text-align: center;
}
.cid-u0NNYCHDfw .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-u0NNYDKGYg {
  direction: rtl;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #71dbd4;
}
.cid-u0NNYDKGYg .links {
  text-align: center;
  color: #ffffff;
}
.cid-u0NNYDKGYg p {
  margin: 0;
}
.cid-u0NNYDKGYg a {
  color: #ffffff;
}
.cid-u0NNYDKGYg a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u4Pxn0nbJn {
  direction: rtl;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4Pxn0nbJn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u4Pxn0nbJn .nav-item {
    margin: 0 !important;
  }
}
.cid-u4Pxn0nbJn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4Pxn0nbJn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u4Pxn0nbJn .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u4Pxn0nbJn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u4Pxn0nbJn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4Pxn0nbJn .nav-link {
  position: relative;
}
.cid-u4Pxn0nbJn .container {
  display: flex;
  margin: auto;
}
.cid-u4Pxn0nbJn .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4Pxn0nbJn .dropdown-menu,
.cid-u4Pxn0nbJn .navbar.opened {
  background: #ffffff !important;
}
.cid-u4Pxn0nbJn .nav-item:focus,
.cid-u4Pxn0nbJn .nav-link:focus {
  outline: none;
}
.cid-u4Pxn0nbJn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4Pxn0nbJn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4Pxn0nbJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4Pxn0nbJn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4Pxn0nbJn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4Pxn0nbJn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4Pxn0nbJn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-u4Pxn0nbJn .navbar.opened {
  transition: all 0.3s;
}
.cid-u4Pxn0nbJn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4Pxn0nbJn .navbar .navbar-logo img {
  width: auto;
}
.cid-u4Pxn0nbJn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4Pxn0nbJn .navbar.collapsed {
  justify-content: center;
}
.cid-u4Pxn0nbJn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4Pxn0nbJn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4Pxn0nbJn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u4Pxn0nbJn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4Pxn0nbJn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4Pxn0nbJn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4Pxn0nbJn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4Pxn0nbJn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4Pxn0nbJn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4Pxn0nbJn .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-u4Pxn0nbJn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4Pxn0nbJn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4Pxn0nbJn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4Pxn0nbJn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4Pxn0nbJn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4Pxn0nbJn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4Pxn0nbJn .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u4Pxn0nbJn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4Pxn0nbJn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4Pxn0nbJn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4Pxn0nbJn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4Pxn0nbJn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4Pxn0nbJn .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4Pxn0nbJn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4Pxn0nbJn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4Pxn0nbJn .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-u4Pxn0nbJn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4Pxn0nbJn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4Pxn0nbJn .dropdown-item.active,
.cid-u4Pxn0nbJn .dropdown-item:active {
  background-color: transparent;
}
.cid-u4Pxn0nbJn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4Pxn0nbJn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4Pxn0nbJn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4Pxn0nbJn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4Pxn0nbJn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4Pxn0nbJn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4Pxn0nbJn ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u4Pxn0nbJn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4Pxn0nbJn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u4Pxn0nbJn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-u4Pxn0nbJn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4Pxn0nbJn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4Pxn0nbJn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4Pxn0nbJn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4Pxn0nbJn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4Pxn0nbJn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4Pxn0nbJn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4Pxn0nbJn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4Pxn0nbJn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4Pxn0nbJn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4Pxn0nbJn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4Pxn0nbJn .navbar {
    height: 70px;
  }
  .cid-u4Pxn0nbJn .navbar.opened {
    height: auto;
  }
  .cid-u4Pxn0nbJn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5UUw0l28K {
  direction: rtl;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/jeddah-tower-project-1340x600.jpg");
}
.cid-u5UUw0l28K .mbr-section-title {
  margin-bottom: 2.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cid-u5UUw0l28K .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-u5UUw0l28K .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-u5UUw0l28K .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-u5UUw0l28K .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-u5UUw0l28K .circle_animation .circle {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.cid-u5UUw0l28K .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #71dbd4;
}
.cid-u5UUw0l28K .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #71dbd4;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-u5UUw0l28K .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-u5USYQOFus {
  direction: rtl;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u5USYQOFus .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: right;
}
.cid-u5USYQOFus .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u5USYQOFus .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-u5USYQOFus .mbr-text {
    margin-top: .75rem;
  }
}
.cid-u5USYQOFus .mbr-section-title {
  text-align: right;
  color: #27ead5;
}
.cid-u5USdfvq7I {
  direction: rtl;
  background-color: #ffffff;
}
.cid-u5USdfvq7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5USdfvq7I .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-u5USdfvq7I .container {
    padding: 0 20px;
  }
}
.cid-u5USdfvq7I .row {
  justify-content: space-between;
}
.cid-u5USdfvq7I .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
.cid-u5USdfvq7I .dragArea.row .form-group {
  margin-bottom: 48px !important;
}
@media (max-width: 992px) {
  .cid-u5USdfvq7I .dragArea.row .form-group {
    margin-bottom: 30px !important;
  }
}
.cid-u5USdfvq7I .dragArea.row .form-group .form-control-label {
  margin-bottom: 16px !important;
}
.cid-u5USdfvq7I .dragArea.row .form-group .form-control {
  box-shadow: none;
  background: transparent;
  border: 1px solid #e1e1e1 !important;
  border-radius: .75rem !important;
  padding: 12px 20px;
  min-height: 80px;
}
.cid-u5USdfvq7I .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-u5USdfvq7I .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #7ae1bf;
  border-color: #7ae1bf;
}
.cid-u5USdfvq7I .dragArea.row .form-group .form-check .form-check-label {
  color: #7ae1bf;
}
.cid-u5USdfvq7I .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-u5USdfvq7I .mbr-text {
  color: #000000;
}
.cid-u5USdfvq7I label {
  color: #000000;
}
.cid-u5USdfvq7I .mbr-section-title {
  color: #7ae1bf;
  text-align: center;
}
.cid-u4Pxn2LnZO {
  direction: rtl;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-u4Pxn2LnZO .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4Pxn2LnZO .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4Pxn2LnZO .row {
    text-align: center;
  }
  .cid-u4Pxn2LnZO .row > div {
    margin: auto;
  }
  .cid-u4Pxn2LnZO .social-row {
    justify-content: center;
  }
}
.cid-u4Pxn2LnZO .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4Pxn2LnZO .list {
  list-style: none;
  padding-left: 0;
  color: #0a548b;
}
@media (max-width: 991px) {
  .cid-u4Pxn2LnZO .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4Pxn2LnZO .list {
    margin-bottom: 0rem;
  }
}
.cid-u4Pxn2LnZO .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-u4Pxn2LnZO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4Pxn2LnZO .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4Pxn2LnZO div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4Pxn2LnZO H5 {
  color: #000000;
  text-align: center;
}
.cid-u4Pxn2LnZO .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-u4Pxn3bN5t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #71dbd4;
}
.cid-u4Pxn3bN5t .links {
  text-align: center;
  color: #ffffff;
}
.cid-u4Pxn3bN5t p {
  margin: 0;
}
.cid-u4Pxn3bN5t a {
  color: #ffffff;
}
.cid-u4Pxn3bN5t a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u4yRu1zhZF {
  direction: rtl;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4yRu1zhZF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u4yRu1zhZF .nav-item {
    margin: 0 !important;
  }
}
.cid-u4yRu1zhZF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4yRu1zhZF .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u4yRu1zhZF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u4yRu1zhZF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u4yRu1zhZF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4yRu1zhZF .nav-link {
  position: relative;
}
.cid-u4yRu1zhZF .container {
  display: flex;
  margin: auto;
}
.cid-u4yRu1zhZF .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4yRu1zhZF .dropdown-menu,
.cid-u4yRu1zhZF .navbar.opened {
  background: #ffffff !important;
}
.cid-u4yRu1zhZF .nav-item:focus,
.cid-u4yRu1zhZF .nav-link:focus {
  outline: none;
}
.cid-u4yRu1zhZF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4yRu1zhZF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4yRu1zhZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4yRu1zhZF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4yRu1zhZF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4yRu1zhZF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4yRu1zhZF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-u4yRu1zhZF .navbar.opened {
  transition: all 0.3s;
}
.cid-u4yRu1zhZF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4yRu1zhZF .navbar .navbar-logo img {
  width: auto;
}
.cid-u4yRu1zhZF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4yRu1zhZF .navbar.collapsed {
  justify-content: center;
}
.cid-u4yRu1zhZF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4yRu1zhZF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4yRu1zhZF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u4yRu1zhZF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4yRu1zhZF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4yRu1zhZF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4yRu1zhZF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4yRu1zhZF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4yRu1zhZF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4yRu1zhZF .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-u4yRu1zhZF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4yRu1zhZF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4yRu1zhZF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4yRu1zhZF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4yRu1zhZF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4yRu1zhZF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4yRu1zhZF .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u4yRu1zhZF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4yRu1zhZF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4yRu1zhZF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4yRu1zhZF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4yRu1zhZF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4yRu1zhZF .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4yRu1zhZF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4yRu1zhZF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4yRu1zhZF .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-u4yRu1zhZF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4yRu1zhZF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4yRu1zhZF .dropdown-item.active,
.cid-u4yRu1zhZF .dropdown-item:active {
  background-color: transparent;
}
.cid-u4yRu1zhZF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4yRu1zhZF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4yRu1zhZF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4yRu1zhZF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4yRu1zhZF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4yRu1zhZF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4yRu1zhZF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u4yRu1zhZF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4yRu1zhZF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u4yRu1zhZF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-u4yRu1zhZF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4yRu1zhZF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4yRu1zhZF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4yRu1zhZF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4yRu1zhZF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4yRu1zhZF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4yRu1zhZF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4yRu1zhZF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4yRu1zhZF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4yRu1zhZF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4yRu1zhZF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4yRu1zhZF .navbar {
    height: 70px;
  }
  .cid-u4yRu1zhZF .navbar.opened {
    height: auto;
  }
  .cid-u4yRu1zhZF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4PrYmnqGN {
  direction: rtl;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-u4PrYmnqGN .mbr-section-title {
  margin-bottom: 2.5rem;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .cid-u4PrYmnqGN .mbr-section-title {
    margin-bottom: 1.25rem;
  }
}
.cid-u4PrYmnqGN .date_wrap {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .cid-u4PrYmnqGN .date_wrap {
    margin-bottom: 1.25rem;
  }
}
.cid-u4PrYmnqGN .circle_animation {
  display: inline-flex;
  position: relative;
  margin-bottom: .5rem;
}
.cid-u4PrYmnqGN .circle_animation .circle {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.cid-u4PrYmnqGN .circle_animation .circle_fill {
  -webkit-animation: circleFill 2.25s infinite;
  animation: circleFill 2.25s infinite;
  background-color: #71dbd4;
}
.cid-u4PrYmnqGN .circle_animation .circle_null {
  margin-left: -0.5rem;
  border: 1px solid #71dbd4;
  -webkit-animation: circleNull 2.25s infinite;
  animation: circleNull 2.25s infinite;
}
.cid-u4PrYmnqGN .date {
  margin-bottom: 0.25rem;
}
@keyframes circleFill {
  0%,
  100% {
    transform: translateX(75%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes circleNull {
  0%,
  100% {
    transform: translateX(-50%);
    animationTimingFunction: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateX(0);
    animationTimingFunction: cubic-bezier(0, 0, 0.2, 1);
  }
}
.cid-u4yRF8zUQW {
  direction: rtl;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u4yRF8zUQW .card-title {
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  margin-right: 1rem;
  margin-bottom: .75rem;
  color: #000000;
  text-align: right;
}
.cid-u4yRF8zUQW .card {
  margin-bottom: 1.5rem;
}
.cid-u4yRF8zUQW .card-wrapper {
  overflow: visible;
  padding: 2.5rem 1.5rem;
  border-bottom: 8px solid grey;
  background-color: #fafafa;
}
@media (max-width: 767px) {
  .cid-u4yRF8zUQW .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-u4yRF8zUQW .card-wrapper-1 {
  border-color: #ff9f0f;
}
.cid-u4yRF8zUQW .card-wrapper-2 {
  border-color: #b61eae;
}
.cid-u4yRF8zUQW .card-wrapper-3 {
  border-color: #27ead5;
}
.cid-u4yRF8zUQW .card-wrapper-4 {
  border-color: #eec39c;
}
.cid-u4yRF8zUQW .card-wrapper-5 {
  border-color: #d4e7eb;
}
.cid-u4yRF8zUQW .card-wrapper-6 {
  border-color: #67beb0;
}
.cid-u4yRF8zUQW .card-text {
  text-align: right;
}
.cid-u4yRF8zUQW .card-number {
  color: #27ead5;
  text-align: right;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-u4yRF8zUQW .card-number {
    text-align: center;
  }
}
.cid-u4yRF8zUQW .mbr-section-title {
  text-align: left;
}
.cid-u4PwitJTKf {
  direction: rtl;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4PwitJTKf .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: center;
}
.cid-u4PwitJTKf .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u4PwitJTKf .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-u4PwitJTKf .mbr-text {
    margin-top: .75rem;
  }
}
.cid-u4PwitJTKf .mbr-section-title {
  text-align: center;
  color: #27ead5;
}
.cid-u4yS0wbtnl {
  direction: rtl;
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u4yS0wbtnl .container {
    max-width: 1400px;
  }
}
.cid-u4yS0wbtnl .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #7100dd;
  margin-bottom: 2rem;
}
.cid-u4yS0wbtnl .card-wrapper {
  margin-top: 3rem;
}
.cid-u4yS0wbtnl .row {
  justify-content: center;
}
.cid-u4yS0wbtnl .mbr-section-subtitle {
  text-align: center;
}
.cid-u4yS0wbtnl .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-u4yS0wbtnl .card-text {
  text-align: center;
}
.cid-u4yS0wbtnl .card-title,
.cid-u4yS0wbtnl .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-u4Ptbkw6Gz {
  direction: rtl;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u4Ptbkw6Gz .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
  text-align: center;
}
.cid-u4Ptbkw6Gz .mbr-text {
  margin-top: 1.5rem;
  letter-spacing: -0.025rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-u4Ptbkw6Gz .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-u4Ptbkw6Gz .mbr-text {
    margin-top: .75rem;
  }
}
.cid-u4Ptbkw6Gz .mbr-section-title {
  text-align: center;
  color: #27ead5;
}
.cid-u4yU3C0pg0 {
  direction: rtl;
  padding-top: 60px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/eslsca-08-scaled-1030x687.jpg");
}
.cid-u4yU3C0pg0 img {
  max-width: 500px;
  width: 100%;
  margin: auto;
}
.cid-u4yU3C0pg0 H2 {
  color: #e7272d;
}
.cid-u4yU3C0pg0 H3 {
  color: #000000;
  text-align: center;
}
.cid-u4yU3C0pg0 .mbr-text,
.cid-u4yU3C0pg0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u4yU3C0pg0 H1 {
  color: #000000;
  text-align: center;
}
.cid-u4yTj40N2R {
  direction: rtl;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u4yTj40N2R .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #71dbd4;
  margin-left: 1rem;
}
.cid-u4yTj40N2R .panel-group {
  border: none;
}
.cid-u4yTj40N2R .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u4yTj40N2R .panel-body,
.cid-u4yTj40N2R .card-header {
  padding: 1rem 0;
}
.cid-u4yTj40N2R .panel-title-edit {
  color: #000000;
}
.cid-u4yTj40N2R .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u4yTj40N2R H3 {
  text-align: center;
}
.cid-u4yRu4mmhP {
  direction: rtl;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-u4yRu4mmhP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4yRu4mmhP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4yRu4mmhP .row {
    text-align: center;
  }
  .cid-u4yRu4mmhP .row > div {
    margin: auto;
  }
  .cid-u4yRu4mmhP .social-row {
    justify-content: center;
  }
}
.cid-u4yRu4mmhP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4yRu4mmhP .list {
  list-style: none;
  padding-left: 0;
  color: #0a548b;
}
@media (max-width: 991px) {
  .cid-u4yRu4mmhP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4yRu4mmhP .list {
    margin-bottom: 0rem;
  }
}
.cid-u4yRu4mmhP .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-u4yRu4mmhP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4yRu4mmhP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4yRu4mmhP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4yRu4mmhP H5 {
  color: #000000;
  text-align: center;
}
.cid-u4yRu4mmhP .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-u4yRu4MYBI {
  direction: rtl;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #71dbd4;
}
.cid-u4yRu4MYBI .links {
  text-align: center;
  color: #ffffff;
}
.cid-u4yRu4MYBI p {
  margin: 0;
}
.cid-u4yRu4MYBI a {
  color: #ffffff;
}
.cid-u4yRu4MYBI a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-u4yPxREVsY {
  direction: rtl;
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-u4yPxREVsY nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-u4yPxREVsY .nav-item {
    margin: 0 !important;
  }
}
.cid-u4yPxREVsY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4yPxREVsY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.cid-u4yPxREVsY .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-u4yPxREVsY .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 1rem .5rem 1rem !important;
}
.cid-u4yPxREVsY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u4yPxREVsY .nav-link {
  position: relative;
}
.cid-u4yPxREVsY .container {
  display: flex;
  margin: auto;
}
.cid-u4yPxREVsY .iconfont-wrapper {
  color: #222d35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u4yPxREVsY .dropdown-menu,
.cid-u4yPxREVsY .navbar.opened {
  background: #ffffff !important;
}
.cid-u4yPxREVsY .nav-item:focus,
.cid-u4yPxREVsY .nav-link:focus {
  outline: none;
}
.cid-u4yPxREVsY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u4yPxREVsY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u4yPxREVsY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u4yPxREVsY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u4yPxREVsY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u4yPxREVsY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u4yPxREVsY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom-width: 0px;
  box-shadow: none;
  background: #ffffff;
}
.cid-u4yPxREVsY .navbar.opened {
  transition: all 0.3s;
}
.cid-u4yPxREVsY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u4yPxREVsY .navbar .navbar-logo img {
  width: auto;
}
.cid-u4yPxREVsY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u4yPxREVsY .navbar.collapsed {
  justify-content: center;
}
.cid-u4yPxREVsY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u4yPxREVsY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u4yPxREVsY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-u4yPxREVsY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u4yPxREVsY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u4yPxREVsY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u4yPxREVsY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u4yPxREVsY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u4yPxREVsY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u4yPxREVsY .navbar .nav-item {
    padding: .5rem 0;
    border-bottom: 1px dotted rgba(34, 45, 53, 0.5);
  }
  .cid-u4yPxREVsY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u4yPxREVsY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u4yPxREVsY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u4yPxREVsY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u4yPxREVsY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u4yPxREVsY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u4yPxREVsY .navbar ul.navbar-nav {
    padding-bottom: 1.5rem;
    overflow: hidden;
  }
  .cid-u4yPxREVsY .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u4yPxREVsY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u4yPxREVsY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u4yPxREVsY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u4yPxREVsY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u4yPxREVsY .navbar.navbar-short {
  min-height: 60px;
}
.cid-u4yPxREVsY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u4yPxREVsY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u4yPxREVsY .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-u4yPxREVsY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u4yPxREVsY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u4yPxREVsY .dropdown-item.active,
.cid-u4yPxREVsY .dropdown-item:active {
  background-color: transparent;
}
.cid-u4yPxREVsY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u4yPxREVsY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u4yPxREVsY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u4yPxREVsY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u4yPxREVsY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u4yPxREVsY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u4yPxREVsY ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-u4yPxREVsY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u4yPxREVsY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-u4yPxREVsY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #222d35;
}
.cid-u4yPxREVsY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u4yPxREVsY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4yPxREVsY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u4yPxREVsY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u4yPxREVsY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4yPxREVsY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u4yPxREVsY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u4yPxREVsY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u4yPxREVsY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u4yPxREVsY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4yPxREVsY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u4yPxREVsY .navbar {
    height: 70px;
  }
  .cid-u4yPxREVsY .navbar.opened {
    height: auto;
  }
  .cid-u4yPxREVsY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u4yQlHi2Lt {
  direction: rtl;
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4yQlHi2Lt .carousel-item {
  justify-content: center;
}
.cid-u4yQlHi2Lt .carousel-item.active,
.cid-u4yQlHi2Lt .carousel-item-next,
.cid-u4yQlHi2Lt .carousel-item-prev {
  display: flex;
}
.cid-u4yQlHi2Lt .title_block {
  margin-bottom: 80px;
}
.cid-u4yQlHi2Lt .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #27ead5;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.cid-u4yQlHi2Lt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u4yQlHi2Lt .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: right;
}
.cid-u4yQlHi2Lt .user_descr {
  margin: 0;
  text-align: right;
}
.cid-u4yQlHi2Lt .user:hover img {
  transform: scale(1.1);
}
.cid-u4yQlHi2Lt .user:hover .card_title a {
  color: #71dbd4 !important;
}
.cid-u4yQlHi2Lt .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-u4yQlHi2Lt .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u4yQlHi2Lt li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(229, 82, 4, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u4yQlHi2Lt li.active {
  opacity: 1;
  background-color: #e55204;
  width: 27px;
  height: 2px;
}
.cid-u4yQlHi2Lt .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-u4yQlHi2Lt .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-u4yQlHi2Lt .title_block {
    margin-bottom: 40px;
  }
  .cid-u4yQlHi2Lt .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u4yQlHi2Lt .user {
    margin-top: 40px;
  }
  .cid-u4yQlHi2Lt .user:first-child {
    margin-top: 0;
  }
}
.cid-u5UWgwwJy9 {
  direction: rtl;
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u5UWgwwJy9 .carousel-item {
  justify-content: center;
}
.cid-u5UWgwwJy9 .carousel-item.active,
.cid-u5UWgwwJy9 .carousel-item-next,
.cid-u5UWgwwJy9 .carousel-item-prev {
  display: flex;
}
.cid-u5UWgwwJy9 .title_block {
  margin-bottom: 80px;
}
.cid-u5UWgwwJy9 .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #27ead5;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-u5UWgwwJy9 .mbr-section-title {
  color: #000000;
}
.cid-u5UWgwwJy9 .card_title {
  margin-bottom: 10px;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: right;
}
.cid-u5UWgwwJy9 .user_descr {
  margin: 0;
  text-align: right;
}
.cid-u5UWgwwJy9 .user:hover img {
  transform: scale(1.1);
}
.cid-u5UWgwwJy9 .user:hover .card_title a {
  color: #71dbd4 !important;
}
.cid-u5UWgwwJy9 .user_image {
  margin-bottom: 25px;
  overflow: hidden;
}
.cid-u5UWgwwJy9 .user_image img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-u5UWgwwJy9 li {
  opacity: 1;
  border: none;
  width: 15px;
  height: 2px;
  margin: 0 5px;
  max-width: 30px;
  max-height: 2px;
  background: rgba(229, 82, 4, 0.3);
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-u5UWgwwJy9 li.active {
  opacity: 1;
  background-color: #e55204;
  width: 27px;
  height: 2px;
}
.cid-u5UWgwwJy9 .carousel-indicators {
  align-items: center;
  position: static;
  margin: 60px 0 0;
}
.cid-u5UWgwwJy9 .carousel-indicators li {
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-u5UWgwwJy9 .title_block {
    margin-bottom: 40px;
  }
  .cid-u5UWgwwJy9 .carousel-indicators {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .cid-u5UWgwwJy9 .user {
    margin-top: 40px;
  }
  .cid-u5UWgwwJy9 .user:first-child {
    margin-top: 0;
  }
}
.cid-u4yPxWbv6H {
  direction: rtl;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f6f6f6;
}
.cid-u4yPxWbv6H .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u4yPxWbv6H .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-u4yPxWbv6H .row {
    text-align: center;
  }
  .cid-u4yPxWbv6H .row > div {
    margin: auto;
  }
  .cid-u4yPxWbv6H .social-row {
    justify-content: center;
  }
}
.cid-u4yPxWbv6H .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u4yPxWbv6H .list {
  list-style: none;
  padding-left: 0;
  color: #0a548b;
}
@media (max-width: 991px) {
  .cid-u4yPxWbv6H .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u4yPxWbv6H .list {
    margin-bottom: 0rem;
  }
}
.cid-u4yPxWbv6H .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-u4yPxWbv6H .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u4yPxWbv6H .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-u4yPxWbv6H div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u4yPxWbv6H H5 {
  color: #000000;
  text-align: center;
}
.cid-u4yPxWbv6H .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-u4yPxWBDyu {
  direction: rtl;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #71dbd4;
}
.cid-u4yPxWBDyu .links {
  text-align: center;
  color: #ffffff;
}
.cid-u4yPxWBDyu p {
  margin: 0;
}
.cid-u4yPxWBDyu a {
  color: #ffffff;
}
.cid-u4yPxWBDyu a:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
