body {
  height: 100%;
  font-family: Raleway, sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

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

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 30px;
  color: #515151;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #818181;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  padding: 15px 20px;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: #a8a8a8;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.button.button-white:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
}

.button.button-margin {
  margin-left: 12px;
}

.navigation {
  position: absolute;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.09);
  background-color: transparent;
}

.navigation-menu {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  float: right;
  text-align: center;
}

.logo {
  display: block;
  float: left;
  text-align: center;
}

.logo.logo-block {
  margin-top: 20px;
}

.navigation-link {
  margin-left: 30px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid transparent;
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

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

.navigation-link.navigation-scroll {
  color: rgba(61, 61, 61, 0.6);
}

.navigation-link.navigation-scroll:hover {
  border-bottom-color: #000;
  color: rgba(61, 61, 61, 0.9);
}

.navigation-link.navigation-scroll.w--current {
  border-bottom-color: #000;
  color: rgba(61, 61, 61, 0.9);
}

.container-welcome {
  text-align: center;
}

.portfolio {
  display: block;
  margin-right: 120px;
  margin-left: 120px;
}

.section {
  padding-top: 50px;
  background-color: transparent;
}

.section.gray {
  display: none;
  padding-bottom: 100px;
  background-color: #f1f1f1;
}

.section.fun-facts {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/bla.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/bla.JPG');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

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

.slider-nav {
  position: fixed;
  top: 719px;
  display: none;
  margin-right: 160px;
  padding-top: 16px;
  font-size: 10px;
  text-align: right;
}

.arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  margin-top: 490px;
  margin-bottom: 35px;
  margin-left: 0px;
  padding-top: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 22px;
}

.arrow:hover {
  opacity: 1;
}

.arrow.left {
  margin-top: 490px;
  margin-left: 30px;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/slide3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/slide3.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

.title-wrapper {
  margin-bottom: 80px;
  text-align: center;
}

.line {
  display: block;
  width: 7%;
  height: 2px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  background-color: #d6d6d6;
}

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

.sub {
  font-family: Raleway, sans-serif;
  color: #999;
  font-size: 18px;
  line-height: 35px;
  font-style: normal;
  font-weight: 200;
}

.row-portfolio {
  margin-bottom: 10px;
}

.project-wrapper {
  overflow: hidden;
}

.project-column {
  padding-right: 5px;
  padding-left: 5px;
}

.portfolio-overlay {
  position: absolute;
  left: 5px;
  top: 0px;
  right: 5px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.29);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
}

.portfolio-overlay:hover {
  background-color: transparent;
}

.title-portfolio {
  margin-bottom: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.overlay-portfolio {
  position: absolute;
  left: 0px;
  top: 45%;
  right: 0px;
  text-align: center;
}

.portfolio-sub {
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.left-arrow {
  position: absolute;
  right: 0px;
  display: block;
  margin-right: 95px;
  margin-left: 10px;
}

.service-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.text-number {
  margin-bottom: 10px;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.name-number {
  color: hsla(0, 0%, 100%, 0.72);
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

.service-icon {
  display: block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: 35px;
  margin-left: auto;
  padding-top: 25px;
  border: 1px solid #c7c7c7;
  border-radius: 100%;
}

.service-icon.icon-2 {
  padding-top: 33px;
}

.service-icon.icon-3 {
  padding-top: 30px;
}

.service-column {
  text-align: center;
}

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

.service-title {
  margin-bottom: 20px;
  color: #5d5d5d;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.service-title.in-footer {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.service-name {
  margin-bottom: 20px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: #888;
  font-size: 19px;
  font-style: italic;
}

.sun {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.team-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f1f1;
}

.button-wrapper {
  margin-top: 70px;
  text-align: center;
}

.button-wrapper.solid {
  margin-top: 50px;
}

.staff {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  cursor: pointer;
}

.staff-column {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.staff-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.7);
}

.social-icon {
  width: 30px;
  height: 30px;
  margin-right: 18px;
  padding-top: 4px;
  opacity: 0.72;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

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

.client-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.43)), to(hsla(0, 0%, 100%, 0))), url('../images/banner5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.43), hsla(0, 0%, 100%, 0)), url('../images/banner5.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.features-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f1f1;
}

.row-logo {
  text-align: center;
}

.icon-features {
  width: 70px;
  height: 70px;
  margin-right: 17px;
  padding-top: 19px;
  float: left;
  border: 1px solid #c7c7c7;
  border-radius: 100%;
  text-align: center;
}

.features-text {
  overflow: hidden;
}

.list {
  margin-bottom: 50px;
}

.ul {
  margin-top: 50px;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fafafa;
}

.begin-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 27px;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.begin {
  margin-bottom: 7px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  font-style: italic;
}

.arrow-scroll {
  opacity: 0.6;
}

.text-field {
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dbdbdb;
  background-color: #fafafa;
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 15px;
  font-style: italic;
}

.text-field.text-area {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 90px;
}

.column-footer {
  padding-top: 50px;
}

.open {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3d3d3d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #b8b8b8;
  font-size: 18px;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
}

.open:hover {
  background-color: #2b2b2b;
  color: #fff;
}

.open-text {
  display: inline-block;
  margin-right: 17px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.arrow-map {
  margin-bottom: 6px;
  padding-top: 0px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.copyright {
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: #a1a1a1;
  font-size: 16px;
  font-style: italic;
  text-decoration: none;
}

.column-footer-2 {
  text-align: right;
}

.big-text {
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.container-slider {
  position: relative;
  top: 36%;
  text-align: center;
}

.medium-text {
  display: block;
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  font-style: italic;
}

.navbar-scroll {
  position: fixed;
  z-index: 1001;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: hsla(0, 0%, 100%, 0.97);
}

.email {
  color: #b5b5b5;
  text-decoration: none;
}

.banner {
  display: none;
  height: 600px;
  background-image: url('../images/02.jpg');
  background-position: 50% -272px;
  background-size: cover;
  background-repeat: no-repeat;
}

.buttons-section {
  margin-bottom: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.col-btn {
  display: none;
  text-align: right;
}

.project-detail {
  display: block;
  padding-top: 0px;
  padding-bottom: 100px;
}

.project {
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: #b8b8b8;
  font-size: 16px;
  font-style: italic;
}

.list-project {
  margin-top: 30px;
}

.success-message {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.error-message {
  margin-top: 24px;
  text-align: center;
}

.form-paragraph {
  color: #b84949;
}

.image-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.sub-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -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: #000;
}

.container-3 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.white {
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

.sub-text {
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 18px;
  font-weight: 200;
}

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

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

.center {
  text-align: center;
}

.center.color {
  color: #919197;
  letter-spacing: 0px;
}

.big {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.section-3 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px;
  border-top: 1px solid #fff;
  background-color: #f2f2f2;
}

.section-3.make-white {
  background-color: #fff;
}

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

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

.licens-image {
  width: 100%;
}

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

.heading {
  color: #121217;
}

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

.slide-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/banner-1-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/banner-1-1.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide-2.slide-2a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/banner-2-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/banner-2-2.jpg');
}

.slide-2.slide-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)), url('../images/banner-3-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent), url('../images/banner-3-3.jpg');
}

.big-text-2 {
  display: inline-block;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 2px solid hsla(0, 0%, 100%, 0.2);
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.image {
  display: none;
}

.heading-2 {
  margin-top: 40px;
}

.heading-3 {
  margin-top: 40px;
}

.heading-4 {
  margin-top: 40px;
}

.heading-5 {
  margin-top: 40px;
}

.heading-6 {
  margin-top: 40px;
}

.heading-7 {
  margin-top: 40px;
}

.heading-8 {
  margin-top: 40px;
}

.heading-9 {
  margin-top: 40px;
}

.heading-10 {
  margin-top: 60px;
}

.heading-11 {
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  body {
    height: auto;
  }
  h3 {
    text-align: center;
  }
  .navigation-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.83);
  }
  .navigation-link {
    margin-right: 30px;
  }
  .portfolio {
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider {
    height: auto;
  }
  .line.line-left {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .title-portfolio {
    font-size: 13px;
  }
  .portfolio-sub {
    font-size: 14px;
  }
  .text-number {
    font-size: 60px;
  }
  .container-slider {
    top: 0%;
    margin-top: 200px;
    margin-bottom: 200px;
  }
  .banner {
    height: 400px;
    background-position: 50% 50%;
  }
  .menu {
    color: #fff;
  }
  .menu.w--open {
    background-color: rgba(0, 0, 0, 0.56);
  }
  .left-copyright-flex {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright-2 {
    margin-bottom: 7px;
  }
  .link.left {
    margin-left: 0px;
  }
  .made-with-webflow.left-margin {
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .licens-image {
    margin-bottom: 15px;
  }
  .heading-2 {
    margin-top: 40px;
  }
  .heading-3 {
    margin-top: 40px;
  }
  .heading-4 {
    margin-top: 40px;
  }
  .heading-5 {
    margin-top: 40px;
  }
  .heading-6 {
    margin-top: 40px;
  }
  .heading-7 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .sub {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 17px;
  }
  .row-portfolio {
    margin-bottom: 0px;
  }
  .project-column {
    margin-bottom: 10px;
  }
  .service-column {
    margin-bottom: 30px;
  }
  .staff-overlay {
    display: block;
    width: 98.5%;
    margin-right: auto;
    margin-left: auto;
  }
  .copyright {
    margin-bottom: 15px;
    text-align: center;
  }
  .column-footer-2 {
    text-align: center;
  }
  .big-text {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 66px;
  }
  .col-btn {
    text-align: center;
  }
  .menu {
    margin-top: 6px;
    margin-right: 14px;
  }
  .column-space {
    margin-bottom: 50px;
  }
  .column-space.space-2 {
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .column-1 {
    margin-bottom: 22px;
    text-align: center;
  }
  .column-space-2 {
    margin-top: 30px;
  }
  .big-text-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 66px;
  }
}

@media screen and (max-width: 479px) {
  .staff-overlay {
    width: 100%;
  }
  .column-footer {
    margin-bottom: 40px;
  }
  .big-text {
    font-size: 35px;
  }
  .container-slider {
    margin-bottom: 150px;
  }
  .medium-text {
    font-size: 15px;
  }
  .menu {
    margin-right: 10px;
  }
  .big-text-2 {
    font-size: 35px;
  }
}

@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo-Black.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}