/* exo-regular - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/exo-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/exo-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/exo-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/exo-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/exo-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/exo-v20-latin-regular.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-600 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/exo-v20-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/exo-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/exo-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/exo-v20-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../fonts/exo-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/exo-v20-latin-600.svg#Exo') format('svg'); /* Legacy iOS */
}
/* exo-700 - latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/exo-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../fonts/exo-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/exo-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/exo-v20-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/exo-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/exo-v20-latin-700.svg#Exo') format('svg'); /* Legacy iOS */
}

body {
  height: 100%;
  font-family: Lato, sans-serif;
  color: #777;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

h1 {
  margin: 10px 0px 30px;
  font-family: Raleway;
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: 0 1px 0 rgba(33, 33, 33, 0.2);
}

h2 {
  margin: 10px 0px;
  box-shadow: none;
  font-family: Raleway;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

h3 {
  margin: 0px;
  padding-bottom: 15px;
  font-family: Raleway;
  color: #222;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-right: 10px;
  padding-left: 40px;
  color: #999;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

h6:hover {
  color: #222;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #222;
  font-size: 14px;
  text-align: left;
}

a {
  color: #1d43a8;
  text-decoration: underline;
}

li {
  color: #222;
}

strong {
  display: block;
  margin-top: 0px;
  padding-bottom: 0px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button {
  display: inline-block;
  margin-top: 28px;
  margin-left: 0px;
  padding: 4px 46px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 40px;
  background-color: #222;
  box-shadow: 2px 2px 15px -1px rgba(0, 0, 0, 0.26);
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #222;
  font-size: 11px;
  font-weight: 700;
}

.button.hero {
  display: inline-block;
  margin-right: 28px;
  margin-left: auto;
  padding: 9px 27px 9px 30px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Exo, sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

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

.button.hero.green {
  margin-top: -9px;
  padding-right: 45px;
  padding-left: 45px;
  border-color: #91cdb8;
  background-color: #91cdb8;
  color: #fff;
}

.button.hero.wide {
  margin-top: 34px;
  padding-right: 52px;
  padding-left: 49px;
}

.button.hero.wide.sym {
  margin-top: 28px;
}

.button.hero.sym {
  margin-right: auto;
  margin-bottom: 47px;
}

.button.download {
  margin-top: 0px;
}

.button.black {
  margin-top: 29px;
}

.button.black.left {
  direction: ltr;
  text-align: center;
}

.section {
  padding-top: 67px;
  padding-bottom: 86px;
  background-color: #fff;
}

.section.dark {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #f5f5f5;
  background-image: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.section.dark.folio {
  min-height: 76px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.bg-image {
  padding-top: 125px;
  padding-bottom: 125px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.51)), to(rgba(0, 0, 0, 0.51))), url('../images/958FEC37-4CAB-458E-B029-8C2BBE6FE425.jpeg'), url('../images/architecture-buildings-city-fog-373965.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.51), rgba(0, 0, 0, 0.51)), url('../images/958FEC37-4CAB-458E-B029-8C2BBE6FE425.jpeg'), url('../images/architecture-buildings-city-fog-373965.jpg');
  background-position: 0px 0px, 50% 100%, 50% 20%;
  background-size: auto, cover, 1920px;
  background-repeat: repeat, repeat, repeat;
  background-attachment: scroll, fixed, scroll;
}

.section.map {
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: none;
}

.section.iphone {
  padding-top: 26px;
  padding-bottom: 72px;
  background-color: #fff;
}

.section.iphone.blau {
  padding-top: 75px;
  padding-bottom: 104px;
  background-color: #0d111d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0d111d), to(#262f4b));
  background-image: linear-gradient(180deg, #0d111d, #262f4b);
}

.section.iphone.blau.sym {
  padding-bottom: 44px;
}

.section.grey {
  background-color: #fafafa;
}

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

.hero-text {
  margin-top: 19%;
  text-align: center;
}

.hero-text.about-text {
  margin-top: 0px;
  padding-top: 0px;
}

.hero-text.faq {
  margin-top: 179px;
}

.hero-text.unten {
  margin-top: 0%;
}

.services {
  padding-right: 50px;
  padding-left: 20px;
  text-align: center;
}

.services.right {
  padding-right: 20px;
  padding-left: 50px;
}

.icon {
  padding-top: 0px;
  padding-bottom: 20px;
}

.portfolio-text {
  margin-top: 42px;
}

.portfolio-text.left-up {
  margin-top: 65px;
}

.gallery-text {
  padding-right: 144px;
  padding-bottom: 30px;
  padding-left: 144px;
  text-align: center;
}

.center-tittle {
  padding-bottom: 60px;
  text-align: center;
}

.center-tittle.big-title {
  padding-bottom: 40px;
  font-size: 72px;
  font-weight: 700;
  text-transform: none;
}

.job-title {
  display: inline-block;
  padding-top: 0px;
  padding-bottom: 30px;
  float: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  letter-spacing: 1px;
  text-decoration: none;
}

.team-text {
  margin-top: 31px;
  padding-right: 9px;
}

.name {
  padding-top: 39px;
  padding-bottom: 4px;
}

.social-team {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
}

.team2 {
  padding-top: 120px;
}

.h1-dark {
  margin-top: -24px;
  color: #222;
  text-align: left;
}

.contact-form {
  font-family: Exo, sans-serif;
}

.field {
  margin-top: 25px;
  margin-bottom: 35px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.address {
  padding-top: 13px;
  font-family: Exo, sans-serif;
  color: #182035;
  line-height: 1.6em;
}

.conatct-info {
  margin-top: 0px;
}

.support-text {
  margin-top: 50px;
}

.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #182035;
}

.footer-logo {
  width: 34%;
  float: left;
  opacity: 0.2;
}

.social-wrapper {
  float: right;
  text-align: right;
}

.social-link {
  padding-right: 5px;
  padding-left: 5px;
  opacity: 0.57;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-link:hover {
  padding-top: 0px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footlogo {
  opacity: 1;
}

.footlogo:hover {
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.25;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.h3phone {
  margin-top: 21px;
  padding-bottom: 11px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

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

.google-map {
  height: 300px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-wrapper {
  width: 40%;
  float: left;
}

.info-wrapper {
  width: 60%;
  float: right;
}

.nav-link {
  padding: 7px 16px;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Exo, sans-serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
}

.nav-menu {
  top: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 250px;
  margin-top: 14px;
  padding-top: 6px;
  padding-right: 15px;
  background-color: transparent;
  opacity: 1;
}

.menu-button {
  padding-top: 18px;
  background-color: transparent;
}

.menu-button.w--open {
  background-color: transparent;
}

.left-image {
  margin-top: 84px;
  text-align: center;
}

.left-image.imi {
  margin-top: 12px;
}

.left-image.imi.paddinright {
  padding-right: 54px;
}

.work {
  margin-bottom: 0px;
  text-align: center;
}

.contact-link {
  color: #1d43a8;
  text-decoration: none;
}

.portfolio {
  position: static;
  height: 251px;
  min-height: 0px;
}

.portfolio.one {
  margin-bottom: 20px;
  padding: 10px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.two {
  padding: 10px;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.three {
  padding: 10px;
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.four {
  padding: 10px;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.five {
  padding: 10px;
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio.six {
  padding: 10px;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-title {
  width: 100%;
  height: 100%;
  min-width: 0px;
  padding-top: 112px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
}

.portfolio-info {
  font-family: Raleway;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.portfolio-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.slider {
  height: 100%;
}

.slider.faq {
  height: 600px;
}

.slider.downloads {
  height: 430px;
}

.slider-1 {
  opacity: 0;
}

.nav-bar {
  position: fixed;
  display: block;
  overflow: visible;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: rgba(6, 9, 19, 0.82);
}

.logo {
  padding-top: 6px;
  padding-bottom: 9px;
}

.client-logo {
  opacity: 0.8;
  text-align: center;
}

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

.back-icon {
  float: left;
  opacity: 1;
  text-align: center;
}

.back-icon:hover {
  opacity: 1;
}

.portfolio-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
  -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: left;
}

.back-link {
  display: inline-block;
  text-align: right;
  text-decoration: none;
}

.prev-link {
  padding-top: 0px;
  color: #999;
  font-size: 20px;
  text-decoration: none;
}

.prev-link:hover {
  color: #222;
}

.prev-icon {
  padding-top: 3px;
  float: left;
  text-align: right;
}

.prev-icon.next {
  float: right;
}

.success-message {
  border-radius: 6px;
  background-color: #52b350;
  color: #fff;
}

.error-message {
  border-radius: 6px;
  background-color: #fa8282;
  color: #fff;
}

.prev-text {
  padding-top: 4px;
  padding-left: 15px;
  float: right;
}

.slide-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 20, 27, 0.44)), to(rgba(17, 20, 27, 0.44))), url('../images/low-angle-photo-of-four-high-rise-curtain-wall-buildings-830891.jpg');
  background-image: linear-gradient(180deg, rgba(17, 20, 27, 0.44), rgba(17, 20, 27, 0.44)), url('../images/low-angle-photo-of-four-high-rise-curtain-wall-buildings-830891.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  font-family: Exo, sans-serif;
  line-height: 22px;
}

.slide-1.faq {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(23, 15, 83, 0.38)), to(rgba(23, 15, 83, 0.38))), url('../images/faq.jpg');
  background-image: linear-gradient(180deg, rgba(23, 15, 83, 0.38), rgba(23, 15, 83, 0.38)), url('../images/faq.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide-1.service {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/service.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/service.jpg');
}

.slide-1.downloads {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/printer.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/printer.jpg');
}

.slide-2 {
  background-image: url('../images/hero22.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.accent-text {
  padding-bottom: 33px;
  font-family: Raleway;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
}

.paragraphh-center {
  margin-bottom: 60px;
  text-align: center;
}

.big-title {
  padding-bottom: 50px;
  font-size: 72px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.big-title.big-left-title {
  margin-top: -12px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #222;
  font-size: 36px;
  text-align: left;
}

.portfolio-image-left {
  height: 350px;
  padding-right: 10px;
  padding-left: 0px;
  background-image: url('../images/portfolio-work-big2.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-image-right {
  height: 350px;
  padding-right: 0px;
  padding-left: 10px;
  background-image: url('../images/portfolio-work-big3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.portfolio-top-image {
  margin-bottom: 20px;
}

.portfolio-left-image {
  padding-right: 10px;
  padding-left: 10px;
}

.portfolio-right-image {
  padding-right: 10px;
  padding-left: 10px;
}

.top-image {
  margin-bottom: 0px;
  background-image: url('../images/AdobeStock_295730014.jpeg');
  background-position: 0px 0px;
  background-size: 125px;
}

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

.heading {
  margin-bottom: -1px;
  font-family: Exo, sans-serif;
  font-size: 68px;
}

.heading.faq {
  margin-top: 0px;
  font-size: 48px;
}

.heading-2 {
  margin-top: 20px;
  font-family: Exo, sans-serif;
  font-size: 27px;
}

.paragraph {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}

.paragraph-2 {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
}

.paragraph-3 {
  font-family: Exo, sans-serif;
  text-align: center;
}

.heading-3 {
  margin-top: 23px;
  margin-bottom: 11px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-4 {
  margin-top: 23px;
  margin-bottom: 11px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-align: center;
}

.heading-5 {
  margin-top: 23px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-align: center;
}

.image {
  padding: 4px;
  border-style: none;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 3px;
  box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.2);
}

.image-2 {
  border-radius: 10px;
}

.image-3 {
  border-radius: 10px;
}

.heading-6 {
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.heading-6.cetnter {
  color: #fff;
  text-align: center;
}

.paragraph-4 {
  padding-right: 43px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph-4.center {
  text-align: center;
}

.paragraph-4.center.white {
  padding: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6em;
}

.paragraph-5 {
  font-family: Exo, sans-serif;
}

.heading-7 {
  margin-top: 50px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.heading-8 {
  font-family: Exo, sans-serif;
}

.text-block {
  display: inline-block;
  margin-top: 3px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bold-text {
  letter-spacing: 2px;
}

.rich-text-block {
  color: #10130d;
  text-align: center;
}

.heading-9 {
  padding-left: 156px;
}

.heading-10 {
  font-family: Exo, sans-serif;
  font-weight: 700;
  text-align: left;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 4px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.link-2 {
  padding-left: 4px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.bold-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

.columns {
  margin-top: 20px;
}

.bold-text-4 {
  color: #222;
  font-size: 14px;
  line-height: 1.6em;
}

.impressum {
  height: 450px;
  background-image: url('../images/frankfurt-1909660_1920-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-4 {
  margin-top: 7px;
  margin-bottom: 0px;
}

.heading-11 {
  color: #222;
}

.heading-12 {
  color: #222;
}

.faqtoptext {
  margin-top: 8px;
  margin-bottom: 12px;
  padding-right: 71px;
  padding-left: 71px;
  color: #fff;
  text-align: center;
}

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

.bold-text-6 {
  font-size: 14px;
}

.bold-text-7 {
  font-size: 14px;
}

.faq-heading {
  margin-top: 10px;
  padding-bottom: 3px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
  cursor: pointer;
}

.container {
  position: relative;
}

.container.faqcont {
  padding-bottom: 95px;
}

.accordion-item {
  margin-top: 0px;
}

.accordion-item-content {
  overflow: hidden;
}

.gallery-lightbox {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-title {
  margin-top: 0px;
  font-size: 46px;
  line-height: 39px;
  font-weight: 300;
}

.section-title-wrapper {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
}

.gallery-overlay-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.gallery-overlay-icon:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  line-height: 27px;
  font-weight: 300;
}

.gallery-image-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
  border-radius: 4px;
  background-image: url('../images/kristin-lopez-416908-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-image-block._3 {
  background-image: url('../images/alexis-chloe-534920-unsplash.jpg');
}

.gallery-image-block._2 {
  background-image: url('../images/veronika-homchis-64124-unsplash.jpg');
}

.gallery-overlay-block {
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.gallery-overlay-block:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.view-icon {
  height: 35px;
}

.faq-text {
  margin-top: 8px;
  margin-bottom: 19px;
  padding: 27px 36px 40px;
  background-color: #f8f8f8;
  line-height: 1.6em;
}

.faq-trenner-heading {
  margin-top: 45px;
  padding-bottom: 30px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
}

.bold-text-8 {
  font-size: 14px;
}

.textarea {
  min-height: 350px;
}

.link-3 {
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
}

html.w-mod-js *[data-ix="hero-text"] {
  opacity: 0.04;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

html.w-mod-js *[data-ix="left-image"] {
  display: block;
  opacity: 0.43;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="left-image-2"] {
  display: block;
  opacity: 0.43;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="portfolio-hover"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="hero-image"] {
  display: block;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 54px;
    text-shadow: 0 0 0 #000;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 24px;
    text-shadow: 0 0 0 #000;
  }
  h3 {
    font-size: 17px;
    line-height: 28px;
  }
  p {
    font-size: 13px;
  }
  .section.dark {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.bg-image {
    position: static;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .hero-text {
    margin-top: 250px;
  }
  .hero-text.about-text {
    margin-top: 0px;
  }
  .portfolio-text {
    margin-top: 46px;
  }
  .portfolio-text.left-up {
    margin-top: 25px;
  }
  .job-title {
    margin-top: 4px;
  }
  .social-team {
    top: 0px;
  }
  .address {
    color: #222;
  }
  .h3phone {
    margin-top: 21px;
    font-weight: 700;
  }
  .image-wrapper {
    padding-right: 18px;
  }
  .nav-menu {
    position: static;
    width: 100%;
    height: 100%;
    min-width: 1px;
    padding-top: 20px;
    padding-bottom: 18px;
    background-color: #000;
  }
  .portfolio.one {
    margin-bottom: 20px;
  }
  .slider {
    height: 80%;
  }
  .slider-1 {
    opacity: 0;
  }
  .nav-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .logo {
    max-height: 70px;
  }
  .mobile-icon {
    color: #fff;
    font-size: 36px;
  }
  .accent-text {
    font-size: 54px;
  }
  .heading {
    line-height: 1.2em;
  }
  .heading-8 {
    font-size: 30px;
    line-height: 1.3em;
  }
  .link {
    color: hsla(0, 0%, 100%, 0.49);
    text-decoration: none;
  }
  .link-2 {
    color: hsla(0, 0%, 100%, 0.5);
    text-decoration: none;
  }
  .bold-text-4 {
    color: #222;
  }
  .section-title {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }
  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }
  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 26px;
    padding-bottom: 0px;
    font-size: 36px;
    line-height: 60px;
  }
  h2 {
    margin-bottom: 0px;
    box-shadow: none;
    font-size: 18px;
    text-shadow: #000 0px 0px 0px;
  }
  h3 {
    line-height: 27px;
    text-align: center;
  }
  p {
    text-align: center;
  }
  .button {
    margin: 20px auto 37px;
  }
  .button.hero {
    margin-top: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .section {
    margin-bottom: 0px;
    padding-top: 32px;
    padding-bottom: 43px;
  }
  .section.dark {
    padding-bottom: 0px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.dark.folio {
    padding-bottom: 0px;
  }
  .section.bg-image {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .hero-text {
    margin-top: 100px;
  }
  .hero-text.about-text {
    margin-top: -10px;
  }
  .services {
    margin-bottom: 30px;
    padding-top: 0px;
    padding-right: 20px;
    text-align: center;
  }
  .services.right {
    padding-left: 20px;
  }
  .portfolio-text {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-right: 10px;
    padding-bottom: 50px;
    padding-left: 10px;
  }
  .gallery-text {
    padding-right: 25px;
    padding-left: 25px;
  }
  .team-text {
    text-align: left;
  }
  .name {
    text-align: left;
  }
  .team2 {
    padding-top: 0px;
  }
  .h1-dark {
    margin-bottom: 0px;
    padding-bottom: 31px;
    text-align: center;
  }
  .contact-form {
    padding-right: 20px;
    padding-left: 20px;
  }
  .address {
    text-align: center;
  }
  .conatct-info {
    padding-bottom: 60px;
    text-align: center;
  }
  .footer {
    padding-right: 13px;
    padding-left: 13px;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .h3phone {
    text-align: center;
  }
  .align-right {
    text-align: center;
  }
  .image-wrapper {
    text-align: right;
  }
  .team-column {
    margin-bottom: 54px;
  }
  .nav-menu {
    position: static;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 20px;
  }
  .menu-button {
    padding-top: 14px;
  }
  .left-image {
    margin-top: 4px;
  }
  .left-image.imi.paddinright {
    padding-left: 32px;
  }
  .portfolio.one {
    margin-bottom: 20px;
  }
  .portfolio.two {
    margin-bottom: 20px;
  }
  .portfolio.three {
    margin-bottom: 20px;
  }
  .portfolio.four {
    margin-bottom: 20px;
  }
  .portfolio.five {
    margin-bottom: 20px;
  }
  .portfolio.six {
    margin-bottom: 20px;
  }
  .nav-bar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .logo {
    padding-top: 10px;
  }
  .client-logo {
    margin-bottom: 50px;
  }
  .portfolio-back {
    padding-bottom: 40px;
    text-align: center;
  }
  .prev-icon {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
  }
  .portfolio-page-mobile {
    padding-bottom: 30px;
    text-align: center;
  }
  .accent-text {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
  }
  .big-title.big-left-title {
    padding-bottom: 6px;
    font-size: 36px;
    text-align: center;
  }
  .heading {
    margin-bottom: 36px;
    font-size: 60px;
  }
  .heading-2 {
    margin-top: 130px;
    font-size: 24px;
  }
  .paragraph-4 {
    padding-right: 21px;
    padding-left: 21px;
  }
  .paragraph-4.center.white {
    margin: 25px 57px;
  }
  .heading-8 {
    font-size: 24px;
  }
  .column {
    text-align: center;
  }
  .section-title {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }
  .bottom-gallery-column-left {
    padding-left: 0px;
  }
  .gallery-image-block {
    height: 220px;
  }
  .gallery-image-block._3 {
    height: 160px;
  }
  .gallery-image-block._2 {
    height: 160px;
  }
  .bottom-gallery-column-right {
    padding-right: 0px;
  }
  .image-5 {
    text-align: center;
  }
  .image-6 {
    padding-right: 36px;
    padding-left: 36px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
    text-shadow: #000 0px 0px 0px;
  }
  h2 {
    margin-bottom: -10px;
    padding-top: 0px;
    padding-bottom: 10px;
    box-shadow: none;
    font-size: 13px;
    line-height: 28px;
    font-weight: 400;
    text-shadow: 0 0 0 #000;
  }
  h3 {
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  p {
    padding-right: 20px;
    padding-bottom: 0px;
    text-align: center;
  }
  .button.hero {
    margin-right: 10px;
    padding: 3px 12px;
    font-size: 11px;
  }
  .button.hero.wide {
    padding: 3px 23px;
  }
  .section {
    padding-top: 9px;
    padding-bottom: 8px;
    text-align: left;
  }
  .section.dark {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .section.dark.iphone {
    padding-bottom: 50px;
  }
  .section.bg-image {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
  }
  .section.iphone {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .hero-text {
    margin-top: 170px;
  }
  .hero-text.about-text {
    margin-top: 18px;
  }
  .services {
    margin-bottom: 0px;
    padding-bottom: 40px;
    text-align: center;
  }
  .icon {
    text-align: left;
  }
  .portfolio-text {
    margin-top: 40px;
    padding-left: 22px;
    text-align: center;
  }
  .portfolio-text.left-up {
    margin-top: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
  }
  .gallery-text {
    padding-right: 20px;
    padding-left: 10px;
    text-align: center;
  }
  .center-tittle {
    padding-bottom: 20px;
    padding-left: 10px;
    font-size: 18px;
    text-align: center;
  }
  .team-text {
    text-align: center;
  }
  .name {
    text-align: center;
  }
  .social-team {
    top: 0px;
  }
  .team2 {
    padding-top: 70px;
  }
  .h1-dark {
    padding-top: 0px;
    padding-bottom: 10px;
    text-shadow: 0 0 0 #000;
  }
  .address {
    padding-right: 0px;
    text-align: center;
  }
  .conatct-info {
    text-align: center;
  }
  .footer-logo {
    margin-left: 22px;
    opacity: 0.46;
  }
  .social-wrapper {
    padding-top: 0px;
  }
  .footlogo {
    background-color: transparent;
    opacity: 1;
  }
  .h3phone {
    margin-top: -7px;
  }
  .image-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .info-wrapper {
    width: 100%;
    float: none;
    text-align: center;
  }
  .nav-menu {
    position: static;
    left: 0px;
    top: 0px;
    right: auto;
    bottom: auto;
    height: 100%;
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .menu-button {
    padding-top: 17px;
  }
  .left-image {
    margin-top: 0px;
  }
  .left-image.imi.paddinright {
    padding-right: 2px;
    padding-left: 2px;
  }
  .portfolio.three {
    margin-bottom: 20px;
  }
  .slider {
    height: 530px;
  }
  .slider-1 {
    padding-left: 16px;
  }
  .accent-text {
    padding-top: 18px;
    padding-bottom: 5px;
  }
  .paragraphh-center {
    padding-bottom: 0px;
  }
  .big-title {
    padding-bottom: 20px;
    font-size: 36px;
  }
  .big-title.big-left-title {
    text-align: center;
  }
  .heading {
    margin-top: 13px;
    font-size: 40px;
  }
  .heading-2 {
    margin-top: 2px;
    font-size: 21px;
  }
  .image {
    margin-top: 17px;
  }
  .heading-6 {
    margin-top: 21px;
  }
  .paragraph-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-4.center.white {
    margin-right: 29px;
    margin-left: 29px;
  }
  .heading-7 {
    margin-top: 42px;
    margin-bottom: 32px;
    font-size: 14px;
  }
  .heading-8 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .link {
    font-size: 12px;
  }
  .link-2 {
    font-size: 12px;
  }
  .bold-text-5 {
    font-size: 14px;
  }
  .section-title {
    font-size: 25px;
    line-height: 26px;
  }
  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }
  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }
  .gallery-image-block {
    height: 150px;
  }
  .gallery-image-block._3 {
    height: 120px;
  }
  .gallery-image-block._2 {
    height: 120px;
  }
}

