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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #e8b20c;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #000;
  border-color: #5ab963 #5ab963 #5ab963 #e6e6e6;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  width: 100%;
  height: 90px;
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: auto;
  background-image: url('../images/edge.png'), url('../images/Resizer.in-63321b7c717b2.jpg');
  background-position: 50% 101%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 103%, auto;
  border: 4px #6f7580;
  grid-template: ". ." 105px
                 "Area ."
                 "Area-3 ."
                 "Area-4 Area-5"
                 / 1.25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: -90px;
  margin-bottom: 0;
  padding: 259px 140px 181px;
  font-family: Oswald, sans-serif;
  display: grid;
}

.navigation-logo {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Orbitron, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

.navigation-button:hover {
  color: #000;
  background-color: #fff;
}

.header-content {
  max-width: 770px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  height: 100px;
  color: #e8b20c;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: -2px 2px #000;
  white-space: normal;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 78px;
  transition: opacity .2s;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h1.j {
  height: 70px;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-size: 45px;
}

.h1.f {
  height: 70px;
  color: #000;
  text-shadow: -2px 2px #fff;
  font-size: 45px;
}

.h1.l {
  height: 70px;
  text-align: left;
  margin-bottom: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 45px;
}

.h1.contact-us {
  clear: both;
  justify-content: center;
  align-items: center;
  margin-bottom: -89px;
  padding-left: 0;
  padding-right: 0;
  transition: opacity .2s;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  color: #fff;
  background-color: #5ab963;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 66px;
  display: block;
  position: relative;
  top: 0%;
  bottom: -181px;
  left: 0%;
  right: auto;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -91px;
  margin-bottom: 129px;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  max-width: 770px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.container.cc-contact {
  height: 500px;
  margin-bottom: 268px;
  display: block;
}

.features {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: #fff;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Orbitron, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 36px;
  display: inline-block;
}

.h2.cc-center {
  flex-direction: column;
  margin-bottom: 40px;
  display: block;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2.ar {
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  width: 65%;
  text-align: center;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  height: 330px;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: #5ab963;
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  height: 720px;
  max-width: 1440px;
  flex: 1;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-nav {
  font-size: 6px;
}

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

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

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.body {
  background-color: #000;
  border: 1px #000;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: #5ab963;
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: #000;
  align-items: center;
  display: flex;
}

.line-color {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  border-radius: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 3px;
  display: block;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: rgba(0, 0, 0, 0);
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  width: 30px;
  height: 2px;
  background-color: #5ab963;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  width: 50%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #000;
  border: 1px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 0 30px 10px;
  display: block;
}

.footer-column {
  width: 50%;
  padding-top: 10px;
  display: flex;
}

.footer-column.cc-footer {
  flex-direction: column;
  flex: 1;
  padding-top: 0;
  padding-left: 0;
}

.text-footer-credits {
  color: #fff;
  margin-top: 15px;
  margin-left: 73px;
  padding-left: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: rgba(255, 255, 255, .7);
}

.link-social {
  width: 15px;
  height: 15px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  width: 25%;
  justify-content: flex-start;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  width: 60px;
  height: 60px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-icon {
  width: 28px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-icon-piece {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/edge.png'), url('../images/Resizer.in-63691ee0de639.jpg');
  background-position: 50% 100%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 103%, cover;
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner.contact-us {
  height: 500px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/edge.png'), url('../images/Resizer.in-634d24b2006c7.jpg');
  background-position: 50% 105%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 103%, 100%;
}

.header-inner.contact-us.aboutus {
  background-image: url('../images/edge.png'), url('../images/Resizer.in-63666562b0494.jpg');
  background-position: 50% 105%, 50% 0;
}

.header-inner.contact-us.aboutus.management {
  background-image: url('../images/edge-black_1.png'), url('../images/Resizer.in-6367cbac56834.jpg');
}

.header-inner.contact-us.arabic {
  background-image: url('../images/edge.png'), url('../images/ar7.jpg');
}

.header-inner.services {
  background-image: url('../images/edge-black_1.png'), url('../images/kn.jpg');
}

.header-inner-content {
  width: 57%;
  flex: none;
  align-self: auto;
  display: block;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  width: 100vw;
  max-height: 720px;
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  max-width: 370px;
  background-color: #5ab963;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  max-height: 720px;
  max-width: 1440px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  width: 100%;
  max-width: 1170px;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  width: 70%;
  text-align: center;
}

.block-quote {
  color: #5ab963;
  border-left: 0 rgba(0, 0, 0, 0);
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  width: 33.3333%;
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.pricing-block:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .14);
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  width: 100%;
  height: 1px;
  background-color: #5ab963;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: #5ab963;
  justify-content: center;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

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

.facts-gray-background {
  width: 100%;
  height: 70%;
  background-color: #fafafa;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  width: 100%;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.management {
  max-width: none;
  background-color: #00001a;
  background-image: url('../images/edge-black.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 103%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 124px;
  display: block;
}

.management.about-us {
  background-color: #6f7580;
  background-image: url('../images/edge-black.png');
  padding-bottom: 270px;
}

.management.about-us.a.mb {
  display: none;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

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

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  width: 33.3333%;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-height: 750px;
  max-width: 1440px;
  position: relative;
}

.header-color {
  width: 100%;
  height: 75%;
  background-color: #5ab963;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

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

.contact-intro {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/edge-black.png'), linear-gradient(#6f7580 100%, #fff);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 103%, auto;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 0 220px;
  display: flex;
}

.contact-intro.services {
  background-image: url('../images/edge-black.png'), linear-gradient(#00001a 100%, #fff);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 103%, auto;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  width: 25%;
  color: #999;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  width: auto;
  color: #000;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  height: 60px;
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-link {
  color: #000;
  font-family: Orbitron, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 24px;
}

.nav-link:hover {
  color: #e8b20c;
  text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.nav-link.w--current {
  color: #e8b20c;
  text-shadow: 0 1px #000, 0 -1px #000, -1px 0 #000, 1px 0 #000;
}

.nav-link.dropdown {
  color: #fff;
  border-radius: 2px;
  align-items: center;
  display: flex;
}

.nav-link.dropdown:hover {
  color: #f7c227;
}

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

.nav-link.dropdown.arabic {
  justify-content: flex-end;
}

.nav-link.dropdown.arabic.an {
  font-size: 18px;
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 15px;
  line-height: 24px;
}

.form {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 21px;
  margin-left: 40px;
  display: flex;
}

.text-field-2 {
  width: 400px;
  color: #000;
  border: 3px solid #e8b20c;
  border-radius: 10px;
  flex: 0 auto;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 7px;
  padding-left: 14px;
  font-family: Orbitron, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.image-3 {
  margin-left: 60px;
}

.submit-button {
  width: 60px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Group-10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: -1px;
  margin-left: -14px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.submit-button:hover {
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  outline: 0 solid rgba(0, 0, 0, 0);
}

.d {
  float: none;
}

.dropdown-list {
  min-width: 400px;
}

.dropdown-list.w--open {
  min-width: 350px;
  background-color: #000;
  border: 3px solid #f5c120;
  border-radius: 10px;
}

.success-message {
  color: #e8b20c;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #e8b20c;
  margin-top: 8px;
  font-family: Orbitron, sans-serif;
  font-weight: 900;
}

.section {
  background-image: url('../images/Slice-1.png');
  background-position: 50%;
  background-size: auto;
  position: relative;
  top: -26px;
}

.form-block {
  margin-bottom: 0;
}

.section-2 {
  z-index: 5;
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/mobile-edge.png'), linear-gradient(#6f7580 66%, #6f7580 81%, #fff 82%, #00001a 84%);
  background-position: 50% 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 103%, auto;
  background-attachment: scroll, scroll;
  border: 1px #6f7580;
  padding-bottom: 207px;
  display: block;
  position: relative;
}

.section-2.mobile {
  display: block;
}

.section-2.tablet {
  display: none;
}

.heading {
  height: 100px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block {
  border-top: 3px solid #e8b20c;
  margin-top: 0;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-2 {
  display: flex;
}

.container-2.tablet {
  display: none;
}

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

.columns {
  flex: 1;
}

.image-4 {
  width: auto;
  height: auto;
  float: right;
  clear: none;
  object-fit: fill;
  margin-top: -64px;
  margin-left: -39px;
  padding-top: 0;
  display: inline-block;
  position: static;
  top: -19%;
  bottom: 84px;
  left: 78px;
  right: 0%;
  transform: translate(86px, -71px)rotate(3deg);
}

.column {
  border: 1px #000;
  position: relative;
}

.image-5 {
  transform: translate(76px, -100px);
}

.image-5.mobileview {
  display: none;
}

.heading-2 {
  width: 700px;
  color: #000;
  text-align: left;
  text-shadow: 0 1px 4px #e8b20c;
  object-fit: fill;
  border: 1px #000;
  border-radius: 2px;
  padding-left: 0;
  font-family: Orbitron, sans-serif;
  font-size: 25px;
  text-decoration: underline;
  overflow: visible;
}

.heading-2.h3 {
  color: #fff;
  text-shadow: 0 2px #cf9f08;
  padding-left: 79px;
  font-weight: 700;
}

.heading-2.h3.ar {
  text-align: center;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  text-shadow: 0 1px #000;
  white-space: pre-line;
  padding-left: 11px;
  font-family: Orbitron, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
}

.paragraph-2.ar {
  direction: ltr;
  text-align: right;
  font-size: 20px;
}

.heading-3 {
  width: 500px;
  float: none;
  color: #000;
  text-align: left;
  border: 1px #e8b20c;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  line-height: 40px;
}

.list {
  color: #e8b20c;
  text-align: right;
}

.list-item, .list-item-2, .list-item-3 {
  color: #e8b20c;
}

.column-2 {
  padding-top: 6px;
}

.button-2 {
  width: 250px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #e8b20c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-family: Orbitron, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.button-2:hover {
  color: #000;
  background-color: #fafafa;
  border-color: #e8b20c;
}

.button-2.ct {
  width: 200px;
  max-height: none;
  min-height: 40px;
  float: left;
  clear: right;
  align-self: center;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.button-2.ar {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.mobile-section1 {
  background-color: #6f7580;
  background-image: url('../images/edge-1upsidedown.png');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: 103%;
  display: none;
}

.sevices-section {
  z-index: 4;
  min-height: 600px;
  object-fit: fill;
  background-color: #00001a;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.sevices-section.mobile-services {
  margin-top: 0;
  margin-bottom: -362px;
  display: none;
}

.image-6 {
  opacity: 1;
  filter: blur();
  outline-offset: -50px;
  mix-blend-mode: normal;
  border: 5px #000;
  border-radius: 500px 100px 100px 500px;
  outline: 20px #00001a;
}

.column-4 {
  min-height: 500px;
  background-image: url('../images/ss.png');
  background-position: 50%;
  background-size: 150%;
  margin-top: 4px;
}

.columns-2 {
  min-height: 100%;
  margin-top: -7px;
}

.service-columns {
  margin-top: -3px;
  margin-bottom: 0;
}

.services-text {
  z-index: 2;
  padding-left: 73px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  font-family: Orbitron, sans-serif;
}

.services-description {
  margin-top: 45px;
}

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

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

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

.paragraph-5.p5 {
  text-align: left;
  text-transform: capitalize;
  font-size: 25px;
  line-height: 35px;
}

.list-2 {
  color: #e8b20c;
  text-align: right;
  margin-top: 26px;
  padding-left: 54px;
  font-family: Orbitron, sans-serif;
  list-style-type: square;
}

.list-item-4 {
  color: #e8b20c;
  text-align: right;
  margin-top: 20px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  text-decoration: none;
  list-style-type: disc;
}

.link-2 {
  color: #fafafa;
  white-space: pre;
  flex-wrap: nowrap;
  font-family: Orbitron, sans-serif;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  position: static;
}

.link-2:hover {
  color: #e8b20c;
  text-shadow: 2px 2px #000;
  padding-left: 10px;
}

.link-2.ar {
  text-align: right;
}

.section-3 {
  z-index: 2;
  min-height: 300px;
  background-color: #00001a;
  margin-top: -293px;
  margin-bottom: -4px;
  padding-bottom: 31px;
  position: relative;
}

.heading-5 {
  color: #fff;
  justify-content: center;
  font-family: Orbitron, sans-serif;
  text-decoration: underline;
  display: flex;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.div-block-2 {
  text-align: center;
  margin-top: 25px;
  font-size: 30px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Orbitron, sans-serif;
  font-size: 30px;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-family: Orbitron, sans-serif;
  text-decoration: underline;
}

.heading-7.ar {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.image-7 {
  text-align: left;
  margin-top: 16px;
}

.container-4 {
  margin-top: 99px;
}

.container-5 {
  margin-top: 248px;
  padding-top: 38px;
}

.slide-nav-2 {
  margin-bottom: 0;
}

.paragraph-6 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 24px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 40px;
  display: block;
}

.paragraph-6.ar {
  text-align: center;
}

.mission-and-vision {
  margin-top: -90px;
  padding-top: 0;
  padding-bottom: 48px;
}

.mv-columns {
  padding-bottom: 0;
}

.column-5 {
  height: 500px;
  opacity: 1;
  background-image: url('../images/Resizer.in-6358002dd4215.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  margin-top: -1px;
  padding-left: 0;
}

.column-5.man {
  z-index: 0;
  background-position: 40% 0;
}

.section-4 {
  background-color: #002951;
}

.section-4.s1 {
  z-index: 2;
  height: 90px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/devider-section.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.column-6 {
  z-index: 1;
  height: 500px;
  outline-offset: 0px;
  background-color: #000;
  border-radius: 0;
  outline: 3px #333;
}

.container-6 {
  height: 200px;
  margin-top: 100px;
  padding-top: 0;
}

.mv-container {
  opacity: 1;
  margin-top: 120px;
}

.heading-8 {
  color: rgba(232, 178, 12, .82);
  text-align: center;
  font-family: Orbitron, sans-serif;
  font-size: 30px;
  text-decoration: underline;
}

.heading-8.ar {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Orbitron, sans-serif;
  line-height: 30px;
}

.paragraph-7.ar {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 18px;
}

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

.columns-3 {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.form-label {
  color: #e8b20c;
  text-align: left;
  text-shadow: -2px 2px #000;
  margin-top: 0;
  padding-left: 10px;
  font-family: Orbitron, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.form-label.l {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  overflow: visible;
}

.form-label.l.c {
  text-align: right;
  margin-top: 40px;
}

.form-label.l.c.e {
  text-align: left;
}

.form-label.l.ar, .form-label.ar {
  text-align: right;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.form-2.ar {
  text-align: right;
}

.text-field-3 {
  color: #000;
  border: 3px solid #000;
  border-radius: 10px;
}

.text-field-3.ct {
  margin-bottom: 20px;
  padding-bottom: 8px;
}

.text-field-3.ct.text-field {
  height: 100px;
}

.column-7 {
  margin-bottom: 5px;
  padding-bottom: 52px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-7 {
  z-index: 1;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.column-8 {
  margin-top: 20px;
}

.column-8.ar {
  text-align: center;
}

.paragraph-8 {
  color: #fff;
  text-align: left;
  font-family: Orbitron, sans-serif;
}

.paragraph-9 {
  float: none;
  clear: left;
  color: #fff;
  text-align: left;
  margin-top: 28px;
  padding-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.paragraph-9.ar {
  text-align: right;
  padding-left: 0;
  font-size: 20px;
}

.bold-text {
  margin-left: 114px;
  font-family: IBM Plex Mono, sans-serif;
}

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

.bold-text.contact-info {
  width: 100%;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.paragraph-10 {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Orbitron, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.paragraph-10.p, .paragraph-10.p.ar {
  text-align: center;
}

.paragraph-10.ar {
  text-align: right;
  margin-bottom: 40px;
  font-size: 24px;
}

.container-8 {
  height: 400px;
  max-width: 80%;
  clear: none;
  text-align: center;
  border: 1px #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 101px;
  display: block;
  position: relative;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  height: auto;
  margin-right: 5%;
}

.team-block {
  width: 80%;
  height: 600px;
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #00001a;
  border: 1px solid #fff;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 0;
  display: block;
  position: relative;
}

.team-member-image-two {
  width: 500px;
  height: 400px;
  border-top: 1px #000;
  border-bottom: 1px #000;
  border-radius: 20px 20px 0 0;
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 20px;
  font-family: Orbitron, sans-serif;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-family: Orbitron, sans-serif;
  font-weight: 600;
}

.team-member-text {
  width: auto;
  object-fit: fill;
  margin-bottom: 20px;
  font-family: Varela Round, sans-serif;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
  overflow: hidden;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.div-block-3 {
  width: 80%;
  height: 200px;
  border: 2px solid #fafafa;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.t {
  height: 200px;
  background-image: url('../images/vpandcoo-645x1024-1.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #fff;
}

.team-div-pic {
  height: 200px;
  border: 1px solid #fff;
}

.team-div-text {
  height: 200px;
}

.rich-text-block {
  text-align: left;
}

.heading-9 {
  color: #00001a;
  text-align: left;
  font-family: Orbitron, sans-serif;
  font-weight: 700;
}

.heading-9.ar {
  text-align: right;
}

.paragraph-12 {
  color: #795d08;
  text-align: left;
  font-family: Orbitron, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-12.ar {
  text-align: right;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
}

.text-column {
  height: 300px;
  max-height: 100%;
  background-color: #fafafa;
  border-left: 10px solid #e8b20c;
}

.team-column {
  width: 80%;
  max-width: 80%;
  border: 10px solid #e8b20c;
  border-radius: 10px;
}

.team-column.t2, .team-column.t3 {
  width: 80%;
}

.column-10 {
  height: 300px;
  background-image: url('../images/ABH-President-Pic1-245x300-1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: scroll;
  border-radius: 0;
}

.column-10.c2 {
  background-image: url('../images/VPandCAO.jpg');
  border-radius: 0;
}

.column-10.c3 {
  background-image: url('../images/vpandcoo-645x1024-1.jpg');
  background-position: 50%;
}

.team-container {
  max-width: 90%;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-13 {
  margin-top: 31px;
}

.paragraph-13.ar {
  text-align: right;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
}

.container-10.services {
  width: 100%;
  max-width: 90%;
  border: 5px solid #e8b20c;
  border-radius: 20px;
  margin-top: 150px;
  padding: 20px 40px;
}

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

.hero-wrapper.mobile, .hero-wrapper.mb {
  display: none;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.heading-10 {
  color: #fff;
  font-family: Orbitron, sans-serif;
  font-size: 25px;
}

.heading-10.s {
  text-align: justify;
}

.heading-10.s.arabic {
  text-align: right;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.text-block-3 {
  font-size: 25px;
}

.text-block-3.en {
  font-size: 14px;
}

.arabic.nav-link {
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 20px;
}

.container-11 {
  z-index: 9999;
  height: 100px;
  max-width: 60px;
  clear: right;
  background-color: #00001a;
  border: 5px solid #e8b20c;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
  position: fixed;
  top: 85%;
  bottom: 0%;
  left: auto;
  right: 0;
}

.container-11.ar {
  display: none;
  top: 84%;
  left: 1px;
  right: auto;
}

.container-11.arabic {
  left: 0;
  right: auto;
}

.columns-4 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-11, .heading-12 {
  color: #fff;
}

.link4 {
  color: #fff;
  cursor: pointer;
  margin-top: 0;
  font-family: Orbitron, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
  display: inline;
}

.link4:visited {
  color: #e8b20c;
}

.link4.w--current {
  color: #e8b20c;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: padding-box;
}

.link4.w--current:visited {
  outline-offset: 0px;
  color: #e8b20c;
  letter-spacing: 0;
  text-shadow: none;
  outline: 3px #000;
}

.column-11 {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-12 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.linkar {
  color: #fff;
  font-family: Orbitron, sans-serif;
  font-size: 25px;
  font-weight: 700;
  text-decoration: none;
}

.linkar:visited {
  color: #fff;
}

.linkar.w--current {
  color: #e8b20c;
}

.linkar.w--current:visited {
  text-shadow: none;
}

.grid {
  justify-items: center;
  margin-top: 35px;
}

.grid.mob {
  display: none;
}

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

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

.div-block-4 {
  z-index: 99999999;
  background-color: #575c66;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation {
  width: 200px;
}

.heading-13 {
  color: #e8b20c;
  text-shadow: 0 2px #000;
  font-family: Orbitron, sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding: 192px 60px 89px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 50%;
    border-radius: 10px;
    flex: 0 auto;
    margin: 20px 30px;
  }

  .h1.j, .h1.f {
    margin-left: 0;
    font-size: 30px;
  }

  .h1.l {
    margin-left: 10px;
    font-size: 30px;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner.contact-us.aboutus {
    background-size: 103%, cover;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    width: 100%;
    align-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .management.about-us.a {
    padding-bottom: 415px;
  }

  .management.about-us.a.mb {
    display: none;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: #5ab963;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  }

  .nav-menu.mobile {
    background-color: #e8b20c;
  }

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

  .icon-2 {
    color: #000;
    font-size: 40px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: #5ab963;
  }

  .menu-button.mb {
    margin-left: 0;
    margin-right: 19px;
    padding-left: 18px;
  }

  .menu-button.mb.w--open {
    width: 50px;
    height: 50px;
    color: #000;
    background-color: #e8b20c;
    border: 3px solid #000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form {
    margin-left: 10px;
  }

  .text-field-2 {
    margin-left: 0;
    padding-left: 10px;
  }

  .image-3 {
    margin-left: 36px;
  }

  .section-2 {
    height: 800px;
    margin-bottom: -2px;
    padding-bottom: 189px;
    display: none;
  }

  .section-2.tablet {
    margin-bottom: 0;
    padding-bottom: 139px;
    display: block;
  }

  .container-2 {
    margin-bottom: 0;
    display: block;
  }

  .container-2.tablet {
    display: none;
  }

  .container-3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .columns {
    flex-direction: column;
    flex: 0 auto;
    align-self: center;
    display: flex;
  }

  .column {
    flex: 1;
    margin-top: 3px;
  }

  .image-5.pc-image {
    margin-left: 78px;
    padding-left: 0;
  }

  .image-5.mobileview {
    display: none;
  }

  .heading-2 {
    width: 200%;
    margin-top: -1px;
  }

  .heading-2.h3 {
    width: 500px;
    padding-left: 0;
    display: inline-block;
  }

  .heading-2.tablet {
    margin-top: -108px;
  }

  .paragraph-2 {
    width: 200%;
    text-align: justify;
  }

  .text-container {
    width: 100%;
    margin-top: -85px;
  }

  .text-container.tablet {
    margin-left: 22px;
  }

  .column-2 {
    padding-top: 37px;
    padding-left: 0;
  }

  .button-2.ar {
    margin-top: 20px;
    padding-top: 9px;
  }

  .mobile-section1 {
    display: none;
  }

  .mobile-section1.tablet {
    display: block;
  }

  .paragraph-5.p5 {
    text-align: left;
    font-size: 20px;
  }

  .section-4.s1 {
    margin-top: -29px;
  }

  .container-9 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .text-column {
    height: auto;
    object-fit: cover;
    overflow: visible;
  }

  .text-column.s {
    height: 100%;
  }

  .column-10, .column-10.c2, .column-10.c3 {
    background-size: cover;
  }

  .container-10 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
    display: none;
  }

  .hero-wrapper.mobile {
    display: block;
  }

  .hero-wrapper.pc {
    display: none;
  }

  .hero-wrapper.mb {
    display: block;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .grid.pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    width: 100%;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    width: 100%;
    flex: 1;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner.contact-us, .header-inner.contact-us.arabic {
    background-size: 103%, cover;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .management {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .management.about-us.a {
    padding-bottom: 659px;
    display: block;
  }

  .management.about-us.a.mb {
    display: none;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 432px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .section-2 {
    display: none;
  }

  .section-2.tablet {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 100px;
    display: block;
  }

  .container-2 {
    display: block;
  }

  .container-2.tablet {
    display: none;
  }

  .container-3 {
    padding-bottom: 0;
    display: flex;
  }

  .image-5 {
    max-width: 80%;
    position: relative;
  }

  .image-5.mobileview {
    display: none;
  }

  .heading-2 {
    width: 100%;
    max-width: 100%;
    font-size: 20px;
  }

  .heading-2.h3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-2.h3.ar {
    padding-left: 0;
  }

  .heading-2.h3.ar.phone2 {
    width: auto;
    margin-top: 0;
    display: block;
  }

  .paragraph-2 {
    max-width: 100%;
    text-align: justify;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 18px;
  }

  .heading-3 {
    width: 100%;
    max-width: 100%;
  }

  .list {
    max-width: 80%;
    padding-left: 20px;
  }

  .text-container {
    width: 100%;
    max-width: 100%;
  }

  .mobile-section1 {
    display: none;
  }

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

  .sevices-section {
    display: none;
  }

  .sevices-section.mobile-services {
    display: block;
  }

  .services-text {
    padding-left: 0;
  }

  .paragraph-5.p5 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .paragraph-5.p5.mb {
    padding-left: 10px;
    padding-right: 10px;
  }

  .list-2 {
    padding-left: 60px;
  }

  .link-2 {
    font-size: 25px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .text-column {
    border-left-style: none;
  }

  .text-column.s {
    height: auto;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper {
    display: none;
  }

  .hero-wrapper.mobile {
    display: block;
  }

  .hero-wrapper.pc {
    display: none;
  }

  .hero-wrapper.mb {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    margin-top: 0;
  }

  .navigation-container {
    height: 60px;
  }

  .navigation-container.ar {
    padding-top: 29px;
  }

  .header {
    height: 100vh;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: url('../images/edge.png'), url('../images/Resizer.in-63321b7c717b2.jpg');
    background-position: 50% 100%, 20%;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    grid-template: "Area" 105px
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1.25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-top: -189px;
    padding: 296px 0 103px;
    display: grid;
  }

  .h1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .h1.j {
    height: 50px;
    margin-left: 20px;
    font-size: 25px;
    display: block;
  }

  .h1.f {
    height: 50px;
    margin-top: 0;
    margin-left: 20px;
    padding-left: 0;
    font-size: 25px;
    display: block;
  }

  .h1.l {
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 25px;
    display: block;
  }

  .h1.contact-us {
    text-decoration: none;
  }

  .h1.contact-us.services {
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1.aboutus {
    height: auto;
    font-size: 25px;
    overflow: visible;
  }

  .container {
    margin-bottom: 0;
    display: block;
  }

  .container.cc-footer {
    margin-bottom: 0;
    display: block;
    bottom: 0;
  }

  .container.cc-contact {
    margin-bottom: 220px;
  }

  .h2 {
    text-align: center;
    margin-top: -55px;
    margin-bottom: 60px;
    font-size: 20px;
    line-height: 30px;
  }

  .h2.ar {
    text-align: center;
    font-size: 25px;
  }

  .text-span {
    object-fit: scale-down;
    overflow: visible;
  }

  .text-span.mb {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    line-height: 40px;
    display: inline;
  }

  .slider-section {
    margin-top: 75px;
    display: block;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  .body {
    background-color: #000;
  }

  .separator.cc-background-grey {
    background-color: #000;
    margin-top: 47px;
  }

  .line-color {
    border: 10px #000;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 4px;
    font-size: 50px;
    display: block;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer {
    background-color: #000;
    flex-direction: row;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-column {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .footer-column.cc-footer {
    flex-wrap: wrap;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .footer-column.cc-footer.mb {
    padding-left: 0;
  }

  .text-footer-credits {
    margin-left: 0;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    height: 400px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .header-inner.contact-us {
    z-index: 1;
    height: 400px;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/edge.png'), url('../images/Resizer.in-634d24b2006c7.jpg');
    background-position: 50% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 103%, cover;
    position: static;
  }

  .header-inner.contact-us.aboutus {
    background-position: 50% 100%, 50% 0;
  }

  .header-inner.services {
    max-width: 100%;
  }

  .header-inner-content.services {
    flex: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner {
    width: 100%;
  }

  .management {
    background-color: #00001a;
    background-image: url('../images/edge-black.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
  }

  .management.about-us.a {
    padding-bottom: 791px;
    display: block;
  }

  .management.about-us.a.mb {
    padding-bottom: 450px;
    display: none;
  }

  .management.about-us.e {
    padding-bottom: 378px;
  }

  .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-top: 0;
    padding-bottom: 564px;
  }

  .contact-intro.services {
    max-width: 100%;
    padding-bottom: 10px;
  }

  .logo.w--current {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .nav-menu {
    background-color: #e8b20c;
  }

  .nav-menu.mobile {
    border: 3px solid #000;
    border-radius: 10px;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu.mobile.arabic {
    text-align: right;
  }

  .nav-link {
    z-index: 0;
    width: 100%;
    max-height: 50px;
    max-width: 100%;
    float: none;
    clear: none;
    text-align: left;
    border-bottom: 1px #000;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: static;
    overflow: visible;
  }

  .nav-link.dropdown {
    width: 100%;
    opacity: 1;
    outline-offset: 0px;
    color: #000;
    border: 1px #000;
    border-radius: 1px;
    outline: 1px #000;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    display: block;
  }

  .nav-link.dropdown._1 {
    color: #000;
    border-bottom: 3px solid #fff;
    border-radius: 2px;
  }

  .nav-link.p {
    border-bottom-style: solid;
    border-bottom-width: 3px;
  }

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

  .nav-link.arabic.w--open {
    border: 1px #000;
  }

  .icon-2 {
    clear: none;
    color: #000;
    flex-flow: wrap;
    flex: 1;
    order: 0;
    align-content: stretch;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .icon-2:active {
    clear: none;
    align-self: center;
    display: block;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .menu-button.w--open {
    width: 50px;
    height: 50px;
    background-color: #e8b20c;
    border: 3px solid #000;
    border-radius: 10px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
    font-size: 10px;
    line-height: 15px;
    display: flex;
  }

  .menu-button.mb {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0;
    display: flex;
  }

  .menu-button.mb:active {
    width: 50px;
    height: 50px;
    background-color: #e8b20c;
    border: 3px solid #000;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .menu-button.mb.w--open {
    border-color: #000;
    margin-top: 10px;
  }

  .form {
    margin-left: 0;
  }

  .text-field-2 {
    width: 250px;
    margin-left: 0;
    padding-left: 7px;
    font-size: 15px;
    display: block;
  }

  .image-3 {
    margin-top: 10px;
    margin-left: -10px;
    padding-top: 0;
    display: block;
  }

  .submit-button {
    display: block;
  }

  .dropdown-list.w--open {
    z-index: 100;
    width: auto;
    max-width: 92%;
    min-width: 90%;
    float: right;
    clear: right;
    outline-offset: 0px;
    background-color: #fff;
    border: 2px solid #000;
    outline: 3px #333;
    justify-content: center;
    align-items: center;
    margin: 4px 5px 0 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .form-block {
    display: block;
  }

  .dropdown-2 {
    border: 3px #000;
    border-radius: 2px;
    margin-left: -2px;
    margin-right: -2px;
    display: block;
  }

  .dropdown-3 {
    z-index: 0;
    border: 3px solid #000;
    border-style: solid none;
    border-radius: 2px;
    margin-left: -2px;
    margin-right: -2px;
    display: block;
  }

  .text-block-2 {
    z-index: 0;
    position: relative;
  }

  .section-2 {
    background-color: #6f7580;
    display: none;
  }

  .section-2.mb, .section-2.tablet {
    display: none;
  }

  .icon-3 {
    padding-left: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .icon-4 {
    clear: none;
    flex: 0 auto;
    display: block;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block {
    height: 0;
    max-height: 0;
    border: 1px #000;
    border-top: 2px solid #000;
    font-size: 15px;
  }

  .container-2 {
    max-width: 100%;
    padding-bottom: 0;
    display: block;
  }

  .container-3 {
    max-width: 100%;
    display: block;
  }

  .columns {
    max-width: 90%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: rgba(0, 0, 0, 0);
    border-style: none;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: center;
    align-items: baseline;
    margin-top: -186px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    position: static;
  }

  .image-5 {
    max-width: 100%;
    flex: 0 auto;
    margin-bottom: 42px;
    display: none;
    position: relative;
    transform: rotate(9deg)translate(-14px, -100px);
  }

  .image-5.pc-image.phone2, .image-5.mobileview {
    display: block;
  }

  .heading-2 {
    max-width: 100%;
    font-size: 15px;
    font-weight: 900;
  }

  .heading-2.h3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .paragraph-2 {
    width: auto;
    max-width: 100%;
    text-align: justify;
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
    line-height: 30px;
    display: block;
    overflow: auto;
  }

  .paragraph-2.ar.mb {
    text-align: right;
    margin-top: 0;
    margin-right: 0;
    font-size: 20px;
  }

  .heading-3 {
    width: auto;
    text-align: left;
    padding-left: 0;
    font-size: 18px;
    display: block;
  }

  .heading-3.h-ar {
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 17px;
  }

  .list {
    max-width: 100%;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 15px;
    padding-left: 0;
  }

  .list-item {
    float: none;
    clear: none;
    white-space: pre-wrap;
    object-fit: fill;
    font-size: 20px;
  }

  .list-item-2 {
    font-size: 20px;
  }

  .text-container {
    width: 90%;
    max-width: 100%;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .column-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 46px;
    padding-bottom: 0;
    display: block;
  }

  .button-2 {
    width: 150px;
    justify-content: center;
    margin-top: 13px;
    font-size: 15px;
    font-weight: 900;
    display: block;
  }

  .button-2.ar.mb {
    text-align: center;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 30px;
  }

  .mobile-section1 {
    z-index: 5;
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/mobile-edge.png'), linear-gradient(#6f7580 88%, #00001a);
    background-position: 50% 100%, 0 0;
    background-size: 103%, auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 64px;
    display: flex;
    position: relative;
  }

  .column-3 {
    justify-content: center;
    display: flex;
  }

  .sevices-section {
    display: none;
  }

  .sevices-section.mobile-services {
    justify-content: center;
    align-items: center;
    margin-top: -34px;
    margin-bottom: -205px;
    display: block;
  }

  .column-4 {
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: inline-block;
  }

  .services-text {
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 5px;
    padding-left: 10px;
    display: block;
  }

  .services-title {
    max-width: 80%;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .services {
    max-width: 80%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .services.ar {
    padding-left: 20px;
  }

  .paragraph-5.p5 {
    text-align: left;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Orbitron, sans-serif;
    font-size: 17px;
  }

  .paragraph-5.p5.mb {
    text-align: right;
    font-size: 19px;
  }

  .list-2 {
    text-align: left;
    padding-left: 20px;
    display: block;
  }

  .list-item-4 {
    font-size: 16px;
  }

  .link-2 {
    font-size: 18px;
  }

  .link-2.mb {
    font-size: 25px;
  }

  .section-3 {
    display: block;
  }

  .div-block-2 {
    margin-top: 40px;
    margin-bottom: -40px;
    padding-bottom: 0;
  }

  .heading-6 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 25px;
  }

  .image-7 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icon-5, .icon-6 {
    display: none;
  }

  .container-4 {
    margin-top: 62px;
  }

  .container-5 {
    margin-top: 290px;
  }

  .slide-nav-2 {
    margin-top: 31px;
    margin-bottom: -17px;
    padding-top: 11px;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-6 {
    text-align: center;
    text-transform: capitalize;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    font-weight: 600;
  }

  .paragraph-6.ar.mb {
    font-size: 25px;
  }

  .mission-and-vision {
    margin-bottom: 61px;
    padding-bottom: 0;
  }

  .mv-columns {
    margin-top: 0;
  }

  .column-5.man {
    height: 400px;
  }

  .section-4.s1 {
    height: 30px;
    margin-top: -13px;
    margin-bottom: 42px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-6 {
    height: 500px;
    margin-top: 0;
    margin-bottom: -150px;
    padding-top: 99px;
    padding-bottom: 0;
  }

  .column-6.f {
    height: 200px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .mv-container {
    margin-top: 50px;
  }

  .heading-8 {
    margin-top: 0;
    font-weight: 800;
  }

  .columns-3 {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .form-label.ar {
    font-size: 25px;
  }

  .form-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-2.ar {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .text-field-3.ct {
    margin-bottom: 0;
  }

  .column-7 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-7 {
    max-width: 100%;
    margin-bottom: 96px;
  }

  .column-8 {
    margin-bottom: 75px;
  }

  .paragraph-9 {
    line-height: 25px;
  }

  .bold-text {
    margin-left: 0;
    font-family: IBM Plex Mono, sans-serif;
    display: flex;
  }

  .bold-text.ar {
    font-size: 25px;
    display: block;
  }

  .bold-text.c {
    margin-left: 0;
  }

  .bold-text.ara {
    justify-content: flex-end;
  }

  .paragraph-10 {
    text-align: justify;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    line-height: 30px;
  }

  .paragraph-10.ar {
    text-align: justify;
    font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
    font-size: 20px;
    line-height: 35px;
  }

  .paragraph-10.arabic {
    font-family: Tahoma, Verdana, Segoe, sans-serif;
  }

  .paragraph-11 {
    color: #e8b20c;
    text-shadow: 0 -1px #000, 1px 0 #000;
    font-family: Orbitron, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
  }

  .container-8 {
    max-width: 100%;
  }

  .container-9 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .heading-9 {
    font-size: 20px;
    font-weight: 800;
  }

  .paragraph-12.ar.mb {
    font-size: 20px;
    line-height: 25px;
  }

  .text-column {
    height: auto;
    object-fit: scale-down;
    border-top: 5px solid #e8b20c;
    border-left-style: none;
    overflow: visible;
  }

  .team-column {
    width: auto;
    max-width: none;
    border-width: 5px;
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-column.t2, .team-column.t3 {
    width: auto;
  }

  .team-container, .container-10 {
    max-width: none;
  }

  .container-10.services {
    border-style: none;
    border-radius: 10px;
    margin-top: 0;
    padding: 10px;
  }

  .hero-wrapper {
    margin-bottom: 0;
    display: none;
  }

  .hero-wrapper.mobile {
    display: block;
  }

  .hero-wrapper.pc {
    display: none;
  }

  .hero-wrapper.mb {
    display: block;
  }

  .hero-split {
    margin-top: 26px;
  }

  .heading-10 {
    text-align: justify;
    font-size: 20px;
  }

  .heading-10.s.arabic {
    text-align: center;
    align-self: flex-end;
  }

  .arabic.nav-link {
    justify-content: flex-end;
  }

  .ar {
    font-size: 40px;
  }

  .container-11 {
    height: 80px;
    max-width: 50px;
    display: block;
    top: 86%;
    right: 0;
  }

  .container-11.ar {
    height: 80px;
    max-width: 50px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 30px;
    display: none;
    top: 86%;
    bottom: 0%;
    left: auto;
    right: 0;
  }

  .container-11.arabic {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .columns-4 {
    max-width: 20px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .link4, .linkar {
    font-size: 20px;
  }

  .linkar.w--current {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 20px;
  }

  .grid {
    grid-column-gap: 7px;
    grid-template-rows: auto auto auto;
    margin-top: 0;
  }

  .grid.pc {
    display: none;
  }

  .bold-text-2 {
    width: 100%;
    display: block;
  }
}

#w-node-_5d752f3e-7376-8554-af72-5d09bc1cdac2-643c09cf {
  grid-area: Area;
  align-self: end;
  justify-self: start;
}

#w-node-b777ef2d-ac03-cea3-ccc5-52beeee5222a-643c09cf {
  grid-area: Area-3;
  align-self: start;
  justify-self: start;
}

#w-node-_57a351be-f210-77b9-4c22-c8f66ad4967c-643c09cf {
  grid-area: Area-5;
}

#w-node-eb3ff156-d374-23e6-a168-86e61cb8224b-643c09cf {
  grid-area: Area-4;
  align-self: auto;
  justify-self: start;
}

#w-node-_1a0656b8-2349-22f4-2be3-5d3964294863-18814c11 {
  align-self: center;
  justify-self: center;
}

#w-node-_83d9d0a0-aee4-a919-7b67-e7ddb566eef8-18814c11 {
  justify-self: center;
}

#w-node-e0cd512e-e767-d52d-4249-132518814c16-18814c11 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_8ea53a4f-e890-9409-b01e-e1fc8131e638-18814c11 {
  align-self: center;
  justify-self: center;
}

#w-node-_8ea53a4f-e890-9409-b01e-e1fc8131e63b-18814c11 {
  justify-self: center;
}

#w-node-_8ea53a4f-e890-9409-b01e-e1fc8131e63f-18814c11 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfc2-a87fbfc1 {
  grid-area: Area;
  align-self: end;
  justify-self: start;
}

#w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfc4-a87fbfc1 {
  grid-area: Area-3;
  align-self: start;
  justify-self: start;
}

#w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfc6-a87fbfc1 {
  grid-area: Area-5;
}

#w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfd0-a87fbfc1 {
  grid-area: Area-4;
  align-self: auto;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_5d752f3e-7376-8554-af72-5d09bc1cdac2-643c09cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b777ef2d-ac03-cea3-ccc5-52beeee5222a-643c09cf {
    grid-area: Area;
  }

  #w-node-_57a351be-f210-77b9-4c22-c8f66ad4967c-643c09cf {
    grid-area: Area-4;
  }

  #w-node-eb3ff156-d374-23e6-a168-86e61cb8224b-643c09cf {
    grid-area: Area-3;
  }

  #w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfc2-a87fbfc1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfc4-a87fbfc1 {
    grid-area: Area;
  }

  #w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfc6-a87fbfc1 {
    grid-area: Area-4;
  }

  #w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfd0-a87fbfc1 {
    grid-area: Area-3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b777ef2d-ac03-cea3-ccc5-52beeee5222a-643c09cf {
    grid-area: Area-2;
  }

  #w-node-_57a351be-f210-77b9-4c22-c8f66ad4967c-643c09cf {
    grid-area: Area-4;
  }

  #w-node-eb3ff156-d374-23e6-a168-86e61cb8224b-643c09cf {
    grid-area: Area-3;
  }

  #w-node-_1a0656b8-2349-22f4-2be3-5d3964294863-18814c11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_83d9d0a0-aee4-a919-7b67-e7ddb566eef8-18814c11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-e0cd512e-e767-d52d-4249-132518814c15-18814c11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e0cd512e-e767-d52d-4249-132518814c16-18814c11 {
    grid-area: 4 / 1 / 5 / 3;
    align-self: center;
    justify-self: center;
  }

  #w-node-_8ea53a4f-e890-9409-b01e-e1fc8131e638-18814c11 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8ea53a4f-e890-9409-b01e-e1fc8131e63b-18814c11 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8ea53a4f-e890-9409-b01e-e1fc8131e63e-18814c11 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfc4-a87fbfc1 {
    grid-area: Area-2;
  }

  #w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfc6-a87fbfc1 {
    grid-area: Area-4;
  }

  #w-node-a87ed3f2-3f86-818e-0cc8-245aa87fbfd0-a87fbfc1 {
    grid-area: Area-3;
  }
}


