body {
  font-family: Raleway, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #292929;
  font-size: 20px;
  line-height: 44px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 4px;
  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;
  color: #979797;
  font-size: 13px;
  line-height: 26px;
  font-weight: 400;
}

.button {
  display: inline-block;
  padding: 11px 15px;
  border-radius: 3px;
  background-color: transparent;
  box-shadow: 0 0 0 1px #313131;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #313131;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.button-form {
  display: block;
  width: 98%;
}

.button.button-white {
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
}

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

.navigation {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  padding: 18px 39px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .18);
  background-color: rgba(0, 0, 0, .85);
}

.navigation-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, .58);
  font-size: 11px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.navigation-link.w--current {
  display: block;
  color: #fff;
}

.navigation-link.link-scroll {
  color: rgba(99, 99, 99, .58);
}

.navigation-link.link-scroll:hover {
  color: #313131;
}

.navigation-link.link-scroll.w--current {
  color: #313131;
}

.banner {
  display: block;
  height: 850px;
  padding-top: 105px;
  background-color: #333;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Red-Kitchen-4660004.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Red-Kitchen-4660004.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.inner-banner {
  height: 400px;
  padding-top: 199px;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Interior-of-a-loft-kitchen-wi-125307137.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Interior-of-a-loft-kitchen-wi-125307137.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.banner.inner-banner.photo-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Contemporary-Kitchen-5093644.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Contemporary-Kitchen-5093644.jpg');
}

.banner.inner-banner.photo-3 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Ceramic-Modern-Kitchen-D-116965565.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Ceramic-Modern-Kitchen-D-116965565.jpg');
}

.banner.inner-banner.photo-4 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slide05.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slide05.jpg');
}

.banner.inner-banner.photo-5 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slide08.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/slide08.jpg');
}

.logo {
  display: block;
  padding-top: 9px;
  float: left;
  text-align: center;
}

.section {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.gray {
  padding-top: 46px;
  padding-bottom: 46px;
  background-color: #f7f7f7;
}

.section.parallax {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url('../images/Modern-Orange-Kitchen-90483941.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.parallax.photo-2 {
  background-image: url('../images/Detail-Of-Modern-White-Kitchen-86542850.jpg');
  background-position: 50% 0px;
}

.section.parallax.photo-3 {
  display: none;
  background-image: url('../images/slide07.jpg');
}

.section.second-gray {
  display: none;
  background-color: #f7f7f7;
}

.section.small-background {
  background-image: url('../images/Blur-Image-Of-Modern-Kitchen-R-139423919.jpg');
  background-position: 0px 50%;
  background-size: cover;
}

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

.line {
  display: block;
  width: 50px;
  height: 2px;
  margin: 30px auto;
  background-color: #292929;
}

.line.in-left {
  margin-left: 0px;
}

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

.sub-title {
  color: #919191;
  font-size: 16px;
  line-height: 31px;
  font-weight: 300;
}

.circle-box {
  display: block;
  width: 85px;
  height: 86px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #313131;
}

.circle-box.icon-1 {
  background-image: url('../images/pencil_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.circle-box.icon-2 {
  background-image: url('../images/leaf_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.circle-box.icon-3 {
  background-image: url('../images/paper-plane_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.circle-box.icon-4 {
  background-image: url('../images/flag-o_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.circle-box.icon-5 {
  background-image: url('../images/leaf_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.circle-box.icon-6 {
  background-image: url('../images/bomb_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.circle-box.icon-7 {
  background-image: url('../images/camera-retro_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.circle-box.icon-8 {
  background-image: url('../images/flag-o_ffffff_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.icon-wrapper {
  text-align: center;
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  float: right;
  clear: none;
}

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

.div-space {
  margin-top: 20px;
}

.div-space.more-space {
  margin-top: 44px;
  padding-top: 0px;
}

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

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

.fun-facts-wrapper {
  z-index: 1;
  text-align: center;
}

.fun-facts-text {
  position: relative;
  font-size: 36px;
}

.logo-client {
  width: 16.666%;
  float: left;
  text-align: center;
}

.sign {
  float: right;
}

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

.white {
  color: #a8a8a8;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 5px;
}

.item {
  position: relative;
  overflow: hidden;
  width: 33.333%;
  float: left;
  background-color: #dbdbdb;
  text-align: center;
}

.portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, .9);
  color: #313131;
  text-decoration: none;
}

.text-overlay {
  position: relative;
  top: 39%;
}

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

.sub-text {
  font-family: 'PT Serif', serif;
  color: #919191;
  font-size: 15px;
}

.sub-text.in-team {
  margin-bottom: 20px;
}

.heading-inner {
  font-size: 30px;
  letter-spacing: 5px;
}

.white-1 {
  color: #fff;
  font-weight: 500;
}

.sub-inner {
  margin-top: 18px;
  color: hsla(0, 0%, 100%, .72);
  font-size: 18px;
  font-weight: 300;
}

.team-wrapper {
  position: relative;
  overflow: hidden;
}

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

.social-team {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
}

.social-icon-team {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.social-icon-team:hover {
  background-color: rgba(0, 0, 0, .61);
}

.social-icon-team.facebook {
  background-image: url('../images/facebook_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon-team.twitter {
  background-image: url('../images/twitter_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon-team.rss {
  background-image: url('../images/rss_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.social-icon-team.linkdin {
  background-image: url('../images/linkedin_ffffff_150.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.row-space {
  margin-top: 20px;
}

.row-space.more-space {
  margin-top: 50px;
}

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

.slider-nav {
  position: relative;
  padding-top: 21px;
  font-size: 9px;
}

.photo-client {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/modern-house-view-o-31913645.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.photo-client.photo-2 {
  background-image: url('../images/beautiful-interior-of-a-modern-15682016.jpg');
}

.testimonials-wrapper {
  padding-right: 192px;
  padding-left: 192px;
  text-align: center;
}

.testimonials {
  font-size: 15px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
}

.contact {
  background-color: #f7f7f7;
}

.contact-left {
  width: 70%;
  padding-top: 33px;
  padding-right: 13px;
  padding-left: 25px;
  float: left;
}

.contact-left.left-2 {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
  padding: 4px 0px 26px 41px;
  background-color: rgba(0, 0, 0, .85);
  background-image: none;
}

.white-3 {
  color: #fff;
  font-size: 13px;
}

.paragraph-contact {
  color: #c7c7c7;
  font-size: 14px;
}

.text-field {
  display: inline-block;
  width: 48%;
  height: 50px;
  max-width: 100%;
  margin-right: 12px;
  margin-bottom: 10px;
  border-style: none;
  background-color: #ebebeb;
  color: #313131;
}

.text-field:focus {
  background-color: #dedede;
}

.text-area {
  width: 98%;
  margin-right: 5px;
  padding-bottom: 214px;
  border: 1px none #ebebeb;
  background-color: #ebebeb;
}

.text-area:focus {
  background-color: #dedede;
}

.error-message {
  width: 98%;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  text-align: center;
}

.error {
  margin-bottom: 0px;
  color: #e05858;
  font-size: 14px;
}

.success-message {
  width: 98%;
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #23a168;
  text-align: center;
}

.success {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
}

.pure-white {
  color: #fff;
}

.big-slider {
  height: 729px;
  background-color: transparent;
}

.arrow {
  width: 70px;
  height: 70px;
  margin-top: 296.5px;
  margin-right: 0px;
  padding-top: 23px;
  background-color: rgba(0, 0, 0, .43);
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  font-size: 24px;
}

.arrow:hover {
  background-color: rgba(0, 0, 0, .7);
}

.arrow.arrow-2 {
  margin-left: 0px;
}

.dots-nav {
  opacity: 0.61;
  font-size: 12px;
}

.slide {
  display: inline-block;
  padding-top: 105px;
}

.slider-big-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  font-size: 44px;
  font-weight: 600;
}

.slide-wrapper {
  margin-top: 118px;
}

.line-slider {
  display: block;
  width: 200px;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, .4);
}

.navigation-scroll {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  overflow: visible;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon {
  margin-bottom: 24px;
  text-align: center;
}

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

.phonehome {
  color: #fff;
  font-size: 20px;
}

html.w-mod-js *[data-ix="display-none-scroll-navigation"] {
  display: none;
}

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

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

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

html.w-mod-js *[data-ix="slide-in-inner-big-text-on-load"] {
  opacity: 0;
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

html.w-mod-js *[data-ix="slide-in-inner-sub-text-on-load"] {
  opacity: 0;
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

html.w-mod-js *[data-ix="slide-out-social-team"] {
  -webkit-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px);
}

html.w-mod-js *[data-ix="slide-in-big-text-slider-on-slide"] {
  opacity: 0;
  -webkit-transform: scale(1.28, 1.28);
  -ms-transform: scale(1.28, 1.28);
  transform: scale(1.28, 1.28);
}

html.w-mod-js *[data-ix="slide-in-line-slider-on-slide"] {
  width: 0px;
}

html.w-mod-js *[data-ix="slide-in-sub-text-slider-on-slide"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="zoom-in-button-slider-on-slide"] {
  opacity: 0;
  -webkit-transform: scale(1.1500000000000001, 1.1500000000000001);
  -ms-transform: scale(1.1500000000000001, 1.1500000000000001);
  transform: scale(1.1500000000000001, 1.1500000000000001);
}

html.w-mod-js *[data-ix="zoom-in-image-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-47px, 0px) scale(1.2, 1.2) rotate(-25deg);
  -ms-transform: translate(-47px, 0px) scale(1.2, 1.2) rotate(-25deg);
  transform: translate(-47px, 0px) scale(1.2, 1.2) rotate(-25deg);
}

html.w-mod-js *[data-ix="zoom-in-image-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(47px, 0px) scale(1.2, 1.2) rotate(25deg);
  -ms-transform: translate(47px, 0px) scale(1.2, 1.2) rotate(25deg);
  transform: translate(47px, 0px) scale(1.2, 1.2) rotate(25deg);
}

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

@media (max-width: 991px) {
  .banner {
    height: 707px;
  }
  .nav-menu {
    background-color: rgba(0, 0, 0, .94);
  }
  .fun-facts-wrapper {
    top: 72px;
  }
  .item {
    width: 50%;
  }
  .testimonials-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-left {
    width: 100%;
  }
  .contact-left.left-2 {
    width: 100%;
    text-align: center;
  }
  .big-slider {
    height: 600px;
  }
  .arrow {
    margin-top: 226.5px;
  }
  .slide {
    padding-top: 58px;
  }
  .slider-big-text {
    font-size: 41px;
  }
  .hamburger {
    background-color: transparent;
    opacity: 1;
    color: #fff;
  }
  .hamburger.w--open {
    background-color: rgba(0, 0, 0, .7);
  }
  .column-space {
    margin-top: 20px;
  }
  .column-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 18px;
  }
  .navigation {
    padding-right: 14px;
    padding-left: 14px;
  }
  .section.parallax {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .sub-title {
    font-size: 12px;
  }
  .icon-wrapper {
    margin-bottom: 40px;
  }
  .fun-facts-wrapper {
    top: 86px;
  }
  .div-image {
    margin-bottom: 20px;
  }
  .logo-client {
    width: 33.333%;
  }
  .heading-inner {
    font-size: 25px;
  }
  .testimonials-wrapper {
    padding-right: 37px;
    padding-left: 37px;
  }
  .text-field {
    width: 47.7%;
  }
  .arrow {
    display: none;
  }
  .slider-big-text {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .banner {
    height: 487px;
    padding-top: 58px;
  }
  .banner.inner-banner {
    padding-top: 186px;
    padding-right: 26px;
    padding-left: 26px;
  }
  .section.small-background {
    background-position: 100% 100%;
  }
  .div-space.more-space {
    margin-top: 0px;
  }
  .div-space.more-space.center-space {
    margin-top: 16px;
  }
  .logo-client {
    width: 50%;
  }
  .item {
    width: 100%;
  }
  .sub-inner {
    font-size: 15px;
    line-height: 32px;
  }
  .text-field {
    width: 98%;
  }
  .big-slider {
    height: 400px;
  }
  .slider-big-text {
    font-size: 32px;
    line-height: 49px;
  }
  .slide-wrapper {
    margin-top: 0px;
  }
  .hamburger {
    background-color: transparent;
  }
}

