body {
  height: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #3b3b3b;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #ef5822;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #3b3b3b;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #b3b3b3;
  font-size: 13px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Raleway, sans-serif;
  color: #919191;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.75;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  opacity: 1;
}

.button.button-form {
  margin-top: 6px;
  padding: 7px 15px;
}

.button.button-project {
  margin-top: 35px;
  margin-bottom: 45px;
  text-align: left;
}

.button.button-project.button-inner {
  margin-top: 10px;
}

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

.banner {
  height: 100%;
  background-color: #545454;
  background-image: -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51) 0%, rgba(0, 0, 0, .94) 0, transparent 99%, transparent 100%, transparent 0, rgba(0, 0, 0, .86) 101%), url('../images/hero-bg.jpg');
  background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, .51), rgba(0, 0, 0, .51) 0%, rgba(0, 0, 0, .94) 0, transparent 99%, transparent 100%, transparent 0, rgba(0, 0, 0, .86) 101%), url('../images/hero-bg.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.inner {
  height: 700px;
  background-image: -webkit-repeating-linear-gradient(270deg, rgba(0, 0, 0, .51), transparent), url('../images/custom_bg2.jpg');
  background-image: repeating-linear-gradient(180deg, rgba(0, 0, 0, .51), transparent), url('../images/custom_bg2.jpg');
}

.header {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.navigation-link {
  padding: 55px 14px 45px;
  border-top: 3px solid transparent;
  border-bottom-style: none;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.navigation-link:hover {
  border-top-width: 1px;
  border-top-color: #008ba8;
  color: #fff;
}

.navigation-link.w--current {
  border-top-width: 1px;
  border-top-color: #008ba8;
  color: #fff;
}

.navigation-link.w--current:hover {
  border-top-width: 1px;
  border-top-color: #008ba8;
}

.brand {
  position: relative;
  float: none;
}

.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  font-weight: 400;
}

.dot-container {
  position: fixed;
  left: 3%;
  top: 43%;
  z-index: 5;
  display: block;
}

.dots {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 15px;
  margin-right: 10px;
  float: none;
  border: 1px solid #d6d6d6;
  border-radius: 100%;
  background-color: transparent;
}

.dots.w--current {
  border-color: transparent;
  background-color: #008ba8;
}

.dots-text {
  position: relative;
  bottom: 2px;
  display: inline-block;
  padding: 6px 12px;
  float: none;
  border-radius: 11px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
  color: #8b8b8b;
  line-height: 26px;
}

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

.logo {
  margin-top: 26px;
  margin-right: 30px;
  margin-left: 30px;
}

.center {
  text-align: center;
}

.center.up {
  margin-top: 22px;
  border-radius: 5px;
  background-color: #fff;
}

.row {
  margin-top: 70px;
  margin-bottom: 60px;
}

.row.port {
  margin-top: 0px;
  margin-bottom: 0px;
}

.row.port-2 {
  margin-bottom: 0px;
}

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

.line {
  display: block;
  width: 30%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #e1e1e1;
}

.img {
  margin-bottom: 25px;
}

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

.service-box {
  margin-bottom: 18px;
  padding: 30px 15px;
  background-color: #fff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.service-box:hover {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, .03);
}

.circle-service {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  padding-top: 23px;
  border-radius: 100%;
  background-color: #f2f2f2;
}

.service {
  font-size: 16px;
  font-weight: 700;
}

.service.port-1 {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.service.team {
  margin-bottom: 10px;
}

.service.container {
  padding-bottom: 22px;
  border-bottom: 1px solid #474747;
  color: #fff;
}

.service.container.det {
  margin-top: 50px;
}

.section-work {
  padding-top: 100px;
}

.text-work {
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  color: #008ba8;
  font-size: 22px;
  line-height: 46px;
  font-style: normal;
  text-align: center;
}

.circle-stroke {
  position: relative;
  bottom: 8px;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  background-color: #f2f2f2;
}

.circle-stroke.white {
  background-color: #fff;
}

.column-work {
  overflow: hidden;
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(0, 0, 0, .8);
}

.portfolio-overlay {
  position: relative;
  z-index: 4;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.img-port {
  position: relative;
  z-index: 1;
}

.div-overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.category-text {
  padding-top: 10px;
  padding-bottom: 15px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: hsla(0, 0%, 100%, .72);
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px;
}

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

.team-section {
  position: relative;
  z-index: 4;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

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

.div-center.up {
  margin-top: 40px;
}

.circle-team {
  width: 130px;
  height: 130px;
  margin-right: 19px;
  float: left;
  border-radius: 100%;
  background-image: url('../images/wagner.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.circle-team.version-2 {
  background-image: url('../images/jenning.jpg');
  background-size: cover;
}

.circle-team.version-3 {
  background-image: url('../images/clontz.jpg');
  background-size: cover;
}

.circle-team.version-4 {
  background-image: url('../images/don-new.jpg');
  background-size: cover;
}

.text-team {
  overflow: hidden;
}

.work-title {
  margin-bottom: 10px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  font-style: italic;
}

.social-team {
  margin-top: 10px;
}

.social-ico {
  width: 30px;
  height: 30px;
  padding-top: 2px;
  opacity: 0.49;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.social-ico:hover {
  opacity: 0.8;
}

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

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

.contact {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  overflow: scroll;
  width: 320px;
  height: 100%;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgba(0, 0, 0, .8);
}

.remove-button {
  width: 30px;
  height: 30px;
  padding-top: 2px;
  float: right;
  border: 2px solid #7d7d7d;
  border-radius: 100%;
  text-align: center;
}

.close-div {
  margin-bottom: 20px;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: rgba(0, 0, 0, .8);
}

.form-wapper {
  margin-top: 30px;
}

.text-field {
  margin-bottom: 15px;
  border: 1px solid #454545;
  background-color: #292929;
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-style: italic;
}

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

.text-field.area {
  padding-bottom: 50px;
}

.paragraph-div {
  margin-top: 30px;
}

.cnt {
  font-family: 'Source Sans Pro', sans-serif;
  color: #c9c9c9;
}

.mail {
  font-family: Raleway, sans-serif;
  color: #c9c9c9;
  font-size: 13px;
  text-decoration: none;
}

.mail:hover {
  color: #fff;
}

.ul {
  margin-top: 20px;
}

.contact-wrapper {
  margin-bottom: 65px;
}

.sucsses {
  border-radius: 8px;
  background-color: #454444;
  font-family: 'Sorts Mill Goudy', sans-serif;
  text-align: center;
}

.sucsses.error {
  margin-top: 30px;
  background-color: #ffb8b8;
}

.form {
  margin-top: 5px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 15px;
  font-style: italic;
}

.form.error {
  color: #ff5757;
}

.ft {
  font-family: 'Sorts Mill Goudy', sans-serif;
  font-size: 15px;
  font-style: italic;
}

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

.top {
  color: #919191;
  text-decoration: none;
}

.project-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f2f2;
}

.related-section {
  padding-top: 80px;
}

.li {
  margin-top: 20px;
}

.hero-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .51), transparent), url('../images/bottom_banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .51), transparent), url('../images/bottom_banner.jpg');
  background-position: 0px 0px, 50% 96%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.big-text {
  margin-bottom: 53px;
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
}

.big-text.sl {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 1px;
}

.slide-continaer {
  position: relative;
  top: 35%;
}

.text-first {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Sorts Mill Goudy', sans-serif;
  color: #c7c7c7;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.small-text {
  padding: 10px;
  font-family: Raleway, sans-serif;
  color: #c7c7c7;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.slider-div {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.slider {
  height: 120px;
  clear: both;
  background-color: transparent;
}

.slide {
  padding-top: 10px;
}

.go-down {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.arrow {
  opacity: 0.82;
}

.prj {
  border-bottom: 1px solid hsla(0, 0%, 100%, .2);
}

.contact-text {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.contact-list-item {
  padding-left: 25px;
  background-image: url('../images/icon_phone.png');
  background-position: 0px 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #7a7a7a;
}

.contact-list-item.email {
  background-image: url('../images/icon-email.png');
  background-size: 18px;
}

.hero-logos {
  margin: 10px 10px 7px;
  padding: 15px;
}

.section-contact {
  padding-top: 90px;
  padding-bottom: 90px;
}

.contact-details {
  font-size: 20px;
  line-height: 29px;
  text-align: center;
}

html.w-mod-js *[data-ix="0-on-load"] {
  opacity: 0;
  -webkit-transform: translate(15px, 0px);
  -ms-transform: translate(15px, 0px);
  transform: translate(15px, 0px);
}

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

html.w-mod-js *[data-ix="move-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="move-down-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="move-right"] {
  display: none;
  -webkit-transform: translate(320px, 0px);
  -ms-transform: translate(320px, 0px);
  transform: translate(320px, 0px);
}

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

@media (max-width: 991px) {
  .banner {
    height: 700px;
  }
  .portfolio-overlay {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .contact {
    overflow: scroll;
    width: 100%;
  }
  .big-text.sl {
    font-size: 46px;
  }
  .slide-continaer {
    top: 21%;
  }
  .text-first {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .small-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .col-space {
    margin-bottom: 40px;
  }
  .device-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, .52);
  }
  .brand-logo {
    padding-top: 3px;
  }
  .icon {
    color: #fff;
  }
  .icon.w--open {
    background-color: #000;
  }
  .menu-v2 {
    background-color: rgba(0, 0, 0, .68);
  }
  .nav-l {
    max-width: 100%;
    color: #adadad;
    font-weight: 600;
  }
  .nav-l:hover {
    background-color: #000;
    color: #fff;
  }
  .nav-l.w--current {
    background-color: #000;
    color: #fff;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-bottom: 30px;
    font-size: 32px;
  }
  h4 {
    margin-bottom: 0px;
  }
  .button.button-project {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .banner {
    height: 500px;
  }
  .text-work {
    font-size: 17px;
  }
  .ft {
    text-align: center;
  }
  .right-column.cnt {
    text-align: center;
  }
  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .big-text {
    font-size: 33px;
  }
  .big-text.sl {
    font-size: 33px;
  }
  .slide-continaer {
    top: 14%;
  }
  .small-text {
    font-size: 14px;
    line-height: 33px;
  }
  .slider-div {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media (max-width: 479px) {
  .banner {
    height: 600px;
  }
  .big-text {
    font-size: 29px;
    line-height: 37px;
  }
  .big-text.sl {
    font-size: 23px;
  }
  .slider {
    display: none;
  }
}

