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

body {
  height: auto;
}

h1 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 44px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}

h4 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

h5 {
  margin-top: 15px;
  margin-bottom: 7px;
  float: left;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-indent: 0px;
  text-transform: none;
}

.button {
  display: inline-block;
  margin-top: 59px;
  padding: 15px 35px;
  border-radius: 7px;
  background-color: #00c2a2;
  box-shadow: 0 2px 0 0 #02967e;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #828282;
  box-shadow: 0 2px 0 0 #696969;
}

.button.hero-button {
  display: inline-block;
  margin-top: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 98, 0, 0.95);
  border-radius: 7px;
  background-color: transparent;
  box-shadow: 1px 1px 3px 0 #000;
  -webkit-transition: opacity 200ms ease, all 500ms ease, color 500ms ease;
  transition: opacity 200ms ease, all 500ms ease, color 500ms ease;
  font-family: Raleway, sans-serif;
  font-weight: 500;
  -o-object-fit: fill;
  object-fit: fill;
}

.button.hero-button:hover {
  border-color: #cc66fc;
  background-color: #cc66fc;
  box-shadow: none;
  color: #fff;
}

.hero-section {
  position: relative;
  background-image: linear-gradient(135deg, rgba(255, 178, 10, 0.8), rgba(255, 98, 0, 0.95) 56%, rgba(255, 98, 0, 0.95)), url('../images/shutterstock_146958269-min-1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navbar {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.upper {
  margin-top: 100px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  color: hsla(0, 0%, 94.9%, 0.65);
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.upper.title {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Great Vibes', cursive;
  color: #dba94b;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: none;
}

.service {
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: linear-gradient(302deg, rgba(255, 178, 10, 0.8), rgba(255, 98, 0, 0.95) 61%, rgba(255, 98, 0, 0.95)), url('../images/123444.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.service.features {
  padding-top: 120px;
  padding-bottom: 120px;
  border-bottom: 1px solid #4a4a4a;
  background-image: linear-gradient(302deg, rgba(255, 178, 10, 0.8), rgba(255, 98, 0, 0.95) 58%, rgba(255, 98, 0, 0.95)), url('../images/4-1-min.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, 2500px;
}

.service.about-us {
  background-color: #fff;
  background-image: none;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.section.contact-info {
  padding-top: 120px;
  padding-bottom: 120px;
  border: 1px solid #ededed;
  background-color: rgba(255, 178, 10, 0.8);
  background-image: none;
}

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

.hero-small-line {
  position: relative;
  display: block;
  width: 20%;
  height: 3px;
  margin: 15px auto;
  background-color: #00c2a2;
  text-align: center;
}

.hero-small-line.header {
  width: 100px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.facts-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #d1e6eb;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.white-title {
  margin-bottom: 30px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}

.white-title.fact {
  margin-bottom: 50px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 80px;
  font-weight: 100;
}

.div-block {
  margin: auto 420px 60px;
}

.overall-column {
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.browser {
  width: 100px;
  height: 100px;
  float: none;
  border: 1px solid #adafb3;
  border-radius: 22px;
  -webkit-transition: border-color 1000ms ease, box-shadow 1000ms ease;
  transition: border-color 1000ms ease, box-shadow 1000ms ease;
}

.browser:hover {
  border-color: #00c2a2;
  box-shadow: 0 0 2px 1px rgba(173, 175, 179, 0.47);
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.browser.compatibility {
  width: 35px;
  height: 35px;
  margin: 20px 5px;
  border: 0px none #dba94b;
  border-radius: 0px;
  background-color: #dedede;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.browser.compatibility:hover {
  background-color: rgba(26, 29, 46, 0.97);
  box-shadow: none;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.browser.compatibility.icon {
  width: 120px;
  height: 120px;
  margin-top: 25px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  border-color: transparent;
  border-radius: 23px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f5f2f2));
  background-image: linear-gradient(180deg, #f7f7f7, #f5f2f2);
  -webkit-transition-property: all;
  transition-property: all;
}

.browser.compatibility.icon:hover {
  border-style: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#e3e3e3));
  background-image: linear-gradient(180deg, #f0f0f0, #e3e3e3);
  box-shadow: none;
}

.browser.testimonials-image-block {
  width: 90px;
  height: 90px;
  margin-top: 8px;
  margin-right: 20px;
  margin-bottom: 70px;
  float: left;
  border-radius: 0px;
  text-align: center;
}

.icon-image {
  display: block;
  float: none;
}

.social-icon {
  width: 40px;
  margin-top: 40px;
  margin-right: 10px;
  margin-left: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
}

.social-icon:hover {
  opacity: 0.6;
}

.testimonials-title {
  margin-top: auto;
  margin-bottom: auto;
  float: left;
  font-family: Merriweather, serif;
  color: #00c2a2;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.testimonials-text {
  height: 170px;
  float: none;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.footer {
  margin-top: 0px;
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #171d29;
}

.copyright {
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  font-family: Raleway, sans-serif;
  color: #969799;
  font-size: 14px;
  font-weight: 100;
  text-align: center;
  text-transform: none;
}

.nav-link {
  padding: 12px 12px 10px;
  border-radius: 9px;
  opacity: 0.9;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  opacity: 1;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link.w--current {
  display: inline-block;
  padding-right: 12px;
  padding-left: 12px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link.w--current:hover {
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
}

.icon-menu {
  color: #fff;
}

.icon-menu:hover {
  color: #dba94b;
}

.navbar-scroll {
  position: fixed;
  display: block;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #000;
  box-shadow: none;
  -webkit-transform: translate(0px, -102%);
  -ms-transform: translate(0px, -102%);
  transform: translate(0px, -102%);
}

.testimonilas-clients {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f5f5f5;
}

.hero-heading {
  margin: 0px 0px 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 61px;
  font-weight: 100;
  text-align: left;
  letter-spacing: 0px;
}

.nav-menu._2 {
  display: inline-block;
  width: auto;
  margin-top: 0px;
  float: right;
  text-align: right;
}

.nav-menu._3 {
  margin-top: 5px;
}

.text-hero {
  margin-top: 0px;
  margin-right: 150px;
  margin-left: 150px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.green-title {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.green-title._2 {
  margin-right: 150px;
  margin-bottom: 0px;
  margin-left: 150px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.green-title.title {
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.green-title.title.left {
  color: rgba(255, 98, 0, 0.95);
  text-align: left;
}

.green-title._3 {
  margin-top: 30px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  line-height: 23px;
  text-align: center;
  letter-spacing: 0px;
}

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

.green-title.features {
  color: #fff;
  line-height: 23px;
  text-align: center;
}

.green-title.testimonials {
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 25px;
  color: #4a4a4a;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.dark-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 40px;
  line-height: 40px;
  font-weight: 200;
}

.dark-title.second {
  width: auto;
  margin-top: 10px;
  margin-bottom: 25px;
  color: #000;
  font-size: 38px;
  line-height: 50px;
  text-align: left;
}

.dark-title.white {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 22px 20px;
  border-style: solid;
  border-width: 4px;
  border-color: rgba(255, 98, 0, 0.95);
  border-radius: 15px;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}

.dark-title.white.header {
  padding: 3px 12px;
  border-width: 2px;
  border-radius: 10px;
  font-size: 23px;
}

.dark-title.white.title {
  border-style: none;
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 200;
}

.icon-service {
  display: block;
  width: 90px;
  height: 90px;
  min-width: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px;
  border-radius: 20px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 178, 10, 0.8)), to(rgba(255, 98, 0, 0.95)));
  background-image: linear-gradient(0deg, rgba(255, 178, 10, 0.8), rgba(255, 98, 0, 0.95));
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.icon-service:hover {
  background-color: #8128b8;
}

.icon-service._2 {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0px;
  padding: 30px;
  border-radius: 20px;
  background-color: transparent;
  background-image: linear-gradient(135deg, rgba(255, 178, 10, 0.8), rgba(255, 98, 0, 0.95));
  text-align: center;
}

.icon-service._2:hover {
  background-color: #3f74ff;
}

.icon-service._2._3 {
  margin-left: auto;
  border-radius: 20px;
  background-color: #fff;
  text-align: center;
}

.icon-service._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 15px;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 20px;
  background-color: #fff;
}

.icon-service._3.white {
  background-image: none;
}

.menu-row {
  margin-top: 90px;
}

.section-info.contact {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #c2c2c2;
  color: #c2c2c2;
}

.contact-map-form {
  position: relative;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.testimonials-slide {
  position: relative;
  height: 100%;
  margin-top: 70px;
  background-color: transparent;
}

.left-arrow {
  display: none;
  margin-right: auto;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.right-arrow {
  display: none;
  margin-left: auto;
  opacity: 0.4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.slider-nav {
  display: none;
  width: auto;
  height: 0px;
  margin: 0px;
}

.hero-containner {
  position: static;
  top: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.browser-div {
  display: block;
  margin-top: 45px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.submit-button {
  width: auto;
  padding: 20px 35px;
  border-radius: 5px;
  background-color: rgba(255, 98, 0, 0.95);
  opacity: 1;
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: rgba(26, 29, 46, 0.97);
  opacity: 1;
}

.text-field {
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top-color: #c2c2c2;
  border-right-style: none;
  border-bottom-color: #fff;
  border-left-style: none;
  border-radius: 5px;
  background-color: #ededed;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-field:hover {
  color: #fff;
}

.text-field.name {
  width: 49%;
  border-top-color: #c2c2c2;
  border-right-style: none;
  border-bottom-color: #fff;
  border-left-style: none;
  border-radius: 5px;
  background-color: #f2f2f2;
  -webkit-transition-property: none;
  transition-property: none;
  color: #4a4a4a;
}

.text-field.mail {
  width: 49%;
  margin-bottom: 15px;
  border-top-color: #c2c2c2;
  border-right-style: none;
  border-bottom-color: #fff;
  border-left-style: none;
  border-radius: 5px;
  background-color: #ededed;
  -webkit-transition-property: none;
  transition-property: none;
}

.text-area {
  min-height: 175px;
  margin-bottom: 20px;
  border-top-color: #c2c2c2;
  border-right-style: none;
  border-bottom-color: #fff;
  border-left-style: none;
  border-left-color: #fff;
  border-radius: 5px;
  background-color: #ededed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Raleway, sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.success-message {
  background-color: #afedcb;
}

.second-hero-heading {
  margin-bottom: 80px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 25px;
  font-weight: 100;
  text-align: left;
}

.small-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.advertising-section {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ededed;
}

.column {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: hsla(0, 0%, 100%, 0.09);
  text-align: center;
}

.column.features {
  padding: 20px 15px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(255, 178, 10, 0.8);
  background-color: transparent;
}

.column.features.third {
  border-style: solid;
  border-color: rgba(255, 178, 10, 0.8);
}

.column.features.fourth {
  border-style: solid;
  border-color: rgba(255, 178, 10, 0.8);
}

.column.features.fifth {
  border-style: solid;
  border-color: rgba(255, 178, 10, 0.8);
}

.column.features.sixth {
  border-style: solid;
  border-color: rgba(255, 178, 10, 0.8);
}

.column.features.second {
  border-style: solid;
  border-color: rgba(255, 178, 10, 0.8);
  text-align: center;
}

.column.text {
  padding-top: 70px;
  background-color: transparent;
}

.column.hero-image {
  background-color: transparent;
}

.brand {
  display: inline-block;
  margin-top: 60px;
  margin-bottom: 60px;
}

.brand.w--current {
  margin-top: 5px;
  margin-bottom: 0px;
  float: left;
}

.footer-containner {
  text-align: center;
}

.brand-scroll.w--current {
  display: inline-block;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
}

.brand-scroll.top {
  float: none;
}

.logo {
  margin-bottom: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 300;
}

.logo.white {
  font-weight: 800;
}

.image {
  margin-top: 0px;
}

.image.apple {
  margin-top: 20px;
}

.image.google {
  margin-top: 20px;
  margin-right: 20px;
}

.hero-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.slide {
  width: 49%;
  height: 100%;
  margin-right: 10px;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.slide.hero {
  width: auto;
  height: 100%;
  margin-right: auto;
  background-color: transparent;
}

.slide.testimonials {
  width: 32.5%;
}

.slide.screen {
  width: 33.3%;
  margin-right: 3px;
  margin-left: 3px;
  padding-right: 20px;
  padding-left: 20px;
}

.slide-1 {
  position: relative;
  display: inline-block;
}

.slide-nav {
  display: block;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.horizontal-phone {
  margin-top: 80px;
  margin-bottom: 70px;
  text-align: center;
}

.section-containner {
  text-align: center;
}

.containner {
  display: block;
  text-align: center;
}

.clients {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.client-slide {
  height: auto;
  background-color: transparent;
}

.slide-responsive {
  width: 20%;
  text-align: center;
}

.screenshoots {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ededed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #c2c2c2;
}

._2 {
  width: 49%;
  margin-top: 0px;
  float: none;
  color: #4a4a4a;
  font-size: 16px;
  text-align: center;
}

.image-middle {
  margin-top: -30px;
}

.right-tittle {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  text-align: right;
}

.div-fact {
  display: inline-block;
  width: 24.6%;
  margin-right: 3px;
  margin-left: 0px;
  padding: 45px 10px;
  border-radius: 7px;
  background-color: hsla(0, 0%, 100%, 0.09);
  text-align: center;
}

.testimonials-div-block {
  display: inline-block;
  width: 80px;
  margin-top: 30px;
  border: 3px solid hsla(0, 0%, 76.1%, 0.2);
  border-radius: 40px;
  text-align: center;
}

.screenshoots-slider {
  width: 100%;
  height: 100%;
  margin-top: 70px;
  background-color: transparent;
}

.arrow {
  display: none;
}

.slive-nav {
  display: none;
}

.open-text {
  display: inline-block;
  margin-right: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.arrow-mapp {
  display: inline-block;
  margin-bottom: 3px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
}

.open {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: linear-gradient(135deg, rgba(255, 98, 0, 0.95), rgba(255, 98, 0, 0.95) 62%, rgba(255, 98, 0, 0.95) 99%), url('../images/U7Fc1sy5SCUDIu4tlJY3_NY_by_PhilippHenzler_philmotion.de-min.jpg');
  background-position: 0px 0px, 50% 34%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.open:hover {
  background-color: #4a4a4a;
  -webkit-transition: none 0ms ease;
  transition: none 0ms ease;
}

.form-row {
  margin-top: 70px;
}

.info-text {
  margin-bottom: 20px;
  color: #4a4a4a;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
}

.social-icons {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 0px;
}

.imac {
  padding-top: 70px;
  padding-bottom: 70px;
}

.social-text {
  display: inline-block;
  padding-top: 35px;
  font-family: Raleway, sans-serif;
  color: #969799;
  font-size: 14px;
  text-align: center;
}

.map {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.error-message {
  background-color: #000;
}

.success-text {
  color: #000;
}

.error-text {
  color: #28a4bd;
}

.service-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ededed;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-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;
}

.licence-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin: 40px auto -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;
}

.licence-item-firs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  padding: 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;
  border: 1px solid #dde1e7;
  border-radius: 0px;
  background-color: #fff;
}

.image-div {
  width: 100px;
  height: 100px;
  background-image: url('../images/shutterstock_178724276.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-div.logo {
  width: 60px;
  height: 60px;
  margin-right: 20px;
  background-image: url('../images/olivia.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.licence-link {
  color: #343e52;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link:hover {
  color: #fa7000;
  text-decoration: underline;
}

.licence-link.changelog {
  font-family: Raleway, sans-serif;
}

.licence-link.changelog:hover {
  color: #8128b8;
}

.flex-services {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}

.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.left {
  text-align: left;
}

.info-block {
  margin-right: 20px;
}

.info-block.left {
  margin-right: 0px;
  margin-left: 20px;
}

.licence-item-wrapper {
  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);
}

.image-div-2 {
  width: 100px;
  height: 100px;
  background-image: url('../images/female.png');
  background-position: 0px 0px;
  background-size: cover;
}

.image-div-2.sec {
  background-image: url('../images/man.png');
}

.image-div-2.third {
  background-image: url('../images/shutterstock_146958269-min-1.jpg');
  background-position: 50% 50%;
}

.image-div-2.fourth {
  background-image: url('../images/123444.jpg');
}

.image-div-2.icons {
  background-image: url('../images/bag.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.image-div-2.mockups {
  background-color: #8128b8;
  background-image: url('../images/0042-1.png');
}

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

.licence-link-2 {
  color: #677081;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.licence-link-2:hover {
  color: #00b3ac;
  text-decoration: underline;
}

.third-testimonials {
  border-radius: 100px;
}

.italic-text {
  font-style: normal;
}

.italic-text-2 {
  font-style: normal;
}

.italic-text-3 {
  font-style: normal;
}

.italic-text-4 {
  font-style: normal;
}

.italic-text-5 {
  font-style: normal;
}

.italic-text-6 {
  font-style: normal;
}

.link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #3f74ff;
}

.link:hover {
  color: #3f74ff;
}

.link._2 {
  color: #994afd;
  font-size: 12px;
}

.sub-footer {
  margin-top: 80px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #141924;
}

.right-footertext {
  padding-left: 1px;
  font-family: Raleway, sans-serif;
  color: #969799;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0px;
}

.right-footertext.center {
  color: #969799;
  text-align: center;
}

.right-footertext.left-side {
  width: 100%;
  color: #969799;
  text-align: left;
}

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

.container {
  position: relative;
  z-index: 1;
  display: block;
  width: 1170px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  text-align: center;
}

.flex-column {
  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-11 {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

@media screen and (max-width: 991px) {
  body {
    height: auto;
  }

  h1 {
    font-size: 60px;
    line-height: 74px;
    letter-spacing: 0px;
  }

  h3 {
    text-align: left;
  }

  h4 {
    text-align: center;
  }

  p {
    margin-bottom: 0px;
    font-size: 14px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.hero-button {
    margin-bottom: 0px;
    box-shadow: none;
  }

  .hero-section {
    padding-bottom: 0px;
    background-position: 50% 50%, 50% 50%;
    background-size: cover, auto;
    background-attachment: scroll, scroll;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000;
    color: #2eb6d1;
  }

  .service {
    padding-top: 110px;
    padding-bottom: 110px;
  }

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

  .hero-small-line {
    margin-left: auto;
    text-align: center;
  }

  .hero-small-line.header {
    position: relative;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .facts-title {
    margin-top: auto;
    font-size: 18px;
  }

  .white-title {
    margin-bottom: 0px;
    font-size: 30px;
  }

  .white-title.fact {
    margin-bottom: 30px;
    font-size: 70px;
  }

  .menu-button {
    margin-right: 0px;
    padding: 14px;
    border-radius: 0px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  .menu-button:hover {
    background-color: transparent;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }

  .menu-button.w--open {
    left: 0px;
    top: 0px;
    height: auto;
    padding-left: 18px;
    float: right;
    background-color: hsla(0, 0%, 100%, 0.09);
    text-align: left;
  }

  .div-block {
    margin-right: auto;
    margin-left: auto;
  }

  .overall-column {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .social-icon {
    margin-top: 37px;
  }

  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .nav-link {
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transition-property: all;
    transition-property: all;
    text-align: center;
  }

  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .nav-link.w--current {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .nav-link.w--current:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .icon-menu {
    display: block;
    opacity: 1;
    color: #fff;
    font-size: 30px;
    text-align: center;
  }

  .icon-menu.lines {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #cc66fc;
  }

  .icon-menu.lines:hover {
    color: #28a4bd;
  }

  .navbar-scroll {
    display: none;
    box-shadow: none;
  }

  .hero-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 37px;
    line-height: 48px;
    text-align: left;
    text-shadow: none;
  }

  .nav-menu {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .text-hero {
    margin-right: 100px;
    margin-left: 100px;
  }

  .green-title {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .green-title.title {
    margin-bottom: 0px;
  }

  .green-title._3 {
    margin-bottom: 0px;
  }

  .green-title.right {
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: right;
  }

  .green-title.features {
    margin-bottom: 0px;
  }

  .dark-title {
    margin-bottom: 20px;
    font-size: 35px;
  }

  .dark-title.second {
    margin-right: 0px;
    margin-left: 0px;
  }

  .dark-title.white {
    border-color: #cc66fc;
  }

  .dark-title.white.header {
    margin-left: 10px;
    padding: 5px 13px;
  }

  .icon-service {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
  }

  .icon-service._2 {
    display: inline-block;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
  }

  .icon-service._3 {
    margin-left: auto;
  }

  .contact-map-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .testimonials-slide {
    margin-top: 50px;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .slider-nav {
    display: none;
    padding-top: 20px;
  }

  .hero-containner {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .text-area {
    min-height: 232px;
    color: #4a4a4a;
  }

  .second-hero-heading {
    margin-bottom: 50px;
    font-size: 23px;
    line-height: 46px;
    text-align: left;
  }

  .column {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: center;
  }

  .column.features {
    margin-right: 0px;
    margin-left: 0px;
  }

  .brand.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .logo {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #28a4bd;
  }

  .logo.white {
    padding-left: 10px;
    color: #fff;
    font-weight: 800;
  }

  .image {
    margin-right: 20px;
  }

  .hero-text {
    display: inline-block;
    margin-top: 50px;
    padding-left: 10px;
    text-align: center;
  }

  .slide.testimonials {
    width: 49%;
    height: 100%;
  }

  .slide.screen {
    width: 33.3%;
    margin-right: 0px;
  }

  .slide-responsive {
    width: 33%;
  }

  .image-middle {
    margin-top: 0px;
    margin-bottom: 60px;
  }

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

  .div-fact {
    width: 24.5%;
  }

  .testimonials-div-block {
    margin-top: 64px;
  }

  .info-text {
    color: #4a4a4a;
  }

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

  .social-text {
    padding-top: 40px;
  }

  .licence-items {
    width: 80%;
  }

  .flex-services {
    width: 70%;
    margin-right: auto;
    margin-bottom: 70px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .info-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80.342956%;
    margin-right: 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-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .info-block.left {
    margin-right: 0px;
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .column-2 {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    text-align: center;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

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

  h2 {
    font-size: 24px;
  }

  h4 {
    text-align: center;
  }

  p {
    margin-bottom: auto;
  }

  .button.hero-button {
    float: none;
    box-shadow: none;
  }

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

  .hero-small-line {
    margin-right: 250px;
    margin-left: 250px;
  }

  .hero-small-line.header {
    margin-right: auto;
    margin-left: auto;
  }

  .facts-title {
    margin-top: auto;
  }

  .white-title {
    margin-bottom: 0px;
  }

  .menu-button {
    margin-right: 10px;
  }

  .overall-column {
    margin-bottom: 0px;
  }

  .browser.compatibility.icon {
    width: 100px;
    height: 100px;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .social-icon {
    margin-top: 30px;
  }

  .testimonials-text {
    font-size: 14px;
    line-height: 22px;
  }

  .copyright {
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    text-align: center;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
    text-align: left;
    text-shadow: none;
  }

  .nav-menu {
    top: 101px;
  }

  .testimonilas {
    margin-top: 30px;
  }

  .text-hero {
    margin-right: 70px;
    margin-left: 70px;
  }

  .green-title {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 14px;
  }

  .green-title._2 {
    text-align: center;
  }

  .green-title.title {
    margin-right: 0px;
    margin-left: 0px;
  }

  .green-title.title.left {
    text-align: center;
  }

  .green-title._3 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .green-title.center {
    text-align: center;
  }

  .dark-title {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 30px;
  }

  .dark-title.second {
    text-align: center;
  }

  .icon-service {
    margin-bottom: 0px;
  }

  .icon-service._3 {
    margin-left: auto;
  }

  .contact-map-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-nav {
    display: none;
  }

  .second-hero-heading {
    text-align: center;
  }

  .small-title {
    text-align: center;
  }

  .column.features.third {
    border-top-style: none;
    border-left-style: solid;
    border-left-color: #cc66fc;
  }

  .column.features.fifth {
    border-left-style: solid;
  }

  .column.features.sixth {
    border-left-style: solid;
  }

  .column.features.second {
    border-top-style: none;
    border-left-style: solid;
  }

  .brand.w--current {
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .brand-scroll.w--current {
    margin-left: 10px;
  }

  .image {
    float: none;
  }

  .hero-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 70px;
    float: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .slide.testimonials {
    width: 95%;
    height: 100%;
    margin-right: 15px;
    margin-left: 15px;
    float: none;
  }

  .slide.screen {
    width: 50%;
    margin-right: 0px;
  }

  .horizontal-phone {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-middle {
    margin-bottom: 60px;
  }

  .div-fact {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 3px;
  }

  .diagonal-image {
    padding-top: 70px;
  }

  .imac {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
  }

  .licence-items {
    width: 100%;
  }

  .licence-item-firs {
    width: 100%;
  }

  .licence-item-wrapper {
    width: 100%;
  }

  .right-footertext {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .right-footertext.left-side {
    text-align: center;
  }

  .column-2 {
    display: block;
    text-align: center;
  }

  .column-2.no-padding {
    margin-bottom: 0px;
    text-align: center;
  }

  .container {
    height: auto;
  }

  .flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    line-height: 48px;
  }

  h2 {
    margin-bottom: 50px;
  }

  h4 {
    text-align: center;
  }

  .upper {
    margin-bottom: auto;
    font-size: 16px;
  }

  .upper.title {
    margin-top: 0px;
    font-size: 27px;
  }

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

  .hero-small-line {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-small-line.header {
    margin-top: 20px;
  }

  .white-title {
    margin-bottom: 0px;
    font-size: 22px;
  }

  .menu-button {
    padding: 14px;
  }

  .browser.compatibility.icon {
    width: 65px;
    height: 65px;
    margin: 20px 5px 0px;
    border-radius: 15px;
  }

  .social-icon {
    width: 26px;
    margin-top: 20px;
  }

  .copyright {
    margin-right: 20px;
    margin-left: 20px;
  }

  .icon-menu.lines {
    color: rgba(255, 98, 0, 0.95);
  }

  .hero-heading {
    font-size: 36px;
    line-height: 46px;
    text-shadow: none;
  }

  .text-hero {
    margin-right: 20px;
    margin-left: 20px;
  }

  .green-title {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .green-title._2 {
    margin-right: 50px;
    margin-left: 50px;
  }

  .green-title.title {
    margin-bottom: auto;
  }

  .green-title.title.left {
    text-align: center;
  }

  .dark-title {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 26px;
  }

  .dark-title.white {
    border-color: rgba(255, 98, 0, 0.95);
  }

  .icon-service {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
  }

  .contact-map-form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .slider-nav {
    display: none;
  }

  .second-hero-heading {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 23px;
    text-align: left;
  }

  .small-title {
    text-align: center;
  }

  .column.text {
    padding-bottom: 0px;
  }

  .brand.w--current {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    float: left;
  }

  .image {
    margin-right: 0px;
  }

  .image.apple {
    display: inline-block;
    margin-top: 20px;
    margin-right: 0px;
  }

  .image.google {
    margin-right: 0px;
  }

  .slide.testimonials {
    margin-left: 8px;
  }

  .slide.screen {
    width: 100%;
    margin-right: 0px;
  }

  .slide-responsive {
    width: 100%;
  }

  .image-middle {
    margin-bottom: 60px;
  }

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

  .social-icons {
    width: 60px;
  }

  .social-text {
    font-size: 12px;
  }

  .licence-item-firs {
    width: auto;
    padding: 15px 15px 14px;
    -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;
  }

  .image-div {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-div.logo {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .licence-link {
    margin-right: 10px;
  }

  .licence-link.changelog {
    margin-right: 0px;
    text-align: center;
  }

  .flex-services {
    width: 100%;
  }

  .info-block.left {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading {
    text-align: left;
  }

  .licence-item-wrapper {
    width: auto;
    padding: 15px 15px 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-div-2 {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .licence-links-wrapper {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .licence-link-2 {
    margin-right: 10px;
  }

  .column-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container {
    height: auto;
  }
}

