.body {
  height: 100%;
  font-family: Gerbera, sans-serif;
}

.hero {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: 100%;
  padding: 60px 60px 60px 90px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #0056ff;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.topbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 60px;
  padding-left: 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;
}

.topbar-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-1 {
  max-width: 590px;
  margin-top: 40px;
  margin-bottom: 0px;
  font-family: Gerbera, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 62px;
  font-weight: 400;
}

.topmenu-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 90px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.topmenu-link {
  margin-right: 10%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Gerbera, sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.topmenu-link:hover {
  color: #000;
}

.topmenu-link.w--current {
  color: #0056ff;
}

.topmenu-link.onscrl {
  color: #000;
}

.topmenu-link.onscrl:hover {
  color: #0056ff;
}

.image {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
}

.na-left-top {
  position: absolute;
  left: -7%;
  top: 12%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.na-bot {
  position: absolute;
  left: 20%;
  top: auto;
  right: auto;
  bottom: -7%;
  z-index: 1;
}

.na-right-top {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  z-index: 1;
}

.more-btn {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: 60px;
  padding: 30px;
}

.about {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  background-color: #f6f7fb;
}

.about-img-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-top: 90px;
  padding-right: 90px;
  padding-left: 90px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.right-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 90px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400;
}

.image-2 {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px;
  height: 100%;
  max-height: 800px;
}

.about-block {
  width: 100%;
  max-width: 520px;
  margin-bottom: 30px;
}

.about-block.btm {
  margin-bottom: 0px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Gerbera Bold', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.p-1 {
  width: 100%;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

.service {
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 456px;
  padding-right: 60px;
  padding-left: 60px;
  -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;
  background-color: #fff;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.service:hover {
  box-shadow: 0 4px 25px 4px rgba(0, 0, 0, .1);
}

.div-block-2 {
  position: relative;
  z-index: 10;
}

.service-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 100%;
  max-width: 400px;
  padding-top: 90px;
  padding-bottom: 90px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  width: 100%;
}

.paragraph-copy {
  width: 100%;
  max-width: 360px;
  margin-bottom: 0px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.service-right-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-top: 45px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.services {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.serv-sep {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}

.contact-form {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 130px 60px;
  -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: #0056ff;
}

.h2-white {
  margin-top: 0px;
  margin-bottom: 42px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400;
}

.form-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block {
  width: 100%;
  max-width: 470px;
}

.text-field {
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.text-field:focus {
  border-bottom-color: hsla(0, 0%, 100%, .4);
}

.text-field::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  font-size: 18px;
  line-height: 28px;
}

.text-field:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  font-size: 18px;
  line-height: 28px;
}

.text-field::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, .5);
  font-size: 18px;
  line-height: 28px;
}

.text-field::placeholder {
  color: hsla(0, 0%, 100%, .5);
  font-size: 18px;
  line-height: 28px;
}

.text-field.msg {
  margin-top: 30px;
}

.submit-btn {
  background-color: transparent;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-btn:hover {
  color: #000;
}

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

.contacts {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tr-window {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 90px 60px;
  -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: transparent;
}

.footer-link {
  margin-bottom: 10px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}

.footer-link:hover {
  color: #0056ff;
}

.footer-link.lcd {
  margin-top: 6px;
  margin-bottom: 0px;
}

.contact-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -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;
}

.footer-img {
  width: 100%;
}

.cont-right-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-top: 90px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-btns {
  display: none;
  margin-top: -24px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  margin-right: 0px;
  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;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: iconfont, sans-serif;
  color: #000;
  font-size: 34px;
  line-height: 44px;
  text-decoration: none;
}

.social-btn:hover {
  color: #0056ff;
}

.icofont-facebook {
  font-family: Icofont;
  color: #000;
}

.topbar-scroll {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1500;
  display: none;
  width: 100%;
  height: 100px;
  padding-right: 60px;
  padding-left: 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;
  background-color: #fff;
}

.image-5 {
  display: block;
  max-width: 780px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.cont-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-top: 60px;
  padding-left: 60px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.na-footer {
  width: 120px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  -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;
}

.hamb-line-1 {
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #000;
}

.hamb-line-2 {
  width: 40px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #000;
}

.div-block-5 {
  display: none;
}

.mobile-menu-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 90px;
  -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-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mobile-menu-link {
  margin-right: 10%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Gerbera, sans-serif;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.mobile-menu-link:hover {
  color: #0056ff;
}

.mobile-menu-link.w--current {
  color: #0056ff;
}

.mobile-menu-link.onscrl {
  color: #000;
}

.mobile-menu-link.onscrl:hover {
  color: #0056ff;
}

.success-message {
  padding: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.topbar-white {
  position: fixed;
  z-index: 1600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding-right: 60px;
  padding-left: 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;
  background-color: #fff;
}

.topmenu-link-2 {
  margin-right: 10%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Gerbera, sans-serif;
  color: #000;
  font-size: 18px;
  text-decoration: none;
}

.topmenu-link-2:hover {
  color: #0056ff;
}

.topmenu-link-2.w--current {
  color: #0056ff;
}

.topmenu-link-2.onscrl {
  color: #000;
}

.topmenu-link-2.onscrl:hover {
  color: #0056ff;
}

.div-block-6 {
  position: relative;
  z-index: 10;
  width: 100%;
}

html.w-mod-js *[data-ix="mobile-menu-app"] {
  display: none;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="topbar-white-app"] {
  display: none;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

@media (max-width: 991px) {
  .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-right {
    width: 100%;
    height: 60%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hero-left {
    width: 100%;
    height: auto;
    padding: 120px 40px 80px;
  }
  .topbar {
    padding-right: 40px;
    padding-left: 40px;
  }
  .topmenu-link-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .topmenu-link {
    margin-right: 0px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    font-size: 16px;
  }
  .topmenu-link:hover {
    color: #0056ff;
  }
  .na-left-top {
    top: 5%;
  }
  .na-bot {
    bottom: -12%;
  }
  .na-right-top {
    width: 200px;
  }
  .more-btn {
    right: 30px;
    bottom: 30px;
  }
  .about-img-col {
    width: 100%;
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .right-col {
    width: 100%;
    padding: 80px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .heading-2 {
    max-width: 400px;
  }
  .image-2 {
    height: auto;
  }
  .service {
    min-height: auto;
    padding: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .service-left {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
    max-width: 100%;
    padding: 80px 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .service-right-col {
    position: static;
    overflow: visible;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .services {
    position: static;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .serv-sep {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .cont-right-col {
    padding-top: 72px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .topbar-scroll {
    display: none;
  }
  .na-symbol {
    max-width: 240px;
  }
  .image-5 {
    width: 100%;
  }
  .cont-left {
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
  }
  .globe-img {
    max-width: 60%;
  }
  .footer-cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hamburger {
    display: none;
  }
  .mobile-menu-link-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .mobile-menu-link {
    margin-right: 0px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    font-size: 16px;
  }
  .mobile-menu-link:hover {
    color: #0056ff;
  }
  .success-message {
    line-height: 28px;
  }
  .topbar-white {
    padding-right: 40px;
    padding-left: 40px;
  }
  .topmenu-link-2 {
    margin-right: 0px;
    margin-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #000;
    font-size: 16px;
  }
  .topmenu-link-2:hover {
    color: #0056ff;
  }
}

@media (max-width: 767px) {
  .hero {
    height: auto;
  }
  .hero-right {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .hero-left {
    padding-bottom: 60px;
  }
  .topbar {
    z-index: 20000;
    height: 70px;
    background-color: #fff;
  }
  .heading-1 {
    max-width: 440px;
    font-size: 42px;
    line-height: 52px;
  }
  .topmenu-link {
    margin-top: 6px;
    margin-left: 24px;
  }
  .na-left-top {
    width: 120px;
  }
  .na-bot {
    left: 50%;
    width: 200px;
  }
  .na-right-top {
    top: -10%;
    right: 5%;
    width: 140px;
  }
  .footer-img {
    width: 90%;
    height: 134px;
  }
  .cont-right-col {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .social-btn {
    width: 34px;
    font-size: 24px;
  }
  .cont-left {
    padding-left: 30px;
  }
  .na-footer {
    width: 80px;
    margin-right: 30px;
  }
  .hamburger {
    display: none;
  }
  .mobile-menu-link {
    margin-top: 6px;
    margin-left: 24px;
  }
  .topbar-white {
    z-index: 20000;
    height: 70px;
    background-color: #fff;
  }
  .topmenu-link-2 {
    margin-top: 6px;
    margin-left: 24px;
  }
}

@media (max-width: 479px) {
  .hero {
    height: 100%;
  }
  .hero-right {
    padding: 30px 30px 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;
  }
  .hero-left {
    padding: 90px 30px 60px;
    -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;
  }
  .topbar {
    z-index: 2000;
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .heading-1 {
    position: relative;
    z-index: 5;
    width: 260px;
    max-width: 260px;
    margin-top: 0px;
    font-size: 32px;
    line-height: 48px;
  }
  .topmenu-link-block {
    display: none;
  }
  .na-left-top {
    display: none;
  }
  .na-bot {
    left: -18%;
    top: auto;
    right: auto;
    bottom: -30%;
    width: 220px;
  }
  .na-right-top {
    top: -12%;
    right: 0%;
    width: 130px;
  }
  .more-btn {
    right: 0px;
    bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .about-img-col {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .right-col {
    padding: 60px 30px;
  }
  .heading-2 {
    font-size: 36px;
    line-height: 44px;
  }
  .service-left {
    padding: 60px 30px;
  }
  .service-right-col {
    padding-top: 30px;
    padding-left: 30px;
  }
  .contact-form {
    padding: 90px 30px;
  }
  .h2-white {
    font-size: 36px;
    line-height: 44px;
  }
  .footer-img {
    width: 100%;
    height: auto;
  }
  .cont-right-col {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .social-btns {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .social-btn {
    margin-right: 30px;
    margin-left: 0px;
  }
  .arrow {
    width: 17px;
  }
  .na-symbol {
    width: 100%;
    max-width: 260px;
  }
  .cont-left {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .na-footer {
    width: 90px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .globe-img {
    width: 240px;
    max-width: 100%;
  }
  .footer-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .brand {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .hamb-line-1 {
    width: 32px;
  }
  .hamb-line-2 {
    width: 32px;
  }
  .mobile-menu {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #0056ff;
  }
  .close-mob-menu {
    position: absolute;
    left: auto;
    top: 10px;
    right: 26px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -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;
  }
  .close-line-1 {
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .close-line-2 {
    position: absolute;
    width: 32px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .div-block-5 {
    display: none;
  }
  .mobile-menu-link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 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;
  }
  .mobile-menu-link {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    color: #fff;
  }
  .mobile-menu-link:hover {
    color: #fff;
  }
  .mobile-menu-link.w--current {
    color: #fff;
  }
  .topbar-white {
    z-index: 2000;
    height: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .div-block-6 {
    width: 260px;
  }
}

@font-face {
  font-family: 'iconfont';
  src: url('../fonts/untitled-font-1.eot') format('embedded-opentype'), url('../fonts/untitled-font-1.woff') format('woff'), url('../fonts/untitled-font-1.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gerbera';
  src: url('../fonts/Gerbera.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gerbera Bold';
  src: url('../fonts/Gerbera-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}