body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 10px solid #fff;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 44px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  color: #737373;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

a {
  display: block;
  padding: 20px 30px;
  border-right: 1px none #fff;
  font-family: Oswald, sans-serif;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 20px;
  border-right-style: none;
  background-color: #41aa7c;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.hollow {
  margin-top: 30px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  color: #000;
}

.button.hollow:hover {
  border-color: #2a8241;
  background-color: #2a8241;
  color: #fff;
}

.button.hollow.single {
  margin-top: 0px;
}

.button.hollow.cost {
  width: 418px;
  margin-bottom: 30px;
  font-size: 0.8em;
}

.button.hollow.cost:hover {
  background-color: transparent;
  color: #000;
}

.button.hollow.products {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 6px 5px;
  background-color: rgba(226, 248, 238, 0.67);
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0px;
}

.main-slider {
  height: 100%;
}

.main-slider.alternative {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 54, 38, 0.64)), to(rgba(18, 54, 38, 0.64))), url('../images/3361b5e1.jpg');
  background-image: linear-gradient(180deg, rgba(18, 54, 38, 0.64), rgba(18, 54, 38, 0.64)), url('../images/3361b5e1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hero-heading {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-heading.second {
  margin-top: 50px;
}

.hero-heading.jp {
  font-size: 5vw;
  line-height: 1em;
}

.hero-subheader {
  margin-top: 30px;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hero-subheader.jp {
  font-size: 2.5vw;
}

.features-section {
  margin-top: 10px;
}

.nav-link {
  margin-top: 10px;
  padding: 30px 16px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  border-right-style: none;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
}

.nav-link:hover {
  background-color: rgba(156, 173, 114, 0.69);
  color: #fff;
}

.nav-link.w--current {
  padding-right: 16px;
  padding-left: 16px;
  color: #fff;
}

.nav-link.black {
  display: inline-block;
  margin-top: 0px;
  border-right: 0px none rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.15);
  border-left-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #000;
}

.nav-link.black:hover {
  background-color: rgba(42, 130, 65, 0.11);
}

.nav-link.black.w--current {
  display: inline-block;
}

.nav-link.black.scrolljp {
  font-size: 11px;
  letter-spacing: 0px;
}

.nav-link.contact {
  padding-right: 30px;
}

.nav-link.navjp {
  margin-top: 10px;
  padding-right: 13px;
  padding-left: 13px;
  font-size: 11px;
}

.nav-link.navjp.lng {
  padding-right: 21px;
}

.title-features {
  margin-top: 15px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.features-div {
  height: 75.9%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 40px 20px 60px;
  background-color: #a3d6b2;
  background-image: url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.features-div.second {
  height: 510px;
  margin-right: 10px;
  padding-right: 69px;
  padding-left: 69px;
  background-color: #83cc97;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(156, 173, 114, 0.69)), to(rgba(112, 156, 79, 0.96))), url('../images/DSC_9461.png');
  background-image: linear-gradient(180deg, rgba(156, 173, 114, 0.69), rgba(112, 156, 79, 0.96)), url('../images/DSC_9461.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
  text-align: center;
}

.features-div.second.jp {
  height: 544px;
}

.features-div.third {
  height: 510px;
  margin-right: 0px;
  padding-right: 69px;
  padding-left: 69px;
  background-color: #57c275;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(114, 173, 132, 0.64)), color-stop(99%, #508c62)), url('../images/unsplash_524010c76b52a_1-min.jpg');
  background-image: linear-gradient(180deg, rgba(114, 173, 132, 0.64), #508c62 99%), url('../images/unsplash_524010c76b52a_1-min.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
}

.features-div.third.jp {
  height: 544px;
}

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

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: transparent;
}

.section {
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.about {
  padding: 120px 5%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.14)), to(transparent)), url('../images/map.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.14), transparent), url('../images/map.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section.about.alternative {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.14)), to(transparent)), url('../images/iphone.jpg');
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.14), transparent), url('../images/iphone.jpg');
  background-position: 0px 0px, 80% 67px;
  background-size: auto, 322px 700px;
}

.section.principles {
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(63%, rgba(114, 173, 132, 0.2)), to(hsla(0, 0%, 100%, 0.35)));
  background-image: linear-gradient(180deg, rgba(114, 173, 132, 0.2) 63%, hsla(0, 0%, 100%, 0.35));
}

.section-title {
  margin-top: 5px;
  margin-bottom: 25px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.testimonials-section {
  margin-top: 10px;
  padding-top: 80px;
  padding-bottom: 40px;
  border-right-style: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.34)), to(rgba(0, 0, 0, 0.34))), url('../images/DSC_9483.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34)), url('../images/DSC_9483.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonials-section.alternative {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Dollarphotoclub_56332376-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.testimonials-section.jp {
  height: 471px;
}

.emphasized-text {
  display: block;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #41aa7c;
  font-size: 18px;
  line-height: 25px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.emphasized-text.right {
  font-weight: 100;
  text-align: right;
}

.emphasized-text.jp {
  text-align: left;
}

.features-text {
  color: #fff;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.navigation-div {
  margin-right: 10px;
  margin-left: 10px;
}

.navigation-div.black {
  display: block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  color: #000;
}

.brand {
  margin-top: 10px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.brand.w--current {
  margin-top: 10px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.22);
  border-left: 1px none hsla(0, 0%, 100%, 0.22);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand.w--current:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.brand.footer {
  display: inline-block;
  margin-bottom: 28px;
  float: none;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.brand.footer:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.brand.black {
  display: block;
  border-right-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.15);
}

.brand.black.w--current {
  margin-top: 0px;
  margin-left: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px none rgba(0, 0, 0, 0.09);
  border-right-style: solid;
  border-right-color: rgba(0, 0, 0, 0.15);
}

.brand.black.w--current:hover {
  background-color: rgba(0, 0, 0, 0.09);
}

.brand.black.navbar-scroll {
  padding-top: 16px;
  padding-bottom: 16px;
}

.upperheading-white {
  color: #fff;
  text-align: center;
}

.white {
  color: #fff;
  text-align: center;
}

.white.jp {
  font-size: 20px;
  font-weight: 400;
}

.testimonials-text {
  margin-top: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.testimonials-slider {
  border-right-style: none;
  background-color: transparent;
}

.slider-arrow {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

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

.slider-arrow.mobile {
  position: absolute;
  display: none;
  overflow: hidden;
}

.about-us-div {
  margin-right: 39px;
  margin-left: 39px;
  padding: 57px 44px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.76)), to(hsla(0, 0%, 100%, 0.76)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.76), hsla(0, 0%, 100%, 0.76));
  text-align: center;
}

.team-row {
  margin-top: 80px;
}

.team-name {
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.social-link-block {
  margin-right: 2px;
  padding: 20px;
  border-right-style: none;
  background-color: #d1d1d1;
  background-image: url('../images/53f333fd1b92a02f2f930a05_facebook_footer.svg');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.social-link-block:hover {
  border-right-width: 0px;
  border-right-color: transparent;
  background-color: #2a7782;
}

.social-link-block._4 {
  background-image: url('../images/53f33417144ad8302fd73d6a_twitter_footer.svg');
}

.social-link-block._3 {
  background-color: #d1d1d1;
  background-image: url('../images/53f3346a981411270eb11242_linkedin_footer.svg');
}

.social-link-block._3:hover {
  background-color: #2a7782;
  color: #000;
}

.social-link-block._2 {
  background-image: url('../images/53f3342f1b92a02f2f930a07_rss_footer.svg');
}

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

.social-wrapper {
  margin-top: 30px;
  text-align: center;
}

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

.heritage-section.alternative {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 63, 38, 0.49)), to(rgba(16, 63, 38, 0.49))), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-image: linear-gradient(180deg, rgba(16, 63, 38, 0.49), rgba(16, 63, 38, 0.49)), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.skills-wrapper {
  margin-bottom: 30px;
}

.skills-containner {
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.skills-progress-line {
  width: 85%;
  height: 100%;
  background-color: #67bf7f;
}

.skills-progress-line.photography {
  width: 65%;
}

.skills-progress-line.illustrations {
  width: 75%;
}

.skills-progress-line.copywriting {
  width: 80%;
}

.skills-progress-line.photoshop {
  width: 95%;
}

.skills-progress-line.design {
  width: 85%;
}

.skills-row {
  margin-top: 80px;
}

.skills-title {
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.skills-values {
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.working-process-wrapper {
  height: 310px;
  margin-top: 42px;
  margin-bottom: 20px;
  padding: 0px 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.09);
  background-color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

.working-process-wrapper.japan {
  height: 300px;
}

.icon-service {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f5f5;
  background-image: url('../images/timer.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}

.icon-service.develop {
  background-image: url('../images/pen.png');
}

.icon-service.support {
  background-image: url('../images/lifesaver.png');
}

.icon-service.idea {
  background-image: url('../images/lightbulb.png');
}

.process-column {
  margin-top: 70px;
}

.process-column.second {
  margin-top: 0px;
}

.process-column.first {
  margin-top: 0px;
}

.portfolio-post {
  position: relative;
  height: 800px;
  margin-bottom: 0px;
}

.portfolio-post._2 {
  background-image: url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 50% 0px;
  background-size: cover;
}

.portfolio-post._3 {
  background-image: url('../images/photo-1445796068163-f1115a21bbd9-min.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.portfolio-post._4 {
  background-image: url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 100% 100%;
  background-size: cover;
}

.portfolio-post._5 {
  background-image: url('../images/Dollarphotoclub_56332376-min.jpg');
  background-size: cover;
}

.portfolio-post._6 {
  background-image: url('../images/photo-1442422502730-a90f72460717-min.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.portfolio-post.single {
  height: 400px;
  margin-bottom: 10px;
}

.portfolio-post._7 {
  background-image: url('../images/photo-1429277096327-11ee3b761c93.jpg');
  background-size: cover;
}

.portfolio-post._8 {
  background-image: url('../images/L2NfDz5SOm7Gbf755qpw_DSCF0490-min.jpg');
  background-position: 0px 100%;
  background-size: cover;
}

.portfolio-link {
  width: 100%;
  height: 400px;
  padding: 0px;
}

.colorbox {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 17px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 119, 130, 0.76)), to(rgba(42, 119, 130, 0.76)));
  background-image: linear-gradient(180deg, rgba(42, 119, 130, 0.76), rgba(42, 119, 130, 0.76));
  opacity: 1;
}

.project-name {
  display: block;
  width: 195px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.58);
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.project-name:hover {
  color: #fff;
}

.portfolio-row {
  margin-top: 80px;
}

.portfolio-row.second {
  margin-top: 1px;
}

.portfolio-row.alternative {
  margin-top: 0px;
}

.portfolio-section {
  position: relative;
  padding-top: 70px;
  padding-bottom: 57px;
}

.portfolio-section.alternative {
  padding-top: 10px;
}

.client-section {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #e8e8e8;
}

.client-section.alternative {
  margin-top: 10px;
}

.client-column {
  opacity: 0.5;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  text-align: center;
}

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

.contact-us-section {
  display: none;
  margin-bottom: 10px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: linear-gradient(135deg, hsla(0, 0%, 100%, 0.89), hsla(0, 0%, 100%, 0.9)), url('../images/_DSC3868.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.form-field {
  min-width: 0px;
  border: 1px solid transparent;
  font-family: Lato, sans-serif;
  color: #737373;
}

.form-field.message {
  height: 120px;
}

.form-text {
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.contact-column {
  padding-left: 37px;
  text-align: right;
}

.contact-info-text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.contact-info-text.address {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-row {
  margin-top: 80px;
}

.form-wrapper {
  margin-top: 0px;
}

.footer-section {
  margin-top: 10px;
  padding-top: 80px;
  padding-bottom: 60px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 46, 54, 0.94)), to(rgba(18, 46, 54, 0.94))), url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-image: linear-gradient(180deg, rgba(18, 46, 54, 0.94), rgba(18, 46, 54, 0.94)), url('../images/photo-1446575983799-470c50cfdd25-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

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

.white-paragraph {
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 40px;
  float: none;
  color: #fff;
  text-align: justify;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2.4em;
  column-gap: 2.4em;
}

.white-paragraph.licenses {
  color: hsla(0, 0%, 100%, 0.75);
  font-weight: 400;
  text-decoration: underline;
  text-transform: none;
}

.white-paragraph.center {
  display: inline;
  text-align: center;
  text-transform: uppercase;
}

.slider-nav {
  position: relative;
}

.arrow {
  margin-top: 600px;
}

.arrow.right {
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0px 30px 0px 0px;
  padding-top: 5px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.arrow.right:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
  opacity: 1;
}

.arrow.left {
  top: 50%;
  width: 50px;
  height: 50px;
  margin: 0px 0px 0px 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.arrow.left:hover {
  background-color: hsla(0, 0%, 100%, 0.09);
  opacity: 1;
  -webkit-transition-property: none;
  transition-property: none;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.slidenav {
  display: none;
}

.containner-slide {
  position: relative;
  top: 40%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.portfolio-column {
  min-height: 0px;
  padding-right: 1px;
  padding-left: 0px;
}

.white-section {
  height: 10px;
}

.hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(transparent)), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent), url('../images/photo-1446233925202-75508684808f-min.jpg');
  background-position: 0px 0px, 50% 86%;
  background-size: auto, cover;
}

.hero-section.licenses {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.55)), to(transparent)), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent), url('../images/photo-1430820937738-073612cc4c7e-min.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
}

.project-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.info-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.info-text {
  margin-bottom: 50px;
  text-align: left;
}

.success {
  background-color: #2a8241;
  color: #fff;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.important-text {
  padding-bottom: 0px;
  color: #000;
  letter-spacing: 1px;
}

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

.error-text {
  color: #fff;
}

.navbar-scroll {
  position: fixed;
  left: 0px;
  top: 0px;
  display: none;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #fff;
  box-shadow: none;
}

.banner-section {
  height: 100%;
}

.submit-button {
  margin-top: 30px;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease, color 500ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #2a8241;
  background-color: #2a8241;
  color: #fff;
}

.licenses-content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-infolicenses {
  padding: 30px;
  background-color: #f0f0f0;
}

.image-name {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: Oswald, sans-serif;
  text-align: left;
}

.list-image {
  display: block;
  margin-bottom: 1px;
  padding-left: 20px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.list-image:hover {
  background-color: rgba(42, 130, 65, 0.18);
}

.unordered-list {
  padding-left: 0px;
}

.licenses {
  padding: 0px;
}

.logo-hp {
  width: 200px;
  margin-bottom: 30px;
}

.separator {
  display: block;
  width: 30%;
  height: 4px;
  margin: 13px auto;
  background-color: rgba(0, 0, 0, 0.09);
}

.paragraph-justify {
  color: rgba(0, 0, 0, 0.86);
  font-size: 14px;
  text-align: justify;
}

.paragraph-justify.white {
  color: #fff;
}

.big-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  background-color: rgba(151, 209, 183, 0.46);
  font-family: Oswald, sans-serif;
  font-size: 1.6em;
  line-height: 40px;
  font-weight: 700;
}

.left {
  margin-top: 0px;
  text-align: left;
}

.row-accomodation {
  height: auto;
  margin-top: 71px;
}

.container-acco {
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.column-accomodation {
  position: static;
  display: block;
  padding-right: 7px;
  padding-left: 7px;
  text-align: center;
}

.link-block-accomodation {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  padding: 0px;
}

.link-block-accomodation:hover {
  background-color: rgba(42, 119, 130, 0.76);
}

.image-family {
  width: 100%;
}

.div-info-family {
  position: static;
  display: none;
  padding: 25px 35px;
  background-color: rgba(42, 119, 130, 0.76);
  opacity: 0;
  color: #fff;
  text-transform: none;
}

.small-text {
  font-family: Lato, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-align: justify;
}

.div-overlay-read-more {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-color: rgba(0, 0, 0, 0.52);
  opacity: 1;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.button-read-more {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 22px 18px;
  border: 1px solid #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.button-read-more.jp {
  width: 60%;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
}

.div-info-family-2 {
  display: none;
  padding: 25px 35px;
  background-color: rgba(42, 119, 130, 0.76);
  opacity: 0;
  color: #fff;
}

.footer-itip {
  display: block;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
}

.link {
  display: inline-block;
  padding: 0px;
  font-family: Lato, sans-serif;
  color: #a2a2a2;
  font-weight: 300;
}

.link:hover {
  color: #fff;
}

.link.e-mail {
  color: #000;
  font-weight: 700;
  text-transform: none;
}

.link.e-mail:hover {
  color: #2a8241;
}

.link.inquiry {
  color: #2a7782;
  font-weight: 700;
}

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.49)), to(transparent)), url('../images/DSC_9637-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.49), transparent), url('../images/DSC_9637-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(22%, rgba(0, 0, 0, 0.39)), color-stop(78%, transparent)), url('../images/DSC_9440-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.39) 22%, transparent 78%), url('../images/DSC_9440-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-association {
  margin-top: 60px;
  padding-top: 60px;
}

.list {
  padding-left: 17px;
}

.row-association {
  margin-top: 83px;
}

.list-item {
  padding-top: 7px;
  padding-bottom: 7px;
}

.hero-image {
  margin-top: 124px;
}

.lightbox-link {
  position: relative;
  padding: 0px;
}

.image-portfolio {
  position: relative;
}

.lightbox-overlay {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.21);
  text-align: center;
}

.read-more-button {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px;
  border: 1px solid #fff;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  font-family: Lato, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.lightbox-wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
}

.column-portfolio {
  position: relative;
  padding-right: 11px;
  padding-bottom: 11px;
  padding-left: 0px;
}

.row-portfolio {
  margin-top: 43px;
}

.div-info-family-3 {
  display: none;
  height: auto;
  padding: 25px 35px;
  background-color: rgba(42, 119, 130, 0.76);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  transition: all 300ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  text-align: center;
}

.activity-section {
  display: none;
  margin-bottom: 148px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.84)), to(hsla(0, 0%, 100%, 0.84))), url('../images/DSC_9440.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.84), hsla(0, 0%, 100%, 0.84)), url('../images/DSC_9440.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.row-activity {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 36px;
  padding-left: 36px;
}

.div-activity {
  height: 500px;
  padding: 26px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
}

.div-activity.small {
  height: 328px;
}

.div-activity.jp {
  height: 398px;
}

.link-normal {
  display: inline-block;
  padding: 0px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-transform: none;
}

.container-history {
  padding: 43px 34px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.73)), to(hsla(0, 0%, 100%, 0.73)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.73), hsla(0, 0%, 100%, 0.73));
}

.jp {
  font-size: 17px;
}

.link-text {
  display: inline;
  padding: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  text-transform: none;
}

.link-text:hover {
  color: #97d1b7;
}

.row-products {
  margin-top: 43px;
  padding-top: 35px;
  background-image: url('../images/tea-higashi-sonogi-9537.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-product {
  margin-top: 48px;
  margin-bottom: 86px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.map {
  display: none;
}

.map-2 {
  display: none;
}

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

html.w-mod-js *[data-ix="project-name-animation"] {
  opacity: 0.22;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="skills-progress-line"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-2"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-3"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-4"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-5"] {
  width: 0px;
}

html.w-mod-js *[data-ix="skills-progress-line-6"] {
  width: 0px;
}

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

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

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

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

html.w-mod-js *[data-ix="arrow-left"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="arrow-right"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media screen and (max-width: 991px) {
  body {
    height: 100%;
    margin-bottom: 10px;
  }

  h6 {
    font-size: 11px;
    line-height: 15px;
  }

  .button.hollow.products {
    width: 85%;
    height: 70px;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 98px;
    letter-spacing: 2px;
  }

  .hero-subheader {
    margin-top: 0px;
  }

  .nav-link {
    border-style: solid solid none;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0);
  }

  .nav-link.w--current {
    background-color: hsla(0, 0%, 100%, 0.09);
  }

  .nav-link.black {
    display: block;
    border-bottom-style: solid;
    color: #fff;
  }

  .nav-link.black:hover {
    background-color: hsla(0, 0%, 100%, 0.09);
  }

  .nav-link.black.w--current {
    display: block;
  }

  .nav-link.navjp {
    font-size: 20px;
    text-align: center;
  }

  .features-div.second {
    padding-right: 46px;
    padding-left: 46px;
  }

  .features-div.third {
    padding-right: 46px;
    padding-left: 46px;
  }

  .section.about {
    background-position: 0% 0%, 60% 100%;
  }

  .section.about.alternative {
    background-position: 0px 0px, 82% 50%;
    background-size: auto, 200px;
  }

  .brand.footer {
    width: 180px;
  }

  .testimonials-text {
    font-size: 15px;
    line-height: 24px;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .about-us-div {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .process-column {
    margin-top: 10px;
  }

  .process-column.first {
    padding-right: 2px;
  }

  .portfolio-post {
    height: 350px;
    margin-bottom: 1px;
  }

  .colorbox {
    padding-top: 17px;
  }

  .portfolio-row.second {
    margin-top: 0px;
  }

  .portfolio-section {
    padding-bottom: 30px;
  }

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

  .form-field {
    font-weight: 300;
  }

  .form-field.message {
    height: 140px;
  }

  .footer-section {
    margin-bottom: 0px;
    padding-bottom: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 32, 33, 0.85)), to(rgba(24, 32, 36, 0.95))), url('../images/mountains.jpg');
    background-image: linear-gradient(180deg, rgba(28, 32, 33, 0.85), rgba(24, 32, 36, 0.95)), url('../images/mountains.jpg');
  }

  .white-paragraph {
    padding-right: 42px;
    padding-left: 42px;
  }

  .icon {
    margin-top: 5px;
    color: #fff;
  }

  .icon.black {
    color: #000;
  }

  .menu-button {
    width: 71px;
    height: 77px;
    margin-top: 10px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  }

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

  .menu-button.black {
    width: 61px;
    height: 71px;
    border-left-color: rgba(0, 0, 0, 0.15);
    background-color: transparent;
  }

  .nav-menu {
    margin-right: 10px;
    margin-left: 10px;
    background-color: rgba(0, 0, 0, 0.85);
  }

  .arrow.right {
    top: 87%;
  }

  .arrow.left {
    top: 87%;
  }

  .containner-slide {
    top: 405px;
  }

  .portfolio-column {
    padding-right: 0px;
  }

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

  .banner-section {
    height: 800px;
  }

  .paragraph-justify {
    line-height: 17px;
  }

  .paragraph-justify.white {
    font-size: 13px;
    line-height: 17px;
  }

  .columns-activities {
    padding-right: 6px;
    padding-left: 6px;
  }

  .row-activity {
    padding-right: 9px;
    padding-left: 9px;
  }

  .div-activity {
    height: 600px;
    padding-right: 11px;
    padding-left: 11px;
  }

  .div-activity.small {
    height: 324px;
  }

  .div-activity.jp {
    height: 434px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-bottom: 0px;
  }

  .button.hollow.single {
    margin-bottom: 70px;
  }

  .button.hollow.new {
    margin-bottom: 100px;
  }

  .main-slider {
    height: 100%;
  }

  .hero-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 68px;
  }

  .hero-heading.jp {
    padding-right: 33px;
    padding-left: 33px;
  }

  .hero-subheader {
    margin-top: 25px;
    padding-right: 44px;
    padding-left: 44px;
    font-size: 15px;
    line-height: 38px;
  }

  .nav-link {
    width: 100%;
    max-width: 1500px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .features-div {
    margin-right: 0px;
  }

  .features-div.second {
    height: auto;
    margin-right: 0px;
  }

  .features-div.second.jp {
    height: auto;
  }

  .features-div.third {
    height: auto;
  }

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

  .section.about {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 0px 0px, 88% 100%;
    background-size: auto, cover;
  }

  .section.about.alternative {
    background-position: 0px 0px, 50% 92%;
    background-size: auto, 180px;
  }

  .section.principles {
    background-position: 0px 0px, 50% 100%;
    background-size: auto, auto;
  }

  .brand {
    padding-left: 30px;
  }

  .testimonials-text {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .social-wrapper {
    margin-bottom: 50px;
  }

  .working-process-wrapper {
    height: auto;
    margin-top: 20px;
  }

  .working-process-wrapper.japan {
    height: 310px;
  }

  .process-row {
    margin-top: -22px;
  }

  .process-column.second {
    margin-top: 0px;
  }

  .process-column.first {
    margin-top: 0px;
  }

  .portfolio-post {
    margin-bottom: 1px;
  }

  .client-column {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .contact-us-section {
    background-position: 0% 0%, 68% 100%;
    background-size: auto, cover;
  }

  .footer-section {
    padding-bottom: 10px;
  }

  .menu-button {
    height: 77px;
    margin-top: 10px;
  }

  .nav-menu {
    position: absolute;
    z-index: 1;
  }

  .arrow.right {
    top: 75%;
  }

  .arrow.left {
    top: 75%;
    margin-bottom: 0px;
  }

  .containner-slide {
    top: 364px;
  }

  .project-section {
    padding-bottom: 0px;
  }

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

  .banner-section {
    height: 836px;
  }

  .submit-button {
    margin-bottom: 70px;
  }

  .column-portfolio {
    padding-right: 0px;
  }

  .row-activity {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-activity {
    height: auto;
    margin-top: 11px;
    margin-bottom: 11px;
  }

  .div-activity.small {
    height: auto;
    margin-bottom: 11px;
  }

  .div-activity.jp {
    height: auto;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 479px) {
  a {
    text-align: center;
  }

  .button {
    width: 70%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button.hollow.new {
    margin-bottom: 100px;
  }

  .button.hollow.cost {
    width: auto;
  }

  .hero-heading {
    font-size: 28px;
    line-height: 39px;
    letter-spacing: 3px;
  }

  .hero-heading.jp {
    font-size: 8vw;
    line-height: 1.3em;
  }

  .hero-subheader {
    margin-top: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .nav-link {
    height: auto;
  }

  .features-div {
    margin-right: 0px;
  }

  .features-div.second {
    height: auto;
    margin-right: 0px;
  }

  .features-div.third {
    height: auto;
  }

  .section.about {
    padding-right: 2%;
    padding-left: 2%;
    background-position: 0px 0px, 77% 100%;
  }

  .section-title {
    font-size: 20px;
  }

  .testimonials-section {
    padding-top: 40px;
    padding-bottom: 62px;
  }

  .testimonials-section.jp {
    height: 533px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .emphasized-text {
    font-size: 15px;
    line-height: 1em;
  }

  .testimonials-text {
    height: 253px;
    font-size: 12px;
    line-height: 1.9em;
  }

  .testimonials-slider {
    height: 383px;
  }

  .slider-arrow {
    opacity: 0.35;
  }

  .slider-arrow.mobile {
    display: none;
  }

  .about-us-div {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.88)), to(hsla(0, 0%, 100%, 0.88)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.88), hsla(0, 0%, 100%, 0.88));
  }

  .social-wrapper {
    margin-bottom: 40px;
  }

  .working-process-wrapper {
    height: auto;
  }

  .working-process-wrapper.japan {
    height: auto;
    margin-top: 20px;
    padding: 10px 2px;
  }

  .process-column {
    margin-top: 0px;
  }

  .process-column.first {
    padding-left: 2px;
  }

  .portfolio-section {
    padding-top: 0px;
    padding-bottom: 70px;
  }

  .client-column {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .contact-us-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 0px 0px, 78% 50%;
    background-size: auto, cover;
  }

  .contact-column {
    padding-left: 10px;
  }

  .contact-info-text {
    font-size: 12px;
    line-height: 19px;
  }

  .footer-section {
    padding-bottom: 20px;
  }

  .white-paragraph {
    margin-right: 5px;
    margin-left: 5px;
    padding-right: 13px;
    padding-left: 13px;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .slider-nav {
    position: relative;
    overflow: visible;
  }

  .arrow.right {
    top: 87%;
  }

  .arrow.left {
    top: 87%;
  }

  .containner-slide {
    top: 278px;
  }

  .banner-section {
    height: 558px;
  }

  .image-name {
    line-height: 20px;
    text-align: center;
  }

  .list-image {
    padding-left: 0px;
  }

  .logo-hp {
    width: 86px;
  }

  .paragraph-justify {
    font-size: 12px;
    line-height: 14px;
  }

  .container-acco {
    padding-right: 5px;
    padding-left: 5px;
  }

  .column-portfolio {
    padding-right: 0px;
  }

  .div-activity {
    height: auto;
    margin-bottom: 25px;
  }

  .div-activity.small {
    height: auto;
  }

  .column-association {
    padding-right: 4px;
    padding-left: 4px;
  }
}

