.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #022e62;
  background-color: #dfeef6;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.51em;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.61em;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif;
  font-size: 1.44em;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1088c3;
  text-decoration: none;
}

a:hover {
  color: #f3ba47;
}

ul {
  color: #1088c3;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.1em;
  line-height: 1.4;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1373px;
  grid-row-gap: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: .6em;
  padding-right: .6em;
  display: flex;
  position: relative;
}

.container.for-you {
  grid-row-gap: 2em;
}

.container.for-businees {
  grid-row-gap: 4em;
}

.container.left-allign {
  align-items: flex-start;
}

.container.is-full {
  height: 100%;
  align-items: flex-end;
  overflow: hidden;
}

.container.no-gap {
  grid-row-gap: 0em;
}

.separation {
  height: 1px;
  background-color: #bce4f7;
  margin-top: 2em;
  margin-bottom: 2em;
}

.body {
  font-family: Open Sans, sans-serif;
}

.text_large {
  margin-bottom: 0;
  font-size: 1.11em;
  line-height: 1.4;
}

.text_large.is-bold {
  font-weight: 700;
}

.text_large.is-middle {
  text-align: center;
}

.text_large.is-italic {
  font-style: italic;
}

.text_large.is-arab {
  direction: rtl;
  font-family: Ge ss text, sans-serif;
}

.text_large.is-invisible {
  display: none;
}

.text_large.is-white {
  color: #fff;
}

.text_large.is-white.is-open-sans {
  font-family: Opensans, sans-serif;
}

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

.text_medium {
  margin-bottom: 0;
  font-size: .97em;
  line-height: 1.4;
}

.text_medium.all-caps {
  color: #1088c3;
  text-transform: uppercase;
  font-weight: 700;
}

.text_medium.all-caps.bot_margin {
  margin-bottom: 3em;
}

.text_medium.all-caps.is-main-blue {
  color: #022e62;
}

.text_medium.all-caps.is-main-blue.has-margin {
  margin-bottom: .5rem;
}

.text_medium.all-caps.is-main-blue.is-itallic {
  font-style: italic;
}

.text_medium.is-bold {
  font-weight: 700;
}

.text_medium.is-bold.has-margin {
  margin-bottom: 2rem;
  font-weight: 600;
}

.text_medium.is-bold.has-margin.is-aarbic {
  font-family: Ge ss text, sans-serif;
}

.text_medium.is-bold.has-margin.is-arabic {
  direction: rtl;
  font-weight: 500;
}

.text_medium.is-medium {
  font-weight: 600;
}

.text_medium.is-arabic {
  direction: rtl;
  text-align: right;
}

.text_medium.is-italic {
  font-style: italic;
}

.text_medium.is-blue {
  color: #1088c3;
}

.text_medium.is-all-caps {
  text-transform: uppercase;
}

.text_small {
  margin-bottom: 0;
  font-size: .83em;
  line-height: 1.4;
}

.text_small.has-margin {
  margin-bottom: 1rem;
}

.text_small.all-caps {
  color: #1088c3;
  text-transform: uppercase;
  font-weight: 700;
}

.text_small.all-caps._1-top {
  margin-top: 1rem;
}

.text_small.all-caps._1-top.is-arabic {
  font-family: Ge ss text, sans-serif;
}

.text_small.no-break {
  white-space: nowrap;
}

.text_small.is-itallic {
  margin-top: .5em;
  font-family: Opensans, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.text_small.is-itallic.is-arab {
  font-family: Ge ss text, sans-serif;
}

.text_small.is-arab {
  font-family: Ge ss text, sans-serif;
  font-weight: 300;
}

.text_small.is-middle {
  text-align: center;
}

.text_small.is-blue {
  color: #1088c3;
}

.text_small.is-blue.is-bold {
  font-weight: 700;
}

.text_small.is-all-caps {
  text-transform: uppercase;
}

.text_small.is-all-caps.is-bold {
  font-weight: 700;
}

.h1_heading.is-middle {
  text-align: center;
}

.h1_heading.is-middle.is-arabic {
  direction: rtl;
  font-family: Ge ss text, sans-serif;
}

.h1_heading.in-menu {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
}

.h1_heading.in-menu.is-arabic {
  font-size: 3em;
}

.h1_heading.is-arabic {
  font-family: Ge ss text, sans-serif;
}

.h1_heading.is-blue {
  color: #1088c3;
}

.h1_heading.is-blue.is-middle.is-arab {
  font-family: Ge ss text, sans-serif;
}

.h1_heading.is-coursinity {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fff 40%, #1088c3);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Ge ss text, sans-serif;
}

.h2_heading.has-padding {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 3.6em;
}

.h2_heading.has-padding.is-arabic {
  font-family: Ge ss text, sans-serif;
}

.h2_heading.has-padding.is-arabic.is-small,
.h2_heading.has-padding.is-small {
  margin-top: 0;
  font-size: 2.4em;
}

.h2_heading._3-bot-margin {
  margin-bottom: 1em;
}

.h2_heading.is-middle {
  text-align: center;
}

.h2_heading.is-middle.is-arabic {
  font-family: Ge ss text, sans-serif;
}

.h2_heading.is-arabic {
  direction: rtl;
  text-align: right;
  font-family: Ge ss text, sans-serif;
  position: static;
}

.h2_heading.is-blue {
  color: #1088c3;
}

.h3_heading {
  color: #1088c3;
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.h3_heading.is-middle {
  text-align: center;
  line-height: 1.4;
}

.h3_heading.is-middle.has-margin {
  margin-bottom: 2rem;
}

.h3_heading.is-middle.is-arabic {
  direction: rtl;
  font-family: Ge ss text, sans-serif;
  line-height: 1.4;
}

.h3_heading.is-middle.is-arabic._70 {
  max-width: 70%;
}

.h3_heading.is-regular {
  font-weight: 400;
}

.h3_heading.is-regular.top-margin {
  margin-top: 1.5rem;
}

.h3_heading.is-regular.top-margin.is-arabic {
  font-family: Ge ss text, sans-serif;
}

.h3_heading.is-white {
  color: #fff;
}

.button {
  color: #022e62;
  text-align: center;
  text-transform: uppercase;
  background-color: #f3ba47;
  border: .125em solid #f3ba47;
  border-radius: 100vw;
  padding: .5em 1.5em;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.4;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #f3ba47;
  background-color: rgba(0, 0, 0, 0);
}

.button.blue {
  min-width: 15rem;
  color: #022e62;
  background-color: rgba(0, 0, 0, 0);
  border-color: #022e62;
  margin-left: .5em;
  margin-right: .5em;
  font-size: 1.2rem;
  transition: background-color .2s, color .2s;
}

.button.blue:hover {
  color: #fff;
  background-color: #022e62;
}

.button.blue.is-invisible {
  display: none;
}

.button.yellow-text {
  white-space: nowrap;
  transition: background-color .2s, color .2s;
}

.button.yellow-text:hover {
  color: #f3ba47;
}

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

.hero_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 11.75em;
  display: flex;
}

.hero_section.for-you {
  padding-bottom: 5em;
  position: relative;
}

.hero_wrapper {
  max-width: 64.1875em;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.section.fixed-height {
  height: 109.306rem;
}

.section._0-top {
  padding-top: 0;
}

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

.horizontal_wrapper.is-full {
  width: 100%;
  justify-content: space-around;
  overflow: visible;
}

.horizontal_wrapper.is-stretch {
  grid-column-gap: 5em;
  align-items: stretch;
}

.horizontal_wrapper.for-you {
  grid-column-gap: 3em;
}

.horizontal_wrapper.for-you.is-arabic {
  flex-direction: row-reverse;
}

.solutions_wrapper {
  width: 100%;
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.solution_wrapper.is-reverse {
  flex-direction: row-reverse;
}

.solution_wrapper.is-arabic {
  justify-content: center;
}

.solution_wrapper.is-invisible {
  display: none;
}

.left_div {
  width: 48%;
  padding-right: 1em;
  position: relative;
}

.right_div {
  width: 48%;
  flex-direction: row;
  padding-left: 1em;
  display: flex;
  position: relative;
}

.right_div.is-reverse {
  flex-direction: row-reverse;
}

.right_div.is-arabic {
  direction: rtl;
}

.left_div_height {
  padding-top: 90%;
}

.top_photo {
  width: 80.37%;
  padding-top: 60.05%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.top_photo.right {
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.top_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.08333%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 1.5em rgba(0, 16, 34, .3);
}

.top_image.right {
  border-radius: 2%;
}

.top_image.for-you {
  border-radius: 1.5em;
  position: static;
}

.icon_container {
  z-index: 1;
  width: 49.05%;
  border-radius: 2.8%;
  padding-top: 38.5159%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 2px 2px 1em rgba(0, 16, 36, .3);
}

.icon_container.is-first {
  background-color: #1088c3;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon_container.is-second {
  background-color: #7ccbf2;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon_container.is-second.is-right {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.icon_container.is-second.is-white {
  background-color: #dfeef6;
}

.icon_container.is-third {
  background-color: #bce4f7;
}

.icon_container.is-third.is-left {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon_container.is-third.is-white {
  background-color: #dfeef6;
}

.icon {
  max-width: 80%;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.icon_wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.right_text_wrapper {
  width: 88%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.right_text_wrapper.solutions {
  z-index: 1;
  width: 100%;
  position: relative;
}

.right_text_wrapper.solutions.is-arabic.is-80 {
  width: 80%;
}

.right_text_wrapper.is-50 {
  max-width: 39%;
}

.right_text_wrapper.is-arabic {
  width: 76%;
  direction: rtl;
  text-align: right;
  align-items: flex-start;
}

.solutions_logo {
  width: 45%;
  margin-bottom: 1.5rem;
}

.sponsor_logo_wrapper {
  max-width: 18%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta_wrapper {
  width: 80%;
  background-color: #bce4f7;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 4.72% 8%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 1.5em rgba(0, 16, 34, .2);
}

.cta_text_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-right: 7em;
  display: flex;
}

.cta_bg_blue_div {
  z-index: 0;
  width: 400px;
  height: 430px;
  background-color: #01183c;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: scale(1.5)skew(27deg, 23deg)rotate(31deg)translate(129px, -205px);
}

.cta_button_text_wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.bg_shape {
  object-fit: cover;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.bg_shape_wrapper {
  width: 80rem;
  height: 80rem;
  opacity: .7;
  margin-bottom: -17rem;
  margin-left: 0;
  padding-top: 0%;
  position: absolute;
}

.bg_shape_wrapper.contact-page {
  margin-bottom: -46.6em;
}

.bg_shape_wrapper.services {
  width: 75rem;
  height: 75rem;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.bg_shape_wrapper.services.is-govern {
  margin-bottom: 44rem;
}

.footer {
  z-index: 10;
  justify-content: center;
  align-items: center;
  padding-top: 10em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.footer.is-arab {
  font-family: Ge ss text, sans-serif;
}

.footer_wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_wrapper.is-arabic {
  flex-direction: row-reverse;
}

.footer_div {
  max-width: 22%;
  grid-row-gap: .5rem;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

.footer_div.is-arabic {
  text-align: right;
  align-items: flex-end;
}

.footer_logo {
  width: 11.8056em;
  margin-bottom: 2em;
}

.link {
  color: #022e62;
  text-decoration: none;
}

.link:hover {
  color: #1088c3;
  text-decoration: none;
}

.navigation {
  z-index: 9999;
  height: 7em;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2em 6em 1.5em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav_logo {
  max-width: 12.1528em;
}

.nav_wrapper {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.triangle_illustration {
  max-width: 20em;
  position: absolute;
  top: auto;
  bottom: -10em;
  left: -8em;
  right: auto;
}

.left_triangle {
  max-width: 20em;
  opacity: 1;
  position: absolute;
  top: -24em;
  bottom: auto;
  left: 0%;
  right: auto;
}

.left_triangle.for-you {
  top: -44.5em;
}

.left_triangle.is-contact {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.right_triangle {
  max-width: 17em;
  opacity: 1;
  position: absolute;
  top: -6%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.right_triangle.is-contact {
  top: auto;
}

.contact_hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact_header_wrapper {
  width: 100%;
  text-align: center;
  padding-top: 12em;
  padding-bottom: 15em;
}

.contact_wrapper {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact_wrapper.is-arabic {
  flex-direction: row-reverse;
}

.google_map {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1em;
  box-shadow: 2px 2px 2em rgba(0, 16, 34, .2);
}

.map_wrapper {
  height: 100%;
  border-radius: 1em;
  overflow: hidden;
}

.contact_form_wrapper {
  max-width: 48%;
  min-width: 48%;
  flex: 0 auto;
  margin-left: 4em;
}

.contact_form_wrapper.is-arabic {
  text-align: right;
  margin-left: 0;
  margin-right: 4em;
}

.text_field {
  height: auto;
  color: #022e62;
  background-color: rgba(255, 255, 255, .5);
  border: 1px #000;
  border-radius: .3em;
  padding: 1em 1.5em;
  box-shadow: 2px 2px .75em rgba(0, 16, 34, .1);
}

.text_field.is-small {
  max-width: 30%;
}

.text_field.is-arabic {
  text-align: right;
}

.text_field.is-50 {
  max-width: 48%;
}

.text_area {
  max-height: 10em;
  max-width: 100%;
  min-height: 10em;
  min-width: 100%;
  background-color: rgba(255, 255, 255, .5);
  border: 1px #000;
  border-radius: .3em;
  padding: 1em 1.5em;
  box-shadow: 2px 2px 1em rgba(0, 16, 34, .1);
}

.text_area.is-arabic {
  text-align: right;
}

.contact_social_wrapper {
  max-width: 50%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.not-bold {
  font-weight: 500;
}

.social_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social {
  width: 5.27778em;
  height: 5.27778em;
  background-color: #f3ba47;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  margin-left: 1em;
  margin-right: 1em;
  transition: background-color .2s;
  display: flex;
}

.social:hover {
  background-color: #022e62;
}

.social-icon {
  max-height: 3.5em;
  max-width: 3.5em;
  transition: all .2s;
  position: relative;
}

.social-icon:hover {
  transform: scale(1.1);
}

.social-icon.is-small {
  max-height: 2em;
  max-width: 2em;
}

.footer_social_wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-left: -.5em;
  display: flex;
}

.footer_social {
  width: 3em;
  height: 3em;
  background-color: #f3ba47;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  transition: background-color .2s;
  display: flex;
}

.footer_social:hover {
  background-color: #022e62;
}

.footer_social.is-new {
  background-color: rgba(0, 0, 0, 0);
}

.footer_icon {
  max-height: 1.7em;
  max-width: 1.7em;
}

.form {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
}

.form.is-arabic {
  direction: rtl;
  align-items: flex-start;
}

.form_block {
  margin-bottom: 2em;
}

.form_block.is-arabic {
  direction: rtl;
}

.services_wrapper {
  width: 100%;
  grid-column-gap: 1em;
  justify-content: center;
  display: flex;
}

.services_wrapper.is-arabic {
  flex-direction: row-reverse;
}

.services_card {
  width: 19em;
  min-height: 10em;
  text-align: center;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.4em 1.4em 1.4em;
  transition: background-color .2s, color .2s;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 2px 2px 2em rgba(0, 0, 0, .1);
}

.services_card:hover {
  color: #fff;
  background-color: #1088c3;
}

.services_illustration_holder {
  width: auto;
  height: 4em;
  background-color: #022e62;
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: .7em 1.2em;
  display: flex;
  position: absolute;
  top: -2em;
  bottom: auto;
  left: auto;
  right: auto;
}

.services_arrow {
  width: 2.08333em;
}

.slider {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider.is-ss {
  width: 70%;
}

.slide_nav {
  display: none;
}

.slide.is-ss {
  padding-left: 6em;
  padding-right: 6em;
}

.left_arrow {
  width: 1em;
  height: 1em;
}

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

.arrow_wrapper.left.is-hidden,
.arrow_wrapper.right.is-hidden {
  display: none;
}

.slide_inside_wrapper {
  width: 100%;
  height: 100%;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 18rem;
  padding-right: 18rem;
  display: flex;
}

.slide_inside_wrapper.is-ss {
  grid-column-gap: 1.6em;
  text-align: left;
  background-color: #bce4f7;
  border-radius: .5em;
  flex-direction: row;
  padding: 1.6rem;
}

.slide_inside_wrapper.is-ss.is-arab {
  direction: rtl;
}

.slider_image_wrapper {
  width: 8.40278em;
  height: 8.40278em;
  background-color: #022e62;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 1.5em rgba(0, 0, 0, .1);
}

.slider_image_wrapper.is-ss {
  width: 40%;
  height: 100%;
  border-radius: .5em;
  flex: none;
}

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

.c_logo {
  width: 23.6111em;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.menu-button {
  width: 2.43056em;
  height: 1.66667em;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.hamurger_line {
  width: 2.43056em;
  height: .277778em;
  background-color: #022e62;
}

.hamurger_line.bottom {
  perspective-origin: 100%;
  transform-origin: 100%;
}

.hamurger_line.top {
  width: 2.43056em;
  perspective-origin: 0%;
  transform-origin: 0%;
}

.menu_div {
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .95);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -101vh;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_link {
  opacity: 1;
  color: #022e62;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration: none;
}

.menu_link:hover {
  color: #f3ba47;
}

.menu_link.w--current {
  color: #1088c3;
}

.menu_link.is-invisible {
  display: none;
}

.menu_links_wrapper {
  grid-row-gap: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg_video_wrapper {
  min-height: 43.6111em;
  min-width: 1440px;
  display: none;
  position: relative;
}

.bg_video {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play_button {
  display: none;
}

.hero_animacija {
  max-width: 100%;
  min-height: 40rem;
  margin-top: -14em;
}

.for_business_cover {
  width: 100%;
  height: 35vh;
  background-image: url('../images/kld-heroes-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  overflow: hidden;
}

.for_business_cover.for-government {
  height: 36vh;
  background-image: url('../images/kld-heroes-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lines_animation_right {
  max-width: 70%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -50%;
}

.lines_animation_right.is-business {
  top: 0%;
}

.lines_animation_right.is-for-you {
  top: auto;
  bottom: 15%;
  left: auto;
  right: -50%;
}

.animation_wrapper {
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.globe_animation_wrapper {
  width: 30vw;
  height: 30vw;
  display: none;
  position: absolute;
  top: auto;
  bottom: -10vw;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.training_wrapper {
  max-width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 1.5rem;
  margin-left: -.5rem;
  display: flex;
}

.training_wrapper.is-arabic {
  flex-direction: row-reverse;
}

.training_card {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: .5rem;
  margin-right: .5rem;
  display: flex;
}

.card_image_wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.for_body {
  background-image: url('../images/bottom-bg.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.blue_bottom_shape {
  width: 39rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.goals_image {
  color: #7ccbf2;
  margin-top: 9.86111%;
}

.for_you_hero_image {
  margin-bottom: 1rem;
}

.for_you_wrapper {
  width: 100%;
  grid-row-gap: 5em;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 5em;
  display: flex;
}

.for_you_div {
  grid-row-gap: 2em;
  text-align: center;
  background-color: #fff;
  border-radius: 1.5em;
  flex-direction: column;
  align-items: center;
  padding: 2em;
  display: flex;
  box-shadow: 2px 2px 36px rgba(0, 0, 0, .2);
}

.for_you_div.is-blue {
  color: #fff;
  background-color: #022e62;
}

.image-3 {
  object-fit: cover;
  margin-top: -120px;
  display: block;
}

.for_you_logo_wrapper {
  width: 100%;
  max-width: 100%;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.for_you_logo {
  margin-top: 2em;
  margin-bottom: 2em;
}

.for_you_icon_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 4em;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.for_you_icon_div {
  height: 11em;
  max-width: 18em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: rgba(2, 46, 98, .9);
  border-radius: .5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3em 1em 1em;
  display: flex;
  box-shadow: 2px 2px 1em rgba(2, 46, 98, .2);
}

.for_you_icon_div.bot-left {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.for_you_icon_div.bot-left.is-arabic {
  text-align: center;
}

.for_you_icon_div.bot-right {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.for_you_icon_div.bot-right.is-arabic {
  text-align: center;
}

.for_you_icon_div.top-left {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.for_you_icon_div.top-left.is-arabic {
  text-align: center;
}

.for_you_icon_div.top-right {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.for_you_icon_div.top-right.is-arabic {
  text-align: center;
}

.for_you_icon {
  max-width: 70%;
}

.for_you_iamge {
  width: 100%;
  height: 35em;
  border-radius: 1.5em;
  margin-top: 5em;
  position: relative;
}

.globe_animation_right {
  max-width: 50vw;
  color: #1088c3;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: -30%;
}

.globe_animation_right.is-business {
  bottom: 0%;
}

.globe_animation_right.is-government {
  bottom: 10%;
}

.bg_color_navigation_div {
  z-index: 1;
  height: 7em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .4);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hex_animation {
  max-width: 50vw;
  display: block;
  position: absolute;
  top: auto;
  bottom: 60%;
  left: -25%;
  right: auto;
}

.left_wrapper {
  max-width: 35%;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.light_blue_wrapper {
  background-color: #fff;
  border-radius: .3em;
  padding: 1.6em;
  box-shadow: 2px 2px 1em rgba(0, 16, 36, .2);
}

.light_blue_wrapper.new {
  width: 32%;
  grid-row-gap: 1.6rem;
  text-align: center;
  border-radius: .5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.light_blue_wrapper.new.is-mid-bot {
  position: relative;
  top: 5em;
}

.light_blue_wrapper.new.is-mid-top {
  bottom: 5em;
}

.light_blue_wrapper.new.is-arab {
  direction: rtl;
}

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

.captcha {
  margin-bottom: 2em;
}

.tabs {
  grid-row-gap: 2em;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.tabs_menu {
  grid-column-gap: 1em;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.tab {
  color: #022e62;
  background-color: #7ccbf2;
  border-radius: .3em;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: all .2s;
  display: flex;
}

.tab:hover {
  color: #022e62;
}

.tab.w--current {
  background-color: #f3ba47;
  box-shadow: 2px 2px 1em rgba(2, 46, 98, .3);
}

.tabs-content {
  flex: 1;
}

.tab_pane {
  height: 100%;
}

.form_vertical_wrapper {
  width: 100%;
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.select-field-2 {
  height: 50px;
  background-color: #fff;
  border: 1px solid #06f;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  line-height: 50px;
}

.carousal_wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.moving_div {
  width: 100%;
  flex: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.partner_logo {
  object-fit: cover;
}

.for_you_icon_blue {
  width: 5em;
  height: 4em;
  background-color: #7ccbf2;
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -2em;
  bottom: auto;
  left: auto;
  right: auto;
}

.for_you_icon_blue.top-left {
  background-color: #f3ba47;
  border-radius: .5em;
  top: -1.5em;
  bottom: auto;
  left: auto;
  right: auto;
}

.location_wrapper {
  z-index: 1;
  grid-column-gap: .6em;
  color: #fff;
  cursor: pointer;
  background-color: #022e62;
  border-radius: 100vh;
  justify-content: flex-start;
  align-items: center;
  padding: 1.2em .6em 1.2em 1.2em;
  display: flex;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: 1em;
  right: auto;
  box-shadow: 2px 2px 1em rgba(2, 46, 98, .15);
}

.location_wrapper.is-arabic {
  text-align: right;
}

.location_wrapper.is-hidden {
  display: none;
}

.location_image {
  height: 1.5em;
  max-width: none;
}

.location_icon_wapper {
  width: 2em;
  height: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.shrinking_div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.checkbox_field.is-arabic {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.contact_hero_image {
  height: 50vh;
  opacity: .85;
  justify-content: center;
  align-items: center;
  margin-top: 6em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.contact_image {
  object-fit: cover;
}

.body_arabic {
  font-family: Ge ss text, sans-serif;
  font-weight: 500;
}

.eng {
  font-family: Opensans, sans-serif;
  font-weight: 600;
}

.checkbox {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav_menu_button_wrapper {
  grid-column-gap: 2em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.language_switch_wrapper {
  grid-column-gap: .5em;
  color: #022e62;
  cursor: pointer;
  border: 1.5px solid #022e62;
  border-radius: .3rem;
  justify-content: space-between;
  align-items: center;
  padding: .5em 1em;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.language_switch_wrapper:hover {
  color: #fff;
  background-color: #022e62;
}

.switch_wrapper {
  width: 3em;
  height: 1.12em;
  border: 2px solid #022e62;
  border-radius: 100vw;
  position: relative;
}

.rich_text {
  font-size: 1.2vw;
  line-height: 1.4;
}

.rich_text.is-arab {
  direction: rtl;
  text-align: right;
  font-size: 1.2vw;
  line-height: 1.4;
}

.rich_text.is-arab ul {
  flex-direction: column;
  padding-left: 0;
  padding-right: 22px;
  list-style-type: disc;
  display: inline-block;
}

.hover_logo {
  opacity: 0;
  object-fit: cover;
  transition: opacity .1s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover_logo:hover {
  opacity: 1;
}

.coursinity_wrapper {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  direction: rtl;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coursinity_wrapper.is-en {
  direction: ltr;
  justify-content: center;
}

.vertical_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10em;
  margin-bottom: 5em;
  display: flex;
}

.top_wrapper {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.bot_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blue_icon_wrapper {
  width: 5em;
  height: 5em;
  background-color: #1088c3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -4.2em;
  display: flex;
  position: relative;
}

.blue_icon_wrapper.bot {
  margin-top: 0;
  margin-bottom: -4.2em;
}

.ss_text_wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.ss_text_wrapper.is-arab {
  text-align: right;
  align-items: flex-start;
}

.map_embed {
  height: 100%;
}

.hero-blog {
  padding-top: 15em;
  padding-bottom: 0;
}

.blog-hero-wrapper {
  max-width: 50%;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(21em, 21em) minmax(21em, 21em) minmax(21em, 21em);
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list.is-arabic {
  direction: rtl;
}

.collection-item {
  background-color: #fff;
  border-radius: .5em;
  flex-direction: column;
  transition: all .3s cubic-bezier(.503, -.005, .25, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 8px rgba(2, 46, 98, .1);
}

.collection-item:hover {
  bottom: .5em;
  box-shadow: 0 2px 16px rgba(2, 46, 98, .2);
}

.blog-thumbnail {
  height: 21.1875em;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: none;
}

.collection-item-content {
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5em;
  display: flex;
}

.collection-item-content.is-arabic {
  direction: rtl;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.42em;
  line-height: 1.4;
}

.topic-blog-wrapper {
  background-color: #fff;
  border-radius: 1em;
  padding: .5em 1em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: 1.5em;
  right: auto;
  box-shadow: 1px 1px 3px rgba(2, 46, 98, .1);
}

.topic-blog-wrapper.is-arabic {
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.filter-wrapper {
  grid-column-gap: 1em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-button {
  color: #1088c3;
  cursor: pointer;
  border: 2px solid #1088c3;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: .5em 1em;
  display: flex;
}

.filter-button:hover {
  background-color: #bce4f7;
}

.filter-button.is-active {
  color: #fff;
  cursor: pointer;
  background-color: #1088c3;
}

.filter-button.show-all {
  color: #fff;
  background-color: #022e62;
  border-color: #022e62;
}

.filter-button.show-all:hover {
  background-color: #f3ba47;
  border-color: #f3ba47;
}

.filter-form {
  grid-column-gap: 1em;
  display: flex;
}

.filter-form-wrapper.is-hidden,
.checkbox-invisible,
.radio-invisible {
  display: none;
}

.blog-link {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-section {
  padding-top: 15em;
}

.blog-wrapper {
  max-width: 68.75rem;
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
}

.blog-wrapper.is-arabic {
  direction: rtl;
  font-family: Ge ss text, sans-serif;
}

.blog-info-wrapper {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-cover {
  width: 100%;
  height: 34.6875rem;
  background-image: url('../images/Digital-vs.-In-Person-Training--KLD.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .75em;
  box-shadow: 0 3px 36px rgba(2, 46, 98, .1);
}

.blog-text-block {
  max-width: 800px;
}

.blog-text-block h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Ge ss text, sans-serif;
  font-size: 3.61em;
}

.blog-text-block h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-family: Ge ss text, sans-serif;
  font-size: 1.94em;
}

.blog-text-block p {
  color: #1088c3;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.4;
}

.blog-text-block ul {
  margin-top: 1em;
  margin-bottom: 1em;
}

.blog-text-block img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.blog-text-block figure {
  margin-top: 4em;
  margin-bottom: 4em;
}

.blog-text-block blockquote {
  border-style: solid none;
  border-color: #f3ba47;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-right-width: 5px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 1em 1.5em;
  font-size: 1.1em;
  font-style: italic;
  line-height: 1.4;
}

.blog-text-block a {
  color: #7ccbf2;
  text-decoration: underline;
}

.blog-text-block a:hover {
  color: #f3ba47;
}

.blog-text-block li {
  color: #1088c3;
  font-size: 1.1vw;
  line-height: 1.4;
}

.blog-info {
  grid-column-gap: .5em;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.separator {
  width: 1.2px;
  background-color: #022e62;
  margin-left: .25em;
  margin-right: .25em;
}

.google-tag-manage {
  display: none;
}

.empty-state {
  background-color: #f3ba47;
  border-radius: .3em;
  padding: 1em 1.5em;
}

.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: 300px;
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-brochure {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-brochure-image-wrapper {
  max-width: 45%;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-brochure-fields-wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is-bold {
  font-weight: 700;
}

.form-brochure-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

.success_message {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.success_wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success_image {
  max-width: 50%;
}

.error_message {
  border-radius: .5em;
}

.coursinity_hero {
  /* height: 85vh; */
  height: 950px;
  background-color: #17233d;
  overflow: hidden;
}

.background_video {
  width: 45%;
  min-height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 11%;
  right: auto;
}

.background_overlay {
  z-index: 1;
  width: 100%;
  height: 100%;
  /* background-image: radial-gradient(circle closest-side at 25%, rgba(23, 35, 61, 0), #17233d 100%, #17233d); */
  background: radial-gradient(40.15% 49.16% at 85.77% 46.31%, rgba(23, 35, 61, 0) 0%, #17233D 93.54%) !important;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.coursinity_heading_wrapper {
  z-index: 3;
  direction: rtl;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  right: 0;
}

.coursinity_navigation_wrapper {
  z-index: 3;
  /* height: 15vh; */
  background-color: #17233d;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  padding-top: 40px;
}

.coursinity_navigation {
  width: 100%;
  background-color: #abb8c3;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 0px 30px 0px 30px;
  min-height: 80px;
}

.coursinity_button {
  background-color: #17233d;
  border-radius: .5em;
  padding: 1em;
}

.coursinity_footer_wrapper {
  background-color: #17233d;
  padding-top: 2em;
  padding-bottom: 2em;
}

.coursinity_footer {
  grid-row-gap: 1.5em;
  background-color: #17233d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.coursinity_footer.is-arab {
  direction: rtl;
}

.footer_links_wrapper {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  direction: rtl;
  align-items: center;
}

.circle_div {
  width: .5em;
  height: .5em;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 20px;
}

.coursinity_footer_link {
  color: #fff;
  font-size: 14px;
}

.coursinity_links {
  grid-row-gap: 1em;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Opensans, sans-serif;
}

.popup_wrapper {
  z-index: 100;
  width: 100%;
  height: 100vh;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 21, 46, .9);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup_content_wrapper {
  width: 100%;
  height: auto;
  min-height: 50%;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 2em;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.close_button_popup {
  width: 3em;
  height: 3em;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 6em;
  bottom: auto;
  left: auto;
  right: 1.5em;
  z-index: 1;
}

.close_button_popup:hover {
  background-color: #7ccbf2;
  transform: rotate(90deg);
}

.x {
  width: 1.5em;
  height: 1.5em;
}

.horizontal_div {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.left_video {
  width: 420px;
  height: 360px;
  object-fit: contain;
  border-radius: 1em;
  overflow: hidden;
}

.coursinity_footer_links_wrapper {
  grid-column-gap: .8em;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}

.coursinity_footer_links_wrapper li {
  display: flex;
  align-items: center;
  margin: .5rem;
}

.flex-block {
  grid-row-gap: .8em;
  align-items: center;
}

.social_link_block {
  width: 2em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right_video {
  width: 60%;
  /* border-radius: 1em; */
  overflow: hidden;
}

@media screen and (min-width: 1440px) {
  .h2_heading.has-padding.is-arabic.is-small {
    margin-top: 0;
  }

  .h2_heading.has-padding.is-small {
    margin-top: 0;
    font-size: 2.4em;
  }

  .right_div.is-arabic {
    direction: rtl;
  }

  .triangle_illustration {
    max-width: 20em;
    bottom: -10em;
  }

  .left_triangle {
    max-width: 20em;
    opacity: 1;
  }

  .right_triangle {
    max-width: 17em;
    opacity: 1;
  }

  .hero_animacija {
    max-width: 1440px;
  }

  .for_business_cover.for-government {
    height: 36vh;
  }
}

@media screen and (min-width: 1920px) {

  .container.for-you,
  .container.for-businees {
    padding-left: 0;
    padding-right: 0;
  }

  .container.is-full {
    min-height: 100%;
  }

  .h1_heading.is-coursinity {
    line-height: 1.4;
  }

  .button.yellow-text {
    white-space: nowrap;
  }

  .hero_section.for-you,
  .solutions_wrapper {
    position: relative;
  }

  .right_div {
    width: 49%;
  }

  .bg_shape_wrapper.services {
    top: auto;
  }

  .navigation {
    height: 7em;
    padding-top: 2em;
  }

  .triangle_illustration {
    max-width: 25em;
    bottom: -20em;
  }

  .left_triangle {
    max-width: 27.1em;
    opacity: 1;
  }

  .left_triangle.for-you {
    top: -54em;
  }

  .left_triangle.is-contact {
    max-width: 22em;
  }

  .right_triangle {
    max-width: 24em;
    opacity: 1;
  }

  .right_triangle.is-contact {
    max-width: 18em;
  }

  .services_wrapper {
    justify-content: center;
  }

  .hero_animacija {
    max-width: 1560px;
    margin-top: -14em;
  }

  .for_business_cover {
    margin-top: 0;
  }

  .for_business_cover.for-government {
    height: 36vh;
  }

  .lines_animation_right {
    right: -40%;
  }

  .image-3 {
    object-fit: cover;
  }

  .for_you_logo {
    margin-left: 1em;
    margin-right: 1em;
  }

  .globe_animation_right {
    max-width: 35vw;
    bottom: 15%;
    right: -10%;
  }

  .hex_animation {
    left: -35%;
  }

  .blog-hero-wrapper {
    max-width: 70%;
  }

  /* .coursinity_navigation_wrapper {
    height: 12vh;
  } */
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .button.blue {
    border-width: 2px;
    font-size: .9rem;
  }

  .horizontal_wrapper.is-full {
    flex-wrap: wrap;
  }

  .right_div {
    width: 50%;
  }

  .icon {
    max-width: 40%;
  }

  .right_text_wrapper.is-50 {
    max-width: 27%;
  }

  .solutions_logo {
    width: 50%;
  }

  .sponsor_logo_wrapper {
    max-height: 40%;
    max-width: 20%;
    min-width: 10%;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .cta_wrapper {
    width: 100%;
  }

  .cta_bg_blue_div,
  .bg_shape_wrapper.services,
  .triangle_illustration {
    display: none;
  }

  .left_triangle {
    max-width: 12em;
    top: -10em;
  }

  .right_triangle {
    max-width: 13em;
    top: 21%;
  }

  .contact_wrapper,
  .contact_wrapper.is-arabic {
    flex-direction: column;
  }

  .map_wrapper {
    height: 400px;
  }

  .contact_form_wrapper {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .contact_social_wrapper {
    max-width: 80%;
    text-align: center;
  }

  .form_block {
    margin-bottom: 0;
  }

  .services_wrapper {
    grid-column-gap: 5em;
    grid-row-gap: 5em;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .services_illustration_holder {
    width: 5em;
  }

  .slider.is-ss {
    width: 100%;
  }

  .slide_inside_wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .hero_animacija {
    min-height: 0;
  }

  .for_business_cover,
  .for_business_cover.for-government {
    height: 20vh;
  }

  .blue_bottom_shape {
    display: none;
  }

  .for_you_wrapper {
    flex-direction: column;
  }

  .for_you_div {
    width: 100%;
    margin-bottom: 2em;
  }

  .for_you_iamge {
    margin-top: 0;
  }

  .partner_logo {
    max-height: 100%;
    object-fit: cover;
  }

  .contact_hero_image {
    margin-top: 4.4em;
  }

  .hover_logo {
    display: none;
  }

  .blog-hero-wrapper {
    max-width: 70%;
  }

  .horizontal_div {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .right_video {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 24px;
  }

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

  .text_large {
    font-size: 16px;
  }

  .text_large.is-italic {
    font-size: 14px;
  }

  .text_large.is-arab {
    font-size: 16px;
  }

  .text_medium {
    font-size: 14px;
  }

  .text_medium.all-caps.bot_margin.is-arab,
  .text_medium.is-bold.has-margin.is-arabic {
    font-size: 16px;
  }

  .text_small {
    font-size: 14px;
  }

  .text_small.has-margin {
    font-size: 12px;
  }

  .text_small.is-arab,
  .text_small.is-middle {
    font-size: 14px;
  }

  .h1_heading.is-middle {
    font-size: 32px;
    line-height: 1.1;
  }

  .h3_heading.is-middle {
    font-size: 18px;
  }

  .h3_heading.is-white {
    font-size: 24px;
  }

  .button {
    font-size: 16px;
  }

  .button.blue {
    margin: 8px 0;
  }

  .button.yellow-text {
    white-space: nowrap;
  }

  .hero_wrapper {
    grid-row-gap: 2rem;
  }

  .horizontal_wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .horizontal_wrapper.is-full {
    flex-direction: row;
  }

  .horizontal_wrapper.for-you {
    grid-row-gap: 3em;
  }

  .horizontal_wrapper.for-you.is-arabic {
    flex-direction: column;
    align-items: flex-end;
  }

  .horizontal_wrapper.mobile-reverse {
    flex-direction: column-reverse;
  }

  .solution_wrapper,
  .solution_wrapper.is-reverse {
    flex-direction: column;
  }

  .left_div {
    width: 100%;
    display: block;
  }

  .right_div {
    width: 100%;
    margin-top: 2em;
  }

  .right_div.is-arabic {
    justify-content: flex-end;
  }

  .left_div_height {
    padding-top: 51%;
  }

  .top_photo {
    width: 100%;
  }

  .icon_container.is-first {
    width: 35%;
    border-radius: 5%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25%;
    position: relative;
  }

  .icon_container.is-second,
  .icon_container.is-third {
    width: 35%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25%;
    position: relative;
  }

  .right_text_wrapper.solutions.is-arabic,
  .right_text_wrapper.solutions.is-arabic.is-80 {
    width: 100%;
  }

  .right_text_wrapper.is-50 {
    width: 100%;
    max-width: 100%;
  }

  .right_text_wrapper.is-arabic {
    width: 100%;
  }

  .solutions_logo {
    width: 45%;
  }

  .sponsor_logo_wrapper {
    min-width: 20%;
  }

  .cta_wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }

  .cta_bg_blue_div {
    width: 320px;
    height: 340px;
    display: block;
    right: -8%;
  }

  .footer {
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .footer_wrapper {
    flex-direction: column;
  }

  .footer_wrapper.is-arabic {
    flex-flow: column wrap;
    align-items: stretch;
  }

  .footer_div {
    max-width: 100%;
    grid-row-gap: 4px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer_div.is-arabic {
    grid-row-gap: 8px;
  }

  .navigation {
    padding-left: 36px;
    padding-right: 36px;
  }

  .left_triangle.is-contact {
    top: 17%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .right_triangle {
    top: 55%;
  }

  .contact_header_wrapper {
    padding-bottom: 9em;
  }

  .contact_wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .map_wrapper {
    width: 100%;
    height: 300px;
    min-height: 350px;
    margin-bottom: 48px;
  }

  .contact_form_wrapper {
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
  }

  .contact_social_wrapper {
    max-width: 100%;
  }

  .services_wrapper {
    grid-column-gap: 8px;
    justify-content: center;
    align-items: stretch;
  }

  .services_card {
    height: auto;
    max-width: 48%;
  }

  .slider.is-ss,
  .slider_mask.is-ss {
    height: auto;
  }

  .slide.is-ss {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .arrow_wrapper.left {
    top: auto;
    bottom: -20%;
    left: 0%;
    right: auto;
  }

  .arrow_wrapper.right {
    top: auto;
    bottom: -20%;
    left: auto;
    right: 0%;
  }

  .slider_image_wrapper {
    width: 100px;
    height: 100px;
  }

  .slider_image_wrapper.is-ss {
    height: 200px;
  }

  .hamurger_line.bottom,
  .hamurger_line.middle,
  .hamurger_line.top {
    width: 50px;
    height: 3px;
  }

  .hero_animacija {
    margin-top: -8em;
  }

  .for_business_cover,
  .for_business_cover.for-government {
    height: 15vh;
  }

  .lines_animation_right.is-business {
    top: 12.5%;
  }

  .lines_animation_right.is-government {
    max-width: 80vw;
    top: 18%;
    right: -50%;
  }

  .lines_animation_right.is-for-you {
    bottom: 7%;
  }

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

  .for_you_logo_wrapper,
  .for_you_icon_wrapper {
    margin-top: 24px;
  }

  .for_you_icon_div {
    height: auto;
    max-width: 100%;
    padding: 6em 4em 4em;
  }

  .for_you_icon {
    margin-bottom: 0;
  }

  .globe_animation_right.is-government {
    display: none;
    bottom: 0%;
  }

  .hex_animation {
    display: none;
  }

  .left_wrapper {
    max-width: 100%;
  }

  .light_blue_wrapper.new {
    width: 100%;
  }

  .light_blue_wrapper.new.is-mid-bot {
    top: auto;
  }

  .light_blue_wrapper.new.is-mid-top {
    bottom: auto;
  }

  .carousal_wrapper {
    height: auto;
  }

  .moving_div {
    height: auto;
    justify-content: space-around;
    align-items: stretch;
  }

  .partner_logo {
    object-fit: contain;
  }

  .for_you_icon_blue {
    width: 7em;
    height: 6em;
  }

  .contact_hero_image {
    margin-top: 1.7em;
  }

  .vertical_wrapper {
    grid-row-gap: 48px;
  }

  .top_wrapper,
  .bot_wrapper {
    grid-row-gap: 48px;
    flex-direction: column;
  }

  .blue_icon_wrapper {
    width: 60px;
    height: 60px;
  }

  .blog-hero-wrapper {
    max-width: 100%;
  }

  .collection-list {
    grid-template-columns: minmax(100%, 100%);
  }

  .form-brochure-image-wrapper {
    max-width: 100%;
  }

  .form-brochure-wrapper {
    flex-direction: column;
  }

  .coursinity_hero {
    height: 45vh;
  }

  .coursinity_navigation_wrapper {
    height: 12vh;
  }

  .left_video {
    width: 80%;
    height: 325px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 300px;
    grid-row-gap: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text_medium.all-caps.bot_margin {
    margin-bottom: 16px;
  }

  .text_medium.is-bold.has-margin {
    text-align: center;
  }

  .text_medium.is-bold.has-margin.is-arabic {
    text-align: center;
    font-weight: 500;
  }

  .text_medium.is-medium {
    font-size: 16px;
    font-weight: 500;
  }

  .text_small {
    font-size: 12px;
  }

  .text_small.has-margin {
    font-size: 1em;
  }

  .text_small.is-middle {
    font-size: 12px;
  }

  .h1_heading {
    white-space: normal;
    font-size: 3.5em;
  }

  .h1_heading.is-middle {
    margin-bottom: 0;
    font-size: 28px;
  }

  .h1_heading.in-menu {
    font-size: 26px;
  }

  .h1_heading.in-menu.is-arabic {
    text-align: center;
    font-size: 26px;
  }

  .h2_heading {
    text-align: center;
    font-size: 24px;
  }

  .h2_heading.has-padding {
    text-align: center;
    font-size: 26px;
  }

  .h2_heading.has-padding.is-arabic {
    text-align: center;
  }

  .h2_heading._3-bot-margin {
    font-size: 3em;
  }

  .h2_heading.is-arabic {
    text-align: center;
  }

  .h3_heading.is-middle.is-arabic {
    font-size: 16px;
    font-weight: 700;
  }

  .h3_heading.is-middle.is-arabic._70 {
    max-width: 100%;
  }

  .h3_heading.is-middle.is-arabic._300-mobile-w {
    max-width: 300px;
  }

  .button {
    font-size: 14px;
  }

  .hero_section {
    padding-top: 125px;
  }

  .hero_wrapper {
    max-width: none;
    grid-row-gap: 32px;
  }

  .section {
    margin-bottom: 0;
    padding-top: 24px;
  }

  .horizontal_wrapper.is-full {
    margin-top: 0;
  }

  .horizontal_wrapper.is-stretch {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .horizontal_wrapper.mobile-reverse {
    flex-direction: column-reverse;
  }

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

  .solution_wrapper.is-reverse {
    flex-direction: column;
  }

  .left_div {
    padding-right: 0;
  }

  .right_div {
    padding-left: 0;
  }

  .left_div_height {
    padding-top: 90%;
  }

  .top_photo {
    padding-top: 100%;
  }

  .top_image.for-you {
    width: 100%;
    border-radius: .5em;
  }

  .icon_container.is-first {
    width: 40%;
    padding-top: 30%;
  }

  .icon_container.is-second,
  .icon_container.is-third {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30%;
    position: relative;
  }

  .right_text_wrapper {
    width: 100%;
  }

  .right_text_wrapper.solutions {
    align-items: stretch;
  }

  .right_text_wrapper.solutions.is-arabic {
    width: 100%;
  }

  .right_text_wrapper.is-arabic {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: stretch;
  }

  .solutions_logo {
    width: 50%;
  }

  .sponsor_logo_wrapper {
    max-height: 80px;
    max-width: 140px;
    min-width: 80px;
    flex: none;
  }

  .cta_text_wrapper {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cta_bg_blue_div {
    width: 187px;
    height: 385px;
    display: block;
    right: 0%;
  }

  .cta_button_text_wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .bg_shape_wrapper {
    width: 100%;
    margin-bottom: 0%;
    margin-left: -34%;
    top: auto;
    bottom: -50%;
    left: 0%;
    right: auto;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .footer_wrapper,
  .footer_wrapper.is-arabic {
    flex-direction: column;
  }

  .footer_div {
    max-width: 100%;
    grid-row-gap: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .footer_logo {
    width: auto;
    max-width: 120px;
  }

  .navigation {
    height: auto;
    padding: 24px 24px 12px;
  }

  .nav_logo {
    max-width: 120px;
  }

  .nav_logo.w--current {
    max-width: 100px;
  }

  .image-2 {
    max-height: 100%;
  }

  .left_triangle {
    max-width: 100px;
  }

  .left_triangle.is-contact {
    top: 18%;
  }

  .right_triangle {
    max-width: 100px;
    top: 64%;
  }

  .right_triangle.is-contact.is-arabic {
    top: 50vh;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .contact_header_wrapper {
    padding-bottom: 7em;
  }

  .map_wrapper {
    height: 250px;
    min-height: 350px;
    margin-bottom: 32px;
  }

  .text_field.is-small {
    max-width: 60%;
  }

  .text_field.is-50,
  .contact_social_wrapper {
    max-width: 100%;
  }

  .social {
    width: 4.5em;
    height: 4.5em;
    margin-left: .5em;
    margin-right: .5em;
  }

  .social-icon {
    max-height: 2.5em;
    max-width: 2.5em;
  }

  .services_wrapper {
    justify-content: center;
    margin-top: 24px;
  }

  .services_card {
    width: auto;
    max-width: 100%;
    min-height: 15em;
    padding-top: 5.4em;
  }

  .services_illustration_holder {
    width: 8em;
    height: 6em;
  }

  .slider.is-ss {
    margin-bottom: 62px;
  }

  .arrow_wrapper {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .arrow_wrapper.left {
    bottom: -12%;
  }

  .arrow_wrapper.right {
    top: auto;
    bottom: -12%;
    left: auto;
    right: 0%;
  }

  .slide_inside_wrapper {
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide_inside_wrapper.is-ss {
    flex-direction: column;
  }

  .slider_image_wrapper {
    width: 120px;
    height: 120px;
  }

  .slider_image_wrapper.is-ss {
    width: 100%;
  }

  .c_logo {
    width: 20em;
    margin-left: auto;
    margin-right: auto;
  }

  .hero_animacija {
    margin-top: 0;
  }

  .for_business_cover {
    height: 10vh;
  }

  .for_business_cover.for-government {
    height: 15vh;
  }

  .lines_animation_right.is-business {
    max-width: 80vw;
    top: 23%;
    right: -40%;
  }

  .lines_animation_right.is-government {
    right: -40%;
  }

  .lines_animation_right.is-for-you {
    bottom: 5%;
  }

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

  .training_card {
    min-width: 25%;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .for_you_div {
    margin-bottom: 0;
  }

  .for_you_logo {
    max-width: 30%;
  }

  .for_you_icon_wrapper {
    grid-row-gap: 3em;
    margin-top: 24px;
    padding: 0;
  }

  .for_you_icon_div {
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 2em;
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .for_you_icon_div.bot-left {
    height: auto;
    padding: 50px 12px 12px;
    position: static;
  }

  .for_you_icon_div.bot-right,
  .for_you_icon_div.top-left,
  .for_you_icon_div.top-right {
    position: static;
  }

  .for_you_icon {
    margin-bottom: 0;
  }

  .for_you_iamge {
    margin-top: 0;
  }

  .globe_animation_right.is-business {
    max-width: 60vw;
    right: -20%;
  }

  .globe_animation_right.is-government {
    display: block;
  }

  .form_vertical_wrapper {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .moving_div {
    width: 600px;
    white-space: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 12.5px;
    padding-right: 12.5px;
  }

  .partner_logo {
    max-height: 80%;
    max-width: 60%;
  }

  .for_you_icon_blue {
    height: 6em;
  }

  .location_wrapper {
    display: none;
  }

  .contact_hero_image {
    margin-top: -.7em;
  }

  .coursinity_wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .coursinity_small {
    min-height: 12px;
  }

  .filter-form {
    width: 100%;
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .filter-form-wrapper {
    width: 100%;
  }

  .coursinity_hero {
    height: 25vh;
  }

  .background_video {
    width: 70%;
    left: 0;
  }

  .background_overlay {
    background-image: radial-gradient(circle closest-side at 35%, rgba(23, 35, 61, 0), #17233d 100%, #17233d);
  }

  .coursinity_logo {
    max-width: 50%;
  }

  .left_video {
    width: 100%;
    height: 235px;
  }
}

/*modal form*/
.specilazationForm {
  background: transparent !important;
  margin: auto !important;
  border-radius: 20px !important;
  z-index: 1;
  position: relative;
  text-align:right;
  direction: rtl;
}

.specilazationForm form {
  display: flex !important;
  justify-content: center;
  padding: 0px !important;
}
._form-content ._form_element ._field-wrapper input[type="text"], ._field-wrapper {
  width: 100% !important;
  margin-top: -21px;
}
.specilazationForm ._form_element input[type="text"] {
  border-radius: 0 !important;
  /* border: none !important; */
  font-size: 16px !important;
  font-family: "Montserrat" !important;
}

.specilazationForm ._submit {
  min-width: 200px;
  min-height: 50px;
  font-size: 20px !important;
  font-family: "Ge ss text" !important;
}

.BookingForm h2 {
  position: relative;
  z-index: 99;
}

._form-content {
  background-color: transparent !important;
  width: calc(100% - 70px);
  display: inline-block;
  margin: auto !important;
}

._form-content #phone {
  direction: ltr;
}

._form_element * {
  font-family: "Ge ss text" !important;
  font-size: 20px !important;
  line-height: 24.9px !important;
  font-weight: 500 !important;
}

._field-wrapper {
  width: 196px;

}

._ input {
  border: 1px solid transparent !important;
}

input {
  text-align: right;
  direction: rtl;
  font-family: "Ge ss text" !important;
  font-family: "Ge ss text" !important;
}

._submit {
  padding: 10px 25px !important;
  margin-top: 20px !important;
  border: none !important;
  background-color: #1E8DC2 !important;
}

._form-content ._form_element ._field-wrapper input[type="text"] {
  width: 195px;
  height: 60px !important;
  font-family: "Ge ss text" !important;
}

._form-thank-you {
  color: #fff;
  font-size: 30px !important;
}
._form-content ._form_element:first-child ._field-wrapper input[type="text"] {
  border-radius: 90px 0px 0px 90px !important;
}
._form-content ._form_element:nth-last-child(4) ._field-wrapper input[type="text"] {
  border-radius: 0px 90px 90px 0px !important;
}
._form_element, .contactform ._form_element {
  margin-right: 4px !important;
  margin-left: 0 !important;
}
#_form_64E84B3997CB7_{
  margin:0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .specilazationForm ._form-content ._form-label {
    display: none !important;
    border: 1px solid red;
  }

  ._form-content ._form_element:nth-child(6) ._field-wrapper input[type="text"] {
    border-radius: 0px 0px 10px 10px !important;
  }

  ._form-content ._form_element:nth-child(1) ._field-wrapper input[type="text"] {
    border-radius: 10px 10px 0px 0px !important;
  }

  ._form_element {
    margin: 0 !important;
  }

  .coursinity_footer_links_wrapper {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
    width: 100%;
  }

  .coursinity_footer_links_wrapper li {
    margin: .5rem;
    align-items: flex-start;
  }

  .coursinity_footer_link {
    margin: 0;
  }

  .coursinity_footer_links_wrapper .circle_div {
    position: relative;
    top: 5px;
    right: -12px;
    margin: 0;
  }

  .close_button_popup{
    top:3rem;
    right:1.5rem;
  }
  #_form_64E841BDC1A94_{
    padding: 0 !important;
  }
  .popup_content_wrapper{
    padding-bottom: 20px;
  }
}
/**/


@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BoldItalic.ttf') format('truetype'), url('../fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ge ss text';
  src: url('../fonts/GE_SS_Text_Light_Italic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Ge ss text';
  src: url('../fonts/GE_SS_Text_Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ge ss text';
  src: url('../fonts/GE_SS_Text_Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ge ss text';
  src: url('../fonts/GE_SS_Text_Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ge ss text';
  src: url('../fonts/GE_SS_Text_UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

.custom_font {
	font-size: 1.3em !important;
}

/* Custom contact form start*/
.popup_text {
  width: 100%;
}

.bookingTitle {
	direction: rtl;
  font-family: Ge ss text, sans-serif;
}

.formStyling{
	justify-content:center;
  display: flex;
}
.formStyling .inputText .form-control {
	height: 60px;
	width:180px;
	border: 1px solid #ccc;
	margin: 0 1px;
	text-align: right;
  padding: 10px;
  font-size: 16px;
}
.formStyling .inputText select {
	border: 1px solid #ccc;
	color: #7A7A7A;
	text-align: right;
	font-size: 16px;
  height: 60px;
  min-width: 150px;
}
.formStyling input[type=tel]:focus {
	outline: none;
}
.formStyling .inputWrapper:first-child .inputText .form-control {
	border-radius: 90px 0 0 90px;
}

.formStyling .inputWrapper:last-child .inputText .form-control {
	border-radius: 0 90px 90px 0;
}
.formStyling input[type=text]:focus {
	outline: none;
}
.formStyling .form-control:focus {
	box-shadow: none;
}
.formStyling .inputBox{
	padding:0;
}
.b2c_custom_contact_form .d-flex {
  display: flex;
}
.b2c_custom_contact_form .justify-content-center {
  justify-content: center;
}
.b2c_custom_contact_form .blue-btn {
  background: #32A1D6;
  text-align: center;
  width: 85px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  padding: 8px;
  margin-top: 30px;
}
@media  screen and (max-width: 800px) {
  .formStyling {
    flex-direction: column-reverse;
  }
  .formStyling .inputWrapper:first-child .inputText .form-control {
    border-radius: 0 0 10px 10px;
}
.formStyling .inputWrapper:last-child .inputText .form-control {
    border-radius: 10px 10px 0 0;
}
.formStyling .inputText .form-control {
    width: 100%;
  margin: 0;
  border-top: 1px solid #ccc;
}
.formStyling .inputText {
  width: 100%;
}
.formStyling .inputBox {
  height: auto;
}
.formStyling .inputWrapper {
  width: 100%;
  padding: 0;
}
.formStyling .inputText select {
  width: 100%;
  margin: 0;
  border-top: 1px solid #ccc;
}
.formStyling .iti {
  width: 100%;
}
}
/* Custom contact form end */

