: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);
}

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

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

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

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

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

.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%;
}

.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-loop {
  font-family: var(--paragraph);
  color: var(--white);
  margin-bottom: 16px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
}

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

.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;
}

.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;
}

.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%;
}

.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);
}

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

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

.inner-pages-hero-main {
  z-index: 4;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.inner-pages-hero-main.text-align-center {
  text-align: center;
  text-align: center;
}

.inner-pages-hero-background {
  z-index: 2;
  object-fit: cover;
  background-color: #13111dcc;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-pages-hero {
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: -100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.inner-pages-hero.insights {
  z-index: 0;
}

.hero-slider-background-responsive-overlay {
  pointer-events: none;
  display: none;
}

.inner-pages-hero-curtain {
  z-index: 3;
  background-color: #222034;
  display: block;
  position: absolute;
  inset: 0%;
}

.inner-pages-hero-curtain-two {
  z-index: 1;
  background-color: #13111d;
  position: absolute;
  inset: 0%;
}

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

.blog-details-hero-heading {
  max-width: 660px;
}

.blog-details-hero-heading.article {
  max-width: 720px;
}

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

.blog-details-news.no-padding-bot {
  padding-bottom: 0;
}

.details-page-heading {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.details-page-heading.padding {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-details-main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.blog-details-container {
  max-width: 980px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.chnage-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.blog-details {
  z-index: 2;
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
}

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

.blog h1 {
  font-family: var(--paragraph);
  color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

.blog h2 {
  font-family: var(--paragraph);
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.blog h3 {
  font-family: var(--paragraph);
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.blog h4, .blog h5, .blog h6 {
  font-family: var(--paragraph);
  color: var(--gold);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.3;
}

.blog p {
  color: #ffffffbf;
  margin-bottom: 20px;
  line-height: 1.7;
}

.blog li {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.7;
}

.blog strong {
  color: var(--white);
  font-weight: 500;
}

.blog a {
  -webkit-text-decoration: underline #c4ab9c80;
  text-decoration: underline #c4ab9c80;
}

.blog-details-content {
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.blog-short-d {
  color: #ffffffbf;
  margin-bottom: 40px;
  line-height: 1.7;
}

.sticky-header {
  position: relative;
}

.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;
}

.rt-fixed-top {
  z-index: 9000;
  height: 170px;
  position: fixed;
  inset: 65% 0% 0% auto;
  overflow: hidden;
}

.rt-fixed-tag {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.rt-fixed-icon-1 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-radius: 60px 0 0 60px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 30px 10px 15px;
  text-decoration: none;
  transition: transform .4s, color .3s;
  display: flex;
}

.rt-fixed-icon-1.rt-1 {
  background-color: #fff;
  transform: translate(195px);
}

.rt-fixed-icon-1.rt-1:hover {
  transform: translate(25px);
}

.rt-fixed-icon-1.rt-2 {
  background-color: var(--light-blue);
  transform: translate(195px);
}

.rt-fixed-icon-1.rt-2:hover {
  transform: translate(25px);
}

.rt-fixed-icon-1.rt-3 {
  background-color: #222034;
  transform: translate(195px);
}

.rt-fixed-icon-1.rt-3:hover {
  transform: translate(50px);
}

.rt-icon-main {
  width: 32px;
  height: 32px;
}

.rt-template-div {
  overflow: hidden;
}

.rt-template-div.rt-1 {
  color: var(--black);
  font-weight: 500;
}

.code-embed {
  position: absolute;
}

@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%;
  }
}
