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

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

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  color: #2c2c33;
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
}

h3 {
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  color: #2c2c33;
  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-bottom: 5px;
  color: #8f8f8f;
  line-height: 22px;
  text-transform: none;
}

a {
  color: #adadad;
  text-decoration: none;
}

.button {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #cfb061;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #323232;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 300px;
  height: 100%;
  float: left;
  background-color: #2c2c33;
  box-shadow: 0 0 100px 1px rgba(0, 0, 0, 0.18);
}

.navigation-link {
  width: 100%;
  padding-left: 65px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Bitter, serif;
  color: #cfb061;
  font-weight: 600;
  letter-spacing: 1px;
}

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

.navigation-link.w--current {
  font-family: Bitter, serif;
  color: #f8e5b5;
}

.navigation-menu {
  float: none;
}

.brand {
  display: block;
  margin-top: 100px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}

.banner {
  position: relative;
  height: 80%;
  background-color: #424242;
}

.social-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 30px;
  text-align: center;
}

.social-icon {
  width: 40px;
  height: 40px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 100%;
  background-color: hsla(0, 0%, 100%, 0.25);
  background-image: url('../images/facebook_333333_100.png');
  background-position: 50% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-icon:hover {
  background-color: #cfb061;
  background-image: url('../images/facebook_ffffff_100-1.png');
}

.social-icon.tripadvisor {
  background-image: url('../images/tripadvisor2.png');
  background-size: 20px;
}

.social-icon.tripadvisor:hover {
  background-color: #cfb061;
  background-image: url('../images/tripadvisor.png');
  background-size: 20px;
}

.social-icon.linkdin {
  background-image: url('../images/linkedin_333333_100.png');
}

.social-icon.linkdin:hover {
  background-image: url('../images/linkedin_ffffff_100.png');
}

.social-icon.rss {
  background-image: url('../images/rss_333333_100.png');
}

.social-icon.rss:hover {
  background-image: url('../images/rss_ffffff_100.png');
}

.social-icon.icon-team {
  background-image: url('../images/facebook_ffffff_100-1.png');
}

.social-icon.icon-team.icon-2 {
  background-image: url('../images/twitter_ffffff_100.png');
}

.social-icon.icon-team.icon-3 {
  background-image: url('../images/linkedin_ffffff_100.png');
}

.section {
  padding: 100px 10px 80px;
}

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

.section.parallax {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(186, 152, 77, 0.8)), color-stop(0%, rgba(186, 152, 77, 0.9))), url('../images/bgphoto05.jpg');
  background-image: linear-gradient(180deg, rgba(186, 152, 77, 0.8), rgba(186, 152, 77, 0.9) 0%), url('../images/bgphoto05.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  text-align: center;
}

.section.less-space {
  padding-top: 50px;
  padding-bottom: 50px;
}

.top-title {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.top-title.in-inner {
  margin-bottom: 0px;
  color: #fff;
}

.divider-line {
  display: block;
  width: 70px;
  height: 3px;
  margin: 20px auto;
  background-color: #cfb061;
}

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

.divider-line.margin-left.less-space {
  margin-top: 15px;
  margin-bottom: 15px;
}

.top-sub-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #989898;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
}

.top-sub-text.white {
  color: #fff;
}

.top-sub-text.price {
  margin-top: 8px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
}

.top-sub-text.pricetitle {
  margin-top: 16px;
  padding-left: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-align: left;
}

.tab-content {
  margin-top: 50px;
}

.tab {
  margin-right: 30px;
  margin-left: 30px;
  padding: 14px 6px;
  background-color: transparent;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #313131;
  font-size: 15px;
  font-weight: 600;
}

.tab:hover {
  opacity: 1;
}

.tab.w--current {
  background-color: transparent;
  opacity: 1;
  color: #cfb061;
}

.tab-menu {
  text-align: center;
}

.tab-icon {
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  background-image: url('../images/tab04.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.tab-icon.icon-2 {
  background-image: url('../images/tab03.png');
  background-size: 50px;
}

.tab-icon.icon-3 {
  background-image: url('../images/tab01.png');
}

.tab-icon.icon-4 {
  background-image: url('../images/tab02.png');
}

.call-to-action-wrapper {
  margin-top: 20px;
}

.call-to-action-wrapper.center {
  text-align: center;
}

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

.portfolio-wrapper {
  position: relative;
  overflow: hidden;
  width: 33.333%;
  float: left;
}

.features-wrapper {
  width: 33.33%;
  margin-top: -1px;
  margin-left: -1px;
  padding: 23px;
  float: left;
  border: 1px solid #ebebeb;
}

.features-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  background-image: url('../images/classicon03.png');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.features-icon.icon-2 {
  background-image: url('../images/classicon06.png');
}

.features-icon.icon-3 {
  background-image: url('../images/classicon07.png');
}

.features-icon.icon-4 {
  background-image: url('../images/classicon01.png');
}

.features-icon.icon-5 {
  background-image: url('../images/classicon04.png');
}

.features-icon.icon-6 {
  background-image: url('../images/classicon05.png');
}

.clients-wrapper {
  width: 20%;
  height: 80px;
  float: left;
  background-image: url('../images/mlogo001.png');
  background-position: 50% 50%;
  background-size: 145px;
  background-repeat: no-repeat;
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out;
}

.clients-wrapper:hover {
  opacity: 0.8;
}

.clients-wrapper.logo-2 {
  background-image: url('../images/mlogo002.png');
  background-size: 145px;
  opacity: 0.7;
}

.clients-wrapper.logo-3 {
  background-image: url('../images/mlogo003.png');
  background-size: 145px;
  opacity: 0.7;
}

.clients-wrapper.logo-4 {
  background-image: url('../images/mlogo004.png');
  background-size: 145px;
  opacity: 0.7;
}

.clients-wrapper.logo-5 {
  background-image: url('../images/mlogo005.png');
  background-size: 145px;
  opacity: 0.7;
}

.clients-wrapper.logo-6 {
  background-image: url('../images/mlogo006.png');
  background-size: 145px;
}

.clients-wrapper.logo-7 {
  background-image: url('../images/mlogo007.png');
  background-size: 145px;
}

.clients-wrapper.logo-8 {
  background-image: url('../images/mlogo008.png');
  background-size: 145px;
}

.clients-wrapper.logo-9 {
  background-image: url('../images/mlogo009.png');
  background-size: 145px;
}

.clients-wrapper.logo-10 {
  background-image: url('../images/mlogo010.png');
  background-size: 145px;
}

.footer {
  position: relative;
  padding: 40px 10px 115px;
  background-color: #25252b;
}

.footer-wrapper {
  height: 226px;
  max-height: 226px;
  padding-right: 10px;
  color: #fff;
}

.bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  background-color: #2c2c33;
}

.center {
  text-align: center;
}

.list-footer {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #4a4a4a;
}

.footer-icon {
  position: relative;
  top: -2px;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  float: left;
  background-image: url('../images/map-marker_999999_100.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer-icon.icon-2 {
  background-image: url('../images/envelope_999999_100.png');
}

.footer-icon.icon-4 {
  background-image: url('../images/chevron-right_999999_100.png');
  background-size: 10px;
}

.footer-icon.icon5 {
  background-image: url('../images/tripadvisor_footer.png');
  background-size: 60%;
}

.footer-icon.icon6 {
  background-image: url('../images/messenger_1197524.png');
  background-size: 55%;
}

.footer-link {
  position: relative;
  display: block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  line-height: 26px;
}

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

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

.slider-navigation {
  position: relative;
  padding-top: 15px;
  font-size: 12px;
}

.slider-navigation.absolute-position {
  position: absolute;
  padding-top: 5px;
}

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

.testimonials-photo {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-radius: 100%;
  background-image: url('../images/client04.jpg');
  background-size: cover;
}

.testimonials-photo.photo-3 {
  background-image: url('../images/client02.jpg');
  background-size: 75px;
}

.testimonials-photo.photo-2 {
  background-image: url('../images/client01.jpg');
  background-size: cover;
}

.testimonials-photo.photo-4 {
  background-image: url('../images/client03.jpg');
}

.testimonials-content {
  margin-bottom: 20px;
}

.testimonials-paragraph {
  color: #fff;
}

.testimonials-name {
  color: #fff;
  text-transform: uppercase;
}

.testimonials-sub-name {
  color: hsla(0, 0%, 100%, 0.89);
  font-size: 13px;
  font-weight: 300;
}

.portfolio-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(207, 176, 97, 0.9);
  opacity: 0;
}

.portfolio-title {
  position: static;
  left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.portfolio-sub-title {
  position: static;
  left: 20px;
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'PT Serif', serif;
  color: hsla(0, 0%, 100%, 0.76);
  font-size: 13px;
  line-height: 26px;
  font-style: italic;
  letter-spacing: 1px;
}

.portfolio-icon {
  position: relative;
  top: 43%;
  display: none;
  width: 60px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #fff;
  background-image: url('../images/link_e3543b_100.png');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 500ms ease-in-out;
  transition: background-color 500ms ease-in-out;
}

.portfolio-icon:hover {
  background-color: #333;
}

.inner-banner {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 43, 34, 0.8)), to(rgba(48, 43, 34, 0.8))), url('../images/bannerbg04.png');
  background-image: linear-gradient(180deg, rgba(48, 43, 34, 0.8), rgba(48, 43, 34, 0.8)), url('../images/bannerbg04.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.inner-banner.photo-2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 43, 34, 0.8)), to(rgba(48, 43, 34, 0.8))), url('../images/bannerbg01.png');
  background-image: linear-gradient(180deg, rgba(48, 43, 34, 0.8), rgba(48, 43, 34, 0.8)), url('../images/bannerbg01.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
}

.inner-banner.photo-3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 43, 34, 0.8)), color-stop(0%, rgba(48, 43, 34, 0.8)), to(rgba(48, 43, 34, 0.8))), url('../images/bannerbg05.png');
  background-image: linear-gradient(180deg, rgba(48, 43, 34, 0.8), rgba(48, 43, 34, 0.8) 0%, rgba(48, 43, 34, 0.8)), url('../images/bannerbg05.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
}

.inner-banner.photo-4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(48, 43, 34, 0.8)), to(rgba(48, 43, 32, 0.79))), url('../images/bannerbg06.png');
  background-image: linear-gradient(180deg, rgba(48, 43, 34, 0.8), rgba(48, 43, 32, 0.79)), url('../images/bannerbg06.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
}

.skills-bar {
  margin-bottom: 15px;
}

.skills-percent-bar {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 3px;
  margin-top: 10px;
  background-color: #e3e3e3;
}

.skills-bar-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 95%;
  height: 3px;
  background-color: #cfb061;
}

.skills-bar-overlay.bar-2 {
  width: 100%;
  background-color: #cfb061;
}

.skills-bar-overlay.bar-3 {
  width: 90%;
  background-color: #cfb061;
}

.skills-bar-overlay.bar-5 {
  width: 95%;
  background-color: #cfb061;
}

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

.team-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(79, 79, 79, 0.8)), to(rgba(79, 79, 79, 0.8)));
  background-image: linear-gradient(180deg, rgba(79, 79, 79, 0.8), rgba(79, 79, 79, 0.8));
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
  text-align: center;
}

.team-overlay:hover {
  opacity: 1;
}

.team-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.team-name {
  margin-bottom: 5px;
  font-weight: 600;
}

.team-sub-text {
  margin-bottom: 10px;
  color: #e3543b;
  font-size: 13px;
}

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

.hero {
  text-align: center;
}

.text-field {
  height: 45px;
  margin-bottom: 15px;
  border: 1px solid #ebebeb;
  border-radius: 15px;
}

.text-field.text-area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 105px;
}

.success-message {
  padding: 22px;
  border-radius: 5px;
  background-color: #50d49f;
  text-align: center;
}

.form-paragraph {
  margin-bottom: 0px;
  color: #fff;
}

.error-message {
  margin-top: 15px;
  border-radius: 5px;
  background-color: #ff6161;
  text-align: center;
}

.big-slider {
  height: 100%;
}

.slide {
  padding-right: 10px;
  padding-left: 10px;
  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/coverbg01.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/coverbg01.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.slide.photo-2 {
  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/coverbg03.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/coverbg03.png');
}

.slide.photo-3 {
  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/coverbg02.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/coverbg02.png');
}

.banner-content {
  position: absolute;
  left: 0px;
  top: 45%;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  color: #fff;
  text-align: center;
}

.banner-small-title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 10px 27px;
  border-radius: 30px;
  font-family: Bitter, serif;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.banner-big-title {
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

.banner-sub-text {
  margin-bottom: 26px;
  font-family: Bitter, serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

.container50 {
  height: 50px;
}

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

.image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.div50 {
  height: 50px;
}

.dic30 {
  height: 30px;
}

.heading-white-text {
  font-family: Bitter, serif;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.divider-line-white {
  display: block;
  width: 70px;
  height: 3px;
  margin: 20px auto;
  background-color: #fff;
}

.top-sub-text-white {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  text-transform: none;
}

.history-title {
  font-family: Bitter, serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.history-centent {
  margin-bottom: 16px;
  color: #fff;
}

._1997-image {
  float: right;
}

.container-see-more {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hidden-object {
  background-color: #fafafa;
}

.div20 {
  height: 20px;
}

.div20._6 {
  height: 6px;
}

.sub-text-content {
  margin-bottom: 8px;
  color: #8f8f8f;
  font-size: 12px;
}

.title-ja {
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
}

.html-embed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.error-message-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.bold {
  font-weight: 600;
}

.email-link {
  color: #cfb061;
  font-weight: 700;
}

.email-link:hover {
  color: rgba(207, 176, 97, 0.7);
}

.google-map {
  max-width: 80%;
  float: right;
}

.more {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  position: static;
}

.textlink {
  color: #cfb061;
  font-weight: 500;
  text-decoration: underline;
}

.heading-2 {
  text-align: center;
}

.tripadvisor {
  text-align: center;
}

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

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

html.w-mod-js *[data-ix="slide-out-portfolio-icon"] {
  opacity: 0;
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
}

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

@media screen and (max-width: 991px) {
  body {
    padding-left: 0px;
  }

  .navigation {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: auto;
    width: auto;
    height: auto;
    padding: 15px;
    float: none;
  }

  .navigation-link {
    color: #fff;
  }

  .navigation-link:hover {
    background-color: rgba(0, 0, 0, 0.83);
  }

  .navigation-menu {
    float: right;
    background-color: rgba(0, 0, 0, 0.74);
  }

  .brand {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
  }

  .brand.w--current {
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
  }

  .banner {
    height: 80%;
  }

  .inner-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    background-position: 0px 0px, 50% 0px;
  }

  .banner-big-title {
    font-size: 40px;
    line-height: 46px;
  }

  .banner-sub-text {
    font-size: 20px;
    line-height: 28px;
  }

  .hamburger {
    color: #e4c576;
    font-size: 24px;
  }

  .hamburger.w--open {
    border-radius: 20px;
    background-color: #cfb061;
  }
}

@media screen and (max-width: 767px) {
  .navigation {
    padding-right: 5px;
    padding-left: 5px;
  }

  .banner {
    height: 220%;
  }

  .section.gray.photo {
    background-image: none;
  }

  .tab {
    margin-right: 12px;
    margin-left: 12px;
  }

  .portfolio-wrapper {
    width: 50%;
  }

  .features-wrapper {
    width: 50%;
  }

  .clients-wrapper {
    width: 48%;
    margin-right: -1px;
    margin-left: -1px;
  }

  .footer-wrapper {
    height: auto;
    margin-bottom: 20px;
    border-right-color: transparent;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .banner-content {
    top: 37%;
  }

  .banner-big-title {
    margin-bottom: 5px;
    font-size: 37px;
    line-height: 40px;
  }

  .banner-sub-text {
    line-height: 24px;
  }

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

  .another-space-device {
    margin-bottom: 20px;
  }

  ._1997-image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    height: 140%;
  }

  .top-sub-text.white {
    margin-right: 5px;
    margin-left: 5px;
  }

  .tab {
    display: inline-block;
    margin: 10px 0px;
    text-align: center;
  }

  .tab.w--current {
    margin-right: 0px;
    margin-left: 0px;
  }

  .portfolio-wrapper {
    width: 100%;
  }

  .features-wrapper {
    width: 100%;
  }

  .clients-wrapper {
    width: 100%;
  }

  .testimonials-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .inner-banner {
    background-position: 0px 0px, 50% 0px;
    background-attachment: scroll, scroll;
  }

  .banner-content {
    top: 40%;
  }

  .banner-big-title {
    font-size: 30px;
    line-height: 34px;
  }

  .banner-sub-text {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
    line-height: 22px;
  }
}

