:root {
  --white: white;
  --black: black;
}

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

.hero {
  background-color: #1c252d;
  background-image: url('../images/top.jpg');
  background-position: 50% 30%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 40vh;
  display: flex;
  position: relative;
}

.top_bar {
  z-index: 10;
  opacity: 1;
  white-space: normal;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  display: none;
  position: fixed;
}

.her_txt_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 1vh;
  margin-bottom: 1vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.head_holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.head_holder.top {
  flex-direction: column;
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 88px;
}

.head_holder.whoarewe {
  padding-top: 48px;
}

.hero_txt_holder {
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: visible;
}

.txt_head {
  color: #2c2c2c;
  letter-spacing: .7px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.txt_head.white {
  color: #fff;
}

.txt_head.small {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.txt_head.small.white {
  font-size: 23px;
  font-weight: 300;
}

.invisibler {
  height: 1px;
}

.txt_top {
  color: #9ab2bd;
  letter-spacing: .5px;
  width: 100%;
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 23px;
}

.stripie {
  background-color: #11b9ab;
  justify-content: center;
  width: 130px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.stripie.dark {
  background-color: #d1fffb;
  margin-top: 30px;
}

.wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 4vh;
  padding-bottom: 4vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper.white {
  background-color: #f0f0f0;
  padding-top: 7vh;
  display: none;
}

._1100_holder {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 1100px;
  min-width: auto;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

._1100_holder.stripes {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 30px;
  line-height: 35px;
}

._1100_holder.services {
  width: 1130px;
}

.txt_subhead {
  color: #fff;
  letter-spacing: .7px;
  background-color: #33b0a6;
  margin-top: 7vh;
  margin-bottom: 2.5vh;
  padding: 8px 13px 10px;
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-weight: 300;
}

.tiny_txt_holder {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.tiny_txt_holder.lighter {
  margin-bottom: 10px;
}

.txt_tiny {
  color: #000;
  text-align: left;
  letter-spacing: .3px;
  background-color: rgba(255, 255, 255, .58);
  max-height: 70%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.txt_tiny.light {
  color: #34454b;
  letter-spacing: .4px;
  margin-left: 0;
  font-size: 12px;
  font-weight: 400;
}

.txt_tiny.ico {
  padding-left: 18px;
  padding-right: 18px;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 8px;
}

.image.absolute {
  position: absolute;
  top: auto;
  bottom: 29px;
  left: 49%;
  right: 0%;
}

.our_approach_wrapper {
  background-color: #33b0a6;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  min-height: 550px;
  padding-top: 5vh;
  padding-bottom: 10vh;
  display: flex;
}

.footer {
  background-color: #131b21;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.approach_icons_wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin-top: 4.5vh;
  display: flex;
}

.approach_icons-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  display: flex;
}

.approach_icons-holder.unique {
  padding-top: 0;
  padding-bottom: 0;
}

.img_ico_approach {
  opacity: .8;
  color: #2c2c2c;
  padding-top: 0;
}

.img_ico_approach.unique {
  margin-bottom: 5px;
}

.img_ico_approach.last {
  margin-bottom: 5px;
  padding: 2px;
}

.txt_approach {
  color: #081010;
  text-align: left;
  letter-spacing: 1px;
  max-width: 230px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.txt_approach._2liner {
  text-align: left;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.txt_approach.plus, .txt_approach.last {
  text-align: left;
  margin-bottom: 20px;
}

.img_plus_light {
  display: block;
}

.stripe_dark {
  background-image: url('../images/stripe01.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 600px;
  padding-top: 0;
  display: flex;
}

.txt_stripes {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  max-width: none;
  font-family: Lato, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.txt_stripes.longer {
  max-width: 680px;
  padding-right: 78px;
  font-weight: 700;
}

.txt_sub {
  color: #424242;
  letter-spacing: .45px;
  background-color: rgba(255, 255, 255, .45);
  margin-top: 45px;
  margin-bottom: 7vh;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
}

.stripe_light {
  background-image: url('../images/stripe02.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.yt_holder {
  background-image: url('../images/yt_blue.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 113px;
  height: 73px;
  margin-right: 0;
  display: flex;
}

.yt_button {
  opacity: 0;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 113px;
  height: 73px;
  transition: all .2s;
  display: flex;
}

.yt_button:hover {
  opacity: 1;
  transform: scale(1.1);
}

.yt-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 45px;
  display: flex;
}

.txt_watch {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-left: 3px;
  font-family: Lato, sans-serif;
  font-size: 11px;
}

.services_double_holder {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 7vh;
  display: flex;
}

.services_l_r {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .19);
  border-radius: 10px 10px 7px 7px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 49%;
  height: auto;
  min-height: 630px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px 8px rgba(0, 0, 0, .06);
}

.ico-cloud {
  width: 65px;
  margin-bottom: 11px;
}

.cloud_txt_holder {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5vh;
  padding-top: 35px;
  padding-left: 10px;
  display: flex;
}

.media_double_holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 9vh;
  margin-bottom: 40px;
  padding-bottom: 10px;
  display: flex;
}

.media_l_r {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.media_l_r.middle {
  margin-left: 50px;
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.img_laptop {
  z-index: 1;
  flex: 0 auto;
  width: 195px;
  height: auto;
  position: relative;
  box-shadow: -3px 15px 20px rgba(0, 0, 0, .23);
}

.img_ipad {
  z-index: 1;
  cursor: pointer;
  height: 200px;
  margin-top: 13px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.laptop_holder {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.ipad_holder {
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 100%;
  display: flex;
  position: relative;
}

.ipad_holder.mid {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.img_pointer {
  z-index: 2;
  width: 80px;
  position: absolute;
  top: 50px;
  bottom: auto;
}

.img_yt {
  z-index: 2;
  width: 100px;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: 36%;
  right: 0%;
}

.navig_dtp {
  z-index: 1;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

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

.navig_dtp_items {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  display: flex;
}

.navig_dtp_button {
  color: #fff;
  letter-spacing: .6px;
  background-color: #1b222c;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.navig_dtp_button:hover {
  background-color: #33b0a6;
}

.navig_dtp_button.w--current {
  color: #fff;
  text-decoration: underline;
}

.ico_dbl_holder {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2.5vh;
  display: flex;
}

.logo_trigger {
  z-index: 2;
  cursor: pointer;
  background-color: #1b222c;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.img_logo_s {
  width: 20px;
  height: 20px;
}

.img_close {
  z-index: 3;
  border-radius: 0;
  position: absolute;
}

.hamburger {
  display: none;
}

.txt_email {
  color: #fff;
  letter-spacing: 1.8px;
  border: 1px #000;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 300;
  text-decoration: none;
  transition: all .2s;
}

.txt_email:hover {
  background-color: #0ba093;
  border-radius: 5px;
  padding: 3px 14px 4px;
  transform: scale(1.07);
}

.footer_logo_holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.footer_logo_holder.donate {
  display: none;
}

.footer_logo_holder.text {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 100px;
  margin-top: 20px;
}

.txt_copyright {
  color: rgba(255, 255, 255, .39);
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.services_header {
  background-color: #33b0a6;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.separator {
  width: 2%;
}

.overlay {
  z-index: 1;
  background-color: #1c252d;
  background-image: url('../images/top.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.tiny_txt_wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.all_wrapper {
  filter: none;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.qr_wrapper {
  z-index: 11;
  opacity: 1;
  background-color: rgba(0, 0, 0, .65);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.qr_holder {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 420px;
  height: 450px;
  padding-top: 26px;
  display: flex;
  position: relative;
  box-shadow: 0 9px 20px 6px rgba(0, 0, 0, .17);
}

.close {
  z-index: 2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close:hover {
  transform: scale(1.3);
}

.img_close_qr {
  z-index: 3;
  border-radius: 0;
  position: absolute;
}

.bottom_l_r-_holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom-dbl_holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  display: flex;
}

.txt_donate {
  color: #fff;
  letter-spacing: 1.8px;
  border: 1px solid rgba(17, 185, 171, .5);
  border-radius: 6px;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 7px 20px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.txt_donate:hover {
  background-color: #0ba093;
  border-radius: 7px;
  padding: 6px 24px 7px;
  transform: scale(1.1);
}

.image-6 {
  height: 120%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-7 {
  opacity: .78;
  white-space: normal;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.txt_donation {
  letter-spacing: .8px;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.txt_donation.normal {
  color: #0da094;
  margin-top: 20px;
  margin-bottom: 24px;
  font-weight: 400;
}

.img_btc {
  width: 30px;
  margin-bottom: 17px;
}

.tiny_txt_ico_holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 170px;
  margin-bottom: 8px;
  display: flex;
}

.tiny_txt_ico_wrapper {
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.img_ico_light {
  margin-bottom: 28px;
}

.ico_dbl_holder_5 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  margin-top: 38px;
  display: flex;
}

.ico_dbl_holder_5.mid {
  width: 100%;
  margin-top: 0;
}

.ico_dbl_holder_5.mid.change_icon {
  background-color: rgba(0, 0, 0, 0);
}

.form-3 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 2px;
  display: flex;
}

.st_logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 255px;
  display: flex;
}

.st_bottom_message {
  color: #5e686e;
  text-align: left;
  letter-spacing: .9px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: all .18s ease-out;
  display: flex;
}

.st_bottom_message:hover {
  color: #61bead;
  text-decoration: underline;
}

.st_htp_input_field {
  color: #bad5d6;
  letter-spacing: .7px;
  background-color: #4b5659;
  border: 1px solid #4b5659;
  border-radius: 3px;
  width: 271px;
  height: 33px;
  margin-bottom: 0;
  margin-right: 12px;
  font-family: Lato, sans-serif;
}

.st_htp_form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  padding-left: 11px;
  padding-right: 11px;
  display: flex;
}

.st_prompt {
  color: #5e686e;
  letter-spacing: 11px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 10px;
}

.content_holder_special {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  min-height: auto;
  display: flex;
}

.body_login {
  background-color: #1f2325;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit_btn {
  color: #727f87;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #30514e;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 33px;
  padding: 6px 0 9px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  transition: all .18s ease-out;
  display: flex;
}

.submit_btn:hover {
  color: #fff;
  background-color: #25948a;
  border-color: #25948a;
}

.text-block {
  text-decoration: none;
}

.img_logo_footer2 {
  width: 50%;
}

.img_logo2 {
  z-index: 2;
  width: 160px;
  margin-top: 94px;
  padding-bottom: 0;
  position: relative;
}

.nt_logo {
  width: 100px;
}

.pdf_image {
  width: 200px;
  max-width: none;
}

.txt_download {
  opacity: 0;
  color: #141a1e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.pdf_download_holder {
  position: relative;
}

.pdf_icon {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .23);
}

._1100-wrapper {
  align-items: center;
  width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.atollan-corporate-consulting {
  background-color: #33b0a6;
  background-image: linear-gradient(#33b0a6, #fff);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  width: 100%;
  padding-top: 20px;
}

.txt-s2 {
  text-align: center;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

.txt-title {
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.s2-stripie {
  background-color: #11b9ab;
  width: 130px;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.s2-box-wrapper-1, .s2-box-wrapper-2, .s2-box-wrapper-3 {
  background-color: #fff;
  border: 1px solid #f7fffe;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 0 25px 8px rgba(0, 0, 0, .09);
}

.txt-approach-title {
  margin-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.wrapper-roadmap {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: none;
  position: relative;
  overflow: hidden;
}

.wrapper-roadmap.white {
  background-color: #f0f0f0;
  padding-top: 7vh;
}

.div-block {
  display: flex;
}

.roadmap-1-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-8 {
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

._1100_holder-roadmap {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 1100px;
  min-width: auto;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

._1100_holder-roadmap.stripes {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 30px;
  line-height: 35px;
}

._1100_holder-roadmap.services {
  width: 1130px;
}

.image-9 {
  margin-top: 10px;
}

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

.tiny_txt_ico_wrapper-s2 {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.key-features_holder {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.key-features_holder.top {
  flex-direction: column;
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 88px;
}

.text-block-2 {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.key-features-sub {
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.about-us-sub {
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.grid-2 {
  grid-column-gap: 91px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  align-items: start;
  width: 100%;
  margin-top: 19px;
}

.team-holder {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.image-11 {
  width: 100%;
}

.avatar-img {
  width: 100px;
}

.team-name {
  color: #17b8a9;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}

.team-description {
  font-size: 12px;
}

.team-title {
  font-weight: 700;
}

.div-block-2 {
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  display: flex;
}

.roadmap_holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.roadmap_holder.top {
  flex-direction: column;
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 88px;
}

.pdf_image_onepager {
  width: 288px;
  max-width: none;
}

.pdf_icon_onepager {
  filter: hue-rotate(285deg);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pdf_download_holder_onepager {
  position: relative;
}

.stripie-2 {
  background-color: #11b9ab;
  width: 130px;
  height: 5px;
  margin-top: 25px;
}

.grid-3 {
  width: 100%;
}

.image-12 {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.image-13 {
  height: 50px;
  margin-top: 15px;
  margin-bottom: 20px;
  display: block;
}

.image-14 {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 15px;
}

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

.image-15 {
  width: 350px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
}

.grid-features {
  width: 100%;
  display: flex;
}

.img_laptop-demo {
  z-index: 1;
  flex: 0 auto;
  height: auto;
  position: relative;
  box-shadow: 0 15px 20px rgba(0, 0, 0, .23);
}

.img_pointer-demo {
  z-index: 2;
  width: 80px;
  position: absolute;
  top: 50px;
  bottom: auto;
}

.laptop_holder-demo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.txt_head-copy {
  color: #2c2c2c;
  letter-spacing: .7px;
  margin-top: 6px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.txt_head-copy.white {
  color: #fff;
}

.txt_head-copy.small {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.txt_head-copy.small.white {
  font-size: 23px;
  font-weight: 300;
}

.line {
  background-color: #11b9ab;
  width: 130px;
  height: 5px;
  margin-top: 25px;
}

.div-block-5 {
  color: #969696;
  border-right: 1px solid #b6b6b6;
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.div-block-6 {
  justify-content: space-around;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.div-block-7 {
  background-color: #8b8b8b;
  width: 2px;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.div-block-8 {
  width: 100%;
  display: flex;
}

.media-wrapper {
  width: 100%;
  height: 220px;
  display: flex;
}

.div-block-9 {
  width: 50%;
}

.titles-media-wrapper {
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-block-3, .text-block-4 {
  letter-spacing: 10px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.div-block-10 {
  justify-content: center;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.div-block-11 {
  border-right: 1px solid #b6b6b6;
  justify-content: center;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.video-pad-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 60px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.txt_video-2 {
  opacity: 0;
  color: #242e35;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.text-block-5 {
  color: #141a1e;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.grid-5, .grid-5-small {
  display: none;
}

.head_holder-key-features {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.head_holder-key-features.top {
  flex-direction: column;
  width: 30%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 88px;
}

.txt_head-key-fearures {
  color: #2c2c2c;
  letter-spacing: .7px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.txt_head-key-fearures.white {
  color: #fff;
}

.txt_head-key-fearures.small {
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}

.txt_head-key-fearures.small.white {
  font-size: 23px;
  font-weight: 300;
}

.div-block-14 {
  width: 100%;
  margin-top: 9vh;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-media {
  background-color: #fafafa;
  flex-direction: column;
  align-items: center;
  margin-top: -106px;
  padding-top: 4vh;
  padding-bottom: 9vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-media.white {
  background-color: #f0f0f0;
  padding-top: 7vh;
  display: none;
}

.wrapper-keyfeatures {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 8vh;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-keyfeatures.white {
  background-color: #f0f0f0;
  padding-top: 7vh;
  display: none;
}

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

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

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

.bold-text-2 {
  color: #fff;
}

.bold-text-4, .bold-text-5 {
  color: #2c2c2c;
  font-size: 20px;
}

.bold-text-6 {
  font-size: 24px;
}

.the-industries-we-serve {
  grid-column-gap: 80px;
  background-image: url('../images/stripe01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  min-height: 478px;
  padding: 140px 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 350px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 810px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper {
  mix-blend-mode: overlay;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper.small {
  mix-blend-mode: soft-light;
  width: 130px;
}

.error-169c96b6-0e5e-9f63-bd91-cae690877bc2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-0 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.advisory-services {
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 24px;
  text-decoration: none;
  display: flex;
}

.container-2 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.frame-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.columns {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
}

.info {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.frame-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.desc {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.desc.dark {
  color: #2c2c2c;
}

.card-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 350px;
  display: flex;
}

.card-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 796px;
  height: 240px;
  text-decoration: none;
  display: flex;
}

.card-4 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  display: flex;
}

.core-values {
  grid-row-gap: 64px;
  background-color: #129288;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 100px 24px;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.columns-2 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.confidentialy {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.info-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.frame-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.columns-3 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #2c2c2c;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
  display: block;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.columns-4 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-6 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  padding: 40px 20px;
  transition: box-shadow .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.card-6:hover {
  box-shadow: 0 2px 18px 3px rgba(197, 197, 197, .2);
}

.info-3 {
  grid-row-gap: 24px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-5 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-2 {
  color: #33b0a6;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-6 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.name-3 {
  color: #11b9ab;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.columns-5 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.card-7 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  transition: box-shadow .5s;
  display: flex;
}

.card-7:hover {
  box-shadow: 0 2px 18px 3px rgba(197, 197, 197, .2);
}

.bold-text-10 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.container-3 {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: 1200px;
  height: auto;
  text-decoration: none;
  display: flex;
}

.column-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-5 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-2 {
  color: #fff;
  text-align: center;
  flex-flow: column;
  align-self: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.hero-heading-right-2 {
  grid-column-gap: 80px;
  background-image: url('../images/top.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 628px;
  padding: 64px 24px;
  text-decoration: none;
  display: flex;
}

.container-4 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 500px;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 314px;
  text-decoration: none;
  display: flex;
}

.intro-logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 194px;
  height: 196.226px;
  text-decoration: none;
  display: flex;
}

.column-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.intro-divider {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.intro-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.who-are-we {
  grid-column-gap: 80px;
  background-image: url('../images/bg-weare.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 478px;
  padding: 140px 24px;
  text-decoration: none;
  display: flex;
}

.column-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  text-decoration: none;
  display: flex;
}

.content-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  text-decoration: none;
  display: flex;
}

.text-8 {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 158px;
  height: 4px;
  text-decoration: none;
  display: flex;
}

.text-9 {
  color: #000;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-0 {
  color: #2c2c2c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-1 {
  color: #2c2c2c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-2 {
  grid-row-gap: 24px;
  background-color: #131b21;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 24px 20px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.columns-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
  text-decoration: none;
  display: flex;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516 {
  text-align: left;
  flex-flow: column;
  font-family: Lato, sans-serif;
  font-weight: 400;
  display: flex;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-0 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.columns-7 {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.salary {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 24px;
  display: flex;
}

.info-4 {
  grid-row-gap: 24px;
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-6 {
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.rocket {
  object-fit: cover;
}

.frame-7 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.description-2 {
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-3 {
  grid-column-gap: 48px;
  background-color: #131b21;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 48px 24px;
  text-decoration: none;
  display: flex;
}

.frame-8 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 52px;
  text-decoration: none;
  display: flex;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-email-contact-atollan-com-0 {
  color: #52bbb5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-email-contact-atollan-com-1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-email-contact-atollan-com-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-email-contact-atollan-com-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.quick-stack {
  background-color: #131b21;
}

.text-block-7 {
  font-family: Lato, sans-serif;
  font-weight: 300;
  line-height: 14px;
}

.frame-9 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 858px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  text-decoration: none;
  display: flex;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-email-contact-atollan-com-5 {
  color: #52bbb5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-email-contact-atollan-com-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-email-contact-atollan-com-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.atollan-llc-license-2326507-01-address-sharjah-media-city-al-messaned-sharjah-uae-phone-971-52-515-1516-email-contact-atollan-com-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.paragraph {
  color: #fff;
  font-family: Lato, sans-serif;
}

.bold-text-16 {
  color: #33b0a6;
  font-family: Lato, sans-serif;
}

.premium, .company, .risk, .legal, .import {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 24px;
  display: flex;
}

.h1-corporate {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  text-decoration: none;
  display: flex;
}

.intro-header {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.descriptioncore, .descdark {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.descdark.dark {
  color: #2c2c2c;
}

.excellence, .integrity, .collaboration, .innovation, .client-centric {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .container-2 {
    grid-row-gap: 32px;
  }

  .container-3 {
    width: 100%;
  }

  .column-2, .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-4 {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
  }

  .withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-0 {
    text-align: center;
    height: 49%;
  }

  .withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-1 {
    text-align: center;
  }

  .columns-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .h1-corporate {
    padding-left: 0;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    height: 47vh;
  }

  .txt_top {
    font-size: 16px;
  }

  .stripie.dark {
    background-color: #d1fffb;
    height: 4px;
  }

  .wrapper.plus {
    padding-bottom: 8vh;
  }

  .img_ico_approach {
    opacity: 1;
    mix-blend-mode: normal;
  }

  .img_laptop {
    box-shadow: -3px 15px 20px rgba(0, 0, 0, .23);
  }

  .ico_dbl_holder {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 2.5vh;
  }

  .footer_logo_holder {
    text-align: left;
    margin-top: 0;
  }

  .footer_logo_holder.text {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 400px;
    height: 100px;
    margin-bottom: 0;
  }

  .bottom_l_r-_holder {
    flex-flow: column;
  }

  .st_bottom_message {
    color: #5e6e6d;
    transition-duration: .18s;
  }

  .st_bottom_message:hover {
    color: #61bead;
    text-decoration: underline;
  }

  .st_htp_input_field {
    color: #bad5d6;
    letter-spacing: .7px;
    font-family: Lato, sans-serif;
  }

  .submit_btn:hover {
    background-color: #25948a;
    border-color: #25948a;
  }

  .img_logo_footer2 {
    width: 70px;
  }

  .atollan-corporate-consulting {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .grid {
    padding-top: 20px;
  }

  .txt-s2 {
    text-align: center;
  }

  .img_laptop-demo {
    box-shadow: 0 15px 20px rgba(0, 0, 0, .23);
  }

  .img_pointer-demo {
    margin-top: -6px;
    padding-top: 0;
  }

  .div-block-5 {
    border-right-color: rgba(182, 182, 182, .5);
  }

  .div-block-6 {
    padding-left: 6px;
  }

  .div-block-11 {
    border-right-color: rgba(182, 182, 182, .5);
  }

  .text-block-5 {
    margin-top: 20px;
  }

  .bold-text {
    color: #2c2c2c;
  }

  .text-block-6 {
    color: #fff;
  }

  .bold-text-3 {
    color: var(--white);
  }

  .bold-text-4, .bold-text-5 {
    font-size: 20px;
  }

  .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
    font-size: 24px;
  }

  .the-industries-we-serve {
    background-image: url('../images/stripe01.jpg');
    justify-content: center;
    align-items: center;
    max-width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .content {
    height: 100%;
  }

  .vectors-wrapper {
    color: rgba(255, 255, 255, .15);
    mix-blend-mode: overlay;
  }

  .advisory-services {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .container-2 {
    grid-row-gap: 26px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-2 {
    padding-left: 0;
  }

  .desc {
    color: #fff;
    font-family: Lato, sans-serif;
  }

  .desc.dark {
    color: #000;
  }

  .core-values {
    background-color: #129288;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .text-3 {
    color: #fff;
  }

  .confidentialy {
    background-color: rgba(255, 255, 255, 0);
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    padding: 10px 0;
  }

  .confidentialy:hover {
    border: 1px rgba(255, 255, 255, .4);
  }

  .info-2 {
    grid-row-gap: 16px;
    align-self: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-4 {
    color: #030303;
  }

  .columns-4 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: flex-start;
  }

  .card-6 {
    justify-content: flex-start;
    align-items: center;
    transition: box-shadow .5s;
  }

  .card-6:hover {
    box-shadow: 0 2px 18px 20px rgba(230, 230, 230, .2);
  }

  .bold-text-10 {
    color: #fff;
    font-family: Lato, sans-serif;
  }

  .bold-text-11, .bold-text-12, .bold-text-13, .bold-text-14, .bold-text-15 {
    color: #2c2c2c;
  }

  .text-5 {
    font-family: Lato, sans-serif;
  }

  .vectors-wrapper-7 {
    height: 4px;
  }

  .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-2 {
    flex-flow: column;
    display: flex;
  }

  .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-3 {
    padding-top: 24px;
  }

  .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-4 {
    align-self: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
    font-family: Lato, sans-serif;
  }

  .hero-heading-right-2 {
    max-width: 100%;
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .who-are-we {
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .content-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 100%;
  }

  .text-8 {
    font-family: Lato, sans-serif;
  }

  .withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-0 {
    text-align: center;
    padding-top: 24px;
    font-family: Lato, sans-serif;
  }

  .withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-1 {
    text-align: center;
    font-family: Lato, sans-serif;
  }

  .columns-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .salary {
    font-family: Lato, sans-serif;
  }

  .bold-text-17 {
    color: #2c2c2c;
  }

  .premium, .company, .risk, .legal, .import {
    font-family: Lato, sans-serif;
  }

  .h1-corporate {
    padding-left: 0;
  }

  .descriptioncore {
    color: #fff;
    font-family: Lato, sans-serif;
  }

  .descriptioncore.dark {
    color: #000;
  }

  .descdark {
    color: #fff;
    font-family: Lato, sans-serif;
  }

  .descdark.dark {
    color: #000;
  }

  .excellence {
    background-color: rgba(255, 255, 255, 0);
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    padding: 10px 0;
  }

  .excellence:hover {
    border: 1px rgba(255, 255, 255, .4);
  }

  .integrity {
    background-color: rgba(255, 255, 255, 0);
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    padding: 10px 0;
  }

  .integrity:hover {
    border: 1px rgba(255, 255, 255, .4);
  }

  .collaboration {
    background-color: rgba(255, 255, 255, 0);
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    padding: 10px 0;
  }

  .collaboration:hover {
    border: 1px rgba(255, 255, 255, .4);
  }

  .innovation {
    background-color: rgba(255, 255, 255, 0);
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    padding: 10px;
  }

  .innovation:hover {
    border: 1px rgba(255, 255, 255, .4);
  }

  .client-centric {
    background-color: rgba(255, 255, 255, 0);
    flex: 1;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    padding: 10px 0;
  }

  .client-centric:hover {
    border: 1px rgba(255, 255, 255, .4);
  }
}

@media screen and (max-width: 991px) {
  .hero {
    background-position: 50% 120%;
    justify-content: space-between;
    height: 500px;
    position: relative;
  }

  .top_bar {
    z-index: 10;
    height: 50px;
    margin-bottom: 81px;
  }

  .her_txt_wrapper {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .head_holder.top {
    width: auto;
    padding-bottom: 18px;
    display: flex;
  }

  .hero_txt_holder {
    width: auto;
  }

  .txt_head {
    letter-spacing: .6px;
    font-size: 25px;
  }

  .txt_head.white {
    letter-spacing: 1px;
    line-height: 35px;
  }

  .txt_head.small.white {
    font-size: 20px;
  }

  .txt_top {
    color: #a9c9d8;
    text-align: left;
    margin-top: 32px;
    font-size: 13px;
    line-height: 25px;
  }

  .stripie {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .wrapper {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .wrapper.white {
    padding-top: 40px;
  }

  ._1100_holder {
    width: 100%;
    min-width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._1100_holder.stripes {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  ._1100_holder.stripes.light {
    padding-top: 13px;
  }

  ._1100_holder.approach {
    margin-bottom: 20px;
  }

  ._1100_holder.services {
    width: 100%;
  }

  .txt_subhead {
    margin-top: 45px;
    margin-bottom: 30px;
    padding: 6px 10px 9px;
    font-size: 20px;
  }

  .tiny_txt_holder {
    margin-bottom: 14px;
  }

  .txt_tiny {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    line-height: 19px;
  }

  .txt_tiny.ico {
    text-align: center;
    display: block;
  }

  .our_approach_wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .footer {
    background-color: #131b21;
    height: 400px;
    display: flex;
  }

  .approach_icons_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 0;
  }

  .approach_icons-holder {
    width: 50%;
    max-width: 250px;
    margin-bottom: 40px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .txt_approach {
    max-width: none;
    margin-top: 15px;
  }

  .txt_approach._2liner {
    margin-top: 11px;
    margin-bottom: 19px;
  }

  .txt_approach.plus {
    margin-top: 11px;
  }

  .txt_approach.last {
    margin-top: 7px;
  }

  .txt_stripes {
    text-align: left;
    letter-spacing: .7px;
    max-width: 780px;
    margin-bottom: 60px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
  }

  .txt_stripes.longer {
    max-width: 500px;
    margin-bottom: 39px;
    padding-right: 0;
  }

  .txt_sub {
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 57px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
  }

  .yt-wrapper {
    height: auto;
    padding-top: 0;
  }

  .services_double_holder {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .services_l_r {
    align-items: flex-start;
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
    line-height: 10px;
  }

  .ico-cloud {
    margin-bottom: 10px;
  }

  .cloud_txt_holder {
    align-items: flex-start;
    width: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 7px;
    padding-left: 18px;
    padding-right: 30px;
  }

  .media_double_holder {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    display: none;
    position: static;
  }

  .media_l_r {
    width: auto;
    margin-bottom: 56px;
  }

  .media_l_r.middle {
    margin-bottom: 0;
    margin-left: 20px;
  }

  .img_laptop {
    width: 100%;
    margin-top: 21px;
  }

  .img_ipad {
    height: 255px;
  }

  .laptop_holder {
    flex-wrap: nowrap;
    width: 400px;
    margin-bottom: 70px;
  }

  .ipad_holder {
    margin-bottom: 37px;
  }

  .img_pointer {
    flex: 0 auto;
    margin-top: 16%;
    display: block;
  }

  .img_yt {
    left: 39%;
  }

  .navig_dtp {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: none;
  }

  .navig_dtp_holder {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 60px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .navig_dtp_items {
    background-color: #11b9ab;
    width: 100%;
    margin-top: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navig_dtp_button {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 21px;
    margin-bottom: 21px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
  }

  .navig_dtp_button.w--current {
    color: rgba(255, 255, 255, .6);
  }

  .menu-button-2 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    margin-right: -18px;
    transition: all .2s;
    position: static;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .menu-button-2:hover, .menu-button-2.w--open {
    background-color: #11b9ab;
  }

  .ico_dbl_holder {
    justify-content: space-around;
    width: 100%;
    margin-top: 20px;
    padding-left: 90px;
    padding-right: 90px;
  }

  .logo_trigger {
    display: none;
  }

  .hamburger {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .hamburger-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 50px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .nav-menu-2 {
    background-color: #151e23;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-link-2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    font-family: Lato, sans-serif;
    font-size: 11px;
    font-weight: 400;
    display: flex;
  }

  .nav-link-2:hover {
    background-color: #11b9ab;
  }

  .nav-link-2.w--current {
    color: rgba(255, 255, 255, .6);
  }

  .hamburger_button {
    color: #fff;
    background-color: #11b9ab;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .hamburger_button.w--open {
    background-color: #11b9ab;
    width: 50px;
    height: 50px;
    padding-top: 0;
    padding-left: 0;
  }

  .img_hamburger {
    width: 35px;
    height: 35px;
    margin-top: 8px;
    margin-left: 8px;
    padding-top: 0;
  }

  .footer_logo_holder {
    margin-top: 0;
  }

  .footer_logo_holder.text {
    margin-bottom: 0;
  }

  .services_header {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .close {
    display: flex;
  }

  .bottom-dbl_holder {
    flex-direction: column;
    width: 100%;
  }

  .tiny_txt_ico_holder {
    margin-bottom: 14px;
  }

  .tiny_txt_ico_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .ico_dbl_holder_5 {
    justify-content: space-around;
    width: 100%;
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .ico_dbl_holder_5.mid {
    width: auto;
  }

  .st_logo {
    width: 255px;
  }

  .img_logo_footer2 {
    width: 70px;
  }

  .img_logo2 {
    width: 800px;
    margin-top: 20px;
    margin-left: 0;
    padding-right: 40px;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .pdf_image {
    width: 100%;
  }

  .txt_download {
    opacity: 1;
  }

  .pdf_download_holder {
    width: 100%;
  }

  ._1100-wrapper {
    justify-content: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .atollan-corporate-consulting {
    padding: 100px 32px;
  }

  .grid {
    padding-top: 20px;
  }

  .txt-title {
    line-height: 35px;
  }

  .s2-stripie {
    margin-top: 15px;
  }

  .wrapper-roadmap {
    padding-top: 45px;
    padding-bottom: 50px;
  }

  .wrapper-roadmap.white {
    padding-top: 40px;
  }

  .roadmap-1-wrapper {
    width: 70%;
  }

  ._1100_holder-roadmap {
    width: 100%;
    min-width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  ._1100_holder-roadmap.stripes {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  ._1100_holder-roadmap.stripes.light {
    padding-top: 13px;
  }

  ._1100_holder-roadmap.approach {
    margin-bottom: 20px;
  }

  ._1100_holder-roadmap.services {
    width: 100%;
  }

  .tiny_txt_ico_wrapper-s2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .key-features_holder.top, .roadmap_holder.top {
    width: auto;
    padding-bottom: 18px;
    display: flex;
  }

  .pdf_image_onepager {
    width: 350px;
  }

  .stripie-2 {
    margin-top: 15px;
  }

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

  .img_laptop-demo {
    width: auto;
    height: 180px;
  }

  .laptop_holder-demo {
    width: 400px;
    margin-bottom: 60px;
  }

  .txt_head-copy {
    letter-spacing: .6px;
    font-size: 25px;
  }

  .txt_head-copy.white {
    letter-spacing: 1px;
  }

  .txt_head-copy.small.white {
    font-size: 20px;
  }

  .line {
    margin-top: 15px;
  }

  .div-block-5 {
    border: 1px #000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding-right: 0;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
  }

  .media-wrapper {
    justify-content: center;
    display: flex;
  }

  .video-pad-wrapper {
    flex-wrap: nowrap;
    width: 100%;
    margin-bottom: 58px;
  }

  .text-block-5 {
    margin-top: 20px;
  }

  .grid-5 {
    grid-column-gap: 11px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr minmax(1px, .25fr) 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 60px;
    display: grid;
  }

  .div-block-12 {
    color: #8e8e8e;
    background-color: rgba(210, 210, 210, 0);
    width: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

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

  .grid-5-small {
    grid-column-gap: 11px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr minmax(1px, .25fr) 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-top: 60px;
    display: none;
  }

  .head_holder-key-features.top {
    width: auto;
    padding-bottom: 18px;
    display: flex;
  }

  .txt_head-key-fearures {
    letter-spacing: .6px;
    font-size: 25px;
  }

  .txt_head-key-fearures.white {
    letter-spacing: 1px;
  }

  .txt_head-key-fearures.small.white {
    font-size: 20px;
  }

  .wrapper-media {
    margin-top: -99px;
    padding-top: 113px;
    padding-bottom: 50px;
  }

  .wrapper-media.white {
    padding-top: 40px;
  }

  .wrapper-keyfeatures {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .wrapper-keyfeatures.white {
    padding-top: 40px;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
  }

  .the-industries-we-serve {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .advisory-services {
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-2 {
    padding-left: 0;
  }

  .columns {
    flex-direction: column;
    align-items: center;
  }

  .core-values {
    grid-column-gap: 24px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .columns-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    align-items: center;
  }

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

  .columns-3 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: row;
    align-items: center;
  }

  .columns-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

  .card-6 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    height: auto;
  }

  .columns-5 {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .card-7 {
    height: auto;
  }

  .container-3 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }

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

  .text-5 {
    font-size: 36px;
  }

  .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-2 {
    width: 100%;
  }

  .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-3 {
    padding-top: 16px;
  }

  .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-4 {
    width: 100%;
  }

  .hero-heading-right-2 {
    padding-bottom: 100px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .container-4 {
    grid-row-gap: 64px;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    height: 100%;
  }

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

  .text-6 {
    text-align: left;
  }

  .intro-divider {
    height: 4px;
  }

  .intro-text {
    text-align: left;
    padding-right: 0;
  }

  .who-are-we {
    padding-left: 32px;
    padding-right: 32px;
  }

  .content-2 {
    width: 100%;
  }

  .text-8 {
    font-size: 36px;
  }

  .withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-0 {
    padding-top: 16px;
  }

  .footer-2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .columns-6 {
    flex-direction: column;
    align-items: center;
  }

  .columns-7 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-corporate {
    padding-left: 0;
  }

  .intro-header {
    text-align: left;
  }

  .excellence, .integrity, .collaboration, .innovation, .client-centric {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: auto;
  }

  .top_bar {
    height: 50px;
    margin-bottom: 0;
  }

  .her_txt_wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .head_holder.top {
    margin-top: 10px;
  }

  .txt_head {
    letter-spacing: .3px;
    font-size: 22px;
    line-height: 30px;
  }

  .txt_head.small {
    font-size: 22px;
  }

  .txt_head.small.white {
    font-size: 18px;
  }

  .txt_top {
    margin-top: 35px;
    margin-bottom: 45px;
    line-height: 20px;
  }

  .stripie.dark {
    margin-top: 15px;
  }

  .wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .wrapper.white {
    padding-bottom: 0;
  }

  ._1100_holder {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .tiny_txt_holder {
    margin-bottom: 12px;
  }

  .approach_icons_wrapper {
    max-width: none;
  }

  .approach_icons-holder {
    width: 50%;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .txt_sub {
    margin-bottom: 45px;
    line-height: 25px;
  }

  .stripe_light {
    margin-bottom: 20px;
  }

  .services_double_holder {
    margin-bottom: 30px;
  }

  .ico-cloud {
    width: 60px;
    margin-bottom: 3px;
  }

  .cloud_txt_holder {
    margin-top: 0;
  }

  .img_laptop {
    margin-top: 26px;
  }

  .img_pointer {
    margin-top: 3%;
  }

  .navig_dtp {
    justify-content: space-around;
  }

  .navig_dtp_holder {
    width: 100%;
    height: auto;
  }

  .menu-button-2 {
    margin-right: -18px;
  }

  .menu-button-2:hover {
    color: #11b9ab;
    background-color: rgba(0, 0, 0, 0);
  }

  .ico_dbl_holder {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger {
    justify-content: space-around;
  }

  .hamburger-container {
    width: 100%;
    height: 50px;
  }

  .hamburger_button {
    padding-top: 0;
    padding-left: 0;
  }

  .services_header {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .qr_wrapper {
    display: none;
  }

  .qr_holder {
    width: auto;
    height: auto;
    padding: 15px 20px 27px;
  }

  .bottom-dbl_holder {
    width: 100%;
  }

  .img_qr {
    width: 220px;
  }

  .txt_donation.normal {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .img_btc {
    margin-bottom: 9px;
  }

  .ico_dbl_holder_5 {
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
  }

  .img_logo_footer2 {
    width: 70px;
  }

  .img_logo2 {
    width: 1500px;
    margin-top: -30px;
    padding-right: 40px;
    position: static;
    top: 23%;
    right: 6%;
  }

  ._1100-wrapper {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .atollan-corporate-consulting {
    padding-top: 60px;
    padding-bottom: 40px;
  }

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

  .wrapper-roadmap {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .wrapper-roadmap.white {
    padding-bottom: 0;
  }

  .roadmap-1-wrapper {
    width: 100%;
  }

  ._1100_holder-roadmap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .key-features_holder.top {
    margin-top: 10px;
  }

  .key-features-sub {
    padding-bottom: 20px;
  }

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

  .team-description {
    margin-bottom: 40px;
  }

  .div-block-3 {
    margin-top: 20px;
  }

  .roadmap_holder.top {
    margin-top: 10px;
  }

  .txt_head-copy {
    letter-spacing: .3px;
    font-size: 22px;
    line-height: 30px;
  }

  .txt_head-copy.small {
    font-size: 22px;
  }

  .txt_head-copy.small.white {
    font-size: 18px;
  }

  .grid-5-small {
    display: none;
  }

  .head_holder-key-features.top {
    margin-top: 10px;
  }

  .txt_head-key-fearures {
    letter-spacing: .3px;
    font-size: 22px;
    line-height: 30px;
  }

  .txt_head-key-fearures.small {
    font-size: 22px;
  }

  .txt_head-key-fearures.small.white {
    font-size: 18px;
  }

  .wrapper-media {
    margin-top: -100px;
    padding-top: 84px;
    padding-bottom: 40px;
  }

  .wrapper-media.white {
    padding-bottom: 0;
  }

  .wrapper-keyfeatures {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .wrapper-keyfeatures.white {
    padding-bottom: 0;
  }

  .the-industries-we-serve {
    padding: 100px 40px;
  }

  .advisory-services {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-2 {
    padding-left: 0;
  }

  .core-values {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .columns-3 {
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .container-3 {
    width: 100%;
    height: auto;
  }

  .text-5 {
    font-size: 36px;
  }

  .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-2 {
    width: 100%;
  }

  .who-are-we {
    justify-content: center;
    align-items: center;
    min-height: auto;
    padding: 100px 40px;
  }

  .content-2 {
    height: 100%;
    margin-top: 0;
    padding-top: 20px;
  }

  .text-8 {
    font-size: 36px;
  }

  .columns-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .h1-corporate {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .her_txt_wrapper {
    margin-top: 10px;
  }

  .head_holder.top, .hero_txt_holder {
    align-items: center;
  }

  .txt_head {
    letter-spacing: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
  }

  .txt_head.white {
    text-align: center;
    margin-bottom: 13px;
    font-weight: 300;
    line-height: 30px;
    position: static;
  }

  .txt_head.small {
    font-size: 20px;
    line-height: 25px;
  }

  .txt_head.small.white {
    letter-spacing: .7px;
    font-size: 17px;
  }

  .txt_top {
    font-size: 12px;
    line-height: 20px;
  }

  .stripie {
    text-align: left;
    width: 100px;
    height: 3px;
    margin-top: 13px;
  }

  .wrapper {
    padding-top: 40px;
    position: relative;
  }

  ._1100_holder {
    padding-left: 25px;
    padding-right: 25px;
  }

  ._1100_holder.stripes {
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .txt_tiny {
    line-height: 17px;
  }

  .txt_tiny.light {
    line-height: 14px;
  }

  .txt_tiny.ico {
    font-weight: 400;
  }

  .approach_icons_wrapper {
    max-width: none;
  }

  .approach_icons-holder {
    width: 80%;
  }

  .txt_approach {
    line-height: 20px;
  }

  .stripe_dark {
    background-position: 30%;
  }

  .txt_stripes {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
  }

  .txt_stripes.longer {
    text-align: center;
    margin-bottom: 29px;
    padding-right: 0;
  }

  .txt_sub {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
  }

  .stripe_light {
    background-position: 80%;
    margin-bottom: 0;
  }

  .yt_holder {
    width: 110px;
  }

  .services_double_holder {
    margin-top: 35px;
    padding-left: 0;
    padding-right: 0;
  }

  .ico-cloud {
    margin-bottom: 10px;
  }

  .cloud_txt_holder {
    width: auto;
  }

  .media_l_r.middle {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .img_laptop {
    width: 100%;
  }

  .img_ipad {
    height: 200px;
  }

  .laptop_holder {
    width: 300px;
  }

  .ipad_holder {
    width: 350px;
  }

  .img_pointer {
    margin-top: 34px;
    display: block;
  }

  .img_yt {
    display: none;
  }

  .navig_dtp_button {
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .ico_dbl_holder {
    flex-direction: column;
    align-items: center;
  }

  .nav-link-2 {
    color: #acd1ce;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid rgba(17, 185, 171, .29);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hamburger_button {
    margin-right: -1px;
  }

  .hamburger_button.w--open {
    padding-top: 0;
  }

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

  .footer_logo_holder.text {
    width: 280px;
    height: 100px;
  }

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

  .all_wrapper {
    overflow: visible;
  }

  .qr_wrapper {
    padding-top: 0;
    padding-bottom: 100px;
    display: none;
  }

  .qr_holder {
    width: auto;
    height: auto;
    padding: 10px 15px 20px;
  }

  .bottom-dbl_holder {
    width: 100%;
  }

  .img_qr {
    width: 200px;
  }

  .txt_donation {
    margin-top: -2px;
    font-size: 13px;
  }

  .txt_donation.normal {
    letter-spacing: 0;
    font-size: 11px;
  }

  .img_btc {
    width: 25px;
    margin-bottom: 10px;
  }

  .tiny_txt_ico_holder {
    margin-bottom: 50px;
  }

  .img_ico_light {
    margin-bottom: 15px;
  }

  .ico_dbl_holder_5 {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .ico_dbl_holder_5.mid {
    margin-bottom: 0;
  }

  .st_htp_input_field {
    width: 180px;
  }

  .st_prompt {
    letter-spacing: 6px;
    font-size: 10px;
  }

  .content_holder_special {
    height: 280px;
  }

  .submit_btn {
    width: 67px;
  }

  .img_logo_footer2 {
    width: 70px;
  }

  .img_logo2 {
    width: 70%;
    margin-top: 0;
    padding-right: 0;
  }

  .pdf_image {
    width: 100%;
  }

  .txt_download {
    margin-top: 10px;
  }

  ._1100-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .atollan-corporate-consulting {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .txt-title {
    margin-bottom: 8px;
    line-height: 30px;
  }

  .s2-stripie {
    text-align: left;
    width: 100px;
    height: 3px;
    margin-top: 13px;
  }

  .wrapper-roadmap {
    padding-top: 40px;
    position: relative;
  }

  ._1100_holder-roadmap {
    padding-left: 25px;
    padding-right: 25px;
  }

  ._1100_holder-roadmap.stripes {
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .pdf_image_onepager {
    width: 270px;
  }

  .stripie-2 {
    width: 100px;
    height: 3px;
    margin-top: 13px;
  }

  .image-15 {
    width: 200px;
  }

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

  .img_pointer-demo {
    display: none;
  }

  .laptop_holder-demo {
    width: 300px;
  }

  .txt_head-copy {
    letter-spacing: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
  }

  .txt_head-copy.white {
    text-align: center;
    font-weight: 300;
    position: static;
  }

  .txt_head-copy.small {
    font-size: 20px;
    line-height: 25px;
  }

  .txt_head-copy.small.white {
    letter-spacing: .7px;
    font-size: 17px;
  }

  .line {
    width: 100px;
    height: 3px;
    margin-top: 13px;
  }

  .text-block-3, .text-block-4 {
    text-align: center;
  }

  .video-pad-wrapper {
    width: auto;
  }

  .text-block-5 {
    margin-top: 10px;
  }

  .grid-5 {
    display: none;
  }

  .grid-5-small {
    grid-column-gap: 11px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .head_holder-key-features.top {
    align-items: center;
  }

  .txt_head-key-fearures {
    letter-spacing: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
  }

  .txt_head-key-fearures.white {
    text-align: center;
    font-weight: 300;
    position: static;
  }

  .txt_head-key-fearures.small {
    font-size: 20px;
    line-height: 25px;
  }

  .txt_head-key-fearures.small.white {
    letter-spacing: .7px;
    font-size: 17px;
  }

  .wrapper-media {
    margin-top: -126px;
    padding-top: 114px;
    position: relative;
  }

  .wrapper-keyfeatures {
    padding-top: 40px;
    position: relative;
  }

  .the-industries-we-serve {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: 100%;
    padding: 140px 30px;
  }

  .advisory-services {
    grid-row-gap: 48px;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
  }

  .container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .frame-2 {
    padding-left: 0;
  }

  .desc {
    font-family: Lato, sans-serif;
    font-size: 14px;
  }

  .columns-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .confidentialy {
    padding: 10px 0;
  }

  .info-2 {
    padding: 16px 12px 10px;
  }

  .columns-3 {
    grid-row-gap: 24px;
  }

  .text-4 {
    font-family: Lato, sans-serif;
    font-size: 32px;
  }

  .columns-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .card-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .name-2 {
    font-family: Lato, sans-serif;
  }

  .card-7 {
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lato, sans-serif;
  }

  .container-3 {
    width: 100%;
    height: auto;
  }

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

  .text-5, .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-3, .it-company-fintech-retail-government-we-serve-a-diverse-clientele-from-emerging-start-ups-requiring-business-setup-expertise-in-the-uae-to-forge-a-robust-foothold-to-seasoned-it-and-fintech-companies-aiming-to-outmanoeuvre-market-rivals-our-bespoke-consulting-offerings-are-crafted-to-address-the-precise-demands-of-your-business-engaging-with-us-ensures-the-unlocking-of-your-organizations-utmost-capabilities-and-secures-its-prosperity-over-the-long-haul-4 {
    text-align: left;
  }

  .hero-heading-right-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-logo {
    width: 150px;
    height: auto;
  }

  .text-6 {
    font-size: 32px;
  }

  .who-are-we {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    padding: 100px 30px;
    position: static;
  }

  .column-5 {
    max-width: 100%;
  }

  .content-2 {
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    position: static;
  }

  .withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-0, .withover-15-years-of-expertise-in-entrepreneurship-within-the-cybersecurity-informationand-financial-technology-fields-our-team-brings-a-wealth-of-knowledge-and-anunparalleled-depth-of-experience-to-our-consulting-services-our-comprehensiveunderstanding-of-corporate-challenges-and-consumer-expectations-combined-withour-ability-to-navigate-complex-market-dynamics-enhances-our-strategic-and-operationalmanagement-capabilities-thisproficiency-allows-us-to-offer-insightful-actionable-advice-tailored-to-ourclients-unique-needs-additionally-we-have-developed-an-extensive-network-of-internationalpartners-further-enriching-our-consulting-activities-by-providing-a-wide-rangeof-resources-and-perspectives-our-extensive-partner-network-along-with-ourexpertise-and-knowledge-greatly-amplifies-the-value-we-offer-enabling-ourclients-to-confront-any-challenge-with-confidence-and-effectiveness-1 {
    text-align: left;
  }

  .footer-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .vectors-wrapper-11 {
    height: auto;
  }

  .columns-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-corporate {
    padding-left: 0;
  }

  .intro-header {
    font-size: 32px;
  }

  .descriptioncore, .descdark {
    font-family: Lato, sans-serif;
    font-size: 14px;
  }

  .excellence, .integrity, .collaboration, .innovation, .client-centric {
    padding: 10px 0;
  }
}

#w-node-af0e4e11-455c-2cc8-d478-d8ecc8b2cbb4-3f36ecf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-df5d9dc6-0390-5418-e90c-4c1534a3fb21-3f36ecf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_374e5094-08e7-3672-7da5-a0e3407cef2b-3f36ecf9, #w-node-a12530b6-8709-5675-f9cb-143252980c70-3f36ecf9, #w-node-d2c5bb11-edce-9bea-c5b0-56e07758d2eb-3f36ecf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}


@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}