.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 38px;
  line-height: 48px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

ul {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 40px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  line-height: 24px;
}

img {
  display: inline-block;
  max-width: 100%;
  border-radius: 6px;
}

blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-left: 3px solid #d656fd;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.top-header {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-header.lighter {
  margin-bottom: 0px;
  color: rgba(255, 255, 255, 0.6);
}

.top-header.lighter.allcaps {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}

.top-header.lighter.allcaps {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}

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

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

.content-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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: #101731;
  background-image: linear-gradient(308deg, #101731, #192349);
  text-align: center;
}

.content-section.blue {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #9c56fd;
  background-image: linear-gradient(111deg, #d656fd, #8556fd);
}

.content-section.gray {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f0f2fc;
  background-image: none;
}

.banner-home-fourth {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 90px 40px 40px 56px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.banner-home-fourth.half {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  padding: 0px 56px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(132deg, #2418bd, #007fff);
}

.homepage-link {
  position: relative;
  overflow: scroll;
  width: 96%;
  height: 600px;
  margin-bottom: 20px;
}

.homepage-link.first {
  display: block;
  overflow: scroll;
  width: 90%;
  height: 600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(63, 116, 255, 0.15);
  border-radius: 6px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.homepage-link.first:hover {
  box-shadow: 0 10px 20px 0 #dce7eb;
}

.homepage-link.inner-pages {
  height: 400px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #f5f4f7;
  text-align: center;
  text-decoration: none;
}

.div-block-2 {
  width: 10px;
  height: 10px;
  margin-right: 0px;
  margin-left: 5px;
  border-radius: 20px;
  background-color: #c9c9c9;
}

.lighter-paragraph {
  color: #8796b4;
}

.lighter-paragraph.font {
  font-family: Roboto, sans-serif;
  color: #8796b4;
}

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

.card-link {
  position: static;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}

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

.container-template {
  position: static;
  display: block;
  max-width: 1200px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.footer-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-heading.white {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-heading.white {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer-heading.white.center {
  margin-bottom: 0px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.footer-heading.white.center.darker {
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-weight: 700;
}

.footer-heading.white.center {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.footer-heading.white.center.darker {
  font-family: Roboto, sans-serif;
  color: #343e52;
}

.pages-tittle {
  margin-bottom: 35px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.solar-dot-second {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 80px;
  border-radius: 100%;
  background-color: #fff;
}

.footer-notes {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px none #f5f5f5;
  background-color: #1f1f3f;
  background-image: linear-gradient(140deg, #101731, #192349);
}

.footer-notes.blue {
  background-color: transparent;
  background-image: linear-gradient(328deg, #d656fd, #8556fd);
}

.footer-notes.darker {
  background-color: #e4e6f3;
  background-image: none;
}

.solar-wrapper-first {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.preload {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9998;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007fff;
  opacity: 1;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand.footer {
  margin-bottom: 60px;
}

.footer-row {
  margin-top: 1em;
  margin-bottom: 1em;
}

.inner-pages-column {
  width: 100%;
}

.hero-div-info {
  position: relative;
  right: -132px;
  padding-top: 0px;
}

.hero-div-info.half {
  right: 0px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-div-info.half.mockup {
  position: static;
  left: -100px;
  max-width: 600px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hero-div-info.half.mockup.watches {
  position: relative;
  left: 0px;
}

.demo-wrapper-second {
  position: absolute;
  left: auto;
  top: 209px;
  right: -120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.2;
}

.line-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -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;
  text-align: left;
}

.main-page-wrapper {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  overflow: hidden;
}

.dropdown-list-second {
  width: 500px;
}

.dropdown-list-second.w--open {
  display: block;
  width: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
  box-shadow: 4px 4px 18px 0 rgba(46, 50, 60, 0.09);
}

.dropdown-link-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 12px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none none solid;
  border-width: 1px;
  border-color: #eee #eee #e4ecf6;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 3px 5px -3px rgba(114, 111, 111, 0.2);
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #7c8499;
  font-size: 13px;
  line-height: 23px;
  text-align: left;
}

.dropdown-link-second:hover {
  background-color: #f4f5f9;
  color: #7c8499;
}

.dropdown-link-second.w--current {
  margin-bottom: 0px;
  color: #343e52;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

.dropdown-link-second.w--current:hover {
  background-color: #f4f5f9;
  color: #753fff;
}

.solar-dot {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 580px;
  border-radius: 100%;
  background-color: #fff;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.section.color-pink {
  background-image: linear-gradient(138deg, #d656fd, #8556fd);
}

.section.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: #f0f2fc;
}

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

.section.black {
  height: auto;
  padding-top: 160px;
  background-color: #101731;
}

.section.dark {
  background-color: #101731;
}

.section.background-color {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #8556fd;
  background-image: linear-gradient(297deg, #d656fd, #8556fd);
}

.section.background-color.white {
  overflow: hidden;
  border-bottom: 1px none #f5f4f7;
  background-color: transparent;
  background-image: none;
}

.section.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: #f0f2fc;
}

.section.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: #f0f2fc;
}

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

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

.section.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: #f0f2fc;
}

.section.gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -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: #f0f2fc;
}

.arrow {
  display: block;
  color: #fff;
}

.arrow.dark {
  color: #343e52;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -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;
  font-family: Roboto, sans-serif;
  color: #aaa;
  font-size: 12px;
  line-height: 22px;
}

.copyright.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Roboto, sans-serif;
}

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

.hero-paragraph {
  margin-top: 10px;
  color: #545569;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
}

.hero-paragraph.white {
  color: hsla(0, 0%, 100%, 0.9);
}

.hero-paragraph.white.percentual {
  width: 70%;
  font-family: Roboto, sans-serif;
}

.hero-paragraph.white.percentual {
  width: 80%;
}

.hero-paragraph.light {
  color: #fff;
}

.hero-paragraph.light.hero {
  margin-bottom: 40px;
}

.footer-social-link {
  position: relative;
  overflow: hidden;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #f44a66;
}

.footer-sub-link {
  display: block;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.07);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.footer-sub-link:hover {
  color: #d656fd;
}

.footer-sub-link.posts {
  margin-bottom: 5px;
  color: #fff;
}

.footer-sub-link.last {
  border-bottom-style: none;
}

.title-componet {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-block-nav {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.text-block-nav.dark {
  color: #343e52;
}

.dark-logo {
  position: absolute;
  margin-top: 0px;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  padding: 6px 24px;
  -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;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: hsla(0, 0%, 89.4%, 0.4);
  background-color: transparent;
}

.side-image-media {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 240px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.side-image-media.flex-right {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.side-image-media.flex-right.discover {
  width: 50%;
  padding-right: 0px;
  padding-left: 0px;
}

.demo-wrapper {
  position: absolute;
  left: -300px;
  top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 0.2;
}

.top-nav-content-block {
  width: 144px;
  height: 45px;
  margin-right: 12px;
  margin-left: 0px;
  padding-top: 12px;
  padding-left: 12px;
  float: left;
  border-left: 1px solid hsla(0, 0%, 100%, 0.26);
}

.top-nav-content-block.social {
  width: auto;
  margin-right: 0px;
  padding-top: 0px;
  padding-left: 0px;
  float: none;
  border-right: 1px none #000;
  border-left-style: none;
}

.top-nav-content-block.social.footer {
  height: 40px;
  margin-top: 0px;
  float: right;
}

.top-nav-content-block.social.footer.center {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  text-align: center;
}

.top-nav-content-block.social.banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 3%;
}

.top-nav-content-block.social.banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 3%;
}

.top-nav-content-block.social.banner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 3%;
}

.line-in-hover {
  width: 50%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #465cff;
}

.line-in-hover.orange {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ff9500;
}

.line-in-hover.blue {
  margin-right: 10px;
  margin-left: 10px;
}

.line-in-hover.green {
  background-color: #03be2b;
}

.line-in-hover.pink {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d656fd;
}

.line-in-hover.tourquise {
  background-color: #1ec8e2;
}

.line-in-hover.interaction {
  background-color: #5956fd;
}

.line-in-hover.interaction.orange {
  background-color: #ff5e00;
}

.line-in-hover.components {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #56fd7a;
}

.intri-link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.intri-link:hover {
  border-radius: 4px;
  background-color: rgba(14, 66, 145, 0.05);
  color: #fff;
}

.intri-link.w--current {
  color: #fff;
  font-weight: 500;
}

.intri-link.dark {
  color: #343e52;
}

.navigation-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.media-image {
  position: relative;
  left: 0px;
  right: auto;
  display: block;
  overflow: visible;
  width: 900px;
  max-width: none;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 8%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.media-image.padding {
  width: 1000px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-bottom {
  margin-top: 0px;
  padding-top: 0px;
}

.secure-payment-by {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 214px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #192349;
}

.secure-payment-by.gray {
  background-color: #8796b4;
}

.secure-payment-by.gray {
  background-color: #8e98ad;
}

.circle-third {
  position: relative;
  left: auto;
  top: 6px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 3vh;
  height: 3vh;
  margin: auto 66% auto auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.13);
  opacity: 0.5;
}

.underline {
  position: absolute;
  left: 0px;
  top: 107px;
  width: 110%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
  opacity: 0.25;
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

.underline.social-line {
  top: 32px;
  width: 100%;
  height: 5px;
  margin-top: -6px;
  background-color: #f44a66;
}

.wrapper-full {
  position: relative;
  top: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.circle-one {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.footer-block {
  padding-right: 20px;
  text-align: left;
}

.footer-block.about-us {
  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;
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.top-nav-icon {
  margin-top: 1px;
  margin-right: 10px;
  float: left;
  border-radius: 0px;
}

.hero-div {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 1200px;
  -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-social-block {
  width: 38px;
  height: 45px;
  padding-top: 12px;
  padding-left: 10px;
  float: right;
  border-right: 1px none hsla(0, 0%, 100%, 0.34);
  border-left: 1px solid hsla(0, 0%, 100%, 0.34);
  background-color: transparent;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.top-social-block:hover {
  background-color: hsla(0, 0%, 100%, 0.14);
}

.top-social-block.second-version {
  border-color: rgba(3, 3, 3, 0.13);
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: none;
  border-bottom-width: 1px;
  background-color: transparent;
}

.top-social-block.second-version:hover {
  border-right-color: rgba(3, 3, 3, 0.13);
  border-left-color: rgba(3, 3, 3, 0.13);
  background-color: rgba(3, 3, 3, 0.13);
}

.top-social-block.second-version.footer {
  display: none;
  height: 40px;
  float: none;
  border-style: none;
  opacity: 0.46;
}

.top-social-block.second-version.footer:hover {
  background-color: transparent;
  opacity: 1;
}

.top-social-block.second-version.footer.color {
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 10px;
  border-radius: 6px;
  background-color: #8556fd;
}

.top-social-block.last {
  width: 39px;
  padding-left: 10px;
  border-right-style: solid;
}

.top-social-block.last.second-version {
  border-top: 1px none rgba(3, 3, 3, 0.13);
  border-bottom: 1px none rgba(3, 3, 3, 0.13);
}

.top-social-block.last.second-version:hover {
  background-color: #dbdbdb;
}

.top-social-block.last.second-version.footer:hover {
  background-color: transparent;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

.section-heading.white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e8ee;
}

.footer-line-divider {
  padding-right: 8px;
  padding-left: 8px;
}

.solar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 950px;
  height: 950px;
  -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;
  opacity: 1;
}

.nav-link {
  padding: 10px 40px 10px 20px;
  border-left: 1px none hsla(0, 0%, 89.4%, 0.48);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-weight: 500;
}

.nav-link:hover {
  padding-right: 40px;
  border-radius: 4px;
  background-color: rgba(14, 66, 145, 0.05);
  color: #fff;
}

.nav-link.w--current {
  color: #5231ff;
}

.nav-link.w--open {
  padding-right: 40px;
  font-family: Roboto, sans-serif;
}

.nav-link.w--open:hover {
  border: 1px none #000;
}

.button {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 24px;
  float: right;
  border-radius: 3px;
  background-color: #465cff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #000;
}

.button.general {
  width: 160px;
  height: 42px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #8b9de4;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214af0), to(#39abff));
  background-image: linear-gradient(180deg, #214af0, #39abff);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  font-family: Roboto, sans-serif;
  text-align: center;
}

.button.general:hover {
  border-style: none;
  box-shadow: 0 6px 12px 0 rgba(29, 30, 56, 0.2);
}

.button.general.left {
  margin-left: 0px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button.general.orange {
  height: 42px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3c00), to(#ff9500));
  background-image: linear-gradient(180deg, #ff3c00, #ff9500);
}

.button.general.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#049223), to(#03be2b));
  background-image: linear-gradient(180deg, #049223, #03be2b);
}

.button.general.full-white {
  height: 42px;
  background-color: #fff;
  background-image: none;
  color: #343e52;
}

.button.general.full-white:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5956fd), to(#39abff));
  background-image: linear-gradient(180deg, #5956fd, #39abff);
  color: #fff;
}

.button.general.pink {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8556fd), to(#d656fd));
  background-image: linear-gradient(180deg, #8556fd, #d656fd);
}

.button.general.outline {
  height: 42px;
  border-style: solid;
  border-color: #fff;
  background-image: none;
}

.button.general.outline:hover {
  border-style: none;
  border-color: #5956fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5956fd), to(#39abff));
  background-image: linear-gradient(180deg, #5956fd, #39abff);
}

.button.general.outline.dark {
  width: 175px;
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  border-color: #c9c9c9;
  color: #677081;
}

.button.general.outline.dark:hover {
  border-style: none;
  border-color: #5956fd;
  color: #fff;
}

.button.general.outline.dark.hide {
  display: none;
}

.button.general.full {
  width: 100%;
}

.top-padding {
  margin-top: 30px;
  padding: 0px;
}

.circle-demo-wrapper {
  position: relative;
  left: 36%;
  top: 14%;
  opacity: 0.41;
}

.circle {
  position: relative;
  display: block;
  width: 900px;
  height: 900px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.13);
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.2);
}

.copyright-text {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #768fad;
  font-size: 12px;
  text-align: left;
}

.copyright-text.secure {
  margin-right: 10px;
  color: #fff;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #2fb9f8, #465cff);
}

.cta.gradient.realative {
  position: relative;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ff9500, #ff3c00);
}

.cta.gradient.realative.big {
  padding-top: 160px;
  padding-bottom: 120px;
}

.cta.gradient.realative.big.pink {
  background-image: linear-gradient(122deg, #8556fd, #d656fd);
}

.cta.gradient.realative.big.blue {
  background-image: linear-gradient(132deg, #d656fd, #8556fd);
}

.cta.gradient.realative.pink {
  background-image: linear-gradient(309deg, #d656fd, #8556fd);
}

.cta.gradient.blue {
  background-color: #e8ecf5;
  background-image: none;
}

.cta.image-background {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/12312431.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/12312431.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cta.image-background.small {
  border-style: none;
  border-color: #000;
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
}

.cta.image-background.small:hover {
  border: 1px none #000;
  background-image: linear-gradient(120deg, #7556fd, #d656fd);
}

.cta.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none;
  border-width: 1px;
  border-color: #e4e8ee #000;
}

.cta.small:hover {
  border-style: solid none;
  border-width: 1px 0px;
  border-color: #e4e8ee #2e7df8;
}

.cta.gray {
  background-color: #f1f1f1;
}

.cta.gray.small {
  padding-top: 30px;
  padding-bottom: 30px;
  border-style: solid none none;
  border-top-color: #e4e8ee;
  border-bottom-color: #e4e8ee;
  background-color: #e4e6f3;
}

.cta.gray.small.color {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top-style: none;
  border-bottom-style: none;
  background-color: transparent;
  background-image: none;
}

.cta.gray.small.two-buttons {
  height: auto;
  border-style: none;
  border-color: #000;
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
}

.cta.gray.small.two-buttons:hover {
  border-style: none;
}

.cta.gray.small.two-buttons {
  height: auto;
  background-image: linear-gradient(111deg, #8556fd, #d656fd);
}

.cta.gray.small.two-buttons:hover {
  border-style: none;
}

.cta.gradient {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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-image: linear-gradient(124deg, #d656fd, #8556fd);
}

.cta.gradient.realative {
  position: relative;
  background-image: linear-gradient(113deg, #d656fd, #8556fd);
}

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

.square-wrapper-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 115%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(77%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), hsla(0, 0%, 100%, 0) 77%);
  opacity: 0.8;
}

.square-wrapper-2.no-gradient {
  background-image: none;
}

.square-wrapper-2.fixed-height {
  height: 900px;
}

.top-header-icon {
  margin-bottom: 15px;
  opacity: 0.39;
}

.top-header-icon.lighter {
  opacity: 0.7;
}

.page-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 35px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 4px 18px 0 rgba(29, 29, 33, 0.08);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.page-block:hover {
  box-shadow: 0 5px 21px 0 rgba(29, 29, 33, 0.15);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.div-content {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 60px 0px 0px;
  -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-content.tittle-in-div {
  margin-bottom: 40px;
  text-align: center;
}

.div-content.tittle-in-div.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-content.achievements {
  width: auto;
  margin-left: 40px;
  color: #fff;
  text-align: left;
}

.div-content.testimonials {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-wrapper {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.container-wrapper.archivements {
  border: 1px none #000;
}

.container-wrapper.page-side-left {
  position: relative;
  z-index: 10;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
}

.container-wrapper.portfolio {
  width: 80%;
}

.intro-pages-row {
  width: 100%;
  margin-bottom: 20px;
}

.circle-2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 35%;
  bottom: auto;
  z-index: 11;
  width: 10vh;
  height: 10vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.13);
  opacity: 0.2;
}

.open-close-plus {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-menu {
  overflow: hidden;
  padding: 5px 0px 0px;
  border: 20px none #fff;
  background-color: transparent;
  text-align: center;
}

.tab-menu.banner {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: right;
}

.tab-menu.banner {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 3%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: right;
}

.tap-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 0px;
  margin-bottom: -1px;
  margin-left: 0px;
  float: none;
  clear: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}

.tap-menu.center {
  z-index: 1;
  -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;
  text-align: center;
}

.text-block-third {
  text-align: center;
}

.tabs-content {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-style: solid none none;
  border-width: 1px;
  border-color: #dbdbdb;
  background-color: #fff;
}

.tabs-content.color {
  margin-top: 1px;
  padding: 60px;
  border-style: none;
  border-radius: 10px;
  background-color: #f5f5f5;
  background-image: linear-gradient(130deg, #2741ff, #2fb9f8);
  box-shadow: 0 5px 16px 0 rgba(39, 31, 197, 0.25);
}

.tabs-content.color.pink {
  border-style: none solid solid;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: hsla(0, 0%, 96.1%, 0);
  background-image: none;
}

.tabs-content.middle {
  margin-top: -40px;
  padding-top: 100px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: left;
}

.side-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 8%;
  padding-left: 8%;
  -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;
  color: #333;
  font-weight: 500;
}

.video-small-review {
  position: relative;
  width: 144px;
  height: auto;
  margin-right: 20px;
}

.video-small-review.smaller {
  width: 100px;
  margin-right: 14px;
  margin-left: -14px;
}

.square-second {
  position: absolute;
  left: -13%;
  top: 0px;
  right: 100%;
  bottom: 100vh;
  z-index: 0;
  overflow: hidden;
  width: 100vh;
  height: 100vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.square-second.tab {
  bottom: -32vh;
  width: 25vh;
  height: 25vh;
  padding-bottom: 0px;
  opacity: 0.15;
}

.square-second.gray {
  border-color: #fff;
  border-radius: 100%;
  background-color: rgba(228, 232, 238, 0.6);
  opacity: 0.7;
}

.testimonial-arrow {
  left: 0px;
  right: 235px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin: 0px auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  color: #8e98ad;
  font-size: 15px;
  line-height: 24px;
}

.small-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.small-video.banner {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
}

.small-video.banner {
  margin-top: 0px;
  margin-bottom: 10px;
}

.small-video.padding-bottom {
  margin-top: 0px;
  margin-bottom: 20px;
}

.side-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f0f2fc;
}

.macbook-pro.smaller {
  width: 100px;
  max-width: none;
}

.button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
}

.button-wrapper.product {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrapper.product.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.button-wrapper.center {
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-wrapper.center.hide {
  display: none;
}

.button-wrapper.center.feature-content {
  position: relative;
  bottom: 0px;
  height: auto;
}

.button-wrapper.no-padding {
  width: 200px;
  height: 50px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gray-paragraph {
  color: #343e52;
}

.gray-paragraph.right {
  color: #8796b4;
  text-align: left;
}

.gray-paragraph.left {
  color: #8796b4;
  text-align: right;
}

.star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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;
}

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

.full-container-second {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.full-container-second.fullwidth {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-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;
}

.service-row-second {
  margin: 20px 0px;
  padding-right: 2px;
  padding-left: 2px;
}

.service-row-second.testimonials {
  margin-bottom: 0px;
}

.emphasis {
  display: inline-block;
  margin-right: 4px;
  padding-right: 4px;
  padding-left: 4px;
  background-color: #2fb9f8;
  color: #fff;
}

.emphasis.orange {
  background-color: rgba(255, 149, 0, 0.87);
}

.emphasis.green {
  background-color: #03be2b;
}

.emphasis.pink {
  background-color: rgba(214, 86, 253, 0.96);
}

.div-sliders-column-wrapper {
  padding-top: 0px;
}

.service-heading-second {
  margin-top: 0px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.service-heading-second.all-caps {
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.service-heading-second.all-caps.white {
  color: #fff;
}

.horizontal {
  position: absolute;
  top: 9px;
  width: 14px;
  height: 2px;
  background-color: #161a25;
}

.line-double {
  width: 50%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ff9500;
}

.line-double.blue {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #465cff;
}

.line-double.interaction {
  background-color: #5956fd;
}

.line-double.green {
  background-color: #03be2b;
}

.line-double.white {
  background-color: #fff;
}

.icon-image-second {
  position: relative;
  left: 0px;
  top: 14px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  background-color: #5956fd;
}

.icon-image-second.pink {
  background-color: rgba(214, 86, 253, 0.16);
  background-image: linear-gradient(124deg, #b90dc5, #d656fd);
}

.icon-image-second.orange {
  background-color: rgba(253, 183, 86, 0.16);
  background-image: linear-gradient(135deg, #ff5e00, #ffae00);
}

.icon-image-second.tourquise {
  background-color: rgba(30, 200, 226, 0.16);
  background-image: linear-gradient(127deg, #2fb9f8, #0df);
}

.icon-image-second.design {
  background-color: rgba(89, 86, 253, 0.43);
  background-image: linear-gradient(131deg, #5956fd, #2fb9f8);
}

.icon-image-second.interaction {
  background-color: rgba(156, 86, 253, 0.4);
  background-image: linear-gradient(120deg, #8325e7, #5956fd);
}

.icon-image-second.interaction.orange {
  background-image: linear-gradient(135deg, #ff5e00, #ffae00);
}

.icon-image-second.interaction.green {
  background-image: linear-gradient(135deg, #049223, #5ef03a);
}

.icon-image-second.components {
  background-color: rgba(86, 253, 122, 0.16);
  background-image: linear-gradient(130deg, #049223, #03be2b);
}

.left-testimonial-arrow {
  left: 235px;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background-color: #fff;
  color: #8e98ad;
  font-size: 15px;
  line-height: 24px;
}

.tab-link-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 75px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.17);
  background-color: transparent;
}

.tab-link-hero.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 75px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.49);
  background-color: transparent;
}

.one-side-image {
  position: relative;
  width: 50%;
  height: 600px;
  float: left;
  background-image: url('../images/image.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.one-side-image.third {
  background-color: #f0f2fc;
  background-image: none;
}

.one-side-image.gray {
  background-color: #f5f5f5;
  background-image: none;
}

.one-side-image.gray.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: transparent;
}

.one-side-image.gray.first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f0f2fc;
}

.one-side-image.third {
  background-color: #f0f2fc;
  background-image: url('../images/Comp-004-1.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.center {
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.promo-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
}

.collection-list-wrapper-blog {
  width: 100%;
}

.full-container {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.full-container.center {
  position: relative;
  left: 0px;
  top: 50%;
  z-index: 2;
  display: block;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Lato, sans-serif;
  font-weight: 400;
  text-align: center;
}

.full-container.center.third {
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-container.hero {
  max-width: 1200px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-testimonials {
  height: 530px;
  background-color: transparent;
}

.white {
  padding-left: 0px;
  color: #fff;
}

.column {
  position: relative;
  display: block;
  overflow: visible;
  padding-right: 0px;
  padding-left: 0px;
}

.vertical {
  position: absolute;
  width: 14px;
  height: 1.5px;
  margin-bottom: -1px;
  background-color: #161a25;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tiitle-price {
  font-family: Lato, sans-serif;
  color: #677081;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tiitle-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tiitle-price.sub.white {
  font-family: Roboto, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.tiitle-price.check-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tiitle-price.check-text.light {
  color: #c9c9c9;
}

.tiitle-price.top {
  margin-top: 0px;
  margin-bottom: 23px;
  padding-top: 23px;
  padding-bottom: 23px;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.tiitle-price.top.premium {
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(122deg, #049223, #19e245);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.tiitle-price.top.standart {
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(128deg, #5956fd, #a756fd);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.tiitle-price.top.basic {
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(112deg, #465cff, #2fb9f8);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
}

.tiitle-price.top.premium {
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(122deg, #049223, #19e245);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.top.standart {
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(128deg, #5956fd, #a756fd);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.top.basic {
  margin-bottom: 30px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-image: linear-gradient(112deg, #465cff, #2fb9f8);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
}

.tiitle-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.tiitle-price.dark {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
}

.tiitle-price.white {
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tiitle-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.tiitle-price.number.white {
  display: block;
  color: #fff;
  font-weight: 500;
}

.tiitle-price.number.big {
  font-size: 40px;
  font-weight: 500;
}

.tiitle-price.sub {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #677081;
  font-size: 10px;
  line-height: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tiitle-price.sub.white {
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.tiitle-price.check-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  color: #677081;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.tiitle-price.check-text.light {
  color: #c9c9c9;
}

.tiitle-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
  text-align: center;
}

.tiitle-price.number.white {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 60px;
  font-weight: 500;
}

.tiitle-price.number.big {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 60px;
  font-weight: 500;
}

.tiitle-price.number {
  position: static;
  left: auto;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.heading-half-section {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}

.heading-half-section.left {
  margin-top: 0px;
  font-size: 28px;
  line-height: 38px;
}

.color-frame {
  width: 20px;
  height: 60px;
  margin-right: 20px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(122deg, #465cff, #2fb9f8);
}

.color-frame.green {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(124deg, #049223, #03be2b);
}

.color-frame.pink {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(122deg, #8556fd, #d656fd);
}

.color-frame.orange {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-image: linear-gradient(122deg, #ff3c00, #ff9500);
}

.tab-second {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.tab-second.center {
  width: 60%;
  margin-bottom: 0px;
}

.slide {
  border: 1px none #000;
}

.question-tittle-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 30px 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border-left: 1px solid #009fad;
  background-color: #f3f3f3;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.question-tittle-link.white {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(82, 91, 115, 0.07);
}

.container-fourth {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-right-radius: 3px;
}

.container-fourth.contact {
  text-align: center;
}

.question-box-answer {
  overflow: hidden;
  padding: 20px 30px 0px;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.main-section {
  position: relative;
  height: 750px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/slider-landing-slide-01-image-09.png'), linear-gradient(135deg, rgba(0, 77, 240, 0.92) 24%, #00e95e);
  background-position: 100% 50%, 0px 0px;
  background-size: 900px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.main-section.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 900px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#acb2ba), to(#686c75)), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, #acb2ba, #686c75), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 100% 29%, 0px 80%, 50% -184px;
  background-size: auto, 250px, 260px, cover;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed, scroll;
}

.main-section.third.pink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: linear-gradient(131deg, #d656fd, #5b53b5), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 100% 29%, 0px 80%, 50% -184px;
  background-size: auto, 250px, 260px, cover;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed, scroll;
}

.main-section.third.full-height {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 30, 56, 0.28)), color-stop(46%, rgba(20, 25, 51, 0.77)), to(#101731)), url('../images/shutterstock_583591807.jpg'), -webkit-gradient(linear, left top, left bottom, from(#101731), to(#686c75)), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(29, 30, 56, 0.28), rgba(20, 25, 51, 0.77) 46%, #101731), url('../images/shutterstock_583591807.jpg'), linear-gradient(180deg, #101731, #686c75), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%, 0px 0px, 0px 80%, 50% -184px;
  background-size: auto, cover, auto, 260px, cover;
  background-repeat: repeat, repeat, repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, fixed, scroll;
}

.main-section.third.gray {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 86, 253, 0.6)), to(rgba(133, 86, 253, 0.5))), url('../images/24324de.jpg');
  background-image: linear-gradient(180deg, rgba(214, 86, 253, 0.6), rgba(133, 86, 253, 0.5)), url('../images/24324de.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.main-section.third.pink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-top: 160px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: linear-gradient(131deg, #d656fd, #5b53b5), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 100% 29%, 0px 80%, 50% -184px;
  background-size: auto, 250px, 260px, cover;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed, scroll;
}

.main-section.third.gray {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(214, 86, 253, 0.6)), to(rgba(133, 86, 253, 0.5))), url('../images/24324de.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, rgba(214, 86, 253, 0.6), rgba(133, 86, 253, 0.5)), url('../images/24324de.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 50% 50%, 0px 80%, 50% -184px;
  background-size: auto, cover, 260px, cover;
  background-repeat: repeat, repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, fixed, scroll;
}

.main-section.imac {
  height: auto;
  background-image: linear-gradient(135deg, #8556fd, #d656fd);
}

.tab-pane-tab-4 {
  text-align: left;
}

.tab-pane-tab-3 {
  text-align: left;
}

.icon-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-header.center {
  position: relative;
  width: 70%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.icon-header.center.pass-page {
  width: 80%;
}

.icon-header.left.in-half {
  width: 100%;
}

.icon-header.padding {
  margin-bottom: 0px;
  padding: 10px 40px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #7a56fd;
  background-image: linear-gradient(135deg, #7a56fd, #c123e9);
}

.icon-header.padding.components {
  background-color: #27d64d;
  background-image: linear-gradient(135deg, #03be2b, #56fd7a);
}

.icon-header.padding.blue {
  background-color: #465cff;
  background-image: linear-gradient(135deg, #5956fd, #2fb9f8);
}

.icon-header.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.icon-header.call-to-action {
  width: 100%;
}

.icon-header.padding-bottom {
  margin-bottom: 30px;
}

.plau-button {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 32px;
  height: 32px;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: #8556fd;
  background-image: url('../images/2314.svg');
  background-position: 50% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  box-shadow: 0 3px 9px 0 rgba(22, 26, 37, 0.2);
}

.square-fourth {
  position: absolute;
  left: auto;
  top: 0%;
  right: -13%;
  bottom: auto;
  z-index: 10;
  width: 40vh;
  height: 40vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.square-fourth.tab {
  left: 60vh;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.15;
}

.square-fourth.gray {
  background-color: #e4e8ee;
  opacity: 0.7;
}

.side-content-info {
  max-width: 570px;
  padding-right: 12%;
  padding-left: 12%;
}

.tap-link {
  padding-right: 30px;
  padding-left: 30px;
  border-style: solid none none solid;
  border-width: 1px 1px 0px;
  border-color: #dbdbdb;
  background-color: #f5f5f5;
  color: #777;
  font-weight: 600;
}

.tap-link:hover {
  color: #333;
}

.tap-link.w--current {
  margin-right: 0px;
  border-style: solid none solid solid;
  border-width: 1px 1px 0px;
  border-color: #465cff #dbdbdb #dbdbdb;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #465cff;
  font-size: 14px;
  font-weight: 600;
}

.tap-link.second {
  width: 33.33788628%;
  margin-right: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 96.1%, 0.2);
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.tap-link.second.w--current {
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.tap-link.second.last {
  margin-right: 0px;
}

.tap-link.second {
  width: 33.33788628%;
  margin-right: 1px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  background-color: hsla(0, 0%, 96.1%, 0.2);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.tap-link.second.w--current {
  height: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.tap-link.second.last {
  margin-right: 0px;
}

.tap-link.center-width {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.tap-link.center-width.w--current {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  border: 1px none #465cff;
  border-radius: 10px;
  background-image: linear-gradient(119deg, #049223, #03be2b);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}

.tap-link.center-width.blue {
  padding-right: 22px;
  padding-left: 22px;
  border-style: none;
  background-image: linear-gradient(119deg, #465cff, #2fb9f8);
}

.tap-link.center-width.orange {
  padding-right: 22px;
  padding-left: 22px;
  border-style: none;
  background-image: linear-gradient(138deg, #ff3c00, #ff9500);
}

.tap-link.center-width.green {
  padding-right: 22px;
  padding-left: 22px;
  border-style: none;
  background-image: linear-gradient(111deg, #049223, #03be2b);
}

.square-third {
  position: absolute;
  left: auto;
  top: 10%;
  right: 25%;
  bottom: auto;
  z-index: 11;
  width: 8vh;
  height: 8vh;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.square-third.tab {
  left: 35%;
  top: -33%;
  right: auto;
  bottom: auto;
  opacity: 0.15;
}

.square-third.gray {
  background-color: #e4e8ee;
  opacity: 0.7;
}

.slider-section {
  height: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  clear: none;
}

.slider-section.without-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.second {
  padding-bottom: 0px;
}

.prome-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.prome-section.gray {
  background-color: #f0f2fc;
}

.prome-section.gray {
  background-color: #f0f2fc;
}

.prome-section.gray {
  background-color: #f5f6f8;
}

.prome-section.pink {
  height: 900px;
  padding-bottom: 90px;
  background-image: linear-gradient(120deg, #8556fd, #d656fd);
}

.prome-section.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-combination-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.mask {
  border: 1px none #000;
}

.color-link {
  color: #a7e4ff;
  text-decoration: underline;
}

.color-link.darker {
  color: #2741ff;
}

.question-box {
  margin-bottom: 10px;
}

.question-box.first {
  margin-top: 30px;
  border-top-style: none;
}

.learn-more-link {
  position: static;
  clear: none;
  font-family: 'Open Sans', sans-serif;
  color: #1cbac8;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
  text-decoration: none;
}

.learn-more-link.outline {
  display: inline-block;
  width: 140px;
  height: 42px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #8e98ad;
  border-radius: 3px;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #8796b4;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-more-link.outline:hover {
  border-width: 0px;
  background-color: #5956fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214af0), to(#2fb9f8));
  background-image: linear-gradient(180deg, #214af0, #2fb9f8);
  box-shadow: 0 6px 12px 0 rgba(142, 152, 173, 0.38);
  color: #fff;
}

.learn-more-link.outline {
  display: inline-block;
  width: 140px;
  height: 42px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 12px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #8e98ad;
  border-radius: 3px;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.learn-more-link.outline:hover {
  border-width: 0px;
  background-color: #5956fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214af0), to(#2fb9f8));
  background-image: linear-gradient(180deg, #214af0, #2fb9f8);
  box-shadow: 0 6px 12px 0 rgba(142, 152, 173, 0.38);
  color: #fff;
}

.learn-more-link.outline.see-live-project {
  width: 160px;
  margin-top: 60px;
  margin-bottom: 80px;
}

.service-row {
  display: block;
  width: auto;
  margin: 20px 0px 0px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.service-row.last {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
}

.service-row.single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-row.features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.tab-pane-tab-1 {
  text-align: left;
}

.slide-nav-2 {
  color: #212121;
  font-size: 10px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.columns.achivements {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.price-table {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns.contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-white {
  text-align: center;
}

.google-play-wrapper {
  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;
  border-left: 1px solid hsla(0, 0%, 100%, 0.43);
}

.work-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
}

.minus-padding-image-2 {
  width: 950px;
  height: 500px;
  margin-top: 0px;
}

.testimonials-name {
  margin-bottom: 0px;
  color: #343e52;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.features-column {
  padding-right: 10px;
  padding-left: 10px;
}

.service-div {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 24px 20px;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 40ms ease;
  transition: box-shadow 40ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.service-div:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.service-div.center {
  height: auto;
  padding: 20px 30px 40px;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #465cff;
  font-weight: 600;
  text-align: center;
}

.service-div.center.image {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.service-div.center.image.dark {
  border-color: rgba(228, 232, 238, 0.2);
  background-color: #101731;
}

.service-div.line {
  border-color: #dbdbdb;
  border-bottom-width: 1px;
  background-color: #fff;
}

.service-div.line.testimonials {
  position: relative;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  border-style: none;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 #dbdbdb, 0 0 2px 0 #dbdbdb;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.service-div.line.testimonials:hover {
  box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.12);
}

.service-div.left {
  height: auto;
  border-style: solid;
  border-color: #e4e8ee;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.service-div.left:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.13);
}

.service-div.left.second {
  display: block;
  padding: 0px;
  border-style: none;
  border-width: 0px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.service-div.left.second:hover {
  border-width: 0px;
  background-color: #fff;
  box-shadow: 0 10px 20px 1px rgba(0, 0, 0, 0.13);
}

.service-div.left.transparences {
  padding: 20px;
  border-style: none;
  background-color: transparent;
}

.service-div.left.transparences.testimonials {
  height: 380px;
  margin-bottom: 0px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: none;
}

.service-div.left.transparences.testimonials.list {
  padding: 30px;
}

.service-div.left.white {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 24px;
  border-style: none none none solid;
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #fff;
  border-radius: 0px;
  background-color: #f0f2fc;
}

.service-div.left.white:hover {
  background-color: #fff;
}

.service-div.left.no-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 280px;
  padding: 0px 20px;
  -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;
  border-style: solid;
  border-color: #242455;
  border-radius: 5px;
  background-color: #242455;
  background-image: none;
}

.service-div.left.no-line:hover {
  border-style: solid;
  border-color: #242455;
}

.service-div.left.white {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 24px;
  border-style: none none none solid;
  border-color: #f1f1f1 #f1f1f1 #f1f1f1 #fff;
  border-radius: 0px;
  background-color: #f0f2fc;
}

.service-div.left.white:hover {
  background-color: #fff;
}

.service-div.center {
  height: auto;
  padding: 20px 40px 40px;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #465cff;
  font-weight: 600;
  text-align: center;
}

.service-div.center.image {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.service-div.center.features {
  height: 100%;
}

.star-image {
  margin-right: 0px;
  padding-right: 2px;
  padding-left: 2px;
}

.testimonial-image {
  width: 170px;
  height: 170px;
  border-radius: 150px;
}

.testimonial-image.small {
  position: relative;
  left: 0px;
  top: -40px;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.17);
}

.link {
  text-decoration: none;
}

.row-cta {
  width: 90%;
}

.side-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.collection-item {
  width: 33%;
}

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

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

.cta-text {
  padding-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
}

.cta-text.white {
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.cta-text.white.center {
  text-align: left;
}

.google-play {
  margin-right: 0px;
  margin-left: 0px;
  text-align: right;
}

.service-heading-third {
  margin-top: 0px;
  float: none;
  clear: none;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.service-heading-third.big {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #343e52;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-heading-third.big {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-heading-third.white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.service-heading-third.white.left {
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(63, 63, 63, 0.1);
}

.divider.padding {
  margin-top: 100px;
  margin-bottom: 80px;
}

.image-small-product {
  width: 70px;
  height: 50px;
  background-image: url('../images/005s.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-small-product.second {
  width: 70px;
  background-image: url('../images/004s.png');
  background-position: 50% 50%;
  background-size: 70px;
}

.paragraph-14 {
  font-size: 14px;
}

.page-header {
  margin-top: 0px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 48px;
  line-height: 60px;
}

.page-header.dark {
  margin-bottom: 20px;
  color: #343e52;
}

.page-header.dark {
  margin-bottom: 20px;
  color: #343e52;
}

.column-navigation {
  display: block;
  width: auto;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}

.line-midd {
  width: 15px;
  height: 1px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #a9bce0;
}

.line-midd.white-line {
  height: 1px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.gray-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: #f5f4f7;
}

.gray-space.dark {
  background-color: #343e52;
}

.cta-text-content {
  margin-right: 80px;
  padding-top: 10px;
  padding-right: 0px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.cta-text-content.second {
  height: 50px;
  padding-bottom: 10px;
  float: none;
  color: #343e52;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.cta-text-content.second {
  height: 50px;
  padding-bottom: 10px;
  float: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
}

.section-footer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-footer.gray {
  border: 0px none #000;
  background-color: #fff;
}

.section-footer.black {
  border: 1px solid transparent;
  background-color: #101731;
  background-image: linear-gradient(103deg, #1c1c3d, #192349);
}

.section-footer.blue {
  background-color: #8556fd;
}

.link-dark {
  color: #343e52;
  text-decoration: none;
}

.link-dark:hover {
  color: #8556fd;
  text-decoration: underline;
}

.link-header-page {
  margin-right: 0px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #a9bce0;
  border-radius: 10px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  text-decoration: none;
}

.link-header-page:hover {
  text-decoration: underline;
}

.link-header-page.white {
  padding-right: 10px;
  padding-left: 10px;
  border-color: #fff;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.link-header-page.white:hover {
  text-decoration: none;
}

.row {
  margin-bottom: 90px;
}

.page-wrapper {
  overflow: hidden;
}

.column-third {
  padding-right: 0px;
  padding-left: 0px;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.column-third.contact {
  padding-right: 10px;
  padding-left: 10px;
}

.page-pargraph {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.page-pargraph.page-header {
  margin-bottom: 20px;
  line-height: 25px;
}

.page-pargraph.dark {
  color: #8796b4;
}

.page-pargraph.dark {
  color: #677081;
}

.breadcrumbs-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 23px;
}

.page-header-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  max-width: 600px;
  -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;
}

.page-header-div.center {
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(133, 86, 253, 0.75);
  color: #fff;
}

.hero-big-text {
  margin-top: 10px;
  color: #fff;
  font-size: 47px;
  line-height: 57px;
  font-weight: 500;
  text-transform: none;
}

.hero-big-text.hero {
  margin-top: 0px;
  font-size: 47px;
  line-height: 57px;
  font-weight: 300;
}

.hero-big-text.hero.third {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  text-align: center;
}

.hero-text-block {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 81%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.image-over-sect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e9f6), color-stop(59%, #fff));
  background-image: linear-gradient(180deg, #e3e9f6, #fff 59%);
}

.info-div-wrapper {
  padding-top: 10px;
  padding-left: 24px;
}

.team {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column-55 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.processes-section-second {
  padding-top: 100px;
  padding-bottom: 100px;
}

.processes-section-second.background {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.73)), to(rgba(0, 0, 0, 0.73))), url('../images/dorin-vancea-839261000.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.73), rgba(0, 0, 0, 0.73)), url('../images/dorin-vancea-839261000.jpg');
  background-position: 0px 0px, 50% 56%;
  background-size: auto, cover;
}

.processes-section-second.background.transparent {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: none;
}

.processes-section-second.background.color {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: linear-gradient(113deg, #2741ff, #2fb9f8);
}

.processes-section-second.background.color.pink {
  overflow: hidden;
  background-image: linear-gradient(113deg, #d656fd, #8556fd);
}

.processes-section-second.background.color.pink {
  overflow: hidden;
}

.team-info {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 5%;
}

.info-service-wrapper {
  padding: 30px 40px;
  border-style: none solid solid;
  border-width: 0px 1px 1px;
  border-color: #e4e8ee;
  background-color: #fff;
}

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

.image-7 {
  border-radius: 4px;
}

.image-8 {
  border-radius: 4px;
}

.team-member-image {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  font-weight: 500;
  text-align: center;
}

.service-heading {
  margin-top: 0px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}

.line {
  width: 50%;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #465cff;
}

.line.turquoise {
  background-color: #1ec8e2;
}

.line.orange {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #ff9500;
}

.line.orange.left {
  width: 5%;
  margin-left: 0px;
}

.line.components {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #56fd7a;
}

.line.interaction {
  background-color: #5956fd;
}

.line.left {
  width: 5%;
  margin-left: 0px;
}

.line.pink {
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d656fd;
}

.line.blue {
  margin-right: 10px;
  margin-left: 10px;
}

.team-header {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.team-header.white {
  color: #fff;
}

.icon-image {
  position: relative;
  left: 0px;
  top: 14px;
  width: 48px;
  height: 48px;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 8px;
  background-color: rgba(86, 146, 253, 0.16);
}

.icon-image.interactions {
  background-color: rgba(89, 86, 253, 0.16);
}

.icon-image.interactions.white {
  margin-right: 20px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.24);
}

.processes-block {
  display: block;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  border-top: 3px solid #eee;
  border-left: 0px none transparent;
  text-align: left;
}

.processes-block.counters {
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top-style: none;
  background-color: transparent;
}

.processes-block.counters.light {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 278px;
  height: 200px;
  margin: 6px;
  -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;
  border: 1px none #000;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.06);
}

.image-10 {
  position: relative;
}

.processes-column {
  height: 300px;
  padding-right: 0px;
  padding-left: 0px;
  border-right: 2px solid #1cbac8;
}

.processes-column.top {
  height: auto;
  border-top: 0px none transparent;
  border-right-style: none;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  opacity: 0.63;
}

.social-icon:hover {
  border-color: #fff;
  opacity: 1;
}

.social-icon.google {
  background-image: url('../images/google-plus.svg');
}

.social-icon.tweeter {
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/twitter-logo-silhouette.svg');
  background-size: 14px;
  opacity: 0.63;
}

.social-icon.tweeter:hover {
  opacity: 1;
}

.image-over-section {
  margin-top: -200px;
}

.hero-section {
  position: relative;
  height: 750px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../images/slider-landing-slide-01-image-09.png'), linear-gradient(135deg, rgba(0, 77, 240, 0.92) 24%, #00e95e);
  background-position: 100% 50%, 0px 0px;
  background-size: 900px, auto;
  background-repeat: no-repeat, repeat;
  font-family: Montserrat, sans-serif;
  color: #1a1a1a;
}

.hero-section.third {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 700px;
  -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-image: -webkit-gradient(linear, left top, left bottom, from(#acb2ba), to(#686c75)), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-image: linear-gradient(180deg, #acb2ba, #686c75), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 100% 29%, 0px 80%, 50% -184px;
  background-size: auto, 250px, 260px, cover;
  background-repeat: repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, fixed, scroll;
}

.hero-section.third.pink {
  background-image: linear-gradient(114deg, #8556fd, #d656fd), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px, 0px 80%, 50% -184px;
  background-size: auto, 260px, cover;
  background-repeat: repeat, no-repeat, no-repeat;
  background-attachment: scroll, fixed, scroll;
}

.team-tittle {
  margin-top: 4px;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.team-member {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 0px;
}

.features-container {
  position: relative;
  display: block;
  padding-left: 0px;
}

.div-gray-line {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-top: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

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

.middle-div {
  width: 99%;
  text-align: center;
}

.middle-div.padding {
  width: auto;
  padding-right: 80px;
  padding-left: 80px;
}

.features-paragraph {
  display: block;
  margin-bottom: 0px;
  color: #777;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.features-paragraph.tetimonials {
  margin-bottom: 20px;
  text-align: left;
}

.features-paragraph.tetimonials.white {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: hsla(0, 0%, 100%, 0.61);
}

.features-paragraph.service {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #999;
  font-style: normal;
  text-align: left;
}

.features-paragraph.service.white {
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 14px;
}

.features-paragraph.service.white {
  color: rgba(228, 232, 238, 0.88);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
}

.testimonials-divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.26);
}

.process-line {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(7%, hsla(0, 0%, 90.7%, 0.63)), color-stop(93%, #e7e7e7), to(#fff));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 90.7%, 0.63) 7%, #e7e7e7 93%, #fff);
}

.check-list.padding-top-bottom {
  margin-top: 30px;
  margin-bottom: 40px;
}

.pricing-row {
  width: 100.00781%;
}

.pricing-row.row-nr-2 {
  display: block;
}

.pricing-row.row-nr-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-sixth {
  width: 100%;
  height: auto;
  margin-right: 0px;
  padding-right: 0px;
}

.image-sixth.move {
  -webkit-transform: translate(0px, 30px);
  -ms-transform: translate(0px, 30px);
  transform: translate(0px, 30px);
}

.image-sixth.adjust {
  width: auto;
  height: 100%;
}

.padding-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.square-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 115%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(77%, #fff));
  background-image: linear-gradient(180deg, #000, #fff 77%);
  opacity: 0.15;
}

.image-third {
  width: 48px;
  max-width: none;
  margin-top: 10px;
  margin-right: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.6);
  border-radius: 10px;
}

.process-icon {
  position: absolute;
  left: 0px;
  top: -16px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px solid #fff;
  border-radius: 100%;
  background-color: #465cff;
  box-shadow: 0 6px 12px 0 rgba(82, 91, 115, 0.2);
}

.process-icon.center {
  position: absolute;
  top: auto;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-style: none;
  border-radius: 27%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3c00), to(#ff9500));
  background-image: linear-gradient(180deg, #ff3c00, #ff9500);
}

.process-icon.center.pink {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8556fd), to(#d656fd));
  background-image: linear-gradient(180deg, #8556fd, #d656fd);
}

.process-icon.center.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214af0), to(#2fb9f8));
  background-image: linear-gradient(180deg, #214af0, #2fb9f8);
}

.process-icon.center.green {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#049223), to(#5ef03a));
  background-image: linear-gradient(180deg, #049223, #5ef03a);
}

.pricing-block {
  display: block;
  padding: 0px 0px 23px;
  border: 1px solid #e4e8ee;
  border-radius: 11px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  text-align: center;
}

.pricing-block:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.pricing-block.right {
  border-radius: 10px;
  box-shadow: none;
}

.pricing-block.right:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.pricing-block.small {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding-top: 10px;
  border-style: solid;
  border-radius: 10px;
}

.pricing-block.small.pink {
  height: 240px;
  background-image: linear-gradient(120deg, #8556fd, #d656fd);
}

.pricing-block.small.blue {
  height: 240px;
  background-image: linear-gradient(146deg, #5956fd, #2fb9f8);
}

.pricing-block.small.orange {
  height: 240px;
  border-width: 0px;
  background-image: linear-gradient(108deg, #ff3c00, #ff9500);
}

.pricing-block.small.gray {
  height: 240px;
  padding-top: 10px;
  background-color: #f5f5f5;
}

.pricing-block.center.white {
  display: block;
  padding-top: 23px;
  padding-right: 23px;
  padding-left: 23px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: solid;
  border-color: #e4e8ee;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.pricing-block.center.white:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.12);
}

.pricing-block.center.white.outline {
  border-color: rgba(228, 232, 238, 0.2);
  background-color: transparent;
}

.service-div-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  padding: 80px 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;
  border-top: 1px solid #e4e8ee;
  background-color: transparent;
  text-align: left;
}

.service-div-wrapper.right {
  height: 600px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-div-wrapper.third {
  height: 600px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #e4e8ee;
  border-left: 1px solid #e4e8ee;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.price-toogle {
  position: relative;
  width: 70px;
  height: 34px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #e4e8ee;
  border-radius: 50px;
  background-color: #fff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.11);
}

.left {
  text-align: left;
}

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

.title-procces {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-weight: 500;
}

.title-procces.right {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
}

.pad-image {
  width: 100%;
  max-width: none;
  margin-top: 30px;
  margin-bottom: -40px;
}

.image-mock-ups {
  position: relative;
  top: 37px;
  right: 135px;
  max-height: 550px;
  max-width: none;
}

.image-mock-ups.laptop {
  top: 0px;
  right: 0px;
}

.image-process-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40%;
  height: 300px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  background-color: transparent;
  text-align: right;
}

.image-process-div.right {
  height: 300px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.image-process-div.light-grey {
  padding: 0px;
  background-color: transparent;
}

.image-process-div.adjust {
  padding: 20px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.square-fifth {
  position: relative;
  left: 51%;
  top: 25%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 3vh;
  height: 3vh;
  margin: auto 66% auto auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.square-fifth.gray {
  border-radius: 70%;
  background-color: #e4e8ee;
  opacity: 1;
}

.right {
  text-align: right;
}

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

.process-card {
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.process-card.left {
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.process-card.right {
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.process-card.right.right2 {
  display: none;
}

.check-text-block {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 0px none #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  font-family: Lato, sans-serif;
  color: #677081;
}

.check-text-block.first {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #677081;
}

.bigger-circle {
  position: absolute;
  width: 600px;
  height: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.icon-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 64px;
  -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;
  text-align: center;
}

.paragraph {
  width: auto;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.paragraph.white {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
}

.paragraph.white.with-line {
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.bigger-circle-3 {
  position: absolute;
  width: 400px;
  height: 400px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.pricing-column {
  display: block;
  padding: 15px;
}

.process {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  padding: 120px 15px 32px;
  -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;
}

.image-fourth {
  position: absolute;
  left: auto;
  top: 20px;
  right: 35px;
  bottom: auto;
  opacity: 0.22;
}

.process-info {
  width: 40%;
}

.process-info.right {
  height: 300px;
  padding: 40px;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;
  text-align: left;
}

.process-info.left {
  width: 40%;
  height: 300px;
  padding: 40px;
  border: 1px solid #e4e8ee;
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;
  line-height: 24px;
  text-align: right;
}

.bigger-circle2 {
  position: absolute;
  width: 800px;
  height: 800px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.image-team-div {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.horizontal-line {
  position: relative;
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, hsla(0, 0%, 90.6%, 0.63)), color-stop(90%, hsla(0, 0%, 90.6%, 0.63)), to(#fff));
  background-image: linear-gradient(180deg, #fff, hsla(0, 0%, 90.6%, 0.63) 10%, hsla(0, 0%, 90.6%, 0.63) 90%, #fff);
  text-align: center;
}

.div-block-sixth {
  display: block;
  margin-left: 10px;
  text-align: center;
}

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

.team-line {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 20;
  display: block;
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #009fad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#465cff), to(#2fb9f8));
  background-image: linear-gradient(180deg, #465cff, #2fb9f8);
  text-align: center;
}

.team-line.pink {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d656fd), to(#d656fd));
  background-image: linear-gradient(180deg, #d656fd, #d656fd);
}

.team-line.interaction {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5956fd), to(#bc8cf7));
  background-image: linear-gradient(180deg, #5956fd, #bc8cf7);
}

.team-line.components {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#049223), to(#03be2b));
  background-image: linear-gradient(180deg, #049223, #03be2b);
}

.team-line.orange {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3c00), to(#ff9500));
  background-image: linear-gradient(180deg, #ff3c00, #ff9500);
}

.team-line.turquoise {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1ec8e2), to(#70e2ff));
  background-image: linear-gradient(180deg, #1ec8e2, #70e2ff);
}

.toogle-dot {
  position: absolute;
  top: auto;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, #d656fd, #5956fd);
}

.scroll-text {
  position: static;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10px;
  letter-spacing: 2px;
}

.italic-text {
  display: inline-block;
  padding: 1px 2px;
  background-color: hsla(0, 0%, 100%, 0.16);
}

.columns-5 {
  position: relative;
  z-index: 10;
}

.image-block {
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  height: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 2px;
  border-radius: 10px;
  background-image: url('../images/5c2dedbbda6ab37847d9e689_ov-phone4-min-p-1080.png');
  background-position: 50% 50%;
  background-size: 700px;
}

.image-block.ipad {
  background-image: url('../images/3423.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.square {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 1500px;
  height: 1500px;
  margin: 15% auto auto;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  opacity: 1;
}

.wrapper-box {
  border-radius: 5px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.wrapper-box:hover {
  box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.05);
}

.service-with-image {
  padding-right: 40px;
  padding-left: 40px;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 15px;
  -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;
  text-decoration: none;
}

.image-5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  opacity: 0.3;
}

.vertical-line {
  width: 1px;
  height: 50px;
  margin-left: 5px;
  background-color: #465cff;
}

.vertical-line.green {
  height: 50px;
  margin-left: 5px;
  background-color: #03be2b;
}

.vertical-line.pink {
  height: 50px;
  margin-left: 5px;
  background-color: #d656fd;
}

.vertical-line.orange {
  height: 50px;
  margin-left: 5px;
  background-color: #ff9500;
}

.vertical-line.interaction {
  margin-left: 5px;
  background-color: #5956fd;
}

.vertical-line.blue {
  height: 50px;
  margin-left: 5px;
  background-color: #2fb9f8;
}

.vertical-line.turquoise {
  margin-left: 5px;
  background-color: #03be2b;
}

.line-scroll {
  width: 2px;
  height: 40px;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #d656fd;
}

.image-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-image: url('../images/5c2f171fc37080cebd4bc566_Space-Gray.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-service.pink {
  background-image: url('../images/5c2f171fc370801b234bc58e_Silver.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.image-service.components {
  background-image: url('../images/5c2f16b89bc27a5c9d4292e5_Official-Color.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.heading-second {
  margin-top: 0px;
  color: #343e52;
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
}

.heading-second.white {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 52px;
}

.heading-second.white.percentual {
  width: 90%;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.project-wrapper {
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 4px;
  text-decoration: none;
  text-transform: capitalize;
}

.project-photo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
}

.project-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.project-overlay.color {
  background-color: rgba(0, 0, 0, 0.6);
}

.project-info {
  position: absolute;
  z-index: 3;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
}

.category-text {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin: 0px auto 20px;
  padding: 5px 20px;
  float: none;
  border: 1px none #e4ecf6;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: 0 3px 9px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.category-text:hover {
  background-color: #fff;
}

.category-text.portfolio {
  position: relative;
  left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: none;
}

.category-text.portfolio {
  position: relative;
  left: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d656fd), to(#a07cfa));
  background-image: linear-gradient(180deg, #d656fd, #a07cfa);
}

.category-text.portfolio.white {
  background-color: #fff;
  background-image: none;
  color: #fff;
}

.category-text.portfolio.top {
  margin-bottom: 40px;
  background-image: none;
  box-shadow: none;
}

.category-text.works {
  position: relative;
  left: auto;
}

.category-text.side {
  position: static;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-style: solid;
  border-color: #e4e8ee;
  box-shadow: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.category-text.side:hover {
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}

.category-text.side.full {
  display: block;
  width: 100%;
}

.category-text.side.full.w--current {
  border-color: #e4e8ee;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.category-text.side.full.all {
  border-color: #e4e8ee;
  color: #677081;
}

.category-text.side.full.all.w--current {
  border-color: #e4e8ee;
}

.project-tittle {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

.line-inporfolio {
  width: 70%;
  height: 1px;
  margin: 20px auto;
  background-color: #fff;
  text-align: center;
}

.blog-tittle {
  margin-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.blog-tittle.small {
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.blog-content-services {
  float: none;
  text-align: left;
}

.blog-content-services.date {
  position: static;
  left: 35px;
  top: 0px;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px;
  float: none;
  border-style: none solid solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.6);
}

.blog-content-services.tittle {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  height: 180px;
  padding: 0px 35px 35px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.59);
  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-overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  float: none;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.blog-post-overlay:hover {
  background-color: transparent;
}

.blog-image {
  overflow: hidden;
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
  border-radius: 4px;
  background-image: url('../images/matthew-henry-213827.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-image.image-blog {
  height: 400px;
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.blog-image.image-blog:hover {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.19);
}

.blog-image.image-blog {
  height: 400px;
  margin-bottom: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
}

.blog-image.image-blog:hover {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.19);
}

.blog-image.image-blog.featured {
  margin-bottom: 0px;
}

.date-blog {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 0px;
}

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

.view-text {
  position: relative;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.view-text.outline {
  padding: 8px 12px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.view-text.outline:hover {
  padding: 8px 12px;
  background-color: #fff;
  color: #343e52;
}

.work-image-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 450px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.tittle-work {
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.tittle-work.white.works {
  margin-bottom: 20px;
}

.work-card {
  position: relative;
  display: block;
  width: 580px;
  height: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 4px;
  text-decoration: none;
  text-transform: capitalize;
}

.work-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.work-overlay.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(117, 63, 255, 0.64);
}

.line-box {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 5%;
  height: 2px;
  background-color: #e4e8ee;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.line-box.color {
  background-color: #a9bce0;
}

.line-box.dark {
  background-color: #343e52;
}

.top-header-2 {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-header-2.white {
  color: #fff;
}

.top-header-2.lighter {
  color: rgba(255, 255, 255, 0.6);
}

.top-header-2.lighter.allcaps {
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}

.column-price-table {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}

.side-info-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-right: 8%;
  padding-left: 8%;
  -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;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 500;
}

.side-info-2.no-padding {
  padding-right: 0%;
  padding-left: 0%;
}

.side-info-2.discover {
  width: 50%;
  padding-right: 5%;
  padding-left: 0%;
}

.square-wrapper-3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 115%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#343e52), color-stop(77%, #fff));
  background-image: linear-gradient(180deg, #343e52, #fff 77%);
  opacity: 0.15;
  font-family: Roboto, sans-serif;
}

.sub-hero-text.right {
  text-align: left;
}

.sub-hero-text.left {
  text-align: right;
}

.service-heading-second-2 {
  margin-top: 0px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.service-heading-second-2.all-caps {
  color: #343e52;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.service-heading-second-2.all-caps.right {
  margin-top: 20px;
  text-align: right;
}

.service-heading-second-2.all-caps.left {
  margin-top: 20px;
  text-align: left;
}

.service-heading-second-2.all-caps.in {
  margin-bottom: 0px;
  color: #fff;
}

.service-heading-second-2.all-caps {
  color: #343e52;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.service-heading-second-2.all-caps.right {
  margin-top: 20px;
  text-align: right;
}

.service-heading-second-2.all-caps.left {
  margin-top: 20px;
  text-align: left;
}

.service-heading-second-2.all-caps.in {
  margin-bottom: 0px;
  color: #fff;
}

.service-heading-second-2.all-caps {
  color: #343e52;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-link-2 {
  margin-right: 20px;
  margin-left: 0px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.footer-link-2:hover {
  color: #8556fd;
}

.footer-link-2.white {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0px;
}

.footer-link-2.white:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.button-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 24px;
  float: right;
  border-radius: 3px;
  background-color: #465cff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Lato, sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  background-color: #000;
}

.button-2.center {
  position: static;
  top: 0px;
  right: -25px;
  display: block;
  width: 160px;
  margin: 15px auto 20px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

.button-2.center.outline {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.button-2.center.outline:hover {
  background-color: #fff;
  color: #000;
}

.button-2.center.outline.price {
  margin-top: 25px;
  margin-left: 0px;
  font-family: Roboto, sans-serif;
}

.button-2.center.outline.price.wrap {
  width: auto;
}

.laptop-padding {
  margin-top: 0px;
}

.div-content-second {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
}

.div-content-second.percentual {
  width: 80%;
  margin-left: 0px;
}

.div-content-second.right-side {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 40px;
}

.heading-2 {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
}

.heading-2.pricing {
  margin-bottom: 20px;
  font-size: 30px;
}

.heading-2.white {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 52px;
}

.heading-2.white.percentual {
  width: 80%;
  font-weight: 400;
}

.heading-2.white {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.heading-2.whitish {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.button-3 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 24px;
  float: right;
  border-radius: 3px;
  background-color: #465cff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #000;
}

.button-3.general {
  width: 200px;
  height: 42px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 1px;
  border-color: #8b9de4;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214af0), to(#39abff));
  background-image: linear-gradient(180deg, #214af0, #39abff);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  text-align: center;
}

.button-3.general:hover {
  border-style: none;
  box-shadow: 0 6px 12px 0 rgba(29, 30, 56, 0.2);
}

.button-3.general.middle {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.button-3.general.middle.wrap {
  margin-top: 10px;
  margin-bottom: 20px;
}

.button-3.general.left {
  margin-left: 0px;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.button-3.general.orange {
  height: 42px;
  margin-right: 10px;
  margin-left: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff3c00), to(#ff9500));
  background-image: linear-gradient(180deg, #ff3c00, #ff9500);
}

.button-3.general.outline {
  height: 42px;
  border-style: solid;
  border-color: #fff;
  background-image: none;
}

.button-3.general.outline:hover {
  border-style: none;
  border-color: #5956fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5956fd), to(#39abff));
  background-image: linear-gradient(180deg, #5956fd, #39abff);
}

.button-3.general.full {
  width: 100%;
}

.button-3.white.outline {
  width: 160px;
  height: 42px;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 24px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
}

.button-3.white.outline:hover {
  background-color: #fff;
  box-shadow: 4px 4px 12px 0 rgba(142, 152, 173, 0.38);
  color: #000;
}

.button-3.white.outline.center {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.copyright-text-2 {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 12px;
  text-align: left;
}

.copyright-text-2.white {
  color: hsla(0, 0%, 100%, 0.5);
}

.copyright-text-2.secure {
  margin-right: 10px;
  color: #fff;
}

.copyright-text-2.hide {
  display: none;
}

.features-info-wrapper {
  width: 100%;
  padding-right: 7%;
  padding-left: 7%;
}

.notification-form {
  display: block;
  text-align: center;
}

.baner-big-text {
  width: 100.006527%;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: 0px;
}

.hero-info-block {
  position: relative;
  top: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.hero-info-block.paddings {
  margin-top: 50px;
  padding-left: 40px;
}

.hero-info-block.sixth {
  padding-right: 60px;
}

.footer-phone-text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.footer-phone-text.center {
  color: #8796b4;
  text-align: center;
}

.footer-phone-text.center.white {
  color: #fff;
}

.footer-phone-text.center {
  color: #677081;
  text-align: center;
}

.footer-phone-text.center.white {
  color: #fff;
}

.footer-phone-text.middle {
  padding-top: 0px;
  text-align: center;
}

.notification-wrapper {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.question-tittle-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.columns-4 {
  width: 80%;
}

.center-2 {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.center-2.padding {
  margin: 20px 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #677081;
}

.video-header-2 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.video-header-2.white {
  width: auto;
  margin-top: 0px;
  font-weight: 400;
}

.div-column-footer {
  height: 257px;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.07);
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.18);
  text-align: left;
}

.div-column-footer.small {
  height: auto;
  border-style: none;
  border-color: rgba(20, 20, 20, 0.37);
  background-color: #1c1c3d;
  box-shadow: none;
}

.div-column-footer.small.white {
  padding-left: 20px;
  border-style: none;
  border-left-color: hsla(0, 0%, 100%, 0.12);
  border-radius: 0px;
  background-color: transparent;
}

.div-column-footer.small.white.middle {
  padding-left: 20px;
  border-right-style: solid;
  border-right-color: hsla(0, 0%, 100%, 0.12);
  border-left-style: none;
  text-align: center;
}

.introducing-text {
  width: auto;
}

.tittle {
  margin-bottom: 0px;
  color: #768fad;
  font-size: 12px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 1px;
}

.service-heading-third-2 {
  margin-top: 0px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  text-align: left;
}

.service-heading-third-2.big {
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-heading-third-2.big.white {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.service-heading-third-2.big.dark {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}

.service-heading-third-2.big {
  display: block;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #343e52;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.service-heading-third-2.big.testimonials-white {
  font-family: Roboto, sans-serif;
  color: #fff;
}

.service-heading-third-2.white {
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
}

.service-heading-third-2.center {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 20px;
  text-align: center;
  text-transform: none;
}

.service-heading-third-2.lightertab {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
}

.square-wrapper-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 115%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), color-stop(77%, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), hsla(0, 0%, 100%, 0) 77%);
  opacity: 0.8;
  font-family: Roboto, sans-serif;
}

.center-3 {
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-weight: 400;
  text-align: center;
}

.center-3.padding {
  margin-bottom: 40px;
  color: #8796b4;
}

.center-3.social {
  margin-bottom: 5px;
  color: #8796b4;
}

.center-3.feature-content {
  height: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-info {
  width: 80%;
}

.page-header-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 48px 15px;
  -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;
}

.image-page-side {
  position: absolute;
  left: auto;
  top: 8%;
  right: 15%;
  bottom: auto;
}

.image-page-side.page-header {
  right: 0%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 5%;
}

.header-small {
  margin-top: 12px;
  margin-right: 0px;
  margin-bottom: 12px;
  padding-right: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.header-small.white {
  font-family: Roboto, sans-serif;
  font-size: 28px;
  line-height: 38px;
}

.header-small.black {
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 28px;
  line-height: 38px;
}

.columns-third {
  width: 80%;
}

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

.pricing-section.background {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(100deg, rgba(36, 24, 189, 0.9), rgba(0, 127, 255, 0.9)), url('../images/johnny-be-good-2.jpg');
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

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

.pricing-column-2 {
  padding: 15px;
}

.service-heading-2 {
  margin-top: 0px;
  float: none;
  clear: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}

.service-heading-2.white {
  color: #fff;
}

.service-heading-2.white.padding {
  margin-top: 10px;
}

.column-56 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.about-copy-wrapper {
  width: 75%;
}

.tabs-content-2 {
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border: 1px none #dbdbdb;
  background-color: transparent;
}

.tabs-content-2.middle {
  margin-top: -40px;
  padding-top: 100px;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
  text-align: left;
}

.tabs-content-2.middle.gray {
  margin-top: 0px;
  padding: 80px 0px 0px;
  background-color: transparent;
}

.careers {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.team-member-image-2 {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-align: center;
}

.team-header-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.tap-menu-2 {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  clear: none;
  text-align: center;
}

.tap-menu-2.center {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #e4e8ee;
  border-bottom: 1px solid #e4e8ee;
  text-align: center;
}

.team-tittle-2 {
  margin-top: 4px;
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1px;
}

.tittle-tab {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.tab-link-with-line {
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 30px;
  padding-left: 30px;
  border: 1px none #dbdbdb;
  border-radius: 6px;
  background-color: transparent;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.tab-link-with-line:hover {
  color: #333;
}

.tab-link-with-line.w--current {
  margin-right: 5px;
  margin-left: 5px;
  border: 1px none #dbdbdb;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  color: #42ae13;
  font-size: 14px;
  font-weight: 500;
}

.tab-link-with-line.center-width {
  width: 100px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  background-color: #f8f8f8;
}

.tab-link-with-line.center-width.w--current {
  width: 100px;
  height: 80px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 22px;
  padding-bottom: 20px;
  border-color: #465cff;
  border-right-style: solid;
  border-right-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}

.tab-link-with-line.center-width.text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

.tab-link-with-line.center-width.text:hover {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  border-radius: 0px;
}

.tab-link-with-line.center-width.text.w--current {
  height: 60px;
  padding: 20px 30px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #d656fd;
  border-radius: 0px;
  background-color: #f0f2fc;
  box-shadow: none;
  color: #3f3f3f;
}

.tab-link-with-line.center-width.text.w--current:hover {
  padding-bottom: 20px;
  border-bottom-color: #d656fd;
}

.tab-link-with-line.center-width.text {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  background-color: transparent;
  font-family: Roboto, sans-serif;
}

.tab-link-with-line.center-width.text:hover {
  height: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #000;
  border-radius: 0px;
}

.tab-link-with-line.center-width.text.w--current {
  height: 60px;
  padding: 20px 30px;
  border-style: none none solid;
  border-bottom-width: 2px;
  border-bottom-color: #d656fd;
  border-radius: 0px;
  background-color: #f4f5f9;
  box-shadow: none;
  color: #3f3f3f;
}

.tab-link-with-line.center-width.text.w--current:hover {
  padding-bottom: 20px;
  border-bottom-color: #d656fd;
}

.white-header-2 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  line-height: 46px;
}

.white-center-text-3 {
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0px;
}

.white-center-text-3.green {
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #8796b4;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
}

.side-image {
  position: relative;
  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;
}

.side-image.paddings {
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 20px;
}

.side-wrapper {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.side-wrapper.centerated {
  padding-top: 160px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-proccess {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.title-proccess.right {
  margin-bottom: 10px;
}

.top-head {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.top-head.lighter {
  color: rgba(255, 255, 255, 0.6);
}

.top-head.lighter.allcaps {
  display: block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.94);
  font-weight: 400;
}

.tittle-2 {
  margin-bottom: 0px;
  color: #8e98ad;
  font-size: 11px;
  line-height: 21px;
}

.copyright-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4px;
  padding-bottom: 4px;
  -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: #aaa;
  font-size: 12px;
  line-height: 22px;
}

.question-tittle-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.copyright-text-3 {
  display: inline-block;
  font-family: Lato, sans-serif;
  color: #768fad;
  font-size: 12px;
  text-align: left;
}

.copyright-text-3.secure {
  margin-right: 10px;
  color: #fff;
}

.row-asked-question {
  margin-top: 0px;
  margin-bottom: 40px;
}

.wrapper-examples {
  margin-right: 20px;
  margin-bottom: 2px;
  padding-right: 10px;
  padding-bottom: 1px;
}

.heading-half-section-2 {
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
}

.heading-half-section-2.left {
  margin-top: 0px;
  color: #343e52;
  font-size: 28px;
  line-height: 38px;
}

.video-header-3 {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.side-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.service-div-2 {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  padding: 24px 20px;
  border: 1px solid #e4e8ee;
  border-radius: 5px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.service-div-2.center {
  height: auto;
  padding: 20px 20px 40px;
  border: 1px solid #e4e8ee;
  border-radius: 8px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #465cff;
  font-weight: 600;
  text-align: center;
}

.service-div-2.center.works {
  padding-bottom: 20px;
}

.right-collection-wrapper {
  width: 66.66%;
  padding-right: 0px;
  padding-left: 0px;
}

.sidebar {
  width: 30%;
  padding: 0px 0px 15px 20px;
  background-color: transparent;
  text-align: left;
}

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

.sucess-mesage {
  border-radius: 8px;
  background-color: #40c30d;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
}

.blog-and-sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sidebar-block {
  margin-bottom: 40px;
  padding: 25px;
  border: 1px solid #e4e8ee;
  border-radius: 6px;
  background-color: #fff;
}

.sidebar-block:hover {
  border-color: #e4e8ee;
}

.form {
  padding: 0px;
}

.error-message {
  border-radius: 8px;
  background-color: red;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.sidebar-header {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 1px none #e4e8ee;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-field-blog-sidebar {
  width: 100%;
  height: 44px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  background-color: #fff;
  color: #75757c;
}

.text-field-blog-sidebar:hover {
  border-bottom-color: #e4e8ee;
}

.field-label {
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.field-label.contact-us-field {
  margin-bottom: 8px;
  color: #3f3f3f;
  font-size: 12px;
  font-weight: 400;
}

.field-label.contact-us-field.gray {
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-weight: 700;
}

.field-label.contact-us-field.gray {
  font-family: Roboto, sans-serif;
  color: #545569;
  font-weight: 700;
}

.success-message {
  border-radius: 6px;
  background-color: #34cf2c;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
}

.contact-content {
  position: relative;
  right: -45px;
  z-index: 1000;
  height: auto;
  padding: 45px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(228, 236, 246, 0.57);
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 7px 7px 25px 0 rgba(82, 91, 115, 0.12);
}

.contact-content.new {
  position: static;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 30px;
  border-color: #e4ecf6;
  box-shadow: 0 10px 25px 0 rgba(70, 82, 116, 0.12);
}

.form-block {
  padding-right: 30px;
  padding-left: 30px;
}

.link-wrapper {
  text-decoration: none;
}

.field-label-last {
  font-family: Roboto, sans-serif;
  color: #8796b4;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.error-message-second {
  padding: 20px;
  border-radius: 10px;
  background-color: red;
  color: #fff;
  text-align: center;
}

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

.checkbox-field-quote {
  color: #505e78;
  text-align: left;
}

.info-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}

.text-field-third {
  display: inline-block;
  height: 42px;
  margin-bottom: 12px;
  float: none;
  border-radius: 3px;
}

.text-field-third.contact-form {
  font-size: 13px;
  line-height: 18px;
}

.text-field-third.contact-form.gray {
  margin-bottom: 20px;
  padding-left: 40px;
  border: 1px solid #e4ecf6;
  border-radius: 5px;
  background-color: rgba(244, 245, 249, 0.5);
  background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
  background-position: 7px 48%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
}

.text-field-third.contact-form.gray.no-icon {
  margin-bottom: 20px;
  background-image: none;
  font-family: Roboto, sans-serif;
  color: #343e52;
}

.text-field-third.contact-form.gray.email {
  padding-left: 40px;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-size: 20px;
  font-family: Roboto, sans-serif;
  color: #343e52;
}

.text-field-third.contact-form.gray.budget {
  background-image: url('../images/icons8-organization-52_1icons8-organization-52.png');
  background-size: 20px;
}

.text-field-third.contact-form.gray.subject {
  margin-bottom: 20px;
  background-image: url('../images/icons8-box-64_1icons8-box-64.png');
  background-size: 20px;
}

.text-field-third.contact-form.gray.email {
  padding-left: 40px;
  background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
  background-size: 20px;
  font-family: Roboto, sans-serif;
}

.checkbox-field-second {
  margin-top: 2px;
  margin-right: 10px;
  color: #fff;
  font-size: 20px;
}

.social-link {
  color: #8796b4;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

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

.contact-form.message.gray {
  min-height: 160px;
  margin-bottom: 24px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(228, 236, 246, 0.57);
  border-radius: 5px;
  background-color: rgba(244, 245, 249, 0.5);
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 13px;
  line-height: 23px;
}

.contact-form.message.gray {
  min-height: 160px;
  margin-bottom: 24px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(228, 236, 246, 0.57);
  border-radius: 5px;
  background-color: rgba(244, 245, 249, 0.5);
  background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
  background-position: 8px 8px;
  background-size: 23px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 23px;
}

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

.gray-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  -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;
  border-top: 1px none #e7e8ea;
  border-bottom: 1px none #e7e8ea;
  background-color: transparent;
  text-align: center;
}

.tweeter {
  margin-right: 10px;
  opacity: 1;
}

.contact-link {
  display: block;
  margin-top: 15px;
  padding-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 12px;
  text-decoration: none;
}

.contact-link:hover {
  margin-top: 15px;
  padding-bottom: 0px;
  color: #2c3340;
  text-decoration: underline;
}

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

.testimonial-section.first {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('../images/h1-slide2-background.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

.cta-button {
  height: 48px;
  padding: 12px 24px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: box-shadow 400ms ease;
  transition: box-shadow 400ms ease;
  font-family: Roboto, sans-serif;
  color: #2c3340;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.cta-button:hover {
  box-shadow: 0 2px 4px 0 rgba(40, 43, 49, 0.29);
}

.cta-button.blue {
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.cta-button.blue:hover {
  border-style: none;
  border-color: transparent;
  background-image: linear-gradient(144deg, #39abff, #0675ec);
}

.cta-button.blue.full {
  width: 100%;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214af0), to(#39abff));
  background-image: linear-gradient(180deg, #214af0, #39abff);
  line-height: 22px;
}

.cta-button.blue.full:hover {
  box-shadow: 0 6px 12px 0 rgba(142, 152, 173, 0.38);
}

.contact-section {
  position: relative;
  z-index: 1;
  padding: 120px 20px;
  border: 1px none #000;
  background-color: #f0f2fc;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.contact-info-links {
  color: #343e52;
}

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: -24px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.image-div {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div.two {
  background-image: url('../images/Team-2.png');
  background-size: cover;
}

.image-div.third {
  background-image: url('../images/323234.png'), linear-gradient(126deg, #2741ff, #2fb9f8);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
}

.image-div.mock-ups {
  background-image: url('../images/323232.png'), linear-gradient(135deg, #8556fd, #d656fd);
  background-position: 50% 50%, 0px 0px;
  background-size: 80px, auto;
  background-repeat: no-repeat, repeat;
}

.image-div.icons {
  background-image: url('../images/23232.jpg');
  background-size: cover;
}

.licence-item-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.licence-link {
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link:hover {
  color: #d656fd;
  text-decoration: underline;
}

.licence-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 64px;
  padding-left: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #717177;
}

.heading {
  margin-top: 0px;
  font-family: Roboto, sans-serif;
  color: #343e52;
  font-size: 36px;
  line-height: 38px;
  font-weight: 500;
}

.heading.white {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 42px;
  line-height: 52px;
}

.heading.white.percentual {
  width: 80%;
}

.top-header-3 {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tabs-image {
  border-radius: 6px;
}

.center-4 {
  width: 100%;
  font-family: Roboto, sans-serif;
  color: #677081;
  font-weight: 400;
  text-align: center;
}

.rich-text-info {
  width: 80%;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
}

.works-tak-gallery {
  width: 100%;
}

.works-image {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
  text-align: center;
}

.product-wrapper-big-image {
  margin-bottom: 20px;
  padding: 0px;
  border: 1px none #e6e6e6;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(82, 91, 115, 0.12);
}

.product-wrapper-big-image.single {
  position: static;
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-photo {
  width: 28%;
  margin-right: 5px;
  padding: 0px;
  opacity: 0.6;
}

.tab-photo.w--current {
  width: 28%;
  height: auto;
  margin-right: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.post-card-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717177;
  text-decoration: none;
}

.post-card-author:hover {
  text-decoration: none;
}

.post-card-author.single {
  margin-bottom: 10px;
}

.post-card-image-author {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 6px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: cover;
}

.author-name {
  font-family: Roboto, sans-serif;
  color: #1a1a1a;
  font-weight: 500;
}

.main-image-blog {
  width: 100%;
  height: 100vh;
  margin-bottom: 120px;
  border-radius: 10px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.line-midd-2 {
  width: 15px;
  height: 1px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #c9c9c9;
}

.line-midd-2.white-line {
  height: 1px;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
}

.image-12 {
  border-radius: 20px;
}

.link-header-page-2 {
  margin-right: 0px;
  padding: 5px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #c9c9c9;
  border-radius: 10px;
  background-color: transparent;
  color: #343e52;
  text-decoration: none;
}

.link-header-page-2:hover {
  text-decoration: underline;
}

.link-header-page-2.white {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
}

.link-header-page-2.white:hover {
  text-decoration: none;
}

.utility-page-wrap {
  position: relative;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -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;
}

.top-title-text {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.text-field.center {
  height: 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #a9bce0;
  border-radius: 4px;
  color: #343e52;
}

.top-tittle-text {
  margin-top: 0px;
  font-size: 26px;
  text-align: center;
}

.banner-five {
  height: 750px;
  background-image: linear-gradient(126deg, #8556fd, #d656fd);
}

.imac {
  width: 600px;
}

.image-13 {
  margin-top: 20px;
}

.linktext {
  color: #8796b4;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
}

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

.feature-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.orange {
  color: #007fff;
}

.column-57 {
  margin-top: 25px;
  margin-bottom: 20px;
}

.column-57.middle {
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.hide {
  display: none;
}

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

@media screen and (max-width: 991px) {
  .content-section {
    padding-right: 10px;
    padding-left: 20px;
  }
  .banner-home-fourth {
    padding-top: 90px;
  }
  .banner-home-fourth.half {
    display: block;
    height: auto;
    padding: 90px 20px;
    background-image: linear-gradient(135deg, #2418bd, #007fff), url('../images/34342345.png'), linear-gradient(135deg, #2418bd, #007fff);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
  }
  .homepage-link.first {
    width: 100%;
  }
  .card-link {
    margin-bottom: 20px;
  }
  .nav-menu-second {
    position: absolute;
    display: block;
    height: auto;
    border: 1px solid #e7ecf8;
    background-color: #fff;
    color: #000;
  }
  .solar-dot-second {
    margin-top: 30px;
  }
  .solar-wrapper-first {
    width: 300px;
    height: 300px;
  }
  .preload {
    display: none;
  }
  .brand {
    padding: 10px 0px;
  }
  .footer-row {
    text-align: center;
  }
  .hero-div-info {
    margin-top: 80px;
  }
  .hero-div-info.half {
    width: 100%;
    margin-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .hero-div-info.half.mockup {
    width: 50%;
    padding-right: 2%;
    padding-left: 1%;
  }
  .hero-div-info.half.mockup.watches {
    width: 100%;
    margin-top: 40px;
    padding-left: 2%;
  }
  .demo-wrapper-second {
    top: 120px;
  }
  .dropdown-list-second.w--open {
    background-color: #fff;
  }
  .dropdown-link-second {
    background-color: rgba(228, 236, 246, 0.4);
    box-shadow: none;
  }
  .dropdown-link-second.w--current {
    box-shadow: none;
  }
  .solar-dot {
    margin-top: 385px;
  }
  .section.black {
    position: relative;
    overflow: hidden;
  }
  .arrow {
    color: #343e52;
  }
  .copyright {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .menu-button {
    padding: 20px;
    color: #343e52;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #333;
  }
  .menu-button.white {
    color: #fff;
  }
  .hero-paragraph {
    text-align: left;
  }
  .hero-paragraph.white {
    text-align: left;
  }
  .hero-paragraph.white.percentual {
    width: 100%;
  }
  .hero-paragraph.white.percentual {
    width: 100%;
  }
  .text-block-nav {
    color: #343e52;
  }
  .dark-logo.in-colors {
    opacity: 0;
  }
  .nav-bar {
    position: absolute;
    height: auto;
    padding: 0px;
  }
  .side-image-media {
    width: 100%;
  }
  .side-image-media.flex-right.discover {
    width: 100%;
  }
  .demo-wrapper {
    top: 157px;
  }
  .top-nav-content-block.social.footer {
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-align: center;
  }
  .top-nav-content-block.social.banner {
    left: 2%;
    bottom: -8%;
    margin-bottom: -8%;
    padding-bottom: 0%;
  }
  .top-nav-content-block.social.banner {
    position: absolute;
    left: 0%;
    bottom: 20%;
    z-index: 10;
    padding-bottom: 0px;
  }
  .top-nav-content-block.social.banner {
    left: 2%;
    bottom: -8%;
    margin-bottom: 0%;
  }
  .line-in-hover {
    width: 40%;
  }
  .intri-link {
    border-bottom: 1px solid #e4ecf6;
    color: #000;
  }
  .intri-link:hover {
    color: #343e52;
  }
  .intri-link.w--current {
    border-bottom: 1px solid #e4ecf6;
    background-color: transparent;
    color: #343e52;
  }
  .navigation-wrapper {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .media-image {
    width: 800px;
  }
  .media-image.padding {
    width: 100%;
  }
  .secure-payment-by {
    display: block;
    margin: 15px auto;
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .circle-third {
    position: absolute;
    display: none;
    overflow: visible;
  }
  .wrapper-full {
    top: 25%;
    padding-right: 20px;
    padding-left: 20px;
    color: #000;
  }
  .circle-one {
    width: 250px;
    height: 250px;
  }
  .footer-block {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footer-block.about-us {
    margin-bottom: 20px;
  }
  .hero-div {
    height: 100%;
    padding: 40px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .section-heading {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-line-divider {
    display: inline-block;
  }
  .solar-wrapper {
    width: 650px;
    height: 650px;
  }
  .nav-link {
    border-bottom: 1px solid #e4ecf6;
    background-color: #fff;
  }
  .button.general {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button.general.pink {
    margin-right: auto;
    margin-left: auto;
  }
  .button.general.outline {
    margin-right: 0px;
  }
  .top-padding {
    text-align: center;
  }
  .circle-demo-wrapper {
    top: -85px;
  }
  .circle {
    width: 600px;
    height: 600px;
  }
  .cta.gradient.realative.big.blue {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .cta.image-background.small {
    padding-bottom: 40px;
  }
  .cta.small {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cta.gray.small {
    padding-bottom: 40px;
  }
  .cta.gray.small.color {
    padding-bottom: 40px;
  }
  .cta.gray.small.two-buttons {
    padding-bottom: 40px;
  }
  .cta.gray.small.two-buttons {
    padding-bottom: 40px;
  }
  .square-wrapper-2 {
    height: 115%;
  }
  .div-content.tittle-in-div.center {
    text-align: center;
  }
  .div-content.achievements {
    margin-top: 100px;
    margin-left: auto;
    padding-right: 12%;
    padding-left: 12%;
  }
  .div-content.testimonials {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }
  .div-content.padding-bottom {
    margin-bottom: 100px;
  }
  .div-content.contact {
    margin-bottom: 80px;
  }
  .container-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-wrapper.archivements {
    padding-right: 25px;
    padding-left: 25px;
  }
  .container-wrapper.page-side-left {
    padding-left: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .circle-2 {
    right: 27%;
  }
  .tab-menu.banner {
    bottom: -8%;
  }
  .tab-menu.banner {
    bottom: -8%;
    margin-top: 0px;
  }
  .side-info {
    width: 90%;
    margin-bottom: 100px;
  }
  .side-info.padding-top {
    margin-top: 100px;
    margin-bottom: 0px;
  }
  .testimonial-arrow {
    right: 200px;
  }
  .side-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-wrapper.no-padding {
    width: auto;
  }
  .gray-paragraph.left {
    text-align: right;
  }
  .service-row-second {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .div-sliders-column-wrapper {
    padding-top: 20px;
  }
  .left-testimonial-arrow {
    left: 200px;
  }
  .one-side-image {
    width: 100%;
  }
  .one-side-image.gray {
    width: 100%;
    height: 650px;
    max-height: 700px;
  }
  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }
  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }
  .promo-wrapper.discover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .full-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-testimonials {
    height: 600px;
  }
  .heading-half-section {
    text-align: left;
  }
  .tab-second.center {
    width: 80%;
  }
  .container-fourth {
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-section.third.pink {
    padding-top: 100px;
    background-image: linear-gradient(131deg, #d656fd, #5b53b5), url('../images/blur.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 0px 0px, 100% 29%, 0px 80%, 50% -184px;
    background-size: auto, 250px, 260px, cover;
    background-repeat: repeat, no-repeat, no-repeat, no-repeat;
    background-attachment: scroll, fixed, fixed, scroll;
  }
  .main-section.third.gray {
    background-position: 0px 0px, 100% 50%, 0px 80%, 50% -184px;
  }
  .main-section.third.pink {
    height: 800px;
  }
  .icon-header.center {
    width: 100%;
  }
  .side-content-info {
    margin-right: auto;
    margin-left: auto;
    padding-right: 8%;
    padding-left: 8%;
  }
  .prome-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .prome-section.pink {
    height: auto;
  }
  .image-combination-2 {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .service-row.single {
    display: block;
  }
  .service-row.features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-nav-2 {
    margin-top: 100px;
  }
  .columns {
    display: block;
  }
  .columns.achivements {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .google-play-wrapper {
    border: 1px none #000;
  }
  .minus-padding-image-2 {
    width: auto;
    height: auto;
  }
  .service-div {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .service-div.center {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .service-div.line.testimonials {
    height: auto;
  }
  .service-div.left {
    margin-bottom: 20px;
  }
  .service-div.left.second {
    width: 100%;
  }
  .service-div.left.transparences.testimonials {
    width: 100%;
    margin-bottom: 20px;
  }
  .service-div.left.white {
    width: 100%;
    margin-bottom: 1px;
  }
  .service-div.left.white {
    width: 100%;
    margin-bottom: 1px;
  }
  .service-div.center {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .row-cta.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side-features {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-features.bottom-padding {
    margin-bottom: 40px;
  }
  .collection-item {
    width: 100%;
  }
  .collection-item.author {
    width: 100%;
  }
  .cta-text.white {
    line-height: 30px;
    text-align: center;
  }
  .cta-text.white.center {
    margin-bottom: 10px;
    text-align: center;
  }
  .divider {
    margin-top: 0px;
  }
  .column-navigation {
    text-align: center;
  }
  .cta-text-content.second {
    margin-right: 10px;
    text-align: center;
  }
  .cta-text-content.second {
    margin-right: 10px;
    text-align: center;
  }
  .hero-big-text.hero.third {
    width: 80%;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }
  .hero-text-block {
    margin-top: 0px;
  }
  .column-55 {
    display: block;
  }
  .processes-block.counters {
    margin-left: 0px;
  }
  .processes-block.counters.light {
    width: 95%;
  }
  .processes-column.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-section.third.pink {
    height: 650px;
  }
  .middle-div.padding {
    padding-right: 30px;
    padding-left: 30px;
  }
  .button-wrapper-div {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .pricing-block.small {
    padding-right: 10px;
    padding-left: 10px;
  }
  .left.padding {
    padding-right: 30px;
    padding-left: 30px;
  }
  .title-procces.right {
    font-size: 32px;
  }
  .title-procces.right.test {
    margin-top: 0px;
  }
  .title-procces.test {
    margin-top: 0px;
  }
  .image-mock-ups {
    position: relative;
    left: -62px;
    top: 20px;
    right: 0px;
    bottom: 0px;
    max-height: 400px;
  }
  .image-mock-ups.laptop {
    left: 0px;
    max-height: none;
    margin-top: 40px;
  }
  .image-process-div {
    height: 330px;
  }
  .image-process-div.right {
    height: 330px;
  }
  .right.padding {
    padding-right: 30px;
    padding-left: 30px;
  }
  .bigger-circle {
    width: 500px;
    height: 500px;
  }
  .bigger-circle-3 {
    width: 300px;
    height: 300px;
  }
  .pricing-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .process-info.right {
    height: 330px;
  }
  .process-info.right.test {
    padding-right: 20px;
    padding-left: 20px;
  }
  .process-info.left {
    height: 330px;
  }
  .process-info.left.test {
    padding-right: 20px;
    padding-left: 20px;
  }
  .bigger-circle2 {
    width: 700px;
    height: 700px;
  }
  .image-block.ipad {
    margin-right: 0px;
    margin-left: 0px;
  }
  .category-text.side {
    width: 100%;
  }
  .blog-post-overlay {
    width: 100%;
  }
  .work-card {
    height: auto;
    margin-bottom: 40px;
  }
  .side-info-2 {
    width: 90%;
    margin-bottom: 100px;
  }
  .side-info-2.no-padding {
    margin-bottom: 0px;
  }
  .side-info-2.padding-top {
    margin-top: 100px;
    margin-bottom: 0px;
  }
  .side-info-2.discover {
    width: 90%;
  }
  .service-heading-second-2.all-caps.in {
    text-align: left;
  }
  .laptop-padding {
    width: 700px;
    margin-top: 40px;
  }
  .row-price {
    margin-top: 50px;
  }
  .div-content-second.percentual {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-content-second.right-side.padding-top {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 12%;
    padding-right: 12%;
    padding-left: 12%;
  }
  .button-3.general {
    margin-right: 0px;
    margin-left: 0px;
  }
  .button-3.general.outline {
    margin-right: 0px;
  }
  .button-3.white.outline {
    margin-right: auto;
    margin-left: 0px;
    float: none;
  }
  .button-3.white.outline.center {
    margin-bottom: 0px;
  }
  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-info-block {
    top: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-info-block.paddings {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-info-block.sixth {
    padding-right: 25px;
  }
  .columns-4 {
    width: 100%;
  }
  .div-column-footer.small.white {
    padding-right: 0px;
    padding-left: 0px;
  }
  .div-column-footer.small.white.middle {
    margin-right: -10px;
    margin-left: -10px;
    padding-left: 0px;
  }
  .columns-third {
    width: 100%;
  }
  .columns-second {
    width: auto;
  }
  .pricing-column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .about-copy-wrapper {
    margin-bottom: 40px;
  }
  .side-image {
    width: auto;
  }
  .side-image.paddings {
    width: 100%;
  }
  .side-wrapper {
    position: relative;
    top: auto;
    display: block;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .side-wrapper.centerated {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .title-proccess {
    font-size: 24px;
  }
  .copyright-2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
  }
  .heading-half-section-2 {
    text-align: left;
  }
  .side-content-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-div-2 {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .service-div-2.center {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .right-collection-wrapper {
    width: 60%;
  }
  .sidebar {
    width: 40%;
    margin-right: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sidebar.left {
    width: 40%;
    margin-right: 20px;
    margin-left: 0px;
  }
  .sidebar.right {
    margin-right: 0px;
    margin-left: 20px;
  }
  .blog-and-sidebar {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sidebar-block {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .sidebar-header {
    width: auto;
  }
  .collection-sidebar {
    width: 100%;
  }
  .contact-content {
    right: 0px;
    width: 100%;
  }
  .contact-content.new {
    width: 80%;
  }
  .contact-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .licence-items {
    width: 80%;
  }
  .banner-five {
    height: 1000px;
  }
  .imac {
    width: 470px;
  }
  .separate {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .separate.billing {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .billing {
    -webkit-box-flex: 0;
    -webkit-flex: 0 40%;
    -ms-flex: 0 40%;
    flex: 0 40%;
  }
}

@media screen and (max-width: 767px) {
  .content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-home-fourth {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .banner-home-fourth.half {
    height: auto;
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: linear-gradient(135deg, #2418bd, #007fff), url('../images/34342345.png'), linear-gradient(135deg, #2418bd, #007fff);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, 1000px, auto;
  }
  .homepage-link.first {
    width: 100%;
  }
  .card-link {
    margin-bottom: 10px;
  }
  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .footer-heading.white {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .hero-div-info {
    margin-top: 40px;
  }
  .hero-div-info.half.mockup {
    width: 50%;
    margin-top: 20px;
  }
  .hero-div-info.half.mockup.watches {
    margin-top: 40px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section.gray {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section.gray {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section.gray {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section.gray {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section.gray {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .section.gray {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .hero-paragraph.white.percentual {
    width: 100%;
  }
  .hero-paragraph.white.percentual {
    width: 100%;
  }
  .side-image-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .demo-wrapper {
    overflow: hidden;
  }
  .top-nav-content-block.social.footer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .top-nav-content-block.social.banner {
    bottom: -20%;
    display: block;
  }
  .top-nav-content-block.social.banner {
    bottom: -5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .top-nav-content-block.social.banner {
    bottom: -20%;
    display: block;
  }
  .media-image {
    width: 500px;
    padding-left: 0%;
  }
  .secure-payment-by {
    margin-right: auto;
    margin-left: auto;
  }
  .wrapper-full {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer-block.about-us {
    margin-bottom: 20px;
  }
  .hero-div {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .button {
    display: inline-block;
    float: none;
  }
  .circle-demo-wrapper {
    left: 6%;
    top: -148px;
  }
  .cta.small {
    text-align: center;
  }
  .cta.gray.small {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .cta.gray.small.color {
    text-align: center;
  }
  .div-content.tittle-in-div {
    padding-left: 20px;
  }
  .div-content.tittle-in-div.center {
    padding-left: 0px;
  }
  .container-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .circle-2 {
    right: 27%;
    width: 6vh;
    height: 6vh;
  }
  .tab-menu.banner {
    bottom: -20%;
  }
  .side-info {
    width: 100%;
  }
  .button-wrapper.no-padding {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .gray-paragraph.left {
    text-align: left;
  }
  .service-row-second {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .div-sliders-column-wrapper {
    height: auto;
  }
  .one-side-image {
    height: 700px;
  }
  .one-side-image.third {
    height: 500px;
  }
  .one-side-image.gray {
    height: 700px;
    max-height: 700px;
  }
  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }
  .one-side-image.gray.first {
    height: 600px;
    max-height: 600px;
  }
  .one-side-image.third {
    height: 500px;
  }
  .full-container.center.third {
    top: 40%;
  }
  .slider-testimonials {
    height: auto;
  }
  .tab-second.center {
    width: 80%;
  }
  .main-section.third {
    height: 800px;
  }
  .main-section.third.pink {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .main-section.third.pink {
    padding-top: 120px;
  }
  .icon-header.center {
    width: 90%;
  }
  .slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-row {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .service-row.single {
    margin-top: 20px;
  }
  .service-row.features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .google-play-wrapper {
    border: 1px none #000;
  }
  .service-div.center {
    margin-bottom: 20px;
  }
  .service-div.line {
    margin-bottom: 20px;
  }
  .service-div.line.testimonials {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .service-div.left.second {
    text-align: left;
  }
  .service-div.left.transparences {
    margin-bottom: 10px;
  }
  .service-div.left.transparences.testimonials.list {
    height: auto;
  }
  .service-div.left.no-line {
    text-align: center;
  }
  .service-div.center {
    margin-bottom: 20px;
  }
  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collection-item {
    width: 100%;
  }
  .collection-item.half {
    width: 100%;
  }
  .cta-text.white {
    margin-bottom: 10px;
  }
  .page-header {
    text-align: center;
  }
  .page-header.dark {
    text-align: center;
  }
  .page-header.dark {
    text-align: center;
  }
  .column-navigation {
    text-align: center;
  }
  .cta-text-content.second {
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .cta-text-content.second {
    margin-right: 0px;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  .column-third.contact {
    padding-right: 0px;
    padding-left: 0px;
  }
  .hero-big-text.hero.third {
    display: block;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    font-size: 38px;
    line-height: 48px;
  }
  .hero-text-block {
    width: 100%;
  }
  .hero-text-block.hero {
    margin-bottom: 100px;
  }
  .processes-section-second.background {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .processes-section-second.background.transparent {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .processes-section-second.background.color {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .service-heading {
    text-align: left;
  }
  .processes-block {
    height: 120px;
    margin-left: 40px;
    padding-left: 0px;
    border-left: 3px solid #eee;
    border-top-style: none;
  }
  .processes-block.counters {
    margin-left: 0px;
    padding-left: 20px;
    border-left-style: none;
  }
  .processes-column.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-section.third {
    height: 800px;
  }
  .team-member {
    width: 100%;
    margin-bottom: 40px;
  }
  .features-container {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .features-paragraph.service {
    text-align: center;
  }
  .features-paragraph.service.white {
    text-align: left;
  }
  .features-paragraph.service.white {
    text-align: left;
  }
  .process-line {
    margin-left: 20px;
  }
  .pricing-row.row-nr1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .title-procces.right {
    text-align: left;
  }
  .image-mock-ups {
    left: 0px;
    top: 50px;
    right: 0px;
    width: auto;
    max-height: 350px;
  }
  .image-mock-ups.laptop {
    max-height: 350px;
  }
  .image-process-div {
    display: none;
  }
  .process-card.left {
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .process-card.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .icon-wrapper {
    position: absolute;
    width: 40px;
  }
  .process {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .process-info.right {
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .process-info.left {
    width: 90%;
    height: auto;
    margin-left: 40px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .horizontal-line {
    display: none;
    width: 80%;
  }
  .div-block-7 {
    text-align: left;
  }
  .wrapper-box {
    margin-bottom: 20px;
  }
  .category-text.side {
    width: 100%;
    margin-right: 0px;
  }
  .category-text.side.full.all.w--current {
    margin-right: 0px;
  }
  .blog-post-overlay {
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22));
  }
  .work-card {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .side-info-2 {
    width: 100%;
  }
  .side-info-2.padding-top {
    margin-top: 50px;
  }
  .sub-hero-text.left {
    text-align: left;
  }
  .button-2 {
    display: inline-block;
    float: none;
  }
  .laptop-padding {
    width: 400px;
    margin-top: 20px;
  }
  .div-content-second.percentual {
    margin-right: auto;
    margin-left: auto;
  }
  .div-content-second.percentual.padding-bottom {
    padding-bottom: 40px;
  }
  .button-3 {
    display: inline-block;
    float: none;
  }
  .button-3.white.outline {
    display: inline-block;
    float: none;
  }
  .notification-form {
    margin-top: 0px;
  }
  .baner-big-text {
    font-size: 40px;
    line-height: 50px;
  }
  .div-column-footer {
    position: static;
    margin-bottom: 20px;
  }
  .div-column-footer.small.white {
    margin-bottom: 0px;
  }
  .div-column-footer.small.white.middle {
    border-right-style: none;
    border-left-style: none;
  }
  .pricing-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .columns-second {
    display: block;
  }
  .service-heading-2.white.padding {
    text-align: left;
  }
  .careers {
    margin-bottom: 40px;
  }
  .side-image.paddings {
    padding-top: 40px;
    padding-right: 20px;
  }
  .side-wrapper {
    top: 20%;
  }
  .side-wrapper.centerated {
    padding-top: 60px;
  }
  .title-proccess {
    font-size: 24px;
  }
  .title-proccess.right {
    text-align: left;
  }
  .service-div-2.center {
    margin-bottom: 20px;
  }
  .right-collection-wrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sidebar {
    width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .sidebar.left {
    width: 100%;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .sidebar.right {
    margin-left: 0px;
  }
  .blog-and-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar-header {
    width: auto;
  }
  .collection-sidebar {
    width: 100%;
  }
  .contact-content {
    right: 0px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
  }
  .contact-content.new {
    width: 96%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .info-row {
    display: block;
  }
  .licence-items {
    width: 100%;
  }
  .licence-item-1 {
    width: 100%;
  }
  .product-wrapper-big-image {
    height: auto;
  }
  .imac {
    width: 420px;
  }
}

@media screen and (max-width: 479px) {
  .banner-home-fourth.half {
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: linear-gradient(135deg, #2418bd, #007fff), url('../images/34342345.png'), linear-gradient(135deg, #2418bd, #007fff);
    background-position: 0px 0px, 0px 0px, 0px 0px;
    background-size: auto, cover, auto;
  }
  .homepage-link.first {
    width: 100%;
    height: 500px;
  }
  .footer-heading.white.center {
    text-align: center;
  }
  .footer-heading.white.center {
    text-align: center;
  }
  .solar-dot-second {
    margin-top: 9px;
  }
  .solar-wrapper-first {
    width: 250px;
    height: 250px;
  }
  .brand {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-div-info {
    margin-top: 80px;
  }
  .hero-div-info.half {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-div-info.half.mockup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hero-div-info.half.mockup.watches {
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .solar-dot {
    margin-top: 330px;
  }
  .section.no-padding-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .copyright {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-paragraph {
    line-height: 22px;
  }
  .side-image-media {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .side-image-media.flex-right {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .demo-wrapper {
    top: 307px;
  }
  .top-nav-content-block {
    display: block;
  }
  .top-nav-content-block.social {
    display: none;
  }
  .top-nav-content-block.social.footer {
    text-align: center;
  }
  .top-nav-content-block.social.banner {
    display: none;
  }
  .top-nav-content-block.social.banner {
    display: none;
  }
  .media-image {
    left: auto;
    width: 300px;
    padding-left: 0px;
  }
  .wrapper-full {
    top: 30%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .circle-one {
    width: 200px;
    height: 200px;
  }
  .hero-div {
    height: auto;
    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-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .section-heading {
    text-align: center;
  }
  .section-heading.white {
    text-align: center;
  }
  .solar-wrapper {
    width: 550px;
    height: 550px;
  }
  .button {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .button.general.orange {
    margin-bottom: 10px;
  }
  .circle-demo-wrapper {
    left: -192%;
    top: -107px;
  }
  .circle {
    width: 500px;
    height: 500px;
  }
  .cta.gray.small.color {
    text-align: center;
  }
  .square-wrapper-2 {
    position: absolute;
    display: block;
    height: 900px;
  }
  .div-content {
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .div-content.tittle-in-div.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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;
    text-align: center;
  }
  .div-content.achievements {
    margin-left: auto;
    padding-right: 6%;
    padding-left: 6%;
  }
  .div-content.testimonials {
    width: 100%;
  }
  .container-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .container-wrapper.portfolio {
    padding-right: 0px;
    padding-left: 0px;
  }
  .circle-2 {
    top: 18%;
    right: 67%;
    width: 7vh;
    height: 7vh;
  }
  .tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab-menu.banner {
    left: auto;
    right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .tab-menu.banner {
    bottom: -49%;
  }
  .tap-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tap-menu.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    text-align: center;
  }
  .tabs-content.color.pink {
    padding-right: 20px;
    padding-left: 20px;
  }
  .tabs-content.middle {
    margin-top: -50px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-info {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .square-second {
    right: auto;
    width: auto;
    height: auto;
  }
  .button-wrapper {
    width: auto;
  }
  .gray-paragraph.left {
    text-align: left;
  }
  .full-container-second {
    text-align: left;
  }
  .service-row-second {
    width: auto;
  }
  .div-sliders-column-wrapper {
    position: static;
  }
  .one-side-image.third {
    height: auto;
  }
  .one-side-image.gray {
    height: 850px;
    max-height: 850px;
  }
  .one-side-image.gray.first {
    height: 750px;
    max-height: 750px;
  }
  .one-side-image.gray.first {
    height: 750px;
    max-height: 750px;
  }
  .one-side-image.third {
    height: auto;
  }
  .promo-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .full-container {
    text-align: left;
  }
  .full-container.hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .slider-testimonials {
    height: auto;
  }
  .white {
    text-align: left;
  }
  .tiitle-price.white {
    text-align: center;
  }
  .tab-second.center {
    width: 100%;
  }
  .slide {
    width: auto;
  }
  .main-section.third {
    height: 660px;
    background-image: url('../images/blur.png'), none;
    background-position: 100% 29%, 50% -184px;
    background-size: 250px, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, scroll;
  }
  .main-section.third.pink {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .main-section.third.gray {
    padding-bottom: 50px;
  }
  .main-section.third.pink {
    height: 600px;
    padding-top: 90px;
  }
  .main-section.third.gray {
    padding-bottom: 50px;
  }
  .icon-header.center {
    width: 100%;
  }
  .square-fourth {
    display: none;
  }
  .side-content-info {
    padding-right: 12%;
    padding-left: 12%;
  }
  .tap-link.second {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 9px;
  }
  .tap-link.second.w--current {
    width: 100%;
  }
  .tap-link.second {
    width: 100%;
    margin-right: 0px;
    padding-bottom: 9px;
  }
  .tap-link.second.w--current {
    width: 100%;
  }
  .tap-link.center-width {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tap-link.center-width.w--current {
    display: block;
    width: 60px;
    height: 60px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tap-link.center-width.blue.w--current {
    padding: 15px;
  }
  .tap-link.center-width.orange {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .tap-link.center-width.green {
    width: 60px;
    height: 60px;
    padding: 15px;
  }
  .prome-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .prome-section.pink {
    padding-right: 20px;
  }
  .service-row.single {
    margin-right: 0px;
    margin-left: 0px;
  }
  .service-div {
    width: 100%;
  }
  .service-div.center {
    width: 100%;
  }
  .service-div.line.testimonials {
    display: block;
    width: 75%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service-div.center {
    width: 100%;
  }
  .row-cta {
    width: 100%;
  }
  .side-features {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cta-text.white {
    margin-bottom: 20px;
    text-align: center;
  }
  .page-header {
    line-height: 50px;
    text-align: center;
  }
  .column-navigation {
    width: 100%;
  }
  .cta-text-content.second {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  .cta-text-content.second {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  .hero-big-text {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-big-text.hero {
    font-size: 42px;
    line-height: 52px;
  }
  .hero-big-text.hero.third {
    font-size: 32px;
    line-height: 42px;
  }
  .hero-text-block.hero {
    margin-bottom: 60px;
  }
  .info-service-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-8 {
    width: 100%;
  }
  .team-member-image {
    width: 90%;
  }
  .service-heading {
    text-align: left;
  }
  .processes-block.counters {
    margin-left: 0px;
    padding-left: 20px;
    border-left-style: none;
  }
  .image-over-section {
    margin-top: -100px;
  }
  .hero-section.third {
    height: 660px;
    background-image: url('../images/blur.png'), none;
    background-position: 100% 29%, 50% -184px;
    background-size: 250px, cover;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, scroll;
  }
  .hero-section.third.pink {
    height: 550px;
  }
  .team-member {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .middle-div.padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .process-line {
    margin-left: 10px;
  }
  .pricing-row.row-nr-2 {
    display: block;
    width: 100%;
  }
  .button-wrapper-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .square-wrapper {
    height: auto;
  }
  .process-icon.center {
    margin-left: 0px;
  }
  .pricing-block {
    margin-bottom: 20px;
  }
  .pricing-block.center.white {
    text-align: center;
  }
  .service-div-wrapper {
    padding: 50px;
  }
  .service-div-wrapper.right {
    height: auto;
  }
  .service-div-wrapper.third {
    height: auto;
    padding-right: 50px;
    padding-left: 50px;
    -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;
  }
  .left.padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .title-procces.right {
    text-align: left;
  }
  .pad-image {
    max-width: none;
  }
  .image-mock-ups {
    position: static;
    right: 0px;
    width: auto;
    max-width: 100%;
  }
  .image-mock-ups.laptop {
    position: relative;
    z-index: 10;
  }
  .image-process-div {
    display: none;
  }
  .right.padding {
    padding-right: 0px;
    padding-left: 0px;
  }
  .process-card.left {
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .process-card.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .bigger-circle {
    width: 400px;
    height: 400px;
  }
  .icon-wrapper {
    position: absolute;
    width: 40px;
  }
  .bigger-circle-3 {
    width: 200px;
    height: 200px;
  }
  .process {
    padding-top: 80px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .process-info.right {
    width: 100%;
    height: auto;
    margin-left: 30px;
  }
  .process-info.left {
    width: 100%;
    margin-left: 30px;
    text-align: left;
  }
  .bigger-circle2 {
    width: 600px;
    height: 600px;
  }
  .horizontal-line {
    display: none;
  }
  .image-block.ipad {
    height: 300px;
  }
  .blog-tittle.small.left-header {
    text-align: left;
  }
  .blog-content-services.tittle {
    height: auto;
    text-align: left;
  }
  .work-image-card {
    height: 300px;
  }
  .work-card {
    height: auto;
  }
  .top-header-2 {
    text-align: left;
  }
  .side-info-2 {
    width: 100%;
    padding-right: 0%;
    padding-left: 0%;
  }
  .square-wrapper-3 {
    height: auto;
  }
  .sub-hero-text.left {
    text-align: left;
  }
  .service-heading-second-2.all-caps.in {
    text-align: left;
  }
  .footer-link-2 {
    margin-right: 6px;
    margin-left: 6px;
  }
  .footer-link-2.white {
    margin-right: 6px;
    margin-left: 6px;
  }
  .button-2 {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .laptop-padding {
    width: 200px;
    margin-top: 20px;
  }
  .div-content-second.percentual {
    display: block;
    width: 100%;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .div-content-second.right-side.padding-top {
    padding-right: 0%;
    padding-left: 0%;
  }
  .heading-2 {
    text-align: center;
  }
  .heading-2.pricing {
    text-align: left;
  }
  .heading-2.white {
    text-align: center;
  }
  .heading-2.white.percentual {
    text-align: left;
  }
  .heading-2.white {
    text-align: center;
  }
  .heading-2.whitish {
    color: #fff;
    text-align: left;
  }
  .button-3 {
    display: inline-block;
    float: none;
    text-align: center;
  }
  .button-3.general.orange {
    margin-bottom: 10px;
  }
  .button-3.white.outline {
    display: inline-block;
    margin-right: auto;
    margin-left: 0px;
  }
  .baner-big-text {
    width: auto;
    font-size: 31px;
    line-height: 40px;
  }
  .hero-info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero-info-block.paddings {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
  }
  .hero-info-block.sixth {
    padding-left: 25px;
  }
  .question-tittle-2 {
    text-align: left;
  }
  .div-column-footer.small.white {
    margin-bottom: 0px;
  }
  .div-column-footer.small.white.middle {
    border-right-style: none;
    border-left-style: none;
  }
  .square-wrapper-4 {
    height: 900px;
  }
  .page-header-small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-small.white {
    padding-right: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .header-small.black {
    padding-right: 0px;
    text-align: center;
  }
  .columns-second {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .tabs-content-2 {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .tabs-content-2.middle.gray {
    position: relative;
    overflow: hidden;
    margin-top: 180px;
  }
  .team-member-image-2 {
    width: 90%;
  }
  .tap-menu-2.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .tab-link-with-line.center-width {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tab-link-with-line.center-width.w--current {
    display: block;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .tab-link-with-line.center-width.text {
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid hsla(0, 0%, 85.9%, 0);
  }
  .tab-link-with-line.center-width.text:hover {
    height: auto;
  }
  .tab-link-with-line.center-width.text.w--current {
    height: auto;
  }
  .tab-link-with-line.center-width.text {
    margin-right: auto;
    margin-left: auto;
    border-bottom: 2px solid hsla(0, 0%, 85.9%, 0);
  }
  .tab-link-with-line.center-width.text:hover {
    height: auto;
  }
  .tab-link-with-line.center-width.text.w--current {
    height: auto;
  }
  .side-image.paddings {
    padding-right: 0px;
    padding-left: 0px;
  }
  .side-wrapper.centerated {
    padding-top: 120px;
  }
  .title-proccess.right {
    text-align: left;
  }
  .copyright-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .question-tittle-3 {
    text-align: left;
  }
  .service-div-2 {
    width: 100%;
  }
  .service-div-2.center {
    width: 100%;
  }
  .sidebar {
    padding-left: 0px;
  }
  .blog-and-sidebar {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sidebar-header {
    width: auto;
  }
  .collection-sidebar {
    width: 100%;
  }
  .contact-content {
    position: static;
    right: 0px;
    width: 100%;
  }
  .contact-content.new {
    width: 100%;
    padding: 30px 0px;
  }
  .form-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .licence-item-1 {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .licence-link {
    margin-right: 10px;
  }
  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .heading {
    text-align: center;
  }
  .heading.white {
    text-align: center;
  }
  .heading.white.percentual {
    text-align: left;
  }
  .product-wrapper-big-image {
    height: auto;
  }
  .banner-five {
    height: 850px;
  }
}

