@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap"');

@font-face {
  font-family: '29 Ltidrissharp';
  src: url('../fonts/29LTIdrisSharp-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: '29 Ltidrissharp';
  src: url('../fonts/29LTIdrisSharp-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

:root {
  --_colors---primary-color: #b18341;
  --_colors---bg-color: #fff9f0;
  --_colors---hover-color: #d49d4e;
  --_colors---white: #f8f9fa;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1;
}

:lang(en) h1 {
  font-size: 40px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}
:lang(en) h2 {
  font-size: 35px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

:lang(en) h3 {
  font-size: 30px;
}

h3:lang(ar) {
  margin-top: 0;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

a {
  color: var(--_colors---primary-color);
  text-decoration: underline;
}

.body {
  color: #000;
  font-family: '29 Ltidrissharp', Arial, sans-serif;
}

:lang(en) .body {
  font-family: 'Lato', sans-serif;
}

.body.white {
  background-color: #fff;
}

.body.bg {
  background-color: var(--_colors---bg-color);
}

.navbar {
  background-color: #ddd0;
  background-image: linear-gradient(#000000b3, #fff0);
  padding-left: 11px;
  padding-right: 11px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.white {
  background-color: #fff;
  background-image: none;
  padding-bottom: 10px;
}

.local-button {
  padding: 20px;
  font-size: 23px;
  font-weight: 700;
  background-color: transparent;
  color: var(--_colors---white);
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.local-button:hover {
  color: #f0be74;
}
.local-button.english {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
}

.local-button.arabic {
  font-family: '29 Ltidrissharp', Arial, sans-serif;
  font-size: 23px !important;
  font-weight: 700 !important;
}

:lang(en) .local-button {
  font-size: 18px;
  font-weight: 500;
}
.bg-image {
  background-image: linear-gradient(#0000003d, #0000003d),
    url('../images/DSC06921_Original.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 64px;
  padding-left: 68px;
  display: flex;
}

.bg-image.one {
  background-image: linear-gradient(#fff0, #00000091),
    url('../images/20240723OA_Z822146.jpg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 100vh;
  padding-right: 68px;
}

.preload-logo {
  width: 100%;
}

.preload-logo.large {
  width: 359px;
}

.nav_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1600px;
  padding-top: 14px;
  display: flex;
}

.nav_container:lang(en-us) {
  display: block;
}

.nav-link {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
  padding: 20px;
  font-size: 23px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

:lang(en) .nav-link {
  font-size: 17px;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: #f0be74;
  text-decoration: none;
}

.nav-link.w--current {
  color: #f0be74;
  font-size: 25px;
}

:lang(en) .nav-link.w--current {
  font-size: 18px;
  color: #f0be74;
}

.nav-link.black {
  color: #000;
}

.nav-link.black:hover,
.nav-link.black.w--current {
  color: var(--_colors---primary-color);
}

.nav-link.black.hide {
  display: none;
}

.preloader {
  z-index: 10000000;
  background-color: var(--_colors---primary-color);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

.container.awarded {
  max-width: 1300px;
  padding-top: 40px;
  padding-bottom: 133px;
}

.content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 100px 50px;
  display: grid;
}

.left-for-image {
  border-radius: 0;
  height: 600px;
  overflow: hidden;
  box-shadow: 2px -3px 9px #0003;
}

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

.right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.quote {
  white-space: pre-line;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  line-height: 1.2;
  direction: rtl;
}
:lang(en) .quote {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
  direction: ltr;
}

.quote_image {
  width: 30px;
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform-style: preserve-3d;
}
:lang(en) .quote_image {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.quote_image.reverse {
  transform: rotate(0deg);
}

:lang(en) .quote_image.reverse {
  transform: rotate(180deg);
}

.text-big {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}
:lang(en) .text-big {
  font-size: 35px;
  font-weight: 600;
}

.text-big.space {
  max-width: 1100px;
  line-height: 1.12;
  white-space: pre-line;
}

:lang(en) .text-big.space {
  font-size: 30px;
}

.text-big.large {
  font-size: 40px;
}

.text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.addiontal-section {
  background-color: var(--_colors---bg-color);
}

.stud_container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 49px 100px;
  overflow: visible;
}

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

.stud-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.horse {
  width: 150px;
}

.grid_image {
  object-fit: cover;
  width: 100%;
  height: 550px;
}

.grid_image_wrapper {
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.overlay {
  background-image: linear-gradient(#fff0, #b18341c9);
  height: 100%;
  position: absolute;
  inset: 45% 0% 0%;
}

.overlay.award {
  background-image: linear-gradient(#fff0, #b18341c9);
}

.arrow_icon {
  width: 30px;
  margin-bottom: 14px;
  margin-right: 12px;
  transform: rotate(-39deg);
}

.see-more {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 13px;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  position: absolute;
  inset: auto 0% -11%;
}

.text-block {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.footer-light {
  background-color: #fff9f0;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-light.white {
  background-color: #fff;
}

.footer-wrapper-two {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand.w--current {
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.footer-title {
  color: #000;
  text-transform: uppercase;
  font-size: 25px;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
:lang(en) .footer-title {
  font-size: 15px;
  letter-spacing: 1px;
}

.footer-title:hover {
  color: var(--_colors---primary-color);
}

.footer-divider-two {
  background-color: #c4c4c4;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-copyright {
  color: var(--_colors---primary-color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
:lang(en) .footer-copyright {
  font-size: 15px;
}

.footer-social-block-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image {
  width: 250px;
}

.link_image {
  width: 25px;
}

.scoial_section {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.social_container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 44px 30px 100px;
  display: flex;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 29px;
}

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

._2_grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
  position: relative;
}

.scoial_image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.scoial_image_wrap {
  border-radius: 0;
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 8px 6px 12px #0003;
}

.bg-img {
  background-image: linear-gradient(#fff0, #000000b0),
    url('../images/sheikh.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 90vh;
}

.bg-img.another-one {
  background-image: linear-gradient(#fff0, #0000009c),
    url('../images/DSC06921_Original.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 48px;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.bg-img.about {
  background-image: linear-gradient(#fff0, #00000070),
    url('../images/PHOTO-2025.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 50px;
  padding-left: 65px;
  display: flex;
}

.bg-img.about:lang(ar) {
  padding-right: 65px;
}

.bg-img.about.init {
  background-image: linear-gradient(#fff0, #00000070),
    url('../images/zr001loa1k91bb7pn.jpg');
  height: 95vh;
}

.bg-img.privacy {
  background-image: linear-gradient(#fff0, #000000b0),
    url('../images/1141309153.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 95vh;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
}

.bg-img.privacy:lang(ar) {
  padding-right: 60px;
}

.about_sec {
  background-color: #fff;
}

.about_container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.about_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 13px 23px;
  display: none;
}

.txt_wrapper {
  max-width: 450px;
}

.sticky {
  position: sticky;
  top: 10px;
}

.prince-image {
  object-fit: cover;
  width: 475px;
}

.paragraph {
  font-size: 17px;
  line-height: 22px;
}

.soical-icons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.goverment {
  z-index: 50;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: static;
}

.image-2 {
  object-fit: contain;
  flex: none;
  width: 300px;
  height: 60px;
}

.image-2.grubner {
  object-fit: contain;
  width: 250px;
  max-width: none;
  height: 80px;
}

.image-2.la-larraine {
  object-fit: contain;
  height: 130px;
}

.link-logo {
  z-index: 50;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-wrap: nowrap;
  flex: none;
  place-content: space-around space-between;
  align-items: center;
  min-width: 100%;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.gallery_sec {
  background-color: #fff;
}

.gallery_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
}

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

.hide-code {
  display: none;
}

.garlley_item {
  height: 400px;
}

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

.lightbox-link {
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow: hidden;
}

.quote_sec {
  background-color: var(--_colors---bg-color);
}

.qoute_container {
  background-color: var(--_colors---bg-color);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 33px;
  line-height: 1.2;
}
:lang(en) .heading-2 {
  font-size: 23px;
}

.quote--icon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.quote--icon-wrapper.left {
  justify-content: flex-end;
  align-items: center;
}

.wirtten-by {
  text-align: right;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 100px;
  font-size: 13px;
}

.wirtten-by:lang(ar) {
  text-align: left;
  font-size: 20px;
  padding-right: 100px;
}

.wirtten-by.crown {
  padding-left: 13px;
}

.wirtten-by.crown.margin {
  width: 100%;
  margin-top: -8px;
  padding-left: 20px;
}

.wirtten-by.full {
  width: 100%;
  padding-left: 7px;
  padding-right: 7px;
}
:lang(en) .wirtten-by.full {
  font-size: 13px;
}
.contributions_container {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 100px;
  position: relative;
}

.horse_wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.video_wrapper {
  width: 50%;
}

.video {
  width: 100%;
  height: 100%;
}

.normal-text {
  font-size: 18px;
  line-height: 25px;
}

.normal-text.max_450 {
  text-align: center;
  flex: 0 auto;
  max-width: 500px;
  font-size: 22px;
  line-height: 35px;
  white-space: pre-line;
}

.normal-text.max_450:lang(en) {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  max-width: 550px;
}

.normal-text.max_450:lang(en-us) {
  font-size: 14px;
}

.date {
  font-weight: 500;
}

.date.color {
  color: var(--_colors---primary-color);
  font-size: 16px;
}

.arrow {
  width: 20px;
}

.line {
  z-index: -1;
  background-color: var(--_colors---primary-color);
  transform-origin: 50% 0;
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
}

.line.h {
  width: 100%;
  height: 1px;
  inset: auto 0% 0%;
}

.item {
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
  padding-left: 69px;
  padding-right: 12px;
  display: flex;
}

.item.reverse {
  flex-flow: row-reverse;
  padding-left: 12px;
  padding-right: 69px;
}

.image_moment_wrapper {
  width: 350px;
  height: 250px;
}

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

.txt-wrapper {
  min-width: 300px;
  max-width: 300px;
}

.txt-wrapper:lang(ar) {
  text-align: right;
}

.year_box {
  background-color: #fff9f0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.year_txt {
  font-weight: 700;
}

.year_txt:lang(ar) {
  font-size: 22px;
}

.line-x {
  transform-origin: 0 0;
  background-color: #f0be74;
  height: 3px;
  margin-top: 8px;
}

.achivements {
  text-align: center;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 70px;
}

.achivements:lang(en) {
  text-transform: uppercase;
}

.brand {
  min-width: 200px;
  max-width: 200px;
}

.brand.w--current {
  padding-left: 12px;
}

.add {
  background-color: var(--_colors---primary-color);
  font-size: 25px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 46%;
}

:lang(en) .add {
  font-size: 15px;
  left: 47%;
}

.h-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 0 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 20px;
  display: grid;
}

.circle-small {
  background-color: var(--_colors---primary-color);
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.line_bio {
  background-color: var(--_colors---primary-color);
  width: 2px;
  height: 21%;
}

.line_bio._2nd-height {
  height: 7%;
}

.line_bio._3rd {
  height: 21%;
}

.line_bio._4th {
  height: 32%;
}

.line_bio._5th {
  height: 8%;
}

.line-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 5px;
  display: flex;
}

.news_content_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 160px 20px 100px;
}

.back-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.back {
  width: 15px;
  height: 15px;
}

.news_grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 0.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-items: start;
  margin-top: 40px;
  display: grid;
}

.content-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.row {
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.news-rich-txt {
  color: #000;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
}

.social {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.social-image {
  width: 20px;
  height: 20px;
}

.related-news {
  padding: 25px;
}

.heading-line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--_colors---bg-color);
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.news-icon {
  width: 30px;
  height: 30px;
}

.heading-5 {
  margin-top: 10px;
}

.related-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 14px 23px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  display: flex;
}

.related-link:hover {
  background-color: var(--_colors---primary-color);
  color: #fff;
}

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

.footer-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.slider_sec {
  padding-bottom: 74px;
  overflow: hidden;
}

.slider_container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  display: flex;
}

.slider_container.vi {
  padding-top: 130px;
}

.duration {
  color: #000;
}

.reading-time-div {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.ajman_bg_sec {
  background-image: url('../images/Artboard-1.png');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 71px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-news {
  margin-bottom: 0;
}

.heading-news.change {
  font-size: 29px;
  line-height: 40px;
}

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

.sharing-wrapper {
  background-color: var(--_colors---bg-color);
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 31px;
  display: flex;
}

.share-text {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.share-text:lang(ar) {
  margin-right: 0;
}

.soical-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog_social-icon {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.blog_social-icon.w {
  padding-top: 6px;
}

.rich_txt_container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-block {
  max-width: 900px;
  padding-top: 20px;
  font-size: 22px;
  line-height: 1;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.common-list {
  padding-left: 23px;
}

.share_txt_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share_txt_wrapper:lang(ar) {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.share_icon {
  width: 25px;
  height: 25px;
}

.dropdown-toggle {
  color: #fff;
  padding: 0;
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.dropdown-toggle:hover {
  color: #f0be74;
}

.dropdown-toggle.black {
  color: #000;
}

.icon {
  right: -40px;
}

:lang(ar) .icon {
  inset: 0% auto auto -17%;
}

.dropdown-list {
  background-color: var(--_colors---bg-color);
}

.dropdown-list.w--open {
  background-color: var(--_colors---primary-color);
  padding-top: 8px;
  padding-bottom: 8px;
  top: 51px;
  right: -7px;
  overflow: hidden;
}

.dropdown-link {
  color: var(--_colors---bg-color);
  transition: color 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.dropdown-link:hover {
  color: #573f1d;
}

.dropdown-link:lang(ar) {
  text-align: right;
}

.dropdown-link.w--current {
  color: #573f1d;
}

.sortby-m {
  background-color: var(--_colors---hover-color);
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 121px;
}

.sortby-m:lang(ar) {
  padding-left: 101px;
  padding-right: 10px;
}

.sortby-list {
  background-color: var(--_colors---bg-color);
  font-size: 16px;
}

.sortby-list.w--open {
  background-color: #fff;
  height: 300px;
  overflow: scroll;
}

.year-button {
  transition: color 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.year-button:hover {
  color: var(--_colors---primary-color);
}

.year-button:lang(ar) {
  text-align: right;
}

.visit-on {
  color: var(--_colors---primary-color);
  font-size: 16px;
  font-weight: 500;
}

.pattern-wrapper {
  opacity: 0.33;
  position: absolute;
  inset: -26% -16% auto auto;
}

.pattern-wrapper.bottom {
  inset: auto auto -26% -16%;
}

.pattern-wrapper.left {
  inset: 12% -20% 0% auto;
}

.pattern-wrapper.left:lang(ar) {
  left: -27%;
  right: auto;
}

.pattern {
  height: 400px;
}

.pattern.no-hieght {
  opacity: 0.42;
  height: 600px;
}

.pattern.more-h {
  height: 500px;
}

.flex-wrapper {
  margin-top: 0;
  display: flex;
}

.flex-wrapper.reverse {
  flex-flow: row-reverse;
  margin-top: 140px;
  margin-bottom: 140px;
}

.flex-wrapper.reverse.padding {
  margin-top: 215px;
}

.first_flex {
  width: 50%;
  height: 700px;
  position: relative;
}

.second_flex {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.second_flex.reverse {
  justify-content: flex-end;
  align-items: center;
}

.img_flex {
  object-fit: cover;
  background-image: url('../images/23.webp');
  background-position: 0%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.img_flex.custom {
  background-image: url('../images/PHOTO.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.img_flex.bio {
  background-image: url('../images/24.webp');
  background-position: 50% 30%;
}

.img_flex.horse {
  background-image: url('../images/26.webp');
  background-position: 50% 40%;
}

.img_flex.eagle {
  background-image: url('../images/3.webp');
  background-position: 50% 30%;
}

.brown-div {
  background-color: #b18341;
  width: 90%;
  position: relative;
  left: -42px;
}

:lang(en) .brown-div.revese.interests {
  width: 100%;
}

.brown-div.white {
  background-color: var(--_colors---bg-color);
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 30px 36px;
  position: relative;
  top: -32px;
  left: -30px;
  box-shadow: 7px 17px 10px 1px #0003;
}

.brown-div.white:lang(ar) {
  text-align: right;
}

.brown-div.white.reverse {
  left: 30px;
  box-shadow: -7px 20px 10px 1px #0003;
}

.brown-div.white.reverse:lang(en-us) {
  text-align: right;
}

.brown-div.revese {
  left: 30px;
}

.social_overlay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#405de699, #fd1d1d99 50%, #fcaf4599);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.social_overlay.twiter {
  background-color: #000000a6;
  background-image: none;
  display: none;
}

.social_overlay.linkedin {
  opacity: 9;
  background-color: #0b65c2d1;
  background-image: none;
  display: none;
}

.image-3 {
  width: 40px;
  height: 40px;
}

.flx-wrap {
  margin-bottom: 100px;
}

.text_tiny:lang(ar) {
  font-size: 25px;
  line-height: 1.1;
  direction: rtl;
}

.icon_move:lang(ar) {
  inset: 0% auto 0% 4%;
}

.initiatives_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.initiatives-wrapper {
  color: #fff;
  flex-flow: column;
  margin-top: 120px;
  display: flex;
}

.initiative {
  background-color: var(--_colors---primary-color);
  transform-origin: 100% 0;
  width: 100%;
  max-width: 900px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.initiative.reverse {
  flex-flow: row-reverse;
  margin-top: 200px;
  margin-bottom: 200px;
}

.initiatives_image_wrapper {
  z-index: 1;
  transform-origin: 0 0;
  max-width: 550px;
  height: 100%;
  position: relative;
  top: -57px;
  left: -55px;
  overflow: hidden;
  box-shadow: 7px 10px 12px 1px #0003;
}

.initiatives_image_wrapper.reverse {
  left: 55px;
}

.initiative_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.overlay_image {
  background-color: #f5e6d0;
  position: absolute;
  inset: 0%;
}

.c {
  font-family: Work Sans, sans-serif;
}

.intiative_text_wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 40px;
  padding-right: 40px;
  display: flex;
}

.intiative_text_wrapper:lang(ar) {
  text-align: right;
}

.intiative_text_wrapper.reverse {
  padding-left: 40px;
  padding-right: 0;
}

.initiative-heading {
  color: #fff;
}

.initiative-heading:lang(ar) {
  text-align: right;
  font-size: 35px;
  line-height: 45px;
}

.details:lang(ar) {
  text-align: right;
}

.read_link:lang(ar) {
  text-align: left;
}

.read_link.white {
  color: var(--_colors---white);
}

.nav_bar_container {
  justify-content: space-between;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.subtitle {
  color: #968e8e;
  margin-bottom: 10px;
  font-size: 25px;
}
:lang(en) .subtitle {
  font-size: 18px;
  margin-top: 10px;
}

.heading-6 {
  margin-bottom: 0;
}

:lang(ar) .bio-text {
  font-size: 23px;
  line-height: 1.2;
  direction: rtl;
  white-space: pre-line;
}
:lang(en) .bio-text {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
  direction: ltr;
}

.custom-select-wrapper {
  top: 44px;
}

.custom-select {
  background-color: var(--_colors---bg-color);
  cursor: pointer;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 11px;
}

.span {
  font-size: 18px;
}

.custom-options {
  background-color: var(--_colors---bg-color);
  width: 100%;
  max-height: 200px;
  overflow: auto;
}

.gallary {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallary-loop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 100%;
  margin-left: 30px;
  display: flex;
}

.slider__wave {
  z-index: 2;
  display: block;
  position: absolute;
  inset: -7% 0% auto;
}

.slider__wave.is--botom {
  inset: auto 0% -7%;
  transform: rotate(-180deg);
}

.light-box {
  min-width: 350px;
}

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

.slider {
  background-color: #ddd0;
  height: 100vh;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  border: 1px solid var(--_colors---bg-color);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  inset: auto 40% 5% auto;
}

.right-arrow.video {
  border-color: var(--_colors---primary-color);
  bottom: -20%;
  right: 28%;
}

.slide-nav {
  display: none;
  inset: auto 0% 8%;
}

.slide-nav.vi {
  display: block;
  inset: auto 0% -16%;
}

.light-box-slider {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/a705f090-1ee1-4a3e-a5bf-5abe5bb9c4ae.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  width: 100%;
  height: 100%;
}

.light-box-slider.two {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/0310-01-2024Khalifa-2.webp');
  background-position: 0 0, 50% 20%;
}

.light-box-slider.two._2nd {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/IMG_1688.webp');
  background-position: 0 0, 50% 20%;
}

.light-box-slider.two._3th {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/20141202RC_C5_2663.jpg');
}

.light-box-slider.two._4th {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/20141202MH_C083403.jpg');
  background-position: 0 0, 50% 80%;
}

.light-box-slider.two._5th {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/20150114RMC02_1964-1.webp');
}

.light-box-slider.two._6th {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/20230103AN_DSC2086.webp');
}

.light-box-slider.two.seven {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/_MG_7158.jpg');
}

.light-box-slider.two.eight {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/_MG_7387.jpg');
  background-position: 0 0, 50% 0;
}

.light-box-slider.two.nine {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/AK1_0490.webp');
}

.light-box-slider.two.ten {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/_MG_4932.jpg');
  background-position: 0 0, 50% 0;
}

.light-box-slider.two.eleven {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/AK1_4449.webp');
}

.light-box-slider.three {
  background-image: linear-gradient(#fff0, #000000b3), url('../images/39.webp');
}

.light-box-slider.four {
  background-image: linear-gradient(#fff0, #000000b3), url('../images/15.webp');
}

.light-box-slider.five {
  background-image: linear-gradient(#fff0, #000000b3), url('../images/27.webp');
}

.light-box-slider.sixth {
  background-image: linear-gradient(#fff0, #000000b3), url('../images/31.webp');
}

.light-box-slider._7th {
  background-image: linear-gradient(#fff0, #000000b3), url('../images/18.webp');
}

.light-box-slider._8th {
  background-image: linear-gradient(#fff0, #000000b3), url('../images/10.webp');
}

.light-box-slider._9th {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/zr001loa1k91bb7pn.jpg');
}

.light-box-slider._10th {
  background-image: linear-gradient(#fff0, #000000b3), url('../images/16.webp');
}

.light-box-slider._11th {
  background-image: linear-gradient(#fff0, #000000b3), url('../images/12.webp');
}

.light-box-slider._12th {
  background-image: linear-gradient(#fff0, #000000b3),
    url('../images/Photo1.webp');
}

.slider-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.icon-2 {
  color: var(--_colors---bg-color);
  font-size: 25px;
}

.icon-2.brown {
  color: var(--_colors---primary-color);
}

.left-arrow {
  border: 1px solid var(--_colors---bg-color);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  inset: auto auto 5% 43%;
}

.left-arrow.video {
  border-color: var(--_colors---primary-color);
  bottom: -20%;
  left: 29%;
}

.center-flex {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.slider-video {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 57px;
}

.slider-videos {
  background-color: #ddd0;
  height: 600px;
}

.youtube-video {
  width: 100%;
  height: 100%;
}

.slide-2 {
  position: static;
  inset: 0%;
  overflow: visible;
}

.heading-7 {
  margin-bottom: 0;
  font-weight: 700;
}

.image-1st {
  object-fit: cover;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: auto -10% -9% auto;
}

.image-1st.left {
  inset: -10% auto auto -17%;
}

.image-2nd {
  object-fit: cover;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -11% -11% auto auto;
}

.image-2nd.left {
  background-image: url('../images/19.webp');
  background-position: 50% 30%;
  background-size: cover;
  inset: auto auto -10% -17%;
}

.gallary-heading {
  text-align: center;
  font-size: 50px;
  line-height: 1.2;
}

.center-heading2 {
  text-align: center;
  font-size: 55px;
}
:lang(en) .center-heading2 {
  font-size: 40px;
}

.award-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-left: 28px;
  padding-right: 28px;
  display: grid;
}

.award-item {
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

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

.heading-award-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-around;
  height: 250px;
  padding-bottom: 21px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  direction: rtl;
}

:lang(en) .heading-award-wrapper {
  direction: ltr;
}

.award-text--heading {
  color: #fff;
  text-align: right;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

:lang(en) .award-text--heading {
  text-align: left;
  font-size: 23px;
}

.text-award {
  color: var(--_colors---bg-color);
  text-align: right;
  font-size: 22px;
  line-height: 1.1;
  white-space: pre-line;
  direction: rtl;
}

:lang(en) .text-award {
  direction: ltr;
  text-align: left;
  font-size: 16px;
  letter-spacing: 1px;
}

.text-span {
  font-size: 30px;
}

.quote_shiekh {
  text-align: right;
  width: 100%;
}
:lang(en) .quote_shiekh {
  text-align: left;
}

.quote_shiekh.left {
  display: flex;
}
:lang(en) .quote_shiekh.left {
  justify-content: flex-end;
}
.custom-select-wrapper {
  width: 200px;
  position: relative;
}
.custom-select {
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.custom-select .arrow {
  transition: transform 0.3s ease;
}
.custom-select.open .arrow {
  transform: rotate(180deg);
}
.custom-options {
  border-radius: 8px;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  display: none;
  flex-direction: column;
  max-height: 150px;
  overflow-y: auto;
  z-index: 10;
}
.custom-options .option {
  padding: 10px 16px;
  cursor: pointer;
  color: black;
  transition: all 0.3s ease;
}
.custom-options .option:hover,
.custom-options .option.selected {
  background-color: #b18341;
  color: white;
}
@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bg-image.one {
    padding-right: 44px;
  }

  .nav-link {
    display: flex;
  }
  .local-button.english {
    width: 100%;
    text-align: right;
  }
  .local-button.arabic {
    width: 100%;
    text-align: left;
  }
  .nav-link:hover {
    color: #5f451f;
  }

  .nav-link.w--current {
    color: #fff;
  }

  .nav-link.black.w--current {
    color: var(--_colors---primary-color);
  }

  .preloader {
    display: none;
  }

  .text-wrapper {
    flex-flow: column;
  }

  .stud-wrapper {
    flex-flow: column-reverse;
  }
  .overlay {
    background-image: linear-gradient(#fff0, #b18341c9);
    height: 100%;
    position: absolute;
    inset: auto 0% 0%;
  }
  .see-more {
    inset: auto 0% 0%;
  }
  .overlay.award {
    top: 4%;
  }

  .footer-wrapper-two {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .social_container {
    flex-flow: column;
  }

  ._2_grid {
    grid-template-columns: 1fr;
  }

  .goverment {
    display: block;
  }

  .image-2 {
    width: 160px;
    height: 80px;
  }

  .image-2.la-larraine {
    height: 100px;
  }

  .link-logo {
    display: inline-block;
  }

  .logos {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: none;
    justify-content: space-around;
    width: auto;
    overflow: visible;
  }

  .menu-button {
    color: #fff;
  }

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

  .menu-button.color {
    color: var(--_colors---primary-color);
  }

  .nav-menu {
    background-color: var(--_colors---primary-color);
    flex-flow: column;
    display: flex;
  }

  .nav-menu.white {
    background-color: var(--_colors---bg-color);
  }

  .qoute_container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .horse_wrap,
  .video_wrapper {
    width: 100%;
  }

  .line {
    display: none;
  }

  .item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item.reverse {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-top: 86px;
    padding-right: 12px;
  }

  .image_moment_wrapper {
    width: 100%;
    height: 400px;
  }

  .txt-wrapper {
    min-width: auto;
    max-width: none;
  }

  .year_box {
    display: none;
  }

  .add {
    left: 46.5%;
  }

  .line_bio {
    height: 19.5%;
  }

  .line_bio._2nd-height {
    height: 9%;
  }

  .line_bio._3rd {
    height: 22%;
  }

  .line_bio._4th {
    height: 31%;
  }

  .line_bio._5th {
    height: 10%;
  }

  .news_grid {
    grid-template-columns: 1.75fr;
  }

  .footer-left {
    justify-content: center;
    align-items: center;
  }

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

  .ajman_bg_sec {
    flex-flow: column;
    height: auto;
    overflow: hidden;
  }

  .dropdown-toggle,
  .dropdown-toggle.black {
    margin-left: 0;
    margin-right: 0;
  }

  .pattern-wrapper.left:lang(ar) {
    left: -41%;
  }

  .pattern.more-h {
    height: 350px;
  }

  .flex-wrapper {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-wrapper.reverse {
    flex-flow: column;
  }

  .first_flex {
    width: 100%;
    height: 800px;
  }

  .second_flex {
    align-items: stretch;
    width: 100%;
  }

  .img_flex {
    box-shadow: -1px -5px 10px -3px #0003;
  }

  .brown-div {
    width: 100%;
    height: 100%;
    padding: 22px;
    position: static;
  }

  .brown-div.white {
    position: static;
  }

  .initiatives-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }

  .initiative {
    flex-flow: column;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .initiative.reverse {
    flex-flow: column;
  }

  .initiatives_image_wrapper {
    width: 100%;
    min-width: 100px;
    max-width: none;
    height: 450px;
    position: relative;
    top: auto;
    left: auto;
  }

  .initiatives_image_wrapper.reverse {
    top: 0;
    left: 0;
  }

  .intiative_text_wrapper {
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .intiative_text_wrapper.reverse {
    padding-right: 40px;
  }

  .slider {
    margin-bottom: 47px;
  }

  .right-arrow {
    right: 30%;
  }

  .right-arrow.video {
    right: 20%;
  }

  .left-arrow {
    left: 30%;
  }

  .left-arrow.video {
    left: 20%;
  }

  .image-1st {
    width: 50%;
    inset: auto auto 0% 0%;
  }

  .image-1st.left {
    inset: auto 0% 0% auto;
  }

  .image-2nd {
    width: 50%;
    inset: auto 0% 0% auto;
  }

  .image-2nd.left {
    inset: auto auto 0% 0%;
  }

  .award-grid {
    grid-template-columns: 1fr;
  }

  .award-image {
    height: 450px;
  }

  .heading-award-wrapper {
    justify-content: flex-end;
    bottom: 0%;
  }

  .heading-award-wrapper._1nd {
    justify-content: flex-end;
  }

  .div-block-2 {
    flex-flow: column-reverse;
    margin-top: 69px;
  }
}

@media screen and (max-width: 767px) {
  .bg-image.one {
    padding-left: 22px;
    padding-right: 25px;
  }

  .nav_container {
    justify-content: space-between;
    display: flex;
  }

  .content-wrapper {
    grid-template-columns: 1fr;
  }

  .left-for-image {
    height: 500px;
  }

  .text-big.space {
    font-size: 40px;
  }

  .text-wrapper {
    flex-flow: column;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    flex-flow: column;
  }

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  ._2_grid {
    grid-template-columns: 1fr;
  }

  .scoial_image_wrap {
    height: auto;
  }

  .image-2 {
    object-fit: contain;
    width: 120px;
    height: 60px;
  }

  .image-2.la-larraine {
    height: 60px;
  }

  .logos {
    margin-right: 5px;
    overflow: hidden;
  }

  ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .line {
    display: none;
  }

  .item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column-reverse;
    justify-content: center;
    margin-top: 20px;
  }

  .item.reverse {
    flex-flow: column-reverse;
  }

  .year_box {
    display: none;
  }

  .add {
    font-size: 20px;
    font-weight: 400;
  }

  .related-news-grid {
    grid-template-columns: 1fr;
  }

  .slider_container.vi {
    padding-top: 167px;
  }

  .pattern-wrapper.left:lang(ar) {
    left: -71%;
  }

  .nav_bar_container {
    justify-content: space-between;
    display: flex;
  }

  .custom-select-wrapper {
    top: -3px;
    right: 18px;
  }

  .right-arrow.video {
    right: 16%;
  }

  .left-arrow.video {
    left: 16%;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    text-align: center;
    font-size: 40px;
  }

  h3 {
    font-size: 40px;
  }

  .bg-image.one {
    background-image: linear-gradient(#fff0, #0000008c),
      url('../images/20240723OA_Z822146.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
  }

  .bg-image.one:lang(ar) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .preload-logo {
    width: 150px;
  }

  .preload-logo.large {
    width: 250px;
  }

  .nav_container {
    padding-bottom: 10px;
  }

  .nav-link:hover {
    color: #63451a;
  }

  .nav-link.black.w--current {
    color: var(--_colors---primary-color);
  }

  .content-wrapper {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-for-image {
    height: 400px;
  }

  .text-big {
    text-align: center;
    font-size: 40px;
  }

  .text-big.space {
    text-align: center;
  }

  .stud_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  ._3-grid {
    grid-template-columns: 1fr;
  }

  .stud-wrapper {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column-reverse;
  }

  .grid_image {
    height: 350px;
  }

  .overlay.award {
    top: 0%;
  }

  .footer-wrapper-two {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-block-two {
    margin-top: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .social_container {
    flex-flow: column;
  }

  .heading {
    font-size: 40px;
  }

  ._2_grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .scoial_image_wrap {
    width: auto;
    height: 180px;
  }

  .bg-img.another-one {
    background-position: 0 0, 15%;
    padding-bottom: 68px;
    padding-left: 0;
    padding-right: 0;
  }

  .bg-img.about {
    padding-bottom: 60px;
    padding-left: 5px;
  }

  .bg-img.about:lang(ar) {
    padding-right: 5px;
  }

  .about_container {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .about_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
    display: flex;
  }

  .sticky {
    position: static;
  }

  .image-2 {
    width: 120px;
    height: 60px;
  }

  .logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .gallery_container {
    padding-top: 40px;
  }

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

  .menu-button {
    color: #fff;
  }

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

  .heading-2 {
    font-size: 28px;
  }

  .wirtten-by {
    text-align: center;
    padding-right: 0;
  }

  .horse_wrap,
  .video_wrapper {
    width: 100%;
  }

  .item {
    margin-top: 40px;
  }

  .item.reverse {
    padding-right: 12px;
  }

  .image_moment_wrapper {
    width: auto;
  }

  .txt-wrapper {
    min-width: 0;
  }

  .achivements {
    font-size: 40px;
  }

  .brand {
    min-width: 0;
  }

  .line_bio {
    height: 20%;
  }

  .line_bio._2nd-height {
    height: 8%;
  }

  .line_bio._4th {
    height: 33%;
  }

  .news_content_container {
    padding-top: 140px;
    padding-bottom: 20px;
  }

  .row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .related-news {
    padding-left: 0;
    padding-right: 0;
  }

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

  .slider_container.vi {
    padding-top: 195px;
  }

  .ajman_bg_sec {
    flex-flow: column;
    overflow: hidden;
  }

  .heading-news {
    font-size: 25px;
  }

  .sharing-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
  }

  .pattern-wrapper.left {
    top: 20%;
    right: -25%;
  }

  .pattern.no-hieght {
    object-fit: cover;
    height: 400px;
  }

  .pattern.more-h {
    object-fit: cover;
    height: 300px;
  }

  .flex-wrapper {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-wrapper.reverse {
    margin-top: 106px;
  }

  .flex-wrapper.reverse.padding {
    margin-top: 92px;
  }

  .first_flex {
    height: 350px;
  }

  .brown-div {
    padding: 12px;
  }

  .brown-div.white,
  .brown-div.white.reverse {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .initiatives_container {
    padding-top: 60px;
  }

  .initiatives-wrapper {
    margin-top: 60px;
  }

  .initiative.reverse {
    margin-top: 100px;
    margin-bottom: 100px;
  }

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

  .custom-select-wrapper {
    top: -5px;
    right: 11px;
  }

  .slider {
    height: 500px;
    margin-bottom: 33px;
    padding-top: 113px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
  }

  .right-arrow.video {
    bottom: -30%;
  }

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

  .icon-2 {
    font-size: 13px;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
  }

  .left-arrow.video {
    bottom: -30%;
  }

  .slider-videos {
    height: 300px;
  }

  .image-1st,
  .image-2nd {
    height: 150px;
  }

  .center-heading2 {
    font-size: 40px;
  }

  .heading-award-wrapper {
    height: auto;
  }
}

#w-node-_9a5f7135-e749-29e8-5355-70c0adb76332-82d1ae25 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@font-face {
  font-family: '29 Ltidrissharp';
  src: url('../fonts/29LTIdrisSharp-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '29 Ltidrissharp';
  src: url('../fonts/29LTIdrisSharp-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
