:root {
  --black: #151423;
  --white: #f7f5f3;
  --heading: "Playfair Display", sans-serif;
  --paragraph: Exo, sans-serif;
  --gold: #c4ab9c;
  --light-blue: #222034;
  --_apps---charts--chart-1: #a28a7b;
  --_apps---charts--chart-2: #bcaaa0;
  --_apps---charts--chart-3: #947a6b;
  --_apps---charts--chart-4: #968275;
  --_apps---charts--chart-5: #796458;
  --_apps---charts--chart-1-dark: #c4ab9c;
  --_apps---charts--chart-2-dark: #efddd2;
  --_apps---charts--chart-3-dark: #a68c7c;
  --_apps---charts--chart-4-dark: #e1ccc0;
  --_apps---charts--chart-5-dark: #937e71;
  --_apps---colors--background: #e4e4e6;
  --_apps---colors--foreground: #070606;
  --_apps---colors--card: #fff;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #d7d7d7;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #b89f90;
  --_apps---colors--primary-foreground: #080504;
  --_apps---colors--secondary: #e6d7cf;
  --_apps---colors--secondary-foreground: #0f0d0c;
  --_apps---colors--muted: #dedede;
  --_apps---colors--muted-foreground: #666263;
  --_apps---colors--accent: #cacaca;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d5455f;
  --_apps---colors--border: #d1d1d1;
  --_apps---colors--input: #d4d4d4;
  --_apps---colors--ring: #b3a095;
  --_apps---colors--background-dark: #151423;
  --_apps---colors--foreground-dark: #f8f8fc;
  --_apps---colors--card-dark: #2a293a;
  --_apps---colors--card-foreground-dark: #f8f8fc;
  --_apps---colors--popover-dark: #2a293a;
  --_apps---colors--popover-foreground-dark: #f8f8fc;
  --_apps---colors--primary-dark: #c4ab9c;
  --_apps---colors--primary-foreground-dark: #080504;
  --_apps---colors--secondary-dark: #3a2a20;
  --_apps---colors--secondary-foreground-dark: #fcf7f5;
  --_apps---colors--muted-dark: #0c0b19;
  --_apps---colors--muted-foreground-dark: #a4a4a8;
  --_apps---colors--accent-dark: #424242;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #ff6d82;
  --_apps---colors--border-dark: #fff;
  --_apps---colors--input-dark: #fff;
  --_apps---colors--ring-dark: #bfaca1;
  --_apps---sidebar--sidebar: #dedede;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #b89f90;
  --_apps---sidebar--sidebar-primary-foreground: #080504;
  --_apps---sidebar--sidebar-accent: #cacaca;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #d1d1d1;
  --_apps---sidebar--sidebar-ring: #b3a095;
  --_apps---sidebar--sidebar-dark: #1c1b2a;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8fc;
  --_apps---sidebar--sidebar-primary-dark: #c4ab9c;
  --_apps---sidebar--sidebar-primary-foreground-dark: #080504;
  --_apps---sidebar--sidebar-accent-dark: #424242;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #fff;
  --_apps---sidebar--sidebar-ring-dark: #bfaca1;
  --_apps---sizes--radius: 0rem;
  --_apps---typography--heading-font: "Playfair Display", sans-serif;
  --_apps---typography--body-font: Exo, sans-serif;
  --_apps---typography--button-font: "Playfair Display", sans-serif;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  font-family: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

h2 {
  font-family: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-family: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h4 {
  font-family: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  font-family: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

h6 {
  font-family: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

p {
  font-family: var(--paragraph);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: var(--gold);
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #ebdad0;
}

li {
  font-family: var(--paragraph);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.page-wrapper, .main-wrapper {
  background-color: var(--black);
}

.section-header {
  position: relative;
}

.section-header.text-color-alternate {
  background-color: var(--black);
  background-color: var(--black);
  margin-top: -100px;
  position: sticky;
  top: 0;
}

.padding-global {
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.padding-global.relative {
  z-index: 2;
  z-index: 2;
  position: relative;
}

.container-large {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.container-large.navbar {
  max-width: 95%;
}

.header-content {
  z-index: 1;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.padding-section-large {
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.article {
  padding-bottom: 4rem;
}

.text-align-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 4rem;
}

.margin-bottom.margin-small {
  margin-bottom: 2rem;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 6rem;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 1rem;
}

.heading-style-h1 {
  font-family: var(--heading);
  color: var(--white);
  text-align: center;
  text-transform: none;
  margin: 0;
  font-weight: 500;
}

.heading-style-h1.hero-header {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.8vw;
  font-weight: 400;
}

.heading-style-h1.hero-secon-heading {
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 2.8vw;
  font-weight: 400;
}

.heading-style-h1.text-align-left {
  text-align: left;
}

.text-span-gold {
  color: var(--gold);
  font-weight: 600;
}

.text-span-gold.italic-text {
  font-family: var(--heading);
  font-style: italic;
  font-family: var(--heading);
  font-style: italic;
}

.margin-top {
  margin: 32px 0 0;
}

.margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-small, .margin-top.margin-medium {
  margin-top: 4rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  grid-column-gap: 2.2rem;
  grid-row-gap: 2.2rem;
  justify-content: center;
  align-items: center;
}

.header-background-video-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.video-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.header-background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.arabic-h1 {
  letter-spacing: -1.5px;
  font-family: Cairo, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.arabic-h1.color-gold {
  color: var(--gold);
}

.navbar-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: flex;
}

.dropdown-border {
  background-color: #fff;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
  transform: scale(0);
}

.button {
  color: #13111d;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.button-text {
  z-index: 1;
  color: var(--black);
  text-align: center;
  letter-spacing: .8px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.button-text:hover {
  color: var(--black);
}

.button-text.large {
  font-size: 20px;
  font-weight: 600;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  height: 70px;
  padding: 0;
  display: flex;
  position: relative;
}

.brand.w--current {
  height: 70px;
}

.button-curtain {
  transform-style: preserve-3d;
  background-color: #c4ab9c;
  width: 200%;
  height: 200%;
  position: absolute;
  inset: -10% 0% 0% -50%;
  transform: translate3d(100%, 0, 0);
}

.dropdown {
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.dropdown.fix-paddng {
  padding: 0;
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: 1.28px;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.dropdown-toggle:focus {
  border: 1px solid #fff;
}

.dropdown-toggle.w--current {
  border-bottom: 1px solid var(--gold);
  color: #c4ab9c;
}

.navbar-right-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: stretch;
  min-width: 100px;
  display: flex;
}

.header {
  z-index: 999;
  height: 100px;
  position: sticky;
  inset: 0% 0% auto;
}

.button-wrap {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  display: flex;
}

.button-wrap.responsive-menu {
  display: none;
}

.navbar {
  background-color: #0000;
  height: 100%;
}

.slider-arrow-circle {
  -webkit-backdrop-filter: blur(28.7px);
  backdrop-filter: blur(28.7px);
  background-color: #a8a8a826;
  border: 1px solid #ffffff26;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  display: flex;
  overflow: hidden;
}

.home-one-description {
  margin-bottom: 0;
  font-size: 1.3vw;
}

.section-header-text {
  z-index: 2;
  background-color: var(--black);
  position: relative;
}

.padding-section-xlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.max-width-xlarge {
  max-width: 55rem;
}

.bold-text {
  font-weight: 500;
}

.heading-style-h2 {
  font-family: var(--heading);
  margin: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.color-white {
  color: var(--white);
}

.heading-style-h2.blog-heading {
  font-size: 3vw;
  line-height: 1.4;
}

.heading-style-h2.blog-loop {
  font-family: var(--paragraph);
  color: var(--white);
  margin-bottom: 16px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-size-medium {
  font-family: var(--paragraph);
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-size-medium.gray-color {
  color: #f7f5f3a6;
}

.text-size-medium.margin-top-16 {
  margin-top: 16px;
}

.section-banner {
  background-color: var(--black);
  overflow: hidden;
}

.banner-component {
  white-space: nowrap;
  word-break: normal;
  flex-flow: column;
  display: flex;
}

.top-banner-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-banner-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-heading-top {
  font-family: var(--heading);
  color: var(--gold);
  align-self: flex-end;
  font-size: 6rem;
  line-height: .75;
}

.section-home-cabins {
  background-color: var(--black);
}

.heading-style-h5 {
  color: #ebdcd2;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-style-h5.font-natosans {
  font-size: 18px;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-move {
  perspective: 1000px;
  width: 115%;
  height: 115%;
  position: relative;
  top: -7.5%;
  left: -7.5%;
}

.image-move.blog-loop {
  position: absolute;
}

.blog-post-date {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-one-blog-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-hover-overlay {
  z-index: 2;
  opacity: 0;
  background-image: linear-gradient(360deg, #4f3333, #0000);
  position: absolute;
  inset: 0%;
}

.blog-card {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 543.81px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-blog-card-text {
  z-index: 5;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.blog-overlay {
  z-index: 3;
  pointer-events: none;
  background-image: linear-gradient(#0000, #1a1929 85%);
  position: absolute;
  inset: 0%;
}

.banner-heading-buttom {
  font-family: var(--heading);
  color: var(--light-blue);
  font-size: 6rem;
  line-height: .75;
}

.footer-component {
  background-color: var(--black);
}

.padding-vertical {
  padding: 128px 0;
}

.padding-vertical.padding-xxlarge {
  padding: 8rem 0 3rem;
}

.padding-bottom {
  padding: 0 0 96px;
}

.padding-bottom.padding-xxlarge {
  padding: 0 0 3rem;
}

.footer-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-logo-link {
  letter-spacing: -2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
  font-family: Cairo, sans-serif;
  font-size: 6vw;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.footer-logo-link.w--current {
  margin-bottom: 0;
}

.footer-link-list {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  color: var(--white);
  white-space: normal;
  word-break: normal;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  font-size: 20px;
  transition: color .3s;
  display: flex;
}

.footer-link-list:hover {
  color: var(--gold);
}

.footer-link-list.w--current {
  color: var(--gold);
  text-decoration: underline;
}

.footer-link-list.secendary {
  color: var(--gold);
  margin-top: 0;
  font-size: 18px;
  text-decoration: underline;
}

.line-divider {
  background-color: var(--white);
  opacity: .1;
  width: 100%;
  height: 1px;
}

.padding-top {
  padding: 48px 0 0;
}

.padding-top.padding-medium {
  padding: 3rem 0 0;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-credit-text {
  font-family: var(--paragraph);
  font-size: 18px;
}

.text-block {
  color: var(--white);
}

.service-three-planning-list {
  border-right: 2px solid #d9d9d933;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  right: -2.5px;
}

.service-three-planning-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 175px;
  margin-bottom: 10em;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: sticky;
  top: 130px;
}

.image-appair-effect {
  transform-origin: 50% 0;
  flex-flow: column;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}

.image-appair-effect.image-effect-wrapper-height-auto {
  height: auto;
}

.image-appair-effect.wealth-services {
  max-width: none;
  max-height: 290px;
}

.service-three-planning-block {
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6rem;
  padding: 3.5rem 5rem;
  display: flex;
  position: relative;
  left: -3px;
}

.service-three-planning-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  place-items: start stretch;
}

.container-small {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.h-100 {
  height: 100%;
}

.service-three-planning {
  background-color: var(--black);
}

.image-curtain {
  z-index: 5;
  background-color: #13111d;
  flex-flow: column;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-effect {
  object-fit: cover;
  object-position: 50% 50%;
}

.image-effect.service-image-full-width {
  height: 100%;
}

.service-three-planning-item {
  padding-bottom: 0;
  position: relative;
  left: -2px;
}

.service-three-planning-item.first-item {
  padding-top: 10em;
}

.responsive-image-full-width {
  object-fit: cover;
  object-position: 50% 30%;
}

.section-layout-text {
  background-color: var(--black);
}

.section-layout-text-component {
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout-text {
  text-align: justify;
  font-weight: 400;
}

.span-text-gold {
  color: var(--gold);
}

.section-layout-split-text {
  display: none;
}

.section-stats {
  background-color: var(--black);
  min-height: auto;
  position: relative;
}

.section-stats-background-image {
  z-index: 0;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer._60 {
  z-index: 1;
  z-index: 1;
  background-color: #0009;
}

.padding-section-xxlarge {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section-stats-component {
  z-index: 1;
  position: relative;
}

.section-stats-content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  place-items: start stretch;
}

.section-stats-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  width: 100%;
}

.section-stats-item {
  border-left: 2px solid #fefdff;
  width: 100%;
  height: 100%;
  padding-left: 2rem;
}

.section-stats-number {
  font-family: var(--heading);
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading-style-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.heading-style-h6.text-color-white {
  color: var(--white);
  font-weight: 500;
}

.team-details-hero {
  background-color: var(--black);
  padding-top: 160px;
  padding-bottom: 110px;
}

.team-details-hero-main {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-details-hero-image {
  max-width: 550px;
}

.team-details-hero-image.position-relative {
  position: relative;
}

.team-details-hero-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.section-contact {
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.contact-grid-list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start;
  display: grid;
}

.contact-item {
  width: 100%;
}

.heading-style-h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}

.text-size-regular {
  font-size: 1rem;
  font-weight: 300;
}

.contact-us-cta {
  background-color: var(--light-blue);
  width: 100%;
  max-width: 1500px;
}

.team-details-hero-hero-content {
  grid-column-gap: 25px;
  border-top: 1px solid #fff3;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 60px;
  display: flex;
}

.team-details-hero-hero-contact-licon {
  background-color: #ffffff1a;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.team-details-hero-hero-contact-link {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block {
  display: none;
}

.sticky-header {
  position: relative;
}

.latest-insights {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.latest-insights.margin-bottom.margin-xlarge {
  justify-content: space-between;
  align-items: center;
}

.menu-responsive {
  flex-flow: row;
  display: flex;
}

.social-media {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.social-link {
  background-color: var(--light-blue);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: border-width 50ms, background-color .2s, color .3s;
  display: flex;
}

.social-link:hover {
  background-color: #2b2842;
  border: 2px solid #c4ab9c80;
}

.social-image {
  width: 32px;
}

@media screen and (min-width: 1280px) {
  .margin-top-bottom-none {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1920px) {
  .max-width-large.align-center {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .section-header.text-color-alternate {
    margin-top: -90px;
  }

  .padding-global {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .padding-section-large {
    width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .max-width-large.align-center {
    max-width: 70rem;
  }

  .margin-bottom.margin-xxlarge {
    margin-bottom: 3rem;
  }

  .heading-style-h1.hero-header {
    font-size: 8vw;
  }

  .heading-style-h1.hero-secon-heading {
    font-size: 4vw;
  }

  .margin-top.margin-small {
    margin-top: 2rem;
  }

  .arabic-h1.color-gold {
    font-size: 36px;
  }

  .button.width-100 {
    width: 100%;
  }

  .menu-button {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-menu {
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-top: -100px;
    padding-top: 100px;
    display: flex;
    position: absolute;
  }

  .brand, .brand.w--current {
    height: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .dropdown {
    padding: 0;
    display: block;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
  }

  .dropdown-toggle.w--current {
    border-bottom-style: none;
  }

  .header {
    position: fixed;
  }

  .header.border-buttom {
    border-bottom: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    height: 90px;
  }

  .button-wrap {
    display: none;
  }

  .button-wrap.responsive-menu {
    width: 100%;
    display: flex;
  }

  .menu-button-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .menu-button-line.bot-line {
    width: 11px;
  }

  .navbar {
    z-index: 999;
  }

  .slider-arrow-circle {
    width: 7.5vw;
    height: 7.5vw;
  }

  .home-one-description {
    font-size: 2vw;
  }

  .section-header-text {
    margin-top: 90px;
  }

  .padding-section-xlarge {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-style-h2.blog-heading {
    font-size: 4vw;
  }

  .heading-style-h5 {
    font-size: 19px;
  }

  .image-move {
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
  }

  .home-one-blog-wrapper {
    grid-template-columns: 1fr;
  }

  .padding-vertical.padding-xxlarge {
    padding-top: 6rem;
  }

  .padding-bottom.padding-xxlarge {
    padding-bottom: 3rem;
  }

  .footer-link-list.secendary {
    display: none;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .text-block {
    font-size: 8vw;
  }

  .service-three-planning-list {
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    right: 0;
  }

  .service-three-planning-text {
    margin-top: 6rem;
    margin-bottom: 6rem;
    position: relative;
    top: 0;
  }

  .image-appair-effect.image-effect-wrapper-height-auto {
    width: 100%;
  }

  .service-three-planning-block {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    left: 0;
  }

  .service-three-planning-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .overflow-hidden, .image-effect.responsive-image-full-width, .image-effect.responsive-image-full-width, .service-three-planning-image {
    width: 100%;
  }

  .service-three-planning-item.first-item {
    padding-top: 0;
  }

  .margin-top-ten {
    font-size: 50px;
  }

  .inner-pages-hero {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .layout-text {
    font-size: 2.3rem;
    line-height: 1.2;
  }

  .contact-one-contact {
    padding-top: 80px;
  }

  .dropdown-toggle-2, .dropdown-toggle-3 {
    justify-content: space-between;
    align-items: center;
  }

  .margin-top-bottom-none {
    font-size: 25px;
  }

  .margin-top-bottom-none.blog-grid-text-size {
    letter-spacing: -1px;
    letter-spacing: -1px;
    font-size: 32px;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section-stats-content {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section-stats-list {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .chnage-padding {
    font-size: 35px;
  }

  .home-one-blog-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .dropdown-toggle-4 {
    justify-content: space-between;
    align-items: center;
  }

  .team-details-hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .team-details-hero-text {
    max-width: 400px;
  }

  .contact-grid-list {
    grid-column-gap: 3.5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr 1fr;
  }

  .menu-responsive {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--light-blue);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 1.5rem 1rem 5rem;
    display: flex;
  }

  .menu-responsive.main {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    padding: 0;
  }

  .menu-responsive.border-top {
    border-top: 1px solid var(--gold);
  }

  .responsive-link {
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h1.hero-header {
    font-size: 2.5rem;
  }

  .heading-style-h1.hero-secon-heading {
    margin-top: 6px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 479px) {
  .section-header.text-color-alternate {
    margin-top: -80px;
  }

  .padding-global {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .container-large.navbar {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-section-large {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: 3rem;
  }

  .heading-style-h1.hero-header {
    font-size: 48px;
  }

  .heading-style-h1.hero-secon-heading {
    opacity: .5;
    margin-top: 24px;
    font-size: 18px;
  }

  .margin-top.margin-medium, .button-group {
    display: none;
  }

  .button-group.is-center {
    flex-flow: column;
    display: flex;
  }

  .arabic-h1 {
    display: none;
  }

  .arabic-h1.color-gold.responsive {
    display: flex;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .dropdown-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .header {
    background-color: #0000;
    position: fixed;
    inset: 0% 0% auto;
  }

  .header.border-buttom {
    height: 80px;
  }

  .button-wrap {
    display: none;
  }

  .slider-arrow-circle {
    order: 1;
    width: 70px;
    height: 70px;
  }

  .home-one-description {
    max-width: 270px;
    display: none;
  }

  .section-header-text {
    margin-top: 80px;
  }

  .padding-section-xlarge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .heading-style-h2.blog-loop {
    text-align: left;
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  .heading-style-h2.blog-loop.mobile-align {
    text-align: center;
    text-align: center;
  }

  .heading-style-h2.span-text-gold {
    text-align: center;
    line-height: 1;
  }

  .heading-style-h2.blog-heading {
    font-size: 7vw;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .banner-heading-top {
    margin-top: 10px;
    font-size: 3rem;
  }

  .heading-style-h5 {
    font-size: 18px;
  }

  .home-one-blog-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-card {
    min-height: 375px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .banner-heading-buttom {
    margin-top: 10px;
    font-size: 3rem;
  }

  .footer-top-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link-list {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 3rem;
  }

  .footer-credit-text {
    line-height: 1.5;
  }

  .text-block {
    font-size: 20vw;
  }

  .heading-style-h3 {
    font-size: 30px;
  }

  .button-2.button-for-submit {
    width: 100%;
  }

  .image-appair-effect {
    order: -1;
  }

  .container-small {
    flex-flow: column;
    display: flex;
  }

  .service-three-planning {
    display: none;
  }

  .responsive-image-full-width {
    z-index: 1;
    height: 300px;
    position: relative;
  }

  .blog-articles {
    padding-top: 60px;
    padding-bottom: 45px;
  }

  .inner-pages-hero-main {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .inner-pages-hero-main.text-align-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .margin-top-ten {
    font-size: 40px;
  }

  .margin-top-ten.blog-heading-mobile {
    text-align: left;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-top-ten.margin-top-bottom-none {
    font-size: 30px;
  }

  .inner-pages-hero {
    padding-top: 160px;
    padding-bottom: 15px;
  }

  .sub-heading {
    font-size: 16px;
  }

  .sub-heading.text-color-white {
    text-align: center;
    text-align: center;
    font-size: 16px;
  }

  .layout-text {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .contact-information {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .contact-form-main-wrapper {
    padding-top: 24px;
  }

  .contact-form-right-wrapper {
    border-left-style: none;
    padding-top: 0;
    padding-bottom: 45px;
    padding-left: 0;
  }

  .contact-information-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact-information-block.second-block {
    border-left-style: none;
    border-right-style: none;
  }

  .contact-form-left-wrapper {
    display: none;
  }

  .contact-one-contact {
    padding-top: 60px;
  }

  .none-visable {
    display: none;
  }

  .dropdown-toggle-2.padding-fix, .dropdown-toggle-3.padding-fix, .dropdown-toggle-3.padding-fix {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blog-three-post.position-relative {
    padding-bottom: 26px;
  }

  .home-two-blog-cards.blog-three-cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .margin-top-bottom-none {
    text-align: left;
    text-transform: capitalize;
    font-size: 22px;
  }

  .margin-top-bottom-none.blog-grid-text-size {
    letter-spacing: 0;
    letter-spacing: 0;
    font-size: 28px;
  }

  .margin-bottom-none {
    text-align: center;
    font-size: 40px;
  }

  .margin-bottom-none.margin-top-twentyfive.margin-change {
    text-align: left;
    text-align: left;
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .home-two-blog-text-wrapper.blog-three-post-text {
    grid-row-gap: 18px;
    grid-row-gap: 18px;
  }

  .hover-line {
    display: none;
  }

  .padding-section-xxlarge {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-stats-number {
    font-size: 2.5rem;
  }

  .heading-style-h6.text-color-white {
    font-size: 1rem;
    line-height: 1.5;
  }

  .blog-details-news.no-padding-bot {
    padding-top: 60px;
  }

  .chnage-padding {
    font-size: 30px;
  }

  .blog-details {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .home-one-blog-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .dropdown-toggle-4.padding-fix {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .team-details-hero-main {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .team-details-hero-text {
    z-index: 3;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    margin-top: -75px;
    position: relative;
  }

  .margin-bottom-thirty-five {
    text-align: center;
  }

  .coming-soon-title {
    letter-spacing: 0;
    font-size: 42px;
  }

  .padding-section-medium {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .contact-grid-list {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-details-hero-hero-content {
    grid-row-gap: 25px;
    flex-flow: column;
    margin-top: 25px;
    padding-top: 25px;
  }

  .div-block {
    z-index: 2;
    background-image: linear-gradient(#0000, #000000bf);
    display: block;
    position: absolute;
    inset: 0%;
  }
}

@media screen and (max-width: 991px) {
  #w-node-cad04c29-d676-f456-a69a-34935eb85b1e-73692d2e {
    order: -9999;
  }
}
