@charset "UTF-8";
@font-face {
  font-family: "GothamBook";
  src: url("../font/Gotham-Book.eot");
  src: url("../font/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Book.woff2") format("woff2"), url("../font/Gotham-Book.woff") format("woff"), url("../font/Gotham-Book.ttf") format("truetype"), url("../font/Gotham-Book.svg#Gotham-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamMedium";
  src: url("../font/Gotham-Medium.eot");
  src: url("../font/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Medium.woff2") format("woff2"), url("../font/Gotham-Medium.woff") format("woff"), url("../font/Gotham-Medium.ttf") format("truetype"), url("../font/Gotham-Medium.svg#Gotham-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GothamBold";
  src: url("../font/Gotham-Bold.eot");
  src: url("../font/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../font/Gotham-Bold.woff2") format("woff2"), url("../font/Gotham-Bold.woff") format("woff"), url("../font/Gotham-Bold.ttf") format("truetype"), url("../font/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Regular";
  src: url("../font/DINNextLTArabic-Regular.eot");
  src: url("../font/DINNextLTArabic-Regular.eot?#iefix") format("embedded-opentype"), url("../font/DINNextLTArabic-Regular.woff2") format("woff2"), url("../font/DINNextLTArabic-Regular.woff") format("woff"), url("../font/DINNextLTArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lusail Bold";
  src: url("../font/Lusail-Bold.otf");
  src: url("../font/Lusail-Bold.woff2") format("woff2"), url("../font/Lusail-Bold.woff") format("woff"), url("../font/Lusail-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lusail Regular";
  src: url("../font/Lusail-Regular.otf");
  src: url("../font/Lusail-Regular.woff2") format("woff2"), url("../font/Lusail-Regular.woff") format("woff"), url("../font/Lusail-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lusail Medium";
  src: url("../font/Lusail-Medium.otf");
  src: url("../font/Lusail-Medium.woff2") format("woff2"), url("../font/Lusail-Medium.woff") format("woff"), url("../font/Lusail-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lusail Light";
  src: url("../font/Lusail-Light.otf");
  src: url("../font/Lusail-Light.woff2") format("woff2"), url("../font/Lusail-Light.woff") format("woff"), url("../font/Lusail-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation Spinner
 * ----------------------------------------
 */
@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
   * ----------------------------------------
   * animation slide-in-right
   * ----------------------------------------
   */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
   * ----------------------------------------
   * animation slide-in-bottom
   * ----------------------------------------
   */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
   * ----------------------------------------
   * animation slide-in-top
   * ----------------------------------------
   */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*
   * ----------------------------------------
   * animation scale-in-center
   * ----------------------------------------
   */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Scale image*/
@-webkit-keyframes scale-image {
  0% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
  }
}
@keyframes scale-image {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
/**
 * ----------------------------------------
 * animation animate-opacity
 * ----------------------------------------
 */
@-webkit-keyframes animate-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-29 11:19:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-29 11:24:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: orange;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2021-5-29 12:36:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation tilt-in-top-1
 * ----------------------------------------
 */
@-webkit-keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
    transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pageloaded .home-banners h2 {
  -webkit-animation: slide-in-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .aboutus-block .inner-content.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .facilityWrapp.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .facilities-tab-block .inner-content.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .footerConnect.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .vision-block .inner-content.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .scenarios-items.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .scenarios-inner-wrap.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .training-facilities-main-wrap .in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .pillar-block .inner-content.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded #block-pagetitle h1 {
  -webkit-animation: slide-in-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-top 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .main-content-wrap .in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .address-block.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}
.pageloaded .maps-container.in-view {
  -webkit-animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
  animation: slide-in-bottom 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s both;
}

.user-login-form label,
.user-pass label {
  display: block;
  padding-bottom: 8px;
}
.user-login-form input[type=text],
.user-login-form input[type=password],
.user-pass input[type=text],
.user-pass input[type=password] {
  padding: 5px;
}
.user-login-form .description,
.user-pass .description {
  font-size: 14px;
}
.user-login-form p,
.user-pass p {
  font-size: 14px;
}

::-moz-selection {
  background: #fff;
  text-shadow: none;
}

::selection {
  background: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #fff;
  color: #fff;
}

::selection {
  background: #fff;
  color: #fff;
}

html {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
  -webkit-tap-highlight-color: transparent;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -moz-touch-callout: none;
  -webkit-touch-callout: none;
  -ms-touch-callout: none;
  touch-callout: none;
  -moz-user-drag: none;
  -webkit-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}
a[data-Controller] {
  outline: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1rem 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

[data-type~=noEvents] {
  pointer-events: none;
  -ms-touch-action: none;
  touch-action: none;
}

html [data-isHidden=true],
hidden,
invisible,
none {
  display: none;
}

input[disabled] {
  color: #ccc;
}

input[disabled]:focus,
input[disabled]:hover {
  box-shadow: inset 0 0 0 1px #ccc;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  speak: none;
}
.visually-hidden.focusable:active, .visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible-element {
  width: 0;
  height: 0;
  visibility: hidden;
}

html {
  overflow-x: hidden;
}

body,
html {
  background-color: #ffffff;
  color: #1e1e1e;
  font-size: 1rem;
}
[lang=en] body,
[lang=en] html {
  font-family: "GothamBook", sans-serif;
}
[lang=ar] body,
[lang=ar] html {
  font-family: "Lusail Regular";
}

body {
  font-size: 1rem;
  min-height: 100%;
}

body {
  overflow-x: hidden;
}

.opacity-0 {
  opacity: 0;
  filter: opacity(0);
}

.dimmed {
  color: #ddd;
}

ul, ol {
  list-style: none;
  margin: 0;
}

ul.no-list-type {
  list-style: none;
}

ul.no-padding {
  padding: 0;
}

ul.no-margin {
  margin: 0;
}

.normal-text-list {
  list-style-type: disc;
}

.centered {
  margin: 0 auto;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.table-view {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table-view > li,
.table-view > .cell {
  display: table-cell;
}

.cell.middle {
  vertical-align: middle;
}
.cell.center {
  text-align: center;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

.uppercase {
  text-transform: uppercase;
}

.opacity-animated {
  opacity: 1;
  filter: opacity(100);
  transition: opacity 0.4s ease;
}
.opacity-animated.hide {
  pointer-events: none;
  opacity: 0;
  filter: opacity(0);
}

.blocking {
  pointer-events: none;
}

ul {
  list-style: none;
}

[class].lazy {
  opacity: 0;
  filter: opacity(0);
  transition: opacity 0.4s;
}
[class].lazy.loaded {
  opacity: 1;
  filter: opacity(100);
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.entire-area {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.center-hv {
  width: 100vw;
  height: 100vh;
  position: absolute;
  display: table;
  table-layout: fixed;
}
.center-hv > div {
  display: table-cell;
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
}
.center-hv > div > * {
  text-align: center;
}

.no-underline, .no-underline:hover {
  text-decoration: none;
}

p.input-error.error {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #fff;
}

.slide-cloak li,
.slide-cloak p {
  user-select: none;
}

.speak-none {
  speak: none;
}

.astrisk {
  display: inline-block;
  color: #fff;
  font-weight: 900;
}
[lang=en] .astrisk {
  margin-left: 0.3rem;
}
[lang=ar] .astrisk {
  margin-right: 0.3rem;
}

[lang=en] .xs-margin-dir {
  margin-right: 0.2rem;
}
[lang=ar] .xs-margin-dir {
  margin-left: 0.2rem;
}

[lang=en] .sm-margin-dir {
  margin-right: 0.5rem;
}
[lang=ar] .sm-margin-dir {
  margin-left: 0.5rem;
}

[lang=en] .md-margin-dir {
  margin-right: 1rem;
}
[lang=ar] .md-margin-dir {
  margin-left: 1rem;
}

[lang=en] .lg-margin-dir {
  margin-right: 1.5rem;
}
[lang=ar] .lg-margin-dir {
  margin-left: 1.5rem;
}

[lang=en] .xl-margin-dir {
  margin-right: 2rem;
}
[lang=ar] .xl-margin-dir {
  margin-left: 2rem;
}

.no-webp .using-webp {
  display: none;
}

.webp .using-legacy {
  display: none;
}

[dir=ltr] .ltr-only {
  display: block;
}
[dir=ltr] .rtl-only {
  display: none;
}

[dir=rtl] .rtl-only {
  display: block;
}
[dir=rtl] .ltr-only {
  display: none;
}

.bold {
  font-weight: bold;
}

.overflow--hidden {
  overflow: hidden;
}

.absolute-full {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

body {
  font-family: "GothamBook", sans-serif;
  line-height: 1.3;
}

[lang=ar] body, [lang=ar] html {
  font-family: "GothamBook", sans-serif;
}

a, a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "GothamMedium", sans-serif;
  font-weight: normal;
}
[lang=ar] h1, [lang=ar] h2, [lang=ar] h3, [lang=ar] h4, [lang=ar] h5, [lang=ar] h6 {
  font-family: "GothamBook", sans-serif;
  font-weight: bold;
}

h1 {
  font-size: 43px;
  text-transform: uppercase;
  padding: 1.5rem 0;
}

h2 {
  font-size: 48px;
  margin: 1rem 0;
}

h3 {
  font-size: 32px;
  margin: 1rem 0;
}

p {
  margin-bottom: 1rem;
  font-family: "GothamBook", sans-serif;
  font-size: 20px;
}

img {
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.site-logo img {
  max-width: 400px;
}

.water-mark {
  font-family: "GothamMedium", sans-serif;
  font-size: 300px;
  color: #333;
  opacity: 0.1;
  margin: 0%;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -20px;
  top: -45px;
}
.water-mark h1 {
  font-size: 300px;
  margin: 0;
  padding: 0;
}
[lang=en] .water-mark {
  right: 0;
}
[lang=ar] .water-mark {
  left: 0;
  font-family: "Lusail Regular";
  font-weight: bold;
}

.inner-content, .block-page-title-block {
  max-width: 88rem;
  margin: 0 auto;
}

a.read-more {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Stratum", sans-serif;
  margin: 20px 0;
}
[lang=en] a.read-more {
  padding: 10px 50px 10px 20px;
  background: url(../images/read-more.png) top 12px right 15px no-repeat;
}
[lang=ar] a.read-more {
  padding: 10px 20px 10px 50px;
  background: url(../images/read-more.png) top 12px left 15px no-repeat;
}
a.read-more:hover {
  background: url(../images/packages/packagearrow.png) top 12px right 15px no-repeat #414959;
  border: 1px solid #414959;
  color: #1e1e1e;
}
a.read-more.dark {
  background-color: #1e1e1e;
}
a.read-more.dark:hover {
  background-color: #878787;
  border: 1px solid #878787;
  color: #fff;
}

.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  position: relative;
  line-height: 1;
}
[lang=en] .styled-checkbox + label {
  padding-left: 35px;
}
[lang=ar] .styled-checkbox + label {
  padding-right: 35px;
}
.styled-checkbox + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 25px;
  height: 25px;
  border: #000 1px solid;
  position: absolute;
}
[lang=en] .styled-checkbox + label:before {
  margin-right: 10px;
  left: 0;
}
[lang=ar] .styled-checkbox + label:before {
  margin-left: 10px;
  right: 0;
}
.styled-checkbox:hover + label:before {
  background: #ccc;
}
.styled-checkbox:checked + label:before {
  background: #000;
}
.styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox + label:after {
  content: "";
  position: absolute;
  top: 16px;
  background: #000;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
  transform: rotate(45deg);
}
[lang=en] .styled-checkbox + label:after {
  left: 8px;
}
[lang=ar] .styled-checkbox + label:after {
  right: 15px;
  left: auto;
}
.styled-checkbox:checked + label:after {
  background: white;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
}

.path-frontpage .content-top, .path-frontpage .main-content-wrap {
  display: none;
}

.main-content-wrap article {
  max-width: 60rem;
  padding: 2rem;
  margin: 0 auto;
}
.main-content-wrap article img {
  padding: 1rem 0 2rem 0;
}

.address-block {
  max-width: 60rem;
  padding: 4rem 2rem;
  margin: 0 auto;
  background: url(/themes/dynamo/images/phone.png) no-repeat left 28rem top 3rem;
  background-size: 100px;
  font-family: "GothamMedium", sans-serif;
}
.address-block p {
  padding-bottom: 0;
  margin-bottom: 0;
  font-family: "GothamMedium", sans-serif;
}
.address-block .location {
  padding-bottom: 2rem;
}

.main.inside-page .content-area {
  border-bottom: 1px solid #d3d3d3;
}

#block-pagetitle h1::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] #block-pagetitle h1:before {
  margin-left: -50%;
  right: 0.2em;
}
[lang=ar] #block-pagetitle h1:before {
  margin-right: -50%;
  left: 0.2em;
}

.maps-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.maps-container .map-box {
  flex-basis: 49%;
}
.maps-container .map-box h3 {
  text-transform: uppercase;
  padding-left: 7rem;
}
.maps-container .map-box h3::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 4rem;
  margin-right: 1rem;
}

.inner-content h2, h2.inner-content {
  font-size: 72px;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 22px;
}

img {
  max-width: 100%;
}

.main-content-wrap .search-form {
  display: none;
}

.section-search .content-area .main-content-wrap {
  max-width: 60rem;
}
.section-search .content-area .main-content-wrap h2 {
  display: none;
}
.section-search .content-area .main-content-wrap h3 {
  font-size: 30px;
  text-transform: uppercase;
}
.section-search .content-area .main-content-wrap ol li {
  border-bottom: 1px solid #d3d3d3;
}
.section-search .content-area .main-content-wrap ol li:last-child {
  border-bottom: 0px;
}

.section-spinner {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9999;
}

.section-spinner * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sk-three-bounce {
  margin: 40px auto;
  width: 8rem;
  text-align: center;
  margin-top: 48vh;
}

.sk-three-bounce .sk-child {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #414959;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
  background-color: #414959;
}

.sk-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  background-color: #414959;
}

@-webkit-keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.slick-disabled {
  opacity: 0.1;
}

.section-training .content-area .main-content-wrap, .section-contact-us .content-area .main-content-wrap {
  display: none;
}

@media screen and (min-width: 1024px) {
  h1 {
    font-size: 72px;
  }
}
@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .maps-container .map-box {
    flex-basis: 100%;
  }

  .water-mark {
    font-size: 200px;
    letter-spacing: -20px;
    top: -30px;
  }
  .water-mark h1 {
    font-size: 200px;
  }

  .inner-content h2, h2.inner-content {
    font-size: 44px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }

  .section-search .content-area .main-content-wrap h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 48rem) {
  .maps-container .map-box {
    flex-basis: 100%;
  }
  .maps-container .map-box h3 {
    padding-left: 1rem;
  }

  .water-mark {
    font-size: 150px;
    letter-spacing: -20px;
    top: -30px;
  }
  .water-mark h1 {
    font-size: 150px;
  }

  .inner-content h2, h2.inner-content {
    font-size: 26px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 16px;
  }

  .section-search .content-area .main-content-wrap h3 {
    font-size: 20px;
  }
}
.content-area .content-top {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding: 30px 2rem 0;
  position: relative;
}
.content-area .content-top h1.page-title {
  position: relative;
}
.content-area .content-top h1.page-title:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  top: 50%;
  background: #1e1e1e;
}
[lang=en] .content-area .content-top h1.page-title:before {
  left: -103%;
}
[lang=ar] .content-area .content-top h1.page-title:before {
  right: -103%;
}
.content-area .main-content-wrap {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding: 0px 2rem 30px;
  position: relative;
}
.content-area .main-content-wrap .field--name-body img {
  margin: 15px 0;
  width: auto;
  max-width: 100%;
}
[lang=en] .content-area .main-content-wrap .field--name-body img {
  float: left;
}
[lang=ar] .content-area .main-content-wrap .field--name-body img {
  float: right;
}
.content-area .main-content-wrap .field--name-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid #1e1e1e;
}
.content-area .main-content-wrap .field--name-body ul li {
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #1e1e1e;
  font-family: "GothamMedium", sans-serif;
  font-weight: bold;
  font-size: 26px;
  position: relative;
}
[lang=ar] .content-area .main-content-wrap .field--name-body ul li {
  font-family: "GothamBook", sans-serif;
  font-weight: bold;
}
.content-area .main-content-wrap .field--name-body ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/objects/arroobject.png) no-repeat center;
  background-size: 100%;
  transition: 0.3s ease;
  transform: rotate(1deg);
  cursor: pointer;
}
[lang=en] .content-area .main-content-wrap .field--name-body ul li:after {
  right: 0;
}
[lang=ar] .content-area .main-content-wrap .field--name-body ul li:after {
  left: 0;
}

.facilities-list-block {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding: 0px 2rem;
  position: relative;
}
.facilities-list-block .facilities-filter {
  padding-bottom: 30px;
}
.facilities-list-block .facilities-filter ul {
  list-style: none;
}
[lang=en] .facilities-list-block .facilities-filter ul {
  float: right;
}
[lang=ar] .facilities-list-block .facilities-filter ul {
  float: left;
}
[lang=en] .facilities-list-block .facilities-filter ul li {
  float: left;
  margin-left: 30px;
}
[lang=ar] .facilities-list-block .facilities-filter ul li {
  float: right;
  margin-left: 30px;
}
.facilities-list-block .facilities-filter ul li label {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  font-family: "GothamMedium", sans-serif;
}
[lang=ar] .facilities-list-block .facilities-filter ul li label {
  font-family: "GothamBook", sans-serif;
  font-weight: bold;
}
.facilities-list-block .facilities-items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facilities-list-block .facilities-items .facilities-item {
  padding: 0;
  flex-basis: 100%;
}
.facilities-list-block .facilities-items .facilities-item .image-block {
  position: relative;
  overflow: hidden;
}
.facilities-list-block .facilities-items .facilities-item .image-block img {
  width: 100%;
}
.facilities-list-block .facilities-items .facilities-item .image-block .tag {
  position: absolute;
  display: inline-block;
  background: #f1cf6f;
  color: #000;
  font-size: 17px;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
  top: 30px;
  padding: 0 5px;
  z-index: 2;
}
[lang=en] .facilities-list-block .facilities-items .facilities-item .image-block .tag {
  left: 40px;
}
[lang=ar] .facilities-list-block .facilities-items .facilities-item .image-block .tag {
  right: 40px;
  font-family: "GothamBook", sans-serif;
  font-weight: bold;
}
.facilities-list-block .facilities-items .facilities-item .image-block .details {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 80px 40px 30px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.5s linear;
}
.facilities-list-block .facilities-items .facilities-item .image-block .details p {
  color: #fff;
}
.facilities-list-block .facilities-items .facilities-item .content-block h3 {
  font-size: 28px;
  padding: 15px 10px 15px 0;
  text-transform: uppercase;
}
.facilities-list-block .facilities-items .facilities-item:hover .image-block .details {
  top: 0;
}
.facilities-list-block .load-more-warp {
  padding: 30px 0;
  text-align: center;
}
.facilities-list-block .load-more-warp .load-more-button {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "Stratum", sans-serif;
  margin: 20px 0;
}
[lang=en] .facilities-list-block .load-more-warp .load-more-button {
  padding: 10px 50px 10px 20px;
  background: #1e1e1e url(../images/load-more.png) top 12px right 15px no-repeat;
}
[lang=ar] .facilities-list-block .load-more-warp .load-more-button {
  padding: 10px 20px 10px 50px;
  background: #1e1e1e url(../images/load-more.png) top 12px left 15px no-repeat;
}
.facilities-list-block .load-more-warp .load-more-button:hover {
  background-color: #878787;
  border: 1px solid #878787;
  color: #fff;
}

body.section-facilities .content-area .main-content-wrap {
  max-width: 100%;
  padding: 0px 0 30px;
}

body.section-facilities .content-area .main-content-wrap .field--name-body {
  max-width: 88rem;
  padding: 0px 2rem 30px;
  margin: 0 auto;
}

body.section-facilities .content-area .main-content-wrap .slick-slide {
  padding: 5px;
}

body.section-facilities .slick-slide img {
  background: #fff;
  opacity: 0.5;
}
body.section-facilities .slick-slide.slick-active img {
  opacity: 1 !important;
}
body.section-facilities .slick-prev {
  left: 10px !important;
  right: auto;
  z-index: 1;
  background: #1e1e1e url(../images/slide-arrow-left.png) no-repeat center/24px;
  height: 40px;
  width: 40px;
}
body.section-facilities .slick-next {
  right: 10px;
  left: auto;
  background: #1e1e1e url(../images/slide-arrow-right.png) no-repeat center/24px;
  height: 40px;
  width: 40px;
}
body.section-facilities .slick-prev:hover, body.section-facilities .slick-next:hover {
  background-color: #878787;
}
body.section-facilities .slick-prev:before, body.section-facilities .slick-next:before {
  display: none;
}

@media screen and (min-width: 600px) {
  .facilities-list-block .facilities-items .facilities-item {
    padding: 0 5px;
    flex-basis: 50%;
  }
}
@media screen and (min-width: 768px) {
  .content-area .main-content-wrap .field--name-body img {
    max-width: 50%;
    margin: 15px 40px 15px 0;
  }
  .content-area .main-content-wrap .field--name-body ul li {
    padding: 20px 30px 20px 0;
    font-size: 36px;
  }
  .content-area .main-content-wrap .field--name-body ul li:after {
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 920px) {
  .facilities-list-block .facilities-items .facilities-item {
    flex-basis: 33%;
  }
}
@media screen and (min-width: 1024px) {
  .content-area .content-top {
    padding: 60px 2rem 0;
  }
}
@media screen and (min-width: 1400px) {
  body.section-facilities .content-area .main-content-wrap .slick-slide {
    width: 1360px;
    padding: 10px;
  }

  body.section-facilities .slick-prev {
    left: 20px !important;
  }
  body.section-facilities .slick-next {
    right: 20px;
  }
}
@media screen and (min-width: 1600px) {
  body.section-facilities .slick-prev {
    left: 60px !important;
  }
  body.section-facilities .slick-next {
    right: 60px;
  }
}
.top-section {
  position: relative;
}

header {
  padding: 1rem 2rem;
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-wrapper .site-logo {
  display: inline-block;
}
header .header-wrapper .site-logo .mobile {
  display: none;
}
header .header-wrapper .menu-area {
  display: flex;
  align-items: center;
}
header .header-wrapper .main-menu nav > ul {
  list-style: none;
}
header .header-wrapper .main-menu nav > ul > li {
  display: inline-block;
  position: relative;
}
header .header-wrapper .main-menu nav > ul > li a {
  color: #fff;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
  font-size: 17px;
  display: block;
  padding: 5px 15px;
}
[lang=ar] header .header-wrapper .main-menu nav > ul > li a {
  font-family: "GothamBook", sans-serif;
  font-weight: bold;
}
header .header-wrapper .main-menu nav > ul > li a:hover, header .header-wrapper .main-menu nav > ul > li a.is-active {
  color: #fff;
}
header .header-wrapper .main-menu nav > ul > li ul {
  display: none;
  position: absolute;
  position: absolute;
  width: 300px;
  top: 118px;
  background: #fff;
  padding: 20px 0;
  z-index: 2;
}
[lang=en] header .header-wrapper .main-menu nav > ul > li ul {
  left: 0;
}
[lang=ar] header .header-wrapper .main-menu nav > ul > li ul {
  right: 0;
}
header .header-wrapper .main-menu nav > ul > li ul li {
  display: block;
  width: 100%;
}
[lang=en] header .header-wrapper .main-menu nav > ul > li ul li {
  text-align: left;
}
[lang=ar] header .header-wrapper .main-menu nav > ul > li ul li {
  text-align: right;
}
header .header-wrapper .main-menu nav > ul > li ul li a {
  font-size: 18px;
  display: block;
  text-transform: none;
  color: #000;
  text-transform: uppercase;
}
[lang=en] header .header-wrapper .main-menu nav > ul > li ul li a {
  padding: 14px 20px 14px 50px;
}
[lang=ar] header .header-wrapper .main-menu nav > ul > li ul li a {
  padding: 14px 50px 14px 20px;
}
header .header-wrapper .main-menu nav > ul > li:hover ul {
  display: block;
}
header .header-wrapper .right-section {
  display: flex;
  align-items: center;
}
header .header-wrapper .right-section #block-languageswitcher ul li a {
  color: #fff;
  padding: 5px 20px;
  font-family: "Lusail Regular";
}
header .header-wrapper .right-section .search-block-form {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background: rgba(65, 73, 89, 0.95);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform: scale(1.3) translate3d(0, 0, 0);
}
header .header-wrapper .right-section .search-block-form.displaySearch {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  display: block;
  visibility: visible;
  pointer-events: auto;
  padding-top: 100px;
}
header .header-wrapper .right-section .search-block-form.displaySearch #search-block-form {
  padding: 0% 2rem;
  position: relative;
}
header .header-wrapper .right-section .search-block-form.displaySearch #search-block-form .form-submit {
  background: url(../images/search.svg) 9px 9px no-repeat #414959;
  background-size: 32px;
  width: 50px;
  height: 50px;
  text-indent: 10000px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 20px;
  border: none;
}
[lang=en] header .header-wrapper .right-section .search-block-form.displaySearch #search-block-form .form-submit {
  right: 2rem;
}
[lang=ar] header .header-wrapper .right-section .search-block-form.displaySearch #search-block-form .form-submit {
  left: 2rem;
}
header .header-wrapper .right-section .search-block-form.displaySearch input[type=search] {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border: 0;
  background: 0 0;
  color: #fff;
  padding: 1rem 0;
  border: 3px;
  font-size: 2rem;
  white-space: nowrap;
  outline: 0;
  box-shadow: 0 5px 0 0 #bfbbb3;
  transition: box-shadow 0.4s ease;
}
header .header-wrapper .right-section .searchIcon {
  display: inline-block;
}
header .header-wrapper .right-section .searchIcon a {
  background: url(../images/search.svg) 12px 10px no-repeat transparent;
  background-size: 20px;
  width: 42px;
  height: 42px;
  text-indent: -10000px;
  overflow: hidden;
  display: block;
  padding: 20px;
}
header .header-wrapper .right-section .searchIcon.changesearch {
  position: relative;
  z-index: 9999;
  background-color: transparent;
  border: 0 solid transparent;
}
[lang=en] header .header-wrapper .right-section .searchIcon.changesearch {
  right: 0.5rem;
}
[lang=ar] header .header-wrapper .right-section .searchIcon.changesearch {
  left: 0.5rem;
}
header .header-wrapper .right-section .searchIcon.changesearch a {
  background: url(../images/close.svg) 9px 9px no-repeat #414959;
  background-size: 28px;
  width: 42px;
  height: 42px;
}
header .header-wrapper .right-section .menutoggle {
  display: none;
  cursor: pointer;
  line-height: 50px;
  vertical-align: middle;
  z-index: 9;
}
[lang=en] header .header-wrapper .right-section .menutoggle {
  margin-left: 1.5rem;
}
[lang=ar] header .header-wrapper .right-section .menutoggle {
  margin-right: 1.5rem;
}
header .header-wrapper .right-section .bar1,
header .header-wrapper .right-section .bar2,
header .header-wrapper .right-section .bar3 {
  width: 35px;
  height: 2px;
  background-color: #fff;
  margin: 7px 0;
  transition: 0.4s;
}
header .header-wrapper .right-section .bar2 {
  width: 30px;
}
header .header-wrapper .right-section .changemenu .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 7px);
  transform: rotate(-45deg) translate(-6px, 7px);
}
header .header-wrapper .right-section .changemenu .bar2 {
  opacity: 0;
}
header .header-wrapper .right-section .changemenu .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
  transform: rotate(45deg) translate(-5px, -6px);
}

.home-banners .banner {
  position: relative;
}
.home-banners .banner .content-block {
  position: absolute;
  bottom: 4rem;
  z-index: 10;
  text-align: center;
  width: 100%;
}
[lang=en] .home-banners .banner .content-block {
  left: 0;
}
[lang=ar] .home-banners .banner .content-block {
  right: 0;
}
.home-banners .banner .content-block h2 {
  color: #fff;
  font-size: 48px;
  text-transform: uppercase;
  max-width: 88rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.home-banners .banner .image-block {
  background-size: cover;
  height: 80vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.home-banners .banner .image-block::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}
.home-banners.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.home-banners .slick-dots {
  bottom: 3rem;
}
.home-banners .slick-dots li button:before {
  color: #f1cf6f;
  opacity: 0.5;
  font-size: 16px;
}
.home-banners .slick-dots li.slick-active button:before {
  opacity: 1;
}

.inside-banner .image-block {
  width: 100vw;
  height: 42vh;
  max-height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inside-banner .image-block::after {
  display: block;
  content: "";
  background: rgba(12, 11, 11, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.search-block-form {
  background: #414959;
}

@media screen and (max-width: 70rem) {
  header .header-wrapper .right-section .menutoggle {
    display: inline-block;
  }
  header #block-dynamo-main-menu {
    display: none;
  }
  header #block-dynamo-main-menu.displayMenu {
    animation: scale-display 0.3s;
    display: block;
    position: absolute;
    width: 300px;
    height: auto;
    top: 7rem;
    background: #414959;
    padding-top: 1rem;
    padding-bottom: 1rem;
    z-index: 1;
  }
  [lang=en] header #block-dynamo-main-menu.displayMenu {
    right: 2rem;
  }
  [lang=ar] header #block-dynamo-main-menu.displayMenu {
    left: 2rem;
  }
  header #block-dynamo-main-menu.displayMenu ul li {
    width: 100%;
    display: block;
    padding: 0;
  }
  [lang=en] header #block-dynamo-main-menu.displayMenu ul li {
    text-align: left;
  }
  [lang=ar] header #block-dynamo-main-menu.displayMenu ul li {
    text-align: right;
  }
  header #block-dynamo-main-menu.displayMenu ul li a {
    color: #fff;
  }
  header #block-dynamo-main-menu.displayMenu ul li ul {
    display: block;
    position: relative;
    top: auto;
    width: auto;
    padding: 0;
  }
  [lang=en] header #block-dynamo-main-menu.displayMenu ul li ul {
    left: auto;
  }
  [lang=ar] header #block-dynamo-main-menu.displayMenu ul li ul {
    right: auto;
  }
  header #block-dynamo-main-menu.displayMenu ul li ul li a {
    color: #000;
  }
}
@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .home-banners .banner .content-block h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 48rem) {
  header .header-wrapper .site-logo {
    width: 100px;
    position: relative;
    z-index: 999;
  }
  header .header-wrapper .site-logo .mobile {
    display: block;
    max-width: 100%;
  }
  header .header-wrapper .site-logo .desktop {
    display: none;
  }
  header #block-dynamo-main-menu.displayMenu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    padding-top: 10rem;
  }
  [lang=en] header #block-dynamo-main-menu.displayMenu {
    left: 0;
    right: auto;
  }
  [lang=ar] header #block-dynamo-main-menu.displayMenu {
    right: 0;
    left: auto;
  }

  .home-banners .banner .content-block h2 {
    font-size: 22px;
  }
}
.aboutus-block {
  background: #f1f1f1;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}
.aboutus-block .inner-content {
  position: relative;
}
.aboutus-block .inner-content h2 {
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}
.aboutus-block .inner-content h2::before {
  background-color: #0b0b0b;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] .aboutus-block .inner-content h2:before {
  margin-left: -50%;
  right: 0.2em;
}
[lang=ar] .aboutus-block .inner-content h2:before {
  margin-right: -50%;
  left: 0.2em;
}
.aboutus-block .inner-content .inner-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 2rem;
  flex-wrap: wrap;
}
.aboutus-block .inner-content .image-block {
  flex-basis: 49%;
}
.aboutus-block .inner-content .content-block {
  flex-basis: 49%;
}
.aboutus-block .inner-content .content-block p {
  color: #000;
}
.aboutus-block .inner-content .content-block a {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "GothamBook", sans-serif;
  margin: 20px 0;
  transition: background 0.5s ease;
}
[lang=en] .aboutus-block .inner-content .content-block a {
  background: url(../images/arrow-down.png) top 12px right 15px no-repeat;
  padding: 10px 50px 10px 20px;
  background-size: 18px;
}
[lang=en] .aboutus-block .inner-content .content-block a:hover {
  background: url(../images/read-more.png) top 12px right 15px no-repeat #414959;
  padding: 10px 50px 10px 20px;
  background-size: 18px;
  border: 1px solid #414959;
  color: #fff;
}
[lang=ar] .aboutus-block .inner-content .content-block a {
  background: url(../images/arrow-down.png) top 12px left 15px no-repeat;
  padding: 10px 20px 10px 50px;
  background-size: 18px;
}
[lang=ar] .aboutus-block .inner-content .content-block a:hover {
  background: url(../images/read-more.png) top 12px left 15px no-repeat #414959;
  padding: 10px 20px 10px 50px;
  background-size: 18px;
  border: 1px solid #414959;
  color: #fff;
}
.aboutus-block .inner-content .content-block .accord {
  border-bottom: 1px solid #000;
  padding: 10px 0 15px;
}
.aboutus-block .inner-content .content-block .accord:first-child {
  border-top: 1px solid #000;
}
.aboutus-block .inner-content .content-block .accord h4 {
  text-transform: uppercase;
  color: #000;
  cursor: pointer;
}
[lang=en] .aboutus-block .inner-content .content-block .accord h4 {
  padding-right: 60px;
}
[lang=ar] .aboutus-block .inner-content .content-block .accord h4 {
  padding-left: 60px;
}
.aboutus-block .inner-content .content-block .accord .content {
  display: none;
  padding: 10px 0;
}
[lang=en] .aboutus-block .inner-content .content-block .accord .content {
  padding-right: 60px;
}
[lang=ar] .aboutus-block .inner-content .content-block .accord .content {
  padding-left: 60px;
}
.aboutus-block .inner-content .content-block .arrow {
  width: 24px;
  height: 24px;
  background: url(../images/arrow-down.png) no-repeat;
  transition: 0.3s ease;
  transform: rotate(1deg);
  cursor: pointer;
  display: block;
  position: absolute;
  transition: background 0.5s ease;
  top: 15px;
  background-size: contain;
}
[lang=en] .aboutus-block .inner-content .content-block .arrow {
  right: 10px;
}
[lang=ar] .aboutus-block .inner-content .content-block .arrow {
  left: 10px;
}
.aboutus-block .inner-content .content-block .accorhead {
  position: relative;
}
.aboutus-block .inner-content .content-block .active .arrow-animate {
  transform: rotate(102deg);
}

.inner-content, .block-page-title-block {
  max-width: 88rem;
  margin: 0 auto;
  padding: 0 2rem;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .aboutus-block {
    padding: 3rem 0;
  }
  .aboutus-block .inner-content .image-block {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  .aboutus-block .inner-content .image-block img {
    width: 100%;
  }
  .aboutus-block .inner-content .content-block {
    padding: 0;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 48rem) {
  .aboutus-block {
    padding: 2rem 0;
  }
  .aboutus-block .inner-content .image-block {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
  .aboutus-block .inner-content .content-block {
    padding: 0;
    flex-basis: 100%;
  }
  .aboutus-block .inner-content .content-block .arrow {
    width: 18px;
    height: 18px;
  }
}
.vision-block {
  background: url(/themes/dynamo/images/vision.png) no-repeat right 0 top 0 #c4ccd8;
  padding: 5rem 0;
  background-size: auto 100%;
}
.vision-block h2 {
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}
.vision-block h2::before {
  background-color: #0b0b0b;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] .vision-block h2:before {
  margin-left: -50%;
  right: 0.2em;
}
[lang=ar] .vision-block h2:before {
  margin-right: -50%;
  left: 0.2em;
}
.vision-block .content-block {
  max-width: 800px;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .vision-block {
    background: url(/themes/dynamo/images/vision.png) no-repeat right 0 bottom 0 #c4ccd8;
    padding: 5rem 0 12rem;
    background-size: auto;
  }
}
@media screen and (max-width: 48rem) {
  .vision-block {
    background: url(/themes/dynamo/images/vision.png) no-repeat right 0 bottom 0 #c4ccd8;
    padding: 5rem 0 12rem;
    background-size: auto;
  }
}
.pillar-block {
  background: url(../images/pillar-bg.jpg) no-repeat;
  background-size: cover;
  padding: 4rem 0;
  color: #fff;
}
.pillar-block .tab-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.pillar-block .tab-block > div {
  flex-basis: 49%;
}
.pillar-block .tab-block > div .tabNavigation li {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
  max-width: 475px;
}
.pillar-block .tab-block > div .tabNavigation li a {
  display: block;
  font-size: 22px;
  font-family: "GothamMedium", sans-serif;
  padding: 8px 10px;
  text-transform: uppercase;
  transition: background 0.5s ease;
}
.pillar-block .tab-block > div .tabNavigation li a span {
  display: inline-block;
  padding-right: 1rem;
}
.pillar-block .tab-block > div .tabNavigation li a:hover, .pillar-block .tab-block > div .tabNavigation li a.selected {
  background: #fff;
  color: #000;
}
.pillar-block .tab-block > div .pillars h3 {
  margin-bottom: 1rem;
  text-transform: uppercase;
  margin-top: 0;
}
.pillar-block h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.pillar-block h2::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] .pillar-block h2:before {
  margin-left: -50%;
  right: 0.2em;
}
[lang=ar] .pillar-block h2:before {
  margin-right: -50%;
  left: 0.2em;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .pillar-block .tab-block > div {
    flex-basis: 100%;
  }

  .pillar-block .tab-block > div .tabNavigation li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 48rem) {
  .pillar-block .tab-block > div {
    flex-basis: 100%;
  }

  .pillar-block .tab-block > div .tabNavigation li a {
    font-size: 18px;
  }
}
/* pakageblock */
.facilityMain {
  position: relative;
  width: 100%;
  padding: 5rem 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  /* facilitylist */
}
[lang=en] .facilityMain {
  float: left;
}
[lang=ar] .facilityMain {
  float: right;
}
.facilityMain .water-mark {
  color: #8e887c;
}
.facilityMain .facilityWrapp > h2 {
  color: #000;
  text-transform: uppercase;
  line-height: 1;
}
.facilityMain .facilityWrapp > h2::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] .facilityMain .facilityWrapp > h2:before {
  margin-left: -50%;
  right: 0.2em;
}
[lang=ar] .facilityMain .facilityWrapp > h2:before {
  margin-right: -50%;
  left: 0.2em;
}
.facilityMain .facilityMaincontent {
  display: flex;
  width: 100%;
  padding: 121px 0;
  padding-bottom: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.facilityMain .facilityMaincontent .facilities {
  flex-basis: 100%;
}
.facilityMain .facilityMaincontent .slick-next {
  z-index: 2;
  height: 40px;
  width: 40px;
}
[lang=en] .facilityMain .facilityMaincontent .slick-next {
  right: 25px;
  background: url(../images/slide-arrow-right.png) no-repeat center/24px #414959;
}
[lang=ar] .facilityMain .facilityMaincontent .slick-next {
  left: 25px;
  background: url(../images/slide-arrow-left.png) no-repeat center/24px #414959;
}
.facilityMain .facilityMaincontent .slick-next:before {
  display: none;
}
.facilityMain .facilityMaincontent .slick-next:hover {
  background-color: #000;
}
.facilityMain .facilityMaincontent .slick-prev {
  z-index: 2;
  background: #000;
  height: 40px;
  width: 40px;
}
[lang=en] .facilityMain .facilityMaincontent .slick-prev {
  left: 25px;
  background: url(../images/slide-arrow-left.png) no-repeat center/24px #414959;
}
[lang=ar] .facilityMain .facilityMaincontent .slick-prev {
  right: 25px;
  background: url(../images/slide-arrow-right.png) no-repeat center/24px #414959;
}
.facilityMain .facilityMaincontent .slick-prev:before {
  display: none;
}
.facilityMain .facilityMaincontent .slick-prev:hover {
  background-color: #000;
}
.facilityMain .facilityBox {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
}
[lang=en] .facilityMain .facilityBox {
  float: left;
}
[lang=ar] .facilityMain .facilityBox {
  float: right;
}
.facilityMain .facilityBox img {
  width: 100%;
  object-fit: cover;
  position: relative;
}
.facilityMain .facilityText {
  position: absolute;
  top: 0;
  color: #fff;
  padding-top: 47px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.facilityMain .topfacilityhead h3 {
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}
[lang=en] .facilityMain .topfacilityhead h3 {
  padding-right: 4%;
  padding-left: 25%;
}
[lang=ar] .facilityMain .topfacilityhead h3 {
  padding-left: 4%;
  padding-right: 25%;
}
.facilityMain .topfacilityhead:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20%;
  height: 1px;
  background: #fff;
  top: 25px;
}
[lang=en] .facilityMain .topfacilityhead:before {
  left: 2%;
}
[lang=ar] .facilityMain .topfacilityhead:before {
  left: auto;
  right: 2%;
}
.facilityMain .topfacilityhead {
  display: block;
  position: relative;
}
.facilityMain .facilityText .facilityReademore {
  height: 30px;
  background: #000;
  position: relative;
  z-index: 9999;
  width: 49px;
}
[lang=en] .facilityMain .facilityText .facilityReademore {
  float: right;
}
[lang=ar] .facilityMain .facilityText .facilityReademore {
  float: left;
}
.facilityMain .facilityBox:nth-child(2) {
  margin: 0 10px;
}
.facilityMain .facilityHovertop {
  position: absolute;
}
.facilityMain .facilities {
  width: auto;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s linear;
}
[lang=en] .facilityMain .facilities {
  float: left;
}
[lang=ar] .facilityMain .facilities {
  float: right;
}
.facilityMain .facilityLinkd {
  padding: 20px 100px 20px 20px;
  height: 100px;
  position: absolute;
  background: #414959 url(../images/packages/packagearrow.png) no-repeat center;
  bottom: 0;
}
[lang=en] .facilityMain .facilityLinkd {
  right: 0;
  float: right;
}
[lang=ar] .facilityMain .facilityLinkd {
  left: 0;
  float: left;
}
.facilityMain .facilityLinkd span {
  display: none;
  color: #fff;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
}
.facilityMain .summary-wrap {
  font-size: 26px;
  color: #fff;
  padding: 20px 12%;
  display: none;
}

.facilityText:hover {
  background: rgba(0, 0, 0, 0.7);
}
[lang=en] .facilityText:hover .topfacilityhead:before {
  left: -12%;
}
[lang=ar] .facilityText:hover .topfacilityhead:before {
  right: -12%;
}
[lang=en] .facilityText:hover .topfacilityhead h3 {
  padding-left: 12%;
}
[lang=ar] .facilityText:hover .topfacilityhead h3 {
  padding-right: 12%;
}
.facilityText:hover .summary-wrap {
  display: block;
}
.facilityText:hover .facilityLinkd {
  width: auto;
  background: #414959;
  position: absolute;
  background: #414959 url(../images/packages/packagearrow.png) no-repeat center right 35px;
  bottom: 0;
  line-height: 1;
  padding: 35px 100px 0px 30px;
}
.facilityText:hover .facilityLinkd span {
  display: block !important;
}

/*Facilities tab block*/
.facilities-tab-block .facilities-tab-filter {
  margin-bottom: 2rem;
}
.facilities-tab-block .facilities-tab-filter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.facilities-tab-block .facilities-tab-filter ul li {
  flex-basis: 32%;
}
.facilities-tab-block .facilities-tab-filter ul li a {
  display: block;
  border: 1px solid #876f5f;
  padding: 10px;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
  position: relative;
}
.facilities-tab-block .facilities-tab-filter ul li a:hover, .facilities-tab-block .facilities-tab-filter ul li a.active {
  background: #876f5f;
  color: #fff;
}
.facilities-tab-block .facilities-tab-filter ul li a:hover:after, .facilities-tab-block .facilities-tab-filter ul li a.active:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
  height: 0px;
  width: 0px;
  border-right: solid 16px transparent;
  border-top: solid 16px #876f5f;
  border-left: solid 16px transparent;
}
.facilities-tab-block .facilities-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.facilities-tab-block .facilities-items .facilities-item {
  flex-basis: 49%;
  margin-bottom: 2rem;
  position: relative;
}
.facilities-tab-block .facilities-items .facilities-item .image-block:after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.facilities-tab-block .facilities-items .facilities-item img {
  width: 100%;
  height: auto;
}
.facilities-tab-block .facilities-items .facilities-item h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem;
  color: #fff;
  z-index: 2;
}
.facilities-tab-block .facilities-items .facilities-item h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #fff;
  left: 0;
  top: 4.4rem;
}
.facilities-tab-block .facilities-items .facilities-item .details {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.facilities-tab-block .facilities-items .facilities-item .details a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
}

@media screen and (min-width: 768px) {
  .facilityMain .facilityMaincontent .facilities {
    flex-basis: 49.5%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .facilityMain .facilityMaincontent .facilities {
    flex-basis: 33%;
  }

  [lang=en] .facilityMain .topfacilityhead h3 {
    padding-right: 4%;
    padding-left: 35%;
  }
  [lang=ar] .facilityMain .topfacilityhead h3 {
    padding-left: 4%;
    padding-right: 35%;
  }

  [lang=en] .facilityMain .topfacilityhead:before {
    left: 10%;
  }
  [lang=ar] .facilityMain .topfacilityhead:before {
    right: 10%;
  }
}
@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .facilityMain .summary-wrap {
    font-size: 22px;
  }

  .facilityMain .facilityLinkd, .facilityText:hover .facilityLinkd {
    padding: 20px 80px 20px 20px;
    height: 80px;
    background-size: 42px;
  }

  .facilityMain .facilityLinkd span {
    font-size: 20px;
  }
}
@media screen and (max-width: 48rem) {
  .facilityMain .summary-wrap {
    font-size: 18px;
  }

  .facilityMain .facilityLinkd, .facilityText:hover .facilityLinkd {
    padding: 20px 60px 20px 20px;
    height: 60px;
    background-size: 32px;
  }

  .facilityMain .facilityLinkd span {
    font-size: 16px;
  }
}
.Objectives {
  position: relative;
  width: 100%;
  padding: 5% 0;
  /* accordion-2 */
}
.Objectives .water-mark {
  color: #8e887c;
}
.Objectives .objectiveWrapp {
  position: relative;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
}
.Objectives .objectiveWrapp > h2 {
  color: #000;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.Objectives .objectiveWrapp > h2::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] .Objectives .objectiveWrapp > h2:before {
  right: 0.2em;
  margin-left: -50%;
}
[lang=ar] .Objectives .objectiveWrapp > h2:before {
  left: 0.2em;
  margin-right: -50%;
}
.Objectives .objectMaincontent {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 35px 0;
}
.Objectives .leftObject {
  width: 47%;
  float: left;
}
.Objectives .rightObject {
  width: 53%;
  position: relative;
  left: 0;
  right: 0;
}
[lang=en] .Objectives .rightObject {
  padding-left: 5%;
  padding-right: 6%;
  float: left;
}
[lang=ar] .Objectives .rightObject {
  padding-left: 6%;
  padding-right: 5%;
  float: right;
}
.Objectives .leftObject img {
  width: 100%;
}
.Objectives .rightObject h2 {
  color: #8e887c;
  font-size: 36px;
  line-height: 41px;
  margin: 0;
  width: 100%;
}
.Objectives .rightObject .content {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0;
}
[lang=en] .Objectives .rightObject .content {
  padding-right: 51%;
}
[lang=ar] .Objectives .rightObject .content {
  padding-left: 51%;
}
.Objectives .objectMaincontent .accord .content p {
  margin: 0;
}
.Objectives .objectMaincontent .arrow {
  width: 50px;
  height: 50px;
  background: url(../images/objects/arroobject.png) no-repeat;
  transition: 0.3s ease;
  transform: rotate(1deg);
  cursor: pointer;
}
.Objectives .objectMaincontent .accorhead {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Objectives .objectMaincontent .arrow-animate .active {
  transform: rotate(102deg);
}
.Objectives .objectMaincontent .accord {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.Objectives .objectMaincontent .accord .head {
  cursor: pointer;
  transition: 0.25s;
}
.Objectives .accord:first-child {
  border-top: 1px solid #000;
}
.Objectives .objectMaincontent .arrow.active {
  transform: rotate(81deg);
}
.Objectives .objectMaincontent .accord .content {
  display: none;
  color: #333333;
}
.Objectives .objectMaincontent .head.active h2 {
  font-size: 56px;
  line-height: 52px;
  padding-bottom: 15px;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .Objectives .objectiveWrapp > h2 {
    font-size: 28px;
  }
  .Objectives .objectMaincontent .leftObject {
    display: none;
  }
  .Objectives .objectMaincontent .rightObject {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 48rem) {
  .Objectives .objectiveWrapp > h2 {
    font-size: 22px;
  }
  .Objectives .objectMaincontent .leftObject {
    display: none;
  }
  .Objectives .objectMaincontent .rightObject {
    width: 100%;
    padding: 0 2rem;
  }
}
/* newsBlock */
.newsEvents {
  width: 100%;
  background: #8a1538;
  position: relative;
}
[lang=en] .newsEvents {
  float: left;
}
[lang=ar] .newsEvents {
  float: right;
}

.newsMainwrap {
  width: 100%;
  display: flex;
  padding: 71px 0;
  color: #fff;
  height: 100%;
}

.newsMainwrap h2 {
  color: #fff;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1;
}
.newsMainwrap h2::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] .newsMainwrap h2:after {
  left: 0.2em;
  margin-right: -50%;
}
[lang=ar] .newsMainwrap h2:after {
  right: 0.2em;
  margin-left: -50%;
}

.newsMain {
  width: 100%;
  padding: 6rem 0 5rem 5rem;
}
.newsMain ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newsMain li {
  flex-basis: 27%;
}

.newsMain h3 {
  font-size: 20px;
  padding-bottom: 30px;
}

.newsMain h3:before {
  content: "";
  position: relative;
  display: flex;
  width: 50px;
  height: 1px;
  background: #ffffff80;
  top: 12px;
}
[lang=en] .newsMain h3:before {
  left: -75px;
}
[lang=ar] .newsMain h3:before {
  right: -75px;
}

.newsMain p {
  font-size: 30px;
  line-height: 38px;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .newsMainwrap h2 {
    font-size: 28px;
  }

  .newsMain li {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 48rem) {
  .newsMainwrap h2 {
    font-size: 22px;
  }

  .newsMain li {
    flex-basis: 100%;
  }
}
/* pakageblock */
.pakageMain {
  position: relative;
  width: 100%;
  padding: 7% 0;
  padding-bottom: 0;
  margin-bottom: 3px;
  /* packagelist */
}
[lang=en] .pakageMain {
  float: left;
}
[lang=ar] .pakageMain {
  float: right;
}
.pakageMain .water-mark {
  color: #8e887c;
}
.pakageMain .pakageWrapp > h2 {
  color: #000;
  font-size: 100px;
  text-transform: uppercase;
  line-height: 1;
}
.pakageMain .pakageWrapp > h2::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] .pakageMain .pakageWrapp > h2:before {
  margin-left: -50%;
  right: 0.2em;
}
[lang=ar] .pakageMain .pakageWrapp > h2:before {
  margin-right: -50%;
  left: 0.2em;
}
.pakageMain .packageMaincontent {
  display: flex;
  width: 100%;
  padding: 121px 0;
  padding-bottom: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pakageMain .packageMaincontent .packages {
  flex-basis: 100%;
}
.pakageMain .packageBox {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
}
[lang=en] .pakageMain .packageBox {
  float: left;
}
[lang=ar] .pakageMain .packageBox {
  float: right;
}
.pakageMain .packageBox img {
  width: 100%;
  object-fit: cover;
  position: relative;
}
.pakageMain .packageText {
  position: absolute;
  top: 0;
  color: #fff;
  padding-top: 47px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  z-index: 999;
}
.pakageMain .topPackagehead h2 {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  width: 100%;
}
[lang=en] .pakageMain .topPackagehead h2 {
  padding-right: 4%;
  padding-left: 25%;
}
[lang=ar] .pakageMain .topPackagehead h2 {
  padding-left: 4%;
  padding-right: 25%;
}
.pakageMain .topPackagehead:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20%;
  height: 1px;
  background: #fff;
  top: 25px;
}
[lang=en] .pakageMain .topPackagehead:before {
  left: 2%;
}
[lang=ar] .pakageMain .topPackagehead:before {
  left: auto;
  right: 2%;
}
.pakageMain .topPackagehead {
  display: block;
  position: relative;
}
.pakageMain .packageText .packageReademore {
  height: 30px;
  background: #000;
  position: relative;
  z-index: 9999;
  width: 49px;
}
[lang=en] .pakageMain .packageText .packageReademore {
  float: right;
}
[lang=ar] .pakageMain .packageText .packageReademore {
  float: left;
}
.pakageMain .packageBox:nth-child(2) {
  margin: 0 10px;
}
.pakageMain .packageHovertop {
  position: absolute;
}
.pakageMain .packages {
  width: auto;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s linear;
}
[lang=en] .pakageMain .packages {
  float: left;
}
[lang=ar] .pakageMain .packages {
  float: right;
}
.pakageMain .packageLinkd {
  padding: 20px 100px 20px 20px;
  height: 100px;
  position: absolute;
  background: #000 url(../images/packages/packagearrow.png) no-repeat center;
  bottom: 0;
}
[lang=en] .pakageMain .packageLinkd {
  right: 0;
  float: right;
}
[lang=ar] .pakageMain .packageLinkd {
  left: 0;
  float: left;
}
.pakageMain .packageLinkd span {
  display: none;
  color: #fff;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
}

.summary-wrap {
  font-size: 32px;
  color: #fff;
  padding: 20px 12%;
  display: none;
}

.packageText:hover {
  background: rgba(0, 0, 0, 0.3);
}
[lang=en] .packageText:hover .topPackagehead:before {
  left: -12%;
}
[lang=ar] .packageText:hover .topPackagehead:before {
  right: -12%;
}
[lang=en] .packageText:hover .topPackagehead h2 {
  padding-left: 12%;
}
[lang=ar] .packageText:hover .topPackagehead h2 {
  padding-right: 12%;
}
.packageText:hover .summary-wrap {
  display: block;
}
.packageText:hover .packageLinkd {
  width: auto;
  background: #000;
  position: absolute;
  background: #000 url(../images/packages/packagearrow.png) no-repeat center right 35px;
  bottom: 0;
  line-height: 1;
  padding: 35px 100px 0px 30px;
}
.packageText:hover .packageLinkd span {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pakageMain .packageMaincontent .packages {
    flex-basis: 49.5%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .pakageMain .packageMaincontent .packages {
    flex-basis: 33%;
  }

  [lang=en] .pakageMain .topPackagehead h2 {
    padding-right: 4%;
    padding-left: 35%;
  }
  [lang=ar] .pakageMain .topPackagehead h2 {
    padding-left: 4%;
    padding-right: 35%;
  }

  [lang=en] .pakageMain .topPackagehead:before {
    left: 10%;
  }
  [lang=ar] .pakageMain .topPackagehead:before {
    right: 10%;
  }
}
.partnership {
  padding: 113px 0;
  width: 100%;
  background: #000;
}
[lang=en] .partnership {
  float: left;
}
[lang=ar] .partnership {
  float: right;
}

.partnerShipwrapp {
  width: 100%;
}
[lang=en] .partnerShipwrapp {
  float: left;
}
[lang=ar] .partnerShipwrapp {
  float: right;
}

.partnerShipwrapp h2 {
  color: #fff;
  font-size: 72px;
  text-transform: uppercase;
  line-height: 1;
}
.partnerShipwrapp h2::after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
[lang=en] .partnerShipwrapp h2:after {
  left: 0.2em;
  margin-right: -50%;
}
[lang=ar] .partnerShipwrapp h2:after {
  right: 0.2em;
  margin-left: -50%;
}

.partnershipBlock {
  width: 100%;
  padding: 89px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.partnerShipbox {
  flex-basis: 48%;
  padding: 32px;
  border: 1px solid #95959540;
}

.partnerLogo {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[lang=en] .partnerLogo {
  float: left;
  padding-right: 20px;
}
[lang=ar] .partnerLogo {
  float: right;
  padding-left: 20px;
}

.partnerDetails {
  color: #fff;
  width: 68%;
}
[lang=en] .partnerDetails {
  float: left;
}
[lang=ar] .partnerDetails {
  float: right;
}

.partnerLogo img {
  width: 100%;
}
[lang=en] .partnerLogo img {
  float: left;
}
[lang=ar] .partnerLogo img {
  float: right;
}

.partnerDetails h3 {
  font-size: 36px;
  margin-bottom: 13px;
  text-transform: uppercase;
  line-height: 36px;
}

.partnerDetails p {
  font-size: 20px;
  color: #8e887c;
  line-height: 26px;
  padding-right: 10%;
}
[lang=en] .partnerDetails p {
  padding-right: 10%;
}
[lang=ar] .partnerDetails p {
  padding-left: 10%;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .partnerShipwrapp h2 {
    font-size: 28px;
  }

  .partnerShipbox {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 48rem) {
  .partnerShipwrapp h2 {
    font-size: 22px;
  }

  .partnerShipbox {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap {
  background: #fff;
  padding: 3rem 0;
  /* the slides */
  /* the parent */
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-category-head {
  position: relative;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-category-head h3 {
  text-transform: uppercase;
  padding-right: 150px;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-category-head a {
  position: absolute;
  display: inline-block;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "GothamBook", sans-serif;
  margin: 0px 0;
  background: url(../images/arrow-down.png) top 12px right 15px no-repeat;
  padding: 10px 50px 10px 20px;
  background-size: 18px;
  right: 0;
  top: 0;
  transition: background 0.5s ease;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-category-head a:hover {
  background: url(../images/read-more.png) top 12px right 15px no-repeat #414959;
  padding: 10px 50px 10px 20px;
  background-size: 18px;
  border: 1px solid #000;
  color: #fff;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap {
  margin: 3rem 0;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap .slick-next {
  z-index: 2;
  height: 40px;
  width: 21px;
}
[lang=en] .training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap .slick-next {
  right: -35px;
  background: url(../images/slide-arrow-right-b.png) no-repeat center/24px transparent;
}
[lang=ar] .training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap .slick-next {
  left: -35px;
  background: url(../images/slide-arrow-left-b.png) no-repeat center/24px transparent;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap .slick-next:before {
  display: none;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap .slick-prev {
  z-index: 2;
  height: 40px;
  width: 23px;
}
[lang=en] .training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap .slick-prev {
  left: -35px;
  background: url(../images/slide-arrow-left-b.png) no-repeat center/24px transparent;
}
[lang=ar] .training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap .slick-prev {
  right: -35px;
  background: url(../images/slide-arrow-right-b.png) no-repeat center/24px transparent;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-wrap .slick-prev:before {
  display: none;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-link {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-link a {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 10px;
  transition: background 0.3s;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-link a:hover {
  background: #414959;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap.even {
  background: #414959;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap.even h3 {
  color: #fff;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap.even .training-facilities-category-head a {
  border: 1px solid #fff;
  color: #fff;
  background: url(../images/read-more.png) top 12px right 15px no-repeat;
  background-size: 18px;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap.even .training-facilities-category-head a:hover {
  border: 1px solid #fff;
  background: url(../images/arrow-down.png) top 12px right 15px no-repeat #fff;
  background-size: 18px;
  color: #000;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-wrap {
  position: relative;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-wrap .image-block::after {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-wrap h5 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3rem;
  color: #fff;
  z-index: 2;
  text-transform: uppercase;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-wrap h5::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2rem;
  height: 1px;
  background: #fff;
  left: 0;
  top: 4.4rem;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .slick-slide {
  margin: 0 20px;
}
.training-facilities-main-wrap .training-facilities-category-outer-wrap .slick-list {
  margin: 0 -20px;
}

/*Scenarios */
.scenarios-outer-wrap {
  padding: 3rem 0;
  background: #e0e4eb;
}
.scenarios-outer-wrap .scenarios-head {
  position: relative;
}
.scenarios-outer-wrap .scenarios-head h3 {
  text-transform: uppercase;
  padding-right: 150px;
}
.scenarios-outer-wrap .scenarios-head a {
  position: absolute;
  display: inline-block;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
  font-family: "GothamBook", sans-serif;
  margin: 0px 0;
  background: url(../images/arrow-down.png) top 12px right 15px no-repeat;
  padding: 10px 50px 10px 20px;
  background-size: 18px;
  right: 0;
  top: 0;
  transition: background 0.5s ease;
}
.scenarios-outer-wrap .scenarios-head a:hover {
  background: url(../images/read-more.png) top 12px right 15px no-repeat #414959;
  padding: 10px 50px 10px 20px;
  background-size: 18px;
  border: 1px solid #000;
  color: #fff;
}
.scenarios-outer-wrap .scenarios-contents {
  padding: 3rem 0;
}
.scenarios-outer-wrap .scenarios-contents .slick-list {
  margin: 0 -0.5rem;
}
.scenarios-outer-wrap .scenarios-contents .slick-slide {
  width: 250px;
  transform: translate(0%, 0);
  margin: 0 0.5rem;
  -webkit-transition: width 0.8s ease;
  -moz-transition: width 0.8s ease;
  -ms-transition: width 0.8s ease;
  -o-transition: width 0.8s ease;
  transition: width 0.8s ease;
}
.scenarios-outer-wrap .scenarios-contents .slick-slide:hover {
  width: 450px;
  top: 0;
  left: 0;
  margin-left: 2rem;
  margin-right: -0.5rem;
}
.scenarios-outer-wrap .scenarios-contents .slick-slide:hover .scenario-content .features-wrap {
  visibility: visible;
}
.scenarios-outer-wrap .scenarios-contents .slick-slide:hover .scenario-content h5 {
  text-transform: uppercase;
  margin-top: 1rem;
}
.scenarios-outer-wrap .scenarios-contents .scenario-image {
  height: 280px;
  overflow: hidden;
  cursor: pointer;
}
.scenarios-outer-wrap .scenarios-contents .scenario-image img {
  max-width: unset;
}
.scenarios-outer-wrap .scenarios-contents .scenario-content .features-wrap {
  visibility: hidden;
}
.scenarios-outer-wrap .scenarios-contents .scenario-content h5 {
  text-transform: uppercase;
  margin-top: 1rem;
}
.scenarios-outer-wrap .slick-next {
  z-index: 2;
  height: 40px;
  width: 21px;
}
[lang=en] .scenarios-outer-wrap .slick-next {
  right: -35px;
  background: url(../images/slide-arrow-right-b.png) no-repeat center/24px transparent;
}
[lang=ar] .scenarios-outer-wrap .slick-next {
  left: -35px;
  background: url(../images/slide-arrow-left-b.png) no-repeat center/24px transparent;
}
.scenarios-outer-wrap .slick-next:before {
  display: none;
}
.scenarios-outer-wrap .slick-prev {
  z-index: 2;
  height: 40px;
  width: 23px;
}
[lang=en] .scenarios-outer-wrap .slick-prev {
  left: -35px;
  background: url(../images/slide-arrow-left-b.png) no-repeat center/24px transparent;
}
[lang=ar] .scenarios-outer-wrap .slick-prev {
  right: -35px;
  background: url(../images/slide-arrow-right-b.png) no-repeat center/24px transparent;
}
.scenarios-outer-wrap .slick-prev:before {
  display: none;
}
.scenarios-outer-wrap .features-wrap ul li {
  list-style: disc;
  font-family: "GothamMedium", sans-serif;
  list-style-position: inside;
}
.scenarios-outer-wrap .features-wrap p {
  font-family: "GothamMedium", sans-serif;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 48rem) {
  .training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-category-head a, .scenarios-outer-wrap .scenarios-head a {
    position: absolute;
    display: inline-block;
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "GothamBook", sans-serif;
    margin: 0px 0;
    background: url(../images/arrow-down.png) top 12px right 15px no-repeat;
    padding: 5px 35px 5px 10px;
    background-size: 11px;
    right: 0;
    top: 0;
    transition: background 0.5s ease;
  }
  .training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-category-head a:hover, .scenarios-outer-wrap .scenarios-head a:hover {
    background: url(../images/read-more.png) top 12px right 15px no-repeat #414959;
    padding: 10px 50px 10px 20px;
    background-size: 18px;
    border: 1px solid #000;
    color: #fff;
  }
}
.Objectives-page {
  position: relative;
  width: 100%;
  /* accordion-2 */
}
[lang=en] .Objectives-page {
  float: left;
}
[lang=ar] .Objectives-page {
  float: right;
}
.Objectives-page .water-mark {
  color: #8e887c;
}
.Objectives-page .objectiveWrapp {
  position: relative;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
}
.Objectives-page .objectMaincontent {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 35px 0 4rem;
}
.Objectives-page .rightObject-page {
  width: 100%;
  position: relative;
}
[lang=en] .Objectives-page .rightObject-page {
  float: left;
}
[lang=ar] .Objectives-page .rightObject-page {
  float: right;
}
.Objectives-page .leftObject img {
  width: 100%;
}
.Objectives-page .rightObject-page h2 {
  color: #8e887c;
  font-size: 36px;
  line-height: 41px;
  margin: 0;
  width: 100%;
}
.Objectives-page .rightObject-page .content {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 0;
}
[lang=en] .Objectives-page .rightObject-page .content {
  padding-right: 51%;
}
[lang=ar] .Objectives-page .rightObject-page .content {
  padding-left: 51%;
}
.Objectives-page .objectMaincontent .accord .content p {
  margin: 0;
}
.Objectives-page .objectMaincontent .arrow {
  width: 50px;
  height: 50px;
  background: url(../images/objects/arroobject.png) no-repeat;
  transition: 0.3s ease;
  transform: rotate(1deg);
  cursor: pointer;
}
.Objectives-page .objectMaincontent .accorhead {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.Objectives-page .objectMaincontent .arrow-animate .active {
  transform: rotate(102deg);
}
.Objectives-page .objectMaincontent .accord {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.Objectives-page .objectMaincontent .accord .head {
  cursor: pointer;
  transition: 0.25s;
}
.Objectives-page .accord:first-child {
  border-top: 1px solid #000;
}
.Objectives-page .objectMaincontent .arrow.active {
  transform: rotate(81deg);
}
.Objectives-page .objectMaincontent .accord .content {
  display: none;
  color: #333333;
}
.Objectives-page .objectMaincontent .head.active h2 {
  font-size: 56px;
  line-height: 52px;
  padding-bottom: 15px;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .Objectives-page .objectiveWrapp > h2 {
    font-size: 28px;
  }
  .Objectives-page .objectMaincontent .leftObject {
    display: none;
  }
  .Objectives-page .objectMaincontent .rightObject-page {
    width: 100%;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 48rem) {
  .Objectives-page .objectiveWrapp > h2 {
    font-size: 22px;
  }
  .Objectives-page .objectMaincontent .leftObject {
    display: none;
  }
  .Objectives-page .objectMaincontent .rightObject-page {
    width: 100%;
    padding: 0 2rem;
  }
}
.partnership-page {
  width: 100%;
}
[lang=en] .partnership-page {
  float: left;
}
[lang=ar] .partnership-page {
  float: right;
}
.partnership-page .partnerShipwrapp {
  width: 100%;
}
[lang=en] .partnership-page .partnerShipwrapp {
  float: left;
}
[lang=ar] .partnership-page .partnerShipwrapp {
  float: right;
}
.partnership-page .partnershipBlock {
  width: 100%;
  padding: 89px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partnership-page .partnerShipbox {
  flex-basis: 49%;
  padding: 32px;
  border: 1px solid #959595;
  margin-bottom: 2rem;
}
.partnership-page .partnerLogo {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}
[lang=en] .partnership-page .partnerLogo {
  float: left;
  padding-right: 20px;
}
[lang=ar] .partnership-page .partnerLogo {
  float: right;
  padding-left: 20px;
}
.partnership-page .partnerDetails {
  color: #000;
  width: 68%;
}
[lang=en] .partnership-page .partnerDetails {
  float: left;
}
[lang=ar] .partnership-page .partnerDetails {
  float: right;
}
.partnership-page .partnerLogo img {
  width: 100%;
}
[lang=en] .partnership-page .partnerLogo img {
  float: left;
}
[lang=ar] .partnership-page .partnerLogo img {
  float: right;
}
.partnership-page .partnerDetails h3 {
  font-size: 36px;
  margin-bottom: 13px;
  text-transform: uppercase;
  line-height: 36px;
  color: #000;
}
.partnership-page .partnerDetails p {
  font-size: 20px;
  color: #000;
  line-height: 26px;
}
[lang=en] .partnership-page .partnerDetails p {
  padding-right: 10%;
}
[lang=ar] .partnership-page .partnerDetails p {
  padding-left: 10%;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  .partnership-page .partnerShipwrapp h2 {
    font-size: 28px;
  }
  .partnership-page .partnerShipbox {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 48rem) {
  .partnership-page .partnerShipwrapp h2 {
    font-size: 22px;
  }
  .partnership-page .partnerShipbox {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
/* pakageblock */
.pakageMain-page {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 3px;
  /* packagelist */
}
[lang=en] .pakageMain-page {
  float: left;
}
[lang=ar] .pakageMain-page {
  float: right;
}
.pakageMain-page .packageMaincontent {
  display: flex;
  width: 100%;
  padding: 121px 0;
  padding-bottom: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pakageMain-page .packageMaincontent .packages {
  flex-basis: 100%;
}
.pakageMain-page .packageBox {
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  cursor: pointer;
}
[lang=en] .pakageMain-page .packageBox {
  float: left;
}
[lang=ar] .pakageMain-page .packageBox {
  float: right;
}
.pakageMain-page .packageBox img {
  width: 100%;
  object-fit: cover;
  position: relative;
}
.pakageMain-page .packageText {
  position: absolute;
  top: 0;
  color: #fff;
  padding-top: 47px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  height: 100%;
  z-index: 999;
}
.pakageMain-page .topPackagehead h2 {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  width: 100%;
}
[lang=en] .pakageMain-page .topPackagehead h2 {
  padding-right: 2%;
  padding-left: 25%;
}
[lang=ar] .pakageMain-page .topPackagehead h2 {
  padding-left: 2%;
  padding-right: 25%;
}
.pakageMain-page .topPackagehead:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20%;
  height: 1px;
  background: #fff;
  top: 25px;
}
[lang=en] .pakageMain-page .topPackagehead:before {
  left: 2%;
}
[lang=ar] .pakageMain-page .topPackagehead:before {
  left: auto;
  right: 2%;
}
.pakageMain-page .topPackagehead {
  display: block;
  position: relative;
}
.pakageMain-page .packageText .packageReademore {
  height: 30px;
  background: #000;
  position: relative;
  z-index: 9999;
  width: 49px;
}
[lang=en] .pakageMain-page .packageText .packageReademore {
  float: right;
}
[lang=ar] .pakageMain-page .packageText .packageReademore {
  float: left;
}
.pakageMain-page .packageBox:nth-child(2) {
  margin: 0 10px;
}
.pakageMain-page .packageHovertop {
  position: absolute;
}
.pakageMain-page .packages {
  width: auto;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s linear;
}
[lang=en] .pakageMain-page .packages {
  float: left;
}
[lang=ar] .pakageMain-page .packages {
  float: right;
}
.pakageMain-page .packageLinkd {
  padding: 20px 100px 20px 20px;
  height: 100px;
  position: absolute;
  background: #000 url(../images/packages/packagearrow.png) no-repeat center;
  bottom: 0;
}
[lang=en] .pakageMain-page .packageLinkd {
  right: 0;
  float: right;
}
[lang=ar] .pakageMain-page .packageLinkd {
  left: 0;
  float: left;
}
.pakageMain-page .packageLinkd span {
  display: none;
  color: #fff;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
  font-size: 23px;
}

.summary-wrap {
  font-size: 32px;
  color: #fff;
  padding: 20px 12%;
  display: none;
}

.packageText:hover {
  background: rgba(0, 0, 0, 0.3);
}
[lang=en] .packageText:hover .topPackagehead:before {
  left: -12%;
}
[lang=ar] .packageText:hover .topPackagehead:before {
  right: -12%;
}
.packageText:hover .summary-wrap {
  display: block;
}
.packageText:hover .packageLinkd {
  width: auto;
  background: #000;
  position: absolute;
  background: #000 url(../images/packages/packagearrow.png) no-repeat center right 35px;
  bottom: 0;
  line-height: 1;
  padding: 35px 100px 0px 30px;
}
.packageText:hover .packageLinkd span {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .pakageMain-page .packageMaincontent .packages {
    flex-basis: 49.5%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .pakageMain-page .packageMaincontent .packages {
    flex-basis: 33%;
  }
}
footer.footer {
  width: 100%;
  background: #fff;
  color: #000;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
[lang=en] footer.footer {
  float: left;
}
[lang=ar] footer.footer {
  float: right;
}
footer.footer .footer-top {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  overflow: auto;
}
footer.footer .footer-top > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.footer .footer-top #block-footercontact {
  flex-basis: 70%;
}
footer.footer .footer-top #block-footercontact .connect-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer.footer .footer-top #block-footercontact .connect-wrap > div {
  flex-basis: 32%;
  padding: 20px 0;
}
footer.footer .footer-top #block-footercontact h2 {
  line-height: 1;
  font-family: "GothamBook", sans-serif;
  text-transform: uppercase;
}
footer.footer .footer-top #block-footercontact .connect-box {
  padding: 20px 0;
}
footer.footer .footer-top #block-footercontact .connect-box label {
  font-weight: normal;
  font-size: 22px;
}
footer.footer .footer-top #block-footercontact .connect-box h6 {
  font-weight: bold;
  font-size: 22px;
}
footer.footer .footer-top nav {
  position: relative;
  margin-top: 20px;
  flex-basis: 30%;
}
[lang=en] footer.footer .footer-top nav {
  padding-left: 150px;
}
[lang=ar] footer.footer .footer-top nav {
  padding-right: 150px;
}
footer.footer .footer-top nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.footer .footer-top nav ul li {
  margin: 5px;
}
footer.footer .footer-top nav ul li a {
  color: #000;
  font-family: "GothamMedium", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
[lang=ar] footer.footer .footer-top nav ul li a {
  font-family: "GothamBook", sans-serif;
  font-weight: bold;
}
footer.footer .footer-top nav ul li a:hover {
  color: #414959;
}
footer.footer .footer-top nav ul li::marker {
  display: none;
}
footer.footer .footer-top nav:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 1px;
  background: #000;
  top: 28px;
}
[lang=en] footer.footer .footer-top nav:before {
  left: 0;
}
[lang=ar] footer.footer .footer-top nav:before {
  right: 0;
}
footer.footer .footer-top:after {
  content: "";
  position: relative;
  clear: both;
}
footer.footer .footer-bar {
  max-width: 88rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  font-size: 18px;
  position: relative;
  margin-top: 20px;
}
footer.footer .footer-bar .copy-right {
  position: relative;
}
[lang=en] footer.footer .footer-bar .copy-right {
  padding-left: 160px;
}
[lang=ar] footer.footer .footer-bar .copy-right {
  padding-right: 160px;
}
footer.footer .footer-bar .copy-right:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  top: 28px;
}
[lang=en] footer.footer .footer-bar .copy-right:before {
  left: calc(-100% + 130px);
}
[lang=ar] footer.footer .footer-bar .copy-right:before {
  right: calc(-100% + 130px);
}
[lang=en] footer.footer .footer-bar .footer-menu {
  padding-left: 150px;
}
[lang=ar] footer.footer .footer-bar .footer-menu {
  padding-right: 150px;
}
footer.footer .footer-bar .footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
footer.footer .footer-bar .footer-menu ul li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  line-height: 1;
}
footer.footer .footer-bar .footer-menu ul li a:hover {
  color: #414959;
}

@media screen and (min-width: 480px) {
  [lang=en] footer.footer .footer-bar .footer-menu ul li:first-child {
    border-right: 1px solid #000;
  }

  [lang=ar] footer.footer .footer-bar .footer-menu ul li:first-child {
    border-left: 1px solid #000;
  }

  footer.footer .footer-top nav ul.menu li a {
    font-size: 35px;
  }
}
@media screen and (min-width: 920px) {
  footer.footer .footer-top .footerConnect h2 {
    max-width: 250px;
  }

  footer.footer .block-footer-contact-block {
    width: 50%;
  }
  [lang=en] footer.footer .block-footer-contact-block {
    float: left;
  }
  [lang=ar] footer.footer .block-footer-contact-block {
    float: right;
  }

  footer.footer .footer-top nav {
    width: 410px;
  }
  [lang=en] footer.footer .footer-top nav {
    float: right;
  }
  [lang=ar] footer.footer .footer-top nav {
    float: left;
  }
}
@media screen and (min-width: 1024px) {
  footer.footer .footer-top .footerConnect .connect-box {
    width: 50%;
    padding: 60px 0;
  }
  [lang=en] footer.footer .footer-top .footerConnect .connect-box {
    float: left;
  }
  [lang=ar] footer.footer .footer-top .footerConnect .connect-box {
    float: right;
  }

  footer.footer .footer-bar {
    margin-top: 20px;
  }
  [lang=en] footer.footer .footer-bar {
    text-align: right;
  }
  [lang=ar] footer.footer .footer-bar {
    text-align: right;
  }

  footer.footer .footer-bar .copy-right {
    display: inline-block;
  }

  footer.footer .footer-bar .footer-menu {
    display: inline-block;
  }
  [lang=en] footer.footer .footer-bar .footer-menu {
    padding-left: 50px;
  }
  [lang=ar] footer.footer .footer-bar .footer-menu {
    padding-right: 50px;
  }

  footer.footer .footer-bar .copy-right:before {
    top: 15px;
    width: 3130px;
  }
  [lang=en] footer.footer .footer-bar .copy-right:before {
    left: -3000px;
  }
  [lang=ar] footer.footer .footer-bar .copy-right:before {
    right: -3000px;
  }
}
.follow-btn li {
  display: inline-block;
  padding: 3px;
}
.follow-btn li a {
  background: #000;
  display: block;
  padding: 5px;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.follow-btn li a img {
  padding: 5px;
}

@media screen and (min-width: 48.01rem) and (max-width: 64rem) {
  footer.footer .footer-top #block-footercontact {
    flex-basis: 100%;
  }

  footer.footer .footer-top nav {
    flex-basis: 100%;
  }

  [lang=en] footer.footer .footer-top nav {
    padding: 0;
  }

  [lang=en] footer.footer .footer-top nav:before {
    display: none;
  }

  footer.footer .footer-top #block-footercontact .connect-wrap > div {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 48rem) {
  footer.footer .footer-top #block-footercontact {
    flex-basis: 100%;
  }

  footer.footer .footer-top nav, footer.footer .footer-top #block-footercontact .connect-wrap > div {
    flex-basis: 100%;
  }

  [lang=en] footer.footer .footer-top nav, [lang=en] footer.footer .footer-bar .footer-menu, [lang=en] footer.footer .footer-bar .copy-right {
    padding-left: 0;
  }

  footer.footer .footer-top nav:before {
    display: none;
  }

  [lang=en] footer.footer .footer-bar .copy-right:before {
    left: calc(-100% - 10px);
  }

  [lang=en] footer.footer .footer-bar .footer-menu ul li:first-child {
    padding-left: 0;
  }
}
.lang-ar .connect-box h6 {
  direction: ltr;
}

.lang-ar .facilities-tab-block .facilities-items .facilities-item h3 {
  position: absolute;
  right: 10px !important;
}

body::selection, p::selection {
  color: #000;
  background: yellow;
}

.contact-page .address-block > p:last-child {
  visibility: hidden;
}

.lang-ar * {
  font-family: "Lusail Regular" !important;
}

.lang-ar .home-banners .banner .content-block h2 {
  padding-bottom: 15px !important;
}

.lang-ar .contact-page .address-block > p:nth-child(2) span {
  /* visibility: hidden; */
  color: transparent;
  float: right;
  font-size: 0px;
}

.lang-ar .contact-page .address-block > p {
  overflow: hidden;
}

.lang-ar .contact-page .address-block > p:nth-child(2) span:after {
  content: "البريد الإلكتروني:";
  display: inline-block;
  color: #000;
  padding-right: 10px;
  font-size: 21px;
}

.lang-ar .contact-page .address-block > p:nth-child(3) span {
  /* visibility: hidden; */
  color: transparent;
  float: right;
  font-size: 0px;
}

.lang-ar .contact-page .address-block > p:nth-child(3) span:after {
  content: "الهاتف:";
  display: inline-block;
  color: #000;
  padding-right: 10px;
  font-size: 21px;
}

.lang-ar .training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-wrap h5 {
  right: 0 !important;
}

.lang-ar .training-facilities-main-wrap .training-facilities-category-outer-wrap .facility-wrap h5::before {
  right: 0;
}

.lang-ar .training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-category-head h3, .lang-ar .scenarios-outer-wrap .scenarios-head h3 {
  padding-left: 150px;
  padding-right: 0;
}

.lang-ar .training-facilities-main-wrap .training-facilities-category-outer-wrap .training-facilities-category-head a, .lang-ar .scenarios-outer-wrap .scenarios-head a {
  left: 0;
  right: auto;
}

header .header-wrapper .main-menu nav > ul > li ul {
  top: 30px;
}

header .header-wrapper .main-menu nav > ul > li > ul li a:hover, header .header-wrapper .main-menu nav > ul > li > ul li a.is-active {
  color: #414959;
}