.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-right: 20px;
  margin-left: 20px;
  -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;
}

.article_title {
  font-family: Roboto, sans-serif;
  color: #354f64;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.article_date {
  padding-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #8e919e;
}

.separator {
  width: 20px;
  height: 4px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0082bf), to(#0082bf));
  background-image: linear-gradient(180deg, #0082bf, #0082bf);
}

.image {
  display: inline-block;
  margin-bottom: 20px;
}

.blog_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 150px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  color: #8e919e;
  font-size: 36px;
  font-weight: 300;
}

.section-3 {
  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;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.button {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 15px 30px;
  border: 1px solid #e6e6e6;
  border-radius: 34px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 400ms cubic-bezier(.455, .03, .515, .955);
  transition: background-color 200ms ease, color 400ms cubic-bezier(.455, .03, .515, .955);
  font-family: Roboto, sans-serif;
  color: #f22053;
  font-size: 18px;
  cursor: pointer;
}

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

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 20px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.footer_txt {
  min-height: 200px;
  font-family: Roboto, sans-serif;
  color: #696c77;
  font-size: 18px;
  line-height: 30px;
}

.footer_title {
  padding-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #696c77;
  font-size: 24px;
  font-weight: 500;
}

.footer_link {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #1681ba;
  font-size: 24px;
  font-weight: 700;
}

.footer_link:hover {
  color: #f22053;
}

.footer_details {
  font-family: Roboto, sans-serif;
  color: #8e919e;
  font-size: 10px;
  line-height: 16px;
}

.div-block-2 {
  width: 1170px;
  height: 100px;
  padding-bottom: 20px;
}

.info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.rights-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.heart {
  color: #f22053;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  margin-top: 524px;
  -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;
}

.section-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1300px;
  margin-top: -588px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/blue-curve.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.search_title {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 700;
}

.search_txt {
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
}

.git-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 70px;
  margin-top: 50px;
  padding: 15px 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: 2px solid #ff7e94;
  border-radius: 30px;
  background-color: #f22053;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1170px;
  height: 800px;
  padding-bottom: 0px;
  -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;
  border-radius: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -271px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.separator_crimson {
  width: 20px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f22053), to(#f22053));
  background-image: linear-gradient(180deg, #f22053, #f22053);
}

.testemonial_name {
  font-family: Roboto, sans-serif;
  color: #09609f;
  font-size: 20px;
}

.testemonial_title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #8e919e;
}

.testemonial_txt {
  width: 100%;
  max-width: 450px;
  margin-top: 40px;
  font-family: Roboto, sans-serif;
  color: #696c77;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.h2 {
  margin-bottom: 100px;
  font-family: Roboto, sans-serif;
  color: #696c77;
  font-size: 48px;
  font-weight: 300;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-3 {
  position: static;
  bottom: -326px;
  z-index: 5;
}

.section-10 {
  position: static;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -160px;
  padding-bottom: 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;
}

.services_title {
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  color: #354f64;
  font-size: 40px;
  font-weight: 700;
}

.services_txt {
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  color: #696c77;
  font-size: 18px;
  line-height: 30px;
}

.development-icon {
  margin-bottom: 40px;
}

.data-icon {
  margin-bottom: 40px;
}

.research-icon {
  margin-bottom: 40px;
}

.hero-background {
  display: block;
  width: 100%;
  height: 752px;
  max-width: 1600px;
  margin-top: -550px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-image: url('../images/curve.svg');
  background-size: cover;
}

.read_more {
  font-family: Roboto, sans-serif;
  color: #f22053;
  font-size: 18px;
  text-decoration: none;
}

.h1 {
  font-family: Roboto, sans-serif;
  color: #354f64;
  font-size: 100px;
}

.hero_txt {
  width: 50%;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #8e919e;
  font-size: 20px;
  line-height: 30px;
}

.navigation_link {
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #696c77;
  font-size: 16px;
  font-weight: 500;
}

.navigation_link:hover {
  border-radius: 4px;
  background-color: #f22053;
  color: #fff;
}

.navigation_link.w--current {
  background-color: #fff;
  color: #f22053;
}

.navbar-4 {
  position: static;
  display: block;
  width: 100%;
  height: 50px;
  max-width: 1170px;
  -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: transparent;
}

.div-block-9 {
  display: block;
  width: 100%;
  height: 50px;
  max-width: 1170px;
  -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-2 {
  position: relative;
  top: 10px;
  right: 0px;
  bottom: 0px;
  display: block;
  float: right;
  -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-8 {
  clear: none;
}

.hero-txt {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-top: 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;
}

.hero-section {
  position: static;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.hero-curve {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
  height: 350px;
  max-width: 1700px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 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;
  background-image: url('../images/graph-line.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
}

.service {
  max-width: 300px;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-top: -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;
}

.services-section {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -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-9 {
  margin-top: -2px;
  margin-left: 10px;
}

.search_emoji {
  margin-top: 50px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 36px;
}

.separator2 {
  width: 20px;
  height: 4px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00aadf), to(#00aadf));
  background-image: linear-gradient(180deg, #00aadf, #00aadf);
}

.separator3 {
  width: 20px;
  height: 4px;
  margin-bottom: 30px;
  padding-bottom: 0px;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6bcfee), to(#6bcfee));
  background-image: linear-gradient(180deg, #6bcfee, #6bcfee);
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #354f64;
}

.left_half {
  max-width: 520px;
}

.right_half {
  max-width: 520px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-14 {
  max-width: 300px;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.social_link:hover {
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}

.section-nav {
  position: fixed;
  top: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -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;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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: transparent;
}

.div-block-18 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  height: 100%;
}

.section-17 {
  height: 58px;
  background-image: url('../images/about-top.svg');
  background-position: 0px 0px;
  background-size: cover;
}

@media (max-width: 991px) {
  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer_txt {
    min-height: 0px;
    margin-bottom: 50px;
    text-align: center;
  }
  .footer_title {
    width: 100%;
    text-align: center;
  }
  .footer_link {
    width: auto;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: left;
  }
  .div-block-2 {
    width: auto;
    text-align: center;
  }
  .div-block-3 {
    width: auto;
    -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;
  }
  .div-block-4 {
    margin-top: 650px;
  }
  .section-9 {
    margin-top: -100px;
  }
  .section-10 {
    margin-top: -300px;
  }
  .services_txt {
    text-align: center;
  }
  .hero-background {
    width: auto;
    height: 400px;
    max-width: none;
    margin-top: -256px;
    background-size: contain;
  }
  .h1 {
    text-align: center;
  }
  .hero_txt {
    width: 60%;
    text-align: center;
  }
  .navigation_link {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -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: #fff;
  }
  .hero-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-section {
    margin-top: 60px;
  }
  .hero-curve {
    width: auto;
    max-width: none;
    margin-top: -150px;
    margin-bottom: 150px;
    background-size: cover;
  }
  .service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-container {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .image-9 {
    margin-top: 10px;
  }
  .text-block {
    text-align: center;
  }
  .left_half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    -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;
  }
  .right_half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    -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;
  }
  .div-block-13 {
    -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;
  }
  .div-block-14 {
    max-width: 200px;
  }
  .div-block-17 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    margin-top: -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-button {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    padding: 16px 0px 0px 14px;
  }
}

@media (max-width: 767px) {
  .h1 {
    line-height: 100px;
  }
}

@media (max-width: 479px) {
  .article_title {
    text-align: center;
  }
  .article_date {
    text-align: center;
  }
  .separator {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
  }
  .image {
    max-width: 300px;
  }
  .blog_title {
    margin-top: 100px;
    font-size: 24px;
    text-align: center;
  }
  .button {
    margin-top: 50px;
  }
  .section-4 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .footer_title {
    font-size: 30px;
    line-height: 30px;
  }
  .footer_link {
    padding-bottom: 80px;
  }
  .div-block-4 {
    margin-right: 20px;
    margin-left: 20px;
  }
  .section-8 {
    margin-top: -500px;
    background-color: transparent;
    background-image: url('../images/blue-curve.svg');
    background-position: 0px 0px;
    background-size: cover;
  }
  .search_title {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
  }
  .search_txt {
    margin-top: 20px;
    text-align: center;
  }
  .git-button {
    width: auto;
  }
  .div-block-5 {
    height: auto;
    margin-right: 40px;
    margin-left: 40px;
    border-radius: 0px;
  }
  .section-9 {
    margin-top: 200px;
  }
  .testemonial_txt {
    max-width: none;
    margin-bottom: 50px;
  }
  .h2 {
    font-size: 30px;
    text-align: center;
  }
  .image-3 {
    max-width: 100%;
  }
  .section-10 {
    margin-top: -407px;
  }
  .h1 {
    font-size: 60px;
    line-height: 60px;
    text-align: center;
  }
  .hero_txt {
    width: 100%;
    text-align: center;
  }
  .div-block-9 {
    display: block;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-menu-2 {
    width: 100%;
    height: 100vh;
    float: left;
    -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;
  }
  .image-8 {
    height: auto;
    max-height: none;
    max-width: 200px;
  }
  .hero-txt {
    max-width: none;
  }
  .hero-section {
    margin-right: 20px;
    margin-left: 20px;
  }
  .hero-curve {
    height: 400px;
    margin-top: -275px;
  }
  .service {
    max-width: none;
    margin-bottom: 150px;
  }
  .services-container {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .services-section {
    margin-right: 40px;
    margin-left: 40px;
  }
  .image-9 {
    margin-top: 20px;
  }
  .search_emoji {
    font-size: 20px;
    text-align: center;
  }
  .separator2 {
    margin-right: auto;
    margin-left: auto;
  }
  .separator3 {
    margin-right: auto;
    margin-left: auto;
  }
  .div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-block-16 {
    max-width: none;
    -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;
  }
  .div-block-17 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .slider {
    height: 550px;
  }
  .slide-nav {
    margin-top: 50px;
  }
  .div-block-20 {
    margin-top: -100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-button {
    width: 40px;
    height: 40px;
    padding-top: 9px;
  }
  .menu-button.w--open {
    background-color: #f22053;
  }
}

