:root {
  --primary: #3b6089;
  --black: black;
  --white: white;
  --blue-violet: #6e2ed8;
  --dim-grey: #6b6b6b;
  --663399: #602bb6;
  --deep-pink: #fc0a7e;
  --medium-violet-red: #b32e6e;
  --medium-slate-blue: #955df1;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 10vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-family: Timesnewerroman, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #000;
  text-decoration: none;
}

li {
  font-family: Timesnewerroman, sans-serif;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.section.center {
  background-image: url('../images/66e2fbff-3a87-4430-85ff-2bbbb89ff152.psd.svg'), linear-gradient(135deg, #1b1b1bc2, #3b6089e3), url('../images/bannerback.jpg');
  background-position: 160%, 0 0, 50% 0;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: 777px, auto, cover;
  height: 90vh;
  text-decoration: none;
  display: flex;
  position: relative;
}

.section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
}

.feature-content {
  border: 1px #000;
  flex: 1;
  max-width: 630px;
  padding-left: 0;
  padding-right: 0;
}

.feature-content.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

.feature-content.slider {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.feature-content.justify-center {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 190px;
  display: flex;
}

.feature-content.ex {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 250px;
  height: 300px;
  display: flex;
}

.button {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 80px;
  margin-top: 32px;
  margin-right: 0;
  padding: 16px 40px;
  font-family: Timesnewerroman, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.ex {
  margin-top: 0;
  margin-bottom: 0;
}

.button.ex.contact-us {
  margin-top: 48px;
  padding-left: 80px;
  padding-right: 80px;
}

.wrapper-01 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.title {
  color: #a8a8a8;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  font-family: Timesnewerroman, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

.image-2 {
  flex: none;
}

.black-text {
  color: #000;
  font-family: Timesnewerroman, sans-serif;
}

.black-text._500 {
  font-family: Timesnewerroman, sans-serif;
  line-height: 42px;
}

.black-text.v2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Timesnewerroman, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

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

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

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container.reverse {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.container.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
}

.container.center {
  justify-content: center;
  align-items: center;
}

.container.relative {
  position: relative;
}

.container.full {
  width: 100%;
}

.container.flex-v {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.container.flex-v.full {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}

.container.flex-v.full.center {
  justify-content: center;
  align-items: flex-start;
}

.container.flex-v.center {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
}

.container.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.feature-image {
  border: 1px #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.black {
  color: #000;
  text-align: center;
}

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

.hero-subhead {
  color: #fff;
  max-width: 60%;
  font-family: Timesnewerroman, sans-serif;
  font-size: 30px;
  line-height: 44px;
}

.hero-subhead.ar {
  text-align: right;
  max-width: none;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 8vh;
  font-weight: 700;
  line-height: 64px;
}

.hero-title.ar {
  text-align: right;
}

.hero-title.conract-us {
  margin-top: 0;
}

.hero-slider {
  height: 90vh;
}

.section-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.section-3 {
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: sticky;
}

._600 {
  text-align: justify;
}

.slide {
  background-color: #0000;
  width: 296px;
  margin-left: 2px;
  margin-right: 2px;
}

.slide.small {
  background-image: linear-gradient(90deg, #000000eb, #0000), url('../images/steptodown.com632748_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  height: 351px;
}

.slide.small.sl-1 {
  background-image: linear-gradient(90deg, #000, #0000), url('../images/KAFD_seen_from_North_east_side_of_Riyadh_City_4to3_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-left: 4px;
  margin-right: 4px;
}

.section-5 {
  justify-content: center;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.section-5.hide {
  display: none;
}

.section-5.narrow {
  margin-top: 0;
}

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

.div-block-16 {
  background-image: linear-gradient(#00000052, #000), url('../images/uff-4_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  padding: 120px 32px 16px;
  display: flex;
}

.div-block-16:hover {
  transform: scale(1);
}

.div-block-16._3th {
  background-image: linear-gradient(#00000052, #000), url('../images/uff-4_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.div-block-16._2ed {
  background-image: linear-gradient(#00000052, #000), url('../images/KAFD_seen_from_North_east_side_of_Riyadh_City_4to3_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 306px;
  height: 364px;
}

.div-block-16._1st-ex {
  background-image: linear-gradient(#00000052, #000), url('../images/uff-5_1.avif');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  padding-top: 130px;
  padding-bottom: 16px;
}

.div-block-16.news {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding: 0 24px;
}

.div-block-16.news.fake {
  opacity: .5;
  filter: blur(5px) blur(5px);
  transform: scale(.8);
}

.white {
  color: #fff;
  text-align: left;
}

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

.title-2 {
  color: #a8a8a8;
  padding-bottom: 0;
  font-family: Lato, Times New Roman, sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

.title-2.rotate {
  white-space: nowrap;
  font-size: 24px;
  line-height: 24px;
}

.title-2.flip {
  direction: rtl;
  text-transform: uppercase;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

.title-2.inner {
  margin-bottom: 8px;
}

.image-6 {
  flex: none;
}

.slide-nav-3 {
  display: none;
}

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

.slide-nav-4 {
  display: none;
}

.mask {
  overflow: visible;
}

.slider-3 {
  direction: ltr;
  background-color: #fff0;
  width: 900px;
  height: 360px;
  overflow: hidden;
}

.left-arrow-3 {
  display: none;
}

.div-block-18 {
  width: 100%;
  max-width: 1200px;
}

.ar-body {
  direction: rtl;
  text-align: right;
  font-family: Tajawal;
}

.right-arrow {
  display: none;
}

.div-block-19 {
  width: 60%;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #fff;
  font-size: 16px;
}

.text-block-8.header {
  color: #000;
}

.primary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  cursor: pointer;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 64px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.button-2 {
  color: #fff;
  background-image: linear-gradient(90deg, #2c5afd, #2c81fd);
  border-radius: 8px;
  padding: 8px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  display: flex;
}

.button-2.primary {
  color: #fff;
  background-image: linear-gradient(90deg, #2c81fd, #0658cf);
  border: 1px solid #2c81fd;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-2.primary:hover {
  background-image: linear-gradient(90deg, #2c81fd, #0048b1);
}

.button-2.primary.top-bar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: none;
  border-width: 1.5px;
  border-color: #586085;
  padding: 4px 8px;
}

.button-2.primary.top-bar:hover {
  color: #fff;
  background-color: #2c81fd;
  border-color: #58608500;
}

.button-2.primary.top-bar.hide-desktop {
  display: none;
}

.navbar {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 81px;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.white-brand {
  display: none;
}

.nav-outer-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-outer-wrapper.container.nav-container {
  background-color: #fff0;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.nav-link-3 {
  color: #000;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.nav-link-3.link-block-2 {
  color: var(--primary);
  padding: 8px 20px;
  font-family: Timesnewerroman, sans-serif;
  font-weight: 400;
}

.nav-link-3.link-block-2.w--current {
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 700;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.container-3 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.container-3.nav-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.text-block-9 {
  line-height: 24px;
}

.image-8 {
  padding-bottom: 4px;
}

.image-8.en {
  transform-style: preserve-3d;
}

.en-body {
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
}

.image-9 {
  border-right: 2px solid #3b60892b;
  width: 40px;
  padding-right: 8px;
}

.image-9.dark {
  border-right-color: #fff;
}

.flex-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
}

.flex-block.rotate {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  position: static;
  inset: 0% auto 0% 0%;
  transform: rotate(-90deg);
}

.flex-block.rotate.reverse {
  flex-flow: column-reverse;
}

.flex-block.center {
  justify-content: center;
  align-items: center;
}

.image-11.ar {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-61 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slider-4 {
  background-color: #ddd0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.slide-3 {
  background-color: red;
  margin-right: 8px;
}

.slide-nav-5 {
  display: none;
}

.mask-3 {
  width: 60%;
  overflow: visible;
}

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

.div-block-62 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: justify;
  display: flex;
}

.heading-2 {
  padding-top: 0;
  font-family: Timesnewerroman, sans-serif;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.slider-container {
  width: 100%;
  min-height: 300px;
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
  inset: 0% 0% 0% auto;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-content-wrapper.first-slide-wrapper {
  float: right;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: stretch;
  width: 200%;
  margin-right: -34px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.slide-content-wrapper.first-slide-wrapper.last-slide-wrapper {
  float: left;
  display: flex;
  position: static;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 260px;
  display: flex;
  position: static;
  overflow: hidden;
}

.mask-4 {
  width: 600px;
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
  background-image: linear-gradient(90deg, #fff, #fff0);
}

.text-block-10 {
  color: #3b6089;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Timesnewerroman, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 16px;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.section-9 {
  color: #fff;
  background-image: linear-gradient(#000c, #000c), url('../images/bannerback.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 64px;
  padding-bottom: 0;
}

.section-9.contact-us {
  height: 60vh;
  padding-top: 0;
}

.section-9.careers {
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding-top: 0;
  display: flex;
}

.section-9.expertise {
  height: 60vh;
  padding-top: 0;
}

.section-9.about {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  padding-top: 0;
  display: flex;
}

.section-9.memper {
  background-image: linear-gradient(45deg, #3b6089, #3b608900), linear-gradient(#000000cf, #000000cf), url('../images/FBl1FVhX0Ak1_rS.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-65 {
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Timesnewerroman, sans-serif;
}

.heading-3.name {
  font-family: Timesnewerroman, sans-serif;
  font-size: 32px;
}

.div-block-66 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 81px 0;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Timesnewerroman, sans-serif;
  font-size: 18px;
}

.div-block-68 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-10 {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  padding-top: 81px;
  padding-bottom: 64px;
}

.div-block-69 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-4 {
  text-transform: uppercase;
  font-family: Timesnewerroman, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.div-block-70 {
  background-color: #e9e9e9;
  width: 2px;
  height: 32px;
}

.right-arrow-7 {
  display: none;
}

.ar {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.div-block-72 {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  display: flex;
}

.section-12.expertice {
  display: block;
}

.div-block-74 {
  background-color: #c5c5c5;
  width: 2px;
  margin-left: 16px;
  margin-right: 16px;
}

.grid-5 {
  grid-template-rows: auto;
  width: 100%;
  max-width: 1200px;
}

.div-block-76 {
  border-left: 2px solid #cacaca;
  flex-flow: column;
  flex: 1;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-77 {
  background-image: url('../images/Untitled-design-33.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: center;
  width: 320px;
  height: 160px;
  display: flex;
}

.section-13 {
  background-image: linear-gradient(#000000a3, #000000a3), url('../images/KAFD_seen_from_North_east_side_of_Riyadh_City.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  display: flex;
}

.section-13.shrink {
  z-index: 1000;
  background-image: linear-gradient(135deg, #3b6089, #3b608900), linear-gradient(#000c, #000c), url('../images/FBl1FVhX0Ak1_rS.jpeg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 81px;
  padding-right: 61px;
}

.div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-79 {
  padding-left: 16px;
}

.div-block-80 {
  display: flex;
}

.bar {
  z-index: 1000;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.normal-paragraph {
  color: #6b6b6b;
  font-family: Timesnewerroman, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-84 {
  width: 100%;
  height: 100%;
}

.div-block-85 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-14 {
  margin-top: -133px;
  margin-bottom: 70px;
}

.div-block-86 {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 104px;
  padding-bottom: 104px;
  display: flex;
  box-shadow: 0 2px 20px #00000024;
}

.form {
  width: 720px;
}

.text-field {
  height: 48px;
}

.grid-6 {
  grid-template-rows: auto;
  width: 100%;
}

.div-block-87 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-88 {
  background-color: #d7d7d7;
  width: 220px;
  height: 2px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-7 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.grid-7.team {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-89 {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-90 {
  background-image: url('../images/Screenshot-2024-11-16-at-10.45.50-PM.png');
  background-position: 100%;
  background-size: cover;
  height: 400px;
  margin-bottom: 16px;
}

.section-15 {
  background-color: #3b608914;
}

.heading-7 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.heading-8 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.career-types {
  background-image: url('../images/KAFD_seen_from_North_east_side_of_Riyadh_City.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 261px;
  padding: 24px 16px;
  display: flex;
}

.career-types._1st {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image_fx_---2024-11-10T093834.410.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.career-types._2nd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/imagthird.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.career-types._3rd {
  background-image: linear-gradient(#00000080, #00000080), url('../images/image_fx_---2024-11-16T225532.613.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.div-block-91 {
  background-image: url('../images/Litigation-and-Legal-Representation.jpg');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.div-block-91.newspubliation {
  background-image: url('../images/61620.jpg');
}

.heading-9 {
  color: var(--black);
}

.div-block-92 {
  background-color: #fff;
  padding: 16px;
}

.div-block-93 {
  border: 1px solid silver;
}

.underboarder {
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 20px;
  line-height: 26px;
}

.slide-nav-7 {
  display: none;
}

.slide-8 {
  background-image: linear-gradient(#000c, #000c), url('../images/bannerback.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-97 {
  width: 600px;
}

.right-arrow-9, .left-arrow-7 {
  display: none;
}

.section-18 {
  height: 60vh;
}

.slider-7 {
  height: 100%;
}

.section-19 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-20 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-98 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-21 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block-2 {
  flex: 1;
}

.section-22 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.rich-text-block-4 {
  border-left: 2px solid #cacaca;
}

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

.text-span-4 {
  color: var(--primary);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-99 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-101 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.div-block-102 {
  padding: 16px;
}

.link-5 {
  color: #6b6b6b;
}

.div-block-103 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-14 {
  width: 80px;
}

.div-block-104 {
  flex-flow: column;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  width: 100%;
  padding-left: 100px;
  display: flex;
  position: relative;
}

.heading-11, .list-item {
  font-family: Timesnewerroman, sans-serif;
}

.image-15 {
  margin-bottom: -2px;
}

.div-block-106 {
  position: absolute;
  inset: 0%;
}

.div-block-106:hover {
  background-image: linear-gradient(0deg, #3b6089c2, #3b608900);
}

.div-block-107 {
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-108 {
  background-image: url('../images/Screenshot-2024-11-16-at-10.45.50-PM.png');
  background-position: 100%;
  background-size: cover;
  height: 400px;
  margin-bottom: 16px;
}

.div-block-109 {
  padding: 16px;
}

.heading-12 {
  color: #3b6089;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.heading-13 {
  color: #3b6089;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.text-block-11 {
  color: #3b6089;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Timesnewerroman, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.div-block-110 {
  position: absolute;
  inset: 0%;
}

.div-block-110:hover {
  background-image: linear-gradient(0deg, #3b6089c2, #3b608900);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

  h3 {
    font-size: 20px;
    line-height: 32px;
  }

  .section.center {
    background-position: -1280%, 0 0, 100%;
    background-size: cover, auto, cover;
    flex-direction: column;
    padding-top: 0;
    padding-left: 17px;
  }

  .section.wide {
    padding-top: 64px;
    padding-bottom: 64px;
    display: none;
  }

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

  .container.about {
    padding-right: 0;
  }

  .hero-subhead {
    max-width: 80%;
    font-size: 24px;
    line-height: 31px;
  }

  .hero-title {
    font-size: 8vw;
  }

  .section-2, .section-3 {
    display: none;
  }

  .slide.small {
    width: 80%;
  }

  .slide.small.sl-1 {
    width: auto;
  }

  .section-5 {
    display: none;
  }

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

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-items: start;
  }

  .slider-3 {
    width: 588px;
  }

  .div-block-19 {
    width: auto;
  }

  .div-block-31 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .text-block-8.header {
    color: #fff;
  }

  .text-block-8.header.dark-mode {
    color: var(--primary);
  }

  .primary-button {
    background-color: #8a1538;
  }

  .primary-button.hide-on-phone.hide {
    display: none;
  }

  .div-block-59 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .button-2.primary.top-bar {
    border-width: 1px;
    border-color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    padding: 18px 24px;
  }

  .button-2.primary.top-bar:hover {
    background-color: #2c81fd;
  }

  .button-2.primary.top-bar.hide-desktop {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border-style: none;
    border-width: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: -98px;
    display: flex;
  }

  .navbar {
    display: none;
  }

  .white-brand {
    margin-right: 30px;
  }

  .main-nav-button {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .main-nav-button.w--open {
    background-color: #0000;
    border: 1px #000;
  }

  .colored-brand {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-outer-wrapper.container.nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-3 {
    text-align: right;
  }

  .nav-link-3.link-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #fff;
    border-bottom: 1px solid #ffffff0a;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-link-3.link-block-2.w--current {
    color: #010b38;
    background-color: #ffffffab;
    border-radius: 8px;
  }

  .nav-menu {
    background-color: var(--primary);
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100vh;
    margin-top: -96px;
    padding-top: 100px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-3.nav-container {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8.en {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .section-8 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .section.center {
    background-position: -130%, 0 0, 0 0;
  }

  .feature-content {
    width: 670px;
    max-width: none;
  }

  .feature-content.center, .feature-content.slider, .feature-content.justify-center {
    width: auto;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  .feature-image {
    display: none;
  }

  .grid {
    grid-template-rows: auto auto;
  }

  .grid-2 {
    place-items: center start;
  }

  .icon-2 {
    margin-bottom: 40px;
    inset: auto 0% 0% auto;
  }

  .icon-3 {
    margin-bottom: 40px;
    inset: auto auto 0% 0%;
  }

  .nav-link-3.link-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }

  h3 {
    font-size: 16px;
  }

  .section.center {
    padding-bottom: 0;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.slider {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .container.reverse {
    flex-direction: column;
  }

  .container.about {
    margin: 0 18px;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    max-width: 94%;
    font-size: 16px;
    line-height: 22px;
  }

  .hero-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-title.ar {
    font-size: 40px;
  }

  .slide.small.sl-1 {
    padding-top: 32px;
  }

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

  .div-block-16 {
    padding-top: 138px;
  }

  .white {
    line-height: 22px;
  }

  .image-6 {
    width: 100%;
  }

  .icon-2 {
    margin-right: 16px;
  }

  .icon-3 {
    margin-left: 16px;
  }

  .white-logo {
    width: 88px;
  }

  .primary-button {
    justify-content: center;
  }

  .button-2.primary {
    height: 56px;
    display: flex;
  }

  .button-2.primary.top-bar {
    justify-content: flex-start;
    align-items: center;
  }

  .button-2.primary.top-bar:hover {
    background-color: #2c81fd;
  }

  .button-2.primary.top-bar.hide-desktop {
    margin-top: -135px;
  }

  .button-2.primary.top-bar.hide-desktop:hover {
    background-color: #fff;
  }

  .colored-logo {
    width: 37px;
  }

  .navbar {
    height: 64px;
  }

  .white-brand {
    justify-content: center;
    align-items: center;
  }

  .colored-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-outer-wrapper.container.nav-container {
    flex-flow: row;
  }

  .nav-link-3 {
    color: #fff;
    border-bottom: 0 solid #ffffff1f;
    flex-flow: column;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 8px;
    display: flex;
  }

  .nav-link-3.link-block-2 {
    flex: 0 auto;
  }

  .nav-link-3.link-block-2.w--current {
    background-color: #ffffffab;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    height: 100vh;
    margin-top: -64px;
  }

  .flex-block.rotate {
    display: none;
  }
}

#w-node-d5186f65-60d2-25ee-fb19-b233445e4ee9-a95f57e6, #w-node-b8e5cc9f-d69e-e82f-8071-05ea054f5327-a95f57e6, #w-node-_57d01876-0b96-1e72-5333-f825fac4125c-a95f57e6, #w-node-_45d6ea7c-071d-4b02-1108-9aaf46a5b918-2b7f0539, #w-node-_8f86fee1-883d-0c42-00c8-26f59ef4a446-2b7f0539, #w-node-_45d6ea7c-071d-4b02-1108-9aaf46a5b922-2b7f0539, #w-node-caf701d3-841e-24ba-ebad-9cd44de30bbf-124b006a, #w-node-_45d6ea7c-071d-4b02-1108-9aaf46a5b91d-08dbb3b2, #w-node-eb7576dc-40f8-cbc6-c2d0-8515ee808d8f-08dbb3b2, #w-node-_117167ae-c635-34ce-975a-d8a7f5719721-08dbb3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Timesnewerroman';
  src: url('../fonts/TimesNewerRoman-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Timesnewerroman';
  src: url('../fonts/TimesNewerRoman-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}