.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-wrapper {
  border-radius: 3rem !important;
}
.video-wrapper {
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem !important;
  }
}
body {
  font-family: Roboto Condensed;
}
.display-1 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 6rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 1700px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1350px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 1100px) {
  .display-1 {
    font-size: 3rem;
  }
}
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 1400px) {
  .display-2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.5rem 4rem;
  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: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff9945 !important;
}
.bg-success {
  background-color: #6062b4 !important;
}
.bg-info {
  background-color: #b26f6f !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary {
  background: linear-gradient(to right, #ff9945, #6f4343);
  border: 0px;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff9945 !important;
  border-color: #ff9945 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb578 !important;
  border-color: #ffb578 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb578 !important;
  border-color: #ffb578 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background: linear-gradient(to right, #6062b4, #b26f6f);
}
.btn-secondary {
  background: linear-gradient(to right, #6f4343, #6f4343);
  border: 0px;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f4343 !important;
  border-color: #6f4343 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8f5656 !important;
  border-color: #8f5656 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8f5656 !important;
  border-color: #8f5656 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background: linear-gradient(to right, #6062b4, #b26f6f);
}
.btn-info {
  background: linear-gradient(to right, #b26f6f, #6f4343);
  border: 0px;
}
.btn-info,
.btn-info:active {
  background-color: #b26f6f !important;
  border-color: #b26f6f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #c49090 !important;
  border-color: #c49090 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c49090 !important;
  border-color: #c49090 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background: linear-gradient(to right, #6062b4, #b26f6f);
}
.btn-success {
  background: linear-gradient(to right, #6062b4, #6f4343);
  border: 0px;
}
.btn-success,
.btn-success:active {
  background-color: #6062b4 !important;
  border-color: #6062b4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8384c4 !important;
  border-color: #8384c4 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8384c4 !important;
  border-color: #8384c4 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background: linear-gradient(to right, #6062b4, #b26f6f);
}
.btn-warning {
  background: linear-gradient(to right, #a0e2e1, #6f4343);
  border: 0px;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background: linear-gradient(to right, #6062b4, #b26f6f);
}
.btn-danger {
  background: linear-gradient(to right, #ffea64, #6f4343);
  border: 0px;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background: linear-gradient(to right, #6062b4, #b26f6f);
}
.btn-white {
  background: linear-gradient(to right, #eff0ec, #6f4343);
  border: 0px;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background: linear-gradient(to right, #6062b4, #b26f6f);
}
.btn-black {
  background: linear-gradient(to right, #1e2330, #6f4343);
  border: 0px;
}
.btn-black,
.btn-black:active {
  background-color: #1e2330 !important;
  border-color: #1e2330 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #323a4f !important;
  border-color: #323a4f !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: linear-gradient(to right, #6062b4, #b26f6f);
}
.btn-black {
  background: #1b1818 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background: white !important;
  color: #1b1818 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff9945;
  color: #ff9945;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ed6b00 !important;
  background-color: transparent !important;
  border-color: #ed6b00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9945 !important;
  border-color: #ff9945 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f4343;
  color: #6f4343;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #392222 !important;
  background-color: transparent !important;
  border-color: #392222 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f4343 !important;
  border-color: #6f4343 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #b26f6f;
  color: #b26f6f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #844646 !important;
  background-color: transparent !important;
  border-color: #844646 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #b26f6f !important;
  border-color: #b26f6f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6062b4;
  color: #6062b4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3d3e81 !important;
  background-color: transparent !important;
  border-color: #3d3e81 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6062b4 !important;
  border-color: #6062b4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff9945 !important;
}
.text-secondary {
  color: #6f4343 !important;
}
.text-success {
  color: #6062b4 !important;
}
.text-info {
  color: #b26f6f !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #de6400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #2f1d1d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #383976 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7a4141 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff9945;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #b26f6f;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #ff9945;
  border-color: #ff9945;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff9945;
}
.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: #b7b8dd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dec2c2;
}
.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_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff9945 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Sans Arabic', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ff9945;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff9945;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff9945;
}
.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: #ff9945;
  border-bottom-color: #ff9945;
}
.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: #ff9945 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6f4343 !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='%23ff9945' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u3eQRtTgFx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.cid-u3eQRtTgFx .svg1 {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translate(-50%) scale(1.3, 1.2);
}
.cid-u3eQRtTgFx #e1_circle,
.cid-u3eQRtTgFx #e3_circle,
.cid-u3eQRtTgFx #e4_circle,
.cid-u3eQRtTgFx #e5_circle {
  fill: #000000 !important;
}
.cid-u3eQRtTgFx #e6_circle {
  fill: #000000 !important;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}
@keyframes rev {
  from {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  to {
    transform: rotate(-360deg) translateX(10px) rotate(360deg);
  }
}
.cid-u3eQRtTgFx .round {
  border-radius: 100%;
  position: absolute;
  background-color: #000000;
  animation: orbit 4s linear infinite;
}
.cid-u3eQRtTgFx .rev {
  animation: rev 4s linear infinite;
}
.cid-u3eQRtTgFx .round1 {
  width: 50px;
  height: 50px;
  left: 7%;
  top: 60%;
}
.cid-u3eQRtTgFx .round2 {
  width: 90px;
  height: 90px;
  left: 15%;
  top: 15%;
}
.cid-u3eQRtTgFx .round3 {
  width: 40px;
  height: 40px;
  left: 30%;
  top: 15%;
}
.cid-u3eQRtTgFx .round4 {
  width: 90px;
  height: 90px;
  left: 40%;
  top: 3%;
}
.cid-u3eQRtTgFx .round5 {
  width: 50px;
  height: 50px;
  right: 5%;
  top: 55%;
}
.cid-u3eQRtTgFx .round6 {
  width: 30px;
  height: 30px;
  right: 30%;
  top: 15%;
}
.cid-u3eQRtTgFx .round7 {
  width: 70px;
  height: 70px;
  right: 20%;
  top: 20%;
}
.cid-u3eQRtTgFx .round8 {
  width: 110px;
  height: 110px;
  right: 8%;
  top: 30%;
}
.cid-u3eQRtTgFx .round9 {
  width: 90px;
  height: 90px;
  right: 7%;
  top: 70%;
}
.cid-u3eQRtTgFx .round10 {
  width: 50px;
  height: 50px;
  right: 35%;
  top: 5%;
}
.cid-u3eQRtTgFx .round11 {
  width: 70px;
  height: 70px;
  left: 8%;
  top: 35%;
}
.cid-u3eQRtTgFx .mbr-text,
.cid-u3eQRtTgFx .mbr-section-btn {
  color: #716c80;
}
.cid-u3eQRtTgFx .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-u3eQRtTgFx .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-u3eQRtTgFx .mbr-figure img {
    width: 100% !important;
  }
}
@media (max-width: 576px) {
  .cid-u3eQRtTgFx .round {
    display: none;
  }
}
.cid-u3eQRtTgFx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3eQRtTgFx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3eON7asif {
  padding-top: 7rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-u3eON7asif .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3eON7asif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3eON7asif .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u3eON7asif .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u3eON7asif .container {
    padding: 0 24px;
  }
}
.cid-u3eON7asif .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-u3eON7asif .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-u3eON7asif .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-u3eON7asif .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-u3eON7asif .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u3eON7asif .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-u3eON7asif .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #5c5c5c 0%, transparent 100%);
}
.cid-u3eON7asif .content-wrapper .mbr-section-btn .btn:hover,
.cid-u3eON7asif .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u3eON7asif .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-u3eON7asif .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-u3eON7asif .decor-wrapper .decor_1 {
  background-color: #353535;
}
.cid-u3eON7asif .decor-wrapper .decor_2 {
  background-color: #353535;
}
.cid-u3eON7asif .decor-wrapper .decor_3 {
  background-color: #363636;
}
.cid-u3eON7asif .decor-wrapper .decor_4 {
  background-color: #353535;
}
.cid-u3eON7asif .mbr-section-title {
  color: #141414;
}
.cid-u3eON7asif .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-u3eON7asif .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-u3eON7asif .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-u3eON7asif .mbr-section-title,
.cid-u3eON7asif .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u3dUfwWGWP {
  direction: rtl;
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-u3dUfwWGWP .media-content .btn-bgr {
  z-index: 0;
}
.cid-u3dUfwWGWP .mbr-section-text {
  word-break: break-word;
}
.cid-u3dUfwWGWP .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
@media (min-width: 992px) {
  .cid-u3dUfwWGWP .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u3dUfwWGWP .mbr-figure {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-u3dUfwWGWP .mbr-text {
    text-align: center;
  }
}
.cid-u3dUfwWGWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dUfwWGWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dUfwWGWP H1 {
  text-align: center;
}
.cid-tJ2MfjcdZp {
  direction: rtl;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-tJ2MfjcdZp .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 1rem;
}
.cid-tJ2MfjcdZp .item-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.cid-tJ2MfjcdZp .item-img {
  min-height: 300px;
  object-fit: cover;
  background: linear-gradient(to bottom, #6062b4, #b26f6f);
  transition: all 0.3s;
  position: relative;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tJ2MfjcdZp .item-img {
    height: 350px;
  }
}
.cid-tJ2MfjcdZp .item-img .item-content p {
  opacity: 0;
}
@media (max-width: 992px) {
  .cid-tJ2MfjcdZp .item-img .item-content {
    padding: 1rem;
  }
  .cid-tJ2MfjcdZp .item-img .item-content p {
    opacity: 1;
  }
  .cid-tJ2MfjcdZp .item-img .item-content .item-title {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    white-space: nowrap;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .cid-tJ2MfjcdZp .item-img .item-content {
    padding: 1rem;
  }
}
.cid-tJ2MfjcdZp .item-img:hover,
.cid-tJ2MfjcdZp .item-img:focus-within {
  background: linear-gradient(to top, #ff9945, #6f4343);
}
.cid-tJ2MfjcdZp .item-img:hover:before,
.cid-tJ2MfjcdZp .item-img:focus-within:before {
  opacity: 0.8;
}
.cid-tJ2MfjcdZp .item-img:hover p,
.cid-tJ2MfjcdZp .item-img:focus-within p {
  opacity: 1;
}
.cid-tJ2MfjcdZp .item-img:hover .item-title,
.cid-tJ2MfjcdZp .item-img:focus-within .item-title {
  position: relative;
  transform: none;
  left: auto;
  top: auto;
  padding-top: 10px;
}
.cid-tJ2MfjcdZp .item:focus,
.cid-tJ2MfjcdZp span:focus {
  outline: none;
}
.cid-tJ2MfjcdZp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ2MfjcdZp .item {
    margin-bottom: 1rem;
  }
}
.cid-tJ2MfjcdZp .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tJ2MfjcdZp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tJ2MfjcdZp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2MfjcdZp .mbr-text,
.cid-tJ2MfjcdZp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tJ2MfjcdZp .item-subtitle {
  color: #000000;
}
.cid-tJ2MfjcdZp .mbr-section-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tJ2MkdMAO0 {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #1b1818;
}
.cid-tJ2MkdMAO0 .mbr-media {
  position: relative;
}
.cid-tJ2MkdMAO0 .mbr-media img {
  width: 100%;
  object-fit: cover;
  min-height: 200px;
}
.cid-tJ2MkdMAO0 a:hover {
  background-image: none !important;
}
.cid-tJ2MkdMAO0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: white;
  border-radius: 50%;
  padding: 1.5rem;
  cursor: pointer;
}
.cid-tJ2MkdMAO0 .icon-wrap span {
  font-size: 4rem;
  transition: all 0.2s;
  color: #ff0000;
}
.cid-tJ2MkdMAO0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tJ2MkdMAO0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tJ2MkdMAO0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tJ2MkdMAO0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tJ2MkdMAO0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tJ2MkdMAO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ2MkdMAO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ2MkdMAO0 .mbr-section-title {
  color: #ffffff;
}
.cid-tJ2MkdMAO0 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tJ2MnP7Ho5 {
  direction: rtl;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b1818;
}
.cid-tJ2MnP7Ho5 .mbr-iconfont {
  font-size: 1.5rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(45deg);
  background: #1b1818;
  border-radius: 50%;
  padding: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2MnP7Ho5 .mbr-iconfont {
    padding: 1rem;
    font-size: 1.2rem !important;
  }
}
.cid-tJ2MnP7Ho5 .panel-group {
  border: none;
}
.cid-tJ2MnP7Ho5 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-tJ2MnP7Ho5 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-tJ2MnP7Ho5 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tJ2MnP7Ho5 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-tJ2MnP7Ho5 .content {
  margin: 5rem auto;
}
.cid-tJ2MnP7Ho5 .img-col {
  padding: 0;
}
.cid-tJ2MnP7Ho5 .img-item {
  height: 100%;
}
.cid-tJ2MnP7Ho5 img {
  height: 100%;
  object-fit: cover;
}
.cid-tJ2MnP7Ho5 .collapsed span {
  transform: rotate(0deg);
}
.cid-tJ2MnP7Ho5 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tJ2MnP7Ho5 p {
  margin-bottom: 0.3rem;
}
.cid-tJ2MnP7Ho5 .panel-title-edit {
  color: #1b1818;
}
.cid-tJ2MnP7Ho5 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-tJ2MnP7Ho5 .card {
  background: #ffffff;
  padding: 0rem 2rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-tJ2MnP7Ho5 .card {
    padding: 1rem;
  }
}
.cid-tJ2MnP7Ho5 .panel-text {
  color: #1b1818;
}
.cid-tJ2MnP7Ho5 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-tJ2MnP7Ho5 H4 {
  text-align: center;
  color: #ffffff;
}
.cid-u3dUnXEKVx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-u3dUnXEKVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u3dUnXEKVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u3dUnXEKVx .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: .7rem;
}
.cid-u3dUnXEKVx .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffffff;
  transition: all 0.3s;
  color: #ffffff;
}
.cid-u3dUnXEKVx .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-u3dUnXEKVx .mbr-section-title {
  color: #ffffff;
}
.cid-u4OCKQ44A7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-u4OCKQ44A7 .mbr-text {
  color: #ffffff;
}
