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

body {
  font-family: 'Hkgrotesk web', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.disappear-section {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 280px;
  background-color: #ffe4e4;
}

.div-block {
  position: relative;
  z-index: 280;
  height: auto;
  padding-top: 70px;
  padding-bottom: 52px;
  background-color: #3d2a2a;
}

.div-block-2 {
  margin-right: 220px;
  margin-left: 220px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-bar {
  padding-top: 23px;
  padding-bottom: 80px;
  background-color: #ffe4e4;
}

.slider-section-block {
  position: relative;
  background-color: #3d2a2a;
  -webkit-transform: translate(0px, -60px);
  -ms-transform: translate(0px, -60px);
  transform: translate(0px, -60px);
}

.brand {
  z-index: 250;
  width: 20%;
}

.hero {
  position: relative;
  padding-top: 30px;
  background-color: #ffe4e4;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.menu-block {
  position: relative;
  z-index: 250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin-left: 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-left: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding-bottom: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-link {
  margin-left: 20px;
  padding: 0px 0px 5px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #3d2a2a;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  border-style: solid;
  border-width: 0px 0px 3px;
  border-color: #000 #000 #abcf5a;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.nav-link.w--current {
  border-bottom-color: #3d2a2a;
  color: #abcf5a;
}

.nav-link.w--current:hover {
  border-bottom-color: #abcf5a;
  color: #3d2a2a;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 220px;
  margin-left: 220px;
}

.marginbottom20 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #3d2a2a;
}

.menu-icon-open {
  display: none;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  margin-top: 10px;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(61, 42, 42, 0.47);
}

.div-block-11 {
  display: none;
  height: 300px;
  background-color: #fff;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: #3d2a2a;
  font-family: 'Fa brands 400', sans-serif;
  color: #ffe4e4;
  text-decoration: none;
}

.text-block {
  font-family: 'Fa brands 400', sans-serif;
}

.div-block-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 70%;
  -ms-flex: 0 70%;
  flex: 0 70%;
}

.bodytext2 {
  color: #ffe4e4;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.bodytext2.boldtext.marginbottom20 {
  font-weight: 700;
}

.bodytext2.boldtext.marginbottom20.fgf {
  color: #3d2a2a;
}

.bodytext2.textgray {
  margin-top: 20px;
  color: #998f8f;
  font-size: 14px;
  line-height: 26px;
}

.home-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 600px;
}

.body {
  margin-top: 0px;
}

.slides {
  background-image: url('../images/slide-1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slides.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/WhatsApp-Image-2019-06-28-at-6.17.23-AM-1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/WhatsApp-Image-2019-06-28-at-6.17.23-AM-1.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slides.slides-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/46-copy.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/46-copy.jpg');
  background-position: 0px 0px, 50% 16%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slides.slides-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.4))), url('../images/70931449_10220601508610851_6995856157239672832_o.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4)), url('../images/70931449_10220601508610851_6995856157239672832_o.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.div-block-14 {
  margin-right: 220px;
  margin-left: 220px;
}

.section {
  position: relative;
  z-index: 300;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: #3d2a2a;
  background-image: url('../images/patte44ern.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title-wrapper {
  margin-right: 220px;
  margin-bottom: 40px;
  margin-left: 220px;
}

.marginbottom20-2 {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.marginbottom20-2.textgray {
  color: #ffe4e4;
}

.footer-3-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-3 {
  padding: 60px 220px 30px;
  background-color: #ebebeb;
}

.footer-3-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row-5 {
  display: block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-text {
  margin-top: 10px;
  color: #20193a;
  font-size: 32px;
  line-height: 34px;
  font-weight: 500;
}

.footer-3-link {
  margin-left: 18px;
  font-family: 'Hkgrotesk web', sans-serif;
  color: #3d2a2a;
  font-weight: 700;
  text-decoration: none;
}

.footer-3-link:hover {
  color: #abcf5a;
}

.footer-3-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-3-line {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-color: rgba(79, 94, 120, 0.23);
}

.footer-3-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-3-copywrite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #4f5e78;
  font-weight: 500;
}

.footer-3-para {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Hkgrotesk web', sans-serif;
  color: #4f5e78;
  line-height: 23px;
  font-weight: 500;
  text-align: right;
}

.blog-base-card {
  position: relative;
  min-height: 460px;
  border-radius: 4px;
  background-color: #fff;
}

.blog-img {
  min-height: 200px;
  margin-bottom: 7px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-title-wrap {
  height: 100px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}

.blig-title {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #213055;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-3 {
  color: rgba(0, 0, 0, 0.52);
}

.div-block-7 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 7px 20px 20px;
}

.read-more {
  margin-top: 10px;
  margin-left: 0px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 100px;
  background-color: #5a54ff;
  color: #fff;
}

.staff-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 14px;
  padding-bottom: 26px;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  width: 60%;
  margin-right: 220px;
  margin-left: 220px;
}

.textgray {
  margin-top: 0px;
  color: #fff;
}

.text-span {
  font-size: 2.5em;
  line-height: 125%;
}

.text-span-2 {
  color: #fff;
  font-size: 2em;
  line-height: 125%;
}

.heading {
  margin-top: 0px;
}

.colour-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #e2fbfb;
}

.image-3 {
  width: 60px;
}

.h4 {
  margin-bottom: 10px;
  color: #abcf5a;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-2 {
  max-width: 410px;
  margin-bottom: 25px;
  color: #ffe4e4;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.bodytext2-2 {
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.bodytext2-2.boldtext.marginbottom20 {
  color: #ffe4e4;
  font-size: 20px;
}

.columns {
  margin-top: 33px;
}

.column {
  padding-left: 59px;
}

.section-2 {
  margin-top: -61px;
  padding: 80px 220px 51px;
  background-color: #abcf5a;
}

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

.heading-2 {
  color: #ffe4e4;
}

.list {
  list-style-type: square;
}

.list-item {
  margin-bottom: 16px;
}

.list-item-2 {
  margin-bottom: 30px;
}

.list-item-3 {
  margin-bottom: 30px;
}

.div-block-16 {
  margin-top: 77px;
}

.text-block-2 {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.heading-3 {
  margin-top: 0px;
  color: #fff;
}

.section-3 {
  padding-top: 60px;
  padding-bottom: 80px;
}

.page-header {
  margin-top: 0px;
  color: #ffe4e4;
}

.map-section {
  position: relative;
}

.paragraph-5 {
  position: absolute;
  width: auto;
  margin-left: 220px;
  padding: 18px;
  background-color: #abcf5a;
  color: #fff;
  font-size: 30px;
  line-height: 46px;
  font-weight: 700;
}

.heading-4 {
  color: #3d2a2a;
}

.heading-5 {
  color: #3d2a2a;
}

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

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

.link {
  font-size: 16px;
  line-height: 24px;
}

.link-2 {
  font-size: 16px;
  line-height: 24px;
}

.about-section-2 {
  padding: 80px 220px 51px;
  background-color: #abcf5a;
}

.div-block-17 {
  margin-right: 220px;
  margin-left: 220px;
}

.about-this {
  width: 70%;
  color: #ffe4e4;
}

.about-main {
  font-size: 24px;
  line-height: 36px;
}

.section-4 {
  height: 500px;
  background-image: url('../images/Image-35.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-block-3 {
  margin-top: 26px;
  margin-bottom: 10px;
  color: #abcf5a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-4 {
  width: 100%;
}

.testimonial-paragraph {
  display: block;
  max-width: 612px;
  margin: 32px auto 0px;
  color: #3d2a2a;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.testimonial-image {
  width: 100px;
  border-radius: 50%;
}

.button {
  padding: 17px 30px;
  border-radius: 40px;
  background-color: #49b882;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 16px;
}

.button:hover {
  background-color: #54d194;
}

.button.border {
  margin-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #3d2a2a;
  background-color: transparent;
  color: #3d2a2a;
}

.button.border:hover {
  border-color: #54d19e;
  color: #54d19e;
}

.text-block-4 {
  color: #00386c;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.get-started-main-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  padding: 32px 16px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4edf5;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
}

.container-2 {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.testimonials {
  padding-top: 96px;
  padding-bottom: 64px;
  text-align: center;
}

.testimonial-intro {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #3d2a2a;
  line-height: 24px;
  font-weight: 400;
  text-decoration: underline;
}

.language-block {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}

.product-video-image {
  border-radius: 5px;
}

.feature-icon {
  margin-bottom: 16px;
}

.play-image {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0.7;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 4px;
  color: #fff;
  line-height: 27px;
  font-weight: 400;
}

.language-image {
  display: block;
  width: 35px;
  height: 100%;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.language-image:hover {
  opacity: 1;
}

.text-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #49b882;
}

.text-link:hover {
  color: #54d194;
}

.feature {
  width: 70%;
  margin-bottom: 32px;
  padding-right: 16px;
  padding-left: 16px;
}

.video-link {
  position: relative;
  max-width: 600px;
  border-radius: 5px;
}

.devlopers-love-segment {
  padding-top: 128px;
  padding-bottom: 60px;
  background-color: #3d2a2a;
  background-image: url('../images/top-left-c06533acf2.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
}

.devlopers-and-segment-title {
  color: #fff;
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
}

.features-paragraph {
  margin-bottom: 0px;
  color: #f2f9ff;
  font-weight: 400;
}

.all-languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.devlopers-and-segment-paragraph {
  margin-top: 16px;
  margin-bottom: 32px;
  color: #abcf5a;
  line-height: 24px;
  font-weight: 300;
}

.video-block {
  margin-top: 64px;
  margin-bottom: 34px;
}

.text-block-3-copy {
  margin-bottom: 10px;
  color: #abcf5a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.container-2-copy {
  display: block;
  max-width: 960px;
  margin-top: 69px;
  margin-right: auto;
  margin-left: auto;
}

.heading-6 {
  color: #abcf5a;
}

.heading-7 {
  color: #abcf5a;
}

.staff {
  position: relative;
  z-index: 300;
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #3d2a2a;
  background-image: url('../images/patte44ern.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #abcf5a;
}

.div-block-18 {
  margin-right: 220px;
  margin-left: 220px;
}

.bodytext2-copy {
  color: #3d2a2a;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.bodytext2-copy.boldtext.marginbottom20 {
  font-weight: 700;
}

.bodytext2-copy.boldtext.marginbottom20.fgf {
  color: #3d2a2a;
}

.bodytext2-copy.textgray {
  margin-top: 20px;
  color: #998f8f;
  font-size: 14px;
  line-height: 26px;
}

._44554 {
  display: block;
  margin-bottom: 14px;
}

.section-7 {
  padding: 36px 220px 60px;
}

.course-sub-menu-holder {
  display: block;
  margin-bottom: 32px;
}

.back-to-course-link {
  display: block;
  margin-top: 4px;
  margin-right: 10px;
  float: left;
  color: #00a5db;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

.back-to-course-link:hover {
  color: #473c3c;
}

.back-icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding: 5px 5px 2px;
  float: left;
  border-radius: 50%;
  background-color: #6d1f5d;
}

.back-link-text {
  display: inline-block;
  padding-top: 5px;
}

.gallery-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.gallery-image-holder {
  display: inline-block;
  margin: 1%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 23%;
  -ms-flex: 0 23%;
  flex: 0 23%;
}

.gallery-pix {
  width: 100%;
}

.lightbox-link {
  display: block;
  width: 100%;
}

.gallery-lightbox {
  width: 100%;
}

.section-8 {
  height: auto;
  padding: 70px 220px;
}

.div-block-19 {
  margin-bottom: 47px;
  padding-right: 37px;
  padding-left: 37px;
  text-align: center;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lightbox-container {
  width: 33%;
  height: 450px;
}

.div-block-21 {
  height: auto;
  padding: 50px 220px 100px;
}

.browser-dot {
  width: 10px;
  height: 10px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background-color: #fc615d;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.d-135-color-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 625ms ease;
  transition: all 625ms ease;
}

.d-135-color-overlay:hover {
  background-color: rgba(0, 0, 0, 0.78);
  opacity: 0;
}

.demo-wrapper {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.d-135-view-project-text {
  position: relative;
  z-index: 5;
  padding-right: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.browser-demo {
  position: relative;
  z-index: auto;
  display: none;
  overflow: hidden;
  width: 800px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #1a1a1a;
  background-image: none;
}

.instructions-wrapper {
  position: absolute;
  left: auto;
  top: -100px;
  right: auto;
  bottom: auto;
  display: none;
  margin-top: auto;
  margin-left: -20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.gallery-see-photos {
  margin-top: 40px;
}

.demo-p.arrow {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 10px;
  font-size: 19px;
  text-align: left;
}

.d-135-card-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1-1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.d-135-card-wrapper._2 {
  background-image: url('../images/1-2.png');
}

.d-135-card-wrapper._3 {
  background-image: url('../images/Gallery-8.jpg');
  background-position: 0% 50%;
}

.gallery-text-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.26);
}

.d-135-view-project-underline {
  position: relative;
  height: 10px;
  margin-top: -10px;
  background-color: #abcf5a;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.d-135-h3-heading {
  margin-top: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.d-135-h3-heading.ssss {
  text-align: left;
}

.browser-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #e2e2e2;
}

.image-2 {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
}

.d-135-card-caption {
  margin-bottom: 8px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.d-135-card-caption.sss {
  text-align: left;
}

.section-9 {
  position: relative;
  background-color: #ffe4e4;
}

.div-block-22 {
  position: relative;
  margin-right: 220px;
  margin-left: 220px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.container-3 {
  margin-right: 0px;
  margin-left: 0px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.btn {
  display: inline-block;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px 2em;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e0e6ed;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4f5e6e;
  font-size: 16px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: capitalize;
  cursor: pointer;
}

.btn:hover {
  box-shadow: inset 0 0 0 1px #e0e6ed;
  opacity: 0.8;
  color: #4f5e6e;
}

.btn.btn--close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #abcf5a;
  background-image: url('../images/close.svg');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  box-shadow: none;
  color: #94a0ad;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.btn.btn--close:hover {
  border-color: #fff;
  background-color: #0b1e60;
  box-shadow: none;
  -webkit-transform: scale(0.9) rotate(180deg);
  -ms-transform: scale(0.9) rotate(180deg);
  transform: scale(0.9) rotate(180deg);
  color: #fff;
}

.gallery-modal-1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.profile-wrap {
  overflow: auto;
  height: 100%;
  padding: 2.5rem;
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  background-color: #0b1e60;
  text-align: left;
}

.profile-pic-wrap {
  padding: 26px;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  background-image: url('../images/Yaw-New.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.modal-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  text-align: center;
}

.btn--close__wrap {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 20;
  display: block;
}

.paragraph-8 {
  color: #fff;
}

.bold-text {
  color: #fff;
}

.last-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  background-color: #3d2a2a;
}

.tagline {
  opacity: 0.6;
  color: #777;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.team1-position {
  margin-top: -6px;
  color: #f9fafc;
}

.link-block {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.spacer {
  height: 50px;
}

.yaw-adom-boateng {
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
  padding-bottom: 1rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  border-radius: 0.25rem;
  background-color: #eff2f7;
  box-shadow: 0 10px 20px 0 rgba(116, 103, 91, 0.06);
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.yaw-adom-boateng:hover {
  box-shadow: 0 16px 64px 0 rgba(116, 103, 91, 0.38);
}

.team1-image {
  height: 350px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 18, 18, 0.1)), to(rgba(17, 18, 18, 0.1)));
  background-image: linear-gradient(180deg, rgba(17, 18, 18, 0.1), rgba(17, 18, 18, 0.1));
}

.team1-image.img-yaw {
  border-radius: 0px;
  background-image: url('../images/Yaw.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-24 {
  margin-right: 1rem;
  margin-left: 1.5rem;
}

.heading-8 {
  color: #333;
}

.gallery-modal-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.gallery-modal-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.gallery-modal-4 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.gallery-modal-5 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.gallery-modal-6 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-6 {
  width: 100%;
}

.section-10 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #3d2a2a;
  background-image: url('../images/patte44ern.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-7 {
  opacity: 0;
}

.div-block-25 {
  position: relative;
}

.div-block-26 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 60%;
  margin-top: 100px;
  margin-right: 220px;
  margin-left: 220px;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.image {
  width: 100%;
}

.learn-more-button {
  margin-top: 40px;
}

.h2 {
  font-size: 30px;
  font-weight: 400;
}

.h2.italic {
  font-style: italic;
}

.h2.ssss {
  font-size: 18px;
  font-weight: 700;
}

.row {
  margin-bottom: 0px;
}

.column-2 {
  height: auto;
  padding-right: 10px;
  padding-left: 0px;
}

.main-service-content-items {
  margin-left: 20px;
}

.serivce-image {
  overflow: hidden;
  width: 100%;
  height: 600px;
  margin-right: 0px;
  padding-left: 10px;
}

.serivce-image._1 {
  padding-left: 0px;
}

.learn-more {
  margin-top: -5px;
  margin-left: 20px;
}

.hr {
  width: 60px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #252525;
}

.service-content {
  margin-top: 60px;
}

.large-service-section {
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffe4e4;
}

.paragraph {
  width: auto;
  font-size: 16px;
}

.image-8 {
  width: 100%;
}

.h6 {
  display: inline-block;
  float: left;
  color: #0f099c;
  font-size: 18px;
}

.div-block-27 {
  margin-right: 220px;
  margin-left: 220px;
}

.column-3 {
  padding-right: 0px;
}

.image-75 {
  width: 100%;
}

.lightbox-link-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.lightbox-link-2 {
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.container-14 {
  position: static;
  z-index: 1000000;
  padding-top: 84px;
  padding-bottom: 84px;
}

.div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-gallery {
  position: relative;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 23%;
  -ms-flex: 0 23%;
  flex: 0 23%;
}

.finalgallery {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 24%;
  -ms-flex: 0 24%;
  flex: 0 24%;
}

.gallery-hide-ass {
  text-align: center;
}

.div-block-29 {
  margin-bottom: 55px;
}

.image-79 {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}

.lightbox-link-12 {
  position: relative;
  width: 100%;
  text-decoration: none;
}

.board-cover {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #3d2a2a;
  text-decoration: none;
}

.gallery-hide-ass-copy {
  text-align: center;
}

.image-80 {
  width: 100%;
}

.image-81 {
  width: 100%;
}

.image-82 {
  width: 100%;
}

.image-83 {
  width: 100%;
}

.image-84 {
  width: 100%;
}

.image-85 {
  width: 100%;
}

.image-86 {
  width: 100%;
}

.image-87 {
  width: 100%;
}

.image-88 {
  width: 100%;
}

.image-89 {
  width: 100%;
}

.image-90 {
  width: 100%;
}

.section-subhead {
  margin-top: 10px;
  color: #556f80;
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
}

.section-subhead.narrower-middle {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  color: #556f80;
}

.section-subhead.narrower {
  width: 70%;
}

.section-header {
  margin-bottom: 90px;
}

.split-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 10%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiw-section {
  padding-top: 140px;
  padding-bottom: 170px;
  border-top: 1px none rgba(21, 66, 111, 0.07);
  border-bottom: 1px none rgba(21, 66, 111, 0.07);
  background-color: #fff;
}

.amenity-title {
  margin-top: 21px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.amenity-title.dark {
  margin-top: 0px;
  color: #18394c;
  font-weight: 500;
}

.paragraph-light {
  margin: 10px 0px 0px;
  color: #b7cfcd;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-light.darker {
  color: #556f80;
  font-size: 17px;
  line-height: 21px;
}

.content-holder {
  margin-right: 10%;
  margin-left: 10%;
}

.upper-head {
  margin-bottom: 10px;
  color: #e2ac22;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.upper-head.green {
  color: #03926e;
}

.hiw-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: hsla(0, 0%, 100%, 0.12);
  font-size: 58px;
  line-height: 34px;
  font-weight: 500;
}

.hiw-number.darker {
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(116, 148, 140, 0.16);
  font-size: 72px;
  font-weight: 700;
}

.split-right {
  width: 50%;
  padding-left: 10%;
}

.amenities-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 24, 25, 0.23);
  border-radius: 8px;
}

.amenities-holder.vertical {
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
}

.amenities-holder.vertical.less-width {
  width: 80%;
}

.hiw-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 45px;
  padding-bottom: 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(21, 66, 111, 0.07);
}

.hiw-block.middle {
  padding-top: 45px;
  padding-bottom: 45px;
  border-top: 1px none rgba(21, 66, 111, 0.07);
  border-bottom: 1px solid rgba(21, 66, 111, 0.07);
}

.split-left {
  width: 50%;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
}

.section-title {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #18394c;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.section-title.less-space {
  margin-top: 0px;
}

.plan-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #313b53;
  font-size: 15px;
}

.plan-checkbox.left {
  width: 40%;
}

.cta-2 {
  margin-top: 30px;
  padding: 18px 25px;
  border-radius: 4px;
  background-color: #0baa82;
  font-size: 18px;
  font-weight: 600;
}

.cta-2:hover {
  background-color: #03926e;
}

.cta-2.colour5 {
  border-radius: 200px;
  background-color: #03926e;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-2.colour5.bigger {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 200px;
  background-color: #3d2a2a;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5.bigger:hover {
  background-color: #abcf5a;
}

.cta-2.colour5.bigger {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 200px;
  background-color: #3d2a2a;
  color: #fff;
  font-size: 13px;
  text-align: center;
}

.cta-2.colour5.bigger:hover {
  background-color: #54662b;
}

.checkboxes-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 12% 15px 20%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-text {
  margin-left: 9px;
  color: #435f72;
  font-weight: 400;
  text-align: left;
}

.circular-shape {
  position: relative;
  left: 56px;
  bottom: -157px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  height: 800px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 80%;
  background-color: #d4c1aa;
}

.circular-shape.green-pastel {
  bottom: -180px;
  padding-top: 136px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edfdfb;
}

.section-11 {
  overflow: hidden;
  padding-top: 197px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, hsla(0, 0%, 100%, 0)), color-stop(58%, rgba(6, 20, 12, 0.2))), url('../images/slide-1.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 22%, rgba(6, 20, 12, 0.2) 58%), url('../images/slide-1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.soasssss {
  width: 20px;
  height: 50px;
}

.h2-2 {
  margin-bottom: 14px;
}

.feature-header {
  margin-bottom: 12px;
  color: #54662b;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
}

.feature-grid-block {
  padding: 24px;
}

.gradient-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  height: 130px;
  background-image: none;
}

.halftone-pattern {
  position: absolute;
  left: -60px;
  top: 50%;
  right: auto;
  bottom: 0%;
  z-index: -1;
}

.grid-wrapper-2 {
  margin-top: 75px;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-section {
  position: relative;
  padding: 80px 3% 10px;
  border-bottom: 1px solid #e2e4e8;
  background-color: #abcf5a;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.standard-paragraph {
  margin-bottom: 0px;
  color: #3d2a2a;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0px;
}

.standard-paragraph.center {
  display: block;
  max-width: 650px;
  text-align: center;
}

.icon-image {
  width: 80px;
  margin-bottom: 20px;
  padding: 7px;
  border-radius: 4px;
  background-color: #fff;
}

.content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.highlight-small {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #34c674;
}

.highlight-black {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background-color: #000;
}

.section-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.section-12.white-background {
  height: 600px;
  padding: 78px 220px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.lil-rule {
  width: 100px;
  height: 2px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #34c674;
}

.text-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subhead-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subhead {
  color: #fff;
  text-transform: uppercase;
}

.h1 {
  display: inline;
  width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  color: #fff;
  font-size: 92px;
  line-height: 92px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.h1.black-text {
  color: #fff;
  font-size: 70px;
  line-height: 85px;
}

.subhead-highlight {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

html.w-mod-js *[data-ix="modal-initial-yaw"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(0.7500000000000001, 0.7500000000000001);
  -ms-transform: scale(0.7500000000000001, 0.7500000000000001);
  transform: scale(0.7500000000000001, 0.7500000000000001);
}

html.w-mod-js *[data-ix="image-load-2"] {
  opacity: 0;
  -webkit-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate(-600px, 0px);
}

html.w-mod-js *[data-ix="image-load"] {
  opacity: 0;
  -webkit-transform: translate(-600px, 0px);
  -ms-transform: translate(-600px, 0px);
  transform: translate(-600px, 0px);
}

html.w-mod-js *[data-ix="text-load"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .disappear-section {
    height: 373px;
  }
  .div-block-2 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .brand {
    width: 20%;
  }
  .hero {
    padding-bottom: 10px;
  }
  .nav-menu-block {
    width: 80%;
    padding-top: 30px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .div-block-8 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .nav-link {
    margin-left: 0px;
    padding-top: 18px;
  }
  .nav-link:hover {
    border-bottom-color: #ffe4e4;
  }
  .nav-link.w--current {
    color: #ffe4e4;
  }
  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 50px;
    margin-left: 50px;
  }
  .div-block-10 {
    margin-top: 0px;
    padding-top: 20px;
  }
  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 60%;
    -ms-flex: 0 60%;
    flex: 0 60%;
  }
  .div-block-13 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .bodytext2.textgray {
    margin-top: 0px;
  }
  .div-block-14 {
    margin-right: 60px;
    margin-left: 60px;
  }
  .section-title-wrapper {
    margin-right: 60px;
    margin-left: 60px;
  }
  .footer-3-wrap {
    width: 100%;
    margin-left: 0px;
  }
  .footer-3 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .row-5 {
    display: block;
  }
  .div-block-15 {
    margin-top: 40px;
    margin-right: 50px;
    margin-left: 50px;
  }
  .text-span-2 {
    font-size: 1.8em;
    line-height: 120%;
  }
  .feature-block {
    margin-bottom: 40px;
  }
  .paragraph-5 {
    margin-left: 0px;
  }
  .about-section-2 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .about-main {
    font-size: 20px;
    line-height: 30px;
  }
  .section-4 {
    height: 334px;
  }
  .feature {
    width: 80%;
  }
  .devlopers-love-segment {
    padding-top: 62px;
    padding-bottom: 40px;
    background-size: 327px;
  }
  .devlopers-and-segment-paragraph {
    color: #fff;
  }
  .div-block-18 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .bodytext2-copy.textgray {
    margin-top: 0px;
  }
  .section-7 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .gallery-image-holder {
    width: 30%;
    -webkit-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
  .div-block-21 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .demo-wrapper {
    margin-top: 20px;
    margin-right: 0%;
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .browser-demo {
    width: 700px;
    height: 500px;
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .instructions-wrapper {
    position: relative;
    left: -25px;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .d-135-card-wrapper {
    height: 350px;
  }
  .image-2 {
    margin-right: 0px;
  }
  .div-block-22 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .navbar {
    z-index: 5000;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .brand-2 {
    width: 20%;
    float: left;
  }
  .div-block-23 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu-button {
    z-index: 99991;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #abcf5a;
  }
  .menu-button.w--open {
    background-color: #b4c07b;
  }
  .nav-menu {
    top: 96px;
    z-index: 99999;
    padding: 4px 18px 5px;
    border-radius: 4px;
    background-color: #abcf5a;
  }
  .profile-wrap {
    padding-bottom: 8.5rem;
  }
  .yaw-adom-boateng {
    margin-bottom: 0rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .team1-image {
    display: block;
  }
  .div-block-26 {
    margin-top: 40px;
    margin-right: 50px;
    margin-left: 50px;
  }
  .div-block-27 {
    margin-right: 50px;
    margin-left: 50px;
  }
  .finalgallery {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
  .div-block-29 {
    margin-bottom: 22px;
  }
  .section-subhead.narrower-middle {
    width: 90%;
  }
  .split-holder {
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hiw-section {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .content-holder {
    margin-right: 5%;
    margin-left: 5%;
  }
  .split-right {
    width: 100%;
    padding-left: 0%;
  }
  .amenities-holder.vertical.less-width {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .split-left {
    width: 90%;
    margin-top: 69px;
    padding-right: 0px;
  }
  .circular-shape.green-pastel {
    left: 37px;
  }
  .section-11 {
    padding-top: 7px;
  }
  .h2-2 {
    font-size: 42px;
  }
  .h2-2.h2-centre {
    text-align: center;
  }
  .feature-grid-block {
    padding: 12px;
  }
  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
  }
  .section-12.white-background {
    padding-right: 50px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0px;
  }
  .nav-menu-block {
    padding-top: 10px;
    padding-left: 28px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .div-block-8 {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
  }
  .nav-link {
    margin-bottom: 6px;
  }
  .div-block-9 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .div-block-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 30%;
    -ms-flex: 0 30%;
    flex: 0 30%;
  }
  .div-block-13 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .home-slider {
    height: 400px;
  }
  .div-block-14 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .section-title-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }
  .footer-3-links {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-3 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-3-col-2 {
    display: block;
    margin-top: 29px;
  }
  .row-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-text {
    text-align: center;
  }
  .footer-3-link {
    margin-left: 0px;
  }
  .footer-3-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-3-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-3-copywrite {
    text-align: center;
  }
  .footer-3-para {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .column {
    margin-top: 45px;
    padding-left: 10px;
  }
  .paragraph-5 {
    margin-left: 0px;
  }
  .about-section-2 {
    padding: 8px 20px 40px;
  }
  .about-this {
    width: 100%;
    margin-bottom: 18px;
  }
  .section-4 {
    height: 250px;
  }
  .devlopers-love-segment {
    padding-top: 41px;
    background-size: 327px;
  }
  .devlopers-and-segment-paragraph {
    color: #ffe4e4;
  }
  .section-7 {
    padding: 45px 15px 50px;
  }
  .gallery-image-holder {
    width: 48%;
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .div-block-21 {
    padding-bottom: 60px;
  }
  .demo-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .browser-demo {
    width: 400px;
    height: 500px;
    margin-right: 110px;
    margin-bottom: 100px;
    margin-left: 110px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .instructions-wrapper {
    margin-left: 0px;
  }
  .d-135-card-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .brand-2 {
    padding-left: 0px;
  }
  .nav-menu {
    top: 76px;
  }
  .profile-wrap {
    height: auto;
    padding-bottom: 2.8rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .profile-pic-wrap {
    height: 300px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-position: 50% 0%;
  }
  .modal-wrap {
    display: block;
    overflow: auto;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .last-block {
    display: block;
    height: 5px;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .yaw-adom-boateng {
    margin-right: 1px;
    margin-left: 1px;
  }
  .column-2 {
    padding-right: 0px;
  }
  .serivce-image {
    padding-left: 0px;
  }
  .column-3 {
    padding-left: 0px;
  }
  .finalgallery {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .section-title {
    font-size: 32px;
  }
  .circular-shape.green-pastel {
    left: -118px;
    bottom: -213px;
    width: 800px;
    height: 800px;
    padding-top: 119px;
  }
  .section-11 {
    padding-top: 0px;
    background-position: 0px 0px, 100% 50%;
  }
  .grid-wrapper-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .feature-section {
    padding-bottom: 60px;
  }
  .content {
    width: 100%;
  }
  .section-12.white-background {
    height: auto;
  }
  .h1 {
    font-size: 75px;
    line-height: 75px;
  }
  .h1.black-text {
    width: 80vw;
    font-size: 52px;
    line-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .disappear-section {
    height: 477px;
  }
  .div-block-2 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .slider-section-block {
    -webkit-transform: translate(0px, -80px);
    -ms-transform: translate(0px, -80px);
    transform: translate(0px, -80px);
  }
  .brand {
    position: static;
    width: 85px;
    height: 85px;
  }
  .div-block-5 {
    display: block;
    width: 100%;
    margin-top: -60px;
  }
  .nav-menu-block {
    width: 100%;
    padding-left: 0px;
  }
  .div-block-8 {
    margin-top: 30px;
  }
  .div-block-9 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-10 {
    margin-top: 20px;
  }
  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
  }
  .div-block-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer-3-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-3-link {
    margin-bottom: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    text-align: center;
  }
  .footer-3-copywrite {
    text-align: center;
  }
  .div-block-15 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .text-span-2 {
    font-size: 1em;
  }
  .paragraph-5 {
    margin-left: 0px;
  }
  .about-this {
    font-size: 26px;
    line-height: 36px;
  }
  .about-main {
    font-size: 18px;
    line-height: 28px;
  }
  .section-4 {
    height: 145px;
  }
  .feature {
    width: 90%;
  }
  .devlopers-love-segment {
    padding-top: 26px;
    background-size: 200px;
  }
  .div-block-18 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .section-7 {
    padding-top: 20px;
    padding-right: 15px;
  }
  .gallery-image-holder {
    width: 98%;
    margin-bottom: 10px;
    margin-left: 0%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-21 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .demo-wrapper {
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .browser-demo {
    width: 300px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .instructions-wrapper {
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .gallery-see-photos {
    margin-top: 14px;
  }
  .image-2 {
    margin-top: 0px;
    margin-right: 0px;
  }
  .div-block-22 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .brand-2 {
    width: 100px;
    padding-left: 0px;
  }
  .div-block-23 {
    margin-top: 17px;
    padding-top: 18px;
    border-top: 1px solid rgba(61, 42, 42, 0.31);
  }
  .menu-button {
    width: 55px;
    height: 50px;
    margin-top: -125px;
    padding: 12px;
  }
  .nav-menu {
    top: -23px;
  }
  .profile-wrap {
    height: auto;
    padding: 1.5rem;
  }
  .last-block {
    height: 2%;
  }
  .yaw-adom-boateng {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-26 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image {
    margin-top: -47px;
  }
  .serivce-image {
    height: auto;
    padding-right: 0px;
  }
  .serivce-image._1 {
    height: auto;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .serivce1 {
    margin-bottom: 28px;
  }
  .service-content {
    margin-top: 35px;
  }
  .large-service-section {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .image-8 {
    margin-top: -66px;
  }
  .div-block-27 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .image-75 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .lightbox-link-4 {
    display: block;
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }
  .lightbox-link-2 {
    display: block;
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }
  .container-14 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lightbox-link-11 {
    display: block;
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }
  .image-78 {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .main-gallery {
    display: block;
    width: 87%;
    margin-right: auto;
    margin-left: auto;
  }
  .finalgallery {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .div-block-29 {
    margin-bottom: 18px;
  }
  .board-cover {
    padding: 12px 12px 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-subhead.narrower-middle {
    width: 95%;
    font-size: 19px;
  }
  .section-subhead.narrower {
    width: 90%;
  }
  .hiw-section {
    padding-bottom: 10px;
  }
  .hiw-number.darker {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 44px;
  }
  .hiw-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .split-left {
    width: 100%;
  }
  .section-title {
    font-size: 28px;
    line-height: 38px;
  }
  .plan-checkbox {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .plan-checkbox.left {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .checkboxes-div {
    margin-right: 5%;
    margin-left: 5%;
  }
  .circular-shape.green-pastel {
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: auto;
    padding: 90px 20px;
    border-radius: 0%;
  }
  .grid-wrapper-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content {
    width: 100%;
  }
  .section-12.white-background {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1.black-text {
    width: 88vw;
    font-size: 32px;
    line-height: 45px;
  }
}

@font-face {
  font-family: 'Hkgrotesk web';
  src: url('../fonts/hkgrotesk-regular-web.woff2') format('woff2'), url('../fonts/hkgrotesk-regular-web.eot') format('embedded-opentype'), url('../fonts/hkgrotesk-regular-web.woff') format('woff'), url('../fonts/hkgrotesk-regular-web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Hkgrotesk web';
  src: url('../fonts/hkgrotesk-medium-web.woff2') format('woff2'), url('../fonts/hkgrotesk-medium-web.eot') format('embedded-opentype'), url('../fonts/hkgrotesk-medium-web.woff') format('woff'), url('../fonts/hkgrotesk-medium-web.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Hkgrotesk web';
  src: url('../fonts/hkgrotesk-light-web.woff2') format('woff2'), url('../fonts/hkgrotesk-light-web.eot') format('embedded-opentype'), url('../fonts/hkgrotesk-light-web.woff') format('woff'), url('../fonts/hkgrotesk-light-web.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Hkgrotesk web';
  src: url('../fonts/hkgrotesk-bold-web.woff2') format('woff2'), url('../fonts/hkgrotesk-bold-web.eot') format('embedded-opentype'), url('../fonts/hkgrotesk-bold-web.woff') format('woff'), url('../fonts/hkgrotesk-bold-web.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}