body {
  font-family: Poppins, sans-serif;
  color: #121217;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #919197;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
}

blockquote {
  margin-bottom: 10px;
  padding: 0px 20px;
  border-left: 2px solid #4253ff;
  color: #919197;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.navigation {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #fff;
  box-shadow: 0 12px 10px -5px rgba(0, 0, 0, 0.1);
}

.navigation.style-2 {
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: none;
  box-shadow: 0 12px 10px -5px rgba(0, 0, 0, 0.1);
}

.navigation.style-3 {
  position: fixed;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 70px;
  -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-bottom: 1px none hsla(0, 0%, 100%, 0.15);
  background-color: #fff;
  box-shadow: none;
}

.navigation.style-4 {
  padding-right: 0px;
  padding-left: 0px;
  box-shadow: 0 12px 10px -5px rgba(0, 0, 0, 0.1);
}

.navigation-link {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Roboto, sans-serif;
  color: rgba(18, 18, 23, 0.5);
  font-size: 16px;
  font-weight: 400;
}

.navigation-link:hover {
  border-bottom-color: #4253ff;
  color: #4253ff;
}

.navigation-link.w--current {
  border-bottom-color: #4253ff;
  color: #121217;
}

.navigation-link.white {
  color: hsla(0, 0%, 100%, 0.8);
  font-weight: 300;
}

.navigation-link.white:hover {
  color: #fff;
}

.navigation-link.normal {
  padding-right: 20px;
}

.navigation-link.normal.w--current {
  color: #4253ff;
}

.navigation-link.normal.white.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.navigation-link.normal.small-padding {
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px none #4253ff;
  border-bottom-style: none;
}

.navigation-link.normal.small-padding:hover {
  border-top: 1px solid #4253ff;
  border-bottom-style: none;
  color: #4253ff;
}

.navigation-link.normal.small-padding:visited {
  border-top: 2px solid #4253ff;
  border-bottom-style: none;
}

.navigation-link.normal.small-padding.w--current {
  border-top-style: solid;
}

.navigation-link.normal.small-padding.white-text {
  color: #fff;
}

.navigation-link.small-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.drop-arrow {
  margin-right: 10px;
  font-size: 13px;
}

.brand {
  top: 22px;
}

.brand.style-1 {
  top: 0px;
  display: inline-block;
  float: none;
}

.brand.in-scroll {
  top: 0px;
  margin-right: 56px;
}

.brand.in-scroll.w--current {
  margin-right: 0px;
}

.brand.in-scroll.lower {
  padding-top: 11px;
}

.banner {
  position: relative;
  height: 800px;
  background-color: #4253ff;
}

.banner.style-2 {
  height: 750px;
  background-color: transparent;
}

.banner.style-3 {
  height: 700px;
  background-color: #212127;
  background-image: url('../images/headerbg-4.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.style-4 {
  height: 680px;
  background-color: #b7bbc9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 39, 0.9)), to(rgba(33, 33, 39, 0.9))), url('../images/port-3.jpg');
  background-image: linear-gradient(180deg, rgba(33, 33, 39, 0.9), rgba(33, 33, 39, 0.9)), url('../images/port-3.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.style-5 {
  height: auto;
  background-color: #313137;
}

.banner.style-7 {
  height: auto;
  padding-top: 40px;
  padding-bottom: 0px;
  background-color: #c2c6d3;
}

.banner.style-7.with-white-color {
  background-color: #fafafa;
}

.banner.style-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85vh;
  padding-top: 0px;
  -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: #212127;
}

.banner.full {
  height: 100vh;
  background-color: transparent;
}

.banner.full-blue {
  height: 700px;
  background-color: #4253ff;
  background-image: url('../images/wrench.svg');
  background-position: 117% 38%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner.full-screen {
  height: 100vh;
  background-color: #212127;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 39, 0.9)), to(rgba(33, 33, 39, 0.9))), url('../images/5e5fc12c261bd3b885a05011_qp-a.jpg');
  background-image: linear-gradient(180deg, rgba(33, 33, 39, 0.9), rgba(33, 33, 39, 0.9)), url('../images/5e5fc12c261bd3b885a05011_qp-a.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.style-9 {
  height: 700px;
  background-color: #f5f5f7;
  background-image: url('../images/ronald-yang-21762.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner.style-10 {
  height: 800px;
  background-image: linear-gradient(45deg, #4253ff, #2f41fc);
}

.banner.style-11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 39, 0.9)), to(rgba(33, 33, 39, 0.9))), url('../images/bench-accounting-49906-1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 33, 39, 0.9), rgba(33, 33, 39, 0.9)), url('../images/bench-accounting-49906-1.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.style-12 {
  height: 600px;
  background-color: #c2c6d3;
  background-image: url('../images/waves-bg-10.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner.intro {
  height: 750px;
  background-image: url('../images/headerbg-4.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 70px 0px 0px;
  -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;
  background-color: hsla(0, 0%, 92.9%, 0);
}

.section.gray {
  background-color: #e9e9e9;
}

.section.gray.more {
  background-color: #c2c6d3;
}

.section.gray.more.shadow {
  box-shadow: inset 0 30px 50px -7px rgba(0, 0, 0, 0.1);
}

.section.gray.more.shadow.less-space.more-top {
  padding-top: 100px;
}

.section.gray.more.shadow.less-space.more-extra-top {
  padding-top: 40px;
  padding-bottom: 45px;
  box-shadow: none;
}

.section.gray.more.shadow.top-padding {
  padding-top: 120px;
}

.section.gray.more.shadow.home-intro {
  background-color: #a6abbd;
}

.section.gray.no-bottom-padding {
  padding-bottom: 0px;
}

.section.gray.laptop {
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #fdfdfd;
  background-image: url('../images/mockup_13.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.gray.no-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.with-photo {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, hsla(0, 0%, 100%, 0)), color-stop(90%, #fff)), url('../images/mockup-1.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 26%, #fff 90%), url('../images/mockup-1.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 1450px;
  background-repeat: repeat, no-repeat;
}

.section.less-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #4253ff;
}

.section.blue.logo {
  padding: 70px 40px;
  background-color: #4253ff;
}

.section.blue.less-space.lesser {
  padding-top: 35px;
  padding-bottom: 35px;
}

.section.blue.shadow {
  background-color: #0057ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 87, 255, 0.85)), to(rgba(0, 87, 255, 0.85))), url('../images/Logo-Shape.png');
  background-image: linear-gradient(180deg, rgba(0, 87, 255, 0.85), rgba(0, 87, 255, 0.85)), url('../images/Logo-Shape.png');
  background-position: 0px 0px, 110% 50%;
  background-size: auto, 45%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  box-shadow: inset 0 30px 50px -7px rgba(0, 0, 0, 0.2);
}

.section.blue.shadow.add-image {
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 83, 255, 0.9)), to(rgba(66, 83, 255, 0.9))), url('../images/foto-1.jpg');
  background-image: linear-gradient(180deg, rgba(66, 83, 255, 0.9), rgba(66, 83, 255, 0.9)), url('../images/foto-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.less-padding {
  padding-top: 50px;
}

.section.features {
  position: relative;
  padding-top: 0px;
  padding-bottom: 50px;
}

.section.photo {
  height: 650px;
  background-color: #f3f4f6;
}

.section.intro {
  background-color: #fff;
}

.section.grey-back {
  background-color: #e9e9e9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 91.4%, 0.88)), to(hsla(0, 0%, 91.4%, 0.88)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 91.4%, 0.88), hsla(0, 0%, 91.4%, 0.88));
  background-position: 0px 0px;
}

.section.hidden {
  display: none;
}

.section.other-section {
  padding-bottom: 0px;
  background-color: rgba(245, 247, 250, 0);
}

.section.space-up-down {
  padding-top: 139px;
  padding-bottom: 0px;
}

.section.other {
  margin-top: 164px;
}

.container-fluid {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-fluid.features {
  position: relative;
  margin-top: -150px;
}

.container-fluid.center {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-fluid.center.uper {
  top: 35%;
}

.container-fluid.center.uper.normal {
  top: 40%;
}

.container-fluid.center.uper.more {
  top: 28%;
}

.container-fluid.center.uper.in-full-width {
  top: 45%;
}

.container-fluid.center.uper.in-contact {
  top: 44%;
}

.container-fluid.center.contact {
  top: 45%;
}

.container-fluid.center.bottom {
  top: 70%;
}

.container-fluid.center.pop-up {
  width: 30%;
}

.container-fluid.center.bottom-absolute {
  position: absolute;
  left: 0px;
  top: 42px;
  right: 0px;
  bottom: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.container-fluid.center.style-10 {
  top: 69%;
}

.container-fluid.center.intro {
  top: 45%;
}

.container-fluid.in-404 {
  width: 60%;
}

.container-fluid.in-project-page {
  position: relative;
  margin-top: -150px;
}

.container-fluid.hidden {
  display: none;
}

.service-business-wrapper {
  width: 33.333%;
  margin-right: -1px;
  padding: 60px 40px 50px;
  float: left;
  border-right: 1px solid #e1e1e1;
  text-align: center;
}

.service-business-wrapper.another-line {
  border-left: 1px solid #e1e1e1;
}

.service-wrapper {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.service-icon {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('../images/idea-1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.service-icon.icon-2 {
  background-image: url('../images/analytics.svg');
}

.service-icon.icon-3 {
  background-image: url('../images/sitemap.svg');
}

.service-title {
  margin-top: 0px;
}

.top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-bottom: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-title.less-space {
  margin-bottom: 40px;
}

.top-title.less-space.more {
  margin-bottom: 30px;
}

.align-center {
  position: static;
  top: 0px;
  text-align: center;
}

.bolder {
  display: none;
  margin-left: 2px;
  color: #4253ff;
  font-size: 40px;
  line-height: 0px;
  font-weight: 600;
}

.bolder.white {
  display: block;
  color: #fff;
}

.top-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #919197;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
}

.top-heading.dark {
  color: #4f5362;
}

.top-heading.white {
  color: #fff;
}

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

.top-margin.more {
  margin-top: 12px;
  text-align: left;
}

.top-margin.more.extra {
  margin-top: 60px;
}

.top-margin.big {
  margin-top: 100px;
}

.top-margin.intro {
  margin-top: 80px;
}

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

.social-icon {
  width: 35px;
  height: 35px;
  margin-right: 3px;
  margin-left: 3px;
  border-radius: 100%;
  background-color: #4253ff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-icon:hover {
  -webkit-filter: none;
  filter: none;
}

.social-icon.facebook {
  background-image: url('../images/font-awesome_4-7-0_facebook_256_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.facebook:hover {
  background-color: #0057ff;
}

.social-icon.facebook.hidden {
  display: none;
}

.social-icon.twitter {
  background-image: url('../images/font-awesome_4-7-0_twitter_100_0_ffffff_none-5_1font-awesome_4-7-0_twitter_100_0_ffffff_none (5).png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.social-icon.twitter.hidden {
  display: none;
}

.social-icon.google {
  background-image: url('../images/font-awesome_4-7-0_google_100_0_ffffff_none-1_1font-awesome_4-7-0_google_100_0_ffffff_none (1).png');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.social-icon.google.hidden {
  display: none;
}

.social-icon.insta {
  background-image: url('../images/font-awesome_4-7-0_instagram_100_0_ffffff_none-5_1font-awesome_4-7-0_instagram_100_0_ffffff_none (5).png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.project-wrapper {
  position: relative;
  width: 100%;
  height: 320px;
  margin-bottom: 20px;
  padding: 40px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #121217;
  text-decoration: none;
}

.project-wrapper:hover {
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.15);
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #4253ff;
}

.project-wrapper.style-2 {
  height: auto;
  margin-bottom: 0px;
  padding: 0px;
  border-style: none;
}

.project-wrapper.style-2.add-shadow {
  margin-bottom: 20px;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
}

.project-wrapper.style-2.add-shadow:hover {
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.3);
}

.project-wrapper.smaller {
  height: 160px;
}

.project-wrapper.no-line {
  border-style: none;
}

.project-title {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 400;
  text-transform: capitalize;
}

.project-type {
  font-family: Roboto, sans-serif;
  color: #919197;
  font-size: 16px;
  font-weight: 300;
}

.project-type.in-testi {
  margin-top: 0px;
}

.arrow-bottom {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 23px;
  height: 23px;
  background-image: url('../images/export.svg');
  background-position: 0px 0px;
  background-size: contain;
}

.arrow-bottom.in-blog {
  right: 30px;
  bottom: 26px;
}

.arrow-bottom.in-blog.second-arrow {
  bottom: 25px;
}

.arrow-bottom.uper {
  bottom: 30px;
}

.logo-wrapper {
  width: 20%;
  height: 100px;
  float: left;
  opacity: 0.8;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-wrapper:hover {
  opacity: 1;
}

.logo-wrapper.logo-1 {
  background-image: url('../images/logo-1w.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.logo-wrapper.logo-2 {
  background-image: url('../images/logo-2w.png');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.logo-wrapper.logo-3 {
  background-image: url('../images/logo-3w.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.logo-wrapper.logo-4 {
  background-image: url('../images/logo-4w.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.logo-wrapper.logo-5 {
  background-image: url('../images/logo-5w.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.testi-slider {
  height: auto;
  background-color: transparent;
}

.slide-nav {
  position: relative;
  margin-top: 15px;
  opacity: 0.7;
  font-size: 10px;
}

.slide-nav.full-color {
  margin-top: 40px;
  opacity: 1;
}

.testi-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.testi-wrapper.card {
  width: 70%;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.testi-wrapper.center {
  text-align: center;
}

.button {
  padding-top: 12px;
  padding-right: 30px;
  padding-left: 30px;
  border: 2px solid #4253ff;
  border-radius: 10px;
  background-color: transparent;
  background-image: url('../images/long-arrow-pointing-to-the-right.svg');
  background-position: 128% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #4253ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  padding-right: 45px;
  padding-left: 20px;
  background-color: #4253ff;
  background-position: 90% 50%;
  color: #fff;
}

.button.white {
  border-color: #fff;
  border-radius: 100px;
  color: #fff;
}

.button.white:hover {
  background-color: #fff;
  background-image: url('../images/long-arrow-pointing-to-the-right-1.svg');
  color: #4253ff;
}

.button.in-navigation {
  position: relative;
  top: 18px;
  float: right;
}

.button.in-tab {
  margin-right: 25px;
  border-color: #f1f1f7;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  color: #838390;
}

.button.in-tab:hover {
  padding-right: 30px;
  padding-left: 30px;
  border-color: #4253ff;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.button.in-tab.w--current {
  border-color: #4253ff;
  background-color: #4253ff;
  color: #fff;
}

.button.in-tab.pricing {
  margin-right: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.button.in-tab.pricing.annual {
  border-radius: 0px 10px 10px 0px;
}

.button.in-tab.with-dark-color {
  border-color: #838390;
}

.button.in-tab.with-dark-color:hover {
  border-color: #616172;
  color: #616172;
}

.button.in-tab.with-dark-color.w--current {
  border-color: #4253ff;
}

.button.green {
  border-color: #50bf9f;
  color: #50bf9f;
}

.button.green:hover {
  background-color: #50bf9f;
  color: #fff;
}

.button.green.full {
  border-color: #03bf6d;
  background-color: #03bf6d;
  color: #fff;
}

.button.green.full.full-width.in-banner {
  width: 35%;
  height: 55px;
  border-color: #4253ff;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #4253ff;
}

.button.green.full.in-password {
  height: 50px;
}

.button.full-blue {
  background-color: #4253ff;
  color: #fff;
}

.button.full-width {
  width: 100%;
  text-align: center;
}

.button.purple {
  border-color: #c2442c;
  color: #c2442c;
}

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

.button.purple.full {
  background-color: #c2442c;
  color: #fff;
}

.button.rounded {
  border-radius: 50px;
}

.button.dark {
  border-color: #212127;
  color: #212127;
}

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

.button.dark.full {
  background-color: #212127;
  color: #fff;
}

.button.button-1 {
  padding: 9px 32px;
  border-color: #0057ff;
  border-radius: 20px;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.41);
  color: #0057ff;
  font-size: 12px;
}

.button.button-1:hover {
  background-color: #0057ff;
  color: #fff;
}

.button.button-1.orange-button {
  border-color: #ff9215;
  color: #ff9215;
}

.button.button-1.orange-button:hover {
  border-color: #0057ff;
  background-color: #0057ff;
  color: #fff;
}

.testi-icon {
  display: block;
  width: 90px;
  height: 90px;
  margin-bottom: 20px;
  border-radius: 100%;
  background-image: url('../images/client-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testi-icon.photo-2 {
  background-image: url('../images/client-5.jpg');
  background-size: cover;
}

.testi-icon.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.testi-name {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 15px;
}

.pricing-wrapper {
  position: relative;
  width: 33.333%;
  margin-left: -1px;
  padding: 40px 20px 50px;
  float: left;
  background-color: #fff;
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-align: left;
}

.pricing-wrapper.featured {
  position: relative;
  margin-top: -40px;
  padding-top: 80px;
  border-style: none;
  background-color: #4253ff;
  box-shadow: none;
}

.pricing-wrapper.style-3 {
  border: 1px solid #e1e1e1;
  box-shadow: none;
}

.pricing-wrapper.style-3:hover {
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.pricing-wrapper.style-4 {
  padding: 0px 10px;
  background-color: transparent;
  box-shadow: none;
}

.pricing-wrapper.style-4.four-column {
  width: 25%;
}

.pricing-wrapper.style-4.full-price {
  width: 100%;
  margin-left: 0px;
  text-align: center;
}

.pricing-wrapper.full-pricing {
  width: 90%;
  float: right;
  background-color: transparent;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.15);
}

.pricing-title {
  color: #7a7a7a;
  font-size: 19px;
  line-height: 30px;
  font-weight: 300;
}

.pricing-title.white {
  color: #fff;
}

.pricing-title.blue {
  margin-top: 0px;
  color: #4253ff;
  font-weight: 500;
}

.pricing-title.center-blue {
  color: #4253ff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.price {
  display: inline-block;
  margin-bottom: 0px;
  color: #4253ff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
}

.price.white {
  color: #fff;
}

.price.in-photo-view {
  color: #fff;
  font-size: 70px;
  line-height: 60px;
}

.white-paragraph {
  color: #fff;
  text-align: left;
}

.drop-down-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.drop-down-list.w--open {
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.2);
}

.drop-down-list.in-drop.w--open {
  left: 163px;
  top: -10px;
  z-index: 1;
  width: 300px;
}

.drop-down-list.mega.w--open {
  width: 800px;
}

.drop-down-list.mega.white-back.w--open {
  background-color: rgba(0, 0, 0, 0.57);
}

.dropdown-link {
  width: 100%;
  padding-right: 25px;
  font-family: Roboto, sans-serif;
  color: rgba(18, 18, 23, 0.4);
  cursor: pointer;
}

.dropdown-link:hover {
  color: rgba(18, 18, 23, 0.7);
}

.dropdown-link.w--current {
  color: rgba(18, 18, 23, 0.7);
}

.dropdown-link.second {
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link.white-text {
  color: hsla(0, 0%, 100%, 0.83);
}

.blog-wrapper {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #121217;
  text-decoration: none;
}

.blog-wrapper:hover {
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
  -webkit-filter: none;
  filter: none;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
  color: #4253ff;
}

.blog-content {
  position: relative;
  padding: 35px 34px 25px;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.1);
}

.blog-title {
  margin-top: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  text-decoration: none;
}

.dark.with-color-background {
  color: #4f5362;
}

.line-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #e1e1e1;
}

.line-divider.in-footer {
  margin-top: 30px;
  margin-bottom: 25px;
}

.line-divider.in-footer.transparent {
  background-color: hsla(0, 0%, 100%, 0.14);
}

.nav-style-2 {
  float: none;
  text-align: center;
}

.social-wrapper {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: right;
  -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;
}

.top-header {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}

.top-header.no-line {
  padding-bottom: 10px;
  border-bottom-style: none;
}

.nav-left {
  padding-right: 20px;
  float: none;
}

.align-right {
  text-align: right;
}

.div-block {
  position: relative;
  top: 7px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tab-menu.left {
  text-align: left;
}

.tab-menu.more-space {
  margin-bottom: 60px;
}

.tab-link {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  text-align: center;
}

.tab-link:hover {
  opacity: 1;
}

.tab-link.w--current {
  background-color: transparent;
  opacity: 1;
  -webkit-filter: none;
  filter: none;
  color: #4253ff;
}

.tab-icon {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 1px solid #4253ff;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/stats.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.tab-icon.ico-2 {
  background-image: url('../images/browser-5.svg');
}

.tab-icon.icon-3 {
  background-image: url('../images/viral-marketing.svg');
}

.tab-icon.icon-4 {
  background-image: url('../images/coding-1.svg');
}

.tab-name {
  font-size: 17px;
  line-height: 28px;
}

.line-tab {
  position: relative;
  top: 47px;
  width: 250px;
  height: 1px;
  background-color: #e1e1e1;
}

.line-tab.right {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(60%, #e1e1e1), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, #e1e1e1 60%, hsla(0, 0%, 100%, 0));
}

.line-tab.right.lwdr {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(60%, #e1e1e1), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(270deg, #e1e1e1 60%, hsla(0, 0%, 100%, 0));
}

.services-wrapper {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.service-icon-style {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/vector-2.svg');
  background-position: 50% 0px;
  background-size: 55px;
  background-repeat: no-repeat;
}

.service-icon-style.ico-2 {
  background-image: url('../images/depth-perception.svg');
}

.service-icon-style.ico-3 {
  background-image: url('../images/molecule.svg');
}

.service-icon-style.ico-4 {
  background-image: url('../images/cubes.svg');
}

.service-icon-style.ico-5 {
  background-image: url('../images/like-3.svg');
}

.service-icon-style.ico-6 {
  background-image: url('../images/navigation-2.svg');
}

.service-icon-style.ico-7 {
  background-image: url('../images/users-1.svg');
}

.service-content {
  position: relative;
  overflow: hidden;
}

.features-wrapper {
  width: 33.333%;
  padding: 50px 40px 40px;
  float: left;
  background-color: #fff;
  text-align: center;
}

.features-wrapper.no-line {
  border-right-style: none;
}

.features-shadow {
  box-shadow: 4px 40px 100px 0 rgba(0, 0, 0, 0.15);
}

.icon-circle {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-color: #4253ff;
}

.icon-circle.ico-1 {
  background-image: url('../images/umbrella.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.icon-circle.ico-2 {
  background-image: url('../images/gift-1.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.icon-circle.ico-3 {
  background-image: url('../images/paper-plane-6.svg');
  background-position: 44% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.heading {
  margin-bottom: 0px;
}

.collection-item {
  padding-right: 0px;
  padding-left: 0px;
}

.project-content {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 15px 15px 15px 25px;
  background-color: #fff;
}

.collection-list-wrapper {
  background-color: #f5f5f7;
}

.client-wrapper {
  width: 33.333%;
  padding: 10px;
  float: left;
}

.client-wrapper.four {
  width: 25%;
}

.client-content {
  height: 140px;
  background-color: #f5f5f7;
  background-image: url('../images/logo-1.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.client-content:hover {
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.client-content.logo-2 {
  background-image: url('../images/logo-2.png');
  background-size: 120px;
}

.client-content.logo-3 {
  background-image: url('../images/logo-3.png');
  background-size: 120px;
}

.client-content.logo-4 {
  background-image: url('../images/logo-4.png');
  background-size: 120px;
}

.client-content.logo-5 {
  background-image: url('../images/logo-5.png');
  background-size: 120px;
}

.client-content.logo-6 {
  background-image: url('../images/logo-6.png');
  background-size: 120px;
}

.client-content.white-client {
  background-color: #fff;
}

.contact-infon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
  float: left;
  border: 1px solid #4253ff;
  border-radius: 100%;
  background-image: url('../images/phone-call-7.svg');
  background-position: 50% 50%;
  background-size: 28px;
  background-repeat: no-repeat;
}

.contact-infon.ico-2 {
  background-image: url('../images/position.svg');
  background-size: 38px;
}

.contact-infon.ico-3 {
  background-image: url('../images/mail.svg');
  background-size: 30px;
}

.contact-infon.add-it-center {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  float: none;
}

.contact-content {
  position: relative;
  overflow: hidden;
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 3px;
}

.form-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.text-field {
  height: 55px;
  padding-left: 20px;
  border-style: none;
  border-radius: 10px;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.1);
  font-weight: 300;
}

.text-field:hover {
  background-color: #fafafa;
}

.text-field:focus {
  background-color: #fafafa;
  color: #4253ff;
}

.text-field.area {
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 74px;
}

.text-field.area.less-margin {
  margin-bottom: 10px;
}

.text-field.pass {
  height: 50px;
}

.text-field.in-banner {
  width: 65%;
  float: left;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.div-block-2 {
  padding-right: 10px;
  padding-left: 10px;
}

.success-message {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #03bf6d;
  background-image: url('../images/success.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.error-message {
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #c53737;
  background-image: url('../images/error-3.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.div-block-3 {
  position: relative;
  top: 42px;
}

.check-list {
  margin-bottom: 15px;
  background-image: url('../images/success-1.svg');
  background-position: 100% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  text-align: left;
}

.check-list.none {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #ccc;
}

.check-list.none.transparent {
  color: hsla(0, 0%, 100%, 0.44);
}

.check-list.white {
  color: #fff;
}

.unordered-list {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-4 {
  padding-right: 40px;
  padding-left: 40px;
}

.div-block-4.normal {
  padding-left: 0px;
}

.div-block-4.another-style {
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.2);
}

.div-block-4.another-style.white-photo {
  background-image: url('../images/fw-slider1-p1-2.jpg');
  background-position: 50% 50%;
  background-size: 960px;
}

.horizontal-divider {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.vision-wrapper {
  position: relative;
  height: 400px;
  background-image: url('../images/vision02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
}

.vision-wrapper.photo-2 {
  background-image: url('../images/vision01.jpg');
}

.vision-wrapper.photo-3 {
  background-image: url('../images/vision03.jpg');
  background-position: 50% 0px;
}

.vision-content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-right: 50px;
  padding: 10px 20px;
  background-color: #fff;
}

.features-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 25px;
  background-image: url('../images/edit-2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.features-icon.ico-2 {
  background-image: url('../images/network-3.svg');
}

.features-icon.ico-3 {
  background-image: url('../images/navigation-1.svg');
}

.features-icon.ico-4 {
  background-image: url('../images/flag-3.svg');
}

.features-icon.ico-5 {
  background-image: url('../images/megaphone-4.svg');
}

.features-icon.ico-6 {
  background-image: url('../images/magic-wand-1.svg');
}

.features-icon.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.column {
  padding-left: 65px;
  background-color: #ffd9d9;
}

.lightbox-link {
  position: relative;
  width: 100%;
  height: 480px;
  background-image: url('../images/img1.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  cursor: pointer;
}

.lightbox-link:hover {
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.3);
}

.lightbox-link.auto {
  height: auto;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-image: url('../images/play-icon_1play-icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-icon.smaller-icon {
  width: 70px;
  height: 70px;
}

.play-icon.hidden {
  display: none;
}

.tab-pane {
  padding-bottom: 20px;
}

.tab-pane.no-padding {
  padding-bottom: 0px;
}

.slide {
  padding-bottom: 20px;
}

.about-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 70px;
  background-color: #fff;
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.team-content {
  padding: 30px 60px;
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.team-name {
  margin-top: 0px;
  text-align: center;
}

.half-section {
  position: relative;
  width: 50%;
  height: 650px;
  padding-top: 60px;
  padding-right: 100px;
  padding-bottom: 60px;
  float: left;
  clear: right;
}

.half-section.normal {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.half-section.gray-color {
  background-color: #c2c6d3;
}

.half-section.add-map {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.half-section.add-gray {
  background-color: #f1f1f7;
}

.half-section.with-photo {
  background-image: url('../images/contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section.in-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url('../images/shutterstock_2044257446-LOW-res.jpg');
  background-position: 100% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-section.in-banner.color {
  z-index: 2;
  background-color: #4253ff;
  background-image: none;
  background-size: auto;
}

.half-section.in-banner.color._50-wide {
  left: 5%;
  top: auto;
  right: auto;
  bottom: 6%;
  width: 30%;
  height: auto;
  padding: 33px;
  border-radius: 20px;
  background-color: rgba(66, 83, 255, 0.73);
  background-image: none;
}

.half-section.in-banner.color._50-wide.right-side {
  left: auto;
  top: auto;
  right: 3%;
  bottom: 8%;
  background-color: rgba(0, 54, 158, 0.5);
}

.half-section.in-banner.color._50-wide.darker-blue {
  bottom: 18%;
  background-color: #4253ff;
}

.half-section.in-banner.color._50-wide.purple-colour {
  bottom: 18%;
  background-color: rgba(108, 29, 255, 0.8);
}

.half-section.in-banner.color._50-wide.purple-colour.lower-position {
  bottom: 7%;
}

.half-section.in-banner.color._50-wide.purple-colour.little-lower {
  bottom: 15%;
}

.half-section.in-banner.color._50-wide.purple-colour.much-slower-position {
  bottom: 6%;
  width: 50%;
}

.half-section.in-banner.standard-module-main-image {
  background-image: url('../images/Modules.jpeg');
  background-position: 100% 50%;
}

.half-section.in-banner.proffesional-module-main-image {
  background-image: url('../images/Proffesionla-Module-Main-Image.png');
}

.half-section.in-banner.networking {
  background-image: url('../images/Networking.jpg');
  background-position: 100% 20%;
}

.half-section.in-banner.about-us-image {
  background-image: url('../images/About-Main-Image.png');
}

.half-section.in-banner.partners {
  background-image: url('../images/partnership-header_ce23d7c59800335169b05f6be629dbe8.png');
  background-position: 100% 0%;
}

.half-section.in-banner.employment {
  background-image: url('../images/tasks_projects_document-1.jpg');
  background-position: 100% 50%;
}

.half-section.pricing-section {
  padding-right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 39, 0.2)), to(rgba(33, 33, 39, 0.2))), url('../images/pric-2.jpg');
  background-image: linear-gradient(180deg, rgba(33, 33, 39, 0.2), rgba(33, 33, 39, 0.2)), url('../images/pric-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.half-section.pricing-section.photo-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 39, 0.3)), to(rgba(33, 33, 39, 0.3))), url('../images/pric-1.jpg');
  background-image: linear-gradient(180deg, rgba(33, 33, 39, 0.3), rgba(33, 33, 39, 0.3)), url('../images/pric-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.left-square {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 500px;
  height: 100%;
  background-color: #4253ff;
}

.container-center {
  position: relative;
  top: 50%;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.container-center.video {
  width: 100%;
}

.container-center.more {
  width: 80%;
}

.container-center.contact-page {
  width: 90%;
}

.photo-wrapper {
  width: 46%;
  height: 500px;
  margin-right: 20px;
  float: left;
  background-image: url('../images/ab-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
}

.photo-wrapper.side-2 {
  position: relative;
  margin-top: 50px;
  background-image: url('../images/1.png');
  background-position: 50% 50%;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features-second-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.features-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
}

.div-block-9 {
  margin-right: 19px;
  padding: 50px 21px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
}

.div-block-9.images {
  padding: 20px 20px 20px 30px;
  text-align: center;
}

.white-content {
  position: relative;
  z-index: 1;
  display: block;
  width: 90%;
  margin-top: -70px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 50px 30px;
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.based-content {
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.3);
}

.sub-banner {
  position: relative;
  height: 250px;
  background-color: #4253ff;
  box-shadow: inset -2px 30px 50px -7px rgba(0, 0, 0, 0.2);
}

.sub-banner.add-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 83, 255, 0.95)), to(rgba(66, 83, 255, 0.95))), url('../images/financia-b.jpg');
  background-image: linear-gradient(180deg, rgba(66, 83, 255, 0.95), rgba(66, 83, 255, 0.95)), url('../images/financia-b.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: none;
}

.sub-banner.dark {
  background-color: #212127;
}

.sub-banner.no-shadow {
  box-shadow: none;
}

.sub-banner.gray {
  background-color: #9ea2b1;
}

.sub-banner.gray.no-shadow.more {
  height: 300px;
}

.sub-banner.gray.small {
  height: 220px;
}

.sub-banner.biger {
  height: 400px;
}

.sub-banner.biger.dark.no-shadow.add-photo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url('../images/joel-filipe-204529.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url('../images/joel-filipe-204529.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.sub-banner.biger.no-shadow.in-blog-page {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.sub-banner.biger-sub {
  height: 450px;
}

.sub-banner.white-background {
  background-color: #f1f1f7;
}

.toggle-element {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.toggle-element.in-pages {
  width: 90%;
}

.toggle-wrapper {
  margin-bottom: 10px;
}

.toggle-header {
  width: 100%;
  padding: 20px 15px 17px 20px;
  border-bottom: 1px solid #e1e1e1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.15);
  color: #919197;
  text-decoration: none;
}

.toggle-header:hover {
  color: #4253ff;
}

.toggle-header.with-ico {
  padding-left: 55px;
  background-image: url('../images/like-3.svg');
  background-position: 19px 50%;
  background-size: 22px;
  background-repeat: no-repeat;
}

.toggle-header.with-ico.ico-2 {
  background-image: url('../images/users-1.svg');
}

.toggle-header.with-ico.ico-3 {
  background-image: url('../images/navigation-2.svg');
}

.toggle-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 30px 30px 30px 15px;
}

.toggle-icon {
  position: relative;
  top: 2px;
  right: 10px;
  width: 16px;
  height: 16px;
  float: right;
  background-image: url('../images/arrow-down-sign-to-navigate.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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: #4253ff;
  background-image: url('../images/attention-1.svg');
  background-position: 117% 50%;
  background-size: 36%;
  background-repeat: no-repeat;
}

.utility-page-wrap.password {
  background-image: url('../images/key-2.svg');
}

.utility-page-content {
  display: block;
  width: 40%;
  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;
  text-align: center;
}

.utility-page-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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.meta-tag {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 25px;
  font-style: italic;
}

.background-video {
  height: 100%;
}

.video-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 131, 143, 0.95);
}

.video-overlay.less {
  background-color: rgba(128, 131, 143, 0.9);
}

.video-overlay.other-color {
  background-color: rgba(33, 33, 39, 0.9);
}

.subscribe-wrapper {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.dropdown {
  width: 100%;
}

.text-block {
  display: inline-block;
}

.icon-5 {
  right: 0px;
  bottom: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 10px;
}

.smaller {
  font-size: 15px;
  line-height: 25px;
}

.footer {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #f1f1f7;
}

.footer.style-2 {
  padding: 49px 60px;
  background-color: #ccc;
  color: #ccc;
}

.footer.style-3 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #4253ff;
}

.footer.style-4 {
  background-color: #212127;
}

.footer-link {
  display: inline-block;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #595959;
  font-size: 17px;
  line-height: 27px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.nav {
  margin-right: 10px;
  margin-left: 10px;
}

.footer-link.whiter {
  color: #fff;
}

.blue {
  margin-bottom: 15px;
  color: #595959;
}

.blue.white {
  color: #ccc;
}

.blue.white.colour-text {
  color: #595959;
}

.block {
  display: inline-block;
  margin-left: 20px;
  padding-right: 20px;
  border-right: 1px solid #e1e1e1;
}

.block.no-line {
  border-right-style: none;
}

.block.zero-left {
  margin-left: 0px;
}

.column-2 {
  padding-left: 0px;
}

.link-block {
  display: block;
  margin-bottom: 30px;
}

.move-down {
  margin-top: 90px;
}

.move-down.double {
  margin-top: 180px;
}

.div-block-11 {
  margin-top: -170px;
}

.blue-background {
  overflow: hidden;
  background-color: #4253ff;
}

.footer-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.alerts-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #ffe9e9;
  color: #de5959;
}

.alerts-wrapper.success {
  background-color: #ebf6e0;
  color: #5f9025;
}

.alerts-wrapper.warning {
  background-color: #fbfadd;
  color: #8f872e;
}

.alerts-wrapper.notice {
  background-color: #e9f7fe;
  color: #4587a9;
}

.alert-text {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

.second-text {
  display: inline-block;
  font-weight: 300;
}

.alert-remove-first {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #ffe9e9;
  color: #de5959;
}

.alert-remove-second {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #ebf6e0;
  color: #5f9025;
}

.alert-remove-third {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #fbfadd;
  color: #8f872e;
}

.alert-remove-fourth {
  position: relative;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #e9f7fe;
  color: #4587a9;
}

.deleted {
  color: #cacaca;
  text-decoration: line-through;
}

.mark {
  padding: 2px 4px;
  background-color: #fcf8e3;
  color: #8a803e;
}

.color {
  padding: 2px 4px;
  background-color: #4253ff;
  color: #fff;
}

.call-to-action {
  padding: 60px 20px 60px 40px;
  background-color: #4253ff;
  color: #fff;
  text-align: center;
}

.call-to-action.transparent {
  background-color: #fff;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.15);
  color: #212127;
}

.call-to-action.with-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/foto-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/foto-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.call-text {
  position: relative;
  top: 6px;
  display: inline-block;
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
  font-size: 26px;
  font-weight: 300;
}

.progress-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.progress-line {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 3px;
  background-color: #e9e9e9;
}

.progress-line.second-style {
  display: inline-block;
  width: 60%;
  height: 28px;
  float: left;
}

.progress-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 80%;
  background-color: #4253ff;
}

.progress-overlay.second {
  width: 60%;
}

.progress-overlay.third {
  width: 95%;
}

.progress-overlay.fourth {
  width: 57%;
}

.progress-overlay.five {
  width: 100%;
}

.progress-overlay.six {
  width: 20%;
}

.paragraph-progress {
  display: inline-block;
  margin-left: 20px;
}

.no-margin {
  margin-top: 0px;
}

.contact-full {
  height: 100vh;
  background-color: #4253ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 83, 255, 0.97)), to(rgba(66, 83, 255, 0.97))), url('../images/contact.jpg');
  background-image: linear-gradient(180deg, rgba(66, 83, 255, 0.97), rgba(66, 83, 255, 0.97)), url('../images/contact.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.contact-div {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px 20px;
  border-radius: 4px;
  background-color: #f1f1f7;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.2);
}

.contact-div.in-pop-up {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}

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

.map {
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.full {
  height: 100%;
}

.map-tab {
  height: 300px;
}

.map-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.full-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #4253ff, rgba(66, 83, 255, 0.61));
}

.contact-pop-up {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 39, 0.97)), to(rgba(33, 33, 39, 0.97)));
  background-image: linear-gradient(180deg, rgba(33, 33, 39, 0.97), rgba(33, 33, 39, 0.97));
}

.close-pop-up {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url('../images/error-3.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.close-pop-up:hover {
  opacity: 1;
}

.small-agree {
  font-size: 15px;
  font-style: italic;
}

.scroll-navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100px;
  margin-top: 0px;
  padding-right: 30px;
  padding-left: 70px;
  -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: #fff;
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.2);
}

.go-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 9996;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #0057ff;
  background-image: url('../images/font-awesome_4-7-0_long-arrow-up_100_0_ffffff_none_1font-awesome_4-7-0_long-arrow-up_100_0_ffffff_none.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.go-top:hover {
  background-color: rgba(66, 83, 255, 0.88);
}

.project-page-wrapper {
  padding: 50px 60px 60px;
  background-color: #fff;
  box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
}

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

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

.details {
  display: inline-block;
  margin-right: 5px;
}

.details.better {
  color: #616167;
  font-style: italic;
}

.sub-blog-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.blog-post-wrapper {
  padding: 50px 100px;
  background-color: #fff;
}

.form-block.no-margin-form {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.div-block-13.horizontal-part {
  width: 20%;
  float: left;
}

.image {
  width: 100%;
}

.top-banner-title {
  margin-top: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
}

.top-banner-title.smaller-text {
  font-size: 240%;
  line-height: 42px;
  font-weight: 400;
  text-align: left;
}

.top-banner-title.dark {
  color: #4253ff;
}

.top-banner-title.dark.dark-small {
  margin-top: 15px;
  font-size: 38px;
  line-height: 47px;
}

.top-banner-title.add-top-margin {
  margin-top: 40px;
}

.top-banner-title.grande {
  font-size: 70px;
  line-height: 80px;
}

.sub-text-banner {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 100%;
  line-height: 160%;
  font-weight: 300;
  text-align: left;
}

.sub-text-banner.gray-color {
  color: #919196;
}

.sub-text-banner.make-darker {
  color: #4f5362;
}

.sub-text-banner.in-intro {
  margin-top: 15px;
  font-size: 18px;
}

.add-in-center {
  margin-top: 94px;
}

.add-in-center.more {
  margin-top: 120px;
}

.add-in-center.more.make-cnt {
  margin-top: 100px;
  text-align: center;
}

.add-in-center.more-full {
  margin-top: 203px;
}

.banner-ico {
  display: block;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-image: url('../images/diamond-5.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.scroll-down-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 998;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.scroll-down-wrapper.left-align {
  padding-right: 30px;
  text-align: right;
}

.scroll-down-icon {
  width: 25px;
  height: 25px;
  background-image: url('../images/font-awesome_4-7-0_long-arrow-down_100_0_ffffff_none_1font-awesome_4-7-0_long-arrow-down_100_0_ffffff_none.png');
  background-position: 0px 0px;
  background-size: contain;
}

.lightbox-ico {
  position: relative;
  top: 5px;
  width: 80px;
  height: 80px;
}

.form-banner {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.tab-menu-slider {
  display: block;
  background-color: #fff;
  box-shadow: 0 10px 12px -7px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.tab-pane-3 {
  height: 600px;
  background-color: #313137;
}

.tab-design-slider {
  margin-left: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.tab-design-slider:hover {
  -webkit-filter: none;
  filter: none;
}

.tab-design-slider.w--current {
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
}

.text-tab-number {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-top: 22px;
  float: left;
  border: 1px solid #4253ff;
  border-radius: 100%;
  color: #4253ff;
  font-size: 25px;
  text-align: center;
}

.tab-slider-title {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 5px;
  color: #4253ff;
  font-size: 18px;
  line-height: 20px;
}

.tab-slide-content {
  position: relative;
  overflow: hidden;
}

.paragraph {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 22px;
}

.hero-image {
  position: relative;
  left: -169px;
  top: -41px;
  max-width: 580px;
  float: left;
}

.absolute-navigation {
  position: absolute;
  width: 100%;
}

.slider-banner {
  height: 100%;
  background-color: transparent;
}

.slide-nav-banner {
  opacity: 0.7;
  font-size: 12px;
}

.arrow-slide {
  width: 70px;
  height: 70px;
  background-color: rgba(33, 33, 39, 0.8);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 24px;
}

.arrow-slide:hover {
  background-color: #4253ff;
}

.lightbox-slide {
  display: block;
  width: 80%;
  margin-right: 0px;
  margin-left: auto;
}

.slider-rotator {
  height: auto;
  background-color: transparent;
}

.hide-option {
  overflow: hidden;
}

.image-2 {
  position: relative;
  display: block;
  max-width: 1800px;
  margin-right: auto;
  margin-left: auto;
}

.intro-title {
  margin-top: 0px;
  color: #fff;
  font-size: 52px;
  line-height: 52px;
  font-weight: 400;
}

.info-wrapper-content {
  position: relative;
  top: 100px;
  display: block;
  overflow: hidden;
}

.features-wrapper-intro {
  display: block;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
}

.into-link {
  display: inline-block;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: hsla(0, 0%, 100%, 0.5);
  text-decoration: none;
  cursor: pointer;
}

.into-link:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.demo-main {
  position: relative;
  display: block;
  overflow: hidden;
  width: 85%;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 12px 10px -7px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.demo-main:hover {
  box-shadow: 0 12px 10px -2px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

.bottom-title-pres {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 0px;
  height: 0px;
  border-right: 0px solid transparent;
  border-bottom: 70px solid #4253ff;
  border-left: 70px solid transparent;
}

.text-block-3 {
  position: absolute;
  top: 37px;
  right: 15px;
  bottom: 0px;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.text-block-3.two {
  right: 12px;
}

.full-contact-width {
  height: 100vh;
  background-color: #212127;
  background-image: url('../images/back-con.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-hald-part {
  width: 50%;
  height: 540px;
  padding: 20px 35px;
  float: left;
  background-color: #4253ff;
}

.contact-hald-part.no-padding {
  height: auto;
  padding: 0px;
  background-color: #fff;
}

.contact-info-part {
  height: 180px;
  box-shadow: 0 1px 0 0 #e1e1e1;
  text-align: center;
}

.line-divider-price {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.circle-dollar {
  position: relative;
  left: 5px;
  top: -30px;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #03bf6d;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
}

.left-copyright-flex {
  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;
}

.left-copyright-flex.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.copyright-2 {
  margin-bottom: 0px;
  color: #919197;
  font-size: 14px;
}

.copyright-2.white {
  color: #fff;
}

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

.link.left {
  margin-left: 15px;
}

.link.left.just-white {
  color: #fff;
}

.link.just-white {
  color: #fff;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.made-with-webflow.left-margin {
  margin-top: 0px;
  margin-left: 10px;
}

.webflow-logo-tiny {
  width: 18px;
  margin-right: 4px;
  opacity: 0.9;
}

.paragraph-tiny {
  color: #515157;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.paragraph-tiny.whiter {
  color: #fff;
}

.column-none {
  display: none;
}

.flex-column {
  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;
}

.flex-column.centerize {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-margin-2 {
  margin-top: 25px;
}

.top-margin-2.more {
  margin-top: 35px;
}

.licens-image {
  width: 100%;
}

.changelog {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.75fr 1fr 1fr 1fr;
  grid-template-columns: 0.75fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.other-size {
  font-size: 24px;
  line-height: 34px;
}

.paragraph-2 {
  font-size: 15px;
}

.link-2 {
  margin-right: 26px;
  color: rgba(18, 18, 23, 0.63);
  text-decoration: none;
}

.nav-menu-2 {
  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;
}

.nav-menu-2.hidden {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #4253ff;
}

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

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

.heading-2 {
  margin-bottom: 35px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 600;
  text-align: left;
}

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

.div-block-19 {
  margin-top: 25px;
}

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

.div-block-21 {
  width: 70%;
}

.div-block-22 {
  margin-right: 25px;
}

.div-block-23 {
  margin-left: 25px;
}

.heading-3 {
  color: #000;
  font-size: 20px;
}

.button-2 {
  padding: 12px 30px;
  border-radius: 20px;
  background-color: #ff9215;
  box-shadow: -2px 3px 4px -1px rgba(0, 0, 0, 0.35);
}

.button-3 {
  padding: 12px 30px;
  border-radius: 100px;
  background-color: #0057ff;
  box-shadow: -3px 3px 4px -1px rgba(0, 0, 0, 0.35);
}

.heading-4 {
  text-align: left;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.image-3 {
  margin-top: 27px;
  margin-bottom: 27px;
}

.image-4 {
  position: static;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.image-4.image-to-the-left {
  position: relative;
  right: 86px;
}

.image-4.image-to-the-right {
  position: static;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-24 {
  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;
}

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

.div-block-25 {
  width: 80%;
  margin-top: 0px;
  background-color: rgba(0, 0, 0, 0.09);
}

.column-9 {
  left: 76px;
  top: 127px;
  z-index: 1;
  padding: 41px;
  background-color: #eee;
}

.bold-text {
  font-size: 48px;
}

.paragraph-3 {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #535357;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.paragraph-3.smaller-main-paragrapg {
  font-size: 14px;
}

.div-block-26 {
  position: static;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 500px;
  margin-right: 30px;
  padding: 32px 35px;
  background-color: #ededed;
  box-shadow: none;
}

.div-block-26.right-paragraph {
  left: -145px;
  top: 156px;
  width: 550px;
}

.div-block-26.other-paragraph-box {
  margin-left: 40px;
  background-color: hsla(0, 0%, 100%, 0.94);
}

.div-block-26.white-background {
  position: relative;
  left: 52px;
  top: 115px;
  width: 550px;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #fff;
}

.div-block-26.white-background.to-the-left {
  left: -108px;
}

.div-block-26.white-background-right {
  background-color: #fff;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-27.left-aligment {
  position: relative;
  left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 70px 130px;
  -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;
  background-image: none;
}

.div-block-28.space-right {
  padding-top: 73px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #ededed;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 250, 0.58)), to(rgba(245, 247, 250, 0.58))), url('../images/Logo.png');
  background-image: linear-gradient(180deg, rgba(245, 247, 250, 0.58), rgba(245, 247, 250, 0.58)), url('../images/Logo.png');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, 40%;
  background-repeat: repeat, no-repeat;
}

.div-block-28.grey-background {
  padding-top: 62px;
  background-color: hsla(0, 0%, 92.9%, 0.5);
  background-image: none;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 36px;
  border-radius: 20px;
  background-color: #e2e2e2;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 130px 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0.5px none rgba(0, 0, 0, 0.16);
}

.div-block-30.no-line-bottom {
  border-bottom-style: none;
}

.div-block-30.grey-background {
  padding-top: 130px;
  padding-bottom: 130px;
  -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: hsla(0, 0%, 92.9%, 0.5);
}

.div-block-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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-31.leeft-aligment {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._50 {
  width: 50%;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 14px 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-32.left-text {
  padding-left: 144px;
}

.div-block-32.right-text {
  padding-right: 140px;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 87px;
  padding-bottom: 37px;
  -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;
}

.section-2.hidden {
  display: none;
}

.div-block-33 {
  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;
}

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

.hero-stack {
  position: relative;
  padding: 80px 70px;
  border-bottom: 1px solid #e4ebf3;
  background-color: hsla(0, 0%, 92.9%, 0.5);
}

.container {
  width: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.hero-wrapper-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  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: 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;
  text-align: center;
}

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

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.hero-image-2.shadow-two.hidden {
  display: block;
  width: 60%;
}

.image-5 {
  width: auto;
  height: 80%;
  max-width: none;
}

.image-6 {
  width: auto;
  height: 80%;
  max-width: none;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  padding: 0px;
  -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;
  background-color: hsla(0, 0%, 92.9%, 0);
}

.div-block-35.back-image {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 92.9%, 0);
}

.image-7 {
  max-width: none;
}

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

.image-8 {
  margin-bottom: 26px;
}

.paragraph-4 {
  color: #fff;
}

.heading-5 {
  font-size: 32px;
  line-height: 40px;
	color: #FFF !important;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.14);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.image-9 {
  max-width: 50%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-40 {
  width: 500px;
  padding: 30px;
  background-color: #fff;
}

.image-10 {
  display: block;
  width: auto;
  max-width: 100%;
}

.section-3 {
  padding: 80px 30px;
}

.image-11 {
  max-width: none;
}

.image-12 {
  height: 80%;
}

.image-15 {
  width: 80%;
  max-width: 100%;
}

.image-16 {
  max-width: none;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-41.left-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-42 {
  width: 100vw;
  height: auto;
  padding-top: 84px;
}

.slider {
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

.slide-2 {
  width: 100vw;
}

.slide-3 {
  background-image: url('../images/Slide-2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Slide-3.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Slide-4.png');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-nav-2 {
  color: #0057ff;
}

.text-block-5 {
  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;
  text-align: center;
}

.image-17 {
  width: 100%;
  margin-bottom: 0px;
}

.section-4 {
  width: 100vw;
  padding: 110px 70px;
}

.section-4.grey-background {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 92.9%, 0.5)), to(hsla(0, 0%, 92.9%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 92.9%, 0.5), hsla(0, 0%, 92.9%, 0.5));
}

.section-4.blue-background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 800px;
  padding-right: 109px;
  padding-left: 109px;
  -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/screens-section-phrase.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section-4.less {
  padding: 110px 70px;
}

.section-4.less.less-up {
  padding-top: 110px;
  padding-bottom: 110px;
}

.heading-6 {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

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

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  margin-bottom: 0px;
  padding-top: 41px;
  -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;
}

.container-2.no-space-up {
  padding-top: 0px;
}

.image-18 {
  width: 50%;
  max-width: none;
}

.text-block-6 {
  width: 70%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -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;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.heading-7 {
  width: 100%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 88px;
  font-weight: 900;
}

.div-block-44 {
  width: 50em;
}

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

.dropdown-flowbase {
  padding: 2px 7px 2px 2px;
  border-radius: 10px;
  background-color: #7839f3;
}

.toggle-flowbase {
  padding: 10px 20px 10px 10px;
  color: #fff;
}

.toggle-flowbase.w--open {
  color: #fff;
}

.icon {
  margin-right: 0px;
}

.dropdown-list-flowbase {
  min-width: 254px;
}

.dropdown-list-flowbase.w--open {
  top: 72px;
  min-width: 440px;
  background-color: #fff;
  box-shadow: 37px 37px 62px -23px rgba(32, 26, 61, 0.08);
}

.nav-grid-flowbase {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column-flowbase {
  padding: 20px 16px;
}

.html-embed {
  height: 320px;
}

.column-grey-flowbase {
  padding: 20px 16px 14px;
  background-color: #f9f9fa;
}

.link-3 {
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Roboto, sans-serif;
  color: rgba(18, 18, 23, 0.5);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.link-3:hover {
  border-bottom: 1px solid #4253ff;
  color: #4253ff;
}

.link-3.hidden {
  display: none;
}

.image-19 {
  width: 100%;
}

.mask {
  width: 100vw;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1300px;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: none;
  padding: 35px 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #ededed;
}

.modules-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  text-decoration: none;
}

.div-block-49 {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-50 {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-51 {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-52 {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-53 {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-54 {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  margin-left: 10px;
}

.div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-7 {
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  color: #535357;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.image-20 {
  max-width: 80%;
}

.image-21 {
  max-width: 80%;
}

.image-22 {
  max-width: 80%;
}

.image-23 {
  max-width: 80%;
}

.image-24 {
  max-width: 80%;
}

.image-25 {
  max-width: 80%;
}

.image-26 {
  max-width: 80%;
}

.container-4 {
  max-width: none;
}

.slider-2 {
  width: auto;
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-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;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.text-block-8 {
  margin: 22px;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-5 {
  width: 80%;
  font-family: Montserrat, sans-serif;
  color: #535357;
  font-size: 17px;
}

.bold-text-2 {
  color: #535357;
  font-size: 16px;
  letter-spacing: 1px;
}

.text-block-9 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.italic-text {
  font-family: Montserrat, sans-serif;
  color: #535357;
  font-weight: 400;
  letter-spacing: 0px;
}

.slide-nav-3 {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -17%;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slide-6 {
  width: 100%;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-10 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 300;
}

.div-block-59 {
  height: 70vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(rgba(0, 0, 0, 0.37))), url('../images/schedulimg-hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), rgba(0, 0, 0, 0.37)), url('../images/schedulimg-hero.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
}

.div-block-59.accounting-main-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url('../images/Accounting-Roles.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url('../images/Accounting-Roles.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, 100vw;
  background-repeat: repeat, no-repeat;
}

.div-block-59.director-module {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.41)), to(rgba(0, 0, 0, 0.41))), url('../images/Proffesionla-Module-Main-Image.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), url('../images/Proffesionla-Module-Main-Image.png');
  background-repeat: repeat, no-repeat;
}

.div-block-59.human-resource-main-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/Accounting-Roles.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/Accounting-Roles.jpeg');
  background-repeat: repeat, no-repeat;
}

.div-block-59.operations-main-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.46)), to(rgba(0, 0, 0, 0.46))), url('../images/da0377e1376695d1ddac4a1ebe7d427btenders_and_bids.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.46), rgba(0, 0, 0, 0.46)), url('../images/da0377e1376695d1ddac4a1ebe7d427btenders_and_bids.webp');
  background-repeat: repeat, no-repeat;
}

.image-29 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.text-block-11 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 93px;
  -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;
  color: #f5f7fa;
  font-size: 40px;
}

.image-30 {
  width: 90%;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block-2 {
  margin-bottom: 15px;
}

.div-block-62 {
  position: static;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 500px;
  margin-right: 30px;
  padding: 32px 35px;
  background-color: #ededed;
  box-shadow: none;
}

.div-block-62.white-background {
  position: relative;
  left: 52px;
  top: 115px;
  width: 550px;
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: #fff;
}

.image-32 {
  width: 100%;
}

.image-33 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }

  .navigation {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
  }

  .navigation.style-2 {
    padding-right: 5px;
  }

  .navigation.style-3 {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 5px;
    padding-left: 35px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation.style-4 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .navigation-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    top: 9px;
  }

  .banner {
    height: 600px;
  }

  .banner.style-8 {
    height: 600px;
  }

  .banner.full-blue {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .banner.full-screen {
    height: 800px;
  }

  .banner.style-9 {
    height: 600px;
  }

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

  .section.gray.laptop {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fafafa;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.photo {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.intro {
    padding-top: 320px;
  }

  .section.other-section {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .container-fluid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container-fluid.center.uper.in-contact {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-fluid.center.pop-up {
    width: 80%;
  }

  .container-fluid.center.style-10 {
    top: 50%;
  }

  .service-business-wrapper {
    width: 100%;
    margin-right: 0px;
  }

  .top-title {
    margin-bottom: 60px;
  }

  .align-center {
    position: relative;
    top: 130px;
  }

  .align-center.add-it-left {
    margin-top: 20px;
    text-align: left;
  }

  .bolder {
    display: none;
  }

  .top-margin.more {
    width: 100%;
  }

  .left-padding {
    padding-right: 0px;
  }

  .project-wrapper {
    height: 240px;
  }

  .arrow-bottom.in-blog {
    bottom: 24px;
  }

  .arrow-bottom.in-blog.second-arrow {
    bottom: 25px;
  }

  .logo-wrapper {
    width: 33.333%;
  }

  .testi-wrapper.card {
    width: 100%;
  }

  .pricing-wrapper {
    width: 100%;
  }

  .pricing-wrapper.featured {
    margin-top: 0px;
  }

  .pricing-wrapper.style-3 {
    margin-bottom: -1px;
    margin-left: 0px;
  }

  .pricing-wrapper.style-4.four-column {
    width: 50%;
    margin-bottom: 30px;
  }

  .pricing-wrapper.full-pricing {
    width: 100%;
    float: none;
  }

  .drop-down-list.in-drop.w--open {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
  }

  .nav-style-2 {
    background-color: #f5f5f7;
    text-align: left;
  }

  .nav-style-2.dark-nav {
    background-color: rgba(66, 83, 255, 0.97);
  }

  .social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .top-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-left {
    background-color: #f5f5f7;
  }

  .div-block {
    top: 3px;
  }

  .features-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .collection-item {
    width: 50%;
  }

  .client-wrapper.four {
    width: 50%;
  }

  .form-wrapper {
    width: 100%;
  }

  .div-block-4.normal {
    margin-bottom: 40px;
  }

  .vision-wrapper {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .about-wrapper {
    width: 70%;
  }

  .team-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .half-section {
    width: 100%;
  }

  .half-section.in-banner {
    background-position: 80% 0%;
  }

  .half-section.in-banner.color._50-wide {
    width: 55%;
    height: auto;
    padding: 33px;
  }

  .container-center.more {
    position: relative;
    top: 0%;
    width: auto;
  }

  .features-content {
    width: 50%;
  }

  .white-content {
    margin-top: -20px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .utility-page-wrap {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .blue {
    width: 100%;
  }

  .blue.white {
    display: none;
  }

  .alert-remove-fourth {
    padding-right: 51px;
  }

  .contact-div {
    width: 90%;
  }

  .project-page-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .blog-post-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    color: #4253ff;
  }

  .menu-button.w--open {
    background-color: #4253ff;
    color: #fff;
  }

  .menu-button.auto-margin {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 7px;
    padding-bottom: 7px;
    float: none;
    text-align: center;
  }

  .menu-button.button-white {
    color: #fff;
  }

  .nav-menu {
    background-color: #f5f5f7;
  }

  .row-2 {
    width: 100%;
  }

  .collection-item-2 {
    width: 50%;
  }

  .margin-device {
    width: 100%;
    margin-top: 0px;
  }

  .form-block {
    width: 50%;
  }

  .column-5 {
    padding-left: 0px;
  }

  .column-6 {
    padding-left: 0px;
  }

  .make-center {
    text-align: center;
  }

  .add-bottom-margin {
    margin-bottom: 30px;
  }

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

  .div-block-13.horizontal-part {
    width: 50%;
  }

  .top-banner-title {
    font-size: 49px;
  }

  .top-banner-title.smaller-text {
    font-size: 180%;
    line-height: 30px;
  }

  .top-banner-title.grande {
    font-size: 50px;
    line-height: 60px;
  }

  .sub-text-banner {
    font-size: 15px;
    line-height: 140%;
  }

  .add-in-center {
    margin-top: 40px;
  }

  .add-in-center.more {
    margin-top: 10px;
  }

  .add-in-center.more.make-cnt {
    margin-top: 0px;
  }

  .add-in-center.more-full {
    margin-top: 150px;
  }

  .form-banner {
    width: 100%;
  }

  .tab-design-slider {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    border-right-style: none;
    border-left-style: none;
  }

  .arrow-slide {
    display: none;
  }

  .lightbox-slide {
    width: 100%;
    margin-left: 0px;
  }

  .image-2 {
    max-width: 1001px;
  }

  .info-wrapper-content {
    top: 152px;
    text-align: center;
  }

  .demo-main {
    margin-bottom: 50px;
  }

  .div-block-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .full-contact-width {
    height: 1400px;
  }

  .contact-hald-part {
    width: 100%;
  }

  .left-copyright-flex {
    padding-left: 10px;
    -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;
  }

  .copyright-2 {
    margin-bottom: 7px;
  }

  .link.left {
    margin-left: 0px;
  }

  .made-with-webflow.left-margin {
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .nav-menu-2.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 36px;
  }

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

  .heading-3 {
    font-size: 22px;
  }

  .image-4 {
    width: 80%;
  }

  .image-4.image-to-the-left {
    width: 100%;
  }

  .image-4.image-to-the-right {
    width: 100%;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-26 {
    margin-bottom: 30px;
    padding: 30px;
  }

  .div-block-26.other-paragraph-box {
    margin-bottom: 50px;
    padding: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-26.white-background {
    left: 16px;
    padding: 27px 13px;
  }

  .div-block-26.white-background.to-the-left {
    left: -55px;
    width: 600px;
    padding-right: 21px;
    padding-left: 21px;
  }

  .div-block-27 {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-27.left-aligment {
    left: 20px;
  }

  .div-block-28 {
    height: auto;
    padding: 0px 39px 118px;
  }

  .div-block-28.space-right {
    padding-top: 0px;
    background-color: #ededed;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.74)), to(hsla(0, 0%, 100%, 0.74))), url('../images/Logo.png');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.74), hsla(0, 0%, 100%, 0.74)), url('../images/Logo.png');
    background-position: 0px 0px, 0% 30%;
    background-size: auto, 60%;
  }

  .div-block-30 {
    width: 100vw;
    padding: 50px 40px 30px;
  }

  .div-block-30.grey-background {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .div-block-31 {
    width: auto;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-31.leeft-aligment {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-32 {
    width: 70%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2.hidden {
    display: none;
  }

  .hero-stack {
    padding-right: 50px;
    padding-left: 50px;
  }

  .container {
    max-width: 728px;
  }

  .image-5 {
    width: 70%;
    height: auto;
  }

  .image-6 {
    width: 70%;
    height: 0%;
    margin-bottom: 0px;
  }

  .image-6.other-size {
    margin-bottom: 0px;
  }

  .div-block-35 {
    width: auto;
    -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;
  }

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

  .list {
    width: 100%;
    padding-left: 0px;
  }

  .list-item {
    width: 100%;
  }

  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

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

  .heading-5 {
    font-size: 26px;
  }

  .image-10 {
    max-width: none;
  }

  .image-13 {
    max-width: 80%;
  }

  .image-14 {
    max-width: 80%;
  }

  .section-4 {
    padding: 80px 40px;
  }

  .section-4.grey-background {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-4.blue-background {
    height: 400px;
    padding-right: 41px;
    padding-left: 41px;
    background-position: 65% 50%;
  }

  .section-4.less {
    padding: 80px 40px;
  }

  .section-4.less.less-up {
    padding-top: 60px;
  }

  .heading-6.left-alignment {
    font-size: 28px;
    line-height: 32px;
  }

  .container-2 {
    padding-top: 51px;
  }

  .heading-7 {
    font-size: 3em;
    line-height: 1em;
  }

  .link-3.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background-color: #4253ff;
    color: #fff;
  }

  .div-block-47 {
    padding-right: 81px;
    padding-bottom: 0px;
    padding-left: 81px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .modules-links {
    margin-bottom: 26px;
  }

  .text-block-7 {
    font-size: 15px;
    line-height: 16px;
  }

  .slider-2 {
    width: 100%;
    height: auto;
  }

  .slide-nav-3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }

  .nav-menu-3 {
    padding-right: 29px;
    padding-left: 29px;
    background-color: #fff;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    padding: 0px;
    background-color: #fff;
  }

  .icon-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 50px;
    -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;
    color: #4253ff;
    font-size: 40px;
  }

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

  .div-block-57 {
    display: block;
  }

  .text-block-10 {
    font-size: 16px;
  }

  .div-block-59 {
    height: 50vh;
  }

  .text-block-11 {
    font-size: 32px;
  }

  .div-block-60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-block-62 {
    margin-bottom: 30px;
    padding: 30px;
  }

  .div-block-62.white-background {
    left: 16px;
    padding: 27px 13px;
  }

  .image-31 {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .navigation.style-2 {
    padding-left: 5px;
  }

  .navigation.style-3 {
    padding-left: 5px;
  }

  .brand.style-1 {
    display: block;
    text-align: center;
  }

  .banner {
    height: 400px;
  }

  .banner.style-2 {
    height: 550px;
  }

  .banner.style-8 {
    height: 70vh;
  }

  .section {
    padding: 50px 20px 0px;
  }

  .section.with-photo {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }

  .section.intro {
    padding-top: 100px;
  }

  .section.other-section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.other {
    margin-top: 0px;
  }

  .container-fluid.center.intro {
    top: 45%;
  }

  .service-business-wrapper {
    border-bottom: 1px solid #e1e1e1;
    border-right-style: none;
  }

  .service-business-wrapper.no-line-mobile {
    border-bottom-style: none;
  }

  .align-center {
    top: 0px;
  }

  .align-center.add-it-left {
    margin-top: 10px;
  }

  .arrow-bottom.in-blog {
    bottom: 12px;
  }

  .logo-wrapper {
    width: 50%;
  }

  .testi-wrapper {
    margin-top: 30px;
  }

  .button.in-tab {
    margin-right: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .button.in-tab.with-dark-color {
    margin-right: 10px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .div-block {
    margin-top: 10px;
    text-align: center;
  }

  .features-wrapper {
    width: 100%;
  }

  .collection-item {
    width: 100%;
  }

  .client-wrapper {
    width: 50%;
  }

  .vision-wrapper {
    width: 80%;
  }

  .about-wrapper {
    width: 90%;
  }

  .half-section.in-banner.color._50-wide {
    left: auto;
    top: 41%;
    right: 7%;
    bottom: auto;
    width: 70%;
    padding: 2px 21px;
  }

  .container-center {
    width: 90%;
  }

  .container-center.more {
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .features-content {
    width: 100%;
  }

  .toggle-element {
    width: 100%;
  }

  .utility-page-content {
    width: 90%;
  }

  .subscribe-wrapper {
    width: 70%;
  }

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

  .blue.white {
    color: #f3f3f3;
  }

  .block {
    display: block;
    margin-left: 0px;
    border-right-style: none;
  }

  .call-to-action {
    padding-left: 20px;
  }

  .call-text {
    top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .map-tab {
    margin-top: 30px;
  }

  .collection-item-2 {
    width: 100%;
  }

  .margin-device {
    margin-top: 0px;
  }

  .form-block {
    width: 70%;
  }

  .div-block-13 {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
  }

  .margin-device-2 {
    margin-top: 30px;
  }

  .add-in-center {
    margin-top: 0px;
  }

  .add-in-center.more {
    margin-top: 0px;
  }

  .tab-pane-3 {
    height: 650px;
  }

  .absolute-navigation {
    padding-top: 65px;
  }

  .div-block-14 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-16 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 26px;
  }

  .image-4 {
    width: 100%;
  }

  .image-4.image-to-the-left {
    position: static;
    right: 0px;
    width: 100%;
  }

  .image-4.image-to-the-right {
    width: 100%;
  }

  .paragraph-3 {
    line-height: 18px;
  }

  .div-block-26 {
    padding: 30px;
  }

  .div-block-26.other-paragraph-box {
    margin-top: 85px;
    margin-left: 0px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .div-block-26.white-background {
    left: -6px;
    top: 0px;
    width: auto;
  }

  .div-block-26.white-background.to-the-left {
    left: 0px;
    width: auto;
  }

  .div-block-27.left-aligment {
    left: 0px;
  }

  .div-block-28 {
    margin-bottom: 0px;
    padding: 0px 34px 92px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-28.space-right {
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-28.grey-background {
    margin-bottom: 39px;
    background-color: #ededed;
  }

  .div-block-30 {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-30.grey-background {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-31 {
    width: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-31.leeft-aligment {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-32 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hero-stack {
    padding: 60px 36px;
  }

  .image-5 {
    width: 50%;
    height: auto;
  }

  .image-6 {
    width: 50%;
    height: auto;
  }

  .div-block-35 {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .heading-5 {
    font-size: 18px;
  }

  .image-10 {
    width: 40%;
  }

  .image-13 {
    width: 60%;
    max-width: none;
  }

  .image-14 {
    width: 40%;
    max-width: 60%;
  }

  .section-4 {
    padding: 50px 22px;
  }

  .section-4.grey-background {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-4.blue-background {
    height: 300px;
    padding-right: 22px;
    padding-left: 22px;
    background-size: cover;
  }

  .section-4.less {
    padding: 50px 22px;
  }

  .heading-6 {
    font-size: 28px;
  }

  .container-2 {
    padding-top: 15px;
  }

  .text-block-6 {
    font-size: 18px;
  }

  .heading-7 {
    font-size: 2em;
  }

  .div-block-47 {
    padding-right: 27px;
    padding-left: 27px;
  }

  .text-block-7 {
    font-size: 13px;
  }

  .image-26 {
    max-width: 60%;
  }

  .div-block-56 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slide-nav-3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -7%;
    padding-top: 17px;
    font-size: 10px;
  }

  .div-block-59 {
    height: 300px;
    margin-top: 54px;
  }

  .text-block-11 {
    font-size: 28px;
  }

  .div-block-61 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-62 {
    padding: 30px;
  }

  .div-block-62.white-background {
    left: -6px;
    top: 0px;
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 33px;
  }

  .navigation.style-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navigation-link.normal.small-padding.white-text {
    font-size: 12px;
  }

  .brand.in-scroll.w--current {
    margin-right: 3px;
  }

  .banner {
    height: 500px;
  }

  .banner.style-3 {
    height: 500px;
  }

  .banner.full-screen {
    height: 600px;
  }

  .banner.intro {
    height: 700px;
  }

  .section {
    padding: 0px;
  }

  .section.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .section.other-section {
    padding-bottom: 0px;
  }

  .container-fluid.center.bottom {
    top: 53%;
  }

  .container-fluid.center.pop-up {
    width: 95%;
  }

  .container-fluid.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .service-business-wrapper.another-line {
    border-left-style: none;
  }

  .top-title {
    margin-bottom: 40px;
  }

  .bolder {
    display: none;
    font-size: 33px;
  }

  .arrow-bottom.uper {
    right: 15px;
  }

  .logo-wrapper {
    width: 100%;
  }

  .testi-wrapper.card {
    padding: 20px;
  }

  .button.white {
    font-size: 11px;
  }

  .button.in-tab {
    margin-bottom: 10px;
  }

  .button.in-tab.pricing {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .button.in-tab.pricing.annual {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .button.in-tab.with-dark-color {
    margin-left: 10px;
  }

  .pricing-wrapper.style-4.four-column {
    width: 100%;
  }

  .pricing-wrapper.full-pricing {
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .dark.with-color-background.in-fintro {
    font-size: 31px;
  }

  .line-tab {
    display: none;
  }

  .project-content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .client-wrapper {
    width: 100%;
  }

  .client-wrapper.four {
    width: 100%;
  }

  .div-block-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-4.another-style {
    padding-left: 15px;
  }

  .vision-wrapper {
    width: 100%;
  }

  .vision-content {
    margin-right: 20px;
  }

  .lightbox-link {
    height: 300px;
  }

  .about-wrapper {
    width: 100%;
    padding: 40px;
  }

  .half-section.gray-color {
    padding-right: 10px;
  }

  .half-section.add-gray {
    padding-right: 0px;
  }

  .half-section.in-banner.color._50-wide {
    left: 37px;
    width: 80%;
    height: auto;
    padding: 3px 15px;
  }

  .left-square {
    width: 250px;
  }

  .container-center.video {
    width: 300px;
  }

  .container-center.more {
    width: auto;
  }

  .container-center.contact-page {
    width: 100%;
  }

  .photo-wrapper {
    width: 120px;
    height: 300px;
  }

  .div-block-9 {
    padding: 20px;
  }

  .based-content {
    padding-right: 20px;
    padding-left: 20px;
  }

  .sub-banner.dark.more-biger {
    height: 350px;
  }

  .sub-banner.gray.small {
    height: 240px;
  }

  .toggle-element.in-pages {
    width: 100%;
  }

  .subscribe-wrapper {
    width: 90%;
  }

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

  .footer-link {
    font-size: 15px;
  }

  .blue {
    font-size: 16px;
  }

  .progress-line.second-style {
    width: 100%;
  }

  .paragraph-progress {
    display: block;
    margin-left: 0px;
  }

  .contact-div {
    padding-right: 10px;
    padding-left: 10px;
  }

  .project-page-wrapper {
    padding-top: 20px;
  }

  .margin-device {
    margin-top: 0px;
  }

  .form-block {
    width: 100%;
  }

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

  .div-block-13.horizontal-part {
    width: 100%;
    margin-bottom: 0px;
  }

  .top-banner-title.smaller-text {
    font-size: 22px;
    line-height: 26px;
  }

  .add-in-center.more {
    margin-top: -140px;
  }

  .tab-pane-3 {
    height: 720px;
  }

  .div-block-15 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .intro-title {
    font-size: 32px;
    line-height: 45px;
  }

  .demo-main {
    width: 100%;
  }

  .div-block-17 {
    padding-right: 20px;
  }

  .contact-hald-part {
    padding: 10px 15px;
  }

  .contact-info-part {
    height: 200px;
  }

  .heading-2 {
    margin-bottom: 17px;
    font-size: 28px;
    line-height: 36px;
  }

  .image-4 {
    width: 100%;
  }

  .image-4.image-to-the-left {
    right: 0px;
    width: 100%;
  }

  .image-4.image-to-the-right {
    width: 100%;
  }

  .paragraph-3 {
    line-height: 18px;
  }

  .div-block-26 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-26.other-paragraph-box {
    margin-top: 28px;
    margin-right: 2px;
    margin-left: 2px;
    padding: 15px 23px;
  }

  .div-block-26.white-background {
    top: 0px;
    width: 100%;
    margin-bottom: 7px;
  }

  .div-block-26.white-background.to-the-left {
    width: 100%;
  }

  .div-block-27 {
    margin-bottom: 0px;
  }

  .div-block-27.left-aligment {
    left: 0px;
  }

  .div-block-28 {
    margin-bottom: 5px;
    padding: 0px 20px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-28.space-right {
    padding-top: 5px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(245, 247, 250, 0.73)), to(rgba(245, 247, 250, 0.73))), url('../images/Logo.png');
    background-image: linear-gradient(180deg, rgba(245, 247, 250, 0.73), rgba(245, 247, 250, 0.73)), url('../images/Logo.png');
    background-position: 0px 0px, 0% 90%;
  }

  .div-block-30 {
    height: auto;
    padding: 20px;
    -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;
  }

  .div-block-30.no-line-bottom {
    padding-right: 23px;
  }

  .div-block-30.grey-background {
    padding: 40px 17px;
  }

  .div-block-31 {
    width: auto;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-31.leeft-aligment {
    padding-left: 0px;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-32 {
    width: 100%;
    margin-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .section-2.hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .hero-stack {
    padding-top: 36px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .container {
    max-width: none;
  }

  .image-5 {
    width: 50%;
    height: auto;
  }

  .image-6 {
    width: 50%;
    height: auto;
  }

  .image-6.other-size {
    width: 50%;
    height: 70%;
  }

  .div-block-35 {
    width: 100%;
    padding-top: 24px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-38 {
    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;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 18px;
  }

  .heading-5 {
    font-size: 18px;
    line-height: 22px;
  }

  .image-10 {
    width: 60%;
  }

  .image-13 {
    width: 60%;
  }

  .image-14 {
    width: 60%;
  }

  .div-block-42 {
    padding-top: 98px;
  }

  .slider {
    height: 200%;
  }

  .section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-4.blue-background {
    height: 200px;
    background-position: 60% 50%;
    background-size: cover;
  }

  .section-4.less {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-6 {
    line-height: 34px;
    text-align: left;
  }

  .container-2 {
    margin-top: 1px;
    margin-bottom: 50px;
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2.no-space-up {
    margin-top: 1px;
    margin-bottom: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .image-18 {
    width: 100%;
    margin-top: 25px;
  }

  .text-block-6 {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
  }

  .div-block-43 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-7 {
    font-size: 1em;
  }

  .dropdown-flowbase {
    display: none;
  }

  .div-block-47 {
    padding-right: 0px;
    padding-left: 0px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .div-block-56 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-block-8 {
    margin-right: 0px;
    margin-left: 0px;
    line-height: 28px;
  }

  .paragraph-5 {
    line-height: 24px;
  }

  .slide-nav-3 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -4%;
  }

  .image-27 {
    max-width: none;
  }

  .menu-button-2 {
    padding: 0px;
  }

  .icon-6 {
    margin: 13px;
  }

  .image-28 {
    max-width: 100%;
  }

  .container-6 {
    max-width: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-58 {
    width: auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .div-block-59 {
    height: 200px;
    margin-top: 78px;
  }

  .text-block-11 {
    padding-top: 0px;
    padding-right: 23px;
    padding-left: 23px;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .div-block-61 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-7 {
    font-size: 14px;
  }

  .icon-8 {
    font-size: 14px;
  }

  .div-block-62 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-62.white-background {
    top: 0px;
    width: 100%;
    margin-bottom: 7px;
  }
}

